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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 08:45:06
  Author: tpowa
Revision: 182916

upgpkg: nfs-utils 1.2.7-1

added prepare function, removed rc.d scripts, bump to latest version

Modified:
  nfs-utils/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 05:57:47 UTC (rev 182915)
+++ PKGBUILD2013-04-16 06:45:06 UTC (rev 182916)
@@ -6,8 +6,8 @@
 # Contributor: Marco Lima cipparello gmail com
 
 pkgname=nfs-utils
-pkgver=1.2.6
-pkgrel=4
+pkgver=1.2.7
+pkgrel=1
 pkgdesc=Support programs for Network File Systems
 arch=('i686' 'x86_64')
 url='http://nfs.sourceforge.net'
@@ -16,9 +16,7 @@
 depends=('glibc' 'e2fsprogs' 'rpcbind' 'libtirpc=0.2.1' 
'librpcsecgss=0.19-2' 'nfsidmap' 'libevent=2.0.10' 'libgssglue' 
'device-mapper')
 makedepends=('pkgconfig' 'autoconf' 'automake')
 
source=(http://downloads.sourceforge.net/project/nfs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2
-   nfs-common
nfs-common.conf
-   nfs-server
nfs-server.conf
exports
idmapd.conf
@@ -37,10 +35,8 @@
blkmapd.service
nfs-utils.conf)
 install=nfs-utils.install
