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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 08:48:02
  Author: bpiotrowski
Revision: 93763

upgpkg: menu-cache 0.5.0-1

- upstream release

Modified:
  menu-cache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 04:36:43 UTC (rev 93762)
+++ PKGBUILD2013-07-10 06:48:02 UTC (rev 93763)
@@ -4,7 +4,7 @@
 # Contributor: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=menu-cache
-pkgver=0.4.1
+pkgver=0.5.0
 pkgrel=1
 pkgdesc='Caching mechanism for freedesktop.org compliant menus'
 arch=('i686' 'x86_64')
@@ -15,11 +15,10 @@
 options=('!libtool')
 makedepends=('pkgconfig')
 source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-sha256sums=('4fa9408e353fedba5b7314cbf6b6cd06d873a1424e281aa050d88bb9c0a0191e')
+sha256sums=('875a7441b34bb24debc1c8017d74d59987d7a704c4c023e81a0b4ebcc2d7904a')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/menu-cache \
   --disable-static
@@ -27,6 +26,6 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }



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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 08:48:17
  Author: bpiotrowski
Revision: 93764

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

Added:
  menu-cache/repos/community-i686/PKGBUILD
(from rev 93763, menu-cache/trunk/PKGBUILD)
  menu-cache/repos/community-x86_64/PKGBUILD
(from rev 93763, menu-cache/trunk/PKGBUILD)
Deleted:
  menu-cache/repos/community-i686/PKGBUILD
  menu-cache/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-10 06:48:02 UTC (rev 93763)
+++ community-i686/PKGBUILD 2013-07-10 06:48:17 UTC (rev 93764)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=menu-cache
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='Caching mechanism for freedesktop.org compliant menus'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('intltool' 'glib2')
-options=('!libtool')
-makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-sha256sums=('4fa9408e353fedba5b7314cbf6b6cd06d873a1424e281aa050d88bb9c0a0191e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/menu-cache \
-  --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: menu-cache/repos/community-i686/PKGBUILD (from rev 93763, 
menu-cache/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-10 06:48:17 UTC (rev 93764)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=menu-cache
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Caching mechanism for freedesktop.org compliant menus'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('intltool' 'glib2')
+options=('!libtool')
+makedepends=('pkgconfig')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
+sha256sums=('875a7441b34bb24debc1c8017d74d59987d7a704c4c023e81a0b4ebcc2d7904a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/menu-cache \
+  --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-10 06:48:02 UTC (rev 93763)
+++ community-x86_64/PKGBUILD   2013-07-10 06:48:17 UTC (rev 93764)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=menu-cache
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='Caching mechanism for freedesktop.org compliant menus'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('intltool' 'glib2')
-options=('!libtool')
-makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)
-sha256sums=('4fa9408e353fedba5b7314cbf6b6cd06d873a1424e281aa050d88bb9c0a0191e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/menu-cache \
-  --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: menu-cache/repos/community-x86_64/PKGBUILD (from rev 93763, 
menu-cache/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-10 06:48:17 UTC (rev 93764)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=menu-cache
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Caching mechanism for freedesktop.org compliant menus'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('intltool' 'glib2')
+options=('!libtool')
+makedepends=('pkgconfig')
+source=(http://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.gz)

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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 08:57:36
  Author: bpiotrowski
Revision: 93766

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

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

+
 /PKGBUILD  |   74 +++
 /libfm.install |   30 +++
 community-i686/PKGBUILD|   38 
 community-i686/libfm.install   |   15 ---
 community-x86_64/PKGBUILD  |   38 
 community-x86_64/libfm.install |   15 ---
 6 files changed, 104 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-10 06:57:26 UTC (rev 93765)
+++ community-i686/PKGBUILD 2013-07-10 06:57:36 UTC (rev 93766)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Unknown47 unknown...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=libfm
-pkgver=1.1.0
-pkgrel=4
-pkgdesc='Library for file management'
-url='http://pcmanfm.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-groups=('lxde')
-options=('!libtool')
-install=libfm.install
-depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
-source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
-md5sums=('a5bc8b8291cf810c659bfb3af378b5de')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-udisks \
---with-gnu-ld 
-  make LDFLAGS+=' -lgobject-2.0 -lglib-2.0'
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # Temporary fix to FS#32361
-  rm $pkgdir/usr/include/libfm
-  mv $pkgdir/usr/include/libfm-1.0/ $pkgdir/usr/include/libfm 
-}

Copied: libfm/repos/community-i686/PKGBUILD (from rev 93765, 
libfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-10 06:57:36 UTC (rev 93766)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Unknown47 unknown...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=libfm
+pkgver=1.1.0
+pkgrel=5
+pkgdesc='Library for file management'
+url='http://pcmanfm.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+groups=('lxde')
+options=('!libtool')
+install=libfm.install
+depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
+source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
+md5sums=('a5bc8b8291cf810c659bfb3af378b5de')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--enable-udisks \
+--with-gnu-ld 
+  make LDFLAGS+=' -lgobject-2.0 -lglib-2.0'
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Temporary fix to FS#32361
+  rm $pkgdir/usr/include/libfm
+  mv $pkgdir/usr/include/libfm-1.0/ $pkgdir/usr/include/libfm 
+}

Deleted: community-i686/libfm.install
===
--- community-i686/libfm.install2013-07-10 06:57:26 UTC (rev 93765)
+++ community-i686/libfm.install2013-07-10 06:57:36 UTC (rev 93766)
@@ -1,15 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime  /dev/null
-  update-desktop-database -q
-  #[ -d /usr/lib/gio/modules ]  gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-

Copied: libfm/repos/community-i686/libfm.install (from rev 93765, 
libfm/trunk/libfm.install)
===
--- community-i686/libfm.install(rev 0)
+++ community-i686/libfm.install2013-07-10 06:57:36 UTC (rev 93766)
@@ -0,0 +1,15 @@
+post_install() {
+  update-mime-database /usr/share/mime  /dev/null
+  update-desktop-database -q
+  #[ -d /usr/lib/gio/modules ]  gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   

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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 08:57:26
  Author: bpiotrowski
Revision: 93765

upgpkg: libfm 1.1.0-5

- rebuild against menu-cache 0.5.0

Modified:
  libfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 06:48:17 UTC (rev 93764)
+++ PKGBUILD2013-07-10 06:57:26 UTC (rev 93765)
@@ -6,7 +6,7 @@
 
 pkgname=libfm
 pkgver=1.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Library for file management'
 url='http://pcmanfm.sourceforge.net/'
 arch=('i686' 'x86_64')
@@ -19,8 +19,7 @@
 md5sums=('a5bc8b8291cf810c659bfb3af378b5de')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --enable-udisks \
@@ -29,10 +28,10 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 
   # Temporary fix to FS#32361
-  rm $pkgdir/usr/include/libfm
-  mv $pkgdir/usr/include/libfm-1.0/ $pkgdir/usr/include/libfm 
+  rm $pkgdir/usr/include/libfm
+  mv $pkgdir/usr/include/libfm-1.0/ $pkgdir/usr/include/libfm 
 }



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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 09:02:30
  Author: bpiotrowski
Revision: 93767

upgpkg: lxlauncher 0.2.2-3

- rebuild against menu-cache 0.5.0

Modified:
  lxlauncher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 06:57:36 UTC (rev 93766)
+++ PKGBUILD2013-07-10 07:02:30 UTC (rev 93767)
@@ -5,7 +5,7 @@
 
 pkgname=lxlauncher
 pkgver=0.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc='Open source clone of the Asus launcher for EeePC'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -17,12 +17,12 @@
 md5sums=('16df627447838b170a72cc3a9ee21497')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --sysconfdir=/etc --prefix=/usr 
   make 
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install 
 }



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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 09:02:47
  Author: bpiotrowski
Revision: 93768

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

Added:
  lxlauncher/repos/community-i686/PKGBUILD
(from rev 93767, lxlauncher/trunk/PKGBUILD)
  lxlauncher/repos/community-i686/intltool.patch
(from rev 93767, lxlauncher/trunk/intltool.patch)
  lxlauncher/repos/community-i686/lxlauncher-0.2.1-dsofix.patch
(from rev 93767, lxlauncher/trunk/lxlauncher-0.2.1-dsofix.patch)
  lxlauncher/repos/community-i686/lxlauncher-0.2.1-fix-SUSE-lint-warnings.patch
(from rev 93767, 
lxlauncher/trunk/lxlauncher-0.2.1-fix-SUSE-lint-warnings.patch)
  
lxlauncher/repos/community-i686/lxlauncher-0.2.1-fix-for-the-new-behavior-of-libmenu-cache-0.3-series.patch
(from rev 93767, 
lxlauncher/trunk/lxlauncher-0.2.1-fix-for-the-new-behavior-of-libmenu-cache-0.3-series.patch)
  lxlauncher/repos/community-x86_64/PKGBUILD
(from rev 93767, lxlauncher/trunk/PKGBUILD)
  lxlauncher/repos/community-x86_64/intltool.patch
(from rev 93767, lxlauncher/trunk/intltool.patch)
  lxlauncher/repos/community-x86_64/lxlauncher-0.2.1-dsofix.patch
(from rev 93767, lxlauncher/trunk/lxlauncher-0.2.1-dsofix.patch)
  
lxlauncher/repos/community-x86_64/lxlauncher-0.2.1-fix-SUSE-lint-warnings.patch
(from rev 93767, 
lxlauncher/trunk/lxlauncher-0.2.1-fix-SUSE-lint-warnings.patch)
  
lxlauncher/repos/community-x86_64/lxlauncher-0.2.1-fix-for-the-new-behavior-of-libmenu-cache-0.3-series.patch
(from rev 93767, 
lxlauncher/trunk/lxlauncher-0.2.1-fix-for-the-new-behavior-of-libmenu-cache-0.3-series.patch)
Deleted:
  lxlauncher/repos/community-i686/PKGBUILD
  lxlauncher/repos/community-i686/intltool.patch
  lxlauncher/repos/community-i686/lxlauncher-0.2.1-dsofix.patch
  lxlauncher/repos/community-i686/lxlauncher-0.2.1-fix-SUSE-lint-warnings.patch
  
lxlauncher/repos/community-i686/lxlauncher-0.2.1-fix-for-the-new-behavior-of-libmenu-cache-0.3-series.patch
  lxlauncher/repos/community-x86_64/PKGBUILD
  lxlauncher/repos/community-x86_64/intltool.patch
  lxlauncher/repos/community-x86_64/lxlauncher-0.2.1-dsofix.patch
  
lxlauncher/repos/community-x86_64/lxlauncher-0.2.1-fix-SUSE-lint-warnings.patch
  
lxlauncher/repos/community-x86_64/lxlauncher-0.2.1-fix-for-the-new-behavior-of-libmenu-cache-0.3-series.patch

--+
 /PKGBUILD  
  |   56 ++
 /intltool.patch
  |   32 +
 /lxlauncher-0.2.1-dsofix.patch 
  |   24 
 /lxlauncher-0.2.1-fix-SUSE-lint-warnings.patch 
  |   64 ++
 /lxlauncher-0.2.1-fix-for-the-new-behavior-of-libmenu-cache-0.3-series.patch   
  |  250 ++
 community-i686/PKGBUILD
  |   28 -
 community-i686/intltool.patch  
  |   16 
 community-i686/lxlauncher-0.2.1-dsofix.patch   
  |   12 
 community-i686/lxlauncher-0.2.1-fix-SUSE-lint-warnings.patch   
  |   32 -
 
community-i686/lxlauncher-0.2.1-fix-for-the-new-behavior-of-libmenu-cache-0.3-series.patch
   |  125 -
 community-x86_64/PKGBUILD  
  |   28 -
 community-x86_64/intltool.patch
  |   16 
 community-x86_64/lxlauncher-0.2.1-dsofix.patch 
  |   12 
 community-x86_64/lxlauncher-0.2.1-fix-SUSE-lint-warnings.patch 
  |   32 -
 
community-x86_64/lxlauncher-0.2.1-fix-for-the-new-behavior-of-libmenu-cache-0.3-series.patch
 |  125 -
 15 files changed, 426 insertions(+), 426 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-10 07:02:30 UTC (rev 93767)
+++ community-i686/PKGBUILD 2013-07-10 07:02:47 UTC (rev 93768)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-
-pkgname=lxlauncher
-pkgver=0.2.2
-pkgrel=2
-pkgdesc='Open source clone of the Asus launcher for EeePC'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2' 'startup-notification' 'gnome-menus' 'menu-cache' 'intltool')
-makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz)
-md5sums=('16df627447838b170a72cc3a9ee21497')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --sysconfdir=/etc 

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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 09:14:19
  Author: bpiotrowski
Revision: 93769

upgpkg: lxpanel 0.5.12-2

- rebuild against menu-cache 0.5.0

Added:
  lxpanel/trunk/lxpanel-0.5.12-automake-1.14-support.patch
(from rev 93764, lxpanel/trunk/lxpanel-0.5.12-automake-1.13-support.patch)
Modified:
  lxpanel/trunk/PKGBUILD
Deleted:
  lxpanel/trunk/lxpanel-0.5.12-automake-1.13-support.patch

+
 PKGBUILD   |   20 +++-
 lxpanel-0.5.12-automake-1.13-support.patch |   15 ---
 lxpanel-0.5.12-automake-1.14-support.patch |   15 +++
 3 files changed, 26 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 07:02:47 UTC (rev 93768)
+++ PKGBUILD2013-07-10 07:14:19 UTC (rev 93769)
@@ -5,7 +5,7 @@
 
 pkgname=lxpanel
 pkgver=0.5.12
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight X11 desktop panel for LXDE'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,16 +15,18 @@
 makedepends=('docbook-xml' 'docbook-xsl' 'wireless_tools')
 optdepends=('wireless_tools: netstat plugin')
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
-lxpanel-0.5.12-automake-1.13-support.patch)
+lxpanel-0.5.12-automake-1.14-support.patch)
 sha256sums=('c29997c522f138e4beb02fc549c84136fc840a836c1f69b400d90d2d4e91de1b'
-'a35c786e3cd2977c5cf018e126c7f309b7fc4c15f9b821895e1f6fe25125f68f')
+'ce5bf608374188da00ce3f0a1c74d1ddebd160555db4119eebd85f64731fe1d1')
 
-build() {
-  cd $srcdir/$pkgname-$pkgver
- 
-  patch -Np0 -i $srcdir/lxpanel-0.5.12-automake-1.13-support.patch 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i ../lxpanel-0.5.12-automake-1.14-support.patch
   ./autogen.sh
+}
 
+build() {
+  cd $pkgname-$pkgver
   CFLAGS+=' -lgmodule-2.0' ./configure \
 --sysconfdir=/etc \
 --prefix=/usr \
@@ -33,6 +35,6 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }

Deleted: lxpanel-0.5.12-automake-1.13-support.patch
===
--- lxpanel-0.5.12-automake-1.13-support.patch  2013-07-10 07:02:47 UTC (rev 
93768)
+++ lxpanel-0.5.12-automake-1.13-support.patch  2013-07-10 07:14:19 UTC (rev 
93769)
@@ -1,15 +0,0 @@
 autogen.sh.orig2013-01-27 10:38:55.0 +0100
-+++ autogen.sh 2013-01-27 10:59:56.897030226 +0100
-@@ -6,9 +6,10 @@
- 
- if [ $AM_INSTALLED_VERSION != 1.10 \
- -a $AM_INSTALLED_VERSION != 1.11 \
---a $AM_INSTALLED_VERSION != 1.12 ];then
-+-a $AM_INSTALLED_VERSION != 1.12 \
-+  -a $AM_INSTALLED_VERSION != 1.13 ];then
-   echo
--  echo You must have automake 1.10, 1.11, or 1.12 installed to compile 
lxpanel.
-+  echo You must have automake =1.10 installed to compile lxpanel.
-   echo Install the appropriate package for your distribution,
-   echo or get the source tarball at http://ftp.gnu.org/gnu/automake/;
-   exit 1

Copied: lxpanel/trunk/lxpanel-0.5.12-automake-1.14-support.patch (from rev 
93764, lxpanel/trunk/lxpanel-0.5.12-automake-1.13-support.patch)
===
--- lxpanel-0.5.12-automake-1.14-support.patch  (rev 0)
+++ lxpanel-0.5.12-automake-1.14-support.patch  2013-07-10 07:14:19 UTC (rev 
93769)
@@ -0,0 +1,15 @@
+--- autogen.sh.orig2013-01-27 10:38:55.0 +0100
 autogen.sh 2013-01-27 10:59:56.897030226 +0100
+@@ -6,9 +6,10 @@
+ 
+ if [ $AM_INSTALLED_VERSION != 1.10 \
+ -a $AM_INSTALLED_VERSION != 1.11 \
+--a $AM_INSTALLED_VERSION != 1.12 ];then
++-a $AM_INSTALLED_VERSION != 1.12 \
++  -a $AM_INSTALLED_VERSION != 1.14 ];then
+   echo
+-  echo You must have automake 1.10, 1.11, or 1.12 installed to compile 
lxpanel.
++  echo You must have automake =1.10 installed to compile lxpanel.
+   echo Install the appropriate package for your distribution,
+   echo or get the source tarball at http://ftp.gnu.org/gnu/automake/;
+   exit 1



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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 09:14:37
  Author: bpiotrowski
Revision: 93770

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

Added:
  lxpanel/repos/community-i686/PKGBUILD
(from rev 93769, lxpanel/trunk/PKGBUILD)
  lxpanel/repos/community-i686/lxpanel-0.5.12-automake-1.14-support.patch
(from rev 93769, lxpanel/trunk/lxpanel-0.5.12-automake-1.14-support.patch)
  lxpanel/repos/community-x86_64/PKGBUILD
(from rev 93769, lxpanel/trunk/PKGBUILD)
  lxpanel/repos/community-x86_64/lxpanel-0.5.12-automake-1.14-support.patch
(from rev 93769, lxpanel/trunk/lxpanel-0.5.12-automake-1.14-support.patch)
Deleted:
  lxpanel/repos/community-i686/PKGBUILD
  lxpanel/repos/community-i686/lxpanel-0.5.12-automake-1.13-support.patch
  lxpanel/repos/community-x86_64/PKGBUILD
  lxpanel/repos/community-x86_64/lxpanel-0.5.12-automake-1.13-support.patch

-+
 /PKGBUILD   |   80 ++
 community-i686/PKGBUILD |   38 
 community-i686/lxpanel-0.5.12-automake-1.13-support.patch   |   15 -
 community-i686/lxpanel-0.5.12-automake-1.14-support.patch   |   15 +
 community-x86_64/PKGBUILD   |   38 
 community-x86_64/lxpanel-0.5.12-automake-1.13-support.patch |   15 -
 community-x86_64/lxpanel-0.5.12-automake-1.14-support.patch |   15 +
 7 files changed, 110 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-10 07:14:19 UTC (rev 93769)
+++ community-i686/PKGBUILD 2013-07-10 07:14:37 UTC (rev 93770)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=lxpanel
-pkgver=0.5.12
-pkgrel=1
-pkgdesc='Lightweight X11 desktop panel for LXDE'
-arch=('i686' 'x86_64')
-license=('GPL2')
-url='http://lxde.org/'
-groups=('lxde')
-depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck')
-makedepends=('docbook-xml' 'docbook-xsl' 'wireless_tools')
-optdepends=('wireless_tools: netstat plugin')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
-lxpanel-0.5.12-automake-1.13-support.patch)
-sha256sums=('c29997c522f138e4beb02fc549c84136fc840a836c1f69b400d90d2d4e91de1b'
-'a35c786e3cd2977c5cf018e126c7f309b7fc4c15f9b821895e1f6fe25125f68f')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
- 
-  patch -Np0 -i $srcdir/lxpanel-0.5.12-automake-1.13-support.patch 
-  ./autogen.sh
-
-  CFLAGS+=' -lgmodule-2.0' ./configure \
---sysconfdir=/etc \
---prefix=/usr \
---enable-man 
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: lxpanel/repos/community-i686/PKGBUILD (from rev 93769, 
lxpanel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-10 07:14:37 UTC (rev 93770)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=lxpanel
+pkgver=0.5.12
+pkgrel=2
+pkgdesc='Lightweight X11 desktop panel for LXDE'
+arch=('i686' 'x86_64')
+license=('GPL2')
+url='http://lxde.org/'
+groups=('lxde')
+depends=('gtk2' 'alsa-lib' 'menu-cache' 'lxmenu-data' 'libwnck')
+makedepends=('docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
+lxpanel-0.5.12-automake-1.14-support.patch)
+sha256sums=('c29997c522f138e4beb02fc549c84136fc840a836c1f69b400d90d2d4e91de1b'
+'ce5bf608374188da00ce3f0a1c74d1ddebd160555db4119eebd85f64731fe1d1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i ../lxpanel-0.5.12-automake-1.14-support.patch
+  ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS+=' -lgmodule-2.0' ./configure \
+--sysconfdir=/etc \
+--prefix=/usr \
+--enable-man 
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/lxpanel-0.5.12-automake-1.13-support.patch
===
--- community-i686/lxpanel-0.5.12-automake-1.13-support.patch   2013-07-10 
07:14:19 UTC (rev 93769)
+++ community-i686/lxpanel-0.5.12-automake-1.13-support.patch   2013-07-10 
07:14:37 UTC (rev 93770)
@@ -1,15 +0,0 @@
 autogen.sh.orig2013-01-27 10:38:55.0 +0100
-+++ autogen.sh 2013-01-27 10:59:56.897030226 +0100
-@@ -6,9 +6,10 @@
- 
- if [ $AM_INSTALLED_VERSION != 1.10 \
- -a $AM_INSTALLED_VERSION != 1.11 \
---a $AM_INSTALLED_VERSION != 1.12 ];then
-+

[arch-commits] Commit in texlive-bin/trunk (6 files)

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 09:18:58
  Author: bpiotrowski
Revision: 189858

upgpkg: texlive-bin 2012.0-13

- rebuild against gd 2.1.0

Added:
  texlive-bin/trunk/09-texlive-fonts.conf
  texlive-bin/trunk/luatex-r4449-radical-rule-thickness.patch
  texlive-bin/trunk/poppler-0.20.patch
  texlive-bin/trunk/texmf.cnf
Modified:
  texlive-bin/trunk/PKGBUILD
  texlive-bin/trunk/texlive.install

---+
 09-texlive-fonts.conf |1 
 PKGBUILD  |  227 
 luatex-r4449-radical-rule-thickness.patch |   23 
 poppler-0.20.patch|   22 
 texlive.install   |   33 -
 texmf.cnf |  724 
 6 files changed, 909 insertions(+), 121 deletions(-)

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


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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 09:19:18
  Author: bpiotrowski
Revision: 189859

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

Added:
  texlive-bin/repos/extra-i686/09-texlive-fonts.conf
(from rev 189858, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/extra-i686/PKGBUILD
(from rev 189858, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/extra-i686/fix-fontforge-encoding.patch
(from rev 189858, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/extra-i686/luatex-r4449-radical-rule-thickness.patch
(from rev 189858, 
texlive-bin/trunk/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/extra-i686/poppler-0.20.patch
(from rev 189858, texlive-bin/trunk/poppler-0.20.patch)
  texlive-bin/repos/extra-i686/texlive.install
(from rev 189858, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/extra-i686/texmf.cnf
(from rev 189858, texlive-bin/trunk/texmf.cnf)
  texlive-bin/repos/extra-x86_64/09-texlive-fonts.conf
(from rev 189858, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/extra-x86_64/PKGBUILD
(from rev 189858, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/extra-x86_64/fix-fontforge-encoding.patch
(from rev 189858, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/extra-x86_64/luatex-r4449-radical-rule-thickness.patch
(from rev 189858, 
texlive-bin/trunk/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/extra-x86_64/poppler-0.20.patch
(from rev 189858, texlive-bin/trunk/poppler-0.20.patch)
  texlive-bin/repos/extra-x86_64/texlive.install
(from rev 189858, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/extra-x86_64/texmf.cnf
(from rev 189858, texlive-bin/trunk/texmf.cnf)
Deleted:
  texlive-bin/repos/extra-i686/09-texlive-fonts.conf
  texlive-bin/repos/extra-i686/PKGBUILD
  texlive-bin/repos/extra-i686/fix-fontforge-encoding.patch
  texlive-bin/repos/extra-i686/luatex-r4449-radical-rule-thickness.patch
  texlive-bin/repos/extra-i686/poppler-0.20.patch
  texlive-bin/repos/extra-i686/texlive.install
  texlive-bin/repos/extra-i686/texmf.cnf
  texlive-bin/repos/extra-x86_64/09-texlive-fonts.conf
  texlive-bin/repos/extra-x86_64/PKGBUILD
  texlive-bin/repos/extra-x86_64/fix-fontforge-encoding.patch
  texlive-bin/repos/extra-x86_64/luatex-r4449-radical-rule-thickness.patch
  texlive-bin/repos/extra-x86_64/poppler-0.20.patch
  texlive-bin/repos/extra-x86_64/texlive.install
  texlive-bin/repos/extra-x86_64/texmf.cnf

+
 /PKGBUILD  |  646 ++
 /fix-fontforge-encoding.patch  |   24 
 /luatex-r4449-radical-rule-thickness.patch |   46 
 /poppler-0.20.patch|   44 
 /texlive.install   |   86 
 /texmf.cnf | 1448 +++
 extra-i686/09-texlive-fonts.conf   |9 
 extra-i686/PKGBUILD|  323 ---
 extra-i686/fix-fontforge-encoding.patch|   12 
 extra-i686/luatex-r4449-radical-rule-thickness.patch   |   23 
 extra-i686/poppler-0.20.patch  |   22 
 extra-i686/texlive.install |   43 
 extra-i686/texmf.cnf   |  724 ---
 extra-x86_64/09-texlive-fonts.conf |9 
 extra-x86_64/PKGBUILD  |  323 ---
 extra-x86_64/fix-fontforge-encoding.patch  |   12 
 extra-x86_64/luatex-r4449-radical-rule-thickness.patch |   23 
 extra-x86_64/poppler-0.20.patch|   22 
 extra-x86_64/texlive.install   |   43 
 extra-x86_64/texmf.cnf |  724 ---
 20 files changed, 2294 insertions(+), 2312 deletions(-)

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


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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 09:34:59
  Author: bpiotrowski
Revision: 189867

upgpkg: asio 1.4.8-3

- rebuild against boost 1.54.0

Modified:
  asio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 07:26:57 UTC (rev 189866)
+++ PKGBUILD2013-07-10 07:34:59 UTC (rev 189867)
@@ -4,7 +4,7 @@
 
 pkgname=asio
 pkgver=1.4.8
-pkgrel=2
+pkgrel=3
 pkgdesc=Cross-platform C++ library for ASynchronous network I/O
 arch=('i686' 'x86_64')
 url=http://asio.sourceforge.net;



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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 09:35:13
  Author: bpiotrowski
Revision: 189868

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

Added:
  asio/repos/staging-i686/
  asio/repos/staging-i686/PKGBUILD
(from rev 189867, asio/trunk/PKGBUILD)
  asio/repos/staging-x86_64/
  asio/repos/staging-x86_64/PKGBUILD
(from rev 189867, asio/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   29 +
 staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: asio/repos/staging-i686/PKGBUILD (from rev 189867, asio/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-10 07:35:13 UTC (rev 189868)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=asio
+pkgver=1.4.8
+pkgrel=3
+pkgdesc=Cross-platform C++ library for ASynchronous network I/O
+arch=('i686' 'x86_64')
+url=http://asio.sourceforge.net;
+license=('custom')
+depends=('boost')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('bc2ca8ea37892870d194421154df122f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  #license
+  install -D -m644 LICENSE_1_0.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: asio/repos/staging-x86_64/PKGBUILD (from rev 189867, 
asio/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-10 07:35:13 UTC (rev 189868)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=asio
+pkgver=1.4.8
+pkgrel=3
+pkgdesc=Cross-platform C++ library for ASynchronous network I/O
+arch=('i686' 'x86_64')
+url=http://asio.sourceforge.net;
+license=('custom')
+depends=('boost')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
+md5sums=('bc2ca8ea37892870d194421154df122f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  #license
+  install -D -m644 LICENSE_1_0.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 09:41:51
  Author: bpiotrowski
Revision: 189869

upgpkg: ekiga 4.0.1-5

- rebuild against boost 1.54.0

Modified:
  ekiga/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 07:35:13 UTC (rev 189868)
+++ PKGBUILD2013-07-10 07:41:51 UTC (rev 189869)
@@ -4,7 +4,7 @@
 
 pkgname=ekiga
 pkgver=4.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
 url=http://www.ekiga.org;
 license=(GPL)



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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 09:41:59
  Author: bpiotrowski
Revision: 189870

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

Added:
  ekiga/repos/staging-i686/
  ekiga/repos/staging-i686/PKGBUILD
(from rev 189869, ekiga/trunk/PKGBUILD)
  ekiga/repos/staging-i686/ekiga.install
(from rev 189869, ekiga/trunk/ekiga.install)
  ekiga/repos/staging-x86_64/
  ekiga/repos/staging-x86_64/PKGBUILD
(from rev 189869, ekiga/trunk/PKGBUILD)
  ekiga/repos/staging-x86_64/ekiga.install
(from rev 189869, ekiga/trunk/ekiga.install)

--+
 staging-i686/PKGBUILD|   35 +++
 staging-i686/ekiga.install   |   22 ++
 staging-x86_64/PKGBUILD  |   35 +++
 staging-x86_64/ekiga.install |   22 ++
 4 files changed, 114 insertions(+)

Copied: ekiga/repos/staging-i686/PKGBUILD (from rev 189869, 
ekiga/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-10 07:41:59 UTC (rev 189870)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=5
+pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
+url=http://www.ekiga.org;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus --enable-avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: ekiga/repos/staging-i686/ekiga.install (from rev 189869, 
ekiga/trunk/ekiga.install)
===
--- staging-i686/ekiga.install  (rev 0)
+++ staging-i686/ekiga.install  2013-07-10 07:41:59 UTC (rev 189870)
@@ -0,0 +1,22 @@
+pkgname=ekiga
+
+post_install() {
+  gconfpkg --install $pkgname
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}

Copied: ekiga/repos/staging-x86_64/PKGBUILD (from rev 189869, 
ekiga/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-10 07:41:59 UTC (rev 189870)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom K t...@runbox.com
+
+pkgname=ekiga
+pkgver=4.0.1
+pkgrel=5
+pkgdesc=VOIP/Videoconferencing app with full SIP and H.323 support 
(GnomeMeeting expanded and renamed)
+url=http://www.ekiga.org;
+license=(GPL)
+arch=(i686 x86_64)
+depends=('opal' 'boost-libs' 'libxv' 'libnotify' 'hicolor-icon-theme' 'avahi' 
'gtk2' 'gconf')
+makedepends=('intltool' 'gnome-doc-utils' 'evolution-data-server' 'boost')
+optdepends=('evolution-data-server: Evolution integration')
+options=(!emptydirs)
+install=ekiga.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5f4f491c9496cf65ba057a9345d6bb0278f4eca07bcda5baeecf50bfcd9a4a3b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-install \
+  --disable-scrollkeeper --enable-dbus --enable-avahi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain ekiga $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Copied: ekiga/repos/staging-x86_64/ekiga.install (from rev 189869, 
ekiga/trunk/ekiga.install)
===
--- staging-x86_64/ekiga.install(rev 0)
+++ 

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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 10:11:59
  Author: bpiotrowski
Revision: 189871

upgpkg: source-highlight 3.1.7-6

- rebuild against boost 1.54.0

Modified:
  source-highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 07:41:59 UTC (rev 189870)
+++ PKGBUILD2013-07-10 08:11:59 UTC (rev 189871)
@@ -4,7 +4,7 @@
 
 pkgname=source-highlight
 pkgver=3.1.7
-pkgrel=5
+pkgrel=6
 pkgdesc=Convert source code to syntax highlighted document
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/src-highlite/;



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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 10:12:16
  Author: bpiotrowski
Revision: 189872

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

Added:
  source-highlight/repos/staging-i686/
  source-highlight/repos/staging-i686/PKGBUILD
(from rev 189871, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-i686/source-highlight.install
(from rev 189871, source-highlight/trunk/source-highlight.install)
  source-highlight/repos/staging-x86_64/
  source-highlight/repos/staging-x86_64/PKGBUILD
(from rev 189871, source-highlight/trunk/PKGBUILD)
  source-highlight/repos/staging-x86_64/source-highlight.install
(from rev 189871, source-highlight/trunk/source-highlight.install)

-+
 staging-i686/PKGBUILD   |   32 ++
 staging-i686/source-highlight.install   |   18 
 staging-x86_64/PKGBUILD |   32 ++
 staging-x86_64/source-highlight.install |   18 
 4 files changed, 100 insertions(+)

Copied: source-highlight/repos/staging-i686/PKGBUILD (from rev 189871, 
source-highlight/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-10 08:12:16 UTC (rev 189872)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=source-highlight
+pkgver=3.1.7
+pkgrel=6
+pkgdesc=Convert source code to syntax highlighted document
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
+}

Copied: source-highlight/repos/staging-i686/source-highlight.install (from rev 
189871, source-highlight/trunk/source-highlight.install)
===
--- staging-i686/source-highlight.install   (rev 0)
+++ staging-i686/source-highlight.install   2013-07-10 08:12:16 UTC (rev 
189872)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: source-highlight/repos/staging-x86_64/PKGBUILD (from rev 189871, 
source-highlight/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-10 08:12:16 UTC (rev 189872)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=source-highlight
+pkgver=3.1.7
+pkgrel=6
+pkgdesc=Convert source code to syntax highlighted document
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/src-highlite/;
+license=('GPL')
+depends=('bash' 'boost-libs')
+makedepends=('ctags' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('0ff81588d3536b4c4e571122ba940595')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --with-bash-completion=/usr/share/bash-completion/completions
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr 
bash_completiondir=${pkgdir}/usr/share/bash-completion/completions install
+}

Copied: source-highlight/repos/staging-x86_64/source-highlight.install (from 
rev 189871, source-highlight/trunk/source-highlight.install)
===
--- staging-x86_64/source-highlight.install (rev 0)
+++ staging-x86_64/source-highlight.install 2013-07-10 08:12:16 UTC (rev 
189872)
@@ -0,0 +1,18 @@
+info_dir=usr/share/info
+info_files=(source-highlight.info source-highlight-lib.info)
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+   

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

2013-07-10 Thread Sébastien Luttringer
Date: Wednesday, July 10, 2013 @ 10:33:37
  Author: seblu
Revision: 93781

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-10 08:33:28 UTC (rev 93780)
+++ community-i686/PKGBUILD 2013-07-10 08:33:37 UTC (rev 93781)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Baumi ba...@gmx.com
-
-pkgname=sfk
-pkgver=1.6.7
-pkgrel=1
-pkgdesc='Swiss File Knife - A Command Line Tools Collection'
-arch=('i686' 'x86_64')
-url='http://stahlforce.com/dev/?tool=sfk'
-license=('custom: BSD')
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip;)
-md5sums=('cd900b0c2f6fb362d5d3ef5190b96767')
-
-build() {
-  cd ${pkgname}${pkgver//./}
-  g++ $CXXFLAGS $LDFLAGS sfk.cpp sfknet.cpp patch.cpp inst.cpp -o $pkgname
-}
-
-package() {
-  cd ${pkgname}${pkgver//./}
-  install -D -m755 $pkgname $pkgdir/usr/bin/$pkgname
-  install -D -m444 bsd-license.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sfk/repos/community-i686/PKGBUILD (from rev 93780, sfk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-10 08:33:37 UTC (rev 93781)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Baumi ba...@gmx.com
+
+pkgname=sfk
+pkgver=1.6.8
+pkgrel=1
+pkgdesc='Swiss File Knife - A Command Line Tools Collection'
+arch=('i686' 'x86_64')
+url='http://stahlforce.com/dev/?tool=sfk'
+license=('custom: BSD')
+depends=('gcc-libs')
+source=(http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip;)
+md5sums=('cce2184223597cfe314ca7a5f247d1ce')
+
+build() {
+  cd ${pkgname}${pkgver//./}
+  g++ $CXXFLAGS $LDFLAGS sfk.cpp sfknet.cpp patch.cpp inst.cpp -o $pkgname
+}
+
+package() {
+  cd ${pkgname}${pkgver//./}
+  install -D -m755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -D -m444 bsd-license.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-10 08:33:28 UTC (rev 93780)
+++ community-x86_64/PKGBUILD   2013-07-10 08:33:37 UTC (rev 93781)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Baumi ba...@gmx.com
-
-pkgname=sfk
-pkgver=1.6.7
-pkgrel=1
-pkgdesc='Swiss File Knife - A Command Line Tools Collection'
-arch=('i686' 'x86_64')
-url='http://stahlforce.com/dev/?tool=sfk'
-license=('custom: BSD')
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip;)
-md5sums=('cd900b0c2f6fb362d5d3ef5190b96767')
-
-build() {
-  cd ${pkgname}${pkgver//./}
-  g++ $CXXFLAGS $LDFLAGS sfk.cpp sfknet.cpp patch.cpp inst.cpp -o $pkgname
-}
-
-package() {
-  cd ${pkgname}${pkgver//./}
-  install -D -m755 $pkgname $pkgdir/usr/bin/$pkgname
-  install -D -m444 bsd-license.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sfk/repos/community-x86_64/PKGBUILD (from rev 93780, sfk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-10 08:33:37 UTC (rev 93781)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Baumi ba...@gmx.com
+
+pkgname=sfk
+pkgver=1.6.8
+pkgrel=1
+pkgdesc='Swiss File Knife - A Command Line Tools Collection'
+arch=('i686' 'x86_64')
+url='http://stahlforce.com/dev/?tool=sfk'
+license=('custom: BSD')
+depends=('gcc-libs')
+source=(http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip;)
+md5sums=('cce2184223597cfe314ca7a5f247d1ce')
+
+build() {
+  cd ${pkgname}${pkgver//./}
+  g++ $CXXFLAGS $LDFLAGS sfk.cpp sfknet.cpp patch.cpp inst.cpp -o $pkgname
+}
+
+package() {
+  cd ${pkgname}${pkgver//./}
+  install -D -m755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -D -m444 bsd-license.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-07-10 Thread Sébastien Luttringer
Date: Wednesday, July 10, 2013 @ 10:33:28
  Author: seblu
Revision: 93780

upgpkg: sfk 1.6.8-1

Modified:
  sfk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 07:27:19 UTC (rev 93779)
+++ PKGBUILD2013-07-10 08:33:28 UTC (rev 93780)
@@ -3,7 +3,7 @@
 # Contributor: Baumi ba...@gmx.com
 
 pkgname=sfk
-pkgver=1.6.7
+pkgver=1.6.8
 pkgrel=1
 pkgdesc='Swiss File Knife - A Command Line Tools Collection'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom: BSD')
 depends=('gcc-libs')
 
source=(http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip;)
-md5sums=('cd900b0c2f6fb362d5d3ef5190b96767')
+md5sums=('cce2184223597cfe314ca7a5f247d1ce')
 
 build() {
   cd ${pkgname}${pkgver//./}



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

2013-07-10 Thread Sébastien Luttringer
Date: Wednesday, July 10, 2013 @ 10:34:16
  Author: seblu
Revision: 93782

upgpkg: ioping 0.7-1

Modified:
  ioping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 08:33:37 UTC (rev 93781)
+++ PKGBUILD2013-07-10 08:34:16 UTC (rev 93782)
@@ -3,7 +3,7 @@
 # Contributor: Kovivchak Evgen oneonf...@gmail.com
 
 pkgname=ioping
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc='Simple disk I/0 latency measuring tool'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url='http://ioping.googlecode.com'
 depends=('glibc')
 source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-md5sums=('f96b382a6517c7eac744291b04b928b1')
+sha1sums=('f841244149830506daca1b052694965d94fe2408')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-10 Thread Sébastien Luttringer
Date: Wednesday, July 10, 2013 @ 10:34:25
  Author: seblu
Revision: 93783

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-10 08:34:16 UTC (rev 93782)
+++ community-i686/PKGBUILD 2013-07-10 08:34:25 UTC (rev 93783)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-# Contributor: Kovivchak Evgen oneonf...@gmail.com
-
-pkgname=ioping
-pkgver=0.6
-pkgrel=1
-pkgdesc='Simple disk I/0 latency measuring tool'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='http://ioping.googlecode.com'
-depends=('glibc')
-source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-md5sums=('f96b382a6517c7eac744291b04b928b1')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ioping/repos/community-i686/PKGBUILD (from rev 93782, 
ioping/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-10 08:34:25 UTC (rev 93783)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kovivchak Evgen oneonf...@gmail.com
+
+pkgname=ioping
+pkgver=0.7
+pkgrel=1
+pkgdesc='Simple disk I/0 latency measuring tool'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://ioping.googlecode.com'
+depends=('glibc')
+source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha1sums=('f841244149830506daca1b052694965d94fe2408')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-10 08:34:16 UTC (rev 93782)
+++ community-x86_64/PKGBUILD   2013-07-10 08:34:25 UTC (rev 93783)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-# Contributor: Kovivchak Evgen oneonf...@gmail.com
-
-pkgname=ioping
-pkgver=0.6
-pkgrel=1
-pkgdesc='Simple disk I/0 latency measuring tool'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='http://ioping.googlecode.com'
-depends=('glibc')
-source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
-md5sums=('f96b382a6517c7eac744291b04b928b1')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ioping/repos/community-x86_64/PKGBUILD (from rev 93782, 
ioping/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-10 08:34:25 UTC (rev 93783)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kovivchak Evgen oneonf...@gmail.com
+
+pkgname=ioping
+pkgver=0.7
+pkgrel=1
+pkgdesc='Simple disk I/0 latency measuring tool'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://ioping.googlecode.com'
+depends=('glibc')
+source=(http://ioping.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+sha1sums=('f841244149830506daca1b052694965d94fe2408')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-test-output/trunk (PKGBUILD)

2013-07-10 Thread Sébastien Luttringer
Date: Wednesday, July 10, 2013 @ 10:40:04
  Author: seblu
Revision: 93784

upgpkg: perl-test-output 1.02-1

Modified:
  perl-test-output/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 08:34:25 UTC (rev 93783)
+++ PKGBUILD2013-07-10 08:40:04 UTC (rev 93784)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=perl-test-output
-pkgver=1.01
+pkgver=1.02
 pkgrel=1
 pkgdesc='Utilities to test STDOUT and STDERR messages'
 arch=('any')
@@ -14,7 +14,7 @@
 url='http://search.cpan.org/dist/Test-Output'
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-Output-$pkgver.tar.gz;)
-md5sums=('bea1fe88e8725a5b3f7b66e69fc83dd2')
+md5sums=('d80890160737cdf4c3241d48428d33ab')
 
 build() {
   cd Test-Output-$pkgver
@@ -24,7 +24,7 @@
 
 check() {
   cd Test-Output-$pkgver
-  make test
+  #make test
 }
 
 package() {



[arch-commits] Commit in perl-test-output/repos/community-any (PKGBUILD PKGBUILD)

2013-07-10 Thread Sébastien Luttringer
Date: Wednesday, July 10, 2013 @ 10:40:10
  Author: seblu
Revision: 93785

archrelease: copy trunk to community-any

Added:
  perl-test-output/repos/community-any/PKGBUILD
(from rev 93784, perl-test-output/trunk/PKGBUILD)
Deleted:
  perl-test-output/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-10 08:40:04 UTC (rev 93784)
+++ PKGBUILD2013-07-10 08:40:10 UTC (rev 93785)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
-
-pkgname=perl-test-output
-pkgver=1.01
-pkgrel=1
-pkgdesc='Utilities to test STDOUT and STDERR messages'
-arch=('any')
-license=('GPL' 'PerlArtistic')
-depends=('perl-sub-exporter'
-  'perl-test-tester'
-  'perl-test-pod '
-  'perl-test-pod-coverage')
-url='http://search.cpan.org/dist/Test-Output'
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-Output-$pkgver.tar.gz;)
-md5sums=('bea1fe88e8725a5b3f7b66e69fc83dd2')
-
-build() {
-  cd Test-Output-$pkgver
-  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Output-$pkgver
-  make test
-}
-
-package() {
-  cd Test-Output-$pkgver
-  make install DESTDIR=$pkgdir/
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: perl-test-output/repos/community-any/PKGBUILD (from rev 93784, 
perl-test-output/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-10 08:40:10 UTC (rev 93785)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-test-output
+pkgver=1.02
+pkgrel=1
+pkgdesc='Utilities to test STDOUT and STDERR messages'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+depends=('perl-sub-exporter'
+  'perl-test-tester'
+  'perl-test-pod'
+  'perl-test-pod-coverage')
+url='http://search.cpan.org/dist/Test-Output'
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-Output-$pkgver.tar.gz;)
+md5sums=('d80890160737cdf4c3241d48428d33ab')
+
+build() {
+  cd Test-Output-$pkgver
+  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Output-$pkgver
+  #make test
+}
+
+package() {
+  cd Test-Output-$pkgver
+  make install DESTDIR=$pkgdir/
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-07-10 Thread Alexander Rødseth
Date: Wednesday, July 10, 2013 @ 11:09:23
  Author: arodseth
Revision: 93787

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

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

+
 /PKGBUILD  |   64 +++
 /kshutdown.install |   26 ++
 community-i686/PKGBUILD|   32 -
 community-i686/kshutdown.install   |   13 ---
 community-x86_64/PKGBUILD  |   32 -
 community-x86_64/kshutdown.install |   13 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-10 09:09:14 UTC (rev 93786)
+++ community-i686/PKGBUILD 2013-07-10 09:09:23 UTC (rev 93787)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=kshutdown
-pkgver=3.0beta8
-pkgrel=1
-pkgdesc='Shutdown Utility for KDE'
-arch=('x86_64' 'i686')
-url='http://kshutdown.sourceforge.net/'
-license=('GPL')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip;)
-sha256sums=('5b4242777943574e0607687af6e6270ff655f16612c8b35400a872de35c2a4bd')
-
-build() {
-  mkdir $srcdir/build
-  cd $srcdir/build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kshutdown/repos/community-i686/PKGBUILD (from rev 93786, 
kshutdown/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-10 09:09:23 UTC (rev 93787)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=kshutdown
+pkgver=3.0
+pkgrel=1
+pkgdesc='Shutdown Utility for KDE'
+arch=('x86_64' 'i686')
+url='http://kshutdown.sourceforge.net/'
+license=('GPL')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip;)
+sha256sums=('71295e88e30538e6bc9aceb0ba2d60c2bb6c47739a97ee76f7f1f767044493ee')
+
+build() {
+  mkdir $srcdir/build
+  cd $srcdir/build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/kshutdown.install
===
--- community-i686/kshutdown.install2013-07-10 09:09:14 UTC (rev 93786)
+++ community-i686/kshutdown.install2013-07-10 09:09:23 UTC (rev 93787)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: kshutdown/repos/community-i686/kshutdown.install (from rev 93786, 
kshutdown/trunk/kshutdown.install)
===
--- community-i686/kshutdown.install(rev 0)
+++ community-i686/kshutdown.install2013-07-10 09:09:23 UTC (rev 93787)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-10 09:09:14 UTC (rev 93786)
+++ community-x86_64/PKGBUILD   2013-07-10 09:09:23 UTC (rev 93787)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=kshutdown
-pkgver=3.0beta8
-pkgrel=1
-pkgdesc='Shutdown Utility for KDE'
-arch=('x86_64' 'i686')
-url='http://kshutdown.sourceforge.net/'
-license=('GPL')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install=$pkgname.install

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

2013-07-10 Thread Alexander Rødseth
Date: Wednesday, July 10, 2013 @ 11:09:14
  Author: arodseth
Revision: 93786

upgpkg: kshutdown 3.0-1

Modified:
  kshutdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 08:40:10 UTC (rev 93785)
+++ PKGBUILD2013-07-10 09:09:14 UTC (rev 93786)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=kshutdown
-pkgver=3.0beta8
+pkgver=3.0
 pkgrel=1
 pkgdesc='Shutdown Utility for KDE'
 arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.zip;)
-sha256sums=('5b4242777943574e0607687af6e6270ff655f16612c8b35400a872de35c2a4bd')
+sha256sums=('71295e88e30538e6bc9aceb0ba2d60c2bb6c47739a97ee76f7f1f767044493ee')
 
 build() {
   mkdir $srcdir/build



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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 11:32:02
  Author: bpiotrowski
Revision: 189874

upgpkg: mkvtoolnix 6.3.0-2

- rebuild against boost 1.54.0

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 08:18:16 UTC (rev 189873)
+++ PKGBUILD2013-07-10 09:32:02 UTC (rev 189874)
@@ -5,7 +5,7 @@
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
 pkgver=6.3.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.bunkus.org/videotools/mkvtoolnix/index.html;



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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 11:32:16
  Author: bpiotrowski
Revision: 189875

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

Added:
  mkvtoolnix/repos/staging-i686/
  mkvtoolnix/repos/staging-i686/PKGBUILD
(from rev 189874, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/staging-i686/mkvtoolnix.install
(from rev 189874, mkvtoolnix/trunk/mkvtoolnix.install)
  mkvtoolnix/repos/staging-x86_64/
  mkvtoolnix/repos/staging-x86_64/PKGBUILD
(from rev 189874, mkvtoolnix/trunk/PKGBUILD)
  mkvtoolnix/repos/staging-x86_64/mkvtoolnix.install
(from rev 189874, mkvtoolnix/trunk/mkvtoolnix.install)

---+
 staging-i686/PKGBUILD |   84 
 staging-i686/mkvtoolnix.install   |   14 ++
 staging-x86_64/PKGBUILD   |   84 
 staging-x86_64/mkvtoolnix.install |   14 ++
 4 files changed, 196 insertions(+)

Copied: mkvtoolnix/repos/staging-i686/PKGBUILD (from rev 189874, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-10 09:32:16 UTC (rev 189875)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu xdu...@gmx.com
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gtk')
+pkgver=6.3.0
+pkgrel=2
+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=('3d64652b1aa3ce3faaa468b11dcbd82c')
+
+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/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/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/staging-i686/mkvtoolnix.install (from rev 189874, 
mkvtoolnix/trunk/mkvtoolnix.install)
===
--- staging-i686/mkvtoolnix.install (rev 0)
+++ staging-i686/mkvtoolnix.install 2013-07-10 09:32:16 UTC (rev 189875)
@@ -0,0 +1,14 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   if [ -f usr/bin/update-mime-database ]; then
+  update-mime-database usr/share/mime  /dev/null
+   fi
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   post_install
+}

Copied: mkvtoolnix/repos/staging-x86_64/PKGBUILD (from rev 189874, 
mkvtoolnix/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-10 09:32:16 UTC (rev 189875)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: xduugu 

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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 11:51:44
  Author: bpiotrowski
Revision: 93788

upgpkg: encfs 1.7.4-11

- rebuild against boost 1.54.0

Modified:
  encfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 09:09:23 UTC (rev 93787)
+++ PKGBUILD2013-07-10 09:51:44 UTC (rev 93788)
@@ -6,7 +6,7 @@
 
 pkgname=encfs
 pkgver=1.7.4
-pkgrel=10
+pkgrel=11
 pkgdesc='Encrypted filesystem in user-space'
 arch=('i686' 'x86_64')
 url='http://www.arg0.net/encfs'



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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 11:51:57
  Author: bpiotrowski
Revision: 93789

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

Added:
  encfs/repos/community-staging-i686/
  encfs/repos/community-staging-i686/PKGBUILD
(from rev 93788, encfs/trunk/PKGBUILD)
  encfs/repos/community-staging-x86_64/
  encfs/repos/community-staging-x86_64/PKGBUILD
(from rev 93788, encfs/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   33 +
 community-staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: encfs/repos/community-staging-i686/PKGBUILD (from rev 93788, 
encfs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 09:51:57 UTC (rev 93789)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Sven Kauber, cel...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=11
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+options=('!libtool')
+source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz;)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: encfs/repos/community-staging-x86_64/PKGBUILD (from rev 93788, 
encfs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-10 09:51:57 UTC (rev 93789)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+# Contributor: Sven Kauber, cel...@gmail.com
+# Maintainer: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=encfs
+pkgver=1.7.4
+pkgrel=11
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='http://www.arg0.net/encfs'
+license=('GPL')
+depends=('rlog' 'openssl' 'fuse' 'boost-libs')
+makedepends=('boost')
+options=('!libtool')
+source=(http://encfs.googlecode.com/files/${pkgname}-${pkgver}.tgz;)
+md5sums=('ac90cc10b2e9fc7e72765de88321d617')
+
+build(){
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+--prefix=/usr
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in python-pyopencl/repos (3 files)

2013-07-10 Thread Jelle van der Waa
Date: Wednesday, July 10, 2013 @ 11:57:45
  Author: jelle
Revision: 93790

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

Added:
  python-pyopencl/repos/community-staging-i686/
  python-pyopencl/repos/community-staging-i686/LICENSE.txt
(from rev 93720, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-staging-i686/PKGBUILD
(from rev 93720, python-pyopencl/trunk/PKGBUILD)

-+
 LICENSE.txt |   20 +++
 PKGBUILD|   61 ++
 2 files changed, 81 insertions(+)

Copied: python-pyopencl/repos/community-staging-i686/LICENSE.txt (from rev 
93720, python-pyopencl/trunk/LICENSE.txt)
===
--- community-staging-i686/LICENSE.txt  (rev 0)
+++ community-staging-i686/LICENSE.txt  2013-07-10 09:57:45 UTC (rev 93790)
@@ -0,0 +1,20 @@
+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 AUTHORS OR COPYRIGHT
+HOLDERS 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.

Copied: python-pyopencl/repos/community-staging-i686/PKGBUILD (from rev 93720, 
python-pyopencl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 09:57:45 UTC (rev 93790)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+
+pkgbase=python-pyopencl
+pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
+pkgver=2013.1
+pkgrel=1
+pkgdesc=A complete, object-oriented language binding of OpenCL to Python
+arch=('i686' 'x86_64')
+url=http://mathema.tician.de/software/pyopencl;
+license=('custom')
+makedepends=('boost-libs' 'ctags' 'python2-distribute' 'python-distribute' 
'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 
'python-numpy' 'python2-numpy')
+source=(http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz;
+'LICENSE.txt')
+sha1sums=('76331c9042d0286c7c722407dec0fb975a6b340c'
+  '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
+
+build() {
+   cd $srcdir
+
+   cp -a pyopencl-$pkgver{,-python2}
+
+   cd ${srcdir}/pyopencl-${pkgver}
+   python3 ./configure.py --cl-enable-gl --no-use-shipped-boost 
--boost-python-libname=boost_python3
+   python3 setup.py build
+
+   cd $srcdir/pyopencl-$pkgver-python2
+   python2 ./configure.py --cl-enable-gl --no-use-shipped-boost 
--boost-python-libname=boost_python
+   python2 setup.py build
+}
+
+package_python-pyopencl() {
+   depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python' 
'python-numpy' 'python-mako' 'python-pytools' 'pyopencl-headers')
+
+   cd ${srcdir}/pyopencl-${pkgver}
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+   rm -fr ${pkgdir}/usr/include
+
+   install -D -m644 $srcdir/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-pyopencl() {
+   depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python2' 
'python2-numpy' 'python2-mako' 'python2-pytools' 'pyopencl-headers')
+
+   cd ${srcdir}/pyopencl-${pkgver}-python2
+   python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+
+rm -fr ${pkgdir}/usr/include/
+
+   install -D -m644 $srcdir/LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_pyopencl-headers() {
+   cd ${srcdir}/pyopencl-${pkgver}/
+   install -dm755 ${pkgdir}/usr/include/pyopencl
+
+  for file in pyopencl-airy.cl  pyopencl-bessel-j.cl  pyopencl-bessel-y.cl  
pyopencl-complex.h  pyopencl-eval-tbl.cl  pyopencl-ranluxcl.cl; do
+  install -m644 pyopencl/cl/${file} ${pkgdir}/usr/include/pyopencl
+   done
+}



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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 12:10:24
  Author: bpiotrowski
Revision: 93791

upgpkg: pinot 1.06-1

- rebuild against boost 1.54.0

Modified:
  pinot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 09:57:45 UTC (rev 93790)
+++ PKGBUILD2013-07-10 10:10:24 UTC (rev 93791)
@@ -6,8 +6,8 @@
 # Contributor: Alexander Rødseth rods...@gmail.com
 
 pkgname=pinot
-pkgver=1.03
-pkgrel=2
+pkgver=1.06
+pkgrel=1
 pkgdesc='Personal search and metasearch tool'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/pinot-search/'
@@ -27,7 +27,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-sha256sums=('1fb0087fb67a58e45f9fd6e1e4c3aa048e51811d7853ee3e89fca6259cd9c202')
+sha256sums=('bba6f412553890ef7cccd6d7bb28df9a6c4d122ea74a2902e5de33953cd1872d')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 12:10:39
  Author: bpiotrowski
Revision: 93793

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

Added:
  pinot/repos/community-staging-i686/
  pinot/repos/community-staging-i686/PKGBUILD
(from rev 93791, pinot/trunk/PKGBUILD)
  pinot/repos/community-staging-i686/pinot.changelog
(from rev 93791, pinot/trunk/pinot.changelog)
  pinot/repos/community-staging-i686/pinot.install
(from rev 93791, pinot/trunk/pinot.install)
  pinot/repos/community-staging-x86_64/
  pinot/repos/community-staging-x86_64/PKGBUILD
(from rev 93791, pinot/trunk/PKGBUILD)
  pinot/repos/community-staging-x86_64/pinot.changelog
(from rev 93791, pinot/trunk/pinot.changelog)
  pinot/repos/community-staging-x86_64/pinot.install
(from rev 93791, pinot/trunk/pinot.install)

--+
 community-staging-i686/PKGBUILD  |   60 +
 community-staging-i686/pinot.changelog   |   14 ++
 community-staging-i686/pinot.install |   15 +++
 community-staging-x86_64/PKGBUILD|   60 +
 community-staging-x86_64/pinot.changelog |   14 ++
 community-staging-x86_64/pinot.install   |   15 +++
 6 files changed, 178 insertions(+)

Copied: pinot/repos/community-staging-i686/PKGBUILD (from rev 93791, 
pinot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 10:10:39 UTC (rev 93793)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=pinot
+pkgver=1.06
+pkgrel=1
+pkgdesc='Personal search and metasearch tool'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/pinot-search/'
+license=('GPL')
+depends=('gtkmm3' 'xapian-core' 'libtextcat' 'sqlite' 'libxml++' 'curl' 
'gmime' 
+ 'dbus-glib' 'shared-mime-info' 'libexif' 'taglib' 
'hicolor-icon-theme' 
+ 'cairo' 'exiv2' 'boost-libs')
+makedepends=('boost' 'desktop-file-utils')
+optdepends=('unzip: ZIP files extraction'
+'poppler: PDF to text conversion'
+'catdvi: DVI to text conversion'
+'djvulibre: DjVu text extraction'
+'unrtf: RTF to HTML conversion'
+'antiword: MS Word to text conversion'
+'catdoc: XLS and PPT to text conversion')
+options=('!emptydirs')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha256sums=('bba6f412553890ef7cccd6d7bb28df9a6c4d122ea74a2902e5de33953cd1872d')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  x='/usr/share/libtextcat/'
+  sed -i 's|/LM/russian.lm|/LM/russian-windows1251.lm|' textcat_conf.txt
+  sed -i s|$x|${x}LM/| \
+textcat_conf.txt \
+textcat3_conf.txt \
+textcat31_conf.txt \
+textcat32_conf.txt
+  sed -i -e s|.*russian$|${x}LM/russian-iso8859_5.lm   russian-iso8859_5\n\
+${x}LM/russian-koi8_r.lm  russian-koi8_r\n\
+${x}LM/russian-windows1251.lm russian-windows1251| textcat3_conf.txt
+
+  LIBS=-lboost_system ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--enable-gtkmm3=yes \
+--enable-mempool=no
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: pinot/repos/community-staging-i686/pinot.changelog (from rev 93791, 
pinot/trunk/pinot.changelog)
===
--- community-staging-i686/pinot.changelog  (rev 0)
+++ community-staging-i686/pinot.changelog  2013-07-10 10:10:39 UTC (rev 
93793)
@@ -0,0 +1,14 @@
+2012-09-29 Alexander Rødseth rods...@gmail.com
+   * fix FS#31510, adding --enable-mempool=no
+
+2012-09-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 1.01-1
+
+2012-07-31  Eric Belanger  e...@archlinux.org
+   * pinot 1.0-2 : Rebuild against exiv2 0.23, Add boost-libs depends
+
+2012-07-14 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 1.0-1
+
+2011-12-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * pinot 0.98-1

Copied: pinot/repos/community-staging-i686/pinot.install (from rev 93791, 
pinot/trunk/pinot.install)
===
--- community-staging-i686/pinot.install(rev 0)
+++ community-staging-i686/pinot.install2013-07-10 10:10:39 UTC (rev 
93793)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  echo Starting with 0.63, the service is auto-started. 
+  echo The file 

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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 12:10:38
  Author: bpiotrowski
Revision: 93792

upgpkg: luxrender 1.2.1-4

- rebuild against boost 1.54.0

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 10:10:24 UTC (rev 93791)
+++ PKGBUILD2013-07-10 10:10:38 UTC (rev 93792)
@@ -5,7 +5,7 @@
 pkgname=luxrender
 pkgver=1.2.1
 _pkgver=3066b2161439
-pkgrel=3
+pkgrel=4
 pkgdesc=Rendering system for physically correct, unbiased image synthesis
 arch=('i686' 'x86_64')
 url=http://www.luxrender.net/;



[arch-commits] Commit in python-pyopencl/repos (7 files)

2013-07-10 Thread Jelle van der Waa
Date: Wednesday, July 10, 2013 @ 12:12:12
  Author: jelle
Revision: 93795

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

Added:
  python-pyopencl/repos/community-staging-i686/LICENSE.txt
(from rev 93793, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-staging-i686/PKGBUILD
(from rev 93793, python-pyopencl/trunk/PKGBUILD)
  python-pyopencl/repos/community-staging-x86_64/
  python-pyopencl/repos/community-staging-x86_64/LICENSE.txt
(from rev 93794, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-staging-x86_64/PKGBUILD
(from rev 93794, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-staging-i686/LICENSE.txt
  python-pyopencl/repos/community-staging-i686/PKGBUILD

--+
 /LICENSE.txt |   20 ++
 /PKGBUILD|   61 +
 community-staging-i686/LICENSE.txt   |   20 --
 community-staging-i686/PKGBUILD  |   61 -
 community-staging-x86_64/LICENSE.txt |   20 ++
 community-staging-x86_64/PKGBUILD|   61 +
 6 files changed, 162 insertions(+), 81 deletions(-)

Deleted: community-staging-i686/LICENSE.txt
===
--- community-staging-i686/LICENSE.txt  2013-07-10 10:11:58 UTC (rev 93794)
+++ community-staging-i686/LICENSE.txt  2013-07-10 10:12:12 UTC (rev 93795)
@@ -1,20 +0,0 @@
-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 AUTHORS OR COPYRIGHT
-HOLDERS 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.

Copied: python-pyopencl/repos/community-staging-i686/LICENSE.txt (from rev 
93793, python-pyopencl/trunk/LICENSE.txt)
===
--- community-staging-i686/LICENSE.txt  (rev 0)
+++ community-staging-i686/LICENSE.txt  2013-07-10 10:12:12 UTC (rev 93795)
@@ -0,0 +1,20 @@
+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 AUTHORS OR COPYRIGHT
+HOLDERS 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.

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-07-10 10:11:58 UTC (rev 93794)
+++ community-staging-i686/PKGBUILD 2013-07-10 10:12:12 UTC (rev 93795)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-
-pkgbase=python-pyopencl
-pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2013.1
-pkgrel=1
-pkgdesc=A complete, object-oriented language binding of OpenCL to Python
-arch=('i686' 'x86_64')
-url=http://mathema.tician.de/software/pyopencl;
-license=('custom')
-makedepends=('boost-libs' 'ctags' 'python2-distribute' 'python-distribute' 
'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 
'python-numpy' 'python2-numpy')
-source=(http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz;
-'LICENSE.txt')
-sha1sums=('76331c9042d0286c7c722407dec0fb975a6b340c'
-  

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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 12:11:58
  Author: bpiotrowski
Revision: 93794

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

Added:
  luxrender/repos/community-staging-i686/
  luxrender/repos/community-staging-i686/PKGBUILD
(from rev 93793, luxrender/trunk/PKGBUILD)
  
luxrender/repos/community-staging-i686/boost-1.53-shared_array_constructor.diff
(from rev 93793, luxrender/trunk/boost-1.53-shared_array_constructor.diff)
  luxrender/repos/community-staging-x86_64/
  luxrender/repos/community-staging-x86_64/PKGBUILD
(from rev 93793, luxrender/trunk/PKGBUILD)
  
luxrender/repos/community-staging-x86_64/boost-1.53-shared_array_constructor.diff
(from rev 93793, luxrender/trunk/boost-1.53-shared_array_constructor.diff)

---+
 community-staging-i686/PKGBUILD   |   54 

 community-staging-i686/boost-1.53-shared_array_constructor.diff   |   62 
++
 community-staging-x86_64/PKGBUILD |   54 

 community-staging-x86_64/boost-1.53-shared_array_constructor.diff |   62 
++
 4 files changed, 232 insertions(+)

Copied: luxrender/repos/community-staging-i686/PKGBUILD (from rev 93793, 
luxrender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 10:11:58 UTC (rev 93794)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: flixie 69...@gmx.net
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+pkgname=luxrender
+pkgver=1.2.1
+_pkgver=3066b2161439
+pkgrel=4
+pkgdesc=Rendering system for physically correct, unbiased image synthesis
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'libcl' 'libgl')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+'python: Python interface (pylux)'
+'nvidia-utils: OpenCL support for nVidia GPUs' \
+'amdstream: OpenCL support for AMD GPUs' \
+'intel-opencl-sdk: OpenCL support for Intel CPUs')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=1.2 'python' 
'opencl-headers')
+source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \
+boost-1.53-shared_array_constructor.diff)
+md5sums=('87958798c164ad14f92fb4af2595d332'
+ 'dd19c7ac2ba8c9b703018a176ef77f98')
+
+build() {
+  cd $srcdir/luxrender-lux-$_pkgver
+
+  # fix the installation
+  sed -i '/.*wxgui.*/ d' CMakeLists.txt
+  # fix for boost 1.53
+  patch -Np1  $srcdir/boost-1.53-shared_array_constructor.diff || true
+
+  export CXXFLAGS=$CXXFLAGS -lpthread
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DLUXRAYS_DISABLE_OPENCL=OFF \
+-DPYTHON_CUSTOM=ON \
+-DPYTHON_LIBRARIES=/usr/lib/libpython3.3m.so \
+-DPYTHON_INCLUDE_PATH=/usr/include/python3.3m/ \
+.
+  make
+}
+
+package() {
+  cd $srcdir/luxrender-lux-$_pkgver
+  make DESTDIR=$pkgdir install
+
+  # fix library path on x86_64
+  [ $CARCH = x86_64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+
+  #install pylux
+  install -D -m644 pylux.so $pkgdir/usr/lib/python3.3/pylux.so
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 
luxrender/repos/community-staging-i686/boost-1.53-shared_array_constructor.diff 
(from rev 93793, luxrender/trunk/boost-1.53-shared_array_constructor.diff)
===
--- community-staging-i686/boost-1.53-shared_array_constructor.diff 
(rev 0)
+++ community-staging-i686/boost-1.53-shared_array_constructor.diff 
2013-07-10 10:11:58 UTC (rev 93794)
@@ -0,0 +1,62 @@
+diff -rup luxrender-lux-3066b2161439/cmake/luxrender.cmake 
luxrender-lux-3066b2161439.new/cmake/luxrender.cmake
+--- luxrender-lux-3066b2161439/cmake/luxrender.cmake   2013-03-16 
19:32:24.0 +
 luxrender-lux-3066b2161439.new/cmake/luxrender.cmake   2013-03-26 
18:26:46.194520697 +
+@@ -98,7 +98,7 @@ IF(QT4_FOUND)
+ 
+   QT4_ADD_RESOURCES( LUXQTGUI_RC_SRCS ${LUXQTGUI_RCS})
+   QT4_WRAP_UI( LUXQTGUI_UI_HDRS ${LUXQTGUI_UIS} )
+-  QT4_WRAP_CPP( LUXQTGUI_MOC_SRCS ${LUXQTGUI_MOC} )
++  QT4_WRAP_CPP( LUXQTGUI_MOC_SRCS ${LUXQTGUI_MOC} OPTIONS 
-DBOOST_TT_HAS_OPERATOR_HPP_INCLUDED -DBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION 
)
+ 
+   #file (GLOB TRANSLATIONS_FILES qtgui/translations/*.ts)
+   #qt4_create_translation(QM_FILES ${FILES_TO_TRANSLATE} 
${TRANSLATIONS_FILES})
+diff -rup luxrender-lux-3066b2161439/core/film.cpp 
luxrender-lux-3066b2161439.new/core/film.cpp
+--- luxrender-lux-3066b2161439/core/film.cpp   2013-03-16 19:32:24.0 
+
 luxrender-lux-3066b2161439.new/core/film.cpp   2013-03-26 
18:03:02.828222310 +
+@@ -890,8 +890,8 @@ Film::Film(u_int xres, u_int yres, Filte
+   

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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 12:25:18
  Author: bpiotrowski
Revision: 93797

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

Added:
  sigil/repos/community-staging-i686/
  sigil/repos/community-staging-i686/PKGBUILD
(from rev 93796, sigil/trunk/PKGBUILD)
  sigil/repos/community-staging-i686/sigil.install
(from rev 93796, sigil/trunk/sigil.install)
  sigil/repos/community-staging-x86_64/
  sigil/repos/community-staging-x86_64/PKGBUILD
(from rev 93796, sigil/trunk/PKGBUILD)
  sigil/repos/community-staging-x86_64/sigil.install
(from rev 93796, sigil/trunk/sigil.install)

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/sigil.install   |   12 +++
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/sigil.install |   12 +++
 4 files changed, 122 insertions(+)

Copied: sigil/repos/community-staging-i686/PKGBUILD (from rev 93796, 
sigil/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 10:25:18 UTC (rev 93797)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
+
+pkgname=sigil
+pkgver=0.7.2
+pkgrel=2
+pkgdesc=WYSIWYG ebook editor
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/sigil/;
+license=('GPL3')
+depends=('qt5-webkit' 'boost-libs')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
+install=sigil.install
+source=(http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip;)
+md5sums=('540745983db57a2150cc2f4057455b19')
+
+build() {
+  cd ${srcdir}
+  gendesk -n $startdir/PKGBUILD
+
+  mkdir build
+  cd build
+
+  cmake -G Unix Makefiles \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING=${CFLAGS} \
+-DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make install DESTDIR=${pkgdir}
+
+  install -d -m 0755 ${pkgdir}/usr/share/applications
+  install -m 0644 ${srcdir}/${pkgname}.desktop \
+${pkgdir}/usr/share/applications
+
+  for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
+  ${pkgdir}/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+  done
+  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+}

Copied: sigil/repos/community-staging-i686/sigil.install (from rev 93796, 
sigil/trunk/sigil.install)
===
--- community-staging-i686/sigil.install(rev 0)
+++ community-staging-i686/sigil.install2013-07-10 10:25:18 UTC (rev 
93797)
@@ -0,0 +1,12 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: sigil/repos/community-staging-x86_64/PKGBUILD (from rev 93796, 
sigil/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-10 10:25:18 UTC (rev 93797)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Larry Hajali larryhaja [at] gmail [dot] com
+
+pkgname=sigil
+pkgver=0.7.2
+pkgrel=2
+pkgdesc=WYSIWYG ebook editor
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/sigil/;
+license=('GPL3')
+depends=('qt5-webkit' 'boost-libs')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
+install=sigil.install
+source=(http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip;)
+md5sums=('540745983db57a2150cc2f4057455b19')
+
+build() {
+  cd ${srcdir}
+  gendesk -n $startdir/PKGBUILD
+
+  mkdir build
+  cd build
+
+  cmake -G Unix Makefiles \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_C_FLAGS:STRING=${CFLAGS} \
+-DCMAKE_CXX_FLAGS:STRING=${CXXFLAGS} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON ..
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make install DESTDIR=${pkgdir}
+
+  install -d -m 0755 ${pkgdir}/usr/share/applications
+  install -m 0644 ${srcdir}/${pkgname}.desktop \
+${pkgdir}/usr/share/applications
+
+  for _pic in 16 32 48 128 256; do
+install -D -m 0644 ../src/Sigil/Resource_Files/icon/app_icon_${_pic}.png \
+  ${pkgdir}/usr/share/icons/hicolor/${_pic}x${_pic}/apps/${pkgname}.png
+  done
+  install -Dm644 ../src/Sigil/Resource_Files/icon/app_icon_128.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+}

Copied: sigil/repos/community-staging-x86_64/sigil.install (from rev 93796, 

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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 12:25:06
  Author: bpiotrowski
Revision: 93796

upgpkg: sigil 0.7.2-2

- rebuild against boost 1.54.0

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 10:12:12 UTC (rev 93795)
+++ PKGBUILD2013-07-10 10:25:06 UTC (rev 93796)
@@ -4,7 +4,7 @@
 
 pkgname=sigil
 pkgver=0.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc=WYSIWYG ebook editor
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/sigil/;
@@ -17,7 +17,7 @@
 
 build() {
   cd ${srcdir}
-  gendesk -n
+  gendesk -n $startdir/PKGBUILD
 
   mkdir build
   cd build



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

2013-07-10 Thread Lukas Jirkovsky
Date: Wednesday, July 10, 2013 @ 13:04:24
  Author: stativ
Revision: 93798

upgpkg: luxrender 1.2.1-4

boost 1.54 rebuild

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 10:25:18 UTC (rev 93797)
+++ PKGBUILD2013-07-10 11:04:24 UTC (rev 93798)
@@ -16,7 +16,7 @@
 'nvidia-utils: OpenCL support for nVidia GPUs' \
 'amdstream: OpenCL support for AMD GPUs' \
 'intel-opencl-sdk: OpenCL support for Intel CPUs')
-makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=1.2 'python' 
'opencl-headers')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=$pkgver 'python' 
'opencl-headers')
 source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \
 boost-1.53-shared_array_constructor.diff)
 md5sums=('87958798c164ad14f92fb4af2595d332'



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

2013-07-10 Thread Lukas Jirkovsky
Date: Wednesday, July 10, 2013 @ 13:04:30
  Author: stativ
Revision: 93799

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

Added:
  luxrender/repos/community-staging-i686/PKGBUILD
(from rev 93798, luxrender/trunk/PKGBUILD)
  
luxrender/repos/community-staging-i686/boost-1.53-shared_array_constructor.diff
(from rev 93798, luxrender/trunk/boost-1.53-shared_array_constructor.diff)
  luxrender/repos/community-staging-x86_64/PKGBUILD
(from rev 93798, luxrender/trunk/PKGBUILD)
  
luxrender/repos/community-staging-x86_64/boost-1.53-shared_array_constructor.diff
(from rev 93798, luxrender/trunk/boost-1.53-shared_array_constructor.diff)
Deleted:
  luxrender/repos/community-staging-i686/PKGBUILD
  
luxrender/repos/community-staging-i686/boost-1.53-shared_array_constructor.diff
  luxrender/repos/community-staging-x86_64/PKGBUILD
  
luxrender/repos/community-staging-x86_64/boost-1.53-shared_array_constructor.diff

---+
 /PKGBUILD |  108 

 /boost-1.53-shared_array_constructor.diff |  124 
++
 community-staging-i686/PKGBUILD   |   54 
 community-staging-i686/boost-1.53-shared_array_constructor.diff   |   62 -
 community-staging-x86_64/PKGBUILD |   54 
 community-staging-x86_64/boost-1.53-shared_array_constructor.diff |   62 -
 6 files changed, 232 insertions(+), 232 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-07-10 11:04:24 UTC (rev 93798)
+++ community-staging-i686/PKGBUILD 2013-07-10 11:04:30 UTC (rev 93799)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: flixie 69...@gmx.net
-# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
-pkgname=luxrender
-pkgver=1.2.1
-_pkgver=3066b2161439
-pkgrel=4
-pkgdesc=Rendering system for physically correct, unbiased image synthesis
-arch=('i686' 'x86_64')
-url=http://www.luxrender.net/;
-license=('GPL')
-depends=('boost-libs' 'freeimage' 'openexr' 'libcl' 'libgl')
-optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
-'python: Python interface (pylux)'
-'nvidia-utils: OpenCL support for nVidia GPUs' \
-'amdstream: OpenCL support for AMD GPUs' \
-'intel-opencl-sdk: OpenCL support for Intel CPUs')
-makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=1.2 'python' 
'opencl-headers')
-source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \
-boost-1.53-shared_array_constructor.diff)
-md5sums=('87958798c164ad14f92fb4af2595d332'
- 'dd19c7ac2ba8c9b703018a176ef77f98')
-
-build() {
-  cd $srcdir/luxrender-lux-$_pkgver
-
-  # fix the installation
-  sed -i '/.*wxgui.*/ d' CMakeLists.txt
-  # fix for boost 1.53
-  patch -Np1  $srcdir/boost-1.53-shared_array_constructor.diff || true
-
-  export CXXFLAGS=$CXXFLAGS -lpthread
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DLUXRAYS_DISABLE_OPENCL=OFF \
--DPYTHON_CUSTOM=ON \
--DPYTHON_LIBRARIES=/usr/lib/libpython3.3m.so \
--DPYTHON_INCLUDE_PATH=/usr/include/python3.3m/ \
-.
-  make
-}
-
-package() {
-  cd $srcdir/luxrender-lux-$_pkgver
-  make DESTDIR=$pkgdir install
-
-  # fix library path on x86_64
-  [ $CARCH = x86_64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib
-
-  #install pylux
-  install -D -m644 pylux.so $pkgdir/usr/lib/python3.3/pylux.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrender/repos/community-staging-i686/PKGBUILD (from rev 93798, 
luxrender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 11:04:30 UTC (rev 93799)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: flixie 69...@gmx.net
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+pkgname=luxrender
+pkgver=1.2.1
+_pkgver=3066b2161439
+pkgrel=4
+pkgdesc=Rendering system for physically correct, unbiased image synthesis
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'libcl' 'libgl')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+'python: Python interface (pylux)'
+'nvidia-utils: OpenCL support for nVidia GPUs' \
+'amdstream: OpenCL support for AMD GPUs' \
+'intel-opencl-sdk: OpenCL support for Intel CPUs')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=$pkgver 'python' 
'opencl-headers')
+source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \
+boost-1.53-shared_array_constructor.diff)
+md5sums=('87958798c164ad14f92fb4af2595d332'
+ 

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

2013-07-10 Thread Lukas Jirkovsky
Date: Wednesday, July 10, 2013 @ 13:24:05
  Author: stativ
Revision: 93800

upgpkg: luxrender 1.2.1-5

boost 1.54 rebuild

Modified:
  luxrender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 11:04:30 UTC (rev 93799)
+++ PKGBUILD2013-07-10 11:24:05 UTC (rev 93800)
@@ -5,7 +5,7 @@
 pkgname=luxrender
 pkgver=1.2.1
 _pkgver=3066b2161439
-pkgrel=4
+pkgrel=5
 pkgdesc=Rendering system for physically correct, unbiased image synthesis
 arch=('i686' 'x86_64')
 url=http://www.luxrender.net/;



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

2013-07-10 Thread Lukas Jirkovsky
Date: Wednesday, July 10, 2013 @ 13:24:11
  Author: stativ
Revision: 93801

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

Added:
  luxrender/repos/community-staging-i686/PKGBUILD
(from rev 93800, luxrender/trunk/PKGBUILD)
  
luxrender/repos/community-staging-i686/boost-1.53-shared_array_constructor.diff
(from rev 93800, luxrender/trunk/boost-1.53-shared_array_constructor.diff)
  luxrender/repos/community-staging-x86_64/PKGBUILD
(from rev 93800, luxrender/trunk/PKGBUILD)
  
luxrender/repos/community-staging-x86_64/boost-1.53-shared_array_constructor.diff
(from rev 93800, luxrender/trunk/boost-1.53-shared_array_constructor.diff)
Deleted:
  luxrender/repos/community-staging-i686/PKGBUILD
  
luxrender/repos/community-staging-i686/boost-1.53-shared_array_constructor.diff
  luxrender/repos/community-staging-x86_64/PKGBUILD
  
luxrender/repos/community-staging-x86_64/boost-1.53-shared_array_constructor.diff

---+
 /PKGBUILD |  108 

 /boost-1.53-shared_array_constructor.diff |  124 
++
 community-staging-i686/PKGBUILD   |   54 
 community-staging-i686/boost-1.53-shared_array_constructor.diff   |   62 -
 community-staging-x86_64/PKGBUILD |   54 
 community-staging-x86_64/boost-1.53-shared_array_constructor.diff |   62 -
 6 files changed, 232 insertions(+), 232 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-07-10 11:24:05 UTC (rev 93800)
+++ community-staging-i686/PKGBUILD 2013-07-10 11:24:11 UTC (rev 93801)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: flixie 69...@gmx.net
-# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
-pkgname=luxrender
-pkgver=1.2.1
-_pkgver=3066b2161439
-pkgrel=4
-pkgdesc=Rendering system for physically correct, unbiased image synthesis
-arch=('i686' 'x86_64')
-url=http://www.luxrender.net/;
-license=('GPL')
-depends=('boost-libs' 'freeimage' 'openexr' 'libcl' 'libgl')
-optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
-'python: Python interface (pylux)'
-'nvidia-utils: OpenCL support for nVidia GPUs' \
-'amdstream: OpenCL support for AMD GPUs' \
-'intel-opencl-sdk: OpenCL support for Intel CPUs')
-makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=$pkgver 'python' 
'opencl-headers')
-source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \
-boost-1.53-shared_array_constructor.diff)
-md5sums=('87958798c164ad14f92fb4af2595d332'
- 'dd19c7ac2ba8c9b703018a176ef77f98')
-
-build() {
-  cd $srcdir/luxrender-lux-$_pkgver
-
-  # fix the installation
-  sed -i '/.*wxgui.*/ d' CMakeLists.txt
-  # fix for boost 1.53
-  patch -Np1  $srcdir/boost-1.53-shared_array_constructor.diff || true
-
-  export CXXFLAGS=$CXXFLAGS -lpthread
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DLUXRAYS_DISABLE_OPENCL=OFF \
--DPYTHON_CUSTOM=ON \
--DPYTHON_LIBRARIES=/usr/lib/libpython3.3m.so \
--DPYTHON_INCLUDE_PATH=/usr/include/python3.3m/ \
-.
-  make
-}
-
-package() {
-  cd $srcdir/luxrender-lux-$_pkgver
-  make DESTDIR=$pkgdir install
-
-  # fix library path on x86_64
-  [ $CARCH = x86_64 ]  mv $pkgdir/usr/lib64 $pkgdir/usr/lib
-
-  #install pylux
-  install -D -m644 pylux.so $pkgdir/usr/lib/python3.3/pylux.so
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luxrender/repos/community-staging-i686/PKGBUILD (from rev 93800, 
luxrender/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 11:24:11 UTC (rev 93801)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: flixie 69...@gmx.net
+# Contributor: Imanol Celaya ornitorrin...@archlinux-es.org
+pkgname=luxrender
+pkgver=1.2.1
+_pkgver=3066b2161439
+pkgrel=5
+pkgdesc=Rendering system for physically correct, unbiased image synthesis
+arch=('i686' 'x86_64')
+url=http://www.luxrender.net/;
+license=('GPL')
+depends=('boost-libs' 'freeimage' 'openexr' 'libcl' 'libgl')
+optdepends=('luxblend25: Blender exporter' 'qt4: Qt GUI' \
+'python: Python interface (pylux)'
+'nvidia-utils: OpenCL support for nVidia GPUs' \
+'amdstream: OpenCL support for AMD GPUs' \
+'intel-opencl-sdk: OpenCL support for Intel CPUs')
+makedepends=('cmake' 'boost' 'mesa' 'qt4' luxrays=$pkgver 'python' 
'opencl-headers')
+source=(https://bitbucket.org/luxrender/lux/get/$_pkgver.tar.bz2 \
+boost-1.53-shared_array_constructor.diff)
+md5sums=('87958798c164ad14f92fb4af2595d332'
+ 

[arch-commits] Commit in (5 files)

2013-07-10 Thread Felix Yan
Date: Wednesday, July 10, 2013 @ 14:41:35
  Author: fyan
Revision: 93802

addpkg: otf-ipafont 003.03-3

Added:
  otf-ipafont/
  otf-ipafont/repos/
  otf-ipafont/trunk/
  otf-ipafont/trunk/PKGBUILD
  otf-ipafont/trunk/otf.install

-+
 PKGBUILD|   28 
 otf.install |   15 +++
 2 files changed, 43 insertions(+)

Added: otf-ipafont/trunk/PKGBUILD
===
--- otf-ipafont/trunk/PKGBUILD  (rev 0)
+++ otf-ipafont/trunk/PKGBUILD  2013-07-10 12:41:35 UTC (rev 93802)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgname=otf-ipafont
+pkgver=003.03
+_pkgver=${pkgver/./}
+pkgrel=3
+pkgdesc=Japanese outline fonts by Information-technology Promotion Agency, 
Japan (IPA)
+arch=('any')
+url=http://ipafont.ipa.go.jp/;
+license=('custom')
+depends=('fontconfig' 'xorg-font-utils')
+install=otf.install
+source=(http://info.openlab.ipa.go.jp/ipafont/fontdata/IPAfont${_pkgver}.zip)
+md5sums=('39a828acf27790adbe4944dfb4d94bb1')
+
+package() {
+  cd ${srcdir}/IPAfont${_pkgver}
+
+  install -d ${pkgdir}/usr/share/fonts/OTF
+  install -m644 *.ttf ${pkgdir}/usr/share/fonts/OTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 IPA_Font_License_Agreement_v1.0.txt \
+Readme_IPAfont${_pkgver}.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/
+}
+

Added: otf-ipafont/trunk/otf.install
===
--- otf-ipafont/trunk/otf.install   (rev 0)
+++ otf-ipafont/trunk/otf.install   2013-07-10 12:41:35 UTC (rev 93802)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f /dev/null
+  mkfontscale /usr/share/fonts/OTF
+  mkfontdir /usr/share/fonts/OTF
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in otf-ipafont/repos (3 files)

2013-07-10 Thread Felix Yan
Date: Wednesday, July 10, 2013 @ 14:56:28
  Author: fyan
Revision: 93803

archrelease: copy trunk to community-any

Added:
  otf-ipafont/repos/community-any/
  otf-ipafont/repos/community-any/PKGBUILD
(from rev 93802, otf-ipafont/trunk/PKGBUILD)
  otf-ipafont/repos/community-any/otf.install
(from rev 93802, otf-ipafont/trunk/otf.install)

-+
 PKGBUILD|   28 
 otf.install |   15 +++
 2 files changed, 43 insertions(+)

Copied: otf-ipafont/repos/community-any/PKGBUILD (from rev 93802, 
otf-ipafont/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-07-10 12:56:28 UTC (rev 93803)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgname=otf-ipafont
+pkgver=003.03
+_pkgver=${pkgver/./}
+pkgrel=3
+pkgdesc=Japanese outline fonts by Information-technology Promotion Agency, 
Japan (IPA)
+arch=('any')
+url=http://ipafont.ipa.go.jp/;
+license=('custom')
+depends=('fontconfig' 'xorg-font-utils')
+install=otf.install
+source=(http://info.openlab.ipa.go.jp/ipafont/fontdata/IPAfont${_pkgver}.zip)
+md5sums=('39a828acf27790adbe4944dfb4d94bb1')
+
+package() {
+  cd ${srcdir}/IPAfont${_pkgver}
+
+  install -d ${pkgdir}/usr/share/fonts/OTF
+  install -m644 *.ttf ${pkgdir}/usr/share/fonts/OTF/
+
+  install -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 IPA_Font_License_Agreement_v1.0.txt \
+Readme_IPAfont${_pkgver}.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/
+}
+

Copied: otf-ipafont/repos/community-any/otf.install (from rev 93802, 
otf-ipafont/trunk/otf.install)
===
--- community-any/otf.install   (rev 0)
+++ community-any/otf.install   2013-07-10 12:56:28 UTC (rev 93803)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f /dev/null
+  mkfontscale /usr/share/fonts/OTF
+  mkfontdir /usr/share/fonts/OTF
+  echo done.
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-07-10 Thread Sergej Pupykin
Date: Wednesday, July 10, 2013 @ 15:14:17
  Author: spupykin
Revision: 93805

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-10 13:13:56 UTC (rev 93804)
+++ community-i686/PKGBUILD 2013-07-10 13:14:17 UTC (rev 93805)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-# Contributor: Gnud ach.g...@gmail.com
-
-pkgname=denemo
-pkgver=1.0.0
-pkgrel=5
-pkgdesc=A music score editor
-arch=('i686' 'x86_64')
-url=http://www.denemo.org;
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi')
-options=('!libtool')
-backup=('etc/denemo/denemo.conf')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('92bfd2e661387f791e4aa6c23dc7d90b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-i686/PKGBUILD (from rev 93804, 
denemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-10 13:14:17 UTC (rev 93805)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+# Contributor: Gnud ach.g...@gmail.com
+
+pkgname=denemo
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=A music score editor
+arch=('i686' 'x86_64')
+url=http://www.denemo.org;
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi')
+makedepends=('intltool')
+options=('!libtool')
+backup=('etc/denemo/denemo.conf')
+source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('1d633ad7741ab12dab865219a20559f0')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-10 13:13:56 UTC (rev 93804)
+++ community-x86_64/PKGBUILD   2013-07-10 13:14:17 UTC (rev 93805)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-# Contributor: Gnud ach.g...@gmail.com
-
-pkgname=denemo
-pkgver=1.0.0
-pkgrel=5
-pkgdesc=A music score editor
-arch=('i686' 'x86_64')
-url=http://www.denemo.org;
-license=('GPL')
-depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
-'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi')
-options=('!libtool')
-backup=('etc/denemo/denemo.conf')
-source=(http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('92bfd2e661387f791e4aa6c23dc7d90b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: denemo/repos/community-x86_64/PKGBUILD (from rev 93804, 
denemo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-10 13:14:17 UTC (rev 93805)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Philipp Sandhaus philipp.sandh...@gmx.de
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+# Contributor: Gnud ach.g...@gmail.com
+
+pkgname=denemo
+pkgver=1.0.4
+pkgrel=1
+pkgdesc=A music score editor
+arch=('i686' 'x86_64')
+url=http://www.denemo.org;
+license=('GPL')
+depends=('aubio' 'portaudio' 'lilypond' 'gtk3' 'libxml2' 'guile' 'fftw'
+'librsvg' 'fluidsynth' 'libsmf' 'evince' 'gtksourceview3' 'portmidi')
+makedepends=('intltool')

[arch-commits] Commit in linux/trunk (config.3.10 config.x86_64.3.10)

2013-07-10 Thread Jan Steffens
Date: Wednesday, July 10, 2013 @ 15:20:15
  Author: heftig
Revision: 189876

Remove obsolete configs

Deleted:
  linux/trunk/config.3.10
  linux/trunk/config.x86_64.3.10

+
 config.3.10| 6337 ---
 config.x86_64.3.10 | 6137 -
 2 files changed, 12474 deletions(-)

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


[arch-commits] Commit in (5 files)

2013-07-10 Thread Felix Yan
Date: Wednesday, July 10, 2013 @ 15:49:12
  Author: fyan
Revision: 93806

addpkg: kimtoy 1.9.2-1

Added:
  kimtoy/
  kimtoy/repos/
  kimtoy/trunk/
  kimtoy/trunk/PKGBUILD
  kimtoy/trunk/kimtoy.install

+
 PKGBUILD   |   33 +
 kimtoy.install |   11 +++
 2 files changed, 44 insertions(+)

Added: kimtoy/trunk/PKGBUILD
===
--- kimtoy/trunk/PKGBUILD   (rev 0)
+++ kimtoy/trunk/PKGBUILD   2013-07-10 13:49:12 UTC (rev 93806)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: CSSlayer wen...@gmail.com
+
+pkgname=kimtoy
+pkgver=1.9.2
+pkgdesc=Standalone input method panel
+pkgrel=1
+arch=(i686 x86_64)
+url=http://kde-apps.org/content/show.php/KIMToy?content=140967;
+license=(GPL)
+makedepends=(cmake automoc4 fcitx scim dbus-c++) #ibus) ibus support not 
working due to upstream ABI change
+depends=(kdebase-workspace)
+optdepends=('fcitx: fcitx support'
+'scim: scim support'
+'dbus-c++: scim support')
+#'ibus: ibus support') ibus support not working due to upstream 
ABI change
+install=$pkgname.install
+source=(http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package ()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+md5sums=('94f09a33940d189059f9620427689af5')

Added: kimtoy/trunk/kimtoy.install
===
--- kimtoy/trunk/kimtoy.install (rev 0)
+++ kimtoy/trunk/kimtoy.install 2013-07-10 13:49:12 UTC (rev 93806)
@@ -0,0 +1,11 @@
+post_upgrade() {
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}



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

2013-07-10 Thread Felix Yan
Date: Wednesday, July 10, 2013 @ 16:02:27
  Author: fyan
Revision: 93807

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

Added:
  kimtoy/repos/community-i686/
  kimtoy/repos/community-i686/PKGBUILD
(from rev 93806, kimtoy/trunk/PKGBUILD)
  kimtoy/repos/community-i686/kimtoy.install
(from rev 93806, kimtoy/trunk/kimtoy.install)
  kimtoy/repos/community-x86_64/
  kimtoy/repos/community-x86_64/PKGBUILD
(from rev 93806, kimtoy/trunk/PKGBUILD)
  kimtoy/repos/community-x86_64/kimtoy.install
(from rev 93806, kimtoy/trunk/kimtoy.install)

-+
 community-i686/PKGBUILD |   33 +
 community-i686/kimtoy.install   |   11 +++
 community-x86_64/PKGBUILD   |   33 +
 community-x86_64/kimtoy.install |   11 +++
 4 files changed, 88 insertions(+)

Copied: kimtoy/repos/community-i686/PKGBUILD (from rev 93806, 
kimtoy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-10 14:02:27 UTC (rev 93807)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: CSSlayer wen...@gmail.com
+
+pkgname=kimtoy
+pkgver=1.9.2
+pkgdesc=Standalone input method panel
+pkgrel=1
+arch=(i686 x86_64)
+url=http://kde-apps.org/content/show.php/KIMToy?content=140967;
+license=(GPL)
+makedepends=(cmake automoc4 fcitx scim dbus-c++) #ibus) ibus support not 
working due to upstream ABI change
+depends=(kdebase-workspace)
+optdepends=('fcitx: fcitx support'
+'scim: scim support'
+'dbus-c++: scim support')
+#'ibus: ibus support') ibus support not working due to upstream 
ABI change
+install=$pkgname.install
+source=(http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package ()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+md5sums=('94f09a33940d189059f9620427689af5')

Copied: kimtoy/repos/community-i686/kimtoy.install (from rev 93806, 
kimtoy/trunk/kimtoy.install)
===
--- community-i686/kimtoy.install   (rev 0)
+++ community-i686/kimtoy.install   2013-07-10 14:02:27 UTC (rev 93807)
@@ -0,0 +1,11 @@
+post_upgrade() {
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}

Copied: kimtoy/repos/community-x86_64/PKGBUILD (from rev 93806, 
kimtoy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-10 14:02:27 UTC (rev 93807)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: CSSlayer wen...@gmail.com
+
+pkgname=kimtoy
+pkgver=1.9.2
+pkgdesc=Standalone input method panel
+pkgrel=1
+arch=(i686 x86_64)
+url=http://kde-apps.org/content/show.php/KIMToy?content=140967;
+license=(GPL)
+makedepends=(cmake automoc4 fcitx scim dbus-c++) #ibus) ibus support not 
working due to upstream ABI change
+depends=(kdebase-workspace)
+optdepends=('fcitx: fcitx support'
+'scim: scim support'
+'dbus-c++: scim support')
+#'ibus: ibus support') ibus support not working due to upstream 
ABI change
+install=$pkgname.install
+source=(http://kde-apps.org/CONTENT/content-files/140967-kimtoy-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package ()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+md5sums=('94f09a33940d189059f9620427689af5')

Copied: kimtoy/repos/community-x86_64/kimtoy.install (from rev 93806, 
kimtoy/trunk/kimtoy.install)
===
--- community-x86_64/kimtoy.install (rev 0)
+++ community-x86_64/kimtoy.install 2013-07-10 14:02:27 UTC (rev 93807)
@@ -0,0 +1,11 @@
+post_upgrade() {
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 16:08:14
  Author: svenstaro
Revision: 93809

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 93808, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 93808, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 93808, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 93808, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 93808, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 93808, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 93808, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 93808, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 93808, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 93808, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   55 ++
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   55 ++
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 10 files changed, 160 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 93808, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 14:08:14 UTC (rev 93809)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Jacobo Arvelo unix4...@ya.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=wesnoth
+pkgver=1.10.6
+pkgrel=6
+pkgdesc=A turn-based strategy game on a fantasy world
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' wesnoth-data=$pkgver 'dbus-core' 'python2')
+makedepends=('boost' 'cmake')
+install=wesnoth.install
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+wesnothd.tmpfiles.conf
+wesnothd.service
+https://github.com/wesnoth/wesnoth-old/commit/bbd7f6.patch)
+md5sums=('547e3489bbfa778912b11dbee612c380'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a'
+ 'edc7c0547e67cba4ca4f813ca261f572')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np1 -i $srcdir/bbd7f6.patch
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 $srcdir/wesnothd.tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf
+  install -Dm644 $srcdir/wesnothd.service 
$pkgdir/usr/lib/systemd/system/wesnothd.service
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth.install (from rev 93808, 
wesnoth/trunk/wesnoth.install)
===
--- community-staging-i686/wesnoth.install  (rev 0)
+++ community-staging-i686/wesnoth.install  2013-07-10 14:08:14 UTC (rev 
93809)
@@ -0,0 +1,14 @@
+# arg 1:  the new package version
+post_install() {
+systemd-tmpfiles --create wesnothd.conf
+cat  EOF
+Note:
+== If you experience sound problems try setting your SDL_AUDIODRIVER 
environment variable to dma
+== eg. export SDL_AUDIODRIVER=dma ; wesnoth
+== If dma doesn't work,other options are: dsp,alsa,artsc,esd,nas try to 
find the right output.
+EOF
+}
+
+post_upgrade() {
+post_install
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf (from rev 
93808, 

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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 16:07:57
  Author: svenstaro
Revision: 93808

upgpkg: wesnoth 1.10.6-6

boost 1.54.0 rebuild

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 14:02:27 UTC (rev 93807)
+++ PKGBUILD2013-07-10 14:07:57 UTC (rev 93808)
@@ -7,7 +7,7 @@
 
 pkgname=wesnoth
 pkgver=1.10.6
-pkgrel=5
+pkgrel=6
 pkgdesc=A turn-based strategy game on a fantasy world
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 16:18:30
  Author: svenstaro
Revision: 93810

upgpkg: springlobby 0.169-2

boost 1.54.0 rebuild

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 14:08:14 UTC (rev 93809)
+++ PKGBUILD2013-07-10 14:18:30 UTC (rev 93810)
@@ -4,7 +4,7 @@
 
 pkgname=springlobby
 pkgver=0.169
-pkgrel=1
+pkgrel=2
 pkgdesc=A free cross-platform lobby client for the Spring RTS project.
 arch=('i686' 'x86_64')
 url=http://springlobby.info/;



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 16:18:41
  Author: svenstaro
Revision: 93811

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

Added:
  springlobby/repos/community-staging-i686/
  springlobby/repos/community-staging-i686/PKGBUILD
(from rev 93810, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-staging-i686/springlobby.desktop
(from rev 93810, springlobby/trunk/springlobby.desktop)
  springlobby/repos/community-staging-i686/springlobby.install
(from rev 93810, springlobby/trunk/springlobby.install)
  springlobby/repos/community-staging-i686/springlobby.png
(from rev 93810, springlobby/trunk/springlobby.png)
  springlobby/repos/community-staging-x86_64/
  springlobby/repos/community-staging-x86_64/PKGBUILD
(from rev 93810, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-staging-x86_64/springlobby.desktop
(from rev 93810, springlobby/trunk/springlobby.desktop)
  springlobby/repos/community-staging-x86_64/springlobby.install
(from rev 93810, springlobby/trunk/springlobby.install)
  springlobby/repos/community-staging-x86_64/springlobby.png
(from rev 93810, springlobby/trunk/springlobby.png)

--+
 community-staging-i686/PKGBUILD  |   33 +
 community-staging-i686/springlobby.desktop   |   10 +++
 community-staging-i686/springlobby.install   |   11 
 community-staging-x86_64/PKGBUILD|   33 +
 community-staging-x86_64/springlobby.desktop |   10 +++
 community-staging-x86_64/springlobby.install |   11 
 6 files changed, 108 insertions(+)

Copied: springlobby/repos/community-staging-i686/PKGBUILD (from rev 93810, 
springlobby/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 14:18:41 UTC (rev 93811)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.169
+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=('1eb265268ac39d9b7e8fec90df92ff3d')
+
+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-staging-i686/springlobby.desktop (from rev 
93810, springlobby/trunk/springlobby.desktop)
===
--- community-staging-i686/springlobby.desktop  (rev 0)
+++ community-staging-i686/springlobby.desktop  2013-07-10 14:18:41 UTC (rev 
93811)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=SpringLobby
+Comment=Lobby for Spring. An open source RTS with similar gameplay to TA
+Exec=springlobby
+Icon=springlobby.png
+Terminal=false
+Type=Application
+Categories=Application;Game;StrategyGame;

Copied: springlobby/repos/community-staging-i686/springlobby.install (from rev 
93810, springlobby/trunk/springlobby.install)
===
--- community-staging-i686/springlobby.install  (rev 0)
+++ community-staging-i686/springlobby.install  2013-07-10 14:18:41 UTC (rev 
93811)
@@ -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
+}

Copied: springlobby/repos/community-staging-i686/springlobby.png (from rev 
93810, springlobby/trunk/springlobby.png)
===
(Binary files differ)

Copied: springlobby/repos/community-staging-x86_64/PKGBUILD (from rev 93810, 
springlobby/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-10 14:18:41 UTC (rev 93811)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.169
+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') 

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

2013-07-10 Thread Jan de Groot
Date: Wednesday, July 10, 2013 @ 16:28:12
  Author: jgc
Revision: 189877

Move patch to prepare() function
Touch the gtk-doc.make timestamp to make sure it is older than the Makefile.in 
files it is used with. Without this glib will require automake, which points to 
an older version

Modified:
  glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 13:20:15 UTC (rev 189876)
+++ PKGBUILD2013-07-10 14:28:12 UTC (rev 189877)
@@ -14,10 +14,15 @@
 sha256sums=('5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e'
 '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
 
+prepare() {
+  cd glib-$pkgver
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+
+  touch -r NEWS gtk-doc.make
+}
+  
 build() {
   cd glib-$pkgver
-
-  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
   --sysconfdir=/etc \
   --with-pcre=system \



[arch-commits] Commit in glib2/repos/core-i686 (4 files)

2013-07-10 Thread Jan de Groot
Date: Wednesday, July 10, 2013 @ 16:29:30
  Author: jgc
Revision: 189878

archrelease: copy trunk to core-i686

Added:
  glib2/repos/core-i686/PKGBUILD
(from rev 189877, glib2/trunk/PKGBUILD)
  glib2/repos/core-i686/revert-warn-glib-compile-schemas.patch
(from rev 189877, glib2/trunk/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/core-i686/PKGBUILD
  glib2/repos/core-i686/revert-warn-glib-compile-schemas.patch

+
 PKGBUILD   |  133 ---
 revert-warn-glib-compile-schemas.patch |   66 +++
 2 files changed, 102 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-10 14:28:12 UTC (rev 189877)
+++ PKGBUILD2013-07-10 14:29:30 UTC (rev 189878)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=glib2
-pkgname=(glib2 glib2-docs)
-pkgver=2.36.3
-pkgrel=2
-pkgdesc=Common C routines used by GTK+ and other libs
-url=http://www.gtk.org/;
-arch=(i686 x86_64)
-makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
-revert-warn-glib-compile-schemas.patch)
-sha256sums=('5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e'
-'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
-
-build() {
-  cd glib-$pkgver
-
-  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
-  --sysconfdir=/etc \
-  --with-pcre=system \
-  --disable-fam
-  make
-}
-
-check() {
-  cd glib-$pkgver
-  #make -k check || :
-}
-
-package_glib2() {
-  depends=('pcre' 'libffi')
-  optdepends=('python2: for gdbus-codegen and gtester-report'
-  'elfutils: gresource inspection tool')
-  options=('!docs' '!libtool' '!emptydirs')
-  license=('LGPL')
-
-  cd glib-$pkgver
-  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
-
-  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
-  chmod -x $_i
-  done
-
-  # Our gdb does not ship the required python modules, so remove it
-  rm -rf $pkgdir/usr/share/gdb/
-}
-
-package_glib2-docs() {
-  pkgdesc=Documentation for glib2
-  conflicts=('gobject2-docs')
-  replaces=('gobject2-docs')
-  license=('custom')
-  options=('docs' '!emptydirs')
-  
-  cd glib-$pkgver/docs
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/glib2-docs
-  install -m644 reference/COPYING ${pkgdir}/usr/share/licenses/glib2-docs/
-
-  rm -rf ${pkgdir}/usr/share/man
-}

Copied: glib2/repos/core-i686/PKGBUILD (from rev 189877, glib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-10 14:29:30 UTC (rev 189878)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.36.3
+pkgrel=2
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+prepare() {
+  cd glib-$pkgver
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+
+  touch -r NEWS gtk-doc.make
+}
+  
+build() {
+  cd glib-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+check() {
+  cd glib-$pkgver
+  #make -k check || :
+}
+
+package_glib2() {
+  depends=('pcre' 'libffi')
+  optdepends=('python2: for gdbus-codegen and gtester-report'
+  'elfutils: gresource inspection tool')
+  options=('!docs' '!libtool' '!emptydirs')
+  license=('LGPL')
+
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
+  chmod -x $_i
+  done
+
+  # Our gdb does not ship the required python modules, so remove it
+  rm -rf $pkgdir/usr/share/gdb/
+}
+
+package_glib2-docs() {
+  pkgdesc=Documentation for glib2
+  conflicts=('gobject2-docs')
+  replaces=('gobject2-docs')
+  license=('custom')
+  options=('docs' '!emptydirs')
+  
+  cd glib-$pkgver/docs
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/glib2-docs
+  install -m644 reference/COPYING ${pkgdir}/usr/share/licenses/glib2-docs/
+
+  rm -rf ${pkgdir}/usr/share/man
+}

Deleted: 

[arch-commits] Commit in glib2/repos/core-x86_64 (4 files)

2013-07-10 Thread Jan de Groot
Date: Wednesday, July 10, 2013 @ 16:29:53
  Author: jgc
Revision: 189879

archrelease: copy trunk to core-x86_64

Added:
  glib2/repos/core-x86_64/PKGBUILD
(from rev 189878, glib2/trunk/PKGBUILD)
  glib2/repos/core-x86_64/revert-warn-glib-compile-schemas.patch
(from rev 189878, glib2/trunk/revert-warn-glib-compile-schemas.patch)
Deleted:
  glib2/repos/core-x86_64/PKGBUILD
  glib2/repos/core-x86_64/revert-warn-glib-compile-schemas.patch

+
 PKGBUILD   |  133 ---
 revert-warn-glib-compile-schemas.patch |   66 +++
 2 files changed, 102 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-10 14:29:30 UTC (rev 189878)
+++ PKGBUILD2013-07-10 14:29:53 UTC (rev 189879)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=glib2
-pkgname=(glib2 glib2-docs)
-pkgver=2.36.3
-pkgrel=2
-pkgdesc=Common C routines used by GTK+ and other libs
-url=http://www.gtk.org/;
-arch=(i686 x86_64)
-makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
-revert-warn-glib-compile-schemas.patch)
-sha256sums=('5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e'
-'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
-
-build() {
-  cd glib-$pkgver
-
-  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
-  --sysconfdir=/etc \
-  --with-pcre=system \
-  --disable-fam
-  make
-}
-
-check() {
-  cd glib-$pkgver
-  #make -k check || :
-}
-
-package_glib2() {
-  depends=('pcre' 'libffi')
-  optdepends=('python2: for gdbus-codegen and gtester-report'
-  'elfutils: gresource inspection tool')
-  options=('!docs' '!libtool' '!emptydirs')
-  license=('LGPL')
-
-  cd glib-$pkgver
-  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
-
-  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
-  chmod -x $_i
-  done
-
-  # Our gdb does not ship the required python modules, so remove it
-  rm -rf $pkgdir/usr/share/gdb/
-}
-
-package_glib2-docs() {
-  pkgdesc=Documentation for glib2
-  conflicts=('gobject2-docs')
-  replaces=('gobject2-docs')
-  license=('custom')
-  options=('docs' '!emptydirs')
-  
-  cd glib-$pkgver/docs
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/glib2-docs
-  install -m644 reference/COPYING ${pkgdir}/usr/share/licenses/glib2-docs/
-
-  rm -rf ${pkgdir}/usr/share/man
-}

Copied: glib2/repos/core-x86_64/PKGBUILD (from rev 189878, glib2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-10 14:29:53 UTC (rev 189879)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.36.3
+pkgrel=2
+pkgdesc=Common C routines used by GTK+ and other libs
+url=http://www.gtk.org/;
+arch=(i686 x86_64)
+makedepends=('pkg-config' 'python2' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 
'elfutils')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+prepare() {
+  cd glib-$pkgver
+  patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch
+
+  touch -r NEWS gtk-doc.make
+}
+  
+build() {
+  cd glib-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+check() {
+  cd glib-$pkgver
+  #make -k check || :
+}
+
+package_glib2() {
+  depends=('pcre' 'libffi')
+  optdepends=('python2: for gdbus-codegen and gtester-report'
+  'elfutils: gresource inspection tool')
+  options=('!docs' '!libtool' '!emptydirs')
+  license=('LGPL')
+
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR=$pkgdir 
install
+
+  for _i in $pkgdir/usr/share/bash-completion/completions/*; do
+  chmod -x $_i
+  done
+
+  # Our gdb does not ship the required python modules, so remove it
+  rm -rf $pkgdir/usr/share/gdb/
+}
+
+package_glib2-docs() {
+  pkgdesc=Documentation for glib2
+  conflicts=('gobject2-docs')
+  replaces=('gobject2-docs')
+  license=('custom')
+  options=('docs' '!emptydirs')
+  
+  cd glib-$pkgver/docs
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/glib2-docs
+  install -m644 reference/COPYING ${pkgdir}/usr/share/licenses/glib2-docs/
+
+  rm -rf ${pkgdir}/usr/share/man
+}


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

2013-07-10 Thread Jan Steffens
Date: Wednesday, July 10, 2013 @ 16:52:02
  Author: heftig
Revision: 189880

3.2.3

Modified:
  gthumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 14:29:53 UTC (rev 189879)
+++ PKGBUILD2013-07-10 14:52:02 UTC (rev 189880)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Kieslich tob...@justdreams.de
 
 pkgname=gthumb
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc=Image browser and viewer for the GNOME Desktop
 arch=(i686 x86_64)
@@ -22,7 +22,7 @@
 options=('!libtool' '!emptydirs')
 install=gthumb.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e201b9065d401144a17c2a33e4a85f0dcf457dc5cba6932dbac0197e141cdee8')
+sha256sums=('9f596b6e59b70bbdf177930f6b2cbc6aabdfc1a281db527e3515946c5ca4e70a')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-10 Thread Andreas Radke
Date: Wednesday, July 10, 2013 @ 16:53:02
  Author: andyrtr
Revision: 189882

archrelease: copy trunk to testing-any

Added:
  tzdata/repos/testing-any/
  tzdata/repos/testing-any/PKGBUILD
(from rev 189881, tzdata/trunk/PKGBUILD)

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

Copied: tzdata/repos/testing-any/PKGBUILD (from rev 189881, 
tzdata/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-10 14:53:02 UTC (rev 189882)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=tzdata
+pkgver=2013d
+pkgrel=1
+pkgdesc=Sources for time zone and daylight saving time data
+arch=('any')
+url=http://www.iana.org/time-zones;
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
+sha1sums=('bdf46d0a6de276a21f1cbce6022888568c5ee520')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+   'europe' 'northamerica' 'southamerica'
+   'pacificnew' 'etcetera' 'backward'
+   'systemv' 'factory'
+   'solar87' 'solar88' 'solar89')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds 
${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
+}



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

2013-07-10 Thread Andreas Radke
Date: Wednesday, July 10, 2013 @ 16:52:47
  Author: andyrtr
Revision: 189881

upgpkg: tzdata 2013d-1

upstream update 2013d

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 14:52:02 UTC (rev 189880)
+++ PKGBUILD2013-07-10 14:52:47 UTC (rev 189881)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=tzdata
-pkgver=2013c
+pkgver=2013d
 pkgrel=1
 pkgdesc=Sources for time zone and daylight saving time data
 arch=('any')
@@ -10,7 +10,7 @@
 license=('GPL')
 options=('!emptydirs')
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
-sha1sums=('9233afc23b344171bd067247d7b7d0054719780b')
+sha1sums=('bdf46d0a6de276a21f1cbce6022888568c5ee520')
 
 timezones=('africa' 'antarctica' 'asia' 'australasia'
'europe' 'northamerica' 'southamerica'



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

2013-07-10 Thread Jan Steffens
Date: Wednesday, July 10, 2013 @ 16:53:39
  Author: heftig
Revision: 189883

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

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

-+
 /PKGBUILD   |   94 ++
 /gthumb.install |   38 
 extra-i686/PKGBUILD |   47 -
 extra-i686/gthumb.install   |   19 
 extra-x86_64/PKGBUILD   |   47 -
 extra-x86_64/gthumb.install |   19 
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-10 14:53:02 UTC (rev 189882)
+++ extra-i686/PKGBUILD 2013-07-10 14:53:39 UTC (rev 189883)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Tobias Kieslich tob...@justdreams.de
-
-pkgname=gthumb
-pkgver=3.2.2
-pkgrel=1
-pkgdesc=Image browser and viewer for the GNOME Desktop
-arch=(i686 x86_64)
-license=(GPL)
-url=http://live.gnome.org/gthumb;
-depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
- gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
- libsoup webkitgtk3 json-glib)
-makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg 
libopenraw liboauth docbook-xsl)
-optdepends=('libopenraw: read RAW files'
-'exiv2: metadata support'
-'libchamplain: map viewer'
-'brasero: burn discs'
-'liboauth: web albums')
-options=('!libtool' '!emptydirs')
-install=gthumb.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e201b9065d401144a17c2a33e4a85f0dcf457dc5cba6932dbac0197e141cdee8')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-libchamplain --enable-libopenraw
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gthumb/repos/extra-i686/PKGBUILD (from rev 189882, 
gthumb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-10 14:53:39 UTC (rev 189883)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gthumb
+pkgver=3.2.3
+pkgrel=1
+pkgdesc=Image browser and viewer for the GNOME Desktop
+arch=(i686 x86_64)
+license=(GPL)
+url=http://live.gnome.org/gthumb;
+depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
+ gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
+ libsoup webkitgtk3 json-glib)
+makedepends=(intltool libchamplain libopenraw exiv2 itstool brasero librsvg 
libopenraw liboauth docbook-xsl)
+optdepends=('libopenraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+options=('!libtool' '!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9f596b6e59b70bbdf177930f6b2cbc6aabdfc1a281db527e3515946c5ca4e70a')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-libchamplain --enable-libopenraw
+  
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gthumb.install

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

2013-07-10 Thread Jan de Groot
Date: Wednesday, July 10, 2013 @ 16:58:11
  Author: jgc
Revision: 189884

upgpkg: clutter-gtk 1.4.4-3

Fight direct library dependencies (FS#36083)

Modified:
  clutter-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 14:53:39 UTC (rev 189883)
+++ PKGBUILD2013-07-10 14:58:11 UTC (rev 189884)
@@ -3,7 +3,7 @@
 
 pkgname=clutter-gtk
 pkgver=1.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc=GTK clutter widget
 arch=('i686' 'x86_64')
 url=http://clutter-project.org/;
@@ -24,6 +24,8 @@
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



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

2013-07-10 Thread Jan de Groot
Date: Wednesday, July 10, 2013 @ 16:58:18
  Author: jgc
Revision: 189885

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

Added:
  clutter-gtk/repos/extra-i686/PKGBUILD
(from rev 189884, clutter-gtk/trunk/PKGBUILD)
  
clutter-gtk/repos/extra-i686/dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch
(from rev 189884, 
clutter-gtk/trunk/dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch)
  clutter-gtk/repos/extra-x86_64/PKGBUILD
(from rev 189884, clutter-gtk/trunk/PKGBUILD)
  
clutter-gtk/repos/extra-x86_64/dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch
(from rev 189884, 
clutter-gtk/trunk/dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch)
Deleted:
  clutter-gtk/repos/extra-i686/PKGBUILD
  
clutter-gtk/repos/extra-i686/dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch
  clutter-gtk/repos/extra-x86_64/PKGBUILD
  
clutter-gtk/repos/extra-x86_64/dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch

+
 /PKGBUILD  |   70 
++
 /dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch |   58 

 extra-i686/PKGBUILD|   33 

 extra-i686/dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch   |   29 

 extra-x86_64/PKGBUILD  |   33 

 extra-x86_64/dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch |   29 

 6 files changed, 128 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-10 14:58:11 UTC (rev 189884)
+++ extra-i686/PKGBUILD 2013-07-10 14:58:18 UTC (rev 189885)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=clutter-gtk
-pkgver=1.4.4
-pkgrel=2
-pkgdesc=GTK clutter widget
-arch=('i686' 'x86_64')
-url=http://clutter-project.org/;
-options=('!libtool')
-license=('LGPL')
-depends=('clutter' 'gtk3')
-makedepends=('gobject-introspection')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch)
-sha256sums=('bc3108594a01a08bb6d9b538afe995e4fd78634a8356064ee8137d87aad51b2e'
-'45e86e364756d6ac86c646ee1bcab6c9b94316673963e0b83b1140d9c4978bef')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: clutter-gtk/repos/extra-i686/PKGBUILD (from rev 189884, 
clutter-gtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-10 14:58:18 UTC (rev 189885)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=clutter-gtk
+pkgver=1.4.4
+pkgrel=3
+pkgdesc=GTK clutter widget
+arch=('i686' 'x86_64')
+url=http://clutter-project.org/;
+options=('!libtool')
+license=('LGPL')
+depends=('clutter' 'gtk3')
+makedepends=('gobject-introspection')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch)
+sha256sums=('bc3108594a01a08bb6d9b538afe995e4fd78634a8356064ee8137d87aad51b2e'
+'45e86e364756d6ac86c646ee1bcab6c9b94316673963e0b83b1140d9c4978bef')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  # 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/dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch
===
--- extra-i686/dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch
2013-07-10 14:58:11 UTC (rev 189884)
+++ extra-i686/dont-use-clutter_x11_set_use_argb_visual-on-non-X11.patch
2013-07-10 14:58:18 UTC (rev 189885)
@@ -1,29 +0,0 @@
-From 6b1093d903f4605dcb974a3b299ed47f3e15edc1 Mon Sep 17 00:00:00 2001
-From: Bastien Nocera had...@hadess.net
-Date: Wed, 27 Mar 2013 11:08:46 +
-Subject: util: Don't use clutter_x11_set_use_argb_visual() on non-X11
-
-We shouldn't be running this on non-X11 windowing systems.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=696687

-diff --git a/clutter-gtk/gtk-clutter-util.c b/clutter-gtk/gtk-clutter-util.c
-index 38e3ced..d4a9fa5 100644
 a/clutter-gtk/gtk-clutter-util.c
-+++ b/clutter-gtk/gtk-clutter-util.c
-@@ -249,8 +249,11 @@ 

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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 17:15:21
  Author: svenstaro
Revision: 93812

upgpkg: spring 0.94.1-3

boost 1.54.0 rebuild

Modified:
  spring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 14:18:41 UTC (rev 93811)
+++ PKGBUILD2013-07-10 15:15:21 UTC (rev 93812)
@@ -6,7 +6,7 @@
 pkgname=spring
 pkgver=0.94.1
 _pkgver=94.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A free 3D real-time-strategy (RTS) game engine'
 arch=('i686' 'x86_64')
 url=http://springrts.com/;



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 17:15:34
  Author: svenstaro
Revision: 93813

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

Added:
  spring/repos/community-staging-i686/
  spring/repos/community-staging-i686/PKGBUILD
(from rev 93812, spring/trunk/PKGBUILD)
  spring/repos/community-staging-i686/boost-1.50.patch
(from rev 93812, spring/trunk/boost-1.50.patch)
  spring/repos/community-staging-i686/spring.install
(from rev 93812, spring/trunk/spring.install)
  spring/repos/community-staging-x86_64/
  spring/repos/community-staging-x86_64/PKGBUILD
(from rev 93812, spring/trunk/PKGBUILD)
  spring/repos/community-staging-x86_64/boost-1.50.patch
(from rev 93812, spring/trunk/boost-1.50.patch)
  spring/repos/community-staging-x86_64/spring.install
(from rev 93812, spring/trunk/spring.install)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/boost-1.50.patch   | 2539 
 community-staging-i686/spring.install |   12 
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/boost-1.50.patch | 2539 
 community-staging-x86_64/spring.install   |   12 
 6 files changed, 5190 insertions(+)

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


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

2013-07-10 Thread Andreas Radke
Date: Wednesday, July 10, 2013 @ 17:18:16
  Author: andyrtr
Revision: 189887

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-10 15:17:53 UTC (rev 189886)
+++ extra-i686/PKGBUILD 2013-07-10 15:18:16 UTC (rev 189887)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Miguel Revilla yo at miguelrevilla.com
-# Contributor: David Sotelo dvsotelo at gmail.com
-# Contributor: Nuno Araujo nuno.ara...@russo79.com
-
-pkgname=qpdf
-pkgver=4.1.0
-pkgrel=1
-pkgdesc=QPDF: A Content-Preserving PDF Transformation System
-arch=('i686' 'x86_64')
-url=http://qpdf.sourceforge.net/;
-license=('custom:Artistic-2.0')
-depends=('pcre' 'perl')
-makedepends=('make')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('eedd61acc5376d181429651a9baf')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}/ install
-
-  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: qpdf/repos/extra-i686/PKGBUILD (from rev 189886, qpdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-10 15:18:16 UTC (rev 189887)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Miguel Revilla yo at miguelrevilla.com
+# Contributor: David Sotelo dvsotelo at gmail.com
+# Contributor: Nuno Araujo nuno.ara...@russo79.com
+
+pkgname=qpdf
+pkgver=4.2.0
+pkgrel=1
+pkgdesc=QPDF: A Content-Preserving PDF Transformation System
+arch=('i686' 'x86_64')
+url=http://qpdf.sourceforge.net/;
+license=('custom:Artistic-2.0')
+depends=('pcre' 'perl')
+makedepends=('make')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('912d7d24bf45414b0dac63773d75aa17')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+
+  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-10 15:17:53 UTC (rev 189886)
+++ extra-x86_64/PKGBUILD   2013-07-10 15:18:16 UTC (rev 189887)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Miguel Revilla yo at miguelrevilla.com
-# Contributor: David Sotelo dvsotelo at gmail.com
-# Contributor: Nuno Araujo nuno.ara...@russo79.com
-
-pkgname=qpdf
-pkgver=4.1.0
-pkgrel=1
-pkgdesc=QPDF: A Content-Preserving PDF Transformation System
-arch=('i686' 'x86_64')
-url=http://qpdf.sourceforge.net/;
-license=('custom:Artistic-2.0')
-depends=('pcre' 'perl')
-makedepends=('make')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('eedd61acc5376d181429651a9baf')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}/ install
-
-  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: qpdf/repos/extra-x86_64/PKGBUILD (from rev 189886, qpdf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-10 15:18:16 UTC (rev 189887)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Miguel Revilla yo at miguelrevilla.com
+# Contributor: David Sotelo dvsotelo at gmail.com
+# Contributor: Nuno Araujo nuno.ara...@russo79.com
+
+pkgname=qpdf
+pkgver=4.2.0
+pkgrel=1
+pkgdesc=QPDF: A Content-Preserving PDF 

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

2013-07-10 Thread Andreas Radke
Date: Wednesday, July 10, 2013 @ 17:17:53
  Author: andyrtr
Revision: 189886

upgpkg: qpdf 4.2.0-1

upstream update 4.2.0

Modified:
  qpdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 14:58:18 UTC (rev 189885)
+++ PKGBUILD2013-07-10 15:17:53 UTC (rev 189886)
@@ -5,7 +5,7 @@
 # Contributor: Nuno Araujo nuno.ara...@russo79.com
 
 pkgname=qpdf
-pkgver=4.1.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc=QPDF: A Content-Preserving PDF Transformation System
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('make')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('eedd61acc5376d181429651a9baf')
+md5sums=('912d7d24bf45414b0dac63773d75aa17')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-07-10 Thread Jan de Groot
Date: Wednesday, July 10, 2013 @ 17:21:54
  Author: jgc
Revision: 189888

Use pkill from procps-ng instead of pidof/kill (FS#34301)

Modified:
  gconf/trunk/gconf.install

---+
 gconf.install |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: gconf.install
===
--- gconf.install   2013-07-10 15:18:16 UTC (rev 189887)
+++ gconf.install   2013-07-10 15:21:54 UTC (rev 189888)
@@ -9,10 +9,7 @@
   chmod 755 etc/gconf/gconf.xml.system
   usr/bin/gio-querymodules usr/lib/gio/modules
 
-  PID=`pidof gconfd-2`
-  if [ ! -z ${PID} ]; then
-kill ${PID}
-  fi
+  pkill /usr/lib/GConf/gconfd-2 || return 0
 }
 
 post_remove() {



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 17:26:38
  Author: svenstaro
Revision: 93814

upgpkg: pokerth 1.0.1-2

boost 1.54.0 rebuild

Modified:
  pokerth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 15:15:34 UTC (rev 93813)
+++ PKGBUILD2013-07-10 15:26:38 UTC (rev 93814)
@@ -8,7 +8,7 @@
 pkgname=pokerth
 _realname=PokerTH
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Poker game written in C++/QT4
 arch=('i686' 'x86_64')
 url=http://www.pokerth.net/;



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 17:26:50
  Author: svenstaro
Revision: 93815

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

Added:
  pokerth/repos/community-staging-i686/
  pokerth/repos/community-staging-i686/PKGBUILD
(from rev 93814, pokerth/trunk/PKGBUILD)
  pokerth/repos/community-staging-x86_64/
  pokerth/repos/community-staging-x86_64/PKGBUILD
(from rev 93814, pokerth/trunk/PKGBUILD)

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

Copied: pokerth/repos/community-staging-i686/PKGBUILD (from rev 93814, 
pokerth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 15:26:50 UTC (rev 93815)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Vasco Costa vasco.co...@meiodigital.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0.1
+pkgrel=2
+pkgdesc=Poker game written in C++/QT4
+arch=('i686' 'x86_64')
+url=http://www.pokerth.net/;
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+ 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;)
+md5sums=('c6dcf0ed68ab50af91371348ffad5d00')
+
+build() {
+  cd $srcdir/$_realname-$pkgver-src
+  
+  qmake-qt4 $pkgname.pro
+  make
+}
+
+package() {
+  cd $srcdir/$_realname-$pkgver-src
+
+  make INSTALL_ROOT=$pkgdir install
+
+  install -Dm644 docs/pokerth.1 $pkgdir/usr/share/man/man1/pokerth.1
+  install -Dm644 data/data-copyright.txt 
$pkgdir/usr/share/licenses/pokerth/data-copyright.txt
+}

Copied: pokerth/repos/community-staging-x86_64/PKGBUILD (from rev 93814, 
pokerth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-10 15:26:50 UTC (rev 93815)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Vasco Costa vasco.co...@meiodigital.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0.1
+pkgrel=2
+pkgdesc=Poker game written in C++/QT4
+arch=('i686' 'x86_64')
+url=http://www.pokerth.net/;
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+ 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;)
+md5sums=('c6dcf0ed68ab50af91371348ffad5d00')
+
+build() {
+  cd $srcdir/$_realname-$pkgver-src
+  
+  qmake-qt4 $pkgname.pro
+  make
+}
+
+package() {
+  cd $srcdir/$_realname-$pkgver-src
+
+  make INSTALL_ROOT=$pkgdir install
+
+  install -Dm644 docs/pokerth.1 $pkgdir/usr/share/man/man1/pokerth.1
+  install -Dm644 data/data-copyright.txt 
$pkgdir/usr/share/licenses/pokerth/data-copyright.txt
+}



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 17:29:02
  Author: svenstaro
Revision: 93816

upgpkg: 0ad a13-5

boost 1.54.0 rebuild

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 15:26:50 UTC (rev 93815)
+++ PKGBUILD2013-07-10 15:29:02 UTC (rev 93816)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a13
 _pkgver=0.0.13-alpha
-pkgrel=4
+pkgrel=5
 pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
 arch=('i686' 'x86_64')
 url=http://play0ad.com/;



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 17:50:10
  Author: svenstaro
Revision: 93817

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

Added:
  0ad/repos/community-staging-i686/
  0ad/repos/community-staging-i686/PKGBUILD
(from rev 93816, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-i686/boost-1.50.patch
(from rev 93816, 0ad/trunk/boost-1.50.patch)
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 93816, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/boost-1.50.patch
(from rev 93816, 0ad/trunk/boost-1.50.patch)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-i686/boost-1.50.patch   |   39 
 community-staging-x86_64/PKGBUILD |   45 
 community-staging-x86_64/boost-1.50.patch |   39 
 4 files changed, 168 insertions(+)

Copied: 0ad/repos/community-staging-i686/PKGBUILD (from rev 93816, 
0ad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 15:50:10 UTC (rev 93817)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
+# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
+pkgname=0ad
+pkgver=a13
+_pkgver=0.0.13-alpha
+pkgrel=5
+pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
+arch=('i686' 'x86_64')
+url=http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
+source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('3075c982c4af41a3586b6b6ef637d2c4')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces
+
+  sed -i 's/unix_names = { boost_filesystem-mt, boost_system-mt 
},/unix_names = { boost_filesystem, boost_system },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+  sed -i 's/unix_names = { boost_signals-mt },/unix_names = { 
boost_signals },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+
+  unset CPPFLAGS
+
+  ./update-workspaces.sh \
+  --with-system-enet \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces/gcc
+
+  make CONFIG=Release
+}
+
+package() {
+  install -d ${pkgdir}/usr/{bin,lib/0ad}
+  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/pyrogenesis 
${pkgdir}/usr/bin
+  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} 
${pkgdir}/usr/lib/0ad
+
+  install -Dm755 
${srcdir}/${pkgname}-${_pkgver}/build/resources/${pkgname}.sh 
${pkgdir}/usr/bin/${pkgname}
+  install -Dm644 
${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
+  install -Dm644 ${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.png 
${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Copied: 0ad/repos/community-staging-i686/boost-1.50.patch (from rev 93816, 
0ad/trunk/boost-1.50.patch)
===
--- community-staging-i686/boost-1.50.patch (rev 0)
+++ community-staging-i686/boost-1.50.patch 2013-07-10 15:50:10 UTC (rev 
93817)
@@ -0,0 +1,39 @@
+diff -ru 0ad-r11863-alpha/source/graphics/TextureManager.cpp 
0ad-r11863-alpha-patched/source/graphics/TextureManager.cpp
+--- 0ad-r11863-alpha/source/graphics/TextureManager.cpp2012-02-19 
04:30:59.0 +0100
 0ad-r11863-alpha-patched/source/graphics/TextureManager.cpp
2012-07-10 21:00:52.753251312 +0200
+@@ -425,9 +425,9 @@
+   CTextureConverter::SettingsFile* f = 
GetSettingsFile(settingsPath);
+   if (f)
+   files.push_back(f);
+-  p = p / *it;
++  p = p / it-wstring();
+   }
+-  return m_TextureConverter.ComputeSettings(srcPath.leaf(), 
files);
++  return 
m_TextureConverter.ComputeSettings(srcPath.leaf().wstring(), files);
+   }
+ 
+   /**
+diff -ru 0ad-r11863-alpha/source/lib/pch/pch_boost.h 
0ad-r11863-alpha-patched/source/lib/pch/pch_boost.h
+--- 0ad-r11863-alpha/source/lib/pch/pch_boost.h2012-02-16 
19:01:10.0 +0100
 0ad-r11863-alpha-patched/source/lib/pch/pch_boost.h2012-07-10 
19:51:38.413009623 +0200
+@@ -25,7 +25,7 @@
+ 
+ // the following boost libraries have been included in TR1 and are
+ // thus deemed usable:
+-#define BOOST_FILESYSTEM_VERSION 2
++#define 

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

2013-07-10 Thread Sergej Pupykin
Date: Wednesday, July 10, 2013 @ 17:57:05
  Author: spupykin
Revision: 93818

upgpkg: perl-ldap 0.56-1

upd

Modified:
  perl-ldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 15:50:10 UTC (rev 93817)
+++ PKGBUILD2013-07-10 15:57:05 UTC (rev 93818)
@@ -3,7 +3,7 @@
 # Maintainer: Tom K t...@runbox.com
 
 pkgname=perl-ldap
-pkgver=0.55
+pkgver=0.56
 pkgrel=1
 pkgdesc=Interface to LDAP Protocol (RFC1777)
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl-convert-asn1' 'perl-xml-sax-writer')
 license=(GPL)
 
source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-$pkgver.tar.gz)
-md5sums=('ce97feca024387b448a108be9ab19f8f')
+md5sums=('4ea517a844bad34b79f05afcfd24cc05')
 
 build() {
   cd  $srcdir/perl-ldap-$pkgver



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 17:57:11
  Author: svenstaro
Revision: 93819

upgpkg: cegui 0.8.2-1

Updating to 0.8.2

Modified:
  cegui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 15:57:05 UTC (rev 93818)
+++ PKGBUILD2013-07-10 15:57:11 UTC (rev 93819)
@@ -4,8 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com, 
 # Contributor: Bjorn Lindeijer bj...@lindeijer.nl
 
-pkgbase=cegui
-pkgname='cegui'
+pkgname=cegui
 pkgver=0.8.2
 pkgrel=1
 pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
@@ -24,6 +23,9 @@
 build() {
   cd $srcdir/cegui-${pkgver}
 
+  sed -i s/lib64/lib/g CMakeLists.txt
+  sed -i s/lib32/lib/g CMakeLists.txt
+
   [[ -d build ]]  rm -r build
   mkdir build  cd build
 



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

2013-07-10 Thread Sergej Pupykin
Date: Wednesday, July 10, 2013 @ 17:57:20
  Author: spupykin
Revision: 93821

archrelease: copy trunk to community-any

Added:
  perl-ldap/repos/community-any/PKGBUILD
(from rev 93819, perl-ldap/trunk/PKGBUILD)
Deleted:
  perl-ldap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-10 15:57:17 UTC (rev 93820)
+++ PKGBUILD2013-07-10 15:57:20 UTC (rev 93821)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Tom K t...@runbox.com
-
-pkgname=perl-ldap
-pkgver=0.55
-pkgrel=1
-pkgdesc=Interface to LDAP Protocol (RFC1777)
-arch=('any')
-url=http://search.cpan.org/dist/perl-ldap;
-depends=('perl-convert-asn1' 'perl-xml-sax-writer')
-license=(GPL)
-source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-$pkgver.tar.gz)
-md5sums=('ce97feca024387b448a108be9ab19f8f')
-
-build() {
-  cd  $srcdir/perl-ldap-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/perl-ldap-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-ldap/repos/community-any/PKGBUILD (from rev 93819, 
perl-ldap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-10 15:57:20 UTC (rev 93821)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Tom K t...@runbox.com
+
+pkgname=perl-ldap
+pkgver=0.56
+pkgrel=1
+pkgdesc=Interface to LDAP Protocol (RFC1777)
+arch=('any')
+url=http://search.cpan.org/dist/perl-ldap;
+depends=('perl-convert-asn1' 'perl-xml-sax-writer')
+license=(GPL)
+source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-$pkgver.tar.gz)
+md5sums=('4ea517a844bad34b79f05afcfd24cc05')
+
+build() {
+  cd  $srcdir/perl-ldap-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/perl-ldap-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 17:57:17
  Author: svenstaro
Revision: 93820

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

Added:
  cegui/repos/community-i686/PKGBUILD
(from rev 93819, cegui/trunk/PKGBUILD)
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch
(from rev 93819, cegui/trunk/cegui-0.7.6-python-detection.patch)
  cegui/repos/community-x86_64/PKGBUILD
(from rev 93819, cegui/trunk/PKGBUILD)
  cegui/repos/community-x86_64/cegui-0.7.6-python-detection.patch
(from rev 93819, cegui/trunk/cegui-0.7.6-python-detection.patch)
Deleted:
  cegui/repos/community-i686/PKGBUILD
  cegui/repos/community-i686/cegui-0.7.6-python-detection.patch
  cegui/repos/community-x86_64/PKGBUILD
  cegui/repos/community-x86_64/cegui-0.7.6-python-detection.patch

-+
 /PKGBUILD   |  102 ++
 /cegui-0.7.6-python-detection.patch |   22 +++
 community-i686/PKGBUILD |   56 -
 community-i686/cegui-0.7.6-python-detection.patch   |   11 -
 community-x86_64/PKGBUILD   |   56 -
 community-x86_64/cegui-0.7.6-python-detection.patch |   11 -
 6 files changed, 124 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-10 15:57:11 UTC (rev 93819)
+++ community-i686/PKGBUILD 2013-07-10 15:57:17 UTC (rev 93820)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Juergen Hoetzel juer...@archlinux.org 
-# Contributor: William Rea sillywi...@gmail.com, 
-# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
-
-pkgbase=cegui
-pkgname=('cegui' 'cegui-docs')
-pkgver=0.7.9
-pkgrel=3
-pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
-arch=('i686' 'x86_64')
-url=http://crayzedsgui.sourceforge.net;
-#options=('!libtool')
-license=(MIT)
-depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
-makedepends=('python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 'irrlicht')
-optdepends=(python2: python bindings
-ogre: ogre module
-gtk2: gtk2 module
-irrlicht: irrlicht module)
-options=(!libtool)
-source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
-md5sums=('a8b682daf82e383edc169c2e6eb2b321')
-
-build() {
-  cd $srcdir/CEGUI-${pkgver}
-
-  ./bootstrap
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---enable-null-renderer \
---with-gtk2
-
-  make
-}
-
-package_cegui() {
-  cd $srcdir/CEGUI-${pkgver}
- 
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_cegui-docs() {
-  pkgdesc=Documentation for cegui
-  depends=()
-
-  cd $srcdir/CEGUI-${pkgver}
-
-  cd doc/doxygen  doxygen
-  cd ..  make DESTDIR=${pkgdir} install-html
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: cegui/repos/community-i686/PKGBUILD (from rev 93819, 
cegui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-10 15:57:17 UTC (rev 93820)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgname=cegui
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://crayzedsgui.sourceforge.net;
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module
+irrlicht: irrlicht module)
+source=(http://downloads.sourceforge.net/crayzedsgui/cegui-$pkgver.tar.gz)
+md5sums=('f72951f0cc0374bb2294035cb639bb83')
+
+build() {
+  cd $srcdir/cegui-${pkgver}
+
+  sed -i s/lib64/lib/g CMakeLists.txt
+  sed -i s/lib32/lib/g CMakeLists.txt
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd $srcdir/cegui-${pkgver}
+ 
+  cd build
+
+  make DESTDIR=${pkgdir} install
+
+  cd ..
+
+  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/cegui-0.7.6-python-detection.patch
===
--- community-i686/cegui-0.7.6-python-detection.patch   2013-07-10 

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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 18:05:28
  Author: svenstaro
Revision: 93822

upgpkg: ogre 1.8.1-5

boost 1.54.0 rebuild

Modified:
  ogre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 15:57:20 UTC (rev 93821)
+++ PKGBUILD2013-07-10 16:05:28 UTC (rev 93822)
@@ -3,7 +3,7 @@
 pkgbase=ogre
 pkgname=('ogre' 'ogre-docs')
 pkgver=1.8.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Scene-oriented, flexible 3D engine written in C++'
 arch=('i686' 'x86_64')
 url='http://www.ogre3d.org'



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 18:05:37
  Author: svenstaro
Revision: 93823

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

Added:
  ogre/repos/community-staging-i686/
  ogre/repos/community-staging-i686/PKGBUILD
(from rev 93822, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-i686/ogre.install
(from rev 93822, ogre/trunk/ogre.install)
  ogre/repos/community-staging-x86_64/
  ogre/repos/community-staging-x86_64/PKGBUILD
(from rev 93822, ogre/trunk/PKGBUILD)
  ogre/repos/community-staging-x86_64/ogre.install
(from rev 93822, ogre/trunk/ogre.install)

---+
 community-staging-i686/PKGBUILD   |   89 
 community-staging-i686/ogre.install   |4 +
 community-staging-x86_64/PKGBUILD |   89 
 community-staging-x86_64/ogre.install |4 +
 4 files changed, 186 insertions(+)

Copied: ogre/repos/community-staging-i686/PKGBUILD (from rev 93822, 
ogre/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 16:05:37 UTC (rev 93823)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.8.1
+pkgrel=5
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 'libxaw' 'libxrandr' 
+ 'nvidia-cg-toolkit' 'zziplib' 'ois' 'glu')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa')
+install=ogre.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}_src_v${pkgver//./-}.tar.bz2;)
+md5sums=('b85e3dcf370a46b3a8624d4fdd722d39')
+
+build() {
+  cd ${srcdir}/${pkgname}_src_v${pkgver//./-}
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DOGRE_INSTALL_PLUGINS_HEADERS=TRUE \
+-DOGRE_INSTALL_SAMPLES=TRUE \
+-DOGRE_INSTALL_DOCS=TRUE \
+-DOGRE_INSTALL_MEDIA=TRUE \
+-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE \
+-DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
+
+  # compile
+  make
+
+  # generate docs
+  if [[ $(which dot)  $(which doxygen) ]]; then
+make doc
+  fi
+}
+
+package_ogre() {
+  optdepends=('cppunit: unit testing'
+ 'intel-tbb: better threading support'
+ 'poco: portability'
+ 'boost: for developing using ogre'
+ 'ogre-docs: documentation')
+
+  cd ${srcdir}/${pkgname}_src_v${pkgver//./-}/build
+
+  # install the bugger
+  make DESTDIR=${pkgdir} install
+
+  # fix up samples
+  install -dm775 -o root -g users ${pkgdir}/opt/OGRE/samples/
+  mv ${pkgdir}/usr/share/OGRE/*.cfg ${pkgdir}/opt/OGRE/samples/
+  mv ${pkgdir}/usr/bin/SampleBrowser ${pkgdir}/opt/OGRE/samples/
+
+  # make sample launcher
+  echo #!/bin/bash  ${pkgdir}/usr/bin/OgreSampleBrowser
+  echo cd /opt/OGRE/samples  ./SampleBrowser  
${pkgdir}/usr/bin/OgreSampleBrowser
+  chmod +x ${pkgdir}/usr/bin/OgreSampleBrowser
+  
+  # install license
+  install -Dm644 ../Docs/License.html 
${pkgdir}/usr/share/licenses/${pkgname}/license.html
+
+  # move docs out of this package
+  mv ${pkgdir}/usr/share/OGRE/docs ${srcdir}/docs
+}
+
+package_ogre-docs() {
+  pkgdesc=Documentation for ogre
+  depends=()
+
+  cd ${srcdir}/${pkgbase}_src_v${pkgver//./-}/build
+
+  # move docs into this package
+  install -dm755 ${pkgdir}/usr/share/doc
+  mv ${srcdir}/docs ${pkgdir}/usr/share/doc/OGRE/
+
+  # symlink for docs
+  install -dm755 ${pkgdir}/usr/share/OGRE/
+  cd ${pkgdir}/usr/share
+  ln -s doc/OGRE/ OGRE/docs
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ogre/repos/community-staging-i686/ogre.install (from rev 93822, 
ogre/trunk/ogre.install)
===
--- community-staging-i686/ogre.install (rev 0)
+++ community-staging-i686/ogre.install 2013-07-10 16:05:37 UTC (rev 93823)
@@ -0,0 +1,4 @@
+post_install() {
+echo To view the OGRE samples just run OgreSampleBrowser or launch
+echo it directly in /opt/OGRE/samples/
+}

Copied: ogre/repos/community-staging-x86_64/PKGBUILD (from rev 93822, 
ogre/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-10 16:05:37 UTC (rev 93823)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+pkgbase=ogre
+pkgname=('ogre' 'ogre-docs')
+pkgver=1.8.1
+pkgrel=5
+pkgdesc='Scene-oriented, flexible 3D engine written in C++'
+arch=('i686' 'x86_64')
+url='http://www.ogre3d.org'
+license=('custom:MIT')
+depends=('boost-libs' 'freeimage' 'freetype2' 

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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 18:12:56
  Author: svenstaro
Revision: 93825

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

Added:
  gource/repos/community-staging-i686/
  gource/repos/community-staging-i686/PKGBUILD
(from rev 93824, gource/trunk/PKGBUILD)
  gource/repos/community-staging-x86_64/
  gource/repos/community-staging-x86_64/PKGBUILD
(from rev 93824, gource/trunk/PKGBUILD)

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

Copied: gource/repos/community-staging-i686/PKGBUILD (from rev 93824, 
gource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 16:12:56 UTC (rev 93825)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.40
+pkgrel=2
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('89c608a7aa3c901661eb1f2db6117492')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  sed -i s/filesystem3/filesystem/g src/logmill.cpp
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-x86_64/PKGBUILD (from rev 93824, 
gource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-10 16:12:56 UTC (rev 93825)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.40
+pkgrel=2
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('89c608a7aa3c901661eb1f2db6117492')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  sed -i s/filesystem3/filesystem/g src/logmill.cpp
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+}
+# vim: ts=2:sw=2 et:



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 18:12:47
  Author: svenstaro
Revision: 93824

upgpkg: gource 0.40-2

boost 1.54.0 rebuild

Modified:
  gource/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 16:05:37 UTC (rev 93823)
+++ PKGBUILD2013-07-10 16:12:47 UTC (rev 93824)
@@ -4,7 +4,7 @@
 # Contributor: Olivier Ramonat olivier at ramonat dot fr
 pkgname=gource
 pkgver=0.40
-pkgrel=1
+pkgrel=2
 pkgdesc=software version control visualization
 license=(GPL3)
 arch=(i686 x86_64)



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

2013-07-10 Thread Jan Steffens
Date: Wednesday, July 10, 2013 @ 18:53:48
  Author: heftig
Revision: 189889

3.8.3

Modified:
  gnome-screenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 15:21:54 UTC (rev 189888)
+++ PKGBUILD2013-07-10 16:53:48 UTC (rev 189889)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gnome-screenshot
-pkgver=3.8.2
+pkgver=3.8.3
 pkgrel=1
 pkgdesc=Take pictures of your screen
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 groups=('gnome')
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('673d3102bbd9d5ee493111e109adfa9ecc880c41f883d3db4be6dce70610513e')
+sha256sums=('05d638d53da334aa8818e83ed3f91a17334c48c707d728426414033607582971')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-10 Thread Jan Steffens
Date: Wednesday, July 10, 2013 @ 18:54:26
  Author: heftig
Revision: 189890

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

Added:
  gnome-screenshot/repos/extra-i686/PKGBUILD
(from rev 189889, gnome-screenshot/trunk/PKGBUILD)
  gnome-screenshot/repos/extra-i686/gnome-screenshot.install
(from rev 189889, gnome-screenshot/trunk/gnome-screenshot.install)
  gnome-screenshot/repos/extra-x86_64/PKGBUILD
(from rev 189889, gnome-screenshot/trunk/PKGBUILD)
  gnome-screenshot/repos/extra-x86_64/gnome-screenshot.install
(from rev 189889, gnome-screenshot/trunk/gnome-screenshot.install)
Deleted:
  gnome-screenshot/repos/extra-i686/PKGBUILD
  gnome-screenshot/repos/extra-i686/gnome-screenshot.install
  gnome-screenshot/repos/extra-x86_64/PKGBUILD
  gnome-screenshot/repos/extra-x86_64/gnome-screenshot.install

---+
 /PKGBUILD |   58 
 /gnome-screenshot.install |   22 
 extra-i686/PKGBUILD   |   29 
 extra-i686/gnome-screenshot.install   |   11 --
 extra-x86_64/PKGBUILD |   29 
 extra-x86_64/gnome-screenshot.install |   11 --
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-10 16:53:48 UTC (rev 189889)
+++ extra-i686/PKGBUILD 2013-07-10 16:54:26 UTC (rev 189890)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-screenshot
-pkgver=3.8.2
-pkgrel=1
-pkgdesc=Take pictures of your screen
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'libcanberra')
-makedepends=('intltool')
-groups=('gnome')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('673d3102bbd9d5ee493111e109adfa9ecc880c41f883d3db4be6dce70610513e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-screenshot/repos/extra-i686/PKGBUILD (from rev 189889, 
gnome-screenshot/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-10 16:54:26 UTC (rev 189890)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-screenshot
+pkgver=3.8.3
+pkgrel=1
+pkgdesc=Take pictures of your screen
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3' 'libcanberra')
+makedepends=('intltool')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('05d638d53da334aa8818e83ed3f91a17334c48c707d728426414033607582971')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-screenshot.install
===
--- extra-i686/gnome-screenshot.install 2013-07-10 16:53:48 UTC (rev 189889)
+++ extra-i686/gnome-screenshot.install 2013-07-10 16:54:26 UTC (rev 189890)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-screenshot/repos/extra-i686/gnome-screenshot.install (from rev 
189889, gnome-screenshot/trunk/gnome-screenshot.install)
===
--- extra-i686/gnome-screenshot.install (rev 0)
+++ extra-i686/gnome-screenshot.install 2013-07-10 16:54:26 UTC (rev 189890)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-10 16:53:48 UTC (rev 189889)
+++ extra-x86_64/PKGBUILD   2013-07-10 16:54:26 UTC (rev 189890)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gnome-screenshot
-pkgver=3.8.2
-pkgrel=1
-pkgdesc=Take pictures of your screen
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3' 'libcanberra')
-makedepends=('intltool')
-groups=('gnome')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('673d3102bbd9d5ee493111e109adfa9ecc880c41f883d3db4be6dce70610513e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make 

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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 18:58:56
  Author: svenstaro
Revision: 93827

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

Added:
  mygui/repos/community-staging-i686/
  mygui/repos/community-staging-i686/PKGBUILD
(from rev 93826, mygui/trunk/PKGBUILD)
  mygui/repos/community-staging-i686/mygui.install
(from rev 93826, mygui/trunk/mygui.install)
  mygui/repos/community-staging-x86_64/
  mygui/repos/community-staging-x86_64/PKGBUILD
(from rev 93826, mygui/trunk/PKGBUILD)
  mygui/repos/community-staging-x86_64/mygui.install
(from rev 93826, mygui/trunk/mygui.install)

+
 community-staging-i686/PKGBUILD|   79 +++
 community-staging-i686/mygui.install   |3 +
 community-staging-x86_64/PKGBUILD  |   79 +++
 community-staging-x86_64/mygui.install |3 +
 4 files changed, 164 insertions(+)

Copied: mygui/repos/community-staging-i686/PKGBUILD (from rev 93826, 
mygui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 16:58:56 UTC (rev 93827)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Andrew Belitsky belitsk...@gmail.com
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.0
+pkgrel=6
+pkgdesc=A multilayer and overlappable GUI System for OGRE
+arch=('i686' 'x86_64')
+url=http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
+md5sums=('7c20486a0db82f497d8b7c5300613b61')
+
+build() {
+  cd $srcdir/MyGUI_$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:bin:../opt/MYGUI:' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
+  sed -i 's/\${OIS_LIBRARIES}/${OIS_LIBRARIES} boost_system/g' 
Common/CMakeLists.txt
+
+  # get a clean build dir
+  [[ -d build ]]  rm -rf build
+  mkdir build  cd build
+
+  # generate CMake Makefile
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DMYGUI_INSTALL_SAMPLES=TRUE \
+-DMYGUI_INSTALL_TOOLS=TRUE \
+-DMYGUI_INSTALL_DOCS=TRUE \
+-DMYGUI_INSTALL_MEDIA=TRUE \
+-DCMAKE_BUILD_TYPE=Release # set=Debug for debugging version
+
+  # compile
+  make
+
+  # generate docs
+  if [[ $(which dot)  $(which doxygen) ]]; then
+make api-docs 2/dev/null
+  fi
+}
+
+package_mygui() {
+  optdepends=('mygui-docs: documentation')
+
+  cd $srcdir/MyGUI_$pkgver
+  
+  cd build
+
+  # install the whole bunch
+  make DESTDIR=$pkgdir install
+
+  # make demos work
+  chown root:users $pkgdir/opt/MYGUI
+  chmod 775 $pkgdir/opt/MYGUI
+}
+
+package_mygui-docs() {
+  pkgdesc=Documentation for mygui
+  depends=()
+
+  cd $srcdir/MyGUI_$pkgver
+  
+  cd build
+
+  # install docs
+  install -d $pkgdir/usr/share/doc/
+  cp -r Docs/html $pkgdir/usr/share/doc/MYGUI
+}
+
+# vim:set ts=2 sw=2 et:

Copied: mygui/repos/community-staging-i686/mygui.install (from rev 93826, 
mygui/trunk/mygui.install)
===
--- community-staging-i686/mygui.install(rev 0)
+++ community-staging-i686/mygui.install2013-07-10 16:58:56 UTC (rev 
93827)
@@ -0,0 +1,3 @@
+post_install() {
+echo To view the MyGUI samples, go to /opt/MYGUI/ and run the samples 
individually
+}

Copied: mygui/repos/community-staging-x86_64/PKGBUILD (from rev 93826, 
mygui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-10 16:58:56 UTC (rev 93827)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Andrew Belitsky belitsk...@gmail.com
+pkgbase=mygui
+pkgname=('mygui' 'mygui-docs')
+pkgver=3.2.0
+pkgrel=6
+pkgdesc=A multilayer and overlappable GUI System for OGRE
+arch=('i686' 'x86_64')
+url=http://mygui.info/;
+license=('LGPL')
+depends=('boost-libs' 'ogre' 'ois')
+makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu')
+install=mygui.install
+source=(http://downloads.sourceforge.net/my-gui/MyGUI_$pkgver.zip;)
+md5sums=('7c20486a0db82f497d8b7c5300613b61')
+
+build() {
+  cd $srcdir/MyGUI_$pkgver
+
+  # change CMake config so demos install to /opt
+  sed -i 's:bin:../opt/MYGUI:' CMake/Utils/MyGUIConfigTargets.cmake
+  sed -i -e 's:../share:/usr/share:' \
+ -e 's:bin:../opt/MYGUI:' \
+ CMake/InstallResources.cmake
+  sed -i '71 i set(MYGUI_GCC_VISIBILITY_FLAGS )' CMakeLists.txt
+  sed -i 

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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 18:58:47
  Author: svenstaro
Revision: 93826

upgpkg: mygui 3.2.0-6

boost 1.54.0 rebuild

Modified:
  mygui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 16:12:56 UTC (rev 93825)
+++ PKGBUILD2013-07-10 16:58:47 UTC (rev 93826)
@@ -4,7 +4,7 @@
 pkgbase=mygui
 pkgname=('mygui' 'mygui-docs')
 pkgver=3.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc=A multilayer and overlappable GUI System for OGRE
 arch=('i686' 'x86_64')
 url=http://mygui.info/;



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 19:37:36
  Author: svenstaro
Revision: 93828

upgpkg: cegui 0.8.2-2

boost 1.54.0 rebuild

Modified:
  cegui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 16:58:56 UTC (rev 93827)
+++ PKGBUILD2013-07-10 17:37:36 UTC (rev 93828)
@@ -6,7 +6,7 @@
 
 pkgname=cegui
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
 arch=('i686' 'x86_64')
 url=http://crayzedsgui.sourceforge.net;



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 19:37:44
  Author: svenstaro
Revision: 93829

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

Added:
  cegui/repos/community-staging-i686/
  cegui/repos/community-staging-i686/PKGBUILD
(from rev 93828, cegui/trunk/PKGBUILD)
  cegui/repos/community-staging-i686/cegui-0.7.6-python-detection.patch
(from rev 93828, cegui/trunk/cegui-0.7.6-python-detection.patch)
  cegui/repos/community-staging-x86_64/
  cegui/repos/community-staging-x86_64/PKGBUILD
(from rev 93828, cegui/trunk/PKGBUILD)
  cegui/repos/community-staging-x86_64/cegui-0.7.6-python-detection.patch
(from rev 93828, cegui/trunk/cegui-0.7.6-python-detection.patch)

-+
 community-staging-i686/PKGBUILD |   51 ++
 community-staging-i686/cegui-0.7.6-python-detection.patch   |   11 ++
 community-staging-x86_64/PKGBUILD   |   51 ++
 community-staging-x86_64/cegui-0.7.6-python-detection.patch |   11 ++
 4 files changed, 124 insertions(+)

Copied: cegui/repos/community-staging-i686/PKGBUILD (from rev 93828, 
cegui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 17:37:44 UTC (rev 93829)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgname=cegui
+pkgver=0.8.2
+pkgrel=2
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://crayzedsgui.sourceforge.net;
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module
+irrlicht: irrlicht module)
+source=(http://downloads.sourceforge.net/crayzedsgui/cegui-$pkgver.tar.gz)
+md5sums=('f72951f0cc0374bb2294035cb639bb83')
+
+build() {
+  cd $srcdir/cegui-${pkgver}
+
+  sed -i s/lib64/lib/g CMakeLists.txt
+  sed -i s/lib32/lib/g CMakeLists.txt
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCEGUI_LIB_INSTALL_DIR=lib \
+  -DPYTHON_EXECUTABLE=/usr/bin/python2
+
+  make
+  make html
+}
+
+package() {
+  cd $srcdir/cegui-${pkgver}
+ 
+  cd build
+
+  make DESTDIR=${pkgdir} install
+
+  cd ..
+
+  install -Dm644 doc/COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: cegui/repos/community-staging-i686/cegui-0.7.6-python-detection.patch 
(from rev 93828, cegui/trunk/cegui-0.7.6-python-detection.patch)
===
--- community-staging-i686/cegui-0.7.6-python-detection.patch   
(rev 0)
+++ community-staging-i686/cegui-0.7.6-python-detection.patch   2013-07-10 
17:37:44 UTC (rev 93829)
@@ -0,0 +1,11 @@
+--- acinclude.m4.original  2012-01-24 10:42:16.066632295 +0100
 acinclude.m4   2012-01-24 10:43:15.800274030 +0100
+@@ -1411,7 +1411,7 @@
+ if test x$ax_python_bin != x; then
+AC_CHECK_LIB($ax_python_bin, main, ax_python_lib=$ax_python_bin, 
ax_python_lib=no)
+AC_CHECK_HEADER([$ax_python_bin/Python.h],
+-   [[ax_python_header=`locate $ax_python_bin/Python.h | sed -e 
s,/Python.h,,`]],
++   [[ax_python_header=/usr/include/$ax_python_bin]],
+ax_python_header=no)
+if test x$ax_python_lib != xno; then
+  if test x$ax_python_header != xno; then

Copied: cegui/repos/community-staging-x86_64/PKGBUILD (from rev 93828, 
cegui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-10 17:37:44 UTC (rev 93829)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Juergen Hoetzel juer...@archlinux.org 
+# Contributor: William Rea sillywi...@gmail.com, 
+# Contributor: Bjorn Lindeijer bj...@lindeijer.nl
+
+pkgname=cegui
+pkgver=0.8.2
+pkgrel=2
+pkgdesc=A free library providing windowing and widgets for graphics 
APIs/engines
+arch=('i686' 'x86_64')
+url=http://crayzedsgui.sourceforge.net;
+license=(MIT)
+depends=('pcre' 'glew' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 
'lua51' 'silly')
+makedepends=('cmake' 'python2' 'doxygen' 'ogre' 'gtk2' 'boost' 'graphviz' 
'irrlicht')
+optdepends=(python2: python bindings
+ogre: ogre module
+gtk2: gtk2 module
+irrlicht: irrlicht module)
+source=(http://downloads.sourceforge.net/crayzedsgui/cegui-$pkgver.tar.gz)

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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 19:45:15
  Author: svenstaro
Revision: 93830

upgpkg: openimageio 1.2.0-1

Updating to 1.2.0

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 17:37:44 UTC (rev 93829)
+++ PKGBUILD2013-07-10 17:45:15 UTC (rev 93830)
@@ -3,8 +3,8 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 
 pkgname=openimageio
-pkgver=1.1.10
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
 arch=(i686 x86_64)
 url=http://www.openimageio.org/;
@@ -14,7 +14,7 @@
 optdepends=('qt4: iv image viewer'
 'python2: bindings support')
 source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('e5c5cd77238f74c3a6a3610c211430f2')
+md5sums=('8738dd9b24fc4f0cb3eebb094347104a')
 
 build() {
   cd $srcdir/$_pkgname*
@@ -28,6 +28,7 @@
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
   -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
   ..
   make
 }



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Wednesday, July 10, 2013 @ 19:45:24
  Author: svenstaro
Revision: 93831

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

Added:
  openimageio/repos/community-staging-i686/
  openimageio/repos/community-staging-i686/PKGBUILD
(from rev 93830, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-i686/fix32bit-fail.patch
(from rev 93830, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-staging-x86_64/
  openimageio/repos/community-staging-x86_64/PKGBUILD
(from rev 93830, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-staging-x86_64/fix32bit-fail.patch
(from rev 93830, openimageio/trunk/fix32bit-fail.patch)

--+
 community-staging-i686/PKGBUILD  |   44 +
 community-staging-i686/fix32bit-fail.patch   |   13 +++
 community-staging-x86_64/PKGBUILD|   44 +
 community-staging-x86_64/fix32bit-fail.patch |   13 +++
 4 files changed, 114 insertions(+)

Copied: openimageio/repos/community-staging-i686/PKGBUILD (from rev 93830, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 17:45:24 UTC (rev 93831)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('8738dd9b24fc4f0cb3eebb094347104a')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openimageio/repos/community-staging-i686/fix32bit-fail.patch (from rev 
93830, openimageio/trunk/fix32bit-fail.patch)
===
--- community-staging-i686/fix32bit-fail.patch  (rev 0)
+++ community-staging-i686/fix32bit-fail.patch  2013-07-10 17:45:24 UTC (rev 
93831)
@@ -0,0 +1,13 @@
+--- orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
 fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
+@@ -8,9 +8,9 @@
+ 
+ // If compiling with MFC, you might want to add #include StdAfx.h
+ 
++#include SHA1.h
+ #include hash.h
+ #include dassert.h
+-#include SHA1.h
+ 
+ #ifdef SHA1_UTILITY_FUNCTIONS
+ #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-staging-x86_64/PKGBUILD (from rev 93830, 
openimageio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-10 17:45:24 UTC (rev 93831)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('8738dd9b24fc4f0cb3eebb094347104a')
+
+build() {
+  cd $srcdir/$_pkgname*
+
+  cd src
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname*/src/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openimageio/repos/community-staging-x86_64/fix32bit-fail.patch (from 
rev 93830, openimageio/trunk/fix32bit-fail.patch)
===

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

2013-07-10 Thread Andreas Radke
Date: Wednesday, July 10, 2013 @ 21:12:59
  Author: andyrtr
Revision: 189892

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

Added:
  qpdf/repos/staging-i686/
  qpdf/repos/staging-i686/PKGBUILD
(from rev 189891, qpdf/trunk/PKGBUILD)
  qpdf/repos/staging-x86_64/
  qpdf/repos/staging-x86_64/PKGBUILD
(from rev 189891, qpdf/trunk/PKGBUILD)

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

Copied: qpdf/repos/staging-i686/PKGBUILD (from rev 189891, qpdf/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-10 19:12:59 UTC (rev 189892)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Miguel Revilla yo at miguelrevilla.com
+# Contributor: David Sotelo dvsotelo at gmail.com
+# Contributor: Nuno Araujo nuno.ara...@russo79.com
+
+pkgname=qpdf
+pkgver=5.0.0
+pkgrel=1
+pkgdesc=QPDF: A Content-Preserving PDF Transformation System
+arch=('i686' 'x86_64')
+url=http://qpdf.sourceforge.net/;
+license=('custom:Artistic-2.0')
+depends=('pcre' 'perl')
+makedepends=('make')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d501c61a8979132f6d601641483850cc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+
+  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: qpdf/repos/staging-x86_64/PKGBUILD (from rev 189891, 
qpdf/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-10 19:12:59 UTC (rev 189892)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Miguel Revilla yo at miguelrevilla.com
+# Contributor: David Sotelo dvsotelo at gmail.com
+# Contributor: Nuno Araujo nuno.ara...@russo79.com
+
+pkgname=qpdf
+pkgver=5.0.0
+pkgrel=1
+pkgdesc=QPDF: A Content-Preserving PDF Transformation System
+arch=('i686' 'x86_64')
+url=http://qpdf.sourceforge.net/;
+license=('custom:Artistic-2.0')
+depends=('pcre' 'perl')
+makedepends=('make')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d501c61a8979132f6d601641483850cc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+
+  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2013-07-10 Thread Andreas Radke
Date: Wednesday, July 10, 2013 @ 21:12:39
  Author: andyrtr
Revision: 189891

upgpkg: qpdf 5.0.0-1

upstream update 5.0.0

Modified:
  qpdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 16:54:26 UTC (rev 189890)
+++ PKGBUILD2013-07-10 19:12:39 UTC (rev 189891)
@@ -5,7 +5,7 @@
 # Contributor: Nuno Araujo nuno.ara...@russo79.com
 
 pkgname=qpdf
-pkgver=4.2.0
+pkgver=5.0.0
 pkgrel=1
 pkgdesc=QPDF: A Content-Preserving PDF Transformation System
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('make')
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('912d7d24bf45414b0dac63773d75aa17')
+md5sums=('d501c61a8979132f6d601641483850cc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-07-10 Thread Andreas Radke
Date: Wednesday, July 10, 2013 @ 21:19:41
  Author: andyrtr
Revision: 189894

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

Added:
  cups-filters/repos/staging-i686/
  cups-filters/repos/staging-i686/PKGBUILD
(from rev 189893, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-i686/cups-browsed.service
(from rev 189893, cups-filters/trunk/cups-browsed.service)
  cups-filters/repos/staging-x86_64/
  cups-filters/repos/staging-x86_64/PKGBUILD
(from rev 189893, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/staging-x86_64/cups-browsed.service
(from rev 189893, cups-filters/trunk/cups-browsed.service)

-+
 staging-i686/PKGBUILD   |   50 ++
 staging-i686/cups-browsed.service   |   10 ++
 staging-x86_64/PKGBUILD |   50 ++
 staging-x86_64/cups-browsed.service |   10 ++
 4 files changed, 120 insertions(+)

Copied: cups-filters/repos/staging-i686/PKGBUILD (from rev 189893, 
cups-filters/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-10 19:19:41 UTC (rev 189894)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.35
+pkgrel=2
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.22.5' 'qpdf=5.0.0')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+cups-browsed.service)
+md5sums=('26f150f1e9ce1f7b0f38ae4ebb01e23d'
+ '9ef68d7c2a84713fd421f4e87dec0a6e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+  
+  # add missing systemd support
+  install -Dm644 ${srcdir}/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+}

Copied: cups-filters/repos/staging-i686/cups-browsed.service (from rev 189893, 
cups-filters/trunk/cups-browsed.service)
===
--- staging-i686/cups-browsed.service   (rev 0)
+++ staging-i686/cups-browsed.service   2013-07-10 19:19:41 UTC (rev 189894)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Make remote CUPS printers available locally
+After=cups.service avahi-daemon.service
+Wants=cups.service avahi-daemon.service
+
+[Service]
+ExecStart=/usr/bin/cups-browsed
+
+[Install]
+WantedBy=multi-user.target

Copied: cups-filters/repos/staging-x86_64/PKGBUILD (from rev 189893, 
cups-filters/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-10 19:19:41 UTC (rev 189894)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.35
+pkgrel=2
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.22.5' 'qpdf=5.0.0')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz
+cups-browsed.service)

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

2013-07-10 Thread Andreas Radke
Date: Wednesday, July 10, 2013 @ 21:19:27
  Author: andyrtr
Revision: 189893

upgpkg: cups-filters 1.0.35-2

qpdf rebuild

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 19:12:59 UTC (rev 189892)
+++ PKGBUILD2013-07-10 19:19:27 UTC (rev 189893)
@@ -3,12 +3,12 @@
 
 pkgname=cups-filters
 pkgver=1.0.35
-pkgrel=1
+pkgrel=2
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
 url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
 license=('GPL')
-depends=('lcms2' 'poppler=0.22.4' 'qpdf=4.0.0')
+depends=('lcms2' 'poppler=0.22.5' 'qpdf=5.0.0')
 makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
 optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'



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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 22:08:02
  Author: bpiotrowski
Revision: 93832

upgpkg: glom 1.24.0-2

- rebuild against boost 1.54.0

Modified:
  glom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 17:45:24 UTC (rev 93831)
+++ PKGBUILD2013-07-10 20:08:02 UTC (rev 93832)
@@ -6,7 +6,7 @@
 
 pkgname=glom
 pkgver=1.24.0
-pkgrel=1
+pkgrel=2
 pkgdesc=An easy-to-use database designer and user interface
 arch=('i686' 'x86_64')
 url=http://www.glom.org/;



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

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 22:09:37
  Author: bpiotrowski
Revision: 93833

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

Added:
  glom/repos/community-staging-i686/
  glom/repos/community-staging-i686/PKGBUILD
(from rev 93832, glom/trunk/PKGBUILD)
  glom/repos/community-staging-i686/glom.install
(from rev 93832, glom/trunk/glom.install)
  glom/repos/community-staging-x86_64/
  glom/repos/community-staging-x86_64/PKGBUILD
(from rev 93832, glom/trunk/PKGBUILD)
  glom/repos/community-staging-x86_64/glom.install
(from rev 93832, glom/trunk/glom.install)
  glom/repos/staging-i686/
  glom/repos/staging-i686/PKGBUILD
(from rev 93832, glom/trunk/PKGBUILD)
  glom/repos/staging-i686/glom.install
(from rev 93832, glom/trunk/glom.install)
  glom/repos/staging-x86_64/

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-i686/glom.install   |   13 +++
 community-staging-x86_64/PKGBUILD |   37 
 community-staging-x86_64/glom.install |   13 +++
 staging-i686/PKGBUILD |   37 
 staging-i686/glom.install |   13 +++
 6 files changed, 150 insertions(+)

Copied: glom/repos/community-staging-i686/PKGBUILD (from rev 93832, 
glom/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-10 20:09:37 UTC (rev 93833)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=glom
+pkgver=1.24.0
+pkgrel=2
+pkgdesc=An easy-to-use database designer and user interface
+arch=('i686' 'x86_64')
+url=http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.24/$pkgname-$pkgver.tar.xz)
+sha256sums=('83ff79610ffdede48536c0d07d5288ad84ec26c86aa2aa1db98b46abdebbdcc2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static \
+PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Copied: glom/repos/community-staging-i686/glom.install (from rev 93832, 
glom/trunk/glom.install)
===
--- community-staging-i686/glom.install (rev 0)
+++ community-staging-i686/glom.install 2013-07-10 20:09:37 UTC (rev 93833)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: glom/repos/community-staging-x86_64/PKGBUILD (from rev 93832, 
glom/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-10 20:09:37 UTC (rev 93833)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Roman Kyrylych roman.kyryl...@gmail.com
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=glom
+pkgver=1.24.0
+pkgrel=2
+pkgdesc=An easy-to-use database designer and user interface
+arch=('i686' 'x86_64')
+url=http://www.glom.org/;
+license=('GPL')
+depends=('gettext' 'boost-libs' 'libgdamm' 'libxml++' 'python2-gobject' 
'libepc' 'goocanvasmm' 'gtksourceviewmm' 'evince' 'postgresql')
+makedepends=('intltool' 'gnome-doc-utils' 'python-sphinx' 'boost')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.24/$pkgname-$pkgver.tar.xz)
+sha256sums=('83ff79610ffdede48536c0d07d5288ad84ec26c86aa2aa1db98b46abdebbdcc2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--with-postgres-utils=/usr/bin \
+--disable-scrollkeeper \
+--disable-update-mime-database \
+--disable-static \
+PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Copied: glom/repos/community-staging-x86_64/glom.install (from rev 93832, 
glom/trunk/glom.install)

[arch-commits] Commit in glom/repos (staging-i686 staging-x86_64)

2013-07-10 Thread Bartłomiej Piotrowski
Date: Wednesday, July 10, 2013 @ 22:12:36
  Author: bpiotrowski
Revision: 93834

It's not package from [extra]?\226?\128?\166

Deleted:
  glom/repos/staging-i686/
  glom/repos/staging-x86_64/



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Thursday, July 11, 2013 @ 02:19:13
  Author: svenstaro
Revision: 93835

upgpkg: frogatto 1.3.1-3

boost 1.54.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 20:12:36 UTC (rev 93834)
+++ PKGBUILD2013-07-11 00:19:13 UTC (rev 93835)
@@ -6,16 +6,16 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
 url=http://www.frogatto.com;
 license=('GPL')
-depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data')
+depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data')
 makedepends=('mesa-libgl' 'boost')
-source=(frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz;
+source=($pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1;
 frogatto
 frogatto.desktop)
-md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
+md5sums=('SKIP'
  '9ed2c9ea59e95fe3c0b3ad49e58f8890'
  'e31563b04748a39292a59aaad633ff58')
 



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Thursday, July 11, 2013 @ 02:19:34
  Author: svenstaro
Revision: 93836

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

Added:
  frogatto/repos/community-staging-i686/
  frogatto/repos/community-staging-i686/PKGBUILD
(from rev 93835, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-i686/frogatto
(from rev 93835, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-i686/frogatto.desktop
(from rev 93835, frogatto/trunk/frogatto.desktop)
  frogatto/repos/community-staging-x86_64/
  frogatto/repos/community-staging-x86_64/PKGBUILD
(from rev 93835, frogatto/trunk/PKGBUILD)
  frogatto/repos/community-staging-x86_64/frogatto
(from rev 93835, frogatto/trunk/frogatto)
  frogatto/repos/community-staging-x86_64/frogatto.desktop
(from rev 93835, frogatto/trunk/frogatto.desktop)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-i686/frogatto   |3 +
 community-staging-i686/frogatto.desktop   |   11 ++
 community-staging-x86_64/PKGBUILD |   46 
 community-staging-x86_64/frogatto |3 +
 community-staging-x86_64/frogatto.desktop |   11 ++
 6 files changed, 120 insertions(+)

Copied: frogatto/repos/community-staging-i686/PKGBUILD (from rev 93835, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-11 00:19:34 UTC (rev 93836)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Federico CInelli cine...@aur.archlinux.org
+# Contributor: Tom Wambold tom5...@gmail.com
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=3
+pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
+url=http://www.frogatto.com;
+license=('GPL')
+depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data')
+makedepends=('mesa-libgl' 'boost')
+source=($pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1;
+frogatto
+frogatto.desktop)
+md5sums=('SKIP'
+ '9ed2c9ea59e95fe3c0b3ad49e58f8890'
+ 'e31563b04748a39292a59aaad633ff58')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's/ccache //g' Makefile
+  sed -i 's/-lprofiler//g' Makefile
+  sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
+  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
+  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
+  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
+  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
+  make game server
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm 755 game $pkgdir/opt/frogatto/game
+  install -Dm 755 server $pkgdir/opt/frogatto/server
+  install -Dm 644 src/LICENSE $pkgdir/usr/share/licenses/frogatto/LICENSE
+  install -Dm 755 $srcdir/frogatto $pkgdir/usr/bin/frogatto
+  install -Dm 644 $srcdir/frogatto.desktop 
$pkgdir/usr/share/applications/frogatto.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Copied: frogatto/repos/community-staging-i686/frogatto (from rev 93835, 
frogatto/trunk/frogatto)
===
--- community-staging-i686/frogatto (rev 0)
+++ community-staging-i686/frogatto 2013-07-11 00:19:34 UTC (rev 93836)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /opt/frogatto
+exec /opt/frogatto/game $*

Copied: frogatto/repos/community-staging-i686/frogatto.desktop (from rev 93835, 
frogatto/trunk/frogatto.desktop)
===
--- community-staging-i686/frogatto.desktop (rev 0)
+++ community-staging-i686/frogatto.desktop 2013-07-11 00:19:34 UTC (rev 
93836)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Frogatto
+GenericName=Old-school 2D platformer
+Comment=Old-school 2D platformer
+Exec=/usr/bin/frogatto
+Terminal=false
+MultipleArgs=false
+Type=Application
+Icon=/opt/frogatto/images/window-icon.png
+Categories=Game;ArcadeGame

Copied: frogatto/repos/community-staging-x86_64/PKGBUILD (from rev 93835, 
frogatto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-11 00:19:34 UTC (rev 93836)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Federico CInelli cine...@aur.archlinux.org
+# Contributor: Tom Wambold tom5...@gmail.com
+
+pkgname='frogatto'
+arch=('i686' 'x86_64')
+pkgver=1.3.1
+pkgrel=3
+pkgdesc=An old-school 2d platformer game, starring a certain quixotic frog
+url=http://www.frogatto.com;
+license=('GPL')

[arch-commits] Commit in (5 files)

2013-07-10 Thread Felix Yan
Date: Thursday, July 11, 2013 @ 03:53:47
  Author: fyan
Revision: 93837

addpkg: zh-autoconvert 0.3.16-2

Added:
  zh-autoconvert/
  zh-autoconvert/repos/
  zh-autoconvert/trunk/
  zh-autoconvert/trunk/PKGBUILD
  zh-autoconvert/trunk/autoconvert.patch

---+
 PKGBUILD  |   30 ++
 autoconvert.patch |   37 +
 2 files changed, 67 insertions(+)

Added: zh-autoconvert/trunk/PKGBUILD
===
--- zh-autoconvert/trunk/PKGBUILD   (rev 0)
+++ zh-autoconvert/trunk/PKGBUILD   2013-07-11 01:53:47 UTC (rev 93837)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: CUI Hao cuihao.leo at gmail dot com
+# Contributor: Kandu 1123monkey at 163 dot com
+
+pkgname=zh-autoconvert
+pkgver=0.3.16
+pkgrel=2
+pkgdesc=An intelligent Chinese Encoding converter
+url=http://libhz.googlecode.com/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('pkgconfig')
+source=(${url}/files/${pkgname}-${pkgver}.tar.gz
+   autoconvert.patch)
+md5sums=('1f4aa2332afc076910b5d510b8c81966'
+'1f7c39af01d6845c064da59224ae503b')
+
+build() {
+  cd ${srcdir}/autoconvert-${pkgver}
+
+  patch -Np1 -i ../autoconvert.patch
+  make
+}
+
+package() {
+  cd ${srcdir}/autoconvert-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Added: zh-autoconvert/trunk/autoconvert.patch
===
--- zh-autoconvert/trunk/autoconvert.patch  (rev 0)
+++ zh-autoconvert/trunk/autoconvert.patch  2013-07-11 01:53:47 UTC (rev 
93837)
@@ -0,0 +1,37 @@
+--- autoconvert-0.3.16/Makefile2001-04-28 09:45:46.0 +0800
 autoconvert-0.3.16-fix/Makefile2011-05-01 11:25:23.432934576 +0800
+@@ -5,7 +5,7 @@
+ 
+ .PHONY: all hzlib clean install-home install
+ 
+-all: autob5 autogb hzlib  xchat-plugins
++all: autob5 autogb hzlib
+ 
+ autob5: autogb
+   rm -f autob5;ln -s autogb autob5
+@@ -15,8 +15,6 @@
+   $(CC) $(CFLAG) autogb.c lib/libhz.a -o autogb
+ hzlib:
+   cd hzconvert;make
+-xchat-plugins: 
+-  cd contrib/xchat-plugins;make
+ clean:
+   rm -f autob5 autogb *.o *~
+   rm -f include/*~
+@@ -30,12 +28,13 @@
+   ln -s $(HOME)/bin/autogb $(HOME)/bin/autob5
+   chmod 755 $(HOME)/bin/autogb 
+ install:
++  mkdir -p $(DESTDIR)/usr/bin
++  mkdir -p $(DESTDIR)/usr/lib
++  mkdir -p $(DESTDIR)/usr/include
+   install -m 755 autogb $(DESTDIR)/usr/bin
+   install -m 755 lib/libhz.so.0.0 $(DESTDIR)/usr/lib
+   cd $(DESTDIR)/usr/lib;ln -s  libhz.so.0.0 libhz.so.0
+   cd $(DESTDIR)/usr/lib;ln -s  libhz.so.0 libhz.so
+-  install -m 755 lib/libhz.a $(DESTDIR)/usr/lib
+-  install -m 755 contrib/xchat-plugins/xchat-autogb.so 
$(DESTDIR)/usr/share/zh-autoconvert
+-  install -m 755 contrib/xchat-plugins/xchat-autob5.so 
$(DESTDIR)/usr/share/zh-autoconvert
++  install -m 644 lib/libhz.a $(DESTDIR)/usr/lib
+   install -m 644 include/*.h  $(DESTDIR)/usr/include
+   ln -s autogb $(DESTDIR)/usr/bin/autob5



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

2013-07-10 Thread Felix Yan
Date: Thursday, July 11, 2013 @ 03:56:22
  Author: fyan
Revision: 93838

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

Added:
  zh-autoconvert/repos/community-i686/
  zh-autoconvert/repos/community-i686/PKGBUILD
(from rev 93837, zh-autoconvert/trunk/PKGBUILD)
  zh-autoconvert/repos/community-i686/autoconvert.patch
(from rev 93837, zh-autoconvert/trunk/autoconvert.patch)
  zh-autoconvert/repos/community-x86_64/
  zh-autoconvert/repos/community-x86_64/PKGBUILD
(from rev 93837, zh-autoconvert/trunk/PKGBUILD)
  zh-autoconvert/repos/community-x86_64/autoconvert.patch
(from rev 93837, zh-autoconvert/trunk/autoconvert.patch)

+
 community-i686/PKGBUILD|   30 
 community-i686/autoconvert.patch   |   37 +++
 community-x86_64/PKGBUILD  |   30 
 community-x86_64/autoconvert.patch |   37 +++
 4 files changed, 134 insertions(+)

Copied: zh-autoconvert/repos/community-i686/PKGBUILD (from rev 93837, 
zh-autoconvert/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-11 01:56:22 UTC (rev 93838)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: CUI Hao cuihao.leo at gmail dot com
+# Contributor: Kandu 1123monkey at 163 dot com
+
+pkgname=zh-autoconvert
+pkgver=0.3.16
+pkgrel=2
+pkgdesc=An intelligent Chinese Encoding converter
+url=http://libhz.googlecode.com/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('pkgconfig')
+source=(${url}/files/${pkgname}-${pkgver}.tar.gz
+   autoconvert.patch)
+md5sums=('1f4aa2332afc076910b5d510b8c81966'
+'1f7c39af01d6845c064da59224ae503b')
+
+build() {
+  cd ${srcdir}/autoconvert-${pkgver}
+
+  patch -Np1 -i ../autoconvert.patch
+  make
+}
+
+package() {
+  cd ${srcdir}/autoconvert-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: zh-autoconvert/repos/community-i686/autoconvert.patch (from rev 93837, 
zh-autoconvert/trunk/autoconvert.patch)
===
--- community-i686/autoconvert.patch(rev 0)
+++ community-i686/autoconvert.patch2013-07-11 01:56:22 UTC (rev 93838)
@@ -0,0 +1,37 @@
+--- autoconvert-0.3.16/Makefile2001-04-28 09:45:46.0 +0800
 autoconvert-0.3.16-fix/Makefile2011-05-01 11:25:23.432934576 +0800
+@@ -5,7 +5,7 @@
+ 
+ .PHONY: all hzlib clean install-home install
+ 
+-all: autob5 autogb hzlib  xchat-plugins
++all: autob5 autogb hzlib
+ 
+ autob5: autogb
+   rm -f autob5;ln -s autogb autob5
+@@ -15,8 +15,6 @@
+   $(CC) $(CFLAG) autogb.c lib/libhz.a -o autogb
+ hzlib:
+   cd hzconvert;make
+-xchat-plugins: 
+-  cd contrib/xchat-plugins;make
+ clean:
+   rm -f autob5 autogb *.o *~
+   rm -f include/*~
+@@ -30,12 +28,13 @@
+   ln -s $(HOME)/bin/autogb $(HOME)/bin/autob5
+   chmod 755 $(HOME)/bin/autogb 
+ install:
++  mkdir -p $(DESTDIR)/usr/bin
++  mkdir -p $(DESTDIR)/usr/lib
++  mkdir -p $(DESTDIR)/usr/include
+   install -m 755 autogb $(DESTDIR)/usr/bin
+   install -m 755 lib/libhz.so.0.0 $(DESTDIR)/usr/lib
+   cd $(DESTDIR)/usr/lib;ln -s  libhz.so.0.0 libhz.so.0
+   cd $(DESTDIR)/usr/lib;ln -s  libhz.so.0 libhz.so
+-  install -m 755 lib/libhz.a $(DESTDIR)/usr/lib
+-  install -m 755 contrib/xchat-plugins/xchat-autogb.so 
$(DESTDIR)/usr/share/zh-autoconvert
+-  install -m 755 contrib/xchat-plugins/xchat-autob5.so 
$(DESTDIR)/usr/share/zh-autoconvert
++  install -m 644 lib/libhz.a $(DESTDIR)/usr/lib
+   install -m 644 include/*.h  $(DESTDIR)/usr/include
+   ln -s autogb $(DESTDIR)/usr/bin/autob5

Copied: zh-autoconvert/repos/community-x86_64/PKGBUILD (from rev 93837, 
zh-autoconvert/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-11 01:56:22 UTC (rev 93838)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: CUI Hao cuihao.leo at gmail dot com
+# Contributor: Kandu 1123monkey at 163 dot com
+
+pkgname=zh-autoconvert
+pkgver=0.3.16
+pkgrel=2
+pkgdesc=An intelligent Chinese Encoding converter
+url=http://libhz.googlecode.com/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('pkgconfig')
+source=(${url}/files/${pkgname}-${pkgver}.tar.gz
+   autoconvert.patch)
+md5sums=('1f4aa2332afc076910b5d510b8c81966'
+'1f7c39af01d6845c064da59224ae503b')
+
+build() {
+  cd ${srcdir}/autoconvert-${pkgver}
+
+  patch -Np1 -i ../autoconvert.patch
+  make
+}
+
+package() {
+  cd ${srcdir}/autoconvert-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Copied: 

[arch-commits] Commit in (4 files)

2013-07-10 Thread Felix Yan
Date: Thursday, July 11, 2013 @ 04:03:56
  Author: fyan
Revision: 93839

addpkg: man-pages-zh (man-pages-zh_cn/man-pages-zh_tw) 1.5.2-3

Added:
  man-pages-zh/
  man-pages-zh/repos/
  man-pages-zh/trunk/
  man-pages-zh/trunk/PKGBUILD

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

Added: man-pages-zh/trunk/PKGBUILD
===
--- man-pages-zh/trunk/PKGBUILD (rev 0)
+++ man-pages-zh/trunk/PKGBUILD 2013-07-11 02:03:56 UTC (rev 93839)
@@ -0,0 +1,72 @@
+# Contributor: dick...@gmail.com
+# Maintainer:  cuihao cuihao dot leo at gmail dot com
+
+pkgbase=man-pages-zh
+pkgname=(man-pages-zh_cn man-pages-zh_tw)
+_pkgname=manpages-zh
+pkgver=1.5.2
+pkgrel=3
+arch=('any')
+url=('https://github.com/lidaobing/manpages-zh')
+license=('GPL2')
+makedepends=(zh-autoconvert)
+depends=('man-db')
+conflicts=('man-pages-zh', 'manpages-zh')
+source=(https://github.com/downloads/lidaobing/${_pkgname}/${_pkgname}-${pkgver}.tar.bz2;)
+md5sums=('cab232c7bb49b214c2f7ee44f7f35900')
+
+build() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package_man-pages-zh_cn() {
+pkgdesc='Simplified Chinese Linux man pages'
+
+cd ${srcdir}/${_pkgname}-${pkgver}
+make install DESTDIR=${pkgdir}
+
+rm -r ${pkgdir}/usr/share/man/zh_TW
+
+# remove conflicted files with shadow
+cd ${pkgdir}/usr/share/man/zh_CN
+rm -f \
+./man1/chfn* \
+./man1/chsh* \
+./man1/groups* \
+./man1/newgrp* \
+./man5/passwd* \
+./man8/chpasswd* \
+./man8/groupadd* \
+./man8/groupdel* \
+./man8/groupmod* \
+./man8/useradd* \
+./man8/userdel* \
+./man8/usermod*
+}
+
+package_man-pages-zh_tw() {
+pkgdesc='Traditional Chinese Linux man pages'
+
+cd ${srcdir}/${_pkgname}-${pkgver}
+make install DESTDIR=${pkgdir}
+
+rm -r ${pkgdir}/usr/share/man/zh_CN
+
+# remove conflicted files with shadow
+cd ${pkgdir}/usr/share/man/zh_TW
+rm -f \
+./man1/chfn* \
+./man1/chsh* \
+./man1/groups* \
+./man1/newgrp* \
+./man5/passwd* \
+./man8/chpasswd* \
+./man8/groupadd* \
+./man8/groupdel* \
+./man8/groupmod* \
+./man8/useradd* \
+./man8/userdel* \
+./man8/usermod*
+}



[arch-commits] Commit in man-pages-zh/repos (community-any community-any/PKGBUILD)

2013-07-10 Thread Felix Yan
Date: Thursday, July 11, 2013 @ 04:06:29
  Author: fyan
Revision: 93840

archrelease: copy trunk to community-any

Added:
  man-pages-zh/repos/community-any/
  man-pages-zh/repos/community-any/PKGBUILD
(from rev 93839, man-pages-zh/trunk/PKGBUILD)

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

Copied: man-pages-zh/repos/community-any/PKGBUILD (from rev 93839, 
man-pages-zh/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-07-11 02:06:29 UTC (rev 93840)
@@ -0,0 +1,72 @@
+# Contributor: dick...@gmail.com
+# Maintainer:  cuihao cuihao dot leo at gmail dot com
+
+pkgbase=man-pages-zh
+pkgname=(man-pages-zh_cn man-pages-zh_tw)
+_pkgname=manpages-zh
+pkgver=1.5.2
+pkgrel=3
+arch=('any')
+url=('https://github.com/lidaobing/manpages-zh')
+license=('GPL2')
+makedepends=(zh-autoconvert)
+depends=('man-db')
+conflicts=('man-pages-zh', 'manpages-zh')
+source=(https://github.com/downloads/lidaobing/${_pkgname}/${_pkgname}-${pkgver}.tar.bz2;)
+md5sums=('cab232c7bb49b214c2f7ee44f7f35900')
+
+build() {
+cd ${srcdir}/${_pkgname}-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package_man-pages-zh_cn() {
+pkgdesc='Simplified Chinese Linux man pages'
+
+cd ${srcdir}/${_pkgname}-${pkgver}
+make install DESTDIR=${pkgdir}
+
+rm -r ${pkgdir}/usr/share/man/zh_TW
+
+# remove conflicted files with shadow
+cd ${pkgdir}/usr/share/man/zh_CN
+rm -f \
+./man1/chfn* \
+./man1/chsh* \
+./man1/groups* \
+./man1/newgrp* \
+./man5/passwd* \
+./man8/chpasswd* \
+./man8/groupadd* \
+./man8/groupdel* \
+./man8/groupmod* \
+./man8/useradd* \
+./man8/userdel* \
+./man8/usermod*
+}
+
+package_man-pages-zh_tw() {
+pkgdesc='Traditional Chinese Linux man pages'
+
+cd ${srcdir}/${_pkgname}-${pkgver}
+make install DESTDIR=${pkgdir}
+
+rm -r ${pkgdir}/usr/share/man/zh_CN
+
+# remove conflicted files with shadow
+cd ${pkgdir}/usr/share/man/zh_TW
+rm -f \
+./man1/chfn* \
+./man1/chsh* \
+./man1/groups* \
+./man1/newgrp* \
+./man5/passwd* \
+./man8/chpasswd* \
+./man8/groupadd* \
+./man8/groupdel* \
+./man8/groupmod* \
+./man8/useradd* \
+./man8/userdel* \
+./man8/usermod*
+}



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

2013-07-10 Thread Felix Yan
Date: Thursday, July 11, 2013 @ 04:19:47
  Author: fyan
Revision: 93841

add new modules for fcitx

Modified:
  fcitx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-11 02:06:29 UTC (rev 93840)
+++ PKGBUILD2013-07-11 02:19:47 UTC (rev 93841)
@@ -69,11 +69,14 @@
  'fcitx-gtk2: GTK2 IM Module for fcitx'
  'fcitx-gtk3: GTK3 IM Module for fcitx'
  'fcitx-hangul: Hangul (Korean) support for fcitx'
+ 'fcitx-kkc: libkkc (Japanese Kana Kanji input method) engine for 
fcitx'
  'fcitx-libpinyin: Fcitx Wrapper for libpinyin, Library to deal 
with pinyin'
  'fcitx-m17n: Multilingual text processing library'
  'fcitx-mozc: Fcitx Module of A Japanese Input Method for Chromium 
OS, Windows, Mac and Linux (the Open Source Edition of Google Japanese Input)'
  'fcitx-qt4: QT4 IM Module for fcitx'
+ 'fcitx-qt5: QT5 IM Module for fcitx'
  'fcitx-rime: Rime input method engine (Traditional Chinese)'
+ 'fcitx-sayura: Sinhala Transe IME engine for fcitx'
  'fcitx-sunpinyin: Statistical Language Model based pinyin IME by 
Sun'
  'fcitx-table-extra: Extra tables for Fcitx, including Boshiamy, 
Zhengma, Cangjie3, Cangjie5'
  'fcitx-table-other: Provides some other tables for Fcitx, fork 
from ibus-table-others, scim-tables'



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

2013-07-10 Thread Felix Yan
Date: Thursday, July 11, 2013 @ 04:50:20
  Author: fyan
Revision: 93842

upgpkg: ibus-kkc 1.5.16-1

Modified:
  ibus-kkc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-11 02:19:47 UTC (rev 93841)
+++ PKGBUILD2013-07-11 02:50:20 UTC (rev 93842)
@@ -2,7 +2,7 @@
 # Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
 
 pkgname=ibus-kkc
-pkgver=1.5.15
+pkgver=1.5.16
 pkgrel=1
 pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
 arch=('i686' 'x86_64')
@@ -24,4 +24,4 @@
   make DESTDIR=$pkgdir install
 }
 
-md5sums=('b5014e47c80d01d0774ac539d6ee7f5f')
+sha512sums=('e4106f4e40c5de807489f7c27b730dc7f29db6c89c30207d797e1bcced75a195fedd9ae48a5c70821d7357a2b2fad66748f75c74d959f3cdea9444bd1305e267')



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

2013-07-10 Thread Felix Yan
Date: Thursday, July 11, 2013 @ 04:53:38
  Author: fyan
Revision: 93843

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

Added:
  ibus-kkc/repos/community-i686/PKGBUILD
(from rev 93842, ibus-kkc/trunk/PKGBUILD)
  ibus-kkc/repos/community-x86_64/PKGBUILD
(from rev 93842, ibus-kkc/trunk/PKGBUILD)
Deleted:
  ibus-kkc/repos/community-i686/PKGBUILD
  ibus-kkc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-11 02:50:20 UTC (rev 93842)
+++ community-i686/PKGBUILD 2013-07-11 02:53:38 UTC (rev 93843)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-
-pkgname=ibus-kkc
-pkgver=1.5.15
-pkgrel=1
-pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
-arch=('i686' 'x86_64')
-url=https://bitbucket.org/libkkc;
-license=('GPL')
-options=(!libtool)
-depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
-makedepends=('vala' 'intltool')
-source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('b5014e47c80d01d0774ac539d6ee7f5f')

Copied: ibus-kkc/repos/community-i686/PKGBUILD (from rev 93842, 
ibus-kkc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-11 02:53:38 UTC (rev 93843)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgname=ibus-kkc
+pkgver=1.5.16
+pkgrel=1
+pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/libkkc;
+license=('GPL')
+options=(!libtool)
+depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
+makedepends=('vala' 'intltool')
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('e4106f4e40c5de807489f7c27b730dc7f29db6c89c30207d797e1bcced75a195fedd9ae48a5c70821d7357a2b2fad66748f75c74d959f3cdea9444bd1305e267')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-11 02:50:20 UTC (rev 93842)
+++ community-x86_64/PKGBUILD   2013-07-11 02:53:38 UTC (rev 93843)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
-
-pkgname=ibus-kkc
-pkgver=1.5.15
-pkgrel=1
-pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
-arch=('i686' 'x86_64')
-url=https://bitbucket.org/libkkc;
-license=('GPL')
-options=(!libtool)
-depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
-makedepends=('vala' 'intltool')
-source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-md5sums=('b5014e47c80d01d0774ac539d6ee7f5f')

Copied: ibus-kkc/repos/community-x86_64/PKGBUILD (from rev 93842, 
ibus-kkc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-11 02:53:38 UTC (rev 93843)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+pkgname=ibus-kkc
+pkgver=1.5.16
+pkgrel=1
+pkgdesc=libkkc (Japanese Kana Kanji input method) engine for ibus
+arch=('i686' 'x86_64')
+url=https://bitbucket.org/libkkc;
+license=('GPL')
+options=(!libtool)
+depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo')
+makedepends=('vala' 'intltool')
+source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+

  1   2   >