-md5sums=('8be543ca270c2234ff18f8c8d35e0d37'
- 'dd0d65fc6e8f422fa12520813098264b'
+md5sums=('3b5ca797197765dc0c3a4122720c7716'
  'f73f197a16b02c3e248488ec35c4cf43'
- 'e619f18354ff958ed624d05d08853d8f'
  '9cef69bc686cc5dcac23fbb51450747d'
  'ff585faf410a62c4333a027c50b56bae'
  'eb4f4027fab6fc1201f1ca04f5954c76'
@@ -59,13 +55,16 @@
  '8ffc2ebe932d29efe17d6f3f23d5b975'
  '8ac484023d786766d287ccbe878ae4ba')
 
-build() {
+prepare() {
   cd $srcdir/${pkgname}-${pkgver}
   patch -Np1 -i ../nfs-utils-1.1.4-mtab-sym.patch
   #patch -Np1 -i ../nfs-utils-1.1.4-no-exec.patch
   # arch specific patch
   patch -Np0 -i $srcdir/start-statd.patch
+}
 
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
   ./configure --prefix=/usr --enable-nfsv4 --enable-nfsv41 --enable-gss \
   --without-tcp-wrappers --with-statedir=/var/lib/nfs \
   --enable-ipv6 --sysconfdir=/etc --enable-libmount-mount \
@@ -83,9 +82,6 @@
   # support python2 (FS#25120)
   sed -i '1s/python$/python2/' $pkgdir/usr/sbin/{nfsiostat,mountstats}
 
-  # NFS  NFSv4 init scripts
-  install -D -m 755 ../nfs-common $pkgdir/etc/rc.d/nfs-common
-  install -D -m 755 ../nfs-server $pkgdir/etc/rc.d/nfs-server
   # Configuration
   install -D -m 644 ../exports $pkgdir/etc/exports
   install -D -m 644 ../idmapd.conf $pkgdir/etc/idmapd.conf



[arch-commits] Commit in nfs-utils/repos (46 files)

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 08:45:41
  Author: tpowa
Revision: 182917

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

Added:
  nfs-utils/repos/testing-i686/
  nfs-utils/repos/testing-i686/PKGBUILD
(from rev 182916, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-i686/blkmapd.service
(from rev 182916, nfs-utils/trunk/blkmapd.service)
  nfs-utils/repos/testing-i686/exports
(from rev 182916, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-i686/idmapd.conf
(from rev 182916, nfs-utils/trunk/idmapd.conf)
  nfs-utils/repos/testing-i686/nfs
(from rev 182916, nfs-utils/trunk/nfs)
  nfs-utils/repos/testing-i686/nfs-common
(from rev 182916, nfs-utils/trunk/nfs-common)
  nfs-utils/repos/testing-i686/nfs-common.conf
(from rev 182916, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-i686/nfs-server
(from rev 182916, nfs-utils/trunk/nfs-server)
  nfs-utils/repos/testing-i686/nfs-server.conf
(from rev 182916, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-i686/nfs-utils-1.1.4-mtab-sym.patch
(from rev 182916, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/testing-i686/nfs-utils-1.1.4-no-exec.patch
(from rev 182916, nfs-utils/trunk/nfs-utils-1.1.4-no-exec.patch)
  nfs-utils/repos/testing-i686/nfs-utils.conf
(from rev 182916, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-i686/nfs-utils.install
(from rev 182916, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-i686/nfsd.service
(from rev 182916, nfs-utils/trunk/nfsd.service)
  nfs-utils/repos/testing-i686/proc-fs-nfsd.mount
(from rev 182916, nfs-utils/trunk/proc-fs-nfsd.mount)
  nfs-utils/repos/testing-i686/rpc-gssd.service
(from rev 182916, nfs-utils/trunk/rpc-gssd.service)
  nfs-utils/repos/testing-i686/rpc-idmapd.service
(from rev 182916, nfs-utils/trunk/rpc-idmapd.service)
  nfs-utils/repos/testing-i686/rpc-mountd.service
(from rev 182916, nfs-utils/trunk/rpc-mountd.service)
  nfs-utils/repos/testing-i686/rpc-statd.service
(from rev 182916, nfs-utils/trunk/rpc-statd.service)
  nfs-utils/repos/testing-i686/rpc-svcgssd.service
(from rev 182916, nfs-utils/trunk/rpc-svcgssd.service)
  nfs-utils/repos/testing-i686/start-statd.patch
(from rev 182916, nfs-utils/trunk/start-statd.patch)
  nfs-utils/repos/testing-i686/var-lib-nfs-rpc_pipefs.mount
(from rev 182916, nfs-utils/trunk/var-lib-nfs-rpc_pipefs.mount)
  nfs-utils/repos/testing-x86_64/
  nfs-utils/repos/testing-x86_64/PKGBUILD
(from rev 182916, nfs-utils/trunk/PKGBUILD)
  nfs-utils/repos/testing-x86_64/blkmapd.service
(from rev 182916, nfs-utils/trunk/blkmapd.service)
  nfs-utils/repos/testing-x86_64/exports
(from rev 182916, nfs-utils/trunk/exports)
  nfs-utils/repos/testing-x86_64/idmapd.conf
(from rev 182916, nfs-utils/trunk/idmapd.conf)
  nfs-utils/repos/testing-x86_64/nfs
(from rev 182916, nfs-utils/trunk/nfs)
  nfs-utils/repos/testing-x86_64/nfs-common
(from rev 182916, nfs-utils/trunk/nfs-common)
  nfs-utils/repos/testing-x86_64/nfs-common.conf
(from rev 182916, nfs-utils/trunk/nfs-common.conf)
  nfs-utils/repos/testing-x86_64/nfs-server
(from rev 182916, nfs-utils/trunk/nfs-server)
  nfs-utils/repos/testing-x86_64/nfs-server.conf
(from rev 182916, nfs-utils/trunk/nfs-server.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-mtab-sym.patch
(from rev 182916, nfs-utils/trunk/nfs-utils-1.1.4-mtab-sym.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils-1.1.4-no-exec.patch
(from rev 182916, nfs-utils/trunk/nfs-utils-1.1.4-no-exec.patch)
  nfs-utils/repos/testing-x86_64/nfs-utils.conf
(from rev 182916, nfs-utils/trunk/nfs-utils.conf)
  nfs-utils/repos/testing-x86_64/nfs-utils.install
(from rev 182916, nfs-utils/trunk/nfs-utils.install)
  nfs-utils/repos/testing-x86_64/nfsd.service
(from rev 182916, nfs-utils/trunk/nfsd.service)
  nfs-utils/repos/testing-x86_64/proc-fs-nfsd.mount
(from rev 182916, nfs-utils/trunk/proc-fs-nfsd.mount)
  nfs-utils/repos/testing-x86_64/rpc-gssd.service
(from rev 182916, nfs-utils/trunk/rpc-gssd.service)
  nfs-utils/repos/testing-x86_64/rpc-idmapd.service
(from rev 182916, nfs-utils/trunk/rpc-idmapd.service)
  nfs-utils/repos/testing-x86_64/rpc-mountd.service
(from rev 182916, nfs-utils/trunk/rpc-mountd.service)
  nfs-utils/repos/testing-x86_64/rpc-statd.service
(from rev 182916, nfs-utils/trunk/rpc-statd.service)
  nfs-utils/repos/testing-x86_64/rpc-svcgssd.service
(from rev 182916, nfs-utils/trunk/rpc-svcgssd.service)
  nfs-utils/repos/testing-x86_64/start-statd.patch
(from rev 182916, nfs-utils/trunk/start-statd.patch)
  nfs-utils/repos/testing-x86_64/var-lib-nfs-rpc_pipefs.mount
(from rev 182916, nfs-utils/trunk/var-lib-nfs-rpc_pipefs.mount)

---+
 testing-i686/PKGBUILD |  101 +++
 testing-i686/blkmapd.service  |   11 
 testing-i686/exports  

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

2013-04-16 Thread Ray Rashif
Date: Tuesday, April 16, 2013 @ 08:54:16
  Author: schiv
Revision: 88296

upgpkg: nfoview 1.12.1-1

upstream release

Modified:
  nfoview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 02:34:03 UTC (rev 88295)
+++ PKGBUILD2013-04-16 06:54:16 UTC (rev 88296)
@@ -4,7 +4,7 @@
 # Contributor: VuDu vudu.cu...@gmail.com
 
 pkgname=nfoview
-pkgver=1.12
+pkgver=1.12.1
 _basever=1.12
 pkgrel=1
 pkgdesc=Simple NFO file viewer in GTK+ 3
@@ -17,7 +17,7 @@
 install=$pkgname.install
 source=(http://download.gna.org/$pkgname/$_basever/$pkgname-$pkgver.tar.xz;
 'x-nfo.desktop')
-md5sums=('9b7089e9ac6a3fa40718505a2961cc46'
+md5sums=('f67b8d9e2c677109a30a68779ff660d7'
  '29d0ad75aeecfaf21965c01173d23e48')
 
 package() {



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

2013-04-16 Thread Ray Rashif
Date: Tuesday, April 16, 2013 @ 08:56:11
  Author: schiv
Revision: 88297

archrelease: copy trunk to community-any

Added:
  nfoview/repos/community-any/PKGBUILD
(from rev 88296, nfoview/trunk/PKGBUILD)
  nfoview/repos/community-any/nfoview.install
(from rev 88296, nfoview/trunk/nfoview.install)
  nfoview/repos/community-any/x-nfo.desktop
(from rev 88296, nfoview/trunk/x-nfo.desktop)
Deleted:
  nfoview/repos/community-any/PKGBUILD
  nfoview/repos/community-any/nfoview.install
  nfoview/repos/community-any/x-nfo.desktop

-+
 PKGBUILD|   64 +++---
 nfoview.install |   26 ++---
 x-nfo.desktop   |   14 +--
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-16 06:54:16 UTC (rev 88296)
+++ PKGBUILD2013-04-16 06:56:11 UTC (rev 88297)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Wes Brewer brew...@gmail.com
-# Contributor: VuDu vudu.cu...@gmail.com
-
-pkgname=nfoview
-pkgver=1.12
-_basever=1.12
-pkgrel=1
-pkgdesc=Simple NFO file viewer in GTK+ 3
-arch=('any')
-url=http://home.gna.org/nfoview/;
-license=('GPL3')
-depends=('gtk3' 'python-gobject' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('terminus-font: recommended font')
-install=$pkgname.install
-source=(http://download.gna.org/$pkgname/$_basever/$pkgname-$pkgver.tar.xz;
-'x-nfo.desktop')
-md5sums=('9b7089e9ac6a3fa40718505a2961cc46'
- '29d0ad75aeecfaf21965c01173d23e48')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python3 ./setup.py install --root $pkgdir --optimize 1
-
-  install -Dm644 $srcdir/x-nfo.desktop \
-$pkgdir/usr/share/mimelnk/text/x-nfo.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nfoview/repos/community-any/PKGBUILD (from rev 88296, 
nfoview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-16 06:56:11 UTC (rev 88297)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Wes Brewer brew...@gmail.com
+# Contributor: VuDu vudu.cu...@gmail.com
+
+pkgname=nfoview
+pkgver=1.12.1
+_basever=1.12
+pkgrel=1
+pkgdesc=Simple NFO file viewer in GTK+ 3
+arch=('any')
+url=http://home.gna.org/nfoview/;
+license=('GPL3')
+depends=('gtk3' 'python-gobject' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('terminus-font: recommended font')
+install=$pkgname.install
+source=(http://download.gna.org/$pkgname/$_basever/$pkgname-$pkgver.tar.xz;
+'x-nfo.desktop')
+md5sums=('f67b8d9e2c677109a30a68779ff660d7'
+ '29d0ad75aeecfaf21965c01173d23e48')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  python3 ./setup.py install --root $pkgdir --optimize 1
+
+  install -Dm644 $srcdir/x-nfo.desktop \
+$pkgdir/usr/share/mimelnk/text/x-nfo.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: nfoview.install
===
--- nfoview.install 2013-04-16 06:54:16 UTC (rev 88296)
+++ nfoview.install 2013-04-16 06:56:11 UTC (rev 88297)
@@ -1,13 +0,0 @@
-post_install() {
-  echoUpdating desktop database...
-  update-desktop-database -q usr/share/applications
-  gtk-update-icon-cache
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: nfoview/repos/community-any/nfoview.install (from rev 88296, 
nfoview/trunk/nfoview.install)
===
--- nfoview.install (rev 0)
+++ nfoview.install 2013-04-16 06:56:11 UTC (rev 88297)
@@ -0,0 +1,13 @@
+post_install() {
+  echoUpdating desktop database...
+  update-desktop-database -q usr/share/applications
+  gtk-update-icon-cache
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: x-nfo.desktop
===
--- x-nfo.desktop   2013-04-16 06:54:16 UTC (rev 88296)
+++ x-nfo.desktop   2013-04-16 06:56:11 UTC (rev 88297)
@@ -1,7 +0,0 @@
-[Desktop Entry]
-Comment=NFO document
-DefaultApp=nfoview
-Type=MimeType
-MimeType=text/x-nfo
-Patterns=*.nfo;
-X-KDE-AutoEmbed=false
\ No newline at end of file

Copied: nfoview/repos/community-any/x-nfo.desktop (from rev 88296, 
nfoview/trunk/x-nfo.desktop)
===
--- x-nfo.desktop   (rev 0)
+++ x-nfo.desktop   2013-04-16 06:56:11 UTC (rev 88297)
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Comment=NFO document
+DefaultApp=nfoview
+Type=MimeType
+MimeType=text/x-nfo
+Patterns=*.nfo;
+X-KDE-AutoEmbed=false
\ No newline at end of file



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 09:09:10
  Author: tpowa
Revision: 182918

upgpkg: mp3splt 2.5.2-1

bump to latest version

Modified:
  mp3splt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 06:45:41 UTC (rev 182917)
+++ PKGBUILD2013-04-16 07:09:10 UTC (rev 182918)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=mp3splt
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc=Commandline tool for splitting mp3 and ogg files without decoding
@@ -22,4 +22,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
 }
-md5sums=('c0c66be0058cbc26ed52cfd2b50659fd')
+md5sums=('cd8eb9f866dddb934357b7cdefb5a370')



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 09:09:21
  Author: tpowa
Revision: 182919

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-16 07:09:10 UTC (rev 182918)
+++ extra-i686/PKGBUILD 2013-04-16 07:09:21 UTC (rev 182919)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=mp3splt
-pkgver=2.5.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=Commandline tool for splitting mp3 and ogg files without decoding
-license=('GPL')
-url=http://mp3splt.sourceforge.net;
-depends=('libmp3splt')
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
-options=('!libtool')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt 
--enable-oggsplt_symlink
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-md5sums=('c0c66be0058cbc26ed52cfd2b50659fd')

Copied: mp3splt/repos/extra-i686/PKGBUILD (from rev 182918, 
mp3splt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-16 07:09:21 UTC (rev 182919)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=mp3splt
+pkgver=2.5.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Commandline tool for splitting mp3 and ogg files without decoding
+license=('GPL')
+url=http://mp3splt.sourceforge.net;
+depends=('libmp3splt')
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
+options=('!libtool')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt 
--enable-oggsplt_symlink
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+md5sums=('cd8eb9f866dddb934357b7cdefb5a370')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-16 07:09:10 UTC (rev 182918)
+++ extra-x86_64/PKGBUILD   2013-04-16 07:09:21 UTC (rev 182919)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=mp3splt
-pkgver=2.5.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc=Commandline tool for splitting mp3 and ogg files without decoding
-license=('GPL')
-url=http://mp3splt.sourceforge.net;
-depends=('libmp3splt')
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
-options=('!libtool')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt 
--enable-oggsplt_symlink
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-md5sums=('c0c66be0058cbc26ed52cfd2b50659fd')

Copied: mp3splt/repos/extra-x86_64/PKGBUILD (from rev 182918, 
mp3splt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-16 07:09:21 UTC (rev 182919)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=mp3splt
+pkgver=2.5.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc=Commandline tool for splitting mp3 and ogg files without decoding
+license=('GPL')
+url=http://mp3splt.sourceforge.net;
+depends=('libmp3splt')
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
+options=('!libtool')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-mp3splt-includes=/usr/include/libmp3splt 
--enable-oggsplt_symlink
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+md5sums=('cd8eb9f866dddb934357b7cdefb5a370')



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 09:09:53
  Author: tpowa
Revision: 182920

upgpkg: libmp3splt 0.8.2-1

bump to latest version

Modified:
  libmp3splt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 07:09:21 UTC (rev 182919)
+++ PKGBUILD2013-04-16 07:09:53 UTC (rev 182920)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=libmp3splt
-pkgver=0.8.1a
+pkgver=0.8.2
 pkgrel=1
 pkgdesc=Library for splitting mp3 and ogg files without decoding
 arch=('i686' 'x86_64')
@@ -13,10 +13,14 @@
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
   libtoolize --copy --force
   ./autogen.sh
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
@@ -25,4 +29,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir/ install
 }
-md5sums=('5889dad7fc9443cd61987309622aa382')
+md5sums=('562b39b6788f8128b7185b83f14ca516')



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 09:10:02
  Author: tpowa
Revision: 182921

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-16 07:09:53 UTC (rev 182920)
+++ extra-i686/PKGBUILD 2013-04-16 07:10:02 UTC (rev 182921)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libmp3splt
-pkgver=0.8.1a
-pkgrel=1
-pkgdesc=Library for splitting mp3 and ogg files without decoding
-arch=('i686' 'x86_64')
-url=http://mp3splt.sourceforge.net;
-license=('GPL')
-depends=('libmad' 'libvorbis' 'libid3tag' 'pcre' 'libltdl')
-makedepends=('libtool')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  libtoolize --copy --force
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() { 
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-md5sums=('5889dad7fc9443cd61987309622aa382')

Copied: libmp3splt/repos/extra-i686/PKGBUILD (from rev 182920, 
libmp3splt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-16 07:10:02 UTC (rev 182921)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libmp3splt
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=Library for splitting mp3 and ogg files without decoding
+arch=('i686' 'x86_64')
+url=http://mp3splt.sourceforge.net;
+license=('GPL')
+depends=('libmad' 'libvorbis' 'libid3tag' 'pcre' 'libltdl')
+makedepends=('libtool')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  libtoolize --copy --force
+  ./autogen.sh
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() { 
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+md5sums=('562b39b6788f8128b7185b83f14ca516')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-04-16 07:09:53 UTC (rev 182920)
+++ extra-x86_64/PKGBUILD   2013-04-16 07:10:02 UTC (rev 182921)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=libmp3splt
-pkgver=0.8.1a
-pkgrel=1
-pkgdesc=Library for splitting mp3 and ogg files without decoding
-arch=('i686' 'x86_64')
-url=http://mp3splt.sourceforge.net;
-license=('GPL')
-depends=('libmad' 'libvorbis' 'libid3tag' 'pcre' 'libltdl')
-makedepends=('libtool')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  libtoolize --copy --force
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() { 
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-md5sums=('5889dad7fc9443cd61987309622aa382')

Copied: libmp3splt/repos/extra-x86_64/PKGBUILD (from rev 182920, 
libmp3splt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-04-16 07:10:02 UTC (rev 182921)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libmp3splt
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=Library for splitting mp3 and ogg files without decoding
+arch=('i686' 'x86_64')
+url=http://mp3splt.sourceforge.net;
+license=('GPL')
+depends=('libmad' 'libvorbis' 'libid3tag' 'pcre' 'libltdl')
+makedepends=('libtool')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz;)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  libtoolize --copy --force
+  ./autogen.sh
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() { 
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+md5sums=('562b39b6788f8128b7185b83f14ca516')



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 09:15:56
  Author: tpowa
Revision: 182922

upgpkg: lensfun 0.2.7-1

bump to latest version

Modified:
  lensfun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 07:10:02 UTC (rev 182921)
+++ PKGBUILD2013-04-16 07:15:56 UTC (rev 182922)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=lensfun
-pkgver=0.2.6
+pkgver=0.2.7
 pkgrel=1
 pkgdesc=Database of photographic lenses and a library that allows advanced 
access to the database
 arch=(i686 x86_64)
@@ -12,10 +12,14 @@
 makedepends=('python2' 'libpng' 'doxygen')
 source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
+}
+
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
-./configure \
+   ./configure \
 --prefix=/usr \
 --libdir=/usr/lib
 make all
@@ -25,4 +29,4 @@
 cd ${srcdir}/${pkgname}-${pkgver}
 make INSTALL_PREFIX=$pkgdir install
 }
-md5sums=('740e4749db04da0a597630dd6339b966')
+md5sums=('6061cc2d00a42d3e62512878426fc841')



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 09:16:05
  Author: tpowa
Revision: 182923

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

Added:
  lensfun/repos/extra-i686/PKGBUILD
(from rev 182922, lensfun/trunk/PKGBUILD)
  lensfun/repos/extra-i686/lensfun-0.2.3-as-needed.patch
(from rev 182922, lensfun/trunk/lensfun-0.2.3-as-needed.patch)
  lensfun/repos/extra-i686/lensfun-0.2.3-glibc-2.10.patch
(from rev 182922, lensfun/trunk/lensfun-0.2.3-glibc-2.10.patch)
  lensfun/repos/extra-x86_64/PKGBUILD
(from rev 182922, lensfun/trunk/PKGBUILD)
  lensfun/repos/extra-x86_64/lensfun-0.2.3-as-needed.patch
(from rev 182922, lensfun/trunk/lensfun-0.2.3-as-needed.patch)
  lensfun/repos/extra-x86_64/lensfun-0.2.3-glibc-2.10.patch
(from rev 182922, lensfun/trunk/lensfun-0.2.3-glibc-2.10.patch)
Deleted:
  lensfun/repos/extra-i686/PKGBUILD
  lensfun/repos/extra-i686/lensfun-0.2.3-as-needed.patch
  lensfun/repos/extra-i686/lensfun-0.2.3-glibc-2.10.patch
  lensfun/repos/extra-x86_64/PKGBUILD
  lensfun/repos/extra-x86_64/lensfun-0.2.3-as-needed.patch
  lensfun/repos/extra-x86_64/lensfun-0.2.3-glibc-2.10.patch

-+
 /PKGBUILD   |   64 ++
 /lensfun-0.2.3-as-needed.patch  |   26 ++
 /lensfun-0.2.3-glibc-2.10.patch |   22 
 extra-i686/PKGBUILD |   28 ---
 extra-i686/lensfun-0.2.3-as-needed.patch|   13 -
 extra-i686/lensfun-0.2.3-glibc-2.10.patch   |   11 
 extra-x86_64/PKGBUILD   |   28 ---
 extra-x86_64/lensfun-0.2.3-as-needed.patch  |   13 -
 extra-x86_64/lensfun-0.2.3-glibc-2.10.patch |   11 
 9 files changed, 112 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-16 07:15:56 UTC (rev 182922)
+++ extra-i686/PKGBUILD 2013-04-16 07:16:05 UTC (rev 182923)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=lensfun
-pkgver=0.2.6
-pkgrel=1
-pkgdesc=Database of photographic lenses and a library that allows advanced 
access to the database
-arch=(i686 x86_64)
-url=http://lensfun.berlios.de/;
-license=('LGPL3')
-depends=('glibc' 'glib2')
-makedepends=('python2' 'libpng' 'doxygen')
-source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
-./configure \
---prefix=/usr \
---libdir=/usr/lib
-make all
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make INSTALL_PREFIX=$pkgdir install
-}
-md5sums=('740e4749db04da0a597630dd6339b966')

Copied: lensfun/repos/extra-i686/PKGBUILD (from rev 182922, 
lensfun/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-16 07:16:05 UTC (rev 182923)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=lensfun
+pkgver=0.2.7
+pkgrel=1
+pkgdesc=Database of photographic lenses and a library that allows advanced 
access to the database
+arch=(i686 x86_64)
+url=http://lensfun.berlios.de/;
+license=('LGPL3')
+depends=('glibc' 'glib2')
+makedepends=('python2' 'libpng' 'doxygen')
+source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+--prefix=/usr \
+--libdir=/usr/lib
+make all
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make INSTALL_PREFIX=$pkgdir install
+}
+md5sums=('6061cc2d00a42d3e62512878426fc841')

Deleted: extra-i686/lensfun-0.2.3-as-needed.patch
===
--- extra-i686/lensfun-0.2.3-as-needed.patch2013-04-16 07:15:56 UTC (rev 
182922)
+++ extra-i686/lensfun-0.2.3-as-needed.patch2013-04-16 07:16:05 UTC (rev 
182923)
@@ -1,13 +0,0 @@
-diff -ru lensfun-0.2.3.orig/build/mak/compiler/gcc.mak 
lensfun-0.2.3/build/mak/compiler/gcc.mak
 lensfun-0.2.3.orig/build/mak/compiler/gcc.mak  2009-03-15 
02:42:40.0 +0100
-+++ lensfun-0.2.3/build/mak/compiler/gcc.mak   2009-03-15 02:43:37.0 
+0100
-@@ -71,7 +71,7 @@
- endef
- 
- LINK.GCC.AR = $(GCC.AR) $(GCC.ARFLAGS) $@ $^
--LINK.GCC.EXEC = $(GCC.LD) -o $@ $(GCC.LDFLAGS) $(LDFLAGS) $1 $^ 
$(GCC.LDFLAGS.LIBS) $(LDFLAGS.LIBS) $2
-+LINK.GCC.EXEC = $(GCC.LD) $(LDFLAGS) $^ $2 $(GCC.LDFLAGS.LIBS) 
$(LDFLAGS.LIBS) $(GCC.LDFLAGS) $1 -o $@
- define LINK.GCC.SO
-   $(GCC.LD) -o $@.$(SHARED.$3) -Wl,-soname=$(notdir $@).$(basename 
$(basename $(SHARED.$3))) $(GCC.LDFLAGS.SHARED) $(GCC.LDFLAGS) $(LDFLAGS) $1 
$^ $(GCC.LDFLAGS.LIBS) 

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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 09:39:57
  Author: tpowa
Revision: 182924

upgpkg: qemu 1.4.1-1

bump to latest version

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 07:16:05 UTC (rev 182923)
+++ PKGBUILD2013-04-16 07:39:57 UTC (rev 182924)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=qemu
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
@@ -17,13 +17,18 @@
 replaces=('qemu-kvm')
 options=(!strip)
 
-build()
+prepare()
 {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -i -e 's/lib64/lib/g' ldscripts/x86_64.ld
   # fix building with tex version 5.0
   # https://bugs.launchpad.net/qemu/+bug/1130533
   patch -Np1 -i ${srcdir}/doc-fix-sheepdog-invalid-texi-table-list-syntax.patch
+}
+
+build ()
+{
+  cd ${srcdir}/${pkgname}-${pkgver}  
   ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,pa 
\
   --python=/usr/bin/python2 \
   --audio-card-list=ac97,sb16,es1370,hda \
@@ -52,6 +57,6 @@
 done
 
 }
-md5sums=('78f13b774814b6b7ebcaf4f9b9204318'
+md5sums=('eb2d696956324722b5ecfa46e41f9a75'
  'b431782f310bfc6af4ef21a8068f866b'
  'b316a066d2f1bb57d8f5b7ea1d0d1caf')



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 09:40:13
  Author: tpowa
Revision: 182925

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

Added:
  qemu/repos/extra-i686/65-kvm.rules
(from rev 182924, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-i686/PKGBUILD
(from rev 182924, qemu/trunk/PKGBUILD)
  qemu/repos/extra-i686/doc-fix-sheepdog-invalid-texi-table-list-syntax.patch
(from rev 182924, 
qemu/trunk/doc-fix-sheepdog-invalid-texi-table-list-syntax.patch)
  qemu/repos/extra-i686/qemu.install
(from rev 182924, qemu/trunk/qemu.install)
  qemu/repos/extra-x86_64/65-kvm.rules
(from rev 182924, qemu/trunk/65-kvm.rules)
  qemu/repos/extra-x86_64/PKGBUILD
(from rev 182924, qemu/trunk/PKGBUILD)
  qemu/repos/extra-x86_64/doc-fix-sheepdog-invalid-texi-table-list-syntax.patch
(from rev 182924, 
qemu/trunk/doc-fix-sheepdog-invalid-texi-table-list-syntax.patch)
  qemu/repos/extra-x86_64/qemu.install
(from rev 182924, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/extra-i686/65-kvm.rules
  qemu/repos/extra-i686/PKGBUILD
  qemu/repos/extra-i686/doc-fix-sheepdog-invalid-texi-table-list-syntax.patch
  qemu/repos/extra-i686/qemu.install
  qemu/repos/extra-x86_64/65-kvm.rules
  qemu/repos/extra-x86_64/PKGBUILD
  qemu/repos/extra-x86_64/doc-fix-sheepdog-invalid-texi-table-list-syntax.patch
  qemu/repos/extra-x86_64/qemu.install

+
 /65-kvm.rules  |2 
 /PKGBUILD  |  124 
++
 /doc-fix-sheepdog-invalid-texi-table-list-syntax.patch |   60 
 /qemu.install  |   50 
 extra-i686/65-kvm.rules|1 
 extra-i686/PKGBUILD|   57 
 extra-i686/doc-fix-sheepdog-invalid-texi-table-list-syntax.patch   |   30 --
 extra-i686/qemu.install|   25 --
 extra-x86_64/65-kvm.rules  |1 
 extra-x86_64/PKGBUILD  |   57 
 extra-x86_64/doc-fix-sheepdog-invalid-texi-table-list-syntax.patch |   30 --
 extra-x86_64/qemu.install  |   25 --
 12 files changed, 236 insertions(+), 226 deletions(-)

Deleted: extra-i686/65-kvm.rules
===
--- extra-i686/65-kvm.rules 2013-04-16 07:39:57 UTC (rev 182924)
+++ extra-i686/65-kvm.rules 2013-04-16 07:40:13 UTC (rev 182925)
@@ -1 +0,0 @@
-KERNEL==kvm, GROUP=kvm, MODE=0660

Copied: qemu/repos/extra-i686/65-kvm.rules (from rev 182924, 
qemu/trunk/65-kvm.rules)
===
--- extra-i686/65-kvm.rules (rev 0)
+++ extra-i686/65-kvm.rules 2013-04-16 07:40:13 UTC (rev 182925)
@@ -0,0 +1 @@
+KERNEL==kvm, GROUP=kvm, MODE=0660

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-16 07:39:57 UTC (rev 182924)
+++ extra-i686/PKGBUILD 2013-04-16 07:40:13 UTC (rev 182925)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=qemu
-pkgver=1.4.0
-pkgrel=2
-pkgdesc=A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation.
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url=http://wiki.qemu.org/Index.html;
-makedepends=('texi2html' 'perl' 'python2')
-depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2' 
'gnutls=2.4.1' 'bluez' 'vde2' 'util-linux' 'curl' 'libsasl' 'libgl' 'libpulse' 
'seabios' 'libcap-ng')
-backup=('etc/qemu/target-x86_64.conf')
-install=qemu.install
-source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
-doc-fix-sheepdog-invalid-texi-table-list-syntax.patch
-65-kvm.rules)
-replaces=('qemu-kvm')
-options=(!strip)
-
-build()
-{
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i -e 's/lib64/lib/g' ldscripts/x86_64.ld
-  # fix building with tex version 5.0
-  # https://bugs.launchpad.net/qemu/+bug/1130533
-  patch -Np1 -i ${srcdir}/doc-fix-sheepdog-invalid-texi-table-list-syntax.patch
-  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,pa 
\
-  --python=/usr/bin/python2 \
-  --audio-card-list=ac97,sb16,es1370,hda \
-  --enable-docs --enable-mixemu --libexecdir=/usr/lib/qemu
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} libexecdir=/usr/lib/qemu install
-  rm ${pkgdir}/usr/share/qemu/bios.bin
-
-  install -D -m644 ${srcdir}/65-kvm.rules \
-   ${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules
-  # bridge_helper needs suid
-  # https://bugs.archlinux.org/task/32565
-  chmod u+s 

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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 09:43:41
  Author: tpowa
Revision: 182926

upgpkg: ilmbase 2.0.0-1

bump to latest version

Modified:
  ilmbase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 07:40:13 UTC (rev 182925)
+++ PKGBUILD2013-04-16 07:43:41 UTC (rev 182926)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=ilmbase
-pkgver=1.0.3
+pkgver=2.0.0
 pkgrel=1
 depends=('gcc-libs')
 pkgdesc=Base libraries from ILM for OpenEXR
@@ -10,14 +10,10 @@
 url=http://www.openexr.com;
 license=('custom')
 options=('!libtool')
-source=(https://github.com/downloads/openexr/openexr/$pkgname-$pkgver.tar.gz 
-ilmbase-IexMath.patch)
-md5sums=('d99962ec7e2bfac0647aaabf6b91d5de'
- '9c8efaf15f60bccf79749ec879657962')
+source=(http://download.savannah.nongnu.org/releases/openexr/$pkgname-$pkgver.tar.gz)
 
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
-  patch -p0 -i ${srcdir}/ilmbase-IexMath.patch
   ./configure --prefix=/usr
   make
 }
@@ -33,3 +29,4 @@
   make DESTDIR=${pkgdir} install
   install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
+md5sums=('70f1413840c2a228783d1332b8b168e6')



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 09:43:58
  Author: tpowa
Revision: 182927

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

Added:
  ilmbase/repos/testing-i686/
  ilmbase/repos/testing-i686/PKGBUILD
(from rev 182926, ilmbase/trunk/PKGBUILD)
  ilmbase/repos/testing-i686/ilmbase-IexMath.patch
(from rev 182926, ilmbase/trunk/ilmbase-IexMath.patch)
  ilmbase/repos/testing-x86_64/
  ilmbase/repos/testing-x86_64/PKGBUILD
(from rev 182926, ilmbase/trunk/PKGBUILD)
  ilmbase/repos/testing-x86_64/ilmbase-IexMath.patch
(from rev 182926, ilmbase/trunk/ilmbase-IexMath.patch)

--+
 testing-i686/PKGBUILD|   32 
 testing-i686/ilmbase-IexMath.patch   |   12 
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/ilmbase-IexMath.patch |   12 
 4 files changed, 88 insertions(+)

Copied: ilmbase/repos/testing-i686/PKGBUILD (from rev 182926, 
ilmbase/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-16 07:43:58 UTC (rev 182927)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=ilmbase
+pkgver=2.0.0
+pkgrel=1
+depends=('gcc-libs')
+pkgdesc=Base libraries from ILM for OpenEXR
+arch=(i686 x86_64)
+url=http://www.openexr.com;
+license=('custom')
+options=('!libtool')
+source=(http://download.savannah.nongnu.org/releases/openexr/$pkgname-$pkgver.tar.gz)
 
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/$pkgname-$pkgver
+  # one of the tests fails randomly for an unknown reason
+  make check || true
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+md5sums=('70f1413840c2a228783d1332b8b168e6')

Copied: ilmbase/repos/testing-i686/ilmbase-IexMath.patch (from rev 182926, 
ilmbase/trunk/ilmbase-IexMath.patch)
===
--- testing-i686/ilmbase-IexMath.patch  (rev 0)
+++ testing-i686/ilmbase-IexMath.patch  2013-04-16 07:43:58 UTC (rev 182927)
@@ -0,0 +1,12 @@
+--- IexMath/IexMathFpu.cpp.orig2012-07-26 20:51:55.0 +0200
 IexMath/IexMathFpu.cpp 2012-10-04 15:30:47.0 +0200
+@@ -27,8 +27,7 @@
+ #endif
+ 
+ 
+-#ifdef HAVE_UCONTEXT_H
+-
++#if defined(HAVE_UCONTEXT_H)  (defined(x86_64) || defined(i386_))
+ 
+ #include ucontext.h
+ #include signal.h

Copied: ilmbase/repos/testing-x86_64/PKGBUILD (from rev 182926, 
ilmbase/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-16 07:43:58 UTC (rev 182927)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=ilmbase
+pkgver=2.0.0
+pkgrel=1
+depends=('gcc-libs')
+pkgdesc=Base libraries from ILM for OpenEXR
+arch=(i686 x86_64)
+url=http://www.openexr.com;
+license=('custom')
+options=('!libtool')
+source=(http://download.savannah.nongnu.org/releases/openexr/$pkgname-$pkgver.tar.gz)
 
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/$pkgname-$pkgver
+  # one of the tests fails randomly for an unknown reason
+  make check || true
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+md5sums=('70f1413840c2a228783d1332b8b168e6')

Copied: ilmbase/repos/testing-x86_64/ilmbase-IexMath.patch (from rev 182926, 
ilmbase/trunk/ilmbase-IexMath.patch)
===
--- testing-x86_64/ilmbase-IexMath.patch(rev 0)
+++ testing-x86_64/ilmbase-IexMath.patch2013-04-16 07:43:58 UTC (rev 
182927)
@@ -0,0 +1,12 @@
+--- IexMath/IexMathFpu.cpp.orig2012-07-26 20:51:55.0 +0200
 IexMath/IexMathFpu.cpp 2012-10-04 15:30:47.0 +0200
+@@ -27,8 +27,7 @@
+ #endif
+ 
+ 
+-#ifdef HAVE_UCONTEXT_H
+-
++#if defined(HAVE_UCONTEXT_H)  (defined(x86_64) || defined(i386_))
+ 
+ #include ucontext.h
+ #include signal.h



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 09:48:49
  Author: tpowa
Revision: 182928

upgpkg: openexr 2.0.0-1

bump to latest version

Modified:
  openexr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 07:43:58 UTC (rev 182927)
+++ PKGBUILD2013-04-16 07:48:49 UTC (rev 182928)
@@ -2,20 +2,18 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=openexr
-pkgver=1.7.1
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc=An high dynamic-range image file format library
 url=http://www.openexr.com/;
 arch=('i686' 'x86_64')
 license=('BSD')
 depends=('zlib' 'ilmbase')
 options=('!libtool')
-source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'gcc43.patch')
+source=(http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/gcc43.patch
   ./configure --prefix=/usr
   make
 }
@@ -25,6 +23,4 @@
   make DESTDIR=${pkgdir} install
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
-
-md5sums=('a9e0369dfd68941c50cdaa93e9d7a8d1'
- 'd91fae759053a70bcedcf02eb33ca4a2')
+md5sums=('0820e1a8665236cb9e728534ebf8df18')



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 09:48:55
  Author: tpowa
Revision: 182929

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

Added:
  openexr/repos/testing-i686/
  openexr/repos/testing-i686/PKGBUILD
(from rev 182928, openexr/trunk/PKGBUILD)
  openexr/repos/testing-i686/gcc43.patch
(from rev 182928, openexr/trunk/gcc43.patch)
  openexr/repos/testing-x86_64/
  openexr/repos/testing-x86_64/PKGBUILD
(from rev 182928, openexr/trunk/PKGBUILD)
  openexr/repos/testing-x86_64/gcc43.patch
(from rev 182928, openexr/trunk/gcc43.patch)

+
 testing-i686/PKGBUILD  |   26 ++
 testing-i686/gcc43.patch   |   11 +++
 testing-x86_64/PKGBUILD|   26 ++
 testing-x86_64/gcc43.patch |   11 +++
 4 files changed, 74 insertions(+)

Copied: openexr/repos/testing-i686/PKGBUILD (from rev 182928, 
openexr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-16 07:48:55 UTC (rev 182929)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=openexr
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=An high dynamic-range image file format library
+url=http://www.openexr.com/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'ilmbase')
+options=('!libtool')
+source=(http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+md5sums=('0820e1a8665236cb9e728534ebf8df18')

Copied: openexr/repos/testing-i686/gcc43.patch (from rev 182928, 
openexr/trunk/gcc43.patch)
===
--- testing-i686/gcc43.patch(rev 0)
+++ testing-i686/gcc43.patch2013-04-16 07:48:55 UTC (rev 182929)
@@ -0,0 +1,11 @@
+--- exrenvmap/blurImage.cpp
 exrenvmap/blurImage.cpp
+@@ -39,6 +39,8 @@
+ //
+ 
//-
+ 
++#include cstring
++
+ #include blurImage.h
+ 
+ #include resizeImage.h

Copied: openexr/repos/testing-x86_64/PKGBUILD (from rev 182928, 
openexr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-16 07:48:55 UTC (rev 182929)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=openexr
+pkgver=2.0.0
+pkgrel=1
+pkgdesc=An high dynamic-range image file format library
+url=http://www.openexr.com/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'ilmbase')
+options=('!libtool')
+source=(http://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+md5sums=('0820e1a8665236cb9e728534ebf8df18')

Copied: openexr/repos/testing-x86_64/gcc43.patch (from rev 182928, 
openexr/trunk/gcc43.patch)
===
--- testing-x86_64/gcc43.patch  (rev 0)
+++ testing-x86_64/gcc43.patch  2013-04-16 07:48:55 UTC (rev 182929)
@@ -0,0 +1,11 @@
+--- exrenvmap/blurImage.cpp
 exrenvmap/blurImage.cpp
+@@ -39,6 +39,8 @@
+ //
+ 
//-
+ 
++#include cstring
++
+ #include blurImage.h
+ 
+ #include resizeImage.h



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

2013-04-16 Thread Florian Pritz
Date: Tuesday, April 16, 2013 @ 10:13:33
  Author: bluewind
Revision: 88298

upgpkg: vimpager 1.8.1-1

upstream update

Modified:
  vimpager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 06:56:11 UTC (rev 88297)
+++ PKGBUILD2013-04-16 08:13:33 UTC (rev 88298)
@@ -3,7 +3,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=vimpager
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc=A vim-based script to use as a PAGER.
 arch=('any')
@@ -14,7 +14,7 @@
 backup=(etc/vimpagerrc)
 
source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
 
license.txt)
-md5sums=('ae024713747062819b3b75e814c7043d'
+md5sums=('07f66f6ca4623a97951dfc9ac503ccf2'
  'cd49910a3dde6fe0a7e24ebe8cbf7066')
 
 build() {



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

2013-04-16 Thread Florian Pritz
Date: Tuesday, April 16, 2013 @ 10:13:40
  Author: bluewind
Revision: 88299

archrelease: copy trunk to community-any

Added:
  vimpager/repos/community-any/PKGBUILD
(from rev 88298, vimpager/trunk/PKGBUILD)
  vimpager/repos/community-any/license.txt
(from rev 88298, vimpager/trunk/license.txt)
Deleted:
  vimpager/repos/community-any/PKGBUILD
  vimpager/repos/community-any/license.txt

-+
 PKGBUILD|   74 +++
 license.txt |  574 +-
 2 files changed, 324 insertions(+), 324 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-16 08:13:33 UTC (rev 88298)
+++ PKGBUILD2013-04-16 08:13:40 UTC (rev 88299)
@@ -1,37 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=vimpager
-pkgver=1.8.0
-pkgrel=1
-pkgdesc=A vim-based script to use as a PAGER.
-arch=('any')
-url=http://www.vim.org/scripts/script.php?script_id=1723;
-license=('custom:vim')
-depends=('vim')
-noextract=(vimpager-$pkgver.tar.gz)
-backup=(etc/vimpagerrc)
-source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
 
-   license.txt)
-md5sums=('ae024713747062819b3b75e814c7043d'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-
-build() {
-   cd ${srcdir}
-
-   mkdir -p $srcdir/vimpager-$pkgver
-   bsdtar --strip-components=1 -C $srcdir/vimpager-$pkgver -xf 
vimpager-$pkgver.tar.gz
-
-   cd $srcdir/vimpager-$pkgver
-
-   sed -i s/\r$// vimpager
-}
-
-package() {
-   cd ${srcdir}/vimpager-$pkgver
-
-   make SYSCONFDIR=/etc PREFIX=/usr DESTDIR=$pkgdir install
-
-   install -Dm644 $srcdir/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: vimpager/repos/community-any/PKGBUILD (from rev 88298, 
vimpager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-16 08:13:40 UTC (rev 88299)
@@ -0,0 +1,37 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=vimpager
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=A vim-based script to use as a PAGER.
+arch=('any')
+url=http://www.vim.org/scripts/script.php?script_id=1723;
+license=('custom:vim')
+depends=('vim')
+noextract=(vimpager-$pkgver.tar.gz)
+backup=(etc/vimpagerrc)
+source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
 
+   license.txt)
+md5sums=('07f66f6ca4623a97951dfc9ac503ccf2'
+ 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+
+build() {
+   cd ${srcdir}
+
+   mkdir -p $srcdir/vimpager-$pkgver
+   bsdtar --strip-components=1 -C $srcdir/vimpager-$pkgver -xf 
vimpager-$pkgver.tar.gz
+
+   cd $srcdir/vimpager-$pkgver
+
+   sed -i s/\r$// vimpager
+}
+
+package() {
+   cd ${srcdir}/vimpager-$pkgver
+
+   make SYSCONFDIR=/etc PREFIX=/usr DESTDIR=$pkgdir install
+
+   install -Dm644 $srcdir/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: license.txt
===
--- license.txt 2013-04-16 08:13:33 UTC (rev 88298)
+++ license.txt 2013-04-16 08:13:40 UTC (rev 88299)
@@ -1,287 +0,0 @@
-*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
-
-
- VIM REFERENCE MANUALby Bram Moolenaar
-
-
-   *uganda* *Uganda* *copying* *copyright* *license*
-SUMMARY
-   *iccf* *ICCF*
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-   http://iccf-holland.org/
-   http://www.vim.org/iccf/
-   http://www.iccf.nl/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-that they must include this license text.  You can also distribute
-unmodified parts of Vim, likewise unrestricted except that they must
-include this license text.  You are also allowed to include executables
-that you made from the unmodified Vim sources, plus your own usage
-examples and Vim scripts.
-
-II) It is allowed to distribute a modified (or extended) version of Vim,
-including executables and/or source code, when the following four
-conditions are met:
-1) This license text must be included unmodified.
-2) The 

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

2013-04-16 Thread Maxime Gauduin
Date: Tuesday, April 16, 2013 @ 10:18:19
  Author: alucryd
Revision: 88300

upgpkg: lightdm 1:1.6.0-1

Modified:
  lightdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 08:13:40 UTC (rev 88299)
+++ PKGBUILD2013-04-16 08:18:19 UTC (rev 88300)
@@ -3,8 +3,8 @@
 # Contributor: Morfeo morfe...@hotmail.it
 
 pkgbase=lightdm
-pkgname=('lightdm' 'liblightdm-qt4')
-pkgver=1.4.1
+pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
+pkgver=1.6.0
 pkgrel=1
 epoch=1
 pkgdesc=A lightweight display manager
@@ -12,9 +12,9 @@
 url=https://launchpad.net/lightdm;
 license=('GPL3' 'LGPL3')
 groups=('lightdm')
-makedepends=('gobject-introspection' 'gtk-doc' 'intltool' 'itstool' 
'libxklavier' 'qt4')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool' 'itstool' 
'libxklavier' 'qt4' 'qt5-base' 'yelp-tools')
 options=('!emptydirs' '!libtool')
-source=(https://launchpad.net/lightdm/1.4/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz;
+source=(https://launchpad.net/lightdm/1.6/${pkgver}/+download/${pkgbase}-${pkgver}.tar.xz;
 'lightdm.service'
 'lightdm.tmpfiles'
 'lightdm.pam'
@@ -23,7 +23,7 @@
 'lightdm-default-config.patch'
 'lightdm-lock-screen-before-switch.patch'
 'xsession')
-sha256sums=('f9ca1c03c3330b6265d03048f1ebafda596c436f279b5382bda656ab3a619439'
+sha256sums=('882ece568df0d81c0b6e399ff00b3f89eee6d50efc09ad1c52c61d8753efb419'
 '2e03423cbe88c9fdc3a9684d6d14221aa6e92d105f9d1d53b08747d966c45125'
 'b29521fbd7a48a8f60b93ecca3b30c30bcb71560de8033c8d39b25c22c6f696f'
 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
@@ -38,6 +38,7 @@
 
   patch -Np1 -i ../lightdm-default-config.patch
   patch -Np1 -i ../lightdm-lock-screen-before-switch.patch
+  sed -i 's/MOC5 --qt=qt5/MOC5/' configure
 }
 
 build() {
@@ -95,6 +96,23 @@
   make DESTDIR=${pkgdir} -C liblightdm-gobject install
   make DESTDIR=${pkgdir} -C liblightdm-qt install
   make DESTDIR=${pkgdir} -C liblightdm-gobject uninstall
+  find ${pkgdir} -type d -name *qt5* -exec rm -rf {} +
+  find ${pkgdir} -type f  -name *qt5* -exec rm {} +
+  find ${pkgdir} -type l  -name *qt5* -exec rm {} +
 }
 
+package_liblightdm-qt5() {
+pkgdesc=('LightDM Qt client library')
+depends=('lightdm' 'qt5-base')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} -C liblightdm-gobject install
+  make DESTDIR=${pkgdir} -C liblightdm-qt install
+  make DESTDIR=${pkgdir} -C liblightdm-gobject uninstall
+  find ${pkgdir} -type d -name *qt[!5]* -exec rm -rf {} +
+  find ${pkgdir} -type f  -name *qt[!5]* -exec rm {} +
+  find ${pkgdir} -type l  -name *qt[!5]* -exec rm {} +
+}
+
 # vim: ts=2 sw=2 et:



[arch-commits] Commit in lightdm/repos (40 files)

2013-04-16 Thread Maxime Gauduin
Date: Tuesday, April 16, 2013 @ 10:19:06
  Author: alucryd
Revision: 88301

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

Added:
  lightdm/repos/community-i686/PKGBUILD
(from rev 88300, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-i686/lightdm-autologin.pam
(from rev 88300, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-i686/lightdm-default-config.patch
(from rev 88300, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-i686/lightdm-lock-screen-before-switch.patch
(from rev 88300, lightdm/trunk/lightdm-lock-screen-before-switch.patch)
  lightdm/repos/community-i686/lightdm.install
(from rev 88300, lightdm/trunk/lightdm.install)
  lightdm/repos/community-i686/lightdm.pam
(from rev 88300, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-i686/lightdm.rules
(from rev 88300, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-i686/lightdm.service
(from rev 88300, lightdm/trunk/lightdm.service)
  lightdm/repos/community-i686/lightdm.tmpfiles
(from rev 88300, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-i686/xsession
(from rev 88300, lightdm/trunk/xsession)
  lightdm/repos/community-x86_64/PKGBUILD
(from rev 88300, lightdm/trunk/PKGBUILD)
  lightdm/repos/community-x86_64/lightdm-autologin.pam
(from rev 88300, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/community-x86_64/lightdm-default-config.patch
(from rev 88300, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/community-x86_64/lightdm-lock-screen-before-switch.patch
(from rev 88300, lightdm/trunk/lightdm-lock-screen-before-switch.patch)
  lightdm/repos/community-x86_64/lightdm.install
(from rev 88300, lightdm/trunk/lightdm.install)
  lightdm/repos/community-x86_64/lightdm.pam
(from rev 88300, lightdm/trunk/lightdm.pam)
  lightdm/repos/community-x86_64/lightdm.rules
(from rev 88300, lightdm/trunk/lightdm.rules)
  lightdm/repos/community-x86_64/lightdm.service
(from rev 88300, lightdm/trunk/lightdm.service)
  lightdm/repos/community-x86_64/lightdm.tmpfiles
(from rev 88300, lightdm/trunk/lightdm.tmpfiles)
  lightdm/repos/community-x86_64/xsession
(from rev 88300, lightdm/trunk/xsession)
Deleted:
  lightdm/repos/community-i686/PKGBUILD
  lightdm/repos/community-i686/lightdm-autologin.pam
  lightdm/repos/community-i686/lightdm-default-config.patch
  lightdm/repos/community-i686/lightdm-lock-screen-before-switch.patch
  lightdm/repos/community-i686/lightdm.install
  lightdm/repos/community-i686/lightdm.pam
  lightdm/repos/community-i686/lightdm.rules
  lightdm/repos/community-i686/lightdm.service
  lightdm/repos/community-i686/lightdm.tmpfiles
  lightdm/repos/community-i686/xsession
  lightdm/repos/community-x86_64/PKGBUILD
  lightdm/repos/community-x86_64/lightdm-autologin.pam
  lightdm/repos/community-x86_64/lightdm-default-config.patch
  lightdm/repos/community-x86_64/lightdm-lock-screen-before-switch.patch
  lightdm/repos/community-x86_64/lightdm.install
  lightdm/repos/community-x86_64/lightdm.pam
  lightdm/repos/community-x86_64/lightdm.rules
  lightdm/repos/community-x86_64/lightdm.service
  lightdm/repos/community-x86_64/lightdm.tmpfiles
  lightdm/repos/community-x86_64/xsession

--+
 /PKGBUILD|  236 +
 /lightdm-autologin.pam   |   26 +
 /lightdm-default-config.patch|   86 
 /lightdm-lock-screen-before-switch.patch |  110 ++
 /lightdm.install |   36 +
 /lightdm.pam |   14 
 /lightdm.rules   |   30 +
 /lightdm.service |   28 +
 /lightdm.tmpfiles|2 
 /xsession|  146 
 community-i686/PKGBUILD  |  100 -
 community-i686/lightdm-autologin.pam |   13 
 community-i686/lightdm-default-config.patch  |   43 --
 community-i686/lightdm-lock-screen-before-switch.patch   |   55 ---
 community-i686/lightdm.install   |   18 
 community-i686/lightdm.pam   |7 
 community-i686/lightdm.rules |   15 
 community-i686/lightdm.service   |   14 
 community-i686/lightdm.tmpfiles  |1 
 community-i686/xsession  |   73 
 community-x86_64/PKGBUILD|  100 -
 community-x86_64/lightdm-autologin.pam   |   13 
 community-x86_64/lightdm-default-config.patch|   43 --
 community-x86_64/lightdm-lock-screen-before-switch.patch |   55 ---
 community-x86_64/lightdm.install 

[arch-commits] Commit in python-numpy/trunk (2 files)

2013-04-16 Thread Jan de Groot
Date: Tuesday, April 16, 2013 @ 10:33:14
  Author: jgc
Revision: 182930

upgpkg: python-numpy 1.7.1-1

Fix python3 include path (FS#34609)

Modified:
  python-numpy/trunk/PKGBUILD
Deleted:
  python-numpy/trunk/numpy-1.6.2-python-3.3-build-fix.patch

+
 PKGBUILD   |   11 ++-
 numpy-1.6.2-python-3.3-build-fix.patch |   92 ---
 2 files changed, 6 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 07:48:55 UTC (rev 182929)
+++ PKGBUILD2013-04-16 08:33:14 UTC (rev 182930)
@@ -5,15 +5,15 @@
 
 pkgbase=python-numpy
 pkgname=('python2-numpy' 'python-numpy')
-pkgver=1.7.0
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc=Scientific tools for Python
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://www.numpy.org/;
 makedepends=('lapack' 'python' 'python2' 'python-distribute' 
'python2-distribute' 'gcc-fortran' 'python-nose')
 source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
-md5sums=('4fa54e40b6a243416f0248123b6ec332')
+md5sums=('0ab72b3b83528a7ae79c6df9042d61c6')
 
 build() {
   cd ${srcdir}
@@ -62,6 +62,7 @@
   conflicts=('python3-numpy')
 
   _pyver=3.3
+  _pyinc=3.3m
 
   export ATLAS=None
   export LDFLAGS=$LDFLAGS -shared
@@ -72,6 +73,6 @@
   install -m755 -d ${pkgdir}/usr/share/licenses/python-numpy
   install -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/python-numpy/
 
-  install -m755 -d ${pkgdir}/usr/include/python${_pyver}
-  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
${pkgdir}/usr/include/python${_pyver}/numpy
+  install -m755 -d ${pkgdir}/usr/include/python${_pyinc}
+  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
${pkgdir}/usr/include/python${_pyinc}/numpy
 }

Deleted: numpy-1.6.2-python-3.3-build-fix.patch
===
--- numpy-1.6.2-python-3.3-build-fix.patch  2013-04-16 07:48:55 UTC (rev 
182929)
+++ numpy-1.6.2-python-3.3-build-fix.patch  2013-04-16 08:33:14 UTC (rev 
182930)
@@ -1,92 +0,0 @@
-diff --git a/numpy/core/src/multiarray/scalarapi.c 
b/numpy/core/src/multiarray/scalarapi.c
-index 00c71f9..0afdc17 100644
 a/numpy/core/src/multiarray/scalarapi.c
-+++ b/numpy/core/src/multiarray/scalarapi.c
-@@ -641,6 +641,40 @@ PyArray_Scalar(void *data, PyArray_Descr *descr, PyObject 
*base)
- itemsize = (((itemsize - 1)  2) + 1)  2;
- }
- }
-+#if PY_VERSION_HEX = 0x0303
-+if (type_num == NPY_UNICODE) {
-+PyObject *u, *args;
-+char *buffer;
-+if (swap) {
-+buffer = malloc(itemsize);
-+if (buffer == NULL) {
-+PyErr_NoMemory();
-+return NULL;
-+}
-+memcpy(buffer, data, itemsize);
-+byte_swap_vector(buffer, itemsize  2, 4);
-+} else {
-+buffer = data;
-+}
-+u = PyUnicode_FromKindAndData(PyUnicode_4BYTE_KIND, buffer,
-+itemsize  2);
-+if (swap) {
-+free(buffer);
-+}
-+if (u == NULL) {
-+return NULL;
-+}
-+args = Py_BuildValue((O), u);
-+if (args == NULL) {
-+Py_DECREF(u);
-+return NULL;
-+}
-+obj = type-tp_new(type, args, NULL);
-+Py_DECREF(u);
-+Py_DECREF(args);
-+return obj;
-+}
-+#endif
- if (type-tp_itemsize != 0) {
- /* String type */
- obj = type-tp_alloc(type, itemsize);
-@@ -672,6 +706,7 @@ PyArray_Scalar(void *data, PyArray_Descr *descr, PyObject 
*base)
- memcpy(destptr, data, itemsize);
- return obj;
- }
-+#if PY_VERSION_HEX  0x0303
- else if (type_num == PyArray_UNICODE) {
- /* tp_alloc inherited from Python PyBaseObject_Type */
- PyUnicodeObject *uni = (PyUnicodeObject*)obj;
-@@ -743,6 +778,7 @@ PyArray_Scalar(void *data, PyArray_Descr *descr, PyObject 
*base)
- #endif
- return obj;
- }
-+#endif // PY_VERSION_HEX  0x0303
- else {
- PyVoidScalarObject *vobj = (PyVoidScalarObject *)obj;
- vobj-base = NULL;
-diff --git a/numpy/core/src/multiarray/scalartypes.c.src 
b/numpy/core/src/multiarray/scalartypes.c.src
-index e547071..12745d7 100644
 a/numpy/core/src/multiarray/scalartypes.c.src
-+++ b/numpy/core/src/multiarray/scalartypes.c.src
-@@ -2592,7 +2592,11 @@ finish:
- *((npy_@name@ *)dest) = *((npy_@name@ *)src);
- #elif @default@ == 1 /* unicode and strings */
- if (itemsize == 0) { /* unicode */
-+#if PY_VERSION_HEX = 0x0303
-+itemsize = PyUnicode_GetLength(robj) * PyUnicode_KIND(robj);
-+#else
- itemsize = ((PyUnicodeObject *)robj)-length * sizeof(Py_UNICODE);
-+#endif
- }
- memcpy(dest, src, itemsize);
- /* @default@ == 2 won't get here 

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

2013-04-16 Thread Jan de Groot
Date: Tuesday, April 16, 2013 @ 10:33:21
  Author: jgc
Revision: 182931

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

Added:
  python-numpy/repos/extra-i686/PKGBUILD
(from rev 182930, python-numpy/trunk/PKGBUILD)
  python-numpy/repos/extra-x86_64/PKGBUILD
(from rev 182930, python-numpy/trunk/PKGBUILD)
Deleted:
  python-numpy/repos/extra-i686/PKGBUILD
  python-numpy/repos/extra-i686/numpy-1.6.2-python-3.3-build-fix.patch
  python-numpy/repos/extra-x86_64/PKGBUILD
  python-numpy/repos/extra-x86_64/numpy-1.6.2-python-3.3-build-fix.patch

-+
 /PKGBUILD   |  156 ++
 extra-i686/PKGBUILD |   77 
 extra-i686/numpy-1.6.2-python-3.3-build-fix.patch   |   92 --
 extra-x86_64/PKGBUILD   |   77 
 extra-x86_64/numpy-1.6.2-python-3.3-build-fix.patch |   92 --
 5 files changed, 156 insertions(+), 338 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-04-16 08:33:14 UTC (rev 182930)
+++ extra-i686/PKGBUILD 2013-04-16 08:33:21 UTC (rev 182931)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
-# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
-
-pkgbase=python-numpy
-pkgname=('python2-numpy' 'python-numpy')
-pkgver=1.7.0
-pkgrel=2
-pkgdesc=Scientific tools for Python
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.numpy.org/;
-makedepends=('lapack' 'python' 'python2' 'python-distribute' 
'python2-distribute' 'gcc-fortran' 'python-nose')
-source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
-md5sums=('4fa54e40b6a243416f0248123b6ec332')
-
-build() {
-  cd ${srcdir}
-  cp -a numpy-${pkgver} numpy-py2-${pkgver}
-
-  export ATLAS=None
-  export LDFLAGS=$LDFLAGS -shared
-
-  echo Building Python2
-  cd ${srcdir}/numpy-py2-${pkgver}
-  python2 setup.py config_fc --fcompiler=gnu95 build
-
-  echo Building Python3
-  cd ${srcdir}/numpy-${pkgver}
-  python setup.py config_fc --fcompiler=gnu95 build
-}
-
-package_python2-numpy() {
-  depends=('lapack' 'python2')
-  optdepends=('python-nose: testsuite')
-
-  _pyver=2.7
-
-  export ATLAS=None
-  export LDFLAGS=$LDFLAGS -shared
-
-  cd ${srcdir}/numpy-py2-${pkgver}
-  python2 setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir} --optimize=1
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/python2-numpy
-  install -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/python2-numpy/
-
-  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
- -e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
- -e s|#![ ]*/bin/env python$|#!/usr/bin/env python2| \
- $(find ${pkgdir} -name '*.py')
-
-  install -m755 -d ${pkgdir}/usr/include/python${_pyver}
-  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
${pkgdir}/usr/include/python${_pyver}/numpy
-}
-
-package_python-numpy() {
-  depends=('lapack' 'python')
-  provides=(python3-numpy=${pkgver})
-  replaces=('python3-numpy')
-  conflicts=('python3-numpy')
-
-  _pyver=3.3
-
-  export ATLAS=None
-  export LDFLAGS=$LDFLAGS -shared
-
-  cd ${srcdir}/numpy-${pkgver}
-  python setup.py config_fc --fcompiler=gnu95 install --prefix=/usr 
--root=${pkgdir} --optimize=1
-
-  install -m755 -d ${pkgdir}/usr/share/licenses/python-numpy
-  install -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/python-numpy/
-
-  install -m755 -d ${pkgdir}/usr/include/python${_pyver}
-  ln -sf /usr/lib/python${_pyver}/site-packages/numpy/core/include/numpy 
${pkgdir}/usr/include/python${_pyver}/numpy
-}

Copied: python-numpy/repos/extra-i686/PKGBUILD (from rev 182930, 
python-numpy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-04-16 08:33:21 UTC (rev 182931)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+# Contributor: Angel 'angvp' Velasquez angvp[at]archlinux.com.ve 
+
+pkgbase=python-numpy
+pkgname=('python2-numpy' 'python-numpy')
+pkgver=1.7.1
+pkgrel=1
+pkgdesc=Scientific tools for Python
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.numpy.org/;
+makedepends=('lapack' 'python' 'python2' 'python-distribute' 
'python2-distribute' 'gcc-fortran' 'python-nose')
+source=(http://downloads.sourceforge.net/numpy/numpy-${pkgver}.tar.gz)
+md5sums=('0ab72b3b83528a7ae79c6df9042d61c6')
+
+build() {
+  cd ${srcdir}
+  cp -a numpy-${pkgver} numpy-py2-${pkgver}
+
+  export ATLAS=None
+  export LDFLAGS=$LDFLAGS -shared
+
+  echo Building Python2
+  cd ${srcdir}/numpy-py2-${pkgver}
+  python2 setup.py config_fc --fcompiler=gnu95 build
+
+  echo Building Python3
+  

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

2013-04-16 Thread Jan de Groot
Date: Tuesday, April 16, 2013 @ 10:39:06
  Author: jgc
Revision: 182932

Add additional files to backup array (FS#34049)

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 08:33:21 UTC (rev 182931)
+++ PKGBUILD2013-04-16 08:39:06 UTC (rev 182932)
@@ -5,7 +5,7 @@
 pkgbase=gdm
 pkgname=(gdm libgdm)
 pkgver=3.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Gnome Display Manager
 arch=(i686 x86_64)
 license=(GPL)
@@ -53,7 +53,8 @@
   optdepends=('fprintd: fingerprint authentication')
   backup=(etc/pam.d/gdm-autologin etc/pam.d/gdm-fingerprint 
etc/pam.d/gdm-launch-environment
   etc/pam.d/gdm-password etc/pam.d/gdm-smartcard etc/gdm/custom.conf
-  etc/gdm/Xsession)
+  etc/gdm/Xsession
+  etc/gdm/PostSession/Default etc/gdm/PreSession/Default)
   groups=(gnome)
   install=gdm.install
 



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

2013-04-16 Thread Jan de Groot
Date: Tuesday, April 16, 2013 @ 10:39:21
  Author: jgc
Revision: 182933

Revert pkgrel, we did not build yet

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 08:39:06 UTC (rev 182932)
+++ PKGBUILD2013-04-16 08:39:21 UTC (rev 182933)
@@ -5,7 +5,7 @@
 pkgbase=gdm
 pkgname=(gdm libgdm)
 pkgver=3.8.1
-pkgrel=2
+pkgrel=1
 pkgdesc=Gnome Display Manager
 arch=(i686 x86_64)
 license=(GPL)



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

2013-04-16 Thread Jan de Groot
Date: Tuesday, April 16, 2013 @ 11:02:13
  Author: jgc
Revision: 182934

upgpkg: seahorse 3.8.1-1

3.8.1

Modified:
  seahorse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 08:39:21 UTC (rev 182933)
+++ PKGBUILD2013-04-16 09:02:13 UTC (rev 182934)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants michel.li...@tiscali.be
 
 pkgname=seahorse
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc=GNOME application for managing PGP keys.
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('0b12d1cda37d1b70ad96bb6ec2ee08b093d48844ca7fa62b4905732232a890c9'
+sha256sums=('c1a1d97618a37a79e19902e00f3a0de7cfb947b52eb9282ea09e5f9f73151e7a'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



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

2013-04-16 Thread Jan de Groot
Date: Tuesday, April 16, 2013 @ 11:02:20
  Author: jgc
Revision: 182935

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

Added:
  seahorse/repos/testing-i686/PKGBUILD
(from rev 182934, seahorse/trunk/PKGBUILD)
  seahorse/repos/testing-i686/seahorse-ssh-askpass.sh
(from rev 182934, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/testing-i686/seahorse.install
(from rev 182934, seahorse/trunk/seahorse.install)
  seahorse/repos/testing-x86_64/PKGBUILD
(from rev 182934, seahorse/trunk/PKGBUILD)
  seahorse/repos/testing-x86_64/seahorse-ssh-askpass.sh
(from rev 182934, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/testing-x86_64/seahorse.install
(from rev 182934, seahorse/trunk/seahorse.install)
Deleted:
  seahorse/repos/testing-i686/PKGBUILD
  seahorse/repos/testing-i686/seahorse-ssh-askpass.sh
  seahorse/repos/testing-i686/seahorse.install
  seahorse/repos/testing-x86_64/PKGBUILD
  seahorse/repos/testing-x86_64/seahorse-ssh-askpass.sh
  seahorse/repos/testing-x86_64/seahorse.install

+
 /PKGBUILD  |   78 +++
 /seahorse-ssh-askpass.sh   |6 ++
 /seahorse.install  |   26 ++
 testing-i686/PKGBUILD  |   39 ---
 testing-i686/seahorse-ssh-askpass.sh   |3 -
 testing-i686/seahorse.install  |   13 -
 testing-x86_64/PKGBUILD|   39 ---
 testing-x86_64/seahorse-ssh-askpass.sh |3 -
 testing-x86_64/seahorse.install|   13 -
 9 files changed, 110 insertions(+), 110 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-16 09:02:13 UTC (rev 182934)
+++ testing-i686/PKGBUILD   2013-04-16 09:02:20 UTC (rev 182935)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Michel Brabants michel.li...@tiscali.be
-
-pkgname=seahorse
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=GNOME application for managing PGP keys.
-arch=(i686 x86_64)
-license=(GPL)
-url=http://projects.gnome.org/seahorse/;
-depends=(gtk3 gcr libsecret libsoup gpgme desktop-file-utils 
hicolor-icon-theme dconf)
-makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm)
-optdepends=('openssh: SSH support')
-provides=(x11-ssh-askpass)
-options=('!libtool' '!emptydirs')
-groups=(gnome-extra)
-install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-seahorse-ssh-askpass.sh)
-sha256sums=('0b12d1cda37d1b70ad96bb6ec2ee08b093d48844ca7fa62b4905732232a890c9'
-'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-ldap --enable-hkp \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm755 $srcdir/seahorse-ssh-askpass.sh \
-$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh
-}

Copied: seahorse/repos/testing-i686/PKGBUILD (from rev 182934, 
seahorse/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-16 09:02:20 UTC (rev 182935)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=GNOME application for managing PGP keys.
+arch=(i686 x86_64)
+license=(GPL)
+url=http://projects.gnome.org/seahorse/;
+depends=(gtk3 gcr libsecret libsoup gpgme desktop-file-utils 
hicolor-icon-theme dconf)
+makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm)
+optdepends=('openssh: SSH support')
+provides=(x11-ssh-askpass)
+options=('!libtool' '!emptydirs')
+groups=(gnome-extra)
+install=seahorse.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+seahorse-ssh-askpass.sh)
+sha256sums=('c1a1d97618a37a79e19902e00f3a0de7cfb947b52eb9282ea09e5f9f73151e7a'
+'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-ldap --enable-hkp \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/seahorse-ssh-askpass.sh \
+$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh
+}

Deleted: testing-i686/seahorse-ssh-askpass.sh

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

2013-04-16 Thread Jan de Groot
Date: Tuesday, April 16, 2013 @ 11:09:13
  Author: jgc
Revision: 182936

upgpkg: gnome-keyring 3.8.1-1

Modified:
  gnome-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 09:02:20 UTC (rev 182935)
+++ PKGBUILD2013-04-16 09:09:13 UTC (rev 182936)
@@ -2,7 +2,7 @@
 # Maintainer: Jan De Groot j...@archlinux.org
 
 pkgname=gnome-keyring
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc=GNOME Password Management daemon
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 url=http://www.gnome.org;
 install=gnome-keyring.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5ef9f4b7ff983a4fbc3d049aafee0fd3ecaf4d5cc7573517ac17c1b1a56bca6c')
+sha256sums=('56e0a47c021fb2d2fd2c723a0e1c9e46c9a0a81ed865ac1588c19aca16ca4f37')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-16 Thread Jan de Groot
Date: Tuesday, April 16, 2013 @ 11:09:20
  Author: jgc
Revision: 182937

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

Added:
  gnome-keyring/repos/testing-i686/PKGBUILD
(from rev 182936, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/testing-i686/gnome-keyring.install
(from rev 182936, gnome-keyring/trunk/gnome-keyring.install)
  gnome-keyring/repos/testing-x86_64/PKGBUILD
(from rev 182936, gnome-keyring/trunk/PKGBUILD)
  gnome-keyring/repos/testing-x86_64/gnome-keyring.install
(from rev 182936, gnome-keyring/trunk/gnome-keyring.install)
Deleted:
  gnome-keyring/repos/testing-i686/PKGBUILD
  gnome-keyring/repos/testing-i686/gnome-keyring.install
  gnome-keyring/repos/testing-x86_64/PKGBUILD
  gnome-keyring/repos/testing-x86_64/gnome-keyring.install

--+
 /PKGBUILD|   64 +
 /gnome-keyring.install   |   24 
 testing-i686/PKGBUILD|   32 
 testing-i686/gnome-keyring.install   |   12 --
 testing-x86_64/PKGBUILD  |   32 
 testing-x86_64/gnome-keyring.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-16 09:09:13 UTC (rev 182936)
+++ testing-i686/PKGBUILD   2013-04-16 09:09:20 UTC (rev 182937)
@@ -1,32 +0,0 @@
-#$Id$
-# Maintainer: Jan De Groot j...@archlinux.org
-
-pkgname=gnome-keyring
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=GNOME Password Management daemon
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-depends=('gtk3' 'gcr' 'libcap-ng')
-makedepends=('intltool')
-groups=('gnome')
-options=('!libtool' '!emptydirs')
-url=http://www.gnome.org;
-install=gnome-keyring.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5ef9f4b7ff983a4fbc3d049aafee0fd3ecaf4d5cc7573517ac17c1b1a56bca6c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-keyring \
-  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-keyring/repos/testing-i686/PKGBUILD (from rev 182936, 
gnome-keyring/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-16 09:09:20 UTC (rev 182937)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot j...@archlinux.org
+
+pkgname=gnome-keyring
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=GNOME Password Management daemon
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'gcr' 'libcap-ng')
+makedepends=('intltool')
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('56e0a47c021fb2d2fd2c723a0e1c9e46c9a0a81ed865ac1588c19aca16ca4f37')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/gnome-keyring \
+  --with-pam-dir=/usr/lib/security --with-root-certs=/etc/ssl/certs \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/gnome-keyring.install
===
--- testing-i686/gnome-keyring.install  2013-04-16 09:09:13 UTC (rev 182936)
+++ testing-i686/gnome-keyring.install  2013-04-16 09:09:20 UTC (rev 182937)
@@ -1,12 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
-}
-
-post_upgrade() {
-post_install $1
-}
-
-post_remove() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}

Copied: gnome-keyring/repos/testing-i686/gnome-keyring.install (from rev 
182936, gnome-keyring/trunk/gnome-keyring.install)
===
--- testing-i686/gnome-keyring.install  (rev 0)
+++ testing-i686/gnome-keyring.install  2013-04-16 09:09:20 UTC (rev 182937)
@@ -0,0 +1,12 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+setcap cap_ipc_lock=ep /usr/bin/gnome-keyring-daemon
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-16 09:09:13 UTC (rev 182936)
+++ testing-x86_64/PKGBUILD 

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

2013-04-16 Thread Jan de Groot
Date: Tuesday, April 16, 2013 @ 11:17:26
  Author: jgc
Revision: 182938

upgpkg: gcr 3.8.1-1

Modified:
  gcr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 09:09:20 UTC (rev 182937)
+++ PKGBUILD2013-04-16 09:17:26 UTC (rev 182938)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=gcr
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc=A library for bits of crypto UI and parsing
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 install=gcr.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
 10-gcr.conf)
-sha256sums=('3d9ff72a7d5f0c26e42f7f4195fa6f82d384e255a07cfcf00f898b18334b8650'
+sha256sums=('38f158d71ce8fb14dca74928053a3edf32751e142400d1429bec5fe0f4bbb8f0'
 '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
 
 build() {



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

2013-04-16 Thread Jan de Groot
Date: Tuesday, April 16, 2013 @ 11:17:34
  Author: jgc
Revision: 182939

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

Added:
  gcr/repos/testing-i686/10-gcr.conf
(from rev 182938, gcr/trunk/10-gcr.conf)
  gcr/repos/testing-i686/PKGBUILD
(from rev 182938, gcr/trunk/PKGBUILD)
  gcr/repos/testing-i686/gcr.install
(from rev 182938, gcr/trunk/gcr.install)
  gcr/repos/testing-x86_64/10-gcr.conf
(from rev 182938, gcr/trunk/10-gcr.conf)
  gcr/repos/testing-x86_64/PKGBUILD
(from rev 182938, gcr/trunk/PKGBUILD)
  gcr/repos/testing-x86_64/gcr.install
(from rev 182938, gcr/trunk/gcr.install)
Deleted:
  gcr/repos/testing-i686/10-gcr.conf
  gcr/repos/testing-i686/PKGBUILD
  gcr/repos/testing-i686/gcr.install
  gcr/repos/testing-x86_64/10-gcr.conf
  gcr/repos/testing-x86_64/PKGBUILD
  gcr/repos/testing-x86_64/gcr.install

+
 /10-gcr.conf   |6 +++
 /PKGBUILD  |   80 +++
 /gcr.install   |   28 +++
 testing-i686/10-gcr.conf   |3 -
 testing-i686/PKGBUILD  |   40 -
 testing-i686/gcr.install   |   14 ---
 testing-x86_64/10-gcr.conf |3 -
 testing-x86_64/PKGBUILD|   40 -
 testing-x86_64/gcr.install |   14 ---
 9 files changed, 114 insertions(+), 114 deletions(-)

Deleted: testing-i686/10-gcr.conf
===
--- testing-i686/10-gcr.conf2013-04-16 09:17:26 UTC (rev 182938)
+++ testing-i686/10-gcr.conf2013-04-16 09:17:34 UTC (rev 182939)
@@ -1,3 +0,0 @@
-@users - memlock 1024
-
-# vim:set ft=limits:

Copied: gcr/repos/testing-i686/10-gcr.conf (from rev 182938, 
gcr/trunk/10-gcr.conf)
===
--- testing-i686/10-gcr.conf(rev 0)
+++ testing-i686/10-gcr.conf2013-04-16 09:17:34 UTC (rev 182939)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-16 09:17:26 UTC (rev 182938)
+++ testing-i686/PKGBUILD   2013-04-16 09:17:34 UTC (rev 182939)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=A library for bits of crypto UI and parsing
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL2')
-depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt')
-makedepends=('intltool' 'gobject-introspection' 'python')
-options=(!libtool)
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
-10-gcr.conf)
-sha256sums=('3d9ff72a7d5f0c26e42f7f4195fa6f82d384e255a07cfcf00f898b18334b8650'
-'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---libexec=/usr/lib/gcr \
---disable-static \
---disable-update-mime \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # gcr wants to lock some memory to prevent swapping out private keys
-  # https://bugs.archlinux.org/task/32616
-  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
-  install -Dm644 ../10-gcr.conf $pkgdir/etc/security/limits.d/10-gcr.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/testing-i686/PKGBUILD (from rev 182938, gcr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-16 09:17:34 UTC (rev 182939)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=A library for bits of crypto UI and parsing
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt')
+makedepends=('intltool' 'gobject-introspection' 'python')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('38f158d71ce8fb14dca74928053a3edf32751e142400d1429bec5fe0f4bbb8f0'
+'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexec=/usr/lib/gcr \
+--disable-static \
+--disable-update-mime \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # gcr wants to lock some memory to prevent swapping out private keys
+  # https://bugs.archlinux.org/task/32616
+  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
+  install -Dm644 ../10-gcr.conf $pkgdir/etc/security/limits.d/10-gcr.conf
+}
+
+# vim:set ts=2 sw=2 et:


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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 11:36:47
  Author: tpowa
Revision: 182940

upgpkg: libksba 1.3.0-1

bump to latest version

Modified:
  libksba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 09:17:34 UTC (rev 182939)
+++ PKGBUILD2013-04-16 09:36:47 UTC (rev 182940)
@@ -3,8 +3,8 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=libksba
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.3.0
+pkgrel=1
 pkgdesc=A CMS and X.509 access library
 arch=(i686 x86_64)
 license=('GPL')
@@ -29,4 +29,4 @@
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
-md5sums=('e797f370b69b4dc776499d6a071ae137')
+md5sums=('cd86fad9c9d360b2cf80449f8a4a4075')



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 11:36:56
  Author: tpowa
Revision: 182941

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

Added:
  libksba/repos/testing-i686/
  libksba/repos/testing-i686/PKGBUILD
(from rev 182940, libksba/trunk/PKGBUILD)
  libksba/repos/testing-i686/libksba.install
(from rev 182940, libksba/trunk/libksba.install)
  libksba/repos/testing-x86_64/
  libksba/repos/testing-x86_64/PKGBUILD
(from rev 182940, libksba/trunk/PKGBUILD)
  libksba/repos/testing-x86_64/libksba.install
(from rev 182940, libksba/trunk/libksba.install)

+
 testing-i686/PKGBUILD  |   32 
 testing-i686/libksba.install   |   20 
 testing-x86_64/PKGBUILD|   32 
 testing-x86_64/libksba.install |   20 
 4 files changed, 104 insertions(+)

Copied: libksba/repos/testing-i686/PKGBUILD (from rev 182940, 
libksba/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-16 09:36:56 UTC (rev 182941)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: 
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=libksba
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=A CMS and X.509 access library
+arch=(i686 x86_64)
+license=('GPL')
+url=ftp://ftp.gnupg.org/gcrypt/alpha/libksba;
+depends=('bash' 'libgpg-error' 'glibc')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+options=(!libtool)
+install=libksba.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}  
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('cd86fad9c9d360b2cf80449f8a4a4075')

Copied: libksba/repos/testing-i686/libksba.install (from rev 182940, 
libksba/trunk/libksba.install)
===
--- testing-i686/libksba.install(rev 0)
+++ testing-i686/libksba.install2013-04-16 09:36:56 UTC (rev 182941)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(ksba.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: libksba/repos/testing-x86_64/PKGBUILD (from rev 182940, 
libksba/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-16 09:36:56 UTC (rev 182941)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: 
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=libksba
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=A CMS and X.509 access library
+arch=(i686 x86_64)
+license=('GPL')
+url=ftp://ftp.gnupg.org/gcrypt/alpha/libksba;
+depends=('bash' 'libgpg-error' 'glibc')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+options=(!libtool)
+install=libksba.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}  
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('cd86fad9c9d360b2cf80449f8a4a4075')

Copied: libksba/repos/testing-x86_64/libksba.install (from rev 182940, 
libksba/trunk/libksba.install)
===
--- testing-x86_64/libksba.install  (rev 0)
+++ testing-x86_64/libksba.install  2013-04-16 09:36:56 UTC (rev 182941)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(ksba.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 11:37:35
  Author: tpowa
Revision: 182942

upgpkg: dirmngr 1.1.0-5

rebuild against libksba 1.3.0

Modified:
  dirmngr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 09:36:56 UTC (rev 182941)
+++ PKGBUILD2013-04-16 09:37:35 UTC (rev 182942)
@@ -3,7 +3,7 @@
 
 pkgname=dirmngr
 pkgver=1.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc=A daemon to handle CRL and certificate requests
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 11:37:41
  Author: tpowa
Revision: 182943

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

Added:
  dirmngr/repos/testing-i686/
  dirmngr/repos/testing-i686/PKGBUILD
(from rev 182942, dirmngr/trunk/PKGBUILD)
  dirmngr/repos/testing-i686/dirmngr.install
(from rev 182942, dirmngr/trunk/dirmngr.install)
  dirmngr/repos/testing-x86_64/
  dirmngr/repos/testing-x86_64/PKGBUILD
(from rev 182942, dirmngr/trunk/PKGBUILD)
  dirmngr/repos/testing-x86_64/dirmngr.install
(from rev 182942, dirmngr/trunk/dirmngr.install)

+
 testing-i686/PKGBUILD  |   30 ++
 testing-i686/dirmngr.install   |   20 
 testing-x86_64/PKGBUILD|   30 ++
 testing-x86_64/dirmngr.install |   20 
 4 files changed, 100 insertions(+)

Copied: dirmngr/repos/testing-i686/PKGBUILD (from rev 182942, 
dirmngr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-16 09:37:41 UTC (rev 182943)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=dirmngr
+pkgver=1.1.0
+pkgrel=5
+pkgdesc=A daemon to handle CRL and certificate requests
+arch=('i686' 'x86_64')
+license=('GPL')
+url=ftp://ftp.gnupg.org/gcrypt/dirmngr;
+depends=('libgcrypt' 'libldap' 'libksba' 'libgpg-error' 'libassuan' 'pth')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=dirmngr.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # FIX for https://bugzilla.redhat.com/565131
+  # not sure how best to turn this into something more upstreamable
+  # patch configure to try this combo first? -- Rex
+  # https://bugs.archlinux.org/task/28606
+  export LDAPLIBS=-lldap -llber
+  ./configure --prefix=/usr  --libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('f2570f0248f5947daac200e85291b328')

Copied: dirmngr/repos/testing-i686/dirmngr.install (from rev 182942, 
dirmngr/trunk/dirmngr.install)
===
--- testing-i686/dirmngr.install(rev 0)
+++ testing-i686/dirmngr.install2013-04-16 09:37:41 UTC (rev 182943)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(dirmngr.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: dirmngr/repos/testing-x86_64/PKGBUILD (from rev 182942, 
dirmngr/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-16 09:37:41 UTC (rev 182943)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=dirmngr
+pkgver=1.1.0
+pkgrel=5
+pkgdesc=A daemon to handle CRL and certificate requests
+arch=('i686' 'x86_64')
+license=('GPL')
+url=ftp://ftp.gnupg.org/gcrypt/dirmngr;
+depends=('libgcrypt' 'libldap' 'libksba' 'libgpg-error' 'libassuan' 'pth')
+source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2)
+install=dirmngr.install
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # FIX for https://bugzilla.redhat.com/565131
+  # not sure how best to turn this into something more upstreamable
+  # patch configure to try this combo first? -- Rex
+  # https://bugs.archlinux.org/task/28606
+  export LDAPLIBS=-lldap -llber
+  ./configure --prefix=/usr  --libexecdir=/usr/lib
+  make 
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('f2570f0248f5947daac200e85291b328')

Copied: dirmngr/repos/testing-x86_64/dirmngr.install (from rev 182942, 
dirmngr/trunk/dirmngr.install)
===
--- testing-x86_64/dirmngr.install  (rev 0)
+++ testing-x86_64/dirmngr.install  2013-04-16 09:37:41 UTC (rev 182943)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(dirmngr.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 11:38:33
  Author: tpowa
Revision: 182944

upgpkg: gnupg 2.0.19-7

rebuild against libksba 1.3.0

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 09:37:41 UTC (rev 182943)
+++ PKGBUILD2013-04-16 09:38:33 UTC (rev 182944)
@@ -6,7 +6,7 @@
 
 pkgname=gnupg
 pkgver=2.0.19
-pkgrel=6
+pkgrel=7
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='http://www.gnupg.org/'
 license=('GPL')



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 11:38:42
  Author: tpowa
Revision: 182945

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

Added:
  gnupg/repos/testing-i686/
  gnupg/repos/testing-i686/PKGBUILD
(from rev 182944, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-i686/install
(from rev 182944, gnupg/trunk/install)
  gnupg/repos/testing-i686/protect-tool-env.patch
(from rev 182944, gnupg/trunk/protect-tool-env.patch)
  gnupg/repos/testing-i686/valid-keyblock-packet.patch
(from rev 182944, gnupg/trunk/valid-keyblock-packet.patch)
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 182944, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/install
(from rev 182944, gnupg/trunk/install)
  gnupg/repos/testing-x86_64/protect-tool-env.patch
(from rev 182944, gnupg/trunk/protect-tool-env.patch)
  gnupg/repos/testing-x86_64/valid-keyblock-packet.patch
(from rev 182944, gnupg/trunk/valid-keyblock-packet.patch)

+
 testing-i686/PKGBUILD  |   62 +++
 testing-i686/install   |   20 
 testing-i686/protect-tool-env.patch|   28 
 testing-i686/valid-keyblock-packet.patch   |   61 ++
 testing-x86_64/PKGBUILD|   62 +++
 testing-x86_64/install |   20 
 testing-x86_64/protect-tool-env.patch  |   28 
 testing-x86_64/valid-keyblock-packet.patch |   61 ++
 8 files changed, 342 insertions(+)

Copied: gnupg/repos/testing-i686/PKGBUILD (from rev 182944, 
gnupg/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-16 09:38:42 UTC (rev 182945)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=gnupg
+pkgver=2.0.19
+pkgrel=7
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('curl: gpg2keys_curl'
+'libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('curl' 'libldap' 'libusb-compat')
+depends=('bzip2' 'libksba' 'libgcrypt' 'pth' 'libassuan' 'readline' 'pinentry' 
'dirmngr')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}
+'valid-keyblock-packet.patch'
+'protect-tool-env.patch')
+sha1sums=('190c09e6688f688fb0a5cf884d01e240d957ac1f'
+  'f6e6830610a8629b0aad69d789373bf8ca481733'
+  '474d827f1c2976bb107985047f61ac9096ae0953'
+  '2ec97ba55ae47ff0d63bc813b8c64cb79cef11db')
+
+install=install
+
+conflicts=('gnupg2')
+provides=(gnupg2=${pkgver})
+replaces=('gnupg2')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../protect-tool-env.patch # FS#31900
+   patch -p1 -i ../valid-keyblock-packet.patch
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+   --enable-symcryptrun \
+   --enable-gpgtar \
+
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make check
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   ln -s gpg2 ${pkgdir}/usr/bin/gpg
+   ln -s gpgv2 ${pkgdir}/usr/bin/gpgv
+   ln -s gpg2.1.gz ${pkgdir}/usr/share/man/man1/gpg.1.gz
+   rm ${pkgdir}/usr/share/gnupg/com-certs.pem # FS#33059
+}

Copied: gnupg/repos/testing-i686/install (from rev 182944, gnupg/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2013-04-16 09:38:42 UTC (rev 182945)
@@ -0,0 +1,20 @@
+info_dir=/usr/share/info
+info_files=(gnupg.info gnupg.info-1 gnupg.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info ${info_dir}/$f ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for f in ${info_files[@]}; do
+usr/bin/install-info --delete ${info_dir}/$f ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: gnupg/repos/testing-i686/protect-tool-env.patch (from rev 182944, 
gnupg/trunk/protect-tool-env.patch)
===
--- testing-i686/protect-tool-env.patch (rev 0)
+++ testing-i686/protect-tool-env.patch 2013-04-16 09:38:42 UTC (rev 182945)
@@ -0,0 +1,28 @@
+diff -Naur 

[arch-commits] Commit in seed/trunk (GLib.js PKGBUILD)

2013-04-16 Thread Jan de Groot
Date: Tuesday, April 16, 2013 @ 11:55:06
  Author: jgc
Revision: 182946

upgpkg: seed 3.8.0-1

Added:
  seed/trunk/GLib.js
Modified:
  seed/trunk/PKGBUILD

--+
 GLib.js  |  282 +
 PKGBUILD |   13 +-
 2 files changed, 290 insertions(+), 5 deletions(-)

Added: GLib.js
===
--- GLib.js (rev 0)
+++ GLib.js 2013-04-16 09:55:06 UTC (rev 182946)
@@ -0,0 +1,282 @@
+GLib = imports.gi.GLib;
+
+(function() {
+
+/* Variant Sugar 
+ * Provide commodities methods to convert Variant from/to javascript object.
+ * variant.toJS() : returns a javascript object representing the Variant 
+ # @variant
+ * Variant.new(signature, value): returns a GVariant structure representing
+ * the javascript object @value
+ *
+ * This implementation uses json-glib's json - variant conversion facilities
+ * if presents and fallback to a javascript implementation otherwise.
+ * This javascript implementation is imported from gjs with modification for
+ * JSCore compatibility (Copyright 2011 Giovanni Campagna,
+ * see gjs/override/GLib.js for licence)
+ */
+
+// Use json-glib's json - variant conversion if present.
+// Defaults to javascript code imported from gjs otherwise.
+GLib.Variant.prototype.to_js = function(signature) {
+   return _toJS(signature, this);
+}
+var toVariant = _toVariant;
+
+try {
+   JSONGLib = imports.gi.Json;
+}
+catch (e) {}
+
+if (JSONGLib  JSONGLib.gvariant_serialize_data)
+{
+   GLib.Variant.prototype.to_js = function(signature) {
+   return _toJSNative(signature, this);
+   }
+   toVariant = _toVariantNative;
+}
+
+GLib.Variant.new = function (value, sig) {
+   var signature = Array.prototype.slice.call(sig);
+
+   if (signature.length != 0)
+   throw new TypeError('Invalid GVariant signature (more than one 
single complete type)');
+   var variant = toVariant(signature, value);
+   return variant;
+}
+
+GLib.Variant.prototype.toString = function() {
+   return '[object variant of type ' + this.get_type_string() + ']';
+};
+
+/// End Variant Sugar ///
+}).apply();
+
+function _toVariantNative(signature, object)
+{
+if (!object || object == '')
+   return null;
+if (!signature || signature == '')
+   signature = null;
+
+return JSONGLib.gvariant_deserialize_data (JSON.stringify (object),
+  -1, signature);
+};
+
+function _toJSNative(signature, variant)
+{
+if (!variant)
+   return;
+
+var jsonStr = JSONGLib.gvariant_serialize_data (variant, signature);
+if (!jsonStr)
+   return;
+
+return JSON.parse (jsonStr);
+};
+
+// Code imported from gjs, modified for JSCore idoms.
+// Copyright 2011 Giovanni Campagna (see gjs/override/GLib.js for licence)
+
+const SIMPLE_TYPES = ['b', 'y', 'n', 'q', 'i', 'u', 'x', 't', 'h', 'd', 's', 
'o', 'g'];
+
+function _read_single_type(signature, forceSimple) {
+var char = signature.shift();
+var isSimple = false;
+
+if (SIMPLE_TYPES.indexOf(char) == -1) {
+   if (forceSimple)
+   throw new TypeError('Invalid GVariant signature (a simple type was 
expected)');
+} else
+   isSimple = true;
+
+if (char == 'm' || char == 'a')
+   return [char].concat(_read_single_type(signature, false));
+if (char == '{') {
+   var key = _read_single_type(signature, true);
+   var val = _read_single_type(signature, false);
+   var close = signature.shift();
+   if (close != '}')
+   throw new TypeError('Invalid GVariant signature for type DICT_ENTRY 
(expected }');
+   return [char].concat(key, val, close);
+}
+if (char == '(') {
+   var res = [char];
+   while (true) {
+   if (signature.length == 0)
+   throw new TypeError('Invalid GVariant signature for type TUPLE 
(expected ))');
+   var next = signature[0];
+   if (next == ')') {
+   signature.shift();
+   return res.concat(next);
+   }
+   var el = _read_single_type(signature);
+   res = res.concat(el);
+   }
+}
+
+// Valid types are simple types, arrays, maybes, tuples, dictionary 
entries and variants
+if (!isSimple  char != 'v')
+   throw new TypeError('Invalid GVariant signature (' + char + ' is not a 
valid type)');
+
+return [char];
+}
+
+
+function _toVariant(signature, value) {
+if (signature.length == 0)
+   throw new TypeError('GVariant signature cannot be empty');
+
+var char = signature.shift();
+switch (char) {
+case 'b':
+   return GLib.Variant.new_boolean(value);
+case 'y':
+   return GLib.Variant.new_byte(value);
+case 'n':
+   return GLib.Variant.new_int16(value);
+case 'q':
+   return 

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

2013-04-16 Thread Jan de Groot
Date: Tuesday, April 16, 2013 @ 11:55:11
  Author: jgc
Revision: 182947

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

Added:
  seed/repos/testing-i686/
  seed/repos/testing-i686/GLib.js
(from rev 182946, seed/trunk/GLib.js)
  seed/repos/testing-i686/PKGBUILD
(from rev 182946, seed/trunk/PKGBUILD)
  seed/repos/testing-x86_64/
  seed/repos/testing-x86_64/GLib.js
(from rev 182946, seed/trunk/GLib.js)
  seed/repos/testing-x86_64/PKGBUILD
(from rev 182946, seed/trunk/PKGBUILD)

-+
 testing-i686/GLib.js|  282 ++
 testing-i686/PKGBUILD   |   30 
 testing-x86_64/GLib.js  |  282 ++
 testing-x86_64/PKGBUILD |   30 
 4 files changed, 624 insertions(+)

Copied: seed/repos/testing-i686/GLib.js (from rev 182946, seed/trunk/GLib.js)
===
--- testing-i686/GLib.js(rev 0)
+++ testing-i686/GLib.js2013-04-16 09:55:11 UTC (rev 182947)
@@ -0,0 +1,282 @@
+GLib = imports.gi.GLib;
+
+(function() {
+
+/* Variant Sugar 
+ * Provide commodities methods to convert Variant from/to javascript object.
+ * variant.toJS() : returns a javascript object representing the Variant 
+ # @variant
+ * Variant.new(signature, value): returns a GVariant structure representing
+ * the javascript object @value
+ *
+ * This implementation uses json-glib's json - variant conversion facilities
+ * if presents and fallback to a javascript implementation otherwise.
+ * This javascript implementation is imported from gjs with modification for
+ * JSCore compatibility (Copyright 2011 Giovanni Campagna,
+ * see gjs/override/GLib.js for licence)
+ */
+
+// Use json-glib's json - variant conversion if present.
+// Defaults to javascript code imported from gjs otherwise.
+GLib.Variant.prototype.to_js = function(signature) {
+   return _toJS(signature, this);
+}
+var toVariant = _toVariant;
+
+try {
+   JSONGLib = imports.gi.Json;
+}
+catch (e) {}
+
+if (JSONGLib  JSONGLib.gvariant_serialize_data)
+{
+   GLib.Variant.prototype.to_js = function(signature) {
+   return _toJSNative(signature, this);
+   }
+   toVariant = _toVariantNative;
+}
+
+GLib.Variant.new = function (value, sig) {
+   var signature = Array.prototype.slice.call(sig);
+
+   if (signature.length != 0)
+   throw new TypeError('Invalid GVariant signature (more than one 
single complete type)');
+   var variant = toVariant(signature, value);
+   return variant;
+}
+
+GLib.Variant.prototype.toString = function() {
+   return '[object variant of type ' + this.get_type_string() + ']';
+};
+
+/// End Variant Sugar ///
+}).apply();
+
+function _toVariantNative(signature, object)
+{
+if (!object || object == '')
+   return null;
+if (!signature || signature == '')
+   signature = null;
+
+return JSONGLib.gvariant_deserialize_data (JSON.stringify (object),
+  -1, signature);
+};
+
+function _toJSNative(signature, variant)
+{
+if (!variant)
+   return;
+
+var jsonStr = JSONGLib.gvariant_serialize_data (variant, signature);
+if (!jsonStr)
+   return;
+
+return JSON.parse (jsonStr);
+};
+
+// Code imported from gjs, modified for JSCore idoms.
+// Copyright 2011 Giovanni Campagna (see gjs/override/GLib.js for licence)
+
+const SIMPLE_TYPES = ['b', 'y', 'n', 'q', 'i', 'u', 'x', 't', 'h', 'd', 's', 
'o', 'g'];
+
+function _read_single_type(signature, forceSimple) {
+var char = signature.shift();
+var isSimple = false;
+
+if (SIMPLE_TYPES.indexOf(char) == -1) {
+   if (forceSimple)
+   throw new TypeError('Invalid GVariant signature (a simple type was 
expected)');
+} else
+   isSimple = true;
+
+if (char == 'm' || char == 'a')
+   return [char].concat(_read_single_type(signature, false));
+if (char == '{') {
+   var key = _read_single_type(signature, true);
+   var val = _read_single_type(signature, false);
+   var close = signature.shift();
+   if (close != '}')
+   throw new TypeError('Invalid GVariant signature for type DICT_ENTRY 
(expected }');
+   return [char].concat(key, val, close);
+}
+if (char == '(') {
+   var res = [char];
+   while (true) {
+   if (signature.length == 0)
+   throw new TypeError('Invalid GVariant signature for type TUPLE 
(expected ))');
+   var next = signature[0];
+   if (next == ')') {
+   signature.shift();
+   return res.concat(next);
+   }
+   var el = _read_single_type(signature);
+   res = res.concat(el);
+   }
+}
+
+// Valid types are simple types, arrays, maybes, tuples, dictionary 
entries and variants
+if (!isSimple  

[arch-commits] Commit in xnee/trunk (PKGBUILD gnee.desktop xnee.changelog)

2013-04-16 Thread Balló György
Date: Tuesday, April 16, 2013 @ 12:24:57
  Author: bgyorgy
Revision: 88302

upgpkg: xnee 3.15-2

Fix dependencies (FS#32135), enable GUI and library, add .desktop file

Added:
  xnee/trunk/gnee.desktop
Modified:
  xnee/trunk/PKGBUILD
  xnee/trunk/xnee.changelog

+
 PKGBUILD   |   14 +-
 gnee.desktop   |9 +
 xnee.changelog |5 +
 3 files changed, 23 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 08:19:06 UTC (rev 88301)
+++ PKGBUILD2013-04-16 10:24:57 UTC (rev 88302)
@@ -4,21 +4,24 @@
 
 pkgname=xnee
 pkgver=3.15
-pkgrel=1
+pkgrel=2
 pkgdesc=A program to record, distribute, and replay X (X11) protocol data
 arch=('i686' 'x86_64')
 url=http://www.sandklef.com/xnee/;
 license=('GPL3')
-depends=('gtk2' 'libgnomeui' 'libxtst')
+depends=('gtk2' 'libxtst')
 makedepends=('texinfo')
+optdepends=('xosd: feedback support')
 options=('!libtool' '!emptydirs')
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('56e0b1cca36ebf95b6f7c82c7028ab8a9b5003728ca1044016031b489bc3e8cd')
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
+gnee.desktop)
+sha256sums=('56e0b1cca36ebf95b6f7c82c7028ab8a9b5003728ca1044016031b489bc3e8cd'
+'de42d419a46083e39a9b6d60c045c1cd68deb793cc5166a86df81dff608387c1')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
 
-  ./configure --prefix=/usr --disable-gnome-applet
+  ./configure --prefix=/usr --enable-gui --enable-lib --disable-static 
--disable-static-programs
   make
 }
 
@@ -26,4 +29,5 @@
   cd ${srcdir}/$pkgname-$pkgver
 
   make DESTDIR=${pkgdir} install
+  install -Dm644 ${srcdir}/gnee.desktop 
${pkgdir}/usr/share/applications/gnee.desktop
 }

Added: gnee.desktop
===
--- gnee.desktop(rev 0)
+++ gnee.desktop2013-04-16 10:24:57 UTC (rev 88302)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Gnee
+GenericName=X11 Recorder
+Comment=For replay action under X11 environment
+Exec=gnee
+Icon=/usr/share/pixmaps/xnee.png
+Terminal=false
+Type=Application
+Categories=Utility;

Modified: xnee.changelog
===
--- xnee.changelog  2013-04-16 08:19:06 UTC (rev 88301)
+++ xnee.changelog  2013-04-16 10:24:57 UTC (rev 88302)
@@ -1,3 +1,8 @@
+2013-04-16 Balló György ballogyor+arch at gmail dot com
+   * fix dependencies
+   * enable GUI and library
+   * add .desktop file
+
 2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* xnee 3.15-1
 



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

2013-04-16 Thread Balló György
Date: Tuesday, April 16, 2013 @ 12:25:07
  Author: bgyorgy
Revision: 88303

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

Added:
  xnee/repos/community-i686/PKGBUILD
(from rev 88302, xnee/trunk/PKGBUILD)
  xnee/repos/community-i686/gnee.desktop
(from rev 88302, xnee/trunk/gnee.desktop)
  xnee/repos/community-i686/xnee.changelog
(from rev 88302, xnee/trunk/xnee.changelog)
  xnee/repos/community-x86_64/PKGBUILD
(from rev 88302, xnee/trunk/PKGBUILD)
  xnee/repos/community-x86_64/gnee.desktop
(from rev 88302, xnee/trunk/gnee.desktop)
  xnee/repos/community-x86_64/xnee.changelog
(from rev 88302, xnee/trunk/xnee.changelog)
Deleted:
  xnee/repos/community-i686/PKGBUILD
  xnee/repos/community-i686/xnee.changelog
  xnee/repos/community-x86_64/PKGBUILD
  xnee/repos/community-x86_64/xnee.changelog

-+
 /PKGBUILD   |   66 ++
 /xnee.changelog |   32 ++
 community-i686/PKGBUILD |   29 
 community-i686/gnee.desktop |9 +
 community-i686/xnee.changelog   |   11 --
 community-x86_64/PKGBUILD   |   29 
 community-x86_64/gnee.desktop   |9 +
 community-x86_64/xnee.changelog |   11 --
 8 files changed, 116 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 10:24:57 UTC (rev 88302)
+++ community-i686/PKGBUILD 2013-04-16 10:25:07 UTC (rev 88303)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
-
-pkgname=xnee
-pkgver=3.15
-pkgrel=1
-pkgdesc=A program to record, distribute, and replay X (X11) protocol data
-arch=('i686' 'x86_64')
-url=http://www.sandklef.com/xnee/;
-license=('GPL3')
-depends=('gtk2' 'libgnomeui' 'libxtst')
-makedepends=('texinfo')
-options=('!libtool' '!emptydirs')
-source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('56e0b1cca36ebf95b6f7c82c7028ab8a9b5003728ca1044016031b489bc3e8cd')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --disable-gnome-applet
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: xnee/repos/community-i686/PKGBUILD (from rev 88302, xnee/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 10:25:07 UTC (rev 88303)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@aur.archlinux.org
+
+pkgname=xnee
+pkgver=3.15
+pkgrel=2
+pkgdesc=A program to record, distribute, and replay X (X11) protocol data
+arch=('i686' 'x86_64')
+url=http://www.sandklef.com/xnee/;
+license=('GPL3')
+depends=('gtk2' 'libxtst')
+makedepends=('texinfo')
+optdepends=('xosd: feedback support')
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
+gnee.desktop)
+sha256sums=('56e0b1cca36ebf95b6f7c82c7028ab8a9b5003728ca1044016031b489bc3e8cd'
+'de42d419a46083e39a9b6d60c045c1cd68deb793cc5166a86df81dff608387c1')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-gui --enable-lib --disable-static 
--disable-static-programs
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+  install -Dm644 ${srcdir}/gnee.desktop 
${pkgdir}/usr/share/applications/gnee.desktop
+}

Copied: xnee/repos/community-i686/gnee.desktop (from rev 88302, 
xnee/trunk/gnee.desktop)
===
--- community-i686/gnee.desktop (rev 0)
+++ community-i686/gnee.desktop 2013-04-16 10:25:07 UTC (rev 88303)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Gnee
+GenericName=X11 Recorder
+Comment=For replay action under X11 environment
+Exec=gnee
+Icon=/usr/share/pixmaps/xnee.png
+Terminal=false
+Type=Application
+Categories=Utility;

Deleted: community-i686/xnee.changelog
===
--- community-i686/xnee.changelog   2013-04-16 10:24:57 UTC (rev 88302)
+++ community-i686/xnee.changelog   2013-04-16 10:25:07 UTC (rev 88303)
@@ -1,11 +0,0 @@
-2013-01-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * xnee 3.15-1
-
-2011-09-09 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * xnee 3.10-1
-
-2011-04-10 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * xnee 3.09-1
-
-2009-12-25 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * Update to major release 3.05

Copied: xnee/repos/community-i686/xnee.changelog (from rev 88302, 
xnee/trunk/xnee.changelog)

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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 12:31:57
  Author: tpowa
Revision: 182948

upgpkg: gpgme 1.4.0-1

bump to latest version

Modified:
  gpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 09:55:11 UTC (rev 182947)
+++ PKGBUILD2013-04-16 10:31:57 UTC (rev 182948)
@@ -4,7 +4,7 @@
 # Contributor: Sarah Hay sa...@archlinux.org
 
 pkgname=gpgme
-pkgver=1.3.2
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=A C wrapper library for GnuPG
 arch=('i686' 'x86_64')
@@ -14,12 +14,12 @@
 install=${pkgname}.install
 options=('!libtool' '!emptydirs')
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('326fe97077141713f0930aa87949a287'
- '4849bea218571c5ab6094d77049bd5d7')
+md5sums=('a0f93aba6d8a831ba14905085027f2f9'
+ 'SKIP')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
+  ./configure --prefix=/usr --disable-static --disable-gpgsm-test
   make
 }
 



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 12:32:11
  Author: tpowa
Revision: 182949

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

Added:
  gpgme/repos/testing-i686/
  gpgme/repos/testing-i686/PKGBUILD
(from rev 182948, gpgme/trunk/PKGBUILD)
  gpgme/repos/testing-i686/gpgme.install
(from rev 182948, gpgme/trunk/gpgme.install)
  gpgme/repos/testing-x86_64/
  gpgme/repos/testing-x86_64/PKGBUILD
(from rev 182948, gpgme/trunk/PKGBUILD)
  gpgme/repos/testing-x86_64/gpgme.install
(from rev 182948, gpgme/trunk/gpgme.install)

--+
 testing-i686/PKGBUILD|   34 ++
 testing-i686/gpgme.install   |   20 
 testing-x86_64/PKGBUILD  |   34 ++
 testing-x86_64/gpgme.install |   20 
 4 files changed, 108 insertions(+)

Copied: gpgme/repos/testing-i686/PKGBUILD (from rev 182948, 
gpgme/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-16 10:32:11 UTC (rev 182949)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('GPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('a0f93aba6d8a831ba14905085027f2f9'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-i686/gpgme.install (from rev 182948, 
gpgme/trunk/gpgme.install)
===
--- testing-i686/gpgme.install  (rev 0)
+++ testing-i686/gpgme.install  2013-04-16 10:32:11 UTC (rev 182949)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: gpgme/repos/testing-x86_64/PKGBUILD (from rev 182948, 
gpgme/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-16 10:32:11 UTC (rev 182949)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Sarah Hay sa...@archlinux.org
+
+pkgname=gpgme
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=A C wrapper library for GnuPG
+arch=('i686' 'x86_64')
+url=http://www.gnupg.org/related_software/gpgme/;
+license=('GPL')
+depends=('libgpg-error' 'pth' 'gnupg=2')
+install=${pkgname}.install
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('a0f93aba6d8a831ba14905085027f2f9'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-x86_64/gpgme.install (from rev 182948, 
gpgme/trunk/gpgme.install)
===
--- testing-x86_64/gpgme.install(rev 0)
+++ testing-x86_64/gpgme.install2013-04-16 10:32:11 UTC (rev 182949)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}



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

2013-04-16 Thread Tom Gundersen
Date: Tuesday, April 16, 2013 @ 14:12:48
  Author: tomegun
Revision: 182950

upgpkg: wayland 1.1.0-1

upstream release

Modified:
  wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 10:32:11 UTC (rev 182949)
+++ PKGBUILD2013-04-16 12:12:48 UTC (rev 182950)
@@ -4,7 +4,7 @@
 # Contributor: Joel Teichroeb j...@teichroeb.net
 
 pkgname=wayland
-pkgver=1.0.6
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('i686' 'x86_64')
@@ -27,4 +27,4 @@
   make DESTDIR=$pkgdir install
   install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }
-md5sums=('936a2590aea69fa3c0cf234d54b9137c')
+md5sums=('d2dc9398a83692cafc16eba6e45f85d8')



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

2013-04-16 Thread Tom Gundersen
Date: Tuesday, April 16, 2013 @ 14:12:55
  Author: tomegun
Revision: 182951

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

Added:
  wayland/repos/testing-i686/
  wayland/repos/testing-i686/PKGBUILD
(from rev 182950, wayland/trunk/PKGBUILD)
  wayland/repos/testing-x86_64/
  wayland/repos/testing-x86_64/PKGBUILD
(from rev 182950, wayland/trunk/PKGBUILD)

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

Copied: wayland/repos/testing-i686/PKGBUILD (from rev 182950, 
wayland/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-16 12:12:55 UTC (rev 182951)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=wayland
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen')
+options=(!libtool)
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+md5sums=('d2dc9398a83692cafc16eba6e45f85d8')

Copied: wayland/repos/testing-x86_64/PKGBUILD (from rev 182950, 
wayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-16 12:12:55 UTC (rev 182951)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=wayland
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A computer display server protocol'
+arch=('i686' 'x86_64')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+depends=('libffi' 'expat')
+makedepends=('doxygen')
+options=(!libtool)
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+md5sums=('d2dc9398a83692cafc16eba6e45f85d8')



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

2013-04-16 Thread Thorsten Töpper
Date: Tuesday, April 16, 2013 @ 14:29:27
  Author: ttoepper
Revision: 88304

upgpkg: roxterm 2.7.1-1

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 10:25:07 UTC (rev 88303)
+++ PKGBUILD2013-04-16 12:29:27 UTC (rev 88304)
@@ -3,24 +3,24 @@
 # Contributor: Alexander Fehr pizzapunk gmail com
 
 pkgname=roxterm
-pkgver=2.6.5
+pkgver=2.7.1
 pkgrel=1
-pkgdesc=Tabbed, VTE-based terminal emulator
+pkgdesc='Tabbed, VTE-based terminal emulator'
 arch=('i686' 'x86_64')
-url=http://roxterm.sourceforge.net/;
+url='http://roxterm.sourceforge.net/'
 license=('GPL3')
-depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme')
 makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 
'imagemagick' 'librsvg')
 install=roxterm.install
 source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;)
-sha1sums=('1c0062abe7c133cf606f2f12013bad5a991b33a8')
-md5sums=('c95d9a74f342573bce71a19b50d46832')
+md5sums=('97b33c75fbded13d99ecdc1452ec6d0b')
+sha1sums=('3fb4012d5b5283cb740962cd295cdfd5c6c0044d')
 
 
 build() {
   cd ${srcdir}/roxterm-${pkgver}
 
-  python2 mscript.py configure --prefix=/usr
+  python2 mscript.py configure --prefix='/usr'
   python2 mscript.py build
 }
 



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

2013-04-16 Thread Thorsten Töpper
Date: Tuesday, April 16, 2013 @ 14:29:33
  Author: ttoepper
Revision: 88305

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

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

--+
 /PKGBUILD|   64 +
 /roxterm.install |   22 
 community-i686/PKGBUILD  |   32 --
 community-i686/roxterm.install   |   11 --
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/roxterm.install |   11 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 12:29:27 UTC (rev 88304)
+++ community-i686/PKGBUILD 2013-04-16 12:29:33 UTC (rev 88305)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=roxterm
-pkgver=2.6.5
-pkgrel=1
-pkgdesc=Tabbed, VTE-based terminal emulator
-arch=('i686' 'x86_64')
-url=http://roxterm.sourceforge.net/;
-license=('GPL3')
-depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm')
-makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 
'imagemagick' 'librsvg')
-install=roxterm.install
-source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;)
-sha1sums=('1c0062abe7c133cf606f2f12013bad5a991b33a8')
-md5sums=('c95d9a74f342573bce71a19b50d46832')
-
-
-build() {
-  cd ${srcdir}/roxterm-${pkgver}
-
-  python2 mscript.py configure --prefix=/usr
-  python2 mscript.py build
-}
-
-package() {
-  cd ${srcdir}/roxterm-${pkgver}
-  python2 mscript.py install --destdir=${pkgdir}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-i686/PKGBUILD (from rev 88304, 
roxterm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 12:29:33 UTC (rev 88305)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=roxterm
+pkgver=2.7.1
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte3' 'hicolor-icon-theme')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 
'imagemagick' 'librsvg')
+install=roxterm.install
+source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;)
+md5sums=('97b33c75fbded13d99ecdc1452ec6d0b')
+sha1sums=('3fb4012d5b5283cb740962cd295cdfd5c6c0044d')
+
+
+build() {
+  cd ${srcdir}/roxterm-${pkgver}
+
+  python2 mscript.py configure --prefix='/usr'
+  python2 mscript.py build
+}
+
+package() {
+  cd ${srcdir}/roxterm-${pkgver}
+  python2 mscript.py install --destdir=${pkgdir}
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/roxterm.install
===
--- community-i686/roxterm.install  2013-04-16 12:29:27 UTC (rev 88304)
+++ community-i686/roxterm.install  2013-04-16 12:29:33 UTC (rev 88305)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: roxterm/repos/community-i686/roxterm.install (from rev 88304, 
roxterm/trunk/roxterm.install)
===
--- community-i686/roxterm.install  (rev 0)
+++ community-i686/roxterm.install  2013-04-16 12:29:33 UTC (rev 88305)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-16 12:29:27 UTC (rev 88304)
+++ community-x86_64/PKGBUILD   2013-04-16 12:29:33 UTC (rev 88305)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=roxterm
-pkgver=2.6.5
-pkgrel=1
-pkgdesc=Tabbed, VTE-based terminal emulator
-arch=('i686' 'x86_64')
-url=http://roxterm.sourceforge.net/;
-license=('GPL3')
-depends=('dbus-glib' 

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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:26:44
  Author: spupykin
Revision: 88308

upgpkg: flickcurl 1.24-1

upd

Modified:
  flickcurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:03:34 UTC (rev 88307)
+++ PKGBUILD2013-04-16 13:26:44 UTC (rev 88308)
@@ -2,15 +2,15 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=flickcurl
-pkgver=1.21
-pkgrel=3
+pkgver=1.24
+pkgrel=1
 pkgdesc=C library for the Flickr API
 arch=(i686 x86_64)
 url=http://librdf.org/flickcurl/;
 license=('GPL')
 depends=('raptor' 'curl')
 source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('d4d364231505dc22a6af42be7bc85edf')
+md5sums=('7cf6a627465471d76a5f4dc31099d9cf')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:27:02
  Author: spupykin
Revision: 88309

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:26:44 UTC (rev 88308)
+++ community-i686/PKGBUILD 2013-04-16 13:27:02 UTC (rev 88309)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=flickcurl
-pkgver=1.21
-pkgrel=3
-pkgdesc=C library for the Flickr API
-arch=(i686 x86_64)
-url=http://librdf.org/flickcurl/;
-license=('GPL')
-depends=('raptor' 'curl')
-source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('d4d364231505dc22a6af42be7bc85edf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|#include curl/types.h||' src/flickcurl_internal.h
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: flickcurl/repos/community-i686/PKGBUILD (from rev 88308, 
flickcurl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:27:02 UTC (rev 88309)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=flickcurl
+pkgver=1.24
+pkgrel=1
+pkgdesc=C library for the Flickr API
+arch=(i686 x86_64)
+url=http://librdf.org/flickcurl/;
+license=('GPL')
+depends=('raptor' 'curl')
+source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
+md5sums=('7cf6a627465471d76a5f4dc31099d9cf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|#include curl/types.h||' src/flickcurl_internal.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-16 13:26:44 UTC (rev 88308)
+++ community-x86_64/PKGBUILD   2013-04-16 13:27:02 UTC (rev 88309)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=flickcurl
-pkgver=1.21
-pkgrel=3
-pkgdesc=C library for the Flickr API
-arch=(i686 x86_64)
-url=http://librdf.org/flickcurl/;
-license=('GPL')
-depends=('raptor' 'curl')
-source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
-md5sums=('d4d364231505dc22a6af42be7bc85edf')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|#include curl/types.h||' src/flickcurl_internal.h
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: flickcurl/repos/community-x86_64/PKGBUILD (from rev 88308, 
flickcurl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-16 13:27:02 UTC (rev 88309)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=flickcurl
+pkgver=1.24
+pkgrel=1
+pkgdesc=C library for the Flickr API
+arch=(i686 x86_64)
+url=http://librdf.org/flickcurl/;
+license=('GPL')
+depends=('raptor' 'curl')
+source=(http://download.dajobe.org/flickcurl/flickcurl-$pkgver.tar.gz)
+md5sums=('7cf6a627465471d76a5f4dc31099d9cf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|#include curl/types.h||' src/flickcurl_internal.h
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:27:09
  Author: spupykin
Revision: 88310

upgpkg: fox 1.6.49-1

upd

Modified:
  fox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:27:02 UTC (rev 88309)
+++ PKGBUILD2013-04-16 13:27:09 UTC (rev 88310)
@@ -3,7 +3,7 @@
 # Contributor: Ben b...@benmazer.net
 
 pkgname=fox
-pkgver=1.6.47
+pkgver=1.6.49
 pkgrel=1
 pkgdesc=Free Objects for X: GUI Toolkit for C++
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('perl')
 options=('!libtool')
 source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz)
-md5sums=('9bd233adff5af3fc2d1139c8a22f556c')
+md5sums=('e120647d26a27ed37cd5fed8b75c8a3d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:27:26
  Author: spupykin
Revision: 88311

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:27:09 UTC (rev 88310)
+++ community-i686/PKGBUILD 2013-04-16 13:27:26 UTC (rev 88311)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Ben b...@benmazer.net
-
-pkgname=fox
-pkgver=1.6.47
-pkgrel=1
-pkgdesc=Free Objects for X: GUI Toolkit for C++
-arch=('i686' 'x86_64')
-url=http://www.fox-toolkit.org/;
-license=('LGPL' 'custom')
-depends=('bzip2' 'libxcursor' 'libxft' 'libxrandr' 'libxi' 'libpng' 'libtiff' 
'glu')
-makedepends=('mesa')
-optdepends=('perl')
-options=('!libtool')
-source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz)
-md5sums=('9bd233adff5af3fc2d1139c8a22f556c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export CPPFLAGS=$CPPFLAGS -I/usr/include/freetype2
-  ./configure   --prefix=/usr \
---enable-release \
---with-xft=yes \
---with-opengl=yes \
---with-xim \
---with-xshm \
---with-shape \
---with-xcursor \
---with-xrender \
---with-xrandr \
---with-xfixes \
---with-xinput
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  cd ${srcdir}/${pkgname}-${pkgver}/tests
-  make ControlPanel
-  install -m755 ${srcdir}/${pkgname}-${pkgver}/tests/.libs/ControlPanel 
${pkgdir}/usr/bin/
-  install -Dm644 ../LICENSE_ADDENDUM 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: fox/repos/community-i686/PKGBUILD (from rev 88310, fox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:27:26 UTC (rev 88311)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Ben b...@benmazer.net
+
+pkgname=fox
+pkgver=1.6.49
+pkgrel=1
+pkgdesc=Free Objects for X: GUI Toolkit for C++
+arch=('i686' 'x86_64')
+url=http://www.fox-toolkit.org/;
+license=('LGPL' 'custom')
+depends=('bzip2' 'libxcursor' 'libxft' 'libxrandr' 'libxi' 'libpng' 'libtiff' 
'glu')
+makedepends=('mesa')
+optdepends=('perl')
+options=('!libtool')
+source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz)
+md5sums=('e120647d26a27ed37cd5fed8b75c8a3d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export CPPFLAGS=$CPPFLAGS -I/usr/include/freetype2
+  ./configure   --prefix=/usr \
+--enable-release \
+--with-xft=yes \
+--with-opengl=yes \
+--with-xim \
+--with-xshm \
+--with-shape \
+--with-xcursor \
+--with-xrender \
+--with-xrandr \
+--with-xfixes \
+--with-xinput
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  cd ${srcdir}/${pkgname}-${pkgver}/tests
+  make ControlPanel
+  install -m755 ${srcdir}/${pkgname}-${pkgver}/tests/.libs/ControlPanel 
${pkgdir}/usr/bin/
+  install -Dm644 ../LICENSE_ADDENDUM 
${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-16 13:27:09 UTC (rev 88310)
+++ community-x86_64/PKGBUILD   2013-04-16 13:27:26 UTC (rev 88311)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Ben b...@benmazer.net
-
-pkgname=fox
-pkgver=1.6.47
-pkgrel=1
-pkgdesc=Free Objects for X: GUI Toolkit for C++
-arch=('i686' 'x86_64')
-url=http://www.fox-toolkit.org/;
-license=('LGPL' 'custom')
-depends=('bzip2' 'libxcursor' 'libxft' 'libxrandr' 'libxi' 'libpng' 'libtiff' 
'glu')
-makedepends=('mesa')
-optdepends=('perl')
-options=('!libtool')
-source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz)
-md5sums=('9bd233adff5af3fc2d1139c8a22f556c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export CPPFLAGS=$CPPFLAGS -I/usr/include/freetype2
-  ./configure   --prefix=/usr \
---enable-release \
---with-xft=yes \
-

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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:27:34
  Author: spupykin
Revision: 88312

upgpkg: gprolog 1.4.3-1

upd

Modified:
  gprolog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:27:26 UTC (rev 88311)
+++ PKGBUILD2013-04-16 13:27:34 UTC (rev 88312)
@@ -4,7 +4,7 @@
 # Contributer: Jason Chu j...@xentac.net
 
 pkgname=gprolog
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc=GNU Prolog
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=()
 license=('GPL')
 source=(ftp://ftp.gnu.org/gnu/gprolog/gprolog-$pkgver.tar.gz)
-md5sums=('e9266515435dffbcabf5af8fcd2f2204')
+md5sums=('c6d62f93a0274492a2029c267ca8edee')
 
 build() {
cd $srcdir/gprolog-$pkgver/src



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:27:51
  Author: spupykin
Revision: 88313

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:27:34 UTC (rev 88312)
+++ community-i686/PKGBUILD 2013-04-16 13:27:51 UTC (rev 88313)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributer: Jason Chu j...@xentac.net
-
-pkgname=gprolog
-pkgver=1.4.2
-pkgrel=1
-pkgdesc=GNU Prolog
-arch=('i686' 'x86_64')
-url=http://www.gprolog.org/;
-depends=()
-license=('GPL')
-source=(ftp://ftp.gnu.org/gnu/gprolog/gprolog-$pkgver.tar.gz)
-md5sums=('e9266515435dffbcabf5af8fcd2f2204')
-
-build() {
-   cd $srcdir/gprolog-$pkgver/src
-   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-   make
-}
-
-package() {
-   cd $srcdir/gprolog-$pkgver/src
-   make install \
-   INSTALL_DIR=$pkgdir/usr/share/gprolog \
-   LINKS_DIR=$pkgdir/usr/bin \
-   DOC_DIR=$pkgdir/usr/share/gprolog/doc \
-   HTML_DIR=$pkgdir/usr/share/gprolog/doc/Html \
-   EXAMPLES_DIR=$pkgdir/usr/share/gprolog \
-   sysconfdir=$pkgdir/etc \
-   localstatedir=$pkgdir/var
-   cd $pkgdir/usr/bin
-   rm *
-   ln -s /usr/share/gprolog/bin/fd2c
-   ln -s /usr/share/gprolog/bin/gplc
-   ln -s /usr/share/gprolog/bin/gprolog
-   ln -s /usr/share/gprolog/bin/hexgplc
-   ln -s /usr/share/gprolog/bin/ma2asm
-   ln -s /usr/share/gprolog/bin/pl2wam
-   ln -s /usr/share/gprolog/bin/wam2ma
-}

Copied: gprolog/repos/community-i686/PKGBUILD (from rev 88312, 
gprolog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:27:51 UTC (rev 88313)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributer: Jason Chu j...@xentac.net
+
+pkgname=gprolog
+pkgver=1.4.3
+pkgrel=1
+pkgdesc=GNU Prolog
+arch=('i686' 'x86_64')
+url=http://www.gprolog.org/;
+depends=()
+license=('GPL')
+source=(ftp://ftp.gnu.org/gnu/gprolog/gprolog-$pkgver.tar.gz)
+md5sums=('c6d62f93a0274492a2029c267ca8edee')
+
+build() {
+   cd $srcdir/gprolog-$pkgver/src
+   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+   make
+}
+
+package() {
+   cd $srcdir/gprolog-$pkgver/src
+   make install \
+   INSTALL_DIR=$pkgdir/usr/share/gprolog \
+   LINKS_DIR=$pkgdir/usr/bin \
+   DOC_DIR=$pkgdir/usr/share/gprolog/doc \
+   HTML_DIR=$pkgdir/usr/share/gprolog/doc/Html \
+   EXAMPLES_DIR=$pkgdir/usr/share/gprolog \
+   sysconfdir=$pkgdir/etc \
+   localstatedir=$pkgdir/var
+   cd $pkgdir/usr/bin
+   rm *
+   ln -s /usr/share/gprolog/bin/fd2c
+   ln -s /usr/share/gprolog/bin/gplc
+   ln -s /usr/share/gprolog/bin/gprolog
+   ln -s /usr/share/gprolog/bin/hexgplc
+   ln -s /usr/share/gprolog/bin/ma2asm
+   ln -s /usr/share/gprolog/bin/pl2wam
+   ln -s /usr/share/gprolog/bin/wam2ma
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-16 13:27:34 UTC (rev 88312)
+++ community-x86_64/PKGBUILD   2013-04-16 13:27:51 UTC (rev 88313)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributer: Jason Chu j...@xentac.net
-
-pkgname=gprolog
-pkgver=1.4.2
-pkgrel=1
-pkgdesc=GNU Prolog
-arch=('i686' 'x86_64')
-url=http://www.gprolog.org/;
-depends=()
-license=('GPL')
-source=(ftp://ftp.gnu.org/gnu/gprolog/gprolog-$pkgver.tar.gz)
-md5sums=('e9266515435dffbcabf5af8fcd2f2204')
-
-build() {
-   cd $srcdir/gprolog-$pkgver/src
-   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-   make
-}
-
-package() {
-   cd $srcdir/gprolog-$pkgver/src
-   make install \
-   INSTALL_DIR=$pkgdir/usr/share/gprolog \
-   LINKS_DIR=$pkgdir/usr/bin \
-   DOC_DIR=$pkgdir/usr/share/gprolog/doc \
-   HTML_DIR=$pkgdir/usr/share/gprolog/doc/Html \
-   EXAMPLES_DIR=$pkgdir/usr/share/gprolog \
-   sysconfdir=$pkgdir/etc \
-   localstatedir=$pkgdir/var
-   cd $pkgdir/usr/bin
-   rm *
-   ln -s /usr/share/gprolog/bin/fd2c
-   ln -s /usr/share/gprolog/bin/gplc
-   ln 

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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:27:58
  Author: spupykin
Revision: 88314

upgpkg: libmaa 1.3.2-1

upd

Modified:
  libmaa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:27:51 UTC (rev 88313)
+++ PKGBUILD2013-04-16 13:27:58 UTC (rev 88314)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=libmaa
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc=Provides many low-level data structures which are helpful for writing 
compilers
 url=http://sourceforge.net/projects/dict/;
@@ -12,7 +12,7 @@
 makedepends=('flex')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/dict/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('04fcb72e8767c0795059bf397f5a0355')
+md5sums=('01dab2cde2e0a322653e45bfa63537ee')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:28:16
  Author: spupykin
Revision: 88315

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

Added:
  libmaa/repos/community-i686/PKGBUILD
(from rev 88314, libmaa/trunk/PKGBUILD)
  libmaa/repos/community-x86_64/PKGBUILD
(from rev 88314, libmaa/trunk/PKGBUILD)
Deleted:
  libmaa/repos/community-i686/PKGBUILD
  libmaa/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-04-16 13:27:58 UTC (rev 88314)
+++ community-i686/PKGBUILD 2013-04-16 13:28:16 UTC (rev 88315)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 1528 2009-08-25 09:47:25Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=libmaa
-pkgver=1.3.1
-pkgrel=1
-pkgdesc=Provides many low-level data structures which are helpful for writing 
compilers
-url=http://sourceforge.net/projects/dict/;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('flex')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/dict/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('04fcb72e8767c0795059bf397f5a0355')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: libmaa/repos/community-i686/PKGBUILD (from rev 88314, 
libmaa/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:28:16 UTC (rev 88315)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=libmaa
+pkgver=1.3.2
+pkgrel=1
+pkgdesc=Provides many low-level data structures which are helpful for writing 
compilers
+url=http://sourceforge.net/projects/dict/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('flex')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/dict/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('01dab2cde2e0a322653e45bfa63537ee')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-16 13:27:58 UTC (rev 88314)
+++ community-x86_64/PKGBUILD   2013-04-16 13:28:16 UTC (rev 88315)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 1528 2009-08-25 09:47:25Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=libmaa
-pkgver=1.3.1
-pkgrel=1
-pkgdesc=Provides many low-level data structures which are helpful for writing 
compilers
-url=http://sourceforge.net/projects/dict/;
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('flex')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/dict/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('04fcb72e8767c0795059bf397f5a0355')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: libmaa/repos/community-x86_64/PKGBUILD (from rev 88314, 
libmaa/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-16 13:28:16 UTC (rev 88315)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=libmaa
+pkgver=1.3.2
+pkgrel=1
+pkgdesc=Provides many low-level data structures which are helpful for writing 
compilers
+url=http://sourceforge.net/projects/dict/;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('flex')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/dict/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('01dab2cde2e0a322653e45bfa63537ee')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:28:20
  Author: spupykin
Revision: 88316

upgpkg: libmatchbox 1.10-1

upd

Modified:
  libmatchbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:28:16 UTC (rev 88315)
+++ PKGBUILD2013-04-16 13:28:20 UTC (rev 88316)
@@ -3,23 +3,21 @@
 # Contributor: Henrique C. Alves hcarvalhoal...@gmail.com
 
 pkgname=libmatchbox
-pkgver=1.9
-pkgrel=5
+pkgver=1.10
+pkgrel=1
 pkgdesc=Base library for Matchbox WM
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('pango' 'libpng' 'libjpeg=7' 'xsettings-client' 'libxext')
 options=('!libtool')
 url=http://matchbox-project.org/;
-source=(http://matchbox-project.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
-   libpng15.patch)
-md5sums=('9f73e7515cc4679171a5db180dc1343b'
- '09f782c76fe313efd0e87fabb276e2fe')
+source=(http://downloads.yoctoproject.org/releases/matchbox/libmatchbox/$pkgver/libmatchbox-$pkgver.tar.gz)
+md5sums=('042c5874631dfb95151aa793dc1434b8')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  sed -i 's|png_check_sig( header, 8 )|png_sig_cmp( header, 0, 8 ) == 0|' 
libmb/mbpixbuf.c
-  patch -Rp1 $srcdir/libpng15.patch
+#  sed -i 's|png_check_sig( header, 8 )|png_sig_cmp( header, 0, 8 ) == 0|' 
libmb/mbpixbuf.c
+#  patch -Rp1 $srcdir/libpng15.patch
   LDFLAGS=-lX11 ./configure --prefix=/usr --enable-pango --enable-jpeg 
--enable-xsettings
   make
 }



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:28:36
  Author: spupykin
Revision: 88317

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

Added:
  libmatchbox/repos/community-i686/PKGBUILD
(from rev 88316, libmatchbox/trunk/PKGBUILD)
  libmatchbox/repos/community-i686/libpng15.patch
(from rev 88316, libmatchbox/trunk/libpng15.patch)
  libmatchbox/repos/community-x86_64/PKGBUILD
(from rev 88316, libmatchbox/trunk/PKGBUILD)
  libmatchbox/repos/community-x86_64/libpng15.patch
(from rev 88316, libmatchbox/trunk/libpng15.patch)
Deleted:
  libmatchbox/repos/community-i686/PKGBUILD
  libmatchbox/repos/community-i686/libpng15.patch
  libmatchbox/repos/community-x86_64/PKGBUILD
  libmatchbox/repos/community-x86_64/libpng15.patch

-+
 /PKGBUILD   |   56 ++
 /libpng15.patch |   46 +++
 community-i686/PKGBUILD |   26 -
 community-i686/libpng15.patch   |   23 ---
 community-x86_64/PKGBUILD   |   26 -
 community-x86_64/libpng15.patch |   23 ---
 6 files changed, 102 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:28:20 UTC (rev 88316)
+++ community-i686/PKGBUILD 2013-04-16 13:28:36 UTC (rev 88317)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Henrique C. Alves hcarvalhoal...@gmail.com
-
-pkgname=libmatchbox
-pkgver=1.9
-pkgrel=5
-pkgdesc=Base library for Matchbox WM
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('pango' 'libpng' 'libjpeg=7' 'xsettings-client' 'libxext')
-options=('!libtool')
-url=http://matchbox-project.org/;
-source=(http://matchbox-project.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
-   libpng15.patch)
-md5sums=('9f73e7515cc4679171a5db180dc1343b'
- '09f782c76fe313efd0e87fabb276e2fe')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|png_check_sig( header, 8 )|png_sig_cmp( header, 0, 8 ) == 0|' 
libmb/mbpixbuf.c
-  patch -Rp1 $srcdir/libpng15.patch
-  LDFLAGS=-lX11 ./configure --prefix=/usr --enable-pango --enable-jpeg 
--enable-xsettings
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: libmatchbox/repos/community-i686/PKGBUILD (from rev 88316, 
libmatchbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:28:36 UTC (rev 88317)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Henrique C. Alves hcarvalhoal...@gmail.com
+
+pkgname=libmatchbox
+pkgver=1.10
+pkgrel=1
+pkgdesc=Base library for Matchbox WM
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('pango' 'libpng' 'libjpeg=7' 'xsettings-client' 'libxext')
+options=('!libtool')
+url=http://matchbox-project.org/;
+source=(http://downloads.yoctoproject.org/releases/matchbox/libmatchbox/$pkgver/libmatchbox-$pkgver.tar.gz)
+md5sums=('042c5874631dfb95151aa793dc1434b8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+#  sed -i 's|png_check_sig( header, 8 )|png_sig_cmp( header, 0, 8 ) == 0|' 
libmb/mbpixbuf.c
+#  patch -Rp1 $srcdir/libpng15.patch
+  LDFLAGS=-lX11 ./configure --prefix=/usr --enable-pango --enable-jpeg 
--enable-xsettings
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/libpng15.patch
===
--- community-i686/libpng15.patch   2013-04-16 13:28:20 UTC (rev 88316)
+++ community-i686/libpng15.patch   2013-04-16 13:28:36 UTC (rev 88317)
@@ -1,23 +0,0 @@
-diff -wbBur libmatchbox-1.9/libmb/mbpixbuf.c 
libmatchbox-1.9.org/libmb/mbpixbuf.c
 libmatchbox-1.9/libmb/mbpixbuf.c   2012-01-19 21:57:56.0 +0400
-+++ libmatchbox-1.9.org/libmb/mbpixbuf.c   2006-07-26 23:12:25.0 
+0400
-@@ -247,7 +247,7 @@
- return NULL;
-   }
- 
--  if ( setjmp( png_jmpbuf(png_ptr) ) ) {
-+  if ( setjmp( png_ptr-jmpbuf ) ) {
- png_destroy_read_struct( png_ptr, info_ptr, NULL);
- fclose(fd);
- return NULL;
-@@ -269,8 +269,8 @@
-   ( color_type == PNG_COLOR_TYPE_GRAY_ALPHA ))
- png_set_gray_to_rgb(png_ptr);
-  
--  if ( png_get_color_type(png_ptr, info_ptr) == PNG_COLOR_TYPE_RGB_ALPHA 
--   || png_get_color_type(png_ptr, info_ptr) == PNG_COLOR_TYPE_GRAY_ALPHA
-+  if ( info_ptr-color_type == PNG_COLOR_TYPE_RGB_ALPHA 
-+   || info_ptr-color_type == PNG_COLOR_TYPE_GRAY_ALPHA
-)
- *has_alpha = 1;
-   else

Copied: libmatchbox/repos/community-i686/libpng15.patch (from rev 88316, 
libmatchbox/trunk/libpng15.patch)
===
--- community-i686/libpng15.patch   (rev 0)
+++ 

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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:28:40
  Author: spupykin
Revision: 88318

upgpkg: libmicrohttpd 0.9.26-1

upd

Modified:
  libmicrohttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:28:36 UTC (rev 88317)
+++ PKGBUILD2013-04-16 13:28:40 UTC (rev 88318)
@@ -6,8 +6,8 @@
 # Contributor: Mathias Rohnstock links...@gmx.de
 
 pkgname=libmicrohttpd
-pkgver=0.9.25
-pkgrel=2
+pkgver=0.9.26
+pkgrel=1
 pkgdesc=a small C library that is supposed to make it easy to run an HTTP 
server as part of another application.
 arch=('i686' 'x86_64')
 url=http://www.gnu.org/software/libmicrohttpd/;
@@ -16,7 +16,7 @@
 depends=('gnutls' 'libgcrypt')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('4f3b8ccd50e7133283f2aec5cc21620f')
+md5sums=('bdac9b62fa3080890f9ab44cf29749fc')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:28:55
  Author: spupykin
Revision: 88319

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

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

+
 /PKGBUILD  |   74 +++
 /libmicrohttpd.install |   40 
 community-i686/PKGBUILD|   37 ---
 community-i686/libmicrohttpd.install   |   20 
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/libmicrohttpd.install |   20 
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:28:40 UTC (rev 88318)
+++ community-i686/PKGBUILD 2013-04-16 13:28:55 UTC (rev 88319)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Norberto Lopes shel...@mail.telepac.pt
-# Contributor: Kao Dome kaod...@gmail.com
-# Contributor: Dmitrij D. Czarkoff czark...@gmail.com
-# Contributor: Mathias Rohnstock links...@gmx.de
-
-pkgname=libmicrohttpd
-pkgver=0.9.25
-pkgrel=2
-pkgdesc=a small C library that is supposed to make it easy to run an HTTP 
server as part of another application.
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/libmicrohttpd/;
-license=('LGPL')
-options=('!libtool')
-depends=('gnutls' 'libgcrypt')
-install=libmicrohttpd.install
-source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('4f3b8ccd50e7133283f2aec5cc21620f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-dependency-tracking --enable-largefile \
-   --enable-curl --enable-messages --with-pic
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/platform.h \
-   ${pkgdir}/usr/include/$pkgname/platform.h
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/plibc/plibc.h \
-   ${pkgdir}/usr/include/$pkgname/plibc.h
-  sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} 
-I${includedir}/libmicrohttpd#' \
-   $pkgdir/usr/lib/pkgconfig/libmicrohttpd.pc
-}

Copied: libmicrohttpd/repos/community-i686/PKGBUILD (from rev 88318, 
libmicrohttpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:28:55 UTC (rev 88319)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Norberto Lopes shel...@mail.telepac.pt
+# Contributor: Kao Dome kaod...@gmail.com
+# Contributor: Dmitrij D. Czarkoff czark...@gmail.com
+# Contributor: Mathias Rohnstock links...@gmx.de
+
+pkgname=libmicrohttpd
+pkgver=0.9.26
+pkgrel=1
+pkgdesc=a small C library that is supposed to make it easy to run an HTTP 
server as part of another application.
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libmicrohttpd/;
+license=('LGPL')
+options=('!libtool')
+depends=('gnutls' 'libgcrypt')
+install=libmicrohttpd.install
+source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
+md5sums=('bdac9b62fa3080890f9ab44cf29749fc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-dependency-tracking --enable-largefile \
+   --enable-curl --enable-messages --with-pic
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/platform.h \
+   ${pkgdir}/usr/include/$pkgname/platform.h
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/plibc/plibc.h \
+   ${pkgdir}/usr/include/$pkgname/plibc.h
+  sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} 
-I${includedir}/libmicrohttpd#' \
+   $pkgdir/usr/lib/pkgconfig/libmicrohttpd.pc
+}

Deleted: community-i686/libmicrohttpd.install
===
--- community-i686/libmicrohttpd.install2013-04-16 13:28:40 UTC (rev 
88318)
+++ community-i686/libmicrohttpd.install2013-04-16 13:28:55 UTC (rev 
88319)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libmicrohttpd.info 

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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:29:00
  Author: spupykin
Revision: 88320

upgpkg: libmilter 8.14.6-1

upd

Modified:
  libmilter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:28:55 UTC (rev 88319)
+++ PKGBUILD2013-04-16 13:29:00 UTC (rev 88320)
@@ -3,14 +3,14 @@
 # Maintainer: mutantmonkey mutantmon...@gmail.com
 
 pkgname=libmilter
-pkgver=8.14.5
+pkgver=8.14.6
 pkgrel=1
 pkgdesc=libmilter
 arch=(i686 x86_64)
 url=http://www.postfix.org/MILTER_README.html;
 license=('custom:Sendmail open source license')
 source=ftp://ftp.sendmail.org/pub/sendmail/sendmail.${pkgver}.tar.gz;
-md5sums=('02ccfc331cc81ed00ec8bb5ecfc69018')
+md5sums=('9eeed3d1baecbf4e17d829d2ec005553')
 
 build(){
   cd ${srcdir}/sendmail-${pkgver}



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:29:18
  Author: spupykin
Revision: 88321

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:29:00 UTC (rev 88320)
+++ community-i686/PKGBUILD 2013-04-16 13:29:18 UTC (rev 88321)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mutantmonkey mutantmon...@gmail.com
-
-pkgname=libmilter
-pkgver=8.14.5
-pkgrel=1
-pkgdesc=libmilter
-arch=(i686 x86_64)
-url=http://www.postfix.org/MILTER_README.html;
-license=('custom:Sendmail open source license')
-source=ftp://ftp.sendmail.org/pub/sendmail/sendmail.${pkgver}.tar.gz;
-md5sums=('02ccfc331cc81ed00ec8bb5ecfc69018')
-
-build(){
-  cd ${srcdir}/sendmail-${pkgver}
-
-  # From 
http://www.j-chkmail.org/wiki/doku.php/doc/installation/start#libmilter
-  cat  devtools/Site/site.config.m4 EOF
-dnl
-dnl Enable libmilter with a pool of workers
-APPENDDEF(\`conf_libmilter_ENVDEF',\`-D_FFR_WORKERS_POOL=1 -DMIN_WORKERS=4')
-dnl
-dnl Use poll instead of select
-APPENDDEF(\`conf_libmilter_ENVDEF',\`-DSM_CONF_POLL=1')
-dnl Enable IPv6
-APPENDDEF(\`conf_libmilter_ENVDEF',\`-DNETINET6=1')
-dnl
-dnl Include our CFLAGS
-APPENDDEF(\`conf_libmilter_ENVDEF',\`${CFLAGS}')
-dnl
-dnl Add -fPIC
-APPENDDEF(\`conf_libmilter_ENVDEF',\`-fPIC')
-dnl
-EOF
-
-  cd libmilter
-  ./Build
-}
-
-package(){
-  cd ${srcdir}/sendmail-${pkgver}/libmilter
-  mkdir -p ${pkgdir}/usr/lib
-  ./Build DESTDIR=${pkgdir} install
-  install -Dm0644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  chown -R root:root $pkgdir
-}

Copied: libmilter/repos/community-i686/PKGBUILD (from rev 88320, 
libmilter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:29:18 UTC (rev 88321)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: mutantmonkey mutantmon...@gmail.com
+
+pkgname=libmilter
+pkgver=8.14.6
+pkgrel=1
+pkgdesc=libmilter
+arch=(i686 x86_64)
+url=http://www.postfix.org/MILTER_README.html;
+license=('custom:Sendmail open source license')
+source=ftp://ftp.sendmail.org/pub/sendmail/sendmail.${pkgver}.tar.gz;
+md5sums=('9eeed3d1baecbf4e17d829d2ec005553')
+
+build(){
+  cd ${srcdir}/sendmail-${pkgver}
+
+  # From 
http://www.j-chkmail.org/wiki/doku.php/doc/installation/start#libmilter
+  cat  devtools/Site/site.config.m4 EOF
+dnl
+dnl Enable libmilter with a pool of workers
+APPENDDEF(\`conf_libmilter_ENVDEF',\`-D_FFR_WORKERS_POOL=1 -DMIN_WORKERS=4')
+dnl
+dnl Use poll instead of select
+APPENDDEF(\`conf_libmilter_ENVDEF',\`-DSM_CONF_POLL=1')
+dnl Enable IPv6
+APPENDDEF(\`conf_libmilter_ENVDEF',\`-DNETINET6=1')
+dnl
+dnl Include our CFLAGS
+APPENDDEF(\`conf_libmilter_ENVDEF',\`${CFLAGS}')
+dnl
+dnl Add -fPIC
+APPENDDEF(\`conf_libmilter_ENVDEF',\`-fPIC')
+dnl
+EOF
+
+  cd libmilter
+  ./Build
+}
+
+package(){
+  cd ${srcdir}/sendmail-${pkgver}/libmilter
+  mkdir -p ${pkgdir}/usr/lib
+  ./Build DESTDIR=${pkgdir} install
+  install -Dm0644 ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  chown -R root:root $pkgdir
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-16 13:29:00 UTC (rev 88320)
+++ community-x86_64/PKGBUILD   2013-04-16 13:29:18 UTC (rev 88321)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mutantmonkey mutantmon...@gmail.com
-
-pkgname=libmilter
-pkgver=8.14.5
-pkgrel=1
-pkgdesc=libmilter
-arch=(i686 x86_64)
-url=http://www.postfix.org/MILTER_README.html;
-license=('custom:Sendmail open source license')
-source=ftp://ftp.sendmail.org/pub/sendmail/sendmail.${pkgver}.tar.gz;
-md5sums=('02ccfc331cc81ed00ec8bb5ecfc69018')
-
-build(){
-  cd ${srcdir}/sendmail-${pkgver}
-
-  # From 
http://www.j-chkmail.org/wiki/doku.php/doc/installation/start#libmilter
-  cat  devtools/Site/site.config.m4 EOF
-dnl
-dnl Enable libmilter with a pool of workers
-APPENDDEF(\`conf_libmilter_ENVDEF',\`-D_FFR_WORKERS_POOL=1 -DMIN_WORKERS=4')
-dnl
-dnl Use poll instead of select
-APPENDDEF(\`conf_libmilter_ENVDEF',\`-DSM_CONF_POLL=1')
-dnl Enable IPv6
-APPENDDEF(\`conf_libmilter_ENVDEF',\`-DNETINET6=1')

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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:29:22
  Author: spupykin
Revision: 88322

upgpkg: libosip2 4.0.0-1

upd

Modified:
  libosip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:29:18 UTC (rev 88321)
+++ PKGBUILD2013-04-16 13:29:22 UTC (rev 88322)
@@ -3,7 +3,7 @@
 # Contributor: Michal Hybner dta...@gmail.com
 
 pkgname=libosip2
-pkgver=3.6.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc=oSIP is an implementation of SIP
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=(glibc)
 options=(!emptydirs !libtool)
 source=(http://ftp.gnu.org/gnu/osip/libosip2-${pkgver/_/-}.tar.gz)
-md5sums=('92fd1c1698235a798497887db159c9b3')
+md5sums=('c6a2c175d39ce75c15026c5738732dab')
 
 build() {
   cd $srcdir/libosip2-${pkgver/_/-}/



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:29:38
  Author: spupykin
Revision: 88323

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

Added:
  libosip2/repos/community-i686/ChangeLog
(from rev 88322, libosip2/trunk/ChangeLog)
  libosip2/repos/community-i686/PKGBUILD
(from rev 88322, libosip2/trunk/PKGBUILD)
  libosip2/repos/community-x86_64/ChangeLog
(from rev 88322, libosip2/trunk/ChangeLog)
  libosip2/repos/community-x86_64/PKGBUILD
(from rev 88322, libosip2/trunk/PKGBUILD)
Deleted:
  libosip2/repos/community-i686/ChangeLog
  libosip2/repos/community-i686/PKGBUILD
  libosip2/repos/community-x86_64/ChangeLog
  libosip2/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   22 +
 /PKGBUILD  |   96 +++
 community-i686/ChangeLog   |   11 
 community-i686/PKGBUILD|   44 ---
 community-x86_64/ChangeLog |   11 
 community-x86_64/PKGBUILD  |   44 ---
 6 files changed, 118 insertions(+), 110 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-04-16 13:29:22 UTC (rev 88322)
+++ community-i686/ChangeLog2013-04-16 13:29:38 UTC (rev 88323)
@@ -1,11 +0,0 @@
-2008-04-20  Darwin Bautista  djclue...@gmail.com
-* libosip2 3.1.0-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  djclue...@gmail.com
-* libosip2 3.0.3_2-1
-* New upstream release
-
-2007-11-16  Darwin Bautista  djclue...@gmail.com
-* libosip2 2.2.2-1
-* Reverting back to old version since Linphone requires it

Copied: libosip2/repos/community-i686/ChangeLog (from rev 88322, 
libosip2/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-04-16 13:29:38 UTC (rev 88323)
@@ -0,0 +1,11 @@
+2008-04-20  Darwin Bautista  djclue...@gmail.com
+* libosip2 3.1.0-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  djclue...@gmail.com
+* libosip2 3.0.3_2-1
+* New upstream release
+
+2007-11-16  Darwin Bautista  djclue...@gmail.com
+* libosip2 2.2.2-1
+* Reverting back to old version since Linphone requires it

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:29:22 UTC (rev 88322)
+++ community-i686/PKGBUILD 2013-04-16 13:29:38 UTC (rev 88323)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Michal Hybner dta...@gmail.com
-
-pkgname=libosip2
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=oSIP is an implementation of SIP
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/osip/;
-license=('LGPL')
-depends=(glibc)
-options=(!emptydirs !libtool)
-source=(http://ftp.gnu.org/gnu/osip/libosip2-${pkgver/_/-}.tar.gz)
-md5sums=('92fd1c1698235a798497887db159c9b3')
-
-build() {
-  cd $srcdir/libosip2-${pkgver/_/-}/
-
-  patch -p1 EOF
-diff -wbBur libosip2-3.1.0/src/osip2/port_sema.c 
libosip2-3.1.0.my/src/osip2/port_sema.c
 libosip2-3.1.0/src/osip2/port_sema.c   2007-06-05 14:17:50.0 
+0400
-+++ libosip2-3.1.0.my/src/osip2/port_sema.c2008-10-22 17:47:37.0 
+0400
-@@ -22,6 +22,14 @@
- #include stdlib.h
- #include stdio.h
-
-+union semun
-+{
-+ int val;
-+ struct semid_ds *buf;
-+ unsigned short int *array;
-+ struct seminfo *__buf;
-+};
-+
- #include osip2/internal.h
-
- #include osip2/internal.h
-EOF
-
-  ./configure --prefix=/usr --disable-semaphore --enable-sysv
-  make 
-  make DESTDIR=$pkgdir install
-}

Copied: libosip2/repos/community-i686/PKGBUILD (from rev 88322, 
libosip2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:29:38 UTC (rev 88323)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Michal Hybner dta...@gmail.com
+
+pkgname=libosip2
+pkgver=4.0.0
+pkgrel=1
+pkgdesc=oSIP is an implementation of SIP
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/osip/;
+license=('LGPL')
+depends=(glibc)
+options=(!emptydirs !libtool)
+source=(http://ftp.gnu.org/gnu/osip/libosip2-${pkgver/_/-}.tar.gz)
+md5sums=('c6a2c175d39ce75c15026c5738732dab')
+
+build() {
+  cd $srcdir/libosip2-${pkgver/_/-}/
+
+  patch -p1 EOF
+diff -wbBur libosip2-3.1.0/src/osip2/port_sema.c 
libosip2-3.1.0.my/src/osip2/port_sema.c
+--- libosip2-3.1.0/src/osip2/port_sema.c   2007-06-05 14:17:50.0 
+0400
 libosip2-3.1.0.my/src/osip2/port_sema.c2008-10-22 17:47:37.0 
+0400
+@@ -22,6 +22,14 @@
+ #include stdlib.h
+ #include stdio.h
+
++union semun
++{
++ int val;
++ struct semid_ds *buf;
++ unsigned short int *array;
++ struct seminfo *__buf;
++};
++
+ #include osip2/internal.h
+
+ 

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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:29:42
  Author: spupykin
Revision: 88324

upgpkg: lockfile-progs 0.1.17-1

upd

Modified:
  lockfile-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:29:38 UTC (rev 88323)
+++ PKGBUILD2013-04-16 13:29:42 UTC (rev 88324)
@@ -3,8 +3,8 @@
 # Contributor: Andreas Wagner Andreas dot Wagner at em dot uni-frankfurt dot 
de
 
 pkgname=lockfile-progs
-pkgver=0.1.15
-pkgrel=2
+pkgver=0.1.17
+pkgrel=1
 pkgdesc=programs for locking and unlocking files and mailboxes
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,15 +12,15 @@
 depends=('glibc')
 makedepends=('gcc' 'make' 'liblockfile')
 
source=(http://ftp.debian.org/debian/pool/main/l/lockfile-progs/${pkgname}_${pkgver}.tar.gz)
-md5sums=('abfcda83a1868073673f4d78066b8f8a')
+md5sums=('64424a766fbc8cf6d613fcc14a096e14')
 
 build() {
-cd $srcdir/sid
+cd $srcdir/lockfile-progs-$pkgver
 make CFLAGS=-g -Wall -O2
 }
 
 package() {
-cd $srcdir/sid
+cd $srcdir/lockfile-progs-$pkgver
 mkdir -p $pkgdir/usr/bin
 install -s bin/* $pkgdir/usr/bin
 mkdir -p $pkgdir/usr/share/man/man1



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:30:02
  Author: spupykin
Revision: 88325

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

Added:
  lockfile-progs/repos/community-i686/PKGBUILD
(from rev 88324, lockfile-progs/trunk/PKGBUILD)
  lockfile-progs/repos/community-x86_64/PKGBUILD
(from rev 88324, lockfile-progs/trunk/PKGBUILD)
Deleted:
  lockfile-progs/repos/community-i686/PKGBUILD
  lockfile-progs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:29:42 UTC (rev 88324)
+++ community-i686/PKGBUILD 2013-04-16 13:30:02 UTC (rev 88325)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andreas Wagner Andreas dot Wagner at em dot uni-frankfurt dot 
de
-
-pkgname=lockfile-progs
-pkgver=0.1.15
-pkgrel=2
-pkgdesc=programs for locking and unlocking files and mailboxes
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://packages.debian.org/unstable/misc/lockfile-progs;
-depends=('glibc')
-makedepends=('gcc' 'make' 'liblockfile')
-source=(http://ftp.debian.org/debian/pool/main/l/lockfile-progs/${pkgname}_${pkgver}.tar.gz)
-md5sums=('abfcda83a1868073673f4d78066b8f8a')
-
-build() {
-cd $srcdir/sid
-make CFLAGS=-g -Wall -O2
-}
-
-package() {
-cd $srcdir/sid
-mkdir -p $pkgdir/usr/bin
-install -s bin/* $pkgdir/usr/bin
-mkdir -p $pkgdir/usr/share/man/man1
-install man/*.1 $pkgdir/usr/share/man/man1
-}

Copied: lockfile-progs/repos/community-i686/PKGBUILD (from rev 88324, 
lockfile-progs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:30:02 UTC (rev 88325)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andreas Wagner Andreas dot Wagner at em dot uni-frankfurt dot 
de
+
+pkgname=lockfile-progs
+pkgver=0.1.17
+pkgrel=1
+pkgdesc=programs for locking and unlocking files and mailboxes
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://packages.debian.org/unstable/misc/lockfile-progs;
+depends=('glibc')
+makedepends=('gcc' 'make' 'liblockfile')
+source=(http://ftp.debian.org/debian/pool/main/l/lockfile-progs/${pkgname}_${pkgver}.tar.gz)
+md5sums=('64424a766fbc8cf6d613fcc14a096e14')
+
+build() {
+cd $srcdir/lockfile-progs-$pkgver
+make CFLAGS=-g -Wall -O2
+}
+
+package() {
+cd $srcdir/lockfile-progs-$pkgver
+mkdir -p $pkgdir/usr/bin
+install -s bin/* $pkgdir/usr/bin
+mkdir -p $pkgdir/usr/share/man/man1
+install man/*.1 $pkgdir/usr/share/man/man1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-16 13:29:42 UTC (rev 88324)
+++ community-x86_64/PKGBUILD   2013-04-16 13:30:02 UTC (rev 88325)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andreas Wagner Andreas dot Wagner at em dot uni-frankfurt dot 
de
-
-pkgname=lockfile-progs
-pkgver=0.1.15
-pkgrel=2
-pkgdesc=programs for locking and unlocking files and mailboxes
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://packages.debian.org/unstable/misc/lockfile-progs;
-depends=('glibc')
-makedepends=('gcc' 'make' 'liblockfile')
-source=(http://ftp.debian.org/debian/pool/main/l/lockfile-progs/${pkgname}_${pkgver}.tar.gz)
-md5sums=('abfcda83a1868073673f4d78066b8f8a')
-
-build() {
-cd $srcdir/sid
-make CFLAGS=-g -Wall -O2
-}
-
-package() {
-cd $srcdir/sid
-mkdir -p $pkgdir/usr/bin
-install -s bin/* $pkgdir/usr/bin
-mkdir -p $pkgdir/usr/share/man/man1
-install man/*.1 $pkgdir/usr/share/man/man1
-}

Copied: lockfile-progs/repos/community-x86_64/PKGBUILD (from rev 88324, 
lockfile-progs/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-16 13:30:02 UTC (rev 88325)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andreas Wagner Andreas dot Wagner at em dot uni-frankfurt dot 
de
+
+pkgname=lockfile-progs
+pkgver=0.1.17
+pkgrel=1
+pkgdesc=programs for locking and unlocking files and mailboxes
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://packages.debian.org/unstable/misc/lockfile-progs;
+depends=('glibc')
+makedepends=('gcc' 'make' 'liblockfile')
+source=(http://ftp.debian.org/debian/pool/main/l/lockfile-progs/${pkgname}_${pkgver}.tar.gz)
+md5sums=('64424a766fbc8cf6d613fcc14a096e14')
+
+build() {
+cd 

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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:30:07
  Author: spupykin
Revision: 88326

upgpkg: netcf 0.2.3-1

upd

Modified:
  netcf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:30:02 UTC (rev 88325)
+++ PKGBUILD2013-04-16 13:30:07 UTC (rev 88326)
@@ -3,8 +3,8 @@
 # Contributor: Aurélien Wailly aurelien.wai...@gmail.com
 
 pkgname=netcf
-pkgver=0.2.2
-pkgrel=4
+pkgver=0.2.3
+pkgrel=1
 pkgdesc=A library for configuring network interfaces
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -13,7 +13,7 @@
 makedepends=('gcc')
 options=(!libtool)
 source=(https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz;)
-md5sums=('fbcd47101797b8fcd9519e22002cd200')
+md5sums=('bee292470b06201b59af0fad473a1b65')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:30:25
  Author: spupykin
Revision: 88327

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:30:07 UTC (rev 88326)
+++ community-i686/PKGBUILD 2013-04-16 13:30:25 UTC (rev 88327)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
-
-pkgname=netcf
-pkgver=0.2.2
-pkgrel=4
-pkgdesc=A library for configuring network interfaces
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=https://fedorahosted.org/netcf/;
-depends=('augeas=0.7.4' 'netctl' 'libxslt' 'libxml2' 'libnl')
-makedepends=('gcc')
-options=(!libtool)
-source=(https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz;)
-md5sums=('fbcd47101797b8fcd9519e22002cd200')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  aclocal
-  automake --add-missing || true
-  autoreconf
-  ./configure --prefix=/usr \
-   --disable-static \
-   --with-init-script=none \
-   --with-driver=redhat
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf $pkgdir/etc/rc.d/init.d
-}

Copied: netcf/repos/community-i686/PKGBUILD (from rev 88326, 
netcf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:30:25 UTC (rev 88327)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=netcf
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=A library for configuring network interfaces
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=https://fedorahosted.org/netcf/;
+depends=('augeas=0.7.4' 'netctl' 'libxslt' 'libxml2' 'libnl')
+makedepends=('gcc')
+options=(!libtool)
+source=(https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz;)
+md5sums=('bee292470b06201b59af0fad473a1b65')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  aclocal
+  automake --add-missing || true
+  autoreconf
+  ./configure --prefix=/usr \
+   --disable-static \
+   --with-init-script=none \
+   --with-driver=redhat
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf $pkgdir/etc/rc.d/init.d
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-16 13:30:07 UTC (rev 88326)
+++ community-x86_64/PKGBUILD   2013-04-16 13:30:25 UTC (rev 88327)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
-
-pkgname=netcf
-pkgver=0.2.2
-pkgrel=4
-pkgdesc=A library for configuring network interfaces
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=https://fedorahosted.org/netcf/;
-depends=('augeas=0.7.4' 'netctl' 'libxslt' 'libxml2' 'libnl')
-makedepends=('gcc')
-options=(!libtool)
-source=(https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz;)
-md5sums=('fbcd47101797b8fcd9519e22002cd200')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  aclocal
-  automake --add-missing || true
-  autoreconf
-  ./configure --prefix=/usr \
-   --disable-static \
-   --with-init-script=none \
-   --with-driver=redhat
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf $pkgdir/etc/rc.d/init.d
-}

Copied: netcf/repos/community-x86_64/PKGBUILD (from rev 88326, 
netcf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-16 13:30:25 UTC (rev 88327)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Aurélien Wailly aurelien.wai...@gmail.com
+
+pkgname=netcf
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=A library for configuring network interfaces
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=https://fedorahosted.org/netcf/;
+depends=('augeas=0.7.4' 'netctl' 'libxslt' 'libxml2' 'libnl')
+makedepends=('gcc')
+options=(!libtool)
+source=(https://fedorahosted.org/released/netcf/$pkgname-$pkgver.tar.gz;)
+md5sums=('bee292470b06201b59af0fad473a1b65')
+
+build() {
+  cd 

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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:30:29
  Author: spupykin
Revision: 88328

upgpkg: recoll 1.18.2-1

upd

Modified:
  recoll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:30:25 UTC (rev 88327)
+++ PKGBUILD2013-04-16 13:30:29 UTC (rev 88328)
@@ -6,8 +6,8 @@
 # Contributor: Robert Emil Berge filokte...@linuxophic.org
 
 pkgname=recoll
-pkgver=1.18.1
-pkgrel=3
+pkgver=1.18.2
+pkgrel=1
 pkgdesc=Full text search tool based on Xapian backend
 arch=('i686' 'x86_64')
 url=http://www.lesbonscomptes.com/recoll/;
@@ -31,7 +31,7 @@
'aspell-en: English stemming support')
 install=recoll.install
 source=(http://www.lesbonscomptes.com/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('f0e4ba8fc988d67a92e15f6283a485a4')
+md5sums=('fee17c0edbe9199ae7662f6ec46eda07')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -47,7 +47,7 @@
 
   sed -i '1,1i#include unistd.h' utils/rclionice.cpp
 
-  ./configure \
+  QMAKE=qmake-qt4 ./configure \
 --prefix=/usr \
 --mandir=/usr/share/man
   make



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:30:45
  Author: spupykin
Revision: 88329

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

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

-+
 /PKGBUILD   |  124 ++
 /recoll.install |   26 +++
 community-i686/PKGBUILD |   62 ---
 community-i686/recoll.install   |   13 ---
 community-x86_64/PKGBUILD   |   62 ---
 community-x86_64/recoll.install |   13 ---
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:30:29 UTC (rev 88328)
+++ community-i686/PKGBUILD 2013-04-16 13:30:45 UTC (rev 88329)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Vladimir Chizhov jagot...@gmail.com
-# Contributor: Robert Emil Berge filokte...@linuxophic.org
-
-pkgname=recoll
-pkgver=1.18.1
-pkgrel=3
-pkgdesc=Full text search tool based on Xapian backend
-arch=('i686' 'x86_64')
-url=http://www.lesbonscomptes.com/recoll/;
-license=('GPL')
-depends=('xapian-core=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 
'qtwebkit')
-makedepends=('python2')
-optdepends=('libxslt: for XML based formats (fb2,etc)'
-   'unzip: for the OpenOffice.org documents'
-   'xpdf: for pdf'
-   'pstotext: for postscipt'
-   'antiword: for msword'
-   'catdoc: for ms excel and powerpoint'
-   'unrtf: for RTF'
-   'untex: for dvi support with dvips'
-   'djvulibre: for djvu'
-   'id3lib: for mp3 tags support with id3info'
-   'python2: for using some filters'
-   'mutagen: Audio metadata'
-   'python2-pychm: CHM files'
-   'perl-image-exiftool: EXIF data from raw files'
-   'aspell-en: English stemming support')
-install=recoll.install
-source=(http://www.lesbonscomptes.com/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('f0e4ba8fc988d67a92e15f6283a485a4')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  msg2 Python2 fix
-  export PYTHON=/usr/bin/python2
-  for file in 
filters/{rclchm,rclexecm.py,rclics,rclpython,rclzip,rclaudio,rclinfo,rclkar,rcllatinclass.py,rclwar,rclrar}
 \
-  doc/user/usermanual.html; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-  sed -i 's_python$_python2_' desktop/hotrecoll.py
-  sed -i 's_python _python2 _' python/recoll/Makefile recollinstall*
-
-  sed -i '1,1i#include unistd.h' utils/rclionice.cpp
-
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: recoll/repos/community-i686/PKGBUILD (from rev 88328, 
recoll/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:30:45 UTC (rev 88329)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Vladimir Chizhov jagot...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=recoll
+pkgver=1.18.2
+pkgrel=1
+pkgdesc=Full text search tool based on Xapian backend
+arch=('i686' 'x86_64')
+url=http://www.lesbonscomptes.com/recoll/;
+license=('GPL')
+depends=('xapian-core=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 
'qtwebkit')
+makedepends=('python2')
+optdepends=('libxslt: for XML based formats (fb2,etc)'
+   'unzip: for the OpenOffice.org documents'
+   'xpdf: for pdf'
+   'pstotext: for postscipt'
+   'antiword: for msword'
+   'catdoc: for ms excel and powerpoint'
+   'unrtf: for RTF'
+   'untex: for dvi support with dvips'
+   'djvulibre: for djvu'
+   'id3lib: for mp3 tags support with id3info'
+   'python2: for using some filters'
+   'mutagen: Audio metadata'
+   'python2-pychm: CHM files'
+   'perl-image-exiftool: EXIF data from raw files'
+   'aspell-en: English 

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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:30:50
  Author: spupykin
Revision: 88330

upgpkg: roundcubemail 0.9.0-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:30:45 UTC (rev 88329)
+++ PKGBUILD2013-04-16 13:30:50 UTC (rev 88330)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=roundcubemail
-pkgver=0.9rc2
+pkgver=0.9.0
 pkgrel=1
 pkgdesc=A PHP web-based mail client
 arch=('any')
@@ -16,7 +16,7 @@
 options=('!strip')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('71b4d81da7d9bfd74210775022f0f2a0'
+md5sums=('843de3439886c2dddb0f09e9bb6a4d04'
  '88d8ef3ae01ec84cc09b35bcb100dccb')
 
 package() {



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:31:01
  Author: spupykin
Revision: 88331

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 88330, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 88330, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 88330, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |   82 +++-
 apache.conf   |   16 -
 roundcubemail.install |   18 --
 3 files changed, 55 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-16 13:30:50 UTC (rev 88330)
+++ PKGBUILD2013-04-16 13:31:01 UTC (rev 88331)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=roundcubemail
-pkgver=0.9rc2
-pkgrel=1
-pkgdesc=A PHP web-based mail client
-arch=('any')
-url=http://www.roundcube.net;
-license=('GPL')
-depends=('php')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
-   apache.conf)
-md5sums=('71b4d81da7d9bfd74210775022f0f2a0'
- '88d8ef3ae01ec84cc09b35bcb100dccb')
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv installer xinstallerx
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  mv logs $pkgdir/var/log/roundcubemail
-  ln -s /var/log/roundcubemail logs
-
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 88330, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-16 13:31:01 UTC (rev 88331)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=roundcubemail
+pkgver=0.9.0
+pkgrel=1
+pkgdesc=A PHP web-based mail client
+arch=('any')
+url=http://www.roundcube.net;
+license=('GPL')
+depends=('php')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+   apache.conf)
+md5sums=('843de3439886c2dddb0f09e9bb6a4d04'
+ '88d8ef3ae01ec84cc09b35bcb100dccb')
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  mv logs $pkgdir/var/log/roundcubemail
+  ln -s /var/log/roundcubemail logs
+
+  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+}

Deleted: apache.conf
===
--- apache.conf 2013-04-16 13:30:50 UTC (rev 88330)
+++ apache.conf 2013-04-16 13:31:01 UTC (rev 88331)
@@ -1,8 +0,0 @@
-Alias /roundcube /usr/share/webapps/roundcubemail
-Directory /usr/share/webapps/roundcubemail
-AllowOverride All
-Options FollowSymlinks
-Order allow,deny
-Allow from all
-php_admin_value open_basedir 
/tmp/:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail
-/Directory

Copied: roundcubemail/repos/community-any/apache.conf (from rev 88330, 
roundcubemail/trunk/apache.conf)
===
--- apache.conf (rev 0)
+++ apache.conf 2013-04-16 13:31:01 UTC (rev 88331)
@@ -0,0 +1,8 @@
+Alias /roundcube /usr/share/webapps/roundcubemail
+Directory /usr/share/webapps/roundcubemail
+AllowOverride All
+Options FollowSymlinks
+Order allow,deny
+Allow from all
+php_admin_value open_basedir 

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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:31:06
  Author: spupykin
Revision: 88332

upgpkg: t1utils 1.37-1

upd

Modified:
  t1utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:31:01 UTC (rev 88331)
+++ PKGBUILD2013-04-16 13:31:06 UTC (rev 88332)
@@ -3,8 +3,8 @@
 # Maintainer: Simo Leone neot...@gmail.com
 
 pkgname=t1utils
-pkgver=1.36
-pkgrel=2
+pkgver=1.37
+pkgrel=1
 pkgdesc=A collection of simple Type 1 font manipulation programs
 arch=('i686' 'x86_64')
 url=http://www.lcdf.org/~eddietwo/type/#t1utils;
@@ -12,7 +12,7 @@
 depends=('glibc')
 source=(http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz;
LICENSE)
-md5sums=('f580e78a38807bce0242b63b5da3a572'
+md5sums=('dcff07df0b334c06d1808530956a634e'
  '5a1334c824d21f0314c831f9fd19a587')
 
 build() {



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:31:22
  Author: spupykin
Revision: 88333

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

Added:
  t1utils/repos/community-i686/LICENSE
(from rev 88332, t1utils/trunk/LICENSE)
  t1utils/repos/community-i686/PKGBUILD
(from rev 88332, t1utils/trunk/PKGBUILD)
  t1utils/repos/community-x86_64/LICENSE
(from rev 88332, t1utils/trunk/LICENSE)
  t1utils/repos/community-x86_64/PKGBUILD
(from rev 88332, t1utils/trunk/PKGBUILD)
Deleted:
  t1utils/repos/community-i686/LICENSE
  t1utils/repos/community-i686/PKGBUILD
  t1utils/repos/community-x86_64/LICENSE
  t1utils/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   44 ++
 /PKGBUILD |   56 
 community-i686/LICENSE|   22 -
 community-i686/PKGBUILD   |   24 --
 community-x86_64/LICENSE  |   22 -
 community-x86_64/PKGBUILD |   24 --
 6 files changed, 100 insertions(+), 92 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2013-04-16 13:31:06 UTC (rev 88332)
+++ community-i686/LICENSE  2013-04-16 13:31:22 UTC (rev 88333)
@@ -1,22 +0,0 @@
-The README file includes the following notices:
-
-   Changes since version 1.2 (c) 1998-2000 Eddie Kohler, under the
-   same redistribution copyright as I. Lee Hetherington's. See below
-   for I. Lee Hetherington's original README from 1992, updated
-   slightly for today's t1utils.
-
-   Eddie Kohler
-   eddie...@lcs.mit.edu
-
-   Copyright (c) 1992 by I. Lee Hetherington, all rights reserved.
-
-   Permission is hereby granted to use, modify, and distribute this
-   program for any purpose provided this copyright notice and the one
-   below remain intact.
-
-   Note that these tools should not be used to illegally copy type-1
-   font programs.  Typeface design is an intricate art that should be
-   rewarded.
-
-   I. Lee Hetherington
-   i...@lcs.mit.edu

Copied: t1utils/repos/community-i686/LICENSE (from rev 88332, 
t1utils/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2013-04-16 13:31:22 UTC (rev 88333)
@@ -0,0 +1,22 @@
+The README file includes the following notices:
+
+   Changes since version 1.2 (c) 1998-2000 Eddie Kohler, under the
+   same redistribution copyright as I. Lee Hetherington's. See below
+   for I. Lee Hetherington's original README from 1992, updated
+   slightly for today's t1utils.
+
+   Eddie Kohler
+   eddie...@lcs.mit.edu
+
+   Copyright (c) 1992 by I. Lee Hetherington, all rights reserved.
+
+   Permission is hereby granted to use, modify, and distribute this
+   program for any purpose provided this copyright notice and the one
+   below remain intact.
+
+   Note that these tools should not be used to illegally copy type-1
+   font programs.  Typeface design is an intricate art that should be
+   rewarded.
+
+   I. Lee Hetherington
+   i...@lcs.mit.edu

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:31:06 UTC (rev 88332)
+++ community-i686/PKGBUILD 2013-04-16 13:31:22 UTC (rev 88333)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Simo Leone neot...@gmail.com
-
-pkgname=t1utils
-pkgver=1.36
-pkgrel=2
-pkgdesc=A collection of simple Type 1 font manipulation programs
-arch=('i686' 'x86_64')
-url=http://www.lcdf.org/~eddietwo/type/#t1utils;
-license=(custom)
-depends=('glibc')
-source=(http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz;
-   LICENSE)
-md5sums=('f580e78a38807bce0242b63b5da3a572'
- '5a1334c824d21f0314c831f9fd19a587')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-  install -D -m644 $srcdir/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: t1utils/repos/community-i686/PKGBUILD (from rev 88332, 
t1utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:31:22 UTC (rev 88333)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Simo Leone neot...@gmail.com
+
+pkgname=t1utils
+pkgver=1.37
+pkgrel=1
+pkgdesc=A collection of simple Type 1 font manipulation programs
+arch=('i686' 'x86_64')
+url=http://www.lcdf.org/~eddietwo/type/#t1utils;
+license=(custom)
+depends=('glibc')
+source=(http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz;
+   LICENSE)
+md5sums=('dcff07df0b334c06d1808530956a634e'
+ '5a1334c824d21f0314c831f9fd19a587')
+
+build() {
+  cd 

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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:31:26
  Author: spupykin
Revision: 88334

upgpkg: unifdef 2.7-1

upd

Modified:
  unifdef/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:31:22 UTC (rev 88333)
+++ PKGBUILD2013-04-16 13:31:26 UTC (rev 88334)
@@ -2,15 +2,15 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=unifdef
-pkgver=2.6
-pkgrel=3
+pkgver=2.7
+pkgrel=1
 pkgdesc=Remove #ifdef'ed lines
 arch=(i686 x86_64)
 url=http://dotat.at/prog/unifdef/;
 license=('GPL')
 depends=()
 source=(http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
-md5sums=('18b832baea2c7b6b00bd7d4f3db38f62')
+md5sums=('72357e9faa877fe21f5d621d2024a242')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:31:44
  Author: spupykin
Revision: 88335

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:31:26 UTC (rev 88334)
+++ community-i686/PKGBUILD 2013-04-16 13:31:44 UTC (rev 88335)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=unifdef
-pkgver=2.6
-pkgrel=3
-pkgdesc=Remove #ifdef'ed lines
-arch=(i686 x86_64)
-url=http://dotat.at/prog/unifdef/;
-license=('GPL')
-depends=()
-source=(http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
-md5sums=('18b832baea2c7b6b00bd7d4f3db38f62')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make clean
-  make
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
-  install -m 0755 unifdef $pkgdir/usr/bin/
-  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
-}

Copied: unifdef/repos/community-i686/PKGBUILD (from rev 88334, 
unifdef/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:31:44 UTC (rev 88335)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=unifdef
+pkgver=2.7
+pkgrel=1
+pkgdesc=Remove #ifdef'ed lines
+arch=(i686 x86_64)
+url=http://dotat.at/prog/unifdef/;
+license=('GPL')
+depends=()
+source=(http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
+md5sums=('72357e9faa877fe21f5d621d2024a242')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make clean
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
+  install -m 0755 unifdef $pkgdir/usr/bin/
+  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-16 13:31:26 UTC (rev 88334)
+++ community-x86_64/PKGBUILD   2013-04-16 13:31:44 UTC (rev 88335)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=unifdef
-pkgver=2.6
-pkgrel=3
-pkgdesc=Remove #ifdef'ed lines
-arch=(i686 x86_64)
-url=http://dotat.at/prog/unifdef/;
-license=('GPL')
-depends=()
-source=(http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
-md5sums=('18b832baea2c7b6b00bd7d4f3db38f62')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make clean
-  make
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
-  install -m 0755 unifdef $pkgdir/usr/bin/
-  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
-}

Copied: unifdef/repos/community-x86_64/PKGBUILD (from rev 88334, 
unifdef/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-16 13:31:44 UTC (rev 88335)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=unifdef
+pkgver=2.7
+pkgrel=1
+pkgdesc=Remove #ifdef'ed lines
+arch=(i686 x86_64)
+url=http://dotat.at/prog/unifdef/;
+license=('GPL')
+depends=()
+source=(http://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
+md5sums=('72357e9faa877fe21f5d621d2024a242')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make clean
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man1
+  install -m 0755 unifdef $pkgdir/usr/bin/
+  install -m 0644 unifdef.1 $pkgdir/usr/share/man/man1/
+}



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:31:47
  Author: spupykin
Revision: 88336

upgpkg: uriparser 0.7.7-1

upd

Modified:
  uriparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:31:44 UTC (rev 88335)
+++ PKGBUILD2013-04-16 13:31:47 UTC (rev 88336)
@@ -3,21 +3,20 @@
 # Contributor: Juan Pablo Gonzalez Tognarelli lord_jot...@yahoo.com.ar
 
 pkgname=uriparser
-pkgver=0.7.5
-pkgrel=2
+pkgver=0.7.7
+pkgrel=1
 pkgdesc=uriparser is a strictly RFC 3986 compliant URI parsing library. 
uriparser is cross-platform, fast, supports Unicode
 url=http://sourceforge.net/projects/uriparser/;
-depends=(glibc)
-makedepends=(doxygen)
+depends=()
+makedepends=(doxygen graphviz)
 arch=('i686' 'x86_64')
 license=(custom)
 
source=(http://downloads.sourceforge.net/sourceforge/uriparser/$pkgname-$pkgver.tar.bz2)
-md5sums=('4f4349085fe5de33bcae8d0f26649593')
+md5sums=('2da950ef006be5a842dcc383cbbeaa78')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver
   [ -f Makefile ] || ./configure --prefix=/usr --disable-test
-  ln -s ${srcdir}/$pkgname-$pkgver/doc/Doxyfile.in 
${srcdir}/$pkgname-$pkgver/doc/Doxyfile
   sed -i 's|{css,gif,html,png}|{css,html,png}|' doc/Makefile
   make
 }



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:32:04
  Author: spupykin
Revision: 88337

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:31:47 UTC (rev 88336)
+++ community-i686/PKGBUILD 2013-04-16 13:32:04 UTC (rev 88337)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Juan Pablo Gonzalez Tognarelli lord_jot...@yahoo.com.ar
-
-pkgname=uriparser
-pkgver=0.7.5
-pkgrel=2
-pkgdesc=uriparser is a strictly RFC 3986 compliant URI parsing library. 
uriparser is cross-platform, fast, supports Unicode
-url=http://sourceforge.net/projects/uriparser/;
-depends=(glibc)
-makedepends=(doxygen)
-arch=('i686' 'x86_64')
-license=(custom)
-source=(http://downloads.sourceforge.net/sourceforge/uriparser/$pkgname-$pkgver.tar.bz2)
-md5sums=('4f4349085fe5de33bcae8d0f26649593')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  [ -f Makefile ] || ./configure --prefix=/usr --disable-test
-  ln -s ${srcdir}/$pkgname-$pkgver/doc/Doxyfile.in 
${srcdir}/$pkgname-$pkgver/doc/Doxyfile
-  sed -i 's|{css,gif,html,png}|{css,html,png}|' doc/Makefile
-  make
-  make DESTDIR=$pkgdir install
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: uriparser/repos/community-i686/PKGBUILD (from rev 88336, 
uriparser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:32:04 UTC (rev 88337)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Juan Pablo Gonzalez Tognarelli lord_jot...@yahoo.com.ar
+
+pkgname=uriparser
+pkgver=0.7.7
+pkgrel=1
+pkgdesc=uriparser is a strictly RFC 3986 compliant URI parsing library. 
uriparser is cross-platform, fast, supports Unicode
+url=http://sourceforge.net/projects/uriparser/;
+depends=()
+makedepends=(doxygen graphviz)
+arch=('i686' 'x86_64')
+license=(custom)
+source=(http://downloads.sourceforge.net/sourceforge/uriparser/$pkgname-$pkgver.tar.bz2)
+md5sums=('2da950ef006be5a842dcc383cbbeaa78')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  [ -f Makefile ] || ./configure --prefix=/usr --disable-test
+  sed -i 's|{css,gif,html,png}|{css,html,png}|' doc/Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -D -m644 ${srcdir}/$pkgname-$pkgver/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-16 13:31:47 UTC (rev 88336)
+++ community-x86_64/PKGBUILD   2013-04-16 13:32:04 UTC (rev 88337)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Juan Pablo Gonzalez Tognarelli lord_jot...@yahoo.com.ar
-
-pkgname=uriparser
-pkgver=0.7.5
-pkgrel=2
-pkgdesc=uriparser is a strictly RFC 3986 compliant URI parsing library. 
uriparser is cross-platform, fast, supports Unicode
-url=http://sourceforge.net/projects/uriparser/;
-depends=(glibc)
-makedepends=(doxygen)
-arch=('i686' 'x86_64')
-license=(custom)
-source=(http://downloads.sourceforge.net/sourceforge/uriparser/$pkgname-$pkgver.tar.bz2)
-md5sums=('4f4349085fe5de33bcae8d0f26649593')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  [ -f Makefile ] || ./configure --prefix=/usr --disable-test
-  ln -s ${srcdir}/$pkgname-$pkgver/doc/Doxyfile.in 
${srcdir}/$pkgname-$pkgver/doc/Doxyfile
-  sed -i 's|{css,gif,html,png}|{css,html,png}|' doc/Makefile
-  make
-  make DESTDIR=$pkgdir install
-  install -D -m644 ${srcdir}/$pkgname-$pkgver/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: uriparser/repos/community-x86_64/PKGBUILD (from rev 88336, 
uriparser/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-16 13:32:04 UTC (rev 88337)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Juan Pablo Gonzalez Tognarelli lord_jot...@yahoo.com.ar
+
+pkgname=uriparser
+pkgver=0.7.7
+pkgrel=1
+pkgdesc=uriparser is a strictly RFC 3986 compliant URI parsing library. 

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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:32:09
  Author: spupykin
Revision: 88338

upgpkg: virtviewer 0.5.5-1

upd

Modified:
  virtviewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:32:04 UTC (rev 88337)
+++ PKGBUILD2013-04-16 13:32:09 UTC (rev 88338)
@@ -3,7 +3,7 @@
 # Maintainer: Jonathan Wiersma archaur at jonw dot org
 
 pkgname=virtviewer
-pkgver=0.5.4
+pkgver=0.5.5
 pkgrel=1
 pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
 depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt')
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 
source=(http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
-md5sums=('43c269da571e65b12421b6fc9f871e98')
+md5sums=('a5516d33a29df5d135611c4667c03f77')
 
 build() {
   cd $srcdir/virt-viewer-$pkgver



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:32:26
  Author: spupykin
Revision: 88339

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:32:09 UTC (rev 88338)
+++ community-i686/PKGBUILD 2013-04-16 13:32:26 UTC (rev 88339)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=virtviewer
-pkgver=0.5.4
-pkgrel=1
-pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
-depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt')
-makedepends=('intltool')
-url=http://virt-manager.et.redhat.com;
-arch=('i686' 'x86_64')
-license=('GPL')
-source=(http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
-md5sums=('43c269da571e65b12421b6fc9f871e98')
-
-build() {
-  cd $srcdir/virt-viewer-$pkgver
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: virtviewer/repos/community-i686/PKGBUILD (from rev 88338, 
virtviewer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:32:26 UTC (rev 88339)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jonathan Wiersma archaur at jonw dot org
+
+pkgname=virtviewer
+pkgver=0.5.5
+pkgrel=1
+pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
+depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt')
+makedepends=('intltool')
+url=http://virt-manager.et.redhat.com;
+arch=('i686' 'x86_64')
+license=('GPL')
+source=(http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
+md5sums=('a5516d33a29df5d135611c4667c03f77')
+
+build() {
+  cd $srcdir/virt-viewer-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/virt-viewer-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-16 13:32:09 UTC (rev 88338)
+++ community-x86_64/PKGBUILD   2013-04-16 13:32:26 UTC (rev 88339)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Jonathan Wiersma archaur at jonw dot org
-
-pkgname=virtviewer
-pkgver=0.5.4
-pkgrel=1
-pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
-depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt')
-makedepends=('intltool')
-url=http://virt-manager.et.redhat.com;
-arch=('i686' 'x86_64')
-license=('GPL')
-source=(http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
-md5sums=('43c269da571e65b12421b6fc9f871e98')
-
-build() {
-  cd $srcdir/virt-viewer-$pkgver
-  ./configure --prefix=/usr
-  make
-  make DESTDIR=$pkgdir install
-}

Copied: virtviewer/repos/community-x86_64/PKGBUILD (from rev 88338, 
virtviewer/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-16 13:32:26 UTC (rev 88339)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Jonathan Wiersma archaur at jonw dot org
+
+pkgname=virtviewer
+pkgver=0.5.5
+pkgrel=1
+pkgdesc=A lightweight interface for interacting with the graphical display of 
virtualized guest OS.
+depends=('gtk-vnc' 'libglade=2.6.0' 'libvirt')
+makedepends=('intltool')
+url=http://virt-manager.et.redhat.com;
+arch=('i686' 'x86_64')
+license=('GPL')
+source=(http://virt-manager.et.redhat.com/download/sources/virt-viewer/virt-viewer-$pkgver.tar.gz;)
+md5sums=('a5516d33a29df5d135611c4667c03f77')
+
+build() {
+  cd $srcdir/virt-viewer-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/virt-viewer-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:32:30
  Author: spupykin
Revision: 88340

upgpkg: xcircuit 3.7.48-1

upd

Modified:
  xcircuit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:32:26 UTC (rev 88339)
+++ PKGBUILD2013-04-16 13:32:30 UTC (rev 88340)
@@ -4,7 +4,7 @@
 # Contributor: simo s...@archlinux.org
 
 pkgname=xcircuit
-pkgver=3.7.47
+pkgver=3.7.48
 pkgrel=1
 pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('tk' 'libxpm' 'zlib')
 makedepends=('chrpath')
 source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('761dcf969bbaf85055632aac77c812ef')
+md5sums=('efe537f908b12d30ef1aeebf77222fbf')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:32:48
  Author: spupykin
Revision: 88341

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:32:30 UTC (rev 88340)
+++ community-i686/PKGBUILD 2013-04-16 13:32:48 UTC (rev 88341)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Giovanni Scafora linuxma...@gmail.com
-# Contributor: simo s...@archlinux.org
-
-pkgname=xcircuit
-pkgver=3.7.26
-pkgrel=3
-pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
-arch=('i686' 'x86_64')
-url=http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath')
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('6026f65a4bc327e5769157ffd1387342')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.7/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.7/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.7/xcircexec
-}

Copied: xcircuit/repos/community-i686/PKGBUILD (from rev 88340, 
xcircuit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:32:48 UTC (rev 88341)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Giovanni Scafora linuxma...@gmail.com
+# Contributor: simo s...@archlinux.org
+
+pkgname=xcircuit
+pkgver=3.7.48
+pkgrel=1
+pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
+arch=('i686' 'x86_64')
+url=http://opencircuitdesign.com/xcircuit;
+license=('GPL2')
+depends=('tk' 'libxpm' 'zlib')
+makedepends=('chrpath')
+source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
+md5sums=('efe537f908b12d30ef1aeebf77222fbf')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  mkdir -p $pkgdir/usr/share/man/man1
+  mv $pkgdir/usr/lib/xcircuit-3.7/man/* $pkgdir/usr/share/man/man1/
+  rm -rf $pkgdir/usr/lib/xcircuit-3.7/man/
+  chrpath -d $pkgdir/usr/lib/xcircuit-3.7/xcircexec
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-04-16 13:32:30 UTC (rev 88340)
+++ community-x86_64/PKGBUILD   2013-04-16 13:32:48 UTC (rev 88341)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Giovanni Scafora linuxma...@gmail.com
-# Contributor: simo s...@archlinux.org
-
-pkgname=xcircuit
-pkgver=3.7.26
-pkgrel=3
-pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
-arch=('i686' 'x86_64')
-url=http://opencircuitdesign.com/xcircuit;
-license=('GPL2')
-depends=('tk' 'libxpm' 'zlib')
-makedepends=('chrpath')
-source=(http://opencircuitdesign.com/xcircuit/archive/$pkgname-$pkgver.tgz)
-md5sums=('6026f65a4bc327e5769157ffd1387342')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure prefix=/usr --with-tcl=/usr/lib --with-tk=/usr/lib 
--mandir=/usr/share/man
-  make
-  make DESTDIR=$pkgdir install
-  mkdir -p $pkgdir/usr/share/man/man1
-  mv $pkgdir/usr/lib/xcircuit-3.7/man/* $pkgdir/usr/share/man/man1/
-  rm -rf $pkgdir/usr/lib/xcircuit-3.7/man/
-  chrpath -d $pkgdir/usr/lib/xcircuit-3.7/xcircexec
-}

Copied: xcircuit/repos/community-x86_64/PKGBUILD (from rev 88340, 
xcircuit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-04-16 13:32:48 UTC (rev 88341)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Giovanni Scafora linuxma...@gmail.com
+# Contributor: simo s...@archlinux.org
+
+pkgname=xcircuit
+pkgver=3.7.48
+pkgrel=1
+pkgdesc=A program for drawing publishable-quality electrical circuit 
schematic diagrams
+arch=('i686' 

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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:39:15
  Author: spupykin
Revision: 88342

upgpkg: libexosip2 4.0.0-1

upd

Modified:
  libexosip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:32:48 UTC (rev 88341)
+++ PKGBUILD2013-04-16 13:39:15 UTC (rev 88342)
@@ -3,16 +3,16 @@
 # Contributor: Darwin Bautista djclue...@gmail.com
 
 pkgname=libexosip2
-pkgver=3.6.0
+pkgver=4.0.0
 pkgrel=1
 pkgdesc=A library that hides the complexity of using SIP for multimedia 
session establishement
 arch=('i686' 'x86_64')
 url=http://savannah.nongnu.org/projects/exosip/;
 license=('GPL')
-depends=('libosip2=3.6.0' 'openssl')
+depends=('libosip2=4.0.0' 'openssl')
 options=(!libtool)
 
source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz)
-md5sums=('6fef4c110f1305048a8b307f440933d9')
+md5sums=('aa385b85f6a17876763a0a860fe2afbf')
 
 build() {
   cd $srcdir/libeXosip2-${pkgver/_/-}



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:39:31
  Author: spupykin
Revision: 88343

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

Added:
  libexosip2/repos/community-i686/ChangeLog
(from rev 88342, libexosip2/trunk/ChangeLog)
  libexosip2/repos/community-i686/PKGBUILD
(from rev 88342, libexosip2/trunk/PKGBUILD)
  libexosip2/repos/community-x86_64/ChangeLog
(from rev 88342, libexosip2/trunk/ChangeLog)
  libexosip2/repos/community-x86_64/PKGBUILD
(from rev 88342, libexosip2/trunk/PKGBUILD)
Deleted:
  libexosip2/repos/community-i686/ChangeLog
  libexosip2/repos/community-i686/PKGBUILD
  libexosip2/repos/community-x86_64/ChangeLog
  libexosip2/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   14 +++
 /PKGBUILD  |   52 +++
 community-i686/ChangeLog   |7 -
 community-i686/PKGBUILD|   26 -
 community-x86_64/ChangeLog |7 -
 community-x86_64/PKGBUILD  |   26 -
 6 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-04-16 13:39:15 UTC (rev 88342)
+++ community-i686/ChangeLog2013-04-16 13:39:31 UTC (rev 88343)
@@ -1,7 +0,0 @@
-2008-04-20  Darwin Bautista  djclue...@gmail.com
-* libexosip2 3.1.0-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  djclue...@gmail.com
-* libexosip2 3.0.3_3-1
-* Initial release

Copied: libexosip2/repos/community-i686/ChangeLog (from rev 88342, 
libexosip2/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-04-16 13:39:31 UTC (rev 88343)
@@ -0,0 +1,7 @@
+2008-04-20  Darwin Bautista  djclue...@gmail.com
+* libexosip2 3.1.0-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  djclue...@gmail.com
+* libexosip2 3.0.3_3-1
+* Initial release

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:39:15 UTC (rev 88342)
+++ community-i686/PKGBUILD 2013-04-16 13:39:31 UTC (rev 88343)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Darwin Bautista djclue...@gmail.com
-
-pkgname=libexosip2
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=A library that hides the complexity of using SIP for multimedia 
session establishement
-arch=('i686' 'x86_64')
-url=http://savannah.nongnu.org/projects/exosip/;
-license=('GPL')
-depends=('libosip2=3.6.0' 'openssl')
-options=(!libtool)
-source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz)
-md5sums=('6fef4c110f1305048a8b307f440933d9')
-
-build() {
-  cd $srcdir/libeXosip2-${pkgver/_/-}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/libeXosip2-${pkgver/_/-}
-  make DESTDIR=$pkgdir install
-}

Copied: libexosip2/repos/community-i686/PKGBUILD (from rev 88342, 
libexosip2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:39:31 UTC (rev 88343)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=libexosip2
+pkgver=4.0.0
+pkgrel=1
+pkgdesc=A library that hides the complexity of using SIP for multimedia 
session establishement
+arch=('i686' 'x86_64')
+url=http://savannah.nongnu.org/projects/exosip/;
+license=('GPL')
+depends=('libosip2=4.0.0' 'openssl')
+options=(!libtool)
+source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz)
+md5sums=('aa385b85f6a17876763a0a860fe2afbf')
+
+build() {
+  cd $srcdir/libeXosip2-${pkgver/_/-}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/libeXosip2-${pkgver/_/-}
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2013-04-16 13:39:15 UTC (rev 88342)
+++ community-x86_64/ChangeLog  2013-04-16 13:39:31 UTC (rev 88343)
@@ -1,7 +0,0 @@
-2008-04-20  Darwin Bautista  djclue...@gmail.com
-* libexosip2 3.1.0-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  djclue...@gmail.com
-* libexosip2 3.0.3_3-1
-* Initial release

Copied: libexosip2/repos/community-x86_64/ChangeLog (from rev 88342, 
libexosip2/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2013-04-16 13:39:31 UTC (rev 88343)
@@ -0,0 +1,7 @@
+2008-04-20  Darwin Bautista  djclue...@gmail.com
+* libexosip2 3.1.0-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  djclue...@gmail.com

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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 15:55:55
  Author: tpowa
Revision: 182952

upgpkg: libusbx 1.0.15-1

bump to latest version

Modified:
  libusbx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 12:12:55 UTC (rev 182951)
+++ PKGBUILD2013-04-16 13:55:55 UTC (rev 182952)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=libusbx
-pkgver=1.0.14
+pkgver=1.0.15
 pkgrel=1
 depends=('glibc')
 pkgdesc=Library that provides generic access to USB device
@@ -13,7 +13,7 @@
 replaces=('libusb1' 'libusb')
 provides=(libusb=$pkgver)
 conflicts=(libusb)
-md5sums=('0a6a75edb4b4eae7dc82c1dd71ddc470')
+md5sums=('0fa83bfd8845893b9b28a921297606d0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 15:56:05
  Author: tpowa
Revision: 182953

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

Added:
  libusbx/repos/testing-i686/
  libusbx/repos/testing-i686/PKGBUILD
(from rev 182952, libusbx/trunk/PKGBUILD)
  libusbx/repos/testing-x86_64/
  libusbx/repos/testing-x86_64/PKGBUILD
(from rev 182952, libusbx/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libusbx/repos/testing-i686/PKGBUILD (from rev 182952, 
libusbx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-16 13:56:05 UTC (rev 182953)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.15
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('0fa83bfd8845893b9b28a921297606d0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libusbx/repos/testing-x86_64/PKGBUILD (from rev 182952, 
libusbx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-16 13:56:05 UTC (rev 182953)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.15
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('0fa83bfd8845893b9b28a921297606d0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:58:01
  Author: spupykin
Revision: 88344

upgpkg: libosip2 1:3.6.0-1

upd

Modified:
  libosip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:39:31 UTC (rev 88343)
+++ PKGBUILD2013-04-16 13:58:01 UTC (rev 88344)
@@ -3,7 +3,8 @@
 # Contributor: Michal Hybner dta...@gmail.com
 
 pkgname=libosip2
-pkgver=4.0.0
+epoch=1
+pkgver=3.6.0
 pkgrel=1
 pkgdesc=oSIP is an implementation of SIP
 arch=('i686' 'x86_64')
@@ -12,7 +13,7 @@
 depends=(glibc)
 options=(!emptydirs !libtool)
 source=(http://ftp.gnu.org/gnu/osip/libosip2-${pkgver/_/-}.tar.gz)
-md5sums=('c6a2c175d39ce75c15026c5738732dab')
+md5sums=('92fd1c1698235a798497887db159c9b3')
 
 build() {
   cd $srcdir/libosip2-${pkgver/_/-}/



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 15:58:17
  Author: spupykin
Revision: 88345

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

Added:
  libosip2/repos/community-i686/ChangeLog
(from rev 88344, libosip2/trunk/ChangeLog)
  libosip2/repos/community-i686/PKGBUILD
(from rev 88344, libosip2/trunk/PKGBUILD)
  libosip2/repos/community-x86_64/ChangeLog
(from rev 88344, libosip2/trunk/ChangeLog)
  libosip2/repos/community-x86_64/PKGBUILD
(from rev 88344, libosip2/trunk/PKGBUILD)
Deleted:
  libosip2/repos/community-i686/ChangeLog
  libosip2/repos/community-i686/PKGBUILD
  libosip2/repos/community-x86_64/ChangeLog
  libosip2/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   22 +
 /PKGBUILD  |   98 +++
 community-i686/ChangeLog   |   11 
 community-i686/PKGBUILD|   48 -
 community-x86_64/ChangeLog |   11 
 community-x86_64/PKGBUILD  |   48 -
 6 files changed, 120 insertions(+), 118 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-04-16 13:58:01 UTC (rev 88344)
+++ community-i686/ChangeLog2013-04-16 13:58:17 UTC (rev 88345)
@@ -1,11 +0,0 @@
-2008-04-20  Darwin Bautista  djclue...@gmail.com
-* libosip2 3.1.0-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  djclue...@gmail.com
-* libosip2 3.0.3_2-1
-* New upstream release
-
-2007-11-16  Darwin Bautista  djclue...@gmail.com
-* libosip2 2.2.2-1
-* Reverting back to old version since Linphone requires it

Copied: libosip2/repos/community-i686/ChangeLog (from rev 88344, 
libosip2/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-04-16 13:58:17 UTC (rev 88345)
@@ -0,0 +1,11 @@
+2008-04-20  Darwin Bautista  djclue...@gmail.com
+* libosip2 3.1.0-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  djclue...@gmail.com
+* libosip2 3.0.3_2-1
+* New upstream release
+
+2007-11-16  Darwin Bautista  djclue...@gmail.com
+* libosip2 2.2.2-1
+* Reverting back to old version since Linphone requires it

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 13:58:01 UTC (rev 88344)
+++ community-i686/PKGBUILD 2013-04-16 13:58:17 UTC (rev 88345)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Michal Hybner dta...@gmail.com
-
-pkgname=libosip2
-pkgver=4.0.0
-pkgrel=1
-pkgdesc=oSIP is an implementation of SIP
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/osip/;
-license=('LGPL')
-depends=(glibc)
-options=(!emptydirs !libtool)
-source=(http://ftp.gnu.org/gnu/osip/libosip2-${pkgver/_/-}.tar.gz)
-md5sums=('c6a2c175d39ce75c15026c5738732dab')
-
-build() {
-  cd $srcdir/libosip2-${pkgver/_/-}/
-
-  patch -p1 EOF
-diff -wbBur libosip2-3.1.0/src/osip2/port_sema.c 
libosip2-3.1.0.my/src/osip2/port_sema.c
 libosip2-3.1.0/src/osip2/port_sema.c   2007-06-05 14:17:50.0 
+0400
-+++ libosip2-3.1.0.my/src/osip2/port_sema.c2008-10-22 17:47:37.0 
+0400
-@@ -22,6 +22,14 @@
- #include stdlib.h
- #include stdio.h
-
-+union semun
-+{
-+ int val;
-+ struct semid_ds *buf;
-+ unsigned short int *array;
-+ struct seminfo *__buf;
-+};
-+
- #include osip2/internal.h
-
- #include osip2/internal.h
-EOF
-
-  ./configure --prefix=/usr --disable-semaphore --enable-sysv
-  make
-}
-
-package() {
-  cd $srcdir/libosip2-${pkgver/_/-}/
-  make DESTDIR=$pkgdir install
-}

Copied: libosip2/repos/community-i686/PKGBUILD (from rev 88344, 
libosip2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 13:58:17 UTC (rev 88345)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Michal Hybner dta...@gmail.com
+
+pkgname=libosip2
+epoch=1
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=oSIP is an implementation of SIP
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/osip/;
+license=('LGPL')
+depends=(glibc)
+options=(!emptydirs !libtool)
+source=(http://ftp.gnu.org/gnu/osip/libosip2-${pkgver/_/-}.tar.gz)
+md5sums=('92fd1c1698235a798497887db159c9b3')
+
+build() {
+  cd $srcdir/libosip2-${pkgver/_/-}/
+
+  patch -p1 EOF
+diff -wbBur libosip2-3.1.0/src/osip2/port_sema.c 
libosip2-3.1.0.my/src/osip2/port_sema.c
+--- libosip2-3.1.0/src/osip2/port_sema.c   2007-06-05 14:17:50.0 
+0400
 libosip2-3.1.0.my/src/osip2/port_sema.c2008-10-22 17:47:37.0 
+0400
+@@ -22,6 +22,14 @@
+ #include stdlib.h
+ #include stdio.h
+
++union semun
++{
++ int val;
++ struct semid_ds *buf;
++ unsigned short int *array;
++ 

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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 16:01:15
  Author: spupykin
Revision: 88346

upgpkg: libexosip2 1:3.6.0-1

upd

Modified:
  libexosip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:58:17 UTC (rev 88345)
+++ PKGBUILD2013-04-16 14:01:15 UTC (rev 88346)
@@ -3,7 +3,8 @@
 # Contributor: Darwin Bautista djclue...@gmail.com
 
 pkgname=libexosip2
-pkgver=4.0.0
+epoch=1
+pkgver=3.6.0
 pkgrel=1
 pkgdesc=A library that hides the complexity of using SIP for multimedia 
session establishement
 arch=('i686' 'x86_64')
@@ -12,7 +13,7 @@
 depends=('libosip2=4.0.0' 'openssl')
 options=(!libtool)
 
source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz)
-md5sums=('aa385b85f6a17876763a0a860fe2afbf')
+md5sums=('6fef4c110f1305048a8b307f440933d9')
 
 build() {
   cd $srcdir/libeXosip2-${pkgver/_/-}



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

2013-04-16 Thread Sergej Pupykin
Date: Tuesday, April 16, 2013 @ 16:01:30
  Author: spupykin
Revision: 88347

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

Added:
  libexosip2/repos/community-i686/ChangeLog
(from rev 88346, libexosip2/trunk/ChangeLog)
  libexosip2/repos/community-i686/PKGBUILD
(from rev 88346, libexosip2/trunk/PKGBUILD)
  libexosip2/repos/community-x86_64/ChangeLog
(from rev 88346, libexosip2/trunk/ChangeLog)
  libexosip2/repos/community-x86_64/PKGBUILD
(from rev 88346, libexosip2/trunk/PKGBUILD)
Deleted:
  libexosip2/repos/community-i686/ChangeLog
  libexosip2/repos/community-i686/PKGBUILD
  libexosip2/repos/community-x86_64/ChangeLog
  libexosip2/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   14 +++
 /PKGBUILD  |   54 +++
 community-i686/ChangeLog   |7 -
 community-i686/PKGBUILD|   26 
 community-x86_64/ChangeLog |7 -
 community-x86_64/PKGBUILD  |   26 
 6 files changed, 68 insertions(+), 66 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-04-16 14:01:15 UTC (rev 88346)
+++ community-i686/ChangeLog2013-04-16 14:01:30 UTC (rev 88347)
@@ -1,7 +0,0 @@
-2008-04-20  Darwin Bautista  djclue...@gmail.com
-* libexosip2 3.1.0-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  djclue...@gmail.com
-* libexosip2 3.0.3_3-1
-* Initial release

Copied: libexosip2/repos/community-i686/ChangeLog (from rev 88346, 
libexosip2/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-04-16 14:01:30 UTC (rev 88347)
@@ -0,0 +1,7 @@
+2008-04-20  Darwin Bautista  djclue...@gmail.com
+* libexosip2 3.1.0-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  djclue...@gmail.com
+* libexosip2 3.0.3_3-1
+* Initial release

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 14:01:15 UTC (rev 88346)
+++ community-i686/PKGBUILD 2013-04-16 14:01:30 UTC (rev 88347)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Darwin Bautista djclue...@gmail.com
-
-pkgname=libexosip2
-pkgver=4.0.0
-pkgrel=1
-pkgdesc=A library that hides the complexity of using SIP for multimedia 
session establishement
-arch=('i686' 'x86_64')
-url=http://savannah.nongnu.org/projects/exosip/;
-license=('GPL')
-depends=('libosip2=4.0.0' 'openssl')
-options=(!libtool)
-source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz)
-md5sums=('aa385b85f6a17876763a0a860fe2afbf')
-
-build() {
-  cd $srcdir/libeXosip2-${pkgver/_/-}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/libeXosip2-${pkgver/_/-}
-  make DESTDIR=$pkgdir install
-}

Copied: libexosip2/repos/community-i686/PKGBUILD (from rev 88346, 
libexosip2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 14:01:30 UTC (rev 88347)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Darwin Bautista djclue...@gmail.com
+
+pkgname=libexosip2
+epoch=1
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=A library that hides the complexity of using SIP for multimedia 
session establishement
+arch=('i686' 'x86_64')
+url=http://savannah.nongnu.org/projects/exosip/;
+license=('GPL')
+depends=('libosip2=4.0.0' 'openssl')
+options=(!libtool)
+source=(http://download.savannah.nongnu.org/releases/exosip/libeXosip2-${pkgver/_/-}.tar.gz)
+md5sums=('6fef4c110f1305048a8b307f440933d9')
+
+build() {
+  cd $srcdir/libeXosip2-${pkgver/_/-}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/libeXosip2-${pkgver/_/-}
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/ChangeLog
===
--- community-x86_64/ChangeLog  2013-04-16 14:01:15 UTC (rev 88346)
+++ community-x86_64/ChangeLog  2013-04-16 14:01:30 UTC (rev 88347)
@@ -1,7 +0,0 @@
-2008-04-20  Darwin Bautista  djclue...@gmail.com
-* libexosip2 3.1.0-1
-* New upstream release
-
-2007-11-21  Darwin Bautista  djclue...@gmail.com
-* libexosip2 3.0.3_3-1
-* Initial release

Copied: libexosip2/repos/community-x86_64/ChangeLog (from rev 88346, 
libexosip2/trunk/ChangeLog)
===
--- community-x86_64/ChangeLog  (rev 0)
+++ community-x86_64/ChangeLog  2013-04-16 14:01:30 UTC (rev 88347)
@@ -0,0 +1,7 @@
+2008-04-20  Darwin Bautista  djclue...@gmail.com
+* libexosip2 3.1.0-1
+* New upstream release
+
+2007-11-21  Darwin Bautista  

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

2013-04-16 Thread Jan Steffens
Date: Tuesday, April 16, 2013 @ 16:33:16
  Author: heftig
Revision: 182954

0.22

Modified:
  perl-capture-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 13:56:05 UTC (rev 182953)
+++ PKGBUILD2013-04-16 14:33:16 UTC (rev 182954)
@@ -4,7 +4,7 @@
 
 pkgname=perl-capture-tiny
 _realname=Capture-Tiny
-pkgver=0.21
+pkgver=0.22
 pkgrel=1
 pkgdesc=Capture STDOUT and STDERR from Perl, XS or external programs
 arch=(any)
@@ -13,7 +13,7 @@
 url=http://search.cpan.org/dist/Capture-Tiny;
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/$_realname-$pkgver.tar.gz;)
-md5sums=('74b5df944da1502ad919513967e6ab68')
+md5sums=('f270ee3682aabf10747592f6c05ef7ba')
 
 build() {
   cd $srcdir/$_realname-$pkgver



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

2013-04-16 Thread Jan Steffens
Date: Tuesday, April 16, 2013 @ 16:33:47
  Author: heftig
Revision: 182955

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-16 14:33:16 UTC (rev 182954)
+++ PKGBUILD2013-04-16 14:33:47 UTC (rev 182955)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Caleb Cushing xenoterrac...@gmail.com
-
-pkgname=perl-capture-tiny
-_realname=Capture-Tiny
-pkgver=0.21
-pkgrel=1
-pkgdesc=Capture STDOUT and STDERR from Perl, XS or external programs
-arch=(any)
-license=(PerlArtistic GPL)
-depends=(perl)
-url=http://search.cpan.org/dist/Capture-Tiny;
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/$_realname-$pkgver.tar.gz;)
-md5sums=('74b5df944da1502ad919513967e6ab68')
-
-build() {
-  cd $srcdir/$_realname-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/$_realname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: perl-capture-tiny/repos/extra-any/PKGBUILD (from rev 182954, 
perl-capture-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-16 14:33:47 UTC (rev 182955)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Caleb Cushing xenoterrac...@gmail.com
+
+pkgname=perl-capture-tiny
+_realname=Capture-Tiny
+pkgver=0.22
+pkgrel=1
+pkgdesc=Capture STDOUT and STDERR from Perl, XS or external programs
+arch=(any)
+license=(PerlArtistic GPL)
+depends=(perl)
+url=http://search.cpan.org/dist/Capture-Tiny;
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/$_realname-$pkgver.tar.gz;)
+md5sums=('f270ee3682aabf10747592f6c05ef7ba')
+
+build() {
+  cd $srcdir/$_realname-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/$_realname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-04-16 Thread Jan Steffens
Date: Tuesday, April 16, 2013 @ 16:42:12
  Author: heftig
Revision: 182957

2.36.0

Modified:
  glibmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 14:42:01 UTC (rev 182956)
+++ PKGBUILD2013-04-16 14:42:12 UTC (rev 182957)
@@ -4,7 +4,7 @@
 
 pkgbase=glibmm
 pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.35.9
+pkgver=2.36.0
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -12,7 +12,7 @@
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 options=('!libtool')
 url=http://www.gtkmm.org/;
-sha256sums=('a38d8b8181262b940c79d52090b742101ccd22cb7c8ce8ff8b2039bf3e369733')
+sha256sums=('59c54996527f3a257964e7226151175c423f6fb22166e81d65a652f483f3')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-16 Thread Jan Steffens
Date: Tuesday, April 16, 2013 @ 16:48:58
  Author: heftig
Revision: 182958

3.8.1

Modified:
  nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 14:42:12 UTC (rev 182957)
+++ PKGBUILD2013-04-16 14:48:58 UTC (rev 182958)
@@ -3,8 +3,8 @@
 
 pkgbase=nautilus
 pkgname=(nautilus libnautilus-extension)
-pkgver=3.8.0
-pkgrel=2
+pkgver=3.8.1
+pkgrel=1
 pkgdesc=GNOME file manager
 arch=(i686 x86_64)
 license=(GPL)
@@ -14,7 +14,7 @@
 url=http://www.gnome.org;
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('c9b4096eb64006307bfd55640033191ab379c88ee8652e8203118a3ca9864e11')
+sha256sums=('9827e939aa0621041754379ca0227ceb82877785f013dd5935ecc4b791314892')
 
 build() {
   cd $pkgbase-$pkgver



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

2013-04-16 Thread Jan Steffens
Date: Tuesday, April 16, 2013 @ 16:49:03
  Author: heftig
Revision: 182959

3.8.1

Modified:
  sushi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 14:48:58 UTC (rev 182958)
+++ PKGBUILD2013-04-16 14:49:03 UTC (rev 182959)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=sushi
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc=A quick previewer for Nautilus
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'gobject-introspection')
 options=(!libtool)
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9e17c3601a509c428d72dee04da194555fd4f2d3d12287ef9bacf9b147bf5fae')
+sha256sums=('c4f24d0961ce8fc5ef3a4fe9af178e368c7117459df2c0be12c8f953646c82dd')
 
 build() {
   cd $pkgname-$pkgver



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

2013-04-16 Thread Jan Steffens
Date: Tuesday, April 16, 2013 @ 16:50:31
  Author: heftig
Revision: 182960

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

Added:
  glibmm/repos/testing-i686/PKGBUILD
(from rev 182959, glibmm/trunk/PKGBUILD)
  glibmm/repos/testing-x86_64/PKGBUILD
(from rev 182959, glibmm/trunk/PKGBUILD)
Deleted:
  glibmm/repos/testing-i686/PKGBUILD
  glibmm/repos/testing-x86_64/PKGBUILD

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-16 14:49:03 UTC (rev 182959)
+++ testing-i686/PKGBUILD   2013-04-16 14:50:31 UTC (rev 182960)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.35.9
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-url=http://www.gtkmm.org/;
-sha256sums=('a38d8b8181262b940c79d52090b742101ccd22cb7c8ce8ff8b2039bf3e369733')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_glibmm() {
-  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
-  depends=('glib2' 'libsigc++2.0')
-  cd $pkgbase-$pkgver
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR=$pkgdir install
-}
-
-package_glibmm-docs() {
-  pkgdesc=Developer documentation for glibmm
-  cd $pkgbase-$pkgver/docs
-  make DESTDIR=$pkgdir install
-}

Copied: glibmm/repos/testing-i686/PKGBUILD (from rev 182959, 
glibmm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-16 14:50:31 UTC (rev 182960)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.36.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+url=http://www.gtkmm.org/;
+sha256sums=('59c54996527f3a257964e7226151175c423f6fb22166e81d65a652f483f3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package_glibmm() {
+  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
+  depends=('glib2' 'libsigc++2.0')
+  cd $pkgbase-$pkgver
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR=$pkgdir install
+}
+
+package_glibmm-docs() {
+  pkgdesc=Developer documentation for glibmm
+  cd $pkgbase-$pkgver/docs
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-16 14:49:03 UTC (rev 182959)
+++ testing-x86_64/PKGBUILD 2013-04-16 14:50:31 UTC (rev 182960)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=glibmm
-pkgname=('glibmm' 'glibmm-docs')
-pkgver=2.35.9
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-url=http://www.gtkmm.org/;
-sha256sums=('a38d8b8181262b940c79d52090b742101ccd22cb7c8ce8ff8b2039bf3e369733')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package_glibmm() {
-  pkgdesc=Glib-- (glibmm) is a C++ interface for glib
-  depends=('glib2' 'libsigc++2.0')
-  cd $pkgbase-$pkgver
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR=$pkgdir install
-}
-
-package_glibmm-docs() {
-  pkgdesc=Developer documentation for glibmm
-  cd $pkgbase-$pkgver/docs
-  make DESTDIR=$pkgdir install
-}

Copied: glibmm/repos/testing-x86_64/PKGBUILD (from rev 182959, 
glibmm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-16 14:50:31 UTC (rev 182960)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=glibmm
+pkgname=('glibmm' 'glibmm-docs')
+pkgver=2.36.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('glib2' 'libsigc++2.0' 'pkgconfig')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+url=http://www.gtkmm.org/;

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

2013-04-16 Thread Jan Steffens
Date: Tuesday, April 16, 2013 @ 16:52:11
  Author: heftig
Revision: 182961

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

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

-+
 /PKGBUILD   |  104 ++
 /nautilus.install   |   28 ++
 testing-i686/PKGBUILD   |   52 ---
 testing-i686/nautilus.install   |   14 -
 testing-x86_64/PKGBUILD |   52 ---
 testing-x86_64/nautilus.install |   14 -
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-16 14:50:31 UTC (rev 182960)
+++ testing-i686/PKGBUILD   2013-04-16 14:52:11 UTC (rev 182961)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=nautilus
-pkgname=(nautilus libnautilus-extension)
-pkgver=3.8.0
-pkgrel=2
-pkgdesc=GNOME file manager
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libexif gnome-desktop exempi gvfs desktop-file-utils gnome-icon-theme 
dconf 
- libtracker-sparql libnotify nautilus-sendto)
-makedepends=(intltool gobject-introspection python)
-url=http://www.gnome.org;
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('c9b4096eb64006307bfd55640033191ab379c88ee8652e8203118a3ca9864e11')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nautilus \
-  --disable-update-mimedb \
-  --disable-packagekit \
-  --disable-schemas-compile
-  make
-}
-
-package_nautilus() {
-  depends+=(libnautilus-extension)
-  groups=(gnome)
-  install=nautilus.install
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-### Split libnautilus-extension
-  cd ..
-  mkdir -p n-e/usr/{lib,share}
-  mv $pkgdir/usr/include n-e/usr
-  mv $pkgdir/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
-  mv $pkgdir/usr/lib/libnautilus-extension.so* n-e/usr/lib
-  mv $pkgdir/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
-}
-
-package_libnautilus-extension() {
-  pkgdesc=Library for extending the $pkgdesc
-  depends=(gtk3)
-
-  mv n-e/* $pkgdir
-}

Copied: nautilus/repos/testing-i686/PKGBUILD (from rev 182960, 
nautilus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-16 14:52:11 UTC (rev 182961)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=nautilus
+pkgname=(nautilus libnautilus-extension)
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=GNOME file manager
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libexif gnome-desktop exempi gvfs desktop-file-utils gnome-icon-theme 
dconf 
+ libtracker-sparql libnotify nautilus-sendto)
+makedepends=(intltool gobject-introspection python)
+url=http://www.gnome.org;
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgbase/${pkgver::3}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('9827e939aa0621041754379ca0227ceb82877785f013dd5935ecc4b791314892')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nautilus \
+  --disable-update-mimedb \
+  --disable-packagekit \
+  --disable-schemas-compile
+  make
+}
+
+package_nautilus() {
+  depends+=(libnautilus-extension)
+  groups=(gnome)
+  install=nautilus.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR=$pkgdir install
+
+### Split libnautilus-extension
+  cd ..
+  mkdir -p n-e/usr/{lib,share}
+  mv $pkgdir/usr/include n-e/usr
+  mv $pkgdir/usr/lib/{girepository-1.0,pkgconfig} n-e/usr/lib
+  mv $pkgdir/usr/lib/libnautilus-extension.so* n-e/usr/lib
+  mv $pkgdir/usr/share/{gir-1.0,gtk-doc} n-e/usr/share
+}
+
+package_libnautilus-extension() {
+  pkgdesc=Library for extending the $pkgdesc
+  depends=(gtk3)
+
+  mv n-e/* $pkgdir
+}

Deleted: testing-i686/nautilus.install
===
--- testing-i686/nautilus.install   2013-04-16 14:50:31 UTC (rev 182960)
+++ testing-i686/nautilus.install   2013-04-16 14:52:11 UTC (rev 182961)
@@ -1,14 +0,0 @@
-post_install() {
-  

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

2013-04-16 Thread Jan Steffens
Date: Tuesday, April 16, 2013 @ 16:52:48
  Author: heftig
Revision: 182962

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

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

--+
 /PKGBUILD|   60 +
 /sushi.install   |   22 +++
 testing-i686/PKGBUILD|   30 
 testing-i686/sushi.install   |   11 ---
 testing-x86_64/PKGBUILD  |   30 
 testing-x86_64/sushi.install |   11 ---
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-16 14:52:11 UTC (rev 182961)
+++ testing-i686/PKGBUILD   2013-04-16 14:52:48 UTC (rev 182962)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=sushi
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=A quick previewer for Nautilus
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL2')
-groups=(gnome)
-depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkitgtk3' 
'gtksourceview3' 'evince')
-install=sushi.install
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9e17c3601a509c428d72dee04da194555fd4f2d3d12287ef9bacf9b147bf5fae')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sushi/repos/testing-i686/PKGBUILD (from rev 182961, 
sushi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-16 14:52:48 UTC (rev 182962)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=sushi
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=A quick previewer for Nautilus
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL2')
+groups=(gnome)
+depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkitgtk3' 
'gtksourceview3' 'evince')
+install=sushi.install
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c4f24d0961ce8fc5ef3a4fe9af178e368c7117459df2c0be12c8f953646c82dd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/sushi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-i686/sushi.install
===
--- testing-i686/sushi.install  2013-04-16 14:52:11 UTC (rev 182961)
+++ testing-i686/sushi.install  2013-04-16 14:52:48 UTC (rev 182962)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: sushi/repos/testing-i686/sushi.install (from rev 182961, 
sushi/trunk/sushi.install)
===
--- testing-i686/sushi.install  (rev 0)
+++ testing-i686/sushi.install  2013-04-16 14:52:48 UTC (rev 182962)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-16 14:52:11 UTC (rev 182961)
+++ testing-x86_64/PKGBUILD 2013-04-16 14:52:48 UTC (rev 182962)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=sushi
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=A quick previewer for Nautilus
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=('GPL2')
-groups=(gnome)
-depends=('clutter-gtk' 'clutter-gst' 'gjs' 'libmusicbrainz5' 'webkitgtk3' 
'gtksourceview3' 'evince')
-install=sushi.install
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9e17c3601a509c428d72dee04da194555fd4f2d3d12287ef9bacf9b147bf5fae')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr 

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

2013-04-16 Thread Sven-Hendrik Haase
Date: Tuesday, April 16, 2013 @ 17:07:40
  Author: svenstaro
Revision: 88348

upgpkg: enet 1.3.7-1

Updating to 1.3.7

Modified:
  enet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 14:01:30 UTC (rev 88347)
+++ PKGBUILD2013-04-16 15:07:40 UTC (rev 88348)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Mateusz Herych heni...@gmail.com
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Mateusz Herych heni...@gmail.com
 # Contributor: Bj?indeijer bj...@lindeijer.nl
 
 pkgname=enet
-pkgver=1.3.6
+pkgver=1.3.7
 pkgrel=1
 pkgdesc='A relatively thin, simple and robust network communication layer on 
top of UDP.'
 arch=('i686' 'x86_64')
@@ -12,11 +13,11 @@
 depends=('glibc')
 options=('!libtool')
 source=(http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('215faae73d7e1f0d6dc48676884d07c7')
+sha1sums=('5611926d47ce0699c8176898496603192d5744e4')
 
 build() {
   cd ${pkgname}-${pkgver}
-  CFLAGS+=-fPIC ./configure --prefix=/usr
+  ./configure --prefix=/usr
   make
 }
 



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

2013-04-16 Thread Sven-Hendrik Haase
Date: Tuesday, April 16, 2013 @ 17:07:53
  Author: svenstaro
Revision: 88349

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

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

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

Copied: enet/repos/community-staging-i686/PKGBUILD (from rev 88348, 
enet/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-16 15:07:53 UTC (rev 88349)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Bj?indeijer bj...@lindeijer.nl
+
+pkgname=enet
+pkgver=1.3.7
+pkgrel=1
+pkgdesc='A relatively thin, simple and robust network communication layer on 
top of UDP.'
+arch=('i686' 'x86_64')
+url='http://enet.bespin.org/'
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('5611926d47ce0699c8176898496603192d5744e4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: enet/repos/community-staging-x86_64/PKGBUILD (from rev 88348, 
enet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-04-16 15:07:53 UTC (rev 88349)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Bj?indeijer bj...@lindeijer.nl
+
+pkgname=enet
+pkgver=1.3.7
+pkgrel=1
+pkgdesc='A relatively thin, simple and robust network communication layer on 
top of UDP.'
+arch=('i686' 'x86_64')
+url='http://enet.bespin.org/'
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('5611926d47ce0699c8176898496603192d5744e4')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in gnome-settings-daemon/trunk (2 files)

2013-04-16 Thread Jan Steffens
Date: Tuesday, April 16, 2013 @ 17:09:32
  Author: heftig
Revision: 182963

3.8.1

Modified:
  gnome-settings-daemon/trunk/PKGBUILD
Deleted:
  
gnome-settings-daemon/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch

-+
 0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch | 1476 
--
 PKGBUILD|4 
 2 files changed, 2 insertions(+), 1478 deletions(-)

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


[arch-commits] Commit in gnome-settings-daemon/repos (10 files)

2013-04-16 Thread Jan Steffens
Date: Tuesday, April 16, 2013 @ 17:13:43
  Author: heftig
Revision: 182964

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

Added:
  gnome-settings-daemon/repos/testing-i686/PKGBUILD
(from rev 182963, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/testing-i686/gnome-settings-daemon.install
(from rev 182963, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/testing-x86_64/PKGBUILD
(from rev 182963, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/testing-x86_64/gnome-settings-daemon.install
(from rev 182963, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
Deleted:
  
gnome-settings-daemon/repos/testing-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
  gnome-settings-daemon/repos/testing-i686/PKGBUILD
  gnome-settings-daemon/repos/testing-i686/gnome-settings-daemon.install
  
gnome-settings-daemon/repos/testing-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
  gnome-settings-daemon/repos/testing-x86_64/PKGBUILD
  gnome-settings-daemon/repos/testing-x86_64/gnome-settings-daemon.install

+
 /PKGBUILD  
|   70 
 /gnome-settings-daemon.install 
|   24 
 testing-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch   
| 1476 --
 testing-i686/PKGBUILD  
|   35 
 testing-i686/gnome-settings-daemon.install 
|   12 
 testing-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch 
| 1476 --
 testing-x86_64/PKGBUILD
|   35 
 testing-x86_64/gnome-settings-daemon.install   
|   12 
 8 files changed, 94 insertions(+), 3046 deletions(-)

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


  1   2   3   >