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

2014-01-24 Thread Tom Gundersen
Date: Friday, January 24, 2014 @ 15:01:25
  Author: tomegun
Revision: 204640

upgpkg: wayland 1.4.0-1

upstream release

Modified:
  wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-24 13:26:47 UTC (rev 204639)
+++ PKGBUILD2014-01-24 14:01:25 UTC (rev 204640)
@@ -4,7 +4,7 @@
 # Contributor: Joel Teichroeb j...@teichroeb.net
 
 pkgname=wayland
-pkgver=1.3.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('libffi' 'expat')
 makedepends=('doxygen')
 source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('febbbfc8d76ed0b2157077d50cb6e5ceb1aa47de')
+sha1sums=('bc91befb8386ec5c1ff4f24ad8464c24a7496ae2')
 
 build() {
   cd $pkgname-$pkgver



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

2014-01-24 Thread Tom Gundersen
Date: Friday, January 24, 2014 @ 15:01:34
  Author: tomegun
Revision: 204641

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-01-24 14:01:25 UTC (rev 204640)
+++ extra-i686/PKGBUILD 2014-01-24 14:01:34 UTC (rev 204641)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=wayland
-pkgver=1.3.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')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('febbbfc8d76ed0b2157077d50cb6e5ceb1aa47de')
-
-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
-}

Copied: wayland/repos/extra-i686/PKGBUILD (from rev 204640, 
wayland/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-01-24 14:01:34 UTC (rev 204641)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=wayland
+pkgver=1.4.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')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('bc91befb8386ec5c1ff4f24ad8464c24a7496ae2')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-01-24 14:01:25 UTC (rev 204640)
+++ extra-x86_64/PKGBUILD   2014-01-24 14:01:34 UTC (rev 204641)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Sébastien Luttringer
-# Contributor: Joel Teichroeb j...@teichroeb.net
-
-pkgname=wayland
-pkgver=1.3.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')
-source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('febbbfc8d76ed0b2157077d50cb6e5ceb1aa47de')
-
-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
-}

Copied: wayland/repos/extra-x86_64/PKGBUILD (from rev 204640, 
wayland/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-01-24 14:01:34 UTC (rev 204641)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=wayland
+pkgver=1.4.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')
+source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('bc91befb8386ec5c1ff4f24ad8464c24a7496ae2')
+
+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
+}



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

2014-01-24 Thread Tom Gundersen
Date: Friday, January 24, 2014 @ 15:20:13
  Author: tomegun
Revision: 204643

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

Added:
  util-linux/repos/testing-i686/
  util-linux/repos/testing-i686/PKGBUILD
(from rev 204642, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-i686/pam-common
(from rev 204642, util-linux/trunk/pam-common)
  util-linux/repos/testing-i686/pam-login
(from rev 204642, util-linux/trunk/pam-login)
  util-linux/repos/testing-i686/pam-su
(from rev 204642, util-linux/trunk/pam-su)
  util-linux/repos/testing-i686/util-linux.install
(from rev 204642, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-i686/uuidd.tmpfiles
(from rev 204642, util-linux/trunk/uuidd.tmpfiles)
  util-linux/repos/testing-x86_64/
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 204642, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 204642, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 204642, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-su
(from rev 204642, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/util-linux.install
(from rev 204642, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-x86_64/uuidd.tmpfiles
(from rev 204642, util-linux/trunk/uuidd.tmpfiles)

---+
 testing-i686/PKGBUILD |   89 
 testing-i686/pam-common   |6 ++
 testing-i686/pam-login|7 ++
 testing-i686/pam-su   |9 +++
 testing-i686/util-linux.install   |   21 
 testing-i686/uuidd.tmpfiles   |1 
 testing-x86_64/PKGBUILD   |   89 
 testing-x86_64/pam-common |6 ++
 testing-x86_64/pam-login  |7 ++
 testing-x86_64/pam-su |9 +++
 testing-x86_64/util-linux.install |   21 
 testing-x86_64/uuidd.tmpfiles |1 
 12 files changed, 266 insertions(+)

Copied: util-linux/repos/testing-i686/PKGBUILD (from rev 204642, 
util-linux/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-24 14:20:13 UTC (rev 204643)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=util-linux
+pkgver=2.24.1
+pkgrel=1
+pkgdesc=Miscellaneous system utilities for Linux
+url=http://www.kernel.org/pub/linux/utils/util-linux/;
+arch=('i686' 'x86_64')
+groups=('base' 'base-devel')
+depends=('pam' 'shadow' 'coreutils' 'glibc')
+optdepends=('python: python bindings to libmount')
+makedepends=('systemd' 'python')
+# checkdepends=('bc')
+conflicts=('util-linux-ng' 'eject')
+provides=(util-linux-ng=$pkgver 'eject')
+license=('GPL2')
+options=('strip' 'debug')
+source=(ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.24/$pkgname-$pkgver.tar.xz;
+uuidd.tmpfiles
+pam-login
+pam-common
+pam-su)
+backup=(etc/pam.d/chfn
+etc/pam.d/chsh
+etc/pam.d/login
+etc/pam.d/su
+etc/pam.d/su-l)
+install=util-linux.install
+md5sums=('88d46ae23ca599ac5af9cf96b531590f'
+ 'a39554bfd65cccfd8254bb46922f4a67'
+ '4368b3f98abd8a32662e094c54e7f9b1'
+ 'a31374fef2cba0ca34dfc7078e2969e4'
+ 'fa85e5cce5d723275b14365ba71a8aad')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --bindir=/usr/bin \
+  --localstatedir=/run \
+  --enable-fs-paths-extra=/usr/bin \
+  --enable-raw \
+  --enable-vipw \
+  --enable-newgrp \
+  --enable-chfn-chsh \
+  --enable-write \
+  --enable-mesg \
+  --enable-socket-activation \
+  --with-python=3
+
+#  --enable-reset \ # part of ncurses
+#  --enable-last \ # not compat
+
+  make
+}
+
+#check() {
+# fails for some reason in chroot, works outside
+#  make -C $pkgname-$pkgver check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # setuid chfn and chsh
+  chmod 4755 $pkgdir/usr/bin/{newgrp,ch{sh,fn}}
+
+  # install PAM files for login-utils
+  install -Dm644 $srcdir/pam-common $pkgdir/etc/pam.d/chfn
+  install -m644 $srcdir/pam-common $pkgdir/etc/pam.d/chsh
+  install -m644 $srcdir/pam-login $pkgdir/etc/pam.d/login
+  install -m644 $srcdir/pam-su ${pkgdir}/etc/pam.d/su
+  install -m644 $srcdir/pam-su ${pkgdir}/etc/pam.d/su-l
+
+  # include tmpfiles fragment for uuidd
+  # TODO(dreisner): offer this upstream?
+  install -Dm644 $srcdir/uuidd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/uuidd.conf
+
+  # usrmove
+  cd $pkgdir
+  mv {,usr/}sbin/* usr/bin
+  rmdir sbin usr/sbin
+}

Copied

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

2014-01-24 Thread Tom Gundersen
Date: Friday, January 24, 2014 @ 15:19:55
  Author: tomegun
Revision: 204642

upgpkg: util-linux 2.24.1-1

upstream release

Modified:
  util-linux/trunk/PKGBUILD
Deleted:
  util-linux/trunk/0001-lsblk-fix-D-segfault.patch
  util-linux/trunk/0001-pylibmount-correctly-import-from-pylibmount.so.patch

---+
 0001-lsblk-fix-D-segfault.patch   |   45 
 0001-pylibmount-correctly-import-from-pylibmount.so.patch |   30 
 PKGBUILD  |   17 
 3 files changed, 3 insertions(+), 89 deletions(-)

Deleted: 0001-lsblk-fix-D-segfault.patch
===
--- 0001-lsblk-fix-D-segfault.patch 2014-01-24 14:01:34 UTC (rev 204641)
+++ 0001-lsblk-fix-D-segfault.patch 2014-01-24 14:19:55 UTC (rev 204642)
@@ -1,45 +0,0 @@
-From 71d842c01992b3678de4da4773ed54f08c0ab4f6 Mon Sep 17 00:00:00 2001
-From: Karel Zak k...@redhat.com
-Date: Mon, 18 Nov 2013 11:27:35 +0100
-Subject: [PATCH] lsblk: fix -D segfault
-
-References: https://bugzilla.redhat.com/show_bug.cgi?id=1031262
-Signed-off-by: Karel Zak k...@redhat.com

- misc-utils/lsblk.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/misc-utils/lsblk.c b/misc-utils/lsblk.c
-index 9f7f1b6..9b53be3 100644
 a/misc-utils/lsblk.c
-+++ b/misc-utils/lsblk.c
-@@ -903,7 +903,7 @@ static void set_tt_data(struct blkdev_cxt *cxt, int col, 
int id, struct tt_line
-   if (cxt-discard  p)
-   tt_line_set_data(ln, col, p);
-   else
--  tt_line_set_data(ln, col, 0);
-+  tt_line_set_data(ln, col, xstrdup(0));
-   break;
-   case COL_DGRAN:
-   if (lsblk-bytes)
-@@ -936,7 +936,7 @@ static void set_tt_data(struct blkdev_cxt *cxt, int col, 
int id, struct tt_line
-   if (cxt-discard  p)
-   tt_line_set_data(ln, col, p);
-   else
--  tt_line_set_data(ln, col, 0);
-+  tt_line_set_data(ln, col, xstrdup(0));
-   break;
-   case COL_WSAME:
-   if (lsblk-bytes)
-@@ -948,7 +948,7 @@ static void set_tt_data(struct blkdev_cxt *cxt, int col, 
int id, struct tt_line
-  queue/write_same_max_bytes, x) == 
0)
-   p = size_to_human_string(SIZE_SUFFIX_1LETTER, 
x);
-   }
--  tt_line_set_data(ln, col, p ? p : 0);
-+  tt_line_set_data(ln, col, p ? p : xstrdup(0));
-   break;
-   };
- }
--- 
-1.8.4.2
-

Deleted: 0001-pylibmount-correctly-import-from-pylibmount.so.patch
===
--- 0001-pylibmount-correctly-import-from-pylibmount.so.patch   2014-01-24 
14:01:34 UTC (rev 204641)
+++ 0001-pylibmount-correctly-import-from-pylibmount.so.patch   2014-01-24 
14:19:55 UTC (rev 204642)
@@ -1,30 +0,0 @@
-From c8e5e6e7323642f7e6f12ee5f5231b0ec44c40ab Mon Sep 17 00:00:00 2001
-From: Dave Reisner dreis...@archlinux.org
-Date: Thu, 21 Nov 2013 12:25:27 -0500
-Subject: [PATCH] pylibmount: correctly import from pylibmount.so
-
-Without this, python is unable to find the module:
-
-$ python -c 'import libmount'
-Traceback (most recent call last):
-  File string, line 1, in module
-  File /usr/lib/python3.3/site-packages/libmount/__init__.py, line 1, in 
module
-from pylibmount import *
-ImportError: No module named 'pylibmount'
-
-Signed-off-by: Dave Reisner dreis...@archlinux.org

- libmount/python/libmount/__init__.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/libmount/python/libmount/__init__.py 
b/libmount/python/libmount/__init__.py
-index 243c639..09104e2 100644
 a/libmount/python/libmount/__init__.py
-+++ b/libmount/python/libmount/__init__.py
-@@ -1,2 +1,2 @@
--from pylibmount import *
-+from .pylibmount import *
- 
--- 
-1.8.4.2
-

Modified: PKGBUILD
===
--- PKGBUILD2014-01-24 14:01:34 UTC (rev 204641)
+++ PKGBUILD2014-01-24 14:19:55 UTC (rev 204642)
@@ -4,8 +4,8 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=util-linux
-pkgver=2.24
-pkgrel=2
+pkgver=2.24.1
+pkgrel=1
 pkgdesc=Miscellaneous system utilities for Linux
 url=http://www.kernel.org/pub/linux/utils/util-linux/;
 arch=('i686' 'x86_64')
@@ -19,8 +19,6 @@
 license=('GPL2')
 options=('strip' 'debug')
 
source=(ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.24/$pkgname-$pkgver.tar.xz;
-0001-lsblk-fix-D-segfault.patch
-0001-pylibmount-correctly-import-from-pylibmount.so.patch
 uuidd.tmpfiles
 pam-login
 pam-common
@@ -31,21 +29,12 @@
 etc/pam.d/su
 etc/pam.d/su-l)
 install=util-linux.install
-md5sums=('4fac6443427f575fc5f3531a4ad2ca01'
- 

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

2014-01-24 Thread Tom Gundersen
Date: Friday, January 24, 2014 @ 15:36:49
  Author: tomegun
Revision: 204649

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

Added:
  gummiboot/repos/testing-i686/
  gummiboot/repos/testing-i686/PKGBUILD
(from rev 204648, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-i686/arch.conf
(from rev 204648, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-i686/gummiboot.install
(from rev 204648, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-i686/loader.conf
(from rev 204648, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-i686/splash-arch.bmp
(from rev 204648, gummiboot/trunk/splash-arch.bmp)
  gummiboot/repos/testing-x86_64/
  gummiboot/repos/testing-x86_64/PKGBUILD
(from rev 204648, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-x86_64/arch.conf
(from rev 204648, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-x86_64/gummiboot.install
(from rev 204648, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-x86_64/loader.conf
(from rev 204648, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-x86_64/splash-arch.bmp
(from rev 204648, gummiboot/trunk/splash-arch.bmp)

--+
 testing-i686/PKGBUILD|   50 +
 testing-i686/arch.conf   |7 +
 testing-i686/gummiboot.install   |   13 +
 testing-i686/loader.conf |2 +
 testing-x86_64/PKGBUILD  |   50 +
 testing-x86_64/arch.conf |7 +
 testing-x86_64/gummiboot.install |   13 +
 testing-x86_64/loader.conf   |2 +
 8 files changed, 144 insertions(+)

Copied: gummiboot/repos/testing-i686/PKGBUILD (from rev 204648, 
gummiboot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-24 14:36:49 UTC (rev 204649)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+# Contributor:  Mantas Mikulėnas graw...@gmail.com
+
+pkgname=gummiboot
+pkgver=43
+pkgrel=1
+pkgdesc=Simple text-mode UEFI Boot Manager
+url=http://freedesktop.org/wiki/Software/gummiboot;
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip' '!makeflags')
+source=(git://anongit.freedesktop.org/${pkgname}#commit=51950f
+'loader.conf'
+'arch.conf'
+   'splash-arch.bmp')
+install=gummiboot.install
+md5sums=('SKIP'
+ '6ea803e5179d623716e3be0b636de658'
+ '82bda9612e3a361a74cf8de2a0134b15'
+ '1e2f9a8b0fa32022bf0a8f39123e5f4e')
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   ./autogen.sh
+   ./configure --sysconfdir=/etc  --with-efi-ldsdir=/usr/lib 
--libexecdir=/usr/lib --libdir=/usr/lib
+   
+   make
+}
+
+package() {
+   ## Install gummiboot example configuration files (can go away with 
systemd's kernel-install)
+   install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/usr/lib/gummiboot/loader/loader.conf
+   install -D -m0644 ${srcdir}/arch.conf 
${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf
+
+   ## ship an Arch Linux boot splash (still has to be dropped in manually 
to take effect)
+   install -D -m0644 ${srcdir}/splash-arch.bmp 
${pkgdir}/usr/lib/gummiboot/splash-arch.bmp
+
+   cd ${srcdir}/${pkgname}
+
+   make DESTDIR=${pkgdir} install
+}

Copied: gummiboot/repos/testing-i686/arch.conf (from rev 204648, 
gummiboot/trunk/arch.conf)
===
--- testing-i686/arch.conf  (rev 0)
+++ testing-i686/arch.conf  2014-01-24 14:36:49 UTC (rev 204649)
@@ -0,0 +1,7 @@
+## This is just an exmaple config file.
+## Please edit the paths and kernel parameters according to your system.
+
+title   Arch Linux
+linux   /vmlinuz-linux
+initrd  /initramfs-linux.img
+options root=PARTUUID= rootfstype= add_efi_memmap

Copied: gummiboot/repos/testing-i686/gummiboot.install (from rev 204648, 
gummiboot/trunk/gummiboot.install)
===
--- testing-i686/gummiboot.install  (rev 0)
+++ testing-i686/gummiboot.install  2014-01-24 14:36:49 UTC (rev 204649)
@@ -0,0 +1,13 @@
+post_install() {
+   mkdir -p /boot/EFI/gummiboot
+   /usr/bin/gummiboot update
+   echo :: Run '/usr/bin/gummiboot install' to make gummiboot your 
default bootloader
+}
+
+post_upgrade() {
+   /usr/bin/gummiboot update
+}
+
+pre_remove() {
+   /usr/bin/gummiboot remove
+}

Copied: gummiboot/repos/testing-i686/loader.conf (from rev 204648

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

2014-01-24 Thread Tom Gundersen
Date: Friday, January 24, 2014 @ 15:37:47
  Author: tomegun
Revision: 204650

descirption: gummiboot is no longer only text-mode ;)

Modified:
  gummiboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-24 14:36:49 UTC (rev 204649)
+++ PKGBUILD2014-01-24 14:37:47 UTC (rev 204650)
@@ -7,7 +7,7 @@
 pkgname=gummiboot
 pkgver=43
 pkgrel=1
-pkgdesc=Simple text-mode UEFI Boot Manager
+pkgdesc=Simple UEFI Boot Manager
 url=http://freedesktop.org/wiki/Software/gummiboot;
 arch=('x86_64' 'i686')
 license=('LGPL2.1')



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

2014-01-24 Thread Tom Gundersen
Date: Friday, January 24, 2014 @ 15:36:39
  Author: tomegun
Revision: 204648

upgpkg: gummiboot 43-1

upstream release

Modified:
  gummiboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-24 14:30:39 UTC (rev 204647)
+++ PKGBUILD2014-01-24 14:36:39 UTC (rev 204648)
@@ -5,7 +5,7 @@
 # Contributor:  Mantas Mikulėnas graw...@gmail.com
 
 pkgname=gummiboot
-pkgver=41
+pkgver=43
 pkgrel=1
 pkgdesc=Simple text-mode UEFI Boot Manager
 url=http://freedesktop.org/wiki/Software/gummiboot;
@@ -17,7 +17,7 @@
 provides=('gummiboot-efi')
 replaces=('gummiboot-efi')
 options=('!strip' '!makeflags')
-source=(git://anongit.freedesktop.org/${pkgname}#commit=ba731cee
+source=(git://anongit.freedesktop.org/${pkgname}#commit=51950f
 'loader.conf'
 'arch.conf'
'splash-arch.bmp')



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

2014-01-24 Thread Tom Gundersen
Date: Friday, January 24, 2014 @ 23:03:35
  Author: tomegun
Revision: 204682

upgpkg: gummiboot 43-2

retagged to include correct version number

Modified:
  gummiboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-24 21:32:34 UTC (rev 204681)
+++ PKGBUILD2014-01-24 22:03:35 UTC (rev 204682)
@@ -6,7 +6,7 @@
 
 pkgname=gummiboot
 pkgver=43
-pkgrel=1
+pkgrel=2
 pkgdesc=Simple UEFI Boot Manager
 url=http://freedesktop.org/wiki/Software/gummiboot;
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 provides=('gummiboot-efi')
 replaces=('gummiboot-efi')
 options=('!strip' '!makeflags')
-source=(git://anongit.freedesktop.org/${pkgname}#commit=51950f
+source=(git://anongit.freedesktop.org/${pkgname}#commit=48e0a487
 'loader.conf'
 'arch.conf'
'splash-arch.bmp')



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

2014-01-24 Thread Tom Gundersen
Date: Friday, January 24, 2014 @ 23:03:49
  Author: tomegun
Revision: 204683

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

Added:
  gummiboot/repos/testing-i686/PKGBUILD
(from rev 204682, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-i686/arch.conf
(from rev 204682, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-i686/gummiboot.install
(from rev 204682, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-i686/loader.conf
(from rev 204682, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-i686/splash-arch.bmp
(from rev 204682, gummiboot/trunk/splash-arch.bmp)
  gummiboot/repos/testing-x86_64/PKGBUILD
(from rev 204682, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-x86_64/arch.conf
(from rev 204682, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-x86_64/gummiboot.install
(from rev 204682, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-x86_64/loader.conf
(from rev 204682, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-x86_64/splash-arch.bmp
(from rev 204682, gummiboot/trunk/splash-arch.bmp)
Deleted:
  gummiboot/repos/testing-i686/PKGBUILD
  gummiboot/repos/testing-i686/arch.conf
  gummiboot/repos/testing-i686/gummiboot.install
  gummiboot/repos/testing-i686/loader.conf
  gummiboot/repos/testing-i686/splash-arch.bmp
  gummiboot/repos/testing-x86_64/PKGBUILD
  gummiboot/repos/testing-x86_64/arch.conf
  gummiboot/repos/testing-x86_64/gummiboot.install
  gummiboot/repos/testing-x86_64/loader.conf
  gummiboot/repos/testing-x86_64/splash-arch.bmp

--+
 /PKGBUILD|  100 +
 /arch.conf   |   14 +
 /gummiboot.install   |   26 +
 /loader.conf |4 +
 testing-i686/PKGBUILD|   50 --
 testing-i686/arch.conf   |7 --
 testing-i686/gummiboot.install   |   13 
 testing-i686/loader.conf |2 
 testing-x86_64/PKGBUILD  |   50 --
 testing-x86_64/arch.conf |7 --
 testing-x86_64/gummiboot.install |   13 
 testing-x86_64/loader.conf   |2 
 12 files changed, 144 insertions(+), 144 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-01-24 22:03:35 UTC (rev 204682)
+++ testing-i686/PKGBUILD   2014-01-24 22:03:49 UTC (rev 204683)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
-# Contributor:  Mantas Mikulėnas graw...@gmail.com
-
-pkgname=gummiboot
-pkgver=43
-pkgrel=1
-pkgdesc=Simple text-mode UEFI Boot Manager
-url=http://freedesktop.org/wiki/Software/gummiboot;
-arch=('x86_64' 'i686')
-license=('LGPL2.1')
-makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
-depends=('util-linux')
-conflicts=('gummiboot-efi')
-provides=('gummiboot-efi')
-replaces=('gummiboot-efi')
-options=('!strip' '!makeflags')
-source=(git://anongit.freedesktop.org/${pkgname}#commit=51950f
-'loader.conf'
-'arch.conf'
-   'splash-arch.bmp')
-install=gummiboot.install
-md5sums=('SKIP'
- '6ea803e5179d623716e3be0b636de658'
- '82bda9612e3a361a74cf8de2a0134b15'
- '1e2f9a8b0fa32022bf0a8f39123e5f4e')
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   ./autogen.sh
-   ./configure --sysconfdir=/etc  --with-efi-ldsdir=/usr/lib 
--libexecdir=/usr/lib --libdir=/usr/lib
-   
-   make
-}
-
-package() {
-   ## Install gummiboot example configuration files (can go away with 
systemd's kernel-install)
-   install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/usr/lib/gummiboot/loader/loader.conf
-   install -D -m0644 ${srcdir}/arch.conf 
${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf
-
-   ## ship an Arch Linux boot splash (still has to be dropped in manually 
to take effect)
-   install -D -m0644 ${srcdir}/splash-arch.bmp 
${pkgdir}/usr/lib/gummiboot/splash-arch.bmp
-
-   cd ${srcdir}/${pkgname}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: gummiboot/repos/testing-i686/PKGBUILD (from rev 204682, 
gummiboot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-24 22:03:49 UTC (rev 204683)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+# Contributor:  Mantas Mikulėnas graw...@gmail.com
+
+pkgname=gummiboot
+pkgver=43
+pkgrel=2
+pkgdesc=Simple UEFI Boot Manager
+url=http://freedesktop.org/wiki/Software/gummiboot;
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs

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

2014-01-23 Thread Tom Gundersen
Date: Thursday, January 23, 2014 @ 14:12:35
  Author: tomegun
Revision: 204576

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

Added:
  redland/repos/testing-i686/
  redland/repos/testing-i686/PKGBUILD
(from rev 204575, redland/trunk/PKGBUILD)
  redland/repos/testing-i686/rpath.diff
(from rev 204575, redland/trunk/rpath.diff)
  redland/repos/testing-x86_64/
  redland/repos/testing-x86_64/PKGBUILD
(from rev 204575, redland/trunk/PKGBUILD)
  redland/repos/testing-x86_64/rpath.diff
(from rev 204575, redland/trunk/rpath.diff)

---+
 testing-i686/PKGBUILD |   79 
 testing-i686/rpath.diff   |   11 ++
 testing-x86_64/PKGBUILD   |   79 
 testing-x86_64/rpath.diff |   11 ++
 4 files changed, 180 insertions(+)

Copied: redland/repos/testing-i686/PKGBUILD (from rev 204575, 
redland/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-23 13:12:35 UTC (rev 204576)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Francois Charette francois.archlinux.org 
+
+pkgbase=redland
+epoch=1
+pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 
'redland-storage-virtuoso' 'redland-storage-sqlite')
+pkgver=1.0.17
+pkgrel=1
+url=http://librdf.org/;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('rasqal' 'raptor' 'db' 'postgresql-libs' 'libmariadbclient' 
'unixodbc' 'sqlite')
+source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc}
+rpath.diff)
+sha256sums=('de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681'
+'SKIP'
+'9ddf9f7581f5194d73ad908f3b26354c70d3079a7a87c8add8a0d0e4c6974fec')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-release \
+   --disable-static \
+   --with-raptor=system \
+   --with-rasqal=system \
+   --with-sqlite=3
+
+  # nuke rpath
+  patch -Np0 -i ${srcdir}/rpath.diff
+
+  make
+}
+
+package_redland() {
+ pkgdesc=Library that provides a high-level interface to RDF data
+ depends=('rasqal=0.9.26' 'raptor=2.0.6' 'libltdl')
+ 
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib/redland
+}
+
+package_redland-storage-mysql() {
+ pkgdesc=MySQL storage support for Redland
+ depends=('redland' 'libmariadbclient')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_mysql.so 
${pkgdir}/usr/lib/redland/librdf_storage_mysql.so
+}
+
+package_redland-storage-postgresql() {
+ pkgdesc=PostgreSQL storage support for Redland
+ depends=('redland' 'postgresql-libs')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_postgresql.so 
${pkgdir}/usr/lib/redland/
+}
+
+package_redland-storage-virtuoso() {
+ pkgdesc=Virtuoso storage support for Redland
+ depends=('redland' 'unixodbc' 'db')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_virtuoso.so 
${pkgdir}/usr/lib/redland/
+}
+
+package_redland-storage-sqlite() {
+ pkgdesc=SQLite storage support for Redland
+ depends=('redland' 'sqlite3' 'db')
+ 
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_sqlite.so ${pkgdir}/usr/lib/redland/
+}

Copied: redland/repos/testing-i686/rpath.diff (from rev 204575, 
redland/trunk/rpath.diff)
===
--- testing-i686/rpath.diff (rev 0)
+++ testing-i686/rpath.diff 2014-01-23 13:12:35 UTC (rev 204576)
@@ -0,0 +1,11 @@
+--- libtool2011-02-20 10:46:47.0 +0100
 libtool.new2011-02-20 10:52:58.285764909 +0100
+@@ -324,7 +324,7 @@
+ 
+ # Flag to hardcode $libdir into a binary during linking.
+ # This must work even if $libdir does not exist
+-hardcode_libdir_flag_spec=\${wl}-rpath \${wl}\$libdir
++hardcode_libdir_flag_spec= 
+ 
+ # If ld is used when linking, flag to hardcode $libdir into a binary
+ # during linking.  This must work even if $libdir does not exist.

Copied: redland/repos/testing-x86_64/PKGBUILD (from rev 204575, 
redland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-23 13:12:35 UTC (rev 204576)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Francois Charette francois.archlinux.org 
+
+pkgbase=redland
+epoch=1
+pkgname=('redland' 'redland-storage-mysql

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

2014-01-23 Thread Tom Gundersen
Date: Thursday, January 23, 2014 @ 14:12:27
  Author: tomegun
Revision: 204575

upgpkg: redland 1:1.0.17-1

upstream release

Modified:
  redland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-23 07:23:37 UTC (rev 204574)
+++ PKGBUILD2014-01-23 13:12:27 UTC (rev 204575)
@@ -6,8 +6,8 @@
 pkgbase=redland
 epoch=1
 pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 
'redland-storage-virtuoso' 'redland-storage-sqlite')
-pkgver=1.0.16
-pkgrel=3
+pkgver=1.0.17
+pkgrel=1
 url=http://librdf.org/;
 license=(GPL)
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 makedepends=('rasqal' 'raptor' 'db' 'postgresql-libs' 'libmariadbclient' 
'unixodbc' 'sqlite')
 source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc}
 rpath.diff)
-sha256sums=('d9a274fc086e61119d5c9beafb8d05527e040ec86f4c0961276ca8de0a049dbd'
-'2955af40eb2fbffa6e1ef28f7f1b7f607a3958478a5080896b878da96605246d'
+sha256sums=('de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681'
+'SKIP'
 '9ddf9f7581f5194d73ad908f3b26354c70d3079a7a87c8add8a0d0e4c6974fec')
 
 build() {



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

2014-01-22 Thread Tom Gundersen
Date: Wednesday, January 22, 2014 @ 22:02:05
  Author: tomegun
Revision: 204561

upgpkg: libvorbis 1.3.4-1

upstream release

Modified:
  libvorbis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-22 19:07:46 UTC (rev 204560)
+++ PKGBUILD2014-01-22 21:02:05 UTC (rev 204561)
@@ -4,7 +4,7 @@
 # Contributor: John Proctor jproc...@prium.net
 
 pkgname=libvorbis
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 pkgdesc=Vorbis codec library
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=('BSD')
 depends=('libogg')
 source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6b1a36f0d72332fae5130688e65efe1f')
+md5sums=('8851c593a52d1ef9c526d95174873852')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-01-22 Thread Tom Gundersen
Date: Wednesday, January 22, 2014 @ 22:02:13
  Author: tomegun
Revision: 204562

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

Added:
  libvorbis/repos/testing-i686/
  libvorbis/repos/testing-i686/PKGBUILD
(from rev 204561, libvorbis/trunk/PKGBUILD)
  libvorbis/repos/testing-x86_64/
  libvorbis/repos/testing-x86_64/PKGBUILD
(from rev 204561, libvorbis/trunk/PKGBUILD)

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

Copied: libvorbis/repos/testing-i686/PKGBUILD (from rev 204561, 
libvorbis/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-22 21:02:13 UTC (rev 204562)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tobias Kieslich tob...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=libvorbis
+pkgver=1.3.4
+pkgrel=1
+pkgdesc=Vorbis codec library
+arch=('i686' 'x86_64')
+url=http://www.xiph.org/vorbis/;
+license=('BSD')
+depends=('libogg')
+source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
+md5sums=('8851c593a52d1ef9c526d95174873852')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  #-march=i686 optimizes too much, strip it out
+  CFLAGS=${CFLAGS/-march=$CARCH} LIBS+=-lm ./configure --prefix=/usr 
--disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: libvorbis/repos/testing-x86_64/PKGBUILD (from rev 204561, 
libvorbis/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-22 21:02:13 UTC (rev 204562)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tobias Kieslich tob...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=libvorbis
+pkgver=1.3.4
+pkgrel=1
+pkgdesc=Vorbis codec library
+arch=('i686' 'x86_64')
+url=http://www.xiph.org/vorbis/;
+license=('BSD')
+depends=('libogg')
+source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
+md5sums=('8851c593a52d1ef9c526d95174873852')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  #-march=i686 optimizes too much, strip it out
+  CFLAGS=${CFLAGS/-march=$CARCH} LIBS+=-lm ./configure --prefix=/usr 
--disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-01-22 Thread Tom Gundersen
Date: Wednesday, January 22, 2014 @ 22:03:54
  Author: tomegun
Revision: 204563

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-01-22 21:02:13 UTC (rev 204562)
+++ testing-i686/PKGBUILD   2014-01-22 21:03:54 UTC (rev 204563)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich tob...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=libvorbis
-pkgver=1.3.4
-pkgrel=1
-pkgdesc=Vorbis codec library
-arch=('i686' 'x86_64')
-url=http://www.xiph.org/vorbis/;
-license=('BSD')
-depends=('libogg')
-source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('8851c593a52d1ef9c526d95174873852')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  #-march=i686 optimizes too much, strip it out
-  CFLAGS=${CFLAGS/-march=$CARCH} LIBS+=-lm ./configure --prefix=/usr 
--disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libvorbis/repos/testing-i686/PKGBUILD (from rev 204562, 
libvorbis/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-22 21:03:54 UTC (rev 204563)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tobias Kieslich tob...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=libvorbis
+pkgver=1.3.4
+pkgrel=1
+pkgdesc=Vorbis codec library
+arch=('i686' 'x86_64')
+url=http://www.xiph.org/vorbis/;
+license=('BSD')
+depends=('libogg')
+source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
+md5sums=('8851c593a52d1ef9c526d95174873852')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  #-march=i686 optimizes too much, strip it out
+  CFLAGS=${CFLAGS/-march=$CARCH} LIBS+=-lm ./configure --prefix=/usr 
--disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make -j1 check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2014-01-22 21:02:13 UTC (rev 204562)
+++ testing-x86_64/PKGBUILD 2014-01-22 21:03:54 UTC (rev 204563)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich tob...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=libvorbis
-pkgver=1.3.4
-pkgrel=1
-pkgdesc=Vorbis codec library
-arch=('i686' 'x86_64')
-url=http://www.xiph.org/vorbis/;
-license=('BSD')
-depends=('libogg')
-source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('8851c593a52d1ef9c526d95174873852')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  #-march=i686 optimizes too much, strip it out
-  CFLAGS=${CFLAGS/-march=$CARCH} LIBS+=-lm ./configure --prefix=/usr 
--disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make -j1 check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libvorbis/repos/testing-x86_64/PKGBUILD (from rev 204562, 
libvorbis/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-22 21:03:54 UTC (rev 204563)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tobias Kieslich tob...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=libvorbis
+pkgver=1.3.4
+pkgrel=1
+pkgdesc=Vorbis codec library
+arch=('i686' 'x86_64')
+url=http://www.xiph.org/vorbis/;
+license=('BSD')
+depends=('libogg')
+source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
+md5sums=('8851c593a52d1ef9c526d95174873852')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  #-march=i686 optimizes 

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

2014-01-20 Thread Tom Gundersen
Date: Tuesday, January 21, 2014 @ 02:32:16
  Author: tomegun
Revision: 204487

upgpkg: dbus 1.8.0-1

upstream release

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-20 23:56:10 UTC (rev 204486)
+++ PKGBUILD2014-01-21 01:32:16 UTC (rev 204487)
@@ -5,16 +5,16 @@
 #
 pkgbase=dbus
 pkgname=('dbus' 'libdbus')
-pkgver=1.6.18
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
 license=('GPL' 'custom')
-makedepends=('libx11' 'systemd')
+makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz
-30-dbus systemd-user-session.patch memleak.patch)
-md5sums=('b02e9c95027a416987b81f9893831061'
+30-dbus)
+md5sums=('059fbe84e39fc99c67a14f15b1f39dff'
  '3314d727fa57fc443fce25b5cbeebbcc'
  'd8a1bd529b3ddca671ee1a695a143db9'
  'cf86d68e39d975cec1e9f0342eb9b142')
@@ -21,8 +21,6 @@
 
 prepare() {
   cd dbus-$pkgver
-  patch -Np1 -i ../systemd-user-session.patch
-  patch -Np1 -i ../memleak.patch
 }
 
 build() {



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

2014-01-20 Thread Tom Gundersen
Date: Tuesday, January 21, 2014 @ 02:32:24
  Author: tomegun
Revision: 204488

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/30-dbus
(from rev 204487, dbus/trunk/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
(from rev 204487, dbus/trunk/PKGBUILD)
  dbus/repos/testing-i686/memleak.patch
(from rev 204487, dbus/trunk/memleak.patch)
  dbus/repos/testing-i686/systemd-user-session.patch
(from rev 204487, dbus/trunk/systemd-user-session.patch)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/30-dbus
(from rev 204487, dbus/trunk/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 204487, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/memleak.patch
(from rev 204487, dbus/trunk/memleak.patch)
  dbus/repos/testing-x86_64/systemd-user-session.patch
(from rev 204487, dbus/trunk/systemd-user-session.patch)

---+
 testing-i686/30-dbus  |6 
 testing-i686/PKGBUILD |   73 +++
 testing-i686/memleak.patch|   37 +
 testing-i686/systemd-user-session.patch   |  183 
 testing-x86_64/30-dbus|6 
 testing-x86_64/PKGBUILD   |   73 +++
 testing-x86_64/memleak.patch  |   37 +
 testing-x86_64/systemd-user-session.patch |  183 
 8 files changed, 598 insertions(+)

Copied: dbus/repos/testing-i686/30-dbus (from rev 204487, dbus/trunk/30-dbus)
===
--- testing-i686/30-dbus(rev 0)
+++ testing-i686/30-dbus2014-01-21 01:32:24 UTC (rev 204488)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# launches a session dbus instance
+if [ -z $DBUS_SESSION_BUS_ADDRESS ]  type dbus-launch /dev/null; then
+  eval $(dbus-launch --sh-syntax --exit-with-session)
+fi

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 204487, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-21 01:32:24 UTC (rev 204488)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+makedepends=('libx11' 'systemd' 'xmlto' 'docbook-xsl')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz
+30-dbus)
+md5sums=('059fbe84e39fc99c67a14f15b1f39dff'
+ '3314d727fa57fc443fce25b5cbeebbcc'
+ 'd8a1bd529b3ddca671ee1a695a143db9'
+ 'cf86d68e39d975cec1e9f0342eb9b142')
+
+prepare() {
+  cd dbus-$pkgver
+}
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+  make
+}
+
+package_dbus(){
+  depends=('libdbus' 'expat')
+  optdepends=('libx11: dbus-launch support')
+  provides=('dbus-core')
+  conflicts=('dbus-core')
+  replaces=('dbus-core')
+
+  cd dbus-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm -rf $pkgdir/var/run
+
+  install -Dm755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/30-dbus
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/dbus/COPYING
+
+  # split out libdbus-1
+  rm -rf $srcdir/_libdbus
+  install -dm755 $srcdir/_libdbus/usr/lib/dbus-1.0
+  mv $pkgdir/usr/include $srcdir/_libdbus/usr/
+  mv $pkgdir/usr/lib/pkgconfig $srcdir/_libdbus/usr/lib/
+  mv $pkgdir/usr/lib/libdbus* $srcdir/_libdbus/usr/lib/
+  mv $pkgdir/usr/lib/dbus-1.0/include $srcdir/_libdbus/usr/lib/dbus-1.0/
+  install -Dm644 COPYING $srcdir/_libdbus/usr/share/licenses/libdbus/COPYING
+}
+
+package_libdbus(){
+  pkgdesc=DBus library
+  depends=('glibc')
+
+
+  mv $srcdir/_libdbus/* $pkgdir
+}

Copied: dbus/repos/testing-i686/memleak.patch (from rev 204487, 
dbus/trunk/memleak.patch)
===
--- testing-i686/memleak.patch  (rev 0)
+++ testing-i686/memleak.patch  2014-01-21 01:32:24 UTC (rev 204488)
@@ -0,0 +1,37 @@
+From 03aeaccbffa97c9237b57ca067e3da7388862129 Mon Sep 17 00:00:00 2001
+From: Radoslaw Pajak r.pa...@samsung.com
+Date: Fri, 08 Nov 2013 12:51:32 +
+Subject: fixed memory freeing if error during listing services
+
+Signed

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

2014-01-18 Thread Tom Gundersen
Date: Sunday, January 19, 2014 @ 00:50:02
  Author: tomegun
Revision: 204390

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

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

-+
 testing-i686/PKGBUILD   |   45 ++
 testing-i686/konversation.install   |   12 +
 testing-x86_64/PKGBUILD |   45 ++
 testing-x86_64/konversation.install |   12 +
 4 files changed, 114 insertions(+)

Copied: konversation/repos/testing-i686/PKGBUILD (from rev 204389, 
konversation/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-18 23:50:02 UTC (rev 204390)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: Sergio Jovani Guzman mo...@paretux.org
+
+pkgname=konversation
+pkgver=1.5
+pkgrel=1
+pkgdesc=A user friendly IRC client for KDE
+arch=('i686' 'x86_64')
+url=http://konversation.kde.org;
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml' 'optipng')
+optdepends=('python: python scripting support'
+'kdebase-konsole: open a terminal in konversation'
+'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC 
support')
+license=('GPL2' 'FDL')
+install=${pkgname}.install
+options=('!makeflags')
+source=(http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3955a43758750b63d84299a9d9a5933b73e5492b')
+
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+  
+  # Remove a bunch of symlinks pointing to non-existant files
+  for _lang in pt_BR uk sv et de en nl; do
+ rm ${pkgdir}/usr/share/doc/kde/html/${_lang}/konversation/common
+  done
+}

Copied: konversation/repos/testing-i686/konversation.install (from rev 204389, 
konversation/trunk/konversation.install)
===
--- testing-i686/konversation.install   (rev 0)
+++ testing-i686/konversation.install   2014-01-18 23:50:02 UTC (rev 204390)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: konversation/repos/testing-x86_64/PKGBUILD (from rev 204389, 
konversation/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-18 23:50:02 UTC (rev 204390)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: Sergio Jovani Guzman mo...@paretux.org
+
+pkgname=konversation
+pkgver=1.5
+pkgrel=1
+pkgdesc=A user friendly IRC client for KDE
+arch=('i686' 'x86_64')
+url=http://konversation.kde.org;
+depends=('kdebase-runtime' 'kdepimlibs')
+makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml' 'optipng')
+optdepends=('python: python scripting support'
+'kdebase-konsole: open a terminal in konversation'
+'qca-ossl: Diffie-Hellman key exchange and Blowfish ECB/CBC 
support')
+license=('GPL2' 'FDL')
+install=${pkgname}.install
+options=('!makeflags')
+source=(http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3955a43758750b63d84299a9d9a5933b73e5492b')
+
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+  
+  # Remove a bunch of symlinks pointing to non-existant files
+  for _lang in pt_BR uk sv et de en nl; do
+ rm ${pkgdir}/usr/share/doc/kde/html/${_lang

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

2014-01-18 Thread Tom Gundersen
Date: Sunday, January 19, 2014 @ 00:49:55
  Author: tomegun
Revision: 204389

upgpkg: konversation 1.5-1

upstream release

Modified:
  konversation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-18 22:31:16 UTC (rev 204388)
+++ PKGBUILD2014-01-18 23:49:55 UTC (rev 204389)
@@ -1,12 +1,13 @@
 # $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: James Rayner iphi...@gmail.com
 # Contributor: Sergio Jovani Guzman mo...@paretux.org
 
 pkgname=konversation
-pkgver=1.4
-pkgrel=7
+pkgver=1.5
+pkgrel=1
 pkgdesc=A user friendly IRC client for KDE
 arch=('i686' 'x86_64')
 url=http://konversation.kde.org;
@@ -19,7 +20,7 @@
 install=${pkgname}.install
 options=('!makeflags')
 
source=(http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777')
+sha1sums=('3955a43758750b63d84299a9d9a5933b73e5492b')
 
 
 build() {



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

2014-01-01 Thread Tom Gundersen
Date: Wednesday, January 1, 2014 @ 19:00:17
  Author: tomegun
Revision: 203022

upgpkg: dbus 1.6.18-3

move a left-over header file from dbus to libdbus

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-01 17:44:12 UTC (rev 203021)
+++ PKGBUILD2014-01-01 18:00:17 UTC (rev 203022)
@@ -6,7 +6,7 @@
 pkgbase=dbus
 pkgname=('dbus' 'libdbus')
 pkgver=1.6.18
-pkgrel=2
+pkgrel=3
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
@@ -58,10 +58,11 @@
 
   # split out libdbus-1
   rm -rf $srcdir/_libdbus
-  install -dm755 $srcdir/_libdbus/usr/lib
+  install -dm755 $srcdir/_libdbus/usr/lib/dbus-1.0
   mv $pkgdir/usr/include $srcdir/_libdbus/usr/
   mv $pkgdir/usr/lib/pkgconfig $srcdir/_libdbus/usr/lib/
   mv $pkgdir/usr/lib/libdbus* $srcdir/_libdbus/usr/lib/
+  mv $pkgdir/usr/lib/dbus-1.0/include $srcdir/_libdbus/usr/lib/dbus-1.0/
   install -Dm644 COPYING $srcdir/_libdbus/usr/share/licenses/libdbus/COPYING
 }
 



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

2014-01-01 Thread Tom Gundersen
Date: Wednesday, January 1, 2014 @ 19:00:46
  Author: tomegun
Revision: 203023

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

Added:
  dbus/repos/testing-i686/30-dbus
(from rev 203022, dbus/trunk/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
(from rev 203022, dbus/trunk/PKGBUILD)
  dbus/repos/testing-i686/memleak.patch
(from rev 203022, dbus/trunk/memleak.patch)
  dbus/repos/testing-i686/systemd-user-session.patch
(from rev 203022, dbus/trunk/systemd-user-session.patch)
  dbus/repos/testing-x86_64/30-dbus
(from rev 203022, dbus/trunk/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 203022, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/memleak.patch
(from rev 203022, dbus/trunk/memleak.patch)
  dbus/repos/testing-x86_64/systemd-user-session.patch
(from rev 203022, dbus/trunk/systemd-user-session.patch)
Deleted:
  dbus/repos/testing-i686/30-dbus
  dbus/repos/testing-i686/PKGBUILD
  dbus/repos/testing-i686/memleak.patch
  dbus/repos/testing-i686/systemd-user-session.patch
  dbus/repos/testing-x86_64/30-dbus
  dbus/repos/testing-x86_64/PKGBUILD
  dbus/repos/testing-x86_64/memleak.patch
  dbus/repos/testing-x86_64/systemd-user-session.patch

---+
 /30-dbus  |   12 
 /PKGBUILD |  150 +++
 /memleak.patch|   74 +
 /systemd-user-session.patch   |  366 
 testing-i686/30-dbus  |6 
 testing-i686/PKGBUILD |   74 -
 testing-i686/memleak.patch|   37 --
 testing-i686/systemd-user-session.patch   |  183 --
 testing-x86_64/30-dbus|6 
 testing-x86_64/PKGBUILD   |   74 -
 testing-x86_64/memleak.patch  |   37 --
 testing-x86_64/systemd-user-session.patch |  183 --
 12 files changed, 602 insertions(+), 600 deletions(-)

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


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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:07:35
  Author: tomegun
Revision: 202961

depend on systemd rather than udev

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 10:48:06 UTC (rev 202960)
+++ PKGBUILD2013-12-29 14:07:35 UTC (rev 202961)
@@ -13,7 +13,7 @@
 url=http://www.chromium.org/;
 license=('BSD')
 depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss' 'icu'
- 'libgcrypt' 'ttf-font' 'udev' 'dbus' 'flac' 'opus' 'snappy'
+ 'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'flac' 'opus' 'snappy'
  'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz' 'harfbuzz-icu'
  'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'



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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:08:24
  Author: tomegun
Revision: 202962

depend on systemd rather than udev

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:07:35 UTC (rev 202961)
+++ PKGBUILD2013-12-29 14:08:24 UTC (rev 202962)
@@ -9,7 +9,7 @@
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/software/colord;
 license=(GPL2)
-depends=(lcms2 libgusb polkit shared-color-profiles sqlite udev dconf dbus)
+depends=(lcms2 libgusb polkit shared-color-profiles sqlite systemd dconf dbus)
 makedepends=(intltool gobject-introspection vala docbook2x sane 
bash-completion)
 optdepends=('sane: UseSANE support [/etc/colord.conf]')
 install=colord.install



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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:10:28
  Author: tomegun
Revision: 202963

depend on systemd rather than udev and dbus rather than dbus-core

Modified:
  cups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:08:24 UTC (rev 202962)
+++ PKGBUILD2013-12-29 14:10:28 UTC (rev 202963)
@@ -9,7 +9,7 @@
 license=('GPL')
 url=http://www.cups.org/;
 makedepends=('libtiff=4.0.0' 'libpng=1.5.7' 'acl' 'pam' 'xdg-utils' 'krb5' 
'gnutls=2.8.3' 'cups-filters' 'bc'
- 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus-core' 'avahi'  
'hicolor-icon-theme' 'systemd')
+ 'colord' 'xinetd' 'gzip' 'autoconf' 'libusb' 'dbus' 'avahi'  
'hicolor-icon-theme' 'systemd')
 
source=(#http://mirror.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2
 http://www.cups.org/software/${pkgver}/cups-${pkgver}-source.tar.bz2
 cups.logrotate cups.pam
@@ -162,7 +162,7 @@
 etc/logrotate.d/cups
 etc/pam.d/cups
 etc/xinetd.d/cups-lpd)
-depends=('acl' 'pam' libcups=${pkgver} 'cups-filters' 'bc' 'colord' 
'libusb' 'dbus-core' 'libsystemd' 'hicolor-icon-theme')
+depends=('acl' 'pam' libcups=${pkgver} 'cups-filters' 'bc' 'colord' 
'libusb' 'dbus' 'systemd' 'hicolor-icon-theme')
 optdepends=('xdg-utils: xdg .desktop file support')
 
   cd ${pkgbase}-${pkgver}



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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:11:46
  Author: tomegun
Revision: 202964

depend on systemd rather than libsystemd

Modified:
  polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:10:28 UTC (rev 202963)
+++ PKGBUILD2013-12-29 14:11:46 UTC (rev 202964)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 license=(LGPL)
 url=http://www.freedesktop.org/wiki/Software/polkit;
-depends=(glib2 pam expat libsystemd js)
+depends=(glib2 pam expat systemd js)
 makedepends=(intltool gtk-doc gobject-introspection)
 install=polkit.install
 
source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz



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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:12:59
  Author: tomegun
Revision: 202965

depend on systemd rather than libsystemd

Modified:
  upower/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:11:46 UTC (rev 202964)
+++ PKGBUILD2013-12-29 14:12:59 UTC (rev 202965)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url=http://upower.freedesktop.org;
 license=('GPL')
-depends=('systemd-tools' 'libsystemd' 'libusb' 'polkit' 'dbus-glib' 
'libimobiledevice')
+depends=('systemd-tools' 'systemd' 'libusb' 'polkit' 'dbus-glib' 
'libimobiledevice')
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'systemd')
 backup=('etc/UPower/UPower.conf')
 source=($url/releases/$pkgname-$pkgver.tar.xz



[arch-commits] Commit in xf86-input-evdev/trunk (PKGBUILD)

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:14:19
  Author: tomegun
Revision: 202966

depend on systemd rather than systemd-tools

Modified:
  xf86-input-evdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:12:59 UTC (rev 202965)
+++ PKGBUILD2013-12-29 14:14:19 UTC (rev 202966)
@@ -9,7 +9,7 @@
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
-depends=('glibc' 'systemd-tools' 'mtdev')
+depends=('glibc' 'systemd' 'mtdev')
 makedepends=('xorg-server-devel' 'resourceproto' 'scrnsaverproto')
 conflicts=('xorg-server1.15.0' 'X-ABI-XINPUT_VERSION20' 
'X-ABI-XINPUT_VERSION=21')
 options=('!makeflags')



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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:15:33
  Author: tomegun
Revision: 202967

depend on systemd rather than systemd-tools

Modified:
  xf86-video-ati/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:14:19 UTC (rev 202966)
+++ PKGBUILD2013-12-29 14:15:33 UTC (rev 202967)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
 license=('custom')
-depends=('libdrm=2.4.41' 'systemd-tools' 'ati-dri' 'glamor-egl')
+depends=('libdrm=2.4.41' 'systemd' 'ati-dri' 'glamor-egl')
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
 conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
 groups=('xorg-drivers' 'xorg')



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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 15:16:54
  Author: tomegun
Revision: 202968

depend on systemd rather than udev

Modified:
  xf86-video-nouveau/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:15:33 UTC (rev 202967)
+++ PKGBUILD2013-12-29 14:16:54 UTC (rev 202968)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://nouveau.freedesktop.org/;
 license=('GPL')
-depends=('libdrm' 'udev' 'nouveau-dri')
+depends=('libdrm' 'systemd' 'nouveau-dri')
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15')
 conflicts=('xorg-server1.15.0' 'X-ABI-VIDEODRV_VERSION15' 
'X-ABI-VIDEODRV_VERSION=16')
 groups=('xorg-drivers' 'xorg')



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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 22:42:54
  Author: tomegun
Revision: 202980

upgpkg: brltty 4.5-6

drop static lib

Modified:
  brltty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 21:18:32 UTC (rev 202979)
+++ PKGBUILD2013-12-29 21:42:54 UTC (rev 202980)
@@ -5,7 +5,7 @@
 
 pkgname=brltty
 pkgver=4.5
-pkgrel=5
+pkgrel=6
 pkgdesc=Braille display driver for Linux/Unix
 arch=(i686 x86_64)
 url=http://mielke.cc/brltty;



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

2013-12-29 Thread Tom Gundersen
Date: Sunday, December 29, 2013 @ 22:43:02
  Author: tomegun
Revision: 202981

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

Added:
  brltty/repos/testing-i686/
  brltty/repos/testing-i686/PKGBUILD
(from rev 202980, brltty/trunk/PKGBUILD)
  brltty/repos/testing-i686/brltty.install
(from rev 202980, brltty/trunk/brltty.install)
  brltty/repos/testing-i686/brltty.service
(from rev 202980, brltty/trunk/brltty.service)
  brltty/repos/testing-x86_64/
  brltty/repos/testing-x86_64/PKGBUILD
(from rev 202980, brltty/trunk/PKGBUILD)
  brltty/repos/testing-x86_64/brltty.install
(from rev 202980, brltty/trunk/brltty.install)
  brltty/repos/testing-x86_64/brltty.service
(from rev 202980, brltty/trunk/brltty.service)

---+
 testing-i686/PKGBUILD |   44 
 testing-i686/brltty.install   |   20 ++
 testing-i686/brltty.service   |   12 ++
 testing-x86_64/PKGBUILD   |   44 
 testing-x86_64/brltty.install |   20 ++
 testing-x86_64/brltty.service |   12 ++
 6 files changed, 152 insertions(+)

Copied: brltty/repos/testing-i686/PKGBUILD (from rev 202980, 
brltty/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-29 21:43:02 UTC (rev 202981)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=4.5
+pkgrel=6
+pkgdesc=Braille display driver for Linux/Unix
+arch=(i686 x86_64)
+url=http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl cython)
+makedepends=(bluez-libs at-spi2-core)
+optdepends=('bluez-libs: bluetooth support'
+   'at-spi2-core: X11/GNOME Apps accessibility'
+   'atk: ATK bridge for X11/GNOME accessibility')
+backup=(etc/brltty.conf)
+options=('!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz
+brltty.service)
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--mandir=/usr/share/man \
+--with-tables-directory=/usr/share/brltty \
+--with-screen-driver=lx \
+--enable-gpm \
+--disable-java-bindings \
+--disable-static
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+  install -Dm644 Documents/brltty.conf $pkgdir/etc/brltty.conf
+  install -Dm644 ../brltty.service 
$pkgdir/usr/lib/systemd/system/brltty.service
+}
+md5sums=('7b52fa7746fed41ed344a1f75ce55951'
+ '0cad54bb5470122535f5e3a11d5ca123')

Copied: brltty/repos/testing-i686/brltty.install (from rev 202980, 
brltty/trunk/brltty.install)
===
--- testing-i686/brltty.install (rev 0)
+++ testing-i686/brltty.install 2013-12-29 21:43:02 UTC (rev 202981)
@@ -0,0 +1,20 @@
+post_install () {
+ getent group brlapi  /dev/null || groupadd -r brlapi
+ if [ ! -e /etc/brlapi.key ]; then
+ mcookie /etc/brlapi.key
+ chmod 0640 /etc/brlapi.key
+ chgrp brlapi /etc/brlapi.key
+ echo Please add your user to the brlapi group.
+ fi
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove () {
+getent group brlapi /dev/null 21  groupdel brlapi
+if [ -e /etc/brlapi.key ]; then
+rm -f /etc/brlapi.key
+fi
+}

Copied: brltty/repos/testing-i686/brltty.service (from rev 202980, 
brltty/trunk/brltty.service)
===
--- testing-i686/brltty.service (rev 0)
+++ testing-i686/brltty.service 2013-12-29 21:43:02 UTC (rev 202981)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Braille Console Driver
+DefaultDependencies=no
+Before=sysinit.target
+
+[Service]
+ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid
+Type=forking
+PIDFile=/run/brltty.pid
+
+[Install]
+WantedBy=sysinit.target

Copied: brltty/repos/testing-x86_64/PKGBUILD (from rev 202980, 
brltty/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-29 21:43:02 UTC (rev 202981)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=4.5
+pkgrel=6
+pkgdesc=Braille display driver for Linux/Unix
+arch=(i686 x86_64)
+url=http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl cython)
+makedepends=(bluez-libs at-spi2-core)
+optdepends=('bluez-libs: bluetooth support'
+   'at-spi2-core: X11/GNOME Apps accessibility

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

2013-12-28 Thread Tom Gundersen
Date: Saturday, December 28, 2013 @ 17:00:40
  Author: tomegun
Revision: 202852

upgpkg: libtirpc 0.2.4-1

upstream release, drop gssglue dep

Modified:
  libtirpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-28 15:22:33 UTC (rev 202851)
+++ PKGBUILD2013-12-28 16:00:40 UTC (rev 202852)
@@ -3,24 +3,21 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=libtirpc
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.2.4
+pkgrel=1
 pkgdesc=Transport Independent RPC library (SunRPC replacement)
 arch=('i686' 'x86_64')
 url=http://libtirpc.sourceforge.net/;
 license=('BSD')
-depends=('libgssglue')
+depends=('krb5')
 backup=('etc/netconfig')
-source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2
-   libtirpc-build.patch)
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  patch -p1 $srcdir/libtirpc-build.patch
+  ./configure --prefix=/usr --sysconf=/etc
 
-  ./configure --prefix=/usr --sysconf=/etc --enable-gss
-
   make
 }
 
@@ -29,5 +26,4 @@
   make DESTDIR=${pkgdir} install
   install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }
-md5sums=('b70e6c12a369a91e69fcc3b9feb23d61'
- 'd4c0eef2f0891abf06cd4146eb51ed36')
+md5sums=('847995e8d002cbf1387bda05947be086')



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

2013-12-28 Thread Tom Gundersen
Date: Saturday, December 28, 2013 @ 17:01:01
  Author: tomegun
Revision: 202853

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

Added:
  libtirpc/repos/testing-i686/
  libtirpc/repos/testing-i686/PKGBUILD
(from rev 202852, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/testing-i686/libtirpc-build.patch
(from rev 202852, libtirpc/trunk/libtirpc-build.patch)
  libtirpc/repos/testing-i686/libtirpc-fix-segfault-0.2.2.patch
(from rev 202852, libtirpc/trunk/libtirpc-fix-segfault-0.2.2.patch)
  libtirpc/repos/testing-x86_64/
  libtirpc/repos/testing-x86_64/PKGBUILD
(from rev 202852, libtirpc/trunk/PKGBUILD)
  libtirpc/repos/testing-x86_64/libtirpc-build.patch
(from rev 202852, libtirpc/trunk/libtirpc-build.patch)
  libtirpc/repos/testing-x86_64/libtirpc-fix-segfault-0.2.2.patch
(from rev 202852, libtirpc/trunk/libtirpc-fix-segfault-0.2.2.patch)

--+
 testing-i686/PKGBUILD|   29 +++
 testing-i686/libtirpc-build.patch|   51 +
 testing-i686/libtirpc-fix-segfault-0.2.2.patch   |   28 +++
 testing-x86_64/PKGBUILD  |   29 +++
 testing-x86_64/libtirpc-build.patch  |   51 +
 testing-x86_64/libtirpc-fix-segfault-0.2.2.patch |   28 +++
 6 files changed, 216 insertions(+)

Copied: libtirpc/repos/testing-i686/PKGBUILD (from rev 202852, 
libtirpc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-28 16:01:01 UTC (rev 202853)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=libtirpc
+pkgver=0.2.4
+pkgrel=1
+pkgdesc=Transport Independent RPC library (SunRPC replacement)
+arch=('i686' 'x86_64')
+url=http://libtirpc.sourceforge.net/;
+license=('BSD')
+depends=('krb5')
+backup=('etc/netconfig')
+source=(http://downloads.sourceforge.net/sourceforge/libtirpc/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconf=/etc
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+md5sums=('847995e8d002cbf1387bda05947be086')

Copied: libtirpc/repos/testing-i686/libtirpc-build.patch (from rev 202852, 
libtirpc/trunk/libtirpc-build.patch)
===
--- testing-i686/libtirpc-build.patch   (rev 0)
+++ testing-i686/libtirpc-build.patch   2013-12-28 16:01:01 UTC (rev 202853)
@@ -0,0 +1,51 @@
+From 3fc89804556fe9a97977f28df6e3c1b5aae22f29 Mon Sep 17 00:00:00 2001
+From: Tom Gundersen t...@jklm.no
+Date: Sun, 7 Apr 2013 22:58:19 +0200
+Subject: [PATCH] build: build with automake =1.13
+
+See: http://www.gnu.org/software/automake/manual/html_node/Public-Macros.html
+
+Also fix a couple of related deprecation warnings.
+
+Signed-off-by: Tom Gundersen t...@jklm.no
+---
+ configure.ac| 4 ++--
+ src/Makefile.am | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 4a4adba..3de776a 100644
+--- a/configure.ac
 b/configure.ac
+@@ -1,5 +1,5 @@
+ AC_INIT(libtirpc, 0.2.3)
+-AM_INIT_AUTOMAKE(libtirpc, 0.2.3)
++AM_INIT_AUTOMAKE
+ AM_MAINTAINER_MODE
+ AC_CONFIG_SRCDIR([src/auth_des.c])
+ AC_CONFIG_MACRO_DIR([m4])
+@@ -39,7 +39,7 @@ if test x$enable_ipv6 != xno; then
+ fi
+ 
+ AC_PROG_CC
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AC_PROG_LIBTOOL
+ AC_HEADER_DIRENT
+ AC_PREFIX_DEFAULT(/usr)
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 2dd7768..078b0d0 100644
+--- a/src/Makefile.am
 b/src/Makefile.am
+@@ -6,7 +6,7 @@
+ ## anything like that.
+ 
+ 
+-INCLUDES = -I$(top_srcdir)/tirpc -DPORTMAP -DINET6 -DVERSION=\$(VERSION)\ 
\
++AM_CPPFLAGS = -I$(top_srcdir)/tirpc -DPORTMAP -DINET6 
-DVERSION=\$(VERSION)\ \
+   -D_GNU_SOURCE -Wall -pipe  
+ 
+ lib_LTLIBRARIES = libtirpc.la
+-- 
+1.8.2
+

Copied: libtirpc/repos/testing-i686/libtirpc-fix-segfault-0.2.2.patch (from rev 
202852, libtirpc/trunk/libtirpc-fix-segfault-0.2.2.patch)
===
--- testing-i686/libtirpc-fix-segfault-0.2.2.patch  
(rev 0)
+++ testing-i686/libtirpc-fix-segfault-0.2.2.patch  2013-12-28 16:01:01 UTC 
(rev 202853)
@@ -0,0 +1,28 @@
+diff -up libtirpc-0.2.2/src/svc_dg.c.orig libtirpc-0.2.2/src/svc_dg.c
+--- libtirpc-0.2.2/src/svc_dg.c.orig   2011-07-19 15:02:41.087631000 -0400
 libtirpc-0.2.2/src/svc_dg.c2011-07-19 15:04:43.154243000 -0400
+@@ -254,8 +254,8 @@ svc_dg_reply(xprt, msg)
+   XDR_SETPOS(xdrs, 0);
+   msg-rm_xid = su-su_xid;
+   if (xdr_replymsg(xdrs, msg

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

2013-12-27 Thread Tom Gundersen
Date: Saturday, December 28, 2013 @ 01:08:16
  Author: tomegun
Revision: 202777

upgpkg: dbus 1.6.18-2

split out libdbus

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-28 00:04:44 UTC (rev 202776)
+++ PKGBUILD2013-12-28 00:08:16 UTC (rev 202777)
@@ -3,19 +3,15 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Link Dupont l...@subpop.net
 #
-pkgname=dbus
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
 pkgver=1.6.18
-pkgrel=1
+pkgrel=2
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
 license=('GPL' 'custom')
-depends=('expat' 'coreutils' 'filesystem')
 makedepends=('libx11' 'systemd')
-optdepends=('libx11: dbus-launch support')
-provides=('dbus-core')
-conflicts=('dbus-core')
-replaces=('dbus-core')
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz
 30-dbus systemd-user-session.patch memleak.patch)
 md5sums=('b02e9c95027a416987b81f9893831061'
@@ -44,7 +40,13 @@
   make
 }
 
-package(){
+package_dbus(){
+  depends=('libdbus' 'expat')
+  optdepends=('libx11: dbus-launch support')
+  provides=('dbus-core')
+  conflicts=('dbus-core')
+  replaces=('dbus-core')
+
   cd dbus-$pkgver
   make DESTDIR=$pkgdir install
 
@@ -53,4 +55,20 @@
   install -Dm755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/30-dbus
 
   install -Dm644 COPYING $pkgdir/usr/share/licenses/dbus/COPYING
+
+  # split out libdbus-1
+  rm -rf $srcdir/_libdbus
+  install -dm755 $srcdir/_libdbus/usr/lib
+  mv $pkgdir/usr/include $srcdir/_libdbus/usr/
+  mv $pkgdir/usr/lib/pkgconfig $srcdir/_libdbus/usr/lib/
+  mv $pkgdir/usr/lib/libdbus* $srcdir/_libdbus/usr/lib/
+  install -Dm644 COPYING $srcdir/_libdbus/usr/share/licenses/libdbus/COPYING
 }
+
+package_libdbus(){
+  pkgdesc=DBus library
+  depends=('glibc')
+
+
+  mv $srcdir/_libdbus/* $pkgdir
+}



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

2013-12-27 Thread Tom Gundersen
Date: Saturday, December 28, 2013 @ 01:08:28
  Author: tomegun
Revision: 202778

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/30-dbus
(from rev 202777, dbus/trunk/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
(from rev 202777, dbus/trunk/PKGBUILD)
  dbus/repos/testing-i686/memleak.patch
(from rev 202777, dbus/trunk/memleak.patch)
  dbus/repos/testing-i686/systemd-user-session.patch
(from rev 202777, dbus/trunk/systemd-user-session.patch)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/30-dbus
(from rev 202777, dbus/trunk/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 202777, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/memleak.patch
(from rev 202777, dbus/trunk/memleak.patch)
  dbus/repos/testing-x86_64/systemd-user-session.patch
(from rev 202777, dbus/trunk/systemd-user-session.patch)

---+
 testing-i686/30-dbus  |6 
 testing-i686/PKGBUILD |   74 +++
 testing-i686/memleak.patch|   37 +
 testing-i686/systemd-user-session.patch   |  183 
 testing-x86_64/30-dbus|6 
 testing-x86_64/PKGBUILD   |   74 +++
 testing-x86_64/memleak.patch  |   37 +
 testing-x86_64/systemd-user-session.patch |  183 
 8 files changed, 600 insertions(+)

Copied: dbus/repos/testing-i686/30-dbus (from rev 202777, dbus/trunk/30-dbus)
===
--- testing-i686/30-dbus(rev 0)
+++ testing-i686/30-dbus2013-12-28 00:08:28 UTC (rev 202778)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# launches a session dbus instance
+if [ -z $DBUS_SESSION_BUS_ADDRESS ]  type dbus-launch /dev/null; then
+  eval $(dbus-launch --sh-syntax --exit-with-session)
+fi

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 202777, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-28 00:08:28 UTC (rev 202778)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
+pkgver=1.6.18
+pkgrel=2
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+makedepends=('libx11' 'systemd')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz
+30-dbus systemd-user-session.patch memleak.patch)
+md5sums=('b02e9c95027a416987b81f9893831061'
+ '3314d727fa57fc443fce25b5cbeebbcc'
+ 'd8a1bd529b3ddca671ee1a695a143db9'
+ 'cf86d68e39d975cec1e9f0342eb9b142')
+
+prepare() {
+  cd dbus-$pkgver
+  patch -Np1 -i ../systemd-user-session.patch
+  patch -Np1 -i ../memleak.patch
+}
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+  make
+}
+
+package_dbus(){
+  depends=('libdbus' 'expat')
+  optdepends=('libx11: dbus-launch support')
+  provides=('dbus-core')
+  conflicts=('dbus-core')
+  replaces=('dbus-core')
+
+  cd dbus-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm -rf $pkgdir/var/run
+
+  install -Dm755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/30-dbus
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/dbus/COPYING
+
+  # split out libdbus-1
+  rm -rf $srcdir/_libdbus
+  install -dm755 $srcdir/_libdbus/usr/lib
+  mv $pkgdir/usr/include $srcdir/_libdbus/usr/
+  mv $pkgdir/usr/lib/pkgconfig $srcdir/_libdbus/usr/lib/
+  mv $pkgdir/usr/lib/libdbus* $srcdir/_libdbus/usr/lib/
+  install -Dm644 COPYING $srcdir/_libdbus/usr/share/licenses/libdbus/COPYING
+}
+
+package_libdbus(){
+  pkgdesc=DBus library
+  depends=('glibc')
+
+
+  mv $srcdir/_libdbus/* $pkgdir
+}

Copied: dbus/repos/testing-i686/memleak.patch (from rev 202777, 
dbus/trunk/memleak.patch)
===
--- testing-i686/memleak.patch  (rev 0)
+++ testing-i686/memleak.patch  2013-12-28 00:08:28 UTC (rev 202778)
@@ -0,0 +1,37 @@
+From 03aeaccbffa97c9237b57ca067e3da7388862129 Mon Sep 17 00:00:00 2001
+From: Radoslaw Pajak r.pa...@samsung.com
+Date: Fri, 08 Nov 2013 12:51:32 +
+Subject: fixed memory freeing if error during listing

[arch-commits] Commit in gummiboot/trunk (PKGBUILD splash-arch.bmp)

2013-12-21 Thread Tom Gundersen
Date: Saturday, December 21, 2013 @ 17:55:19
  Author: tomegun
Revision: 202399

upgpkg: gummiboot 41-1

upstream release

Added:
  gummiboot/trunk/splash-arch.bmp
Modified:
  gummiboot/trunk/PKGBUILD

-+
 PKGBUILD|   13 +
 splash-arch.bmp |2 ++
 2 files changed, 11 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-21 16:20:51 UTC (rev 202398)
+++ PKGBUILD2013-12-21 16:55:19 UTC (rev 202399)
@@ -5,7 +5,7 @@
 # Contributor:  Mantas Mikulėnas graw...@gmail.com
 
 pkgname=gummiboot
-pkgver=40
+pkgver=41
 pkgrel=1
 pkgdesc=Simple text-mode UEFI Boot Manager
 url=http://freedesktop.org/wiki/Software/gummiboot;
@@ -17,13 +17,15 @@
 provides=('gummiboot-efi')
 replaces=('gummiboot-efi')
 options=('!strip' '!makeflags')
-source=(git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}
+source=(git://anongit.freedesktop.org/${pkgname}#commit=ba731cee
 'loader.conf'
-'arch.conf')
+'arch.conf'
+   'splash-arch.bmp')
 install=gummiboot.install
 md5sums=('SKIP'
  '6ea803e5179d623716e3be0b636de658'
- '82bda9612e3a361a74cf8de2a0134b15')
+ '82bda9612e3a361a74cf8de2a0134b15'
+ '1e2f9a8b0fa32022bf0a8f39123e5f4e')
 
 build() {
cd ${srcdir}/${pkgname}
@@ -39,6 +41,9 @@
install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/usr/lib/gummiboot/loader/loader.conf
install -D -m0644 ${srcdir}/arch.conf 
${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf
 
+   ## ship an Arch Linux boot splash (still has to be dropped in manually 
to take effect)
+   install -D -m0644 ${srcdir}/splash-arch.bmp 
${pkgdir}/usr/lib/gummiboot/splash-arch.bmp
+
cd ${srcdir}/${pkgname}
 
make DESTDIR=${pkgdir} install

Added: splash-arch.bmp
===
(Binary files differ)

Index: gummiboot/trunk/splash-arch.bmp
===
--- splash-arch.bmp 2013-12-21 16:20:51 UTC (rev 202398)
+++ splash-arch.bmp 2013-12-21 16:55:19 UTC (rev 202399)

Property changes on: gummiboot/trunk/splash-arch.bmp
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+image/x-ms-bmp
\ No newline at end of property


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

2013-12-21 Thread Tom Gundersen
Date: Saturday, December 21, 2013 @ 17:55:31
  Author: tomegun
Revision: 202400

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

Added:
  gummiboot/repos/testing-i686/PKGBUILD
(from rev 202399, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-i686/arch.conf
(from rev 202399, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-i686/gummiboot.install
(from rev 202399, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-i686/loader.conf
(from rev 202399, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-i686/splash-arch.bmp
(from rev 202399, gummiboot/trunk/splash-arch.bmp)
  gummiboot/repos/testing-x86_64/PKGBUILD
(from rev 202399, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-x86_64/arch.conf
(from rev 202399, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-x86_64/gummiboot.install
(from rev 202399, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-x86_64/loader.conf
(from rev 202399, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-x86_64/splash-arch.bmp
(from rev 202399, gummiboot/trunk/splash-arch.bmp)
Deleted:
  gummiboot/repos/testing-i686/PKGBUILD
  gummiboot/repos/testing-i686/arch.conf
  gummiboot/repos/testing-i686/gummiboot.install
  gummiboot/repos/testing-i686/loader.conf
  gummiboot/repos/testing-x86_64/PKGBUILD
  gummiboot/repos/testing-x86_64/arch.conf
  gummiboot/repos/testing-x86_64/gummiboot.install
  gummiboot/repos/testing-x86_64/loader.conf

--+
 /PKGBUILD|  100 +
 /arch.conf   |   14 +
 /gummiboot.install   |   26 +
 /loader.conf |4 +
 testing-i686/PKGBUILD|   45 
 testing-i686/arch.conf   |7 --
 testing-i686/gummiboot.install   |   13 
 testing-i686/loader.conf |2 
 testing-x86_64/PKGBUILD  |   45 
 testing-x86_64/arch.conf |7 --
 testing-x86_64/gummiboot.install |   13 
 testing-x86_64/loader.conf   |2 
 12 files changed, 144 insertions(+), 134 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-12-21 16:55:19 UTC (rev 202399)
+++ testing-i686/PKGBUILD   2013-12-21 16:55:31 UTC (rev 202400)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Tobias Powalowski tp...@archlinux.org
-# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
-# Contributor:  Mantas Mikulėnas graw...@gmail.com
-
-pkgname=gummiboot
-pkgver=40
-pkgrel=1
-pkgdesc=Simple text-mode UEFI Boot Manager
-url=http://freedesktop.org/wiki/Software/gummiboot;
-arch=('x86_64' 'i686')
-license=('LGPL2.1')
-makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
-depends=('util-linux')
-conflicts=('gummiboot-efi')
-provides=('gummiboot-efi')
-replaces=('gummiboot-efi')
-options=('!strip' '!makeflags')
-source=(git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}
-'loader.conf'
-'arch.conf')
-install=gummiboot.install
-md5sums=('SKIP'
- '6ea803e5179d623716e3be0b636de658'
- '82bda9612e3a361a74cf8de2a0134b15')
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   ./autogen.sh
-   ./configure --sysconfdir=/etc  --with-efi-ldsdir=/usr/lib 
--libexecdir=/usr/lib --libdir=/usr/lib
-   
-   make
-}
-
-package() {
-   ## Install gummiboot example configuration files (can go away with 
systemd's kernel-install)
-   install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/usr/lib/gummiboot/loader/loader.conf
-   install -D -m0644 ${srcdir}/arch.conf 
${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf
-
-   cd ${srcdir}/${pkgname}
-
-   make DESTDIR=${pkgdir} install
-}

Copied: gummiboot/repos/testing-i686/PKGBUILD (from rev 202399, 
gummiboot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-21 16:55:31 UTC (rev 202400)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+# Contributor:  Mantas Mikulėnas graw...@gmail.com
+
+pkgname=gummiboot
+pkgver=41
+pkgrel=1
+pkgdesc=Simple text-mode UEFI Boot Manager
+url=http://freedesktop.org/wiki/Software/gummiboot;
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip' '!makeflags')
+source=(git://anongit.freedesktop.org/${pkgname}#commit=ba731cee
+'loader.conf'
+'arch.conf'
+   'splash-arch.bmp')
+install=gummiboot.install
+md5sums=('SKIP

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

2013-12-15 Thread Tom Gundersen
Date: Sunday, December 15, 2013 @ 22:31:01
  Author: tomegun
Revision: 201573

upgpkg: hwids 20130915.1-1

upstream release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-15 18:07:22 UTC (rev 201572)
+++ PKGBUILD2013-12-15 21:31:01 UTC (rev 201573)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=hwids
-pkgver=20130607
+pkgver=20130915.1
 pkgrel=1
 pkgdesc=hardware identification databases
 makedepends=('git')



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

2013-12-15 Thread Tom Gundersen
Date: Sunday, December 15, 2013 @ 22:31:15
  Author: tomegun
Revision: 201574

archrelease: copy trunk to testing-any

Added:
  hwids/repos/testing-any/
  hwids/repos/testing-any/PKGBUILD
(from rev 201573, hwids/trunk/PKGBUILD)

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

Copied: hwids/repos/testing-any/PKGBUILD (from rev 201573, hwids/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-12-15 21:31:15 UTC (rev 201574)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+pkgname=hwids
+pkgver=20130915.1
+pkgrel=1
+pkgdesc=hardware identification databases
+makedepends=('git')
+url=https://github.com/gentoo/hwids
+license=('GPL2')
+arch=('any')
+source=(git://github.com/gentoo/hwids.git#tag=${pkgname}-${pkgver})
+
+package() {
+  cd hwids
+
+  for ids in pci.ids usb.ids; do
+install -Dm644 $ids ${pkgdir}/usr/share/hwdata/${ids}
+  done
+}
+md5sums=('SKIP')



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

2013-11-27 Thread Tom Gundersen
Date: Wednesday, November 27, 2013 @ 12:26:40
  Author: tomegun
Revision: 200383

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 200382, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 200382, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 200382, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 200382, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 200382, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 200382, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 200382, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 200382, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/PKGBUILD |   47 
 testing-i686/btrfs-progs.install  |9 ++
 testing-i686/initcpio-hook-btrfs  |7 
 testing-i686/initcpio-install-btrfs   |   17 +++
 testing-x86_64/PKGBUILD   |   47 
 testing-x86_64/btrfs-progs.install|9 ++
 testing-x86_64/initcpio-hook-btrfs|7 
 testing-x86_64/initcpio-install-btrfs |   17 +++
 8 files changed, 160 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 200382, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-27 11:26:40 UTC (rev 200383)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=btrfs-progs
+pkgver=3.12
+pkgrel=1
+pkgdesc=btrfs filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc' 'e2fsprogs' 'lzo2')
+makedepends=('git')
+url=http://btrfs.wiki.kernel.org/;
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=(git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git#tag=v${pkgver}
+   initcpio-install-btrfs
+   initcpio-hook-btrfs)
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')
+
+build() {
+   cd $pkgname
+   make CFLAGS=$CFLAGS
+   make CFLAGS=$CFLAGS btrfs-select-super
+}
+
+package() {
+   cd $pkgname
+
+   make prefix=$pkgdir/usr install
+   install -Dm755 btrfs-select-super $pkgdir/usr/bin
+
+   # fix manpage
+   mkdir -p $pkgdir/usr/share/
+   mv $pkgdir/usr/man $pkgdir/usr/share/man
+
+   # install mkinitcpio hooks
+   install -Dm644 $srcdir/initcpio-install-btrfs \
+ $pkgdir/usr/lib/initcpio/install/btrfs
+   install -Dm644 $srcdir/initcpio-hook-btrfs \
+ $pkgdir/usr/lib/initcpio/hooks/btrfs
+}

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 200382, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ testing-i686/btrfs-progs.install2013-11-27 11:26:40 UTC (rev 200383)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ $(vercmp 0.19.20121005 $2) -eq 1 ]; then
+echo btrfs multi-device support now relies on linux 3.6 or later
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 200382, 
btrfs-progs/trunk/initcpio-hook-btrfs)
===
--- testing-i686/initcpio-hook-btrfs(rev 0)
+++ testing-i686/initcpio-hook-btrfs2013-11-27 11:26:40 UTC (rev 200383)
@@ -0,0 +1,7 @@
+#!/usr/bin/ash
+
+run_hook() {
+btrfs device scan
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 200382, 
btrfs-progs/trunk/initcpio-install-btrfs)
===
--- testing-i686/initcpio-install-btrfs (rev 0)
+++ testing-i686/initcpio-install-btrfs 2013-11-27 11:26:40 UTC (rev 200383)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+build() {
+add_module btrfs
+add_binary btrfs
+add_binary btrfsck
+add_runscript
+}
+
+help() {
+cat HELPEOF
+This hook provides support for multi-device btrfs volumes. This hook
+is only needed for initramfs images which do not use udev.
+HELPEOF
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 200382, 
btrfs

[arch-commits] Commit in btrfs-progs/trunk (2 files)

2013-11-27 Thread Tom Gundersen
Date: Wednesday, November 27, 2013 @ 12:26:30
  Author: tomegun
Revision: 200382

upgpkg: btrfs-progs 3.12-1

upstream release

Modified:
  btrfs-progs/trunk/PKGBUILD
Deleted:
  
btrfs-progs/trunk/Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch

-+
 Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch |   71 
--
 PKGBUILD|   17 --
 2 files changed, 5 insertions(+), 83 deletions(-)

Deleted: Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch
===
--- Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch 
2013-11-27 10:08:51 UTC (rev 200381)
+++ Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch 
2013-11-27 11:26:30 UTC (rev 200382)
@@ -1,71 +0,0 @@
-diff --git a/btrfs-find-root.c b/btrfs-find-root.c
-index 9b3d7df..374cf81 100644
 a/btrfs-find-root.c
-+++ b/btrfs-find-root.c
-@@ -82,7 +82,7 @@ static struct btrfs_root *open_ctree_broken(int fd, const 
char *device)
-   return NULL;
-   }
- 
--  ret = btrfs_scan_fs_devices(fd, device, fs_devices);
-+  ret = btrfs_scan_fs_devices(fd, device, fs_devices, 0);
-   if (ret)
-   goto out;
- 
-diff --git a/cmds-chunk.c b/cmds-chunk.c
-index 03314de..6ada328 100644
 a/cmds-chunk.c
-+++ b/cmds-chunk.c
-@@ -1291,7 +1291,7 @@ static int recover_prepare(struct recover_control *rc, 
char *path)
-   goto fail_free_sb;
-   }
- 
--  ret = btrfs_scan_fs_devices(fd, path, fs_devices);
-+  ret = btrfs_scan_fs_devices(fd, path, fs_devices, 0);
-   if (ret)
-   goto fail_free_sb;
- 
-diff --git a/disk-io.c b/disk-io.c
-index 13dbe27..f8e236c 100644
 a/disk-io.c
-+++ b/disk-io.c
-@@ -909,13 +909,16 @@ void btrfs_cleanup_all_caches(struct btrfs_fs_info 
*fs_info)
- }
- 
- int btrfs_scan_fs_devices(int fd, const char *path,
--struct btrfs_fs_devices **fs_devices)
-+struct btrfs_fs_devices **fs_devices,
-+u64 sb_bytenr)
- {
-   u64 total_devs;
-   int ret;
-+  if (!sb_bytenr)
-+  sb_bytenr = BTRFS_SUPER_INFO_OFFSET;
- 
-   ret = btrfs_scan_one_device(fd, path, fs_devices,
--  total_devs, BTRFS_SUPER_INFO_OFFSET);
-+  total_devs, sb_bytenr);
-   if (ret) {
-   fprintf(stderr, No valid Btrfs found on %s\n, path);
-   return ret;
-@@ -1001,7 +1004,7 @@ static struct btrfs_fs_info *__open_ctree_fd(int fp, 
const char *path,
-   if (restore)
-   fs_info-on_restoring = 1;
- 
--  ret = btrfs_scan_fs_devices(fp, path, fs_devices);
-+  ret = btrfs_scan_fs_devices(fp, path, fs_devices, sb_bytenr);
-   if (ret)
-   goto out;
- 
-diff --git a/disk-io.h b/disk-io.h
-index effaa9f..bc749c3 100644
 a/disk-io.h
-+++ b/disk-io.h
-@@ -59,7 +59,7 @@ int btrfs_setup_all_roots(struct btrfs_fs_info *fs_info,
- void btrfs_release_all_roots(struct btrfs_fs_info *fs_info);
- void btrfs_cleanup_all_caches(struct btrfs_fs_info *fs_info);
- int btrfs_scan_fs_devices(int fd, const char *path,
--struct btrfs_fs_devices **fs_devices);
-+struct btrfs_fs_devices **fs_devices, u64 sb_bytenr);
- int btrfs_setup_chunk_tree_and_device_map(struct btrfs_fs_info *fs_info);
- 
- struct btrfs_root *open_ctree(const char *filename, u64 sb_bytenr, int 
writes);

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 10:08:51 UTC (rev 200381)
+++ PKGBUILD2013-11-27 11:26:30 UTC (rev 200382)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=btrfs-progs
-pkgver=0.20rc1.3
-pkgrel=2
+pkgver=3.12
+pkgrel=1
 pkgdesc=btrfs filesystem utilities
 arch=(i686 x86_64)
 depends=('glibc' 'e2fsprogs' 'lzo2')
@@ -14,22 +14,15 @@
 conflicts=('btrfs-progs-unstable')
 provides=('btrfs-progs-unstable')
 license=('GPL2')
-source=(git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git#commit=194aa4a1bd6447bb545286d0bcb0b0be8204d79f
+source=(git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git#tag=v${pkgver}
initcpio-install-btrfs
-   initcpio-hook-btrfs
-   Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch)
+   initcpio-hook-btrfs)
 install=btrfs-progs.install
 options=(!staticlibs)
 md5sums=('SKIP'
  '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad'
- '1ef602823a7a09f98cd713f52aa33f20')
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')
 
-prepare() {
-   cd $pkgname
-   patch -Np1 -i 
$srcdir/Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch
-}
-
 build() {
cd $pkgname
make 

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

2013-11-18 Thread Tom Gundersen
Date: Monday, November 18, 2013 @ 22:49:14
  Author: tomegun
Revision: 199915

upgpkg: bluez 5.11-1

upstream release

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-18 19:02:17 UTC (rev 199914)
+++ PKGBUILD2013-11-18 21:49:14 UTC (rev 199915)
@@ -5,8 +5,8 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci')
-pkgver=5.10
-pkgrel=3
+pkgver=5.11
+pkgrel=1
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,7 +13,7 @@
 makedepends=('dbus' 'libical' 'systemd')
 
source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
 bluetooth.modprobe)
-md5sums=('7dce03b332b3a3e7465fb88352b8a404'
+md5sums=('c3675ed157a433b6de7391854b907b8c'
  '671c15e99d7154c2df987b71c5851b3d')
 
 build() {



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

2013-11-18 Thread Tom Gundersen
Date: Monday, November 18, 2013 @ 22:56:02
  Author: tomegun
Revision: 199916

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

Added:
  bluez/repos/testing-i686/
  bluez/repos/testing-i686/PKGBUILD
(from rev 199915, bluez/trunk/PKGBUILD)
  bluez/repos/testing-i686/bluetooth.modprobe
(from rev 199915, bluez/trunk/bluetooth.modprobe)
  bluez/repos/testing-x86_64/
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 199915, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/bluetooth.modprobe
(from rev 199915, bluez/trunk/bluetooth.modprobe)

---+
 testing-i686/PKGBUILD |  116 
 testing-i686/bluetooth.modprobe   |3 
 testing-x86_64/PKGBUILD   |  116 
 testing-x86_64/bluetooth.modprobe |3 
 4 files changed, 238 insertions(+)

Copied: bluez/repos/testing-i686/PKGBUILD (from rev 199915, 
bluez/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-18 21:56:02 UTC (rev 199916)
@@ -0,0 +1,116 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci')
+pkgver=5.11
+pkgrel=1
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('dbus' 'libical' 'systemd')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
+bluetooth.modprobe)
+md5sums=('c3675ed157a433b6de7391854b907b8c'
+ '671c15e99d7154c2df987b71c5851b3d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-library # this is deprecated
+#  --enable-experimental \
+
+  make all V=1
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+
+package_bluez() {
+  pkgdesc=Daemons for the bluetooth protocol stack
+  depends=('libical' 'dbus' 'glib2')
+  backup=('etc/dbus-1/system.d/bluetooth.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-libexecPROGRAMS \
+   install-dbussessionbusDATA \
+   install-systemdsystemunitDATA \
+   install-systemduserunitDATA \
+   install-dbussystembusDATA \
+   install-dbusDATA \
+   install-man8
+
+  # add basic documention
+  install -dm755 ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis
+  cp -a doc/*.txt ${pkgdir}/usr/share/doc/${pkgbase}/dbus-apis/
+  # fix module loading errors
+  install -dm755 ${pkgdir}/usr/lib/modprobe.d
+  install -Dm644 ${srcdir}/bluetooth.modprobe 
${pkgdir}/usr/lib/modprobe.d/bluetooth-usb.conf  
+}
+
+package_bluez-utils() {
+  pkgdesc=Development and debugging utilities for the bluetooth protocol 
stack
+  depends=('dbus' 'systemd')
+  conflicts=('bluez-hcidump')
+  provides=('bluez-hcidump')
+  replaces=('bluez-hcidump' 'bluez=4.101')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-binPROGRAMS \
+   install-man1
+
+  # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
+  #make DESTDIR=${pkgdir} uninstall-libLTLIBRARIES
+  #rmdir ${pkgdir}/usr/lib
+  rm -rf ${pkgdir}/usr/lib
+  
+  # move the hid2hci man page out
+  mv ${pkgdir}/usr/share/man/man1/hid2hci.1 ${srcdir}/
+}
+
+package_bluez-libs() {
+  pkgdesc=Deprecated libraries for the bluetooth protocol stack
+  depends=('glibc')
+  license=('LGPL2.1')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-includeHEADERS \
+   install-libLTLIBRARIES \
+   install-pkgconfigDATA
+}
+
+package_bluez-cups() {
+  pkgdesc=CUPS printer backend for Bluetooth printers
+  depends=('cups')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-cupsPROGRAMS
+}
+
+package_bluez-hid2hci() {
+  pkgdesc=Put HID proxying bluetooth HCI's into HCI mode
+  depends=('systemd')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-udevPROGRAMS \
+   install-rulesDATA
+  
+  install -dm755 ${pkgdir}/usr/share/man/man1
+  mv ${srcdir}/hid2hci.1 ${pkgdir}/usr/share/man/man1/hid2hci.1
+}

Copied: bluez/repos/testing-i686/bluetooth.modprobe (from rev 199915, 
bluez/trunk/bluetooth.modprobe)
===
--- testing-i686/bluetooth.modprobe (rev 0)
+++ testing-i686/bluetooth.modprobe 2013-11-18 21:56:02 UTC (rev 199916)
@@ -0,0 +1,3 @@
+# use reset=1 as default, since it should be safe for recent devices and
+# solves all kind of problems.
+options btusb reset=1

Copied: bluez/repos/testing-x86_64/PKGBUILD (from rev 199915, 
bluez/trunk/PKGBUILD

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

2013-11-04 Thread Tom Gundersen
Date: Monday, November 4, 2013 @ 17:21:31
  Author: tomegun
Revision: 198798

drop two drivers

These have been deprecated by upstream drivers, so let's not keep them around.

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-04 15:32:59 UTC (rev 198797)
+++ PKGBUILD2013-11-04 16:21:31 UTC (rev 198798)
@@ -59,6 +59,7 @@
   sed -e s:lirc_dev:: -e s:lirc_bt829:: -e s:lirc_igorplugusb:: \
   -e s:lirc_imon:: -e s:lirc_parallel:: -e s:lirc_sasem:: \
   -e s:lirc_serial:: -e s:lirc_sir:: -e s:lirc_ttusbir:: \
+  -e s:lirc_atiusb:: -e s:lirc_i2c:: \
   -i Makefile drivers/Makefile drivers/*/Makefile tools/Makefile 
   make
 }



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

2013-10-25 Thread Tom Gundersen
Date: Friday, October 25, 2013 @ 11:46:35
  Author: tomegun
Revision: 197387

upgpkg: bluez 5.10-1

upstream release

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-25 08:45:00 UTC (rev 197386)
+++ PKGBUILD2013-10-25 09:46:35 UTC (rev 197387)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs')
-pkgver=5.9
+pkgver=5.10
 pkgrel=1
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -72,4 +72,4 @@
 
   mv $srcdir/_utils/* $pkgdir
 }
-md5sums=('6edaf60d09ee32942a739f80ea847db1')
+md5sums=('7dce03b332b3a3e7465fb88352b8a404')



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

2013-10-12 Thread Tom Gundersen
Date: Saturday, October 12, 2013 @ 16:25:27
  Author: tomegun
Revision: 196369

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/30-dbus
(from rev 196368, dbus/trunk/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
(from rev 196368, dbus/trunk/PKGBUILD)
  dbus/repos/testing-i686/systemd-user-session.patch
(from rev 196368, dbus/trunk/systemd-user-session.patch)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/30-dbus
(from rev 196368, dbus/trunk/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 196368, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/systemd-user-session.patch
(from rev 196368, dbus/trunk/systemd-user-session.patch)

---+
 testing-i686/30-dbus  |6 
 testing-i686/PKGBUILD |   53 
 testing-i686/systemd-user-session.patch   |  183 
 testing-x86_64/30-dbus|6 
 testing-x86_64/PKGBUILD   |   53 
 testing-x86_64/systemd-user-session.patch |  183 
 6 files changed, 484 insertions(+)

Copied: dbus/repos/testing-i686/30-dbus (from rev 196368, dbus/trunk/30-dbus)
===
--- testing-i686/30-dbus(rev 0)
+++ testing-i686/30-dbus2013-10-12 14:25:27 UTC (rev 196369)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# launches a session dbus instance
+if [ -z $DBUS_SESSION_BUS_ADDRESS ]  type dbus-launch /dev/null; then
+  eval $(dbus-launch --sh-syntax --exit-with-session)
+fi

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 196368, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-12 14:25:27 UTC (rev 196369)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.6.16
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat' 'coreutils' 'filesystem')
+makedepends=('libx11' 'systemd')
+optdepends=('libx11: dbus-launch support')
+provides=('dbus-core')
+conflicts=('dbus-core')
+replaces=('dbus-core')
+options=(!libtool)
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz
+30-dbus systemd-user-session.patch)
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+
+  patch -p1  $srcdir/systemd-user-session.patch
+
+  make
+}
+
+package(){
+  cd dbus-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm -rf $pkgdir/var/run
+
+  install -Dm755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/30-dbus
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/dbus/COPYING
+}
+md5sums=('1de63d9983d7785836ffae6c2181c698'
+ '3314d727fa57fc443fce25b5cbeebbcc'
+ 'd8a1bd529b3ddca671ee1a695a143db9')

Copied: dbus/repos/testing-i686/systemd-user-session.patch (from rev 196368, 
dbus/trunk/systemd-user-session.patch)
===
--- testing-i686/systemd-user-session.patch (rev 0)
+++ testing-i686/systemd-user-session.patch 2013-10-12 14:25:27 UTC (rev 
196369)
@@ -0,0 +1,183 @@
+commit d728fdc655f17031da3bb129ab2fd17dadf0fe3a
+Author: Simon Peeters peeters.si...@gmail.com
+Date:   8 weeks ago
+
+Set correct address when using --address=systemd:
+
+When dbus gets launched through systemd, we need to create an address
+string based on the sockets passed.
+
+The _dbus_append_addres_from_socket() function is responsible for
+extracting the address information from the file-descriptor and
+formatting it in a dbus friendly way.
+
+This fixes bus activation when running dbus under a systemd session.
+
+https://bugs.freedesktop.org/show_bug.cgi?id=50962
+
+Signed-off-by: Simon Peeters peeters.si...@gmail.com
+
+diff --git a/dbus/dbus-server-unix.c b/dbus/dbus-server-unix.c
+index 130f66e..d995240 100644
+--- a/dbus/dbus-server-unix.c
 b/dbus/dbus-server-unix.c
+@@ -149,7 +149,7 @@ _dbus_server_listen_platform_specific (DBusAddressEntry 
*entry,
+ }
+   else if (strcmp (method, systemd) == 0)
+ {
+-  int n, *fds

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

2013-10-12 Thread Tom Gundersen
Date: Saturday, October 12, 2013 @ 16:25:21
  Author: tomegun
Revision: 196368

upgpkg: dbus 1.6.16-1

upstream release

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-12 14:13:29 UTC (rev 196367)
+++ PKGBUILD2013-10-12 14:25:21 UTC (rev 196368)
@@ -4,7 +4,7 @@
 # Contributor: Link Dupont l...@subpop.net
 #
 pkgname=dbus
-pkgver=1.6.14
+pkgver=1.6.16
 pkgrel=1
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
@@ -48,6 +48,6 @@
 
   install -Dm644 COPYING $pkgdir/usr/share/licenses/dbus/COPYING
 }
-md5sums=('1c22aebdf952e92908800f1ec2aeb0c4'
+md5sums=('1de63d9983d7785836ffae6c2181c698'
  '3314d727fa57fc443fce25b5cbeebbcc'
  'd8a1bd529b3ddca671ee1a695a143db9')



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

2013-10-10 Thread Tom Gundersen
Date: Thursday, October 10, 2013 @ 14:46:11
  Author: tomegun
Revision: 196271

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

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

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

Copied: wayland/repos/testing-i686/PKGBUILD (from rev 196270, 
wayland/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-10 12:46:11 UTC (rev 196271)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=wayland
+pkgver=1.3.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;)
+sha1sums=('febbbfc8d76ed0b2157077d50cb6e5ceb1aa47de')
+
+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
+}

Copied: wayland/repos/testing-x86_64/PKGBUILD (from rev 196270, 
wayland/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-10 12:46:11 UTC (rev 196271)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Sébastien Luttringer
+# Contributor: Joel Teichroeb j...@teichroeb.net
+
+pkgname=wayland
+pkgver=1.3.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;)
+sha1sums=('febbbfc8d76ed0b2157077d50cb6e5ceb1aa47de')
+
+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
+}



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

2013-10-10 Thread Tom Gundersen
Date: Thursday, October 10, 2013 @ 14:46:05
  Author: tomegun
Revision: 196270

upgpkg: wayland 1.3.0-1

upstream release

Modified:
  wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-10 11:00:54 UTC (rev 196269)
+++ PKGBUILD2013-10-10 12:46:05 UTC (rev 196270)
@@ -4,7 +4,7 @@
 # Contributor: Joel Teichroeb j...@teichroeb.net
 
 pkgname=wayland
-pkgver=1.2.1
+pkgver=1.3.0
 pkgrel=1
 pkgdesc='A computer display server protocol'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('doxygen')
 options=(!libtool)
 source=(http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('2214b690cb5a4f9695d287f27730c4368e6ef829')
+sha1sums=('febbbfc8d76ed0b2157077d50cb6e5ceb1aa47de')
 
 build() {
   cd $pkgname-$pkgver



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

2013-10-08 Thread Tom Gundersen
Date: Tuesday, October 8, 2013 @ 08:59:51
  Author: tomegun
Revision: 196187

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

Added:
  gpsd/repos/testing-i686/
  gpsd/repos/testing-i686/PKGBUILD
(from rev 196186, gpsd/trunk/PKGBUILD)
  gpsd/repos/testing-i686/gpsd.conf
(from rev 196186, gpsd/trunk/gpsd.conf)
  gpsd/repos/testing-i686/gpsd.install
(from rev 196186, gpsd/trunk/gpsd.install)
  gpsd/repos/testing-x86_64/
  gpsd/repos/testing-x86_64/PKGBUILD
(from rev 196186, gpsd/trunk/PKGBUILD)
  gpsd/repos/testing-x86_64/gpsd.conf
(from rev 196186, gpsd/trunk/gpsd.conf)
  gpsd/repos/testing-x86_64/gpsd.install
(from rev 196186, gpsd/trunk/gpsd.install)

-+
 testing-i686/PKGBUILD   |   85 ++
 testing-i686/gpsd.conf  |5 ++
 testing-i686/gpsd.install   |   11 +
 testing-x86_64/PKGBUILD |   85 ++
 testing-x86_64/gpsd.conf|5 ++
 testing-x86_64/gpsd.install |   11 +
 6 files changed, 202 insertions(+)

Copied: gpsd/repos/testing-i686/PKGBUILD (from rev 196186, gpsd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-08 06:59:51 UTC (rev 196187)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Giacomo Rizzo a...@free-os.it
+
+pkgname=gpsd
+pkgver=3.9
+pkgrel=4
+pkgdesc=GPS daemon and library to support USB/serial GPS devices
+arch=('i686' 'x86_64')
+url=http://catb.org/gpsd/;
+license=('BSD')
+depends=('python2' 'libusb' 'bluez-libs' 'desktop-file-utils')
+optdepends=('php: generate a PHP status page for your GPS'
+'php-gd: image support for the PHP status page'
+'pygtk: GUI frontends')
+makedepends=('scons' 'docbook-xsl' 'chrpath')
+backup=('etc/gpsd.conf')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig}
+'gpsd.conf')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix python 2.7 path
+  sed -i -e s|#![ ]*/usr/bin/python$|#!/usr/bin/python2| \
+-e s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2| \
+$(find . -name '*.py')
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' gegps \
+gpscat gpsfake gpsprof xgps xgpsspeed
+
+  scons prefix=/usr \
+systemd=yes \
+libQgpsmm=no \
+gpsd_group=uucp \
+PYTHONPATH=/usr/bin/python2
+  scons build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Fix man pages path (FS#21715)
+  sed -i 's|.so gps.1|.so man1/gps.1|' cgps.1 lcdgps.1 xgps.1 xgpsspeed.1
+
+  export DESTDIR=${pkgdir}
+  scons install
+
+  install -D -m644 ${srcdir}/gpsd.conf ${pkgdir}/etc/gpsd.conf
+
+  install -D -m644 gpsd.rules 
${pkgdir}/usr/lib/udev/rules.d/25-gpsd-usb.rules
+
+  sed -i 's|/etc/default/gpsd|/etc/gpsd|' gpsd.hotplug
+  install -D -m755 gpsd.hotplug ${pkgdir}/usr/lib/udev/gpsd.hotplug
+
+  # GPSD needs RPATH
+  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgps.so.20.0.0
+  chrpath -r /usr/lib/ ${pkgdir}/usr/lib/libgpsd.so.21.0.0
+  chrpath -r /usr/lib/ 
${pkgdir}/usr/bin/{gpsdecode,gpsctl,gpspipe,gpxlogger,lcdgps}
+  chrpath -r /usr/lib/ ${pkgdir}/usr/sbin/{gpsd,gpsdctl}
+  chrpath -r /usr/lib/ 
${pkgdir}/usr/lib/python2.7/site-packages/gps/{clienthelpers,packet}.so
+
+  install -D -m644 packaging/X11/xgps.desktop \
+${pkgdir}/usr/share/applications/xgps.desktop
+  install -D -m644 packaging/X11/xgpsspeed.desktop \
+${pkgdir}/usr/share/applications/xgpsspeed.desktop
+  install -D -m644 packaging/X11/gpsd-logo.png \
+${pkgdir}/usr/share/gpsd/gpsd-logo.png
+
+  install -D -m644 systemd/gpsd.service 
${pkgdir}/usr/lib/systemd/system/gpsd.service
+  install -D -m644 systemd/gpsd.socket 
${pkgdir}/usr/lib/systemd/system/gpsd.socket
+
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # move to /usr/bin
+  sed -i -e 's,/usr/sbin,/usr/bin,g' 
${pkgdir}/usr/lib/systemd/system/gpsd.service
+  mv ${pkgdir}/usr/sbin/* ${pkgdir}/usr/bin/
+  rm -r ${pkgdir}/usr/sbin
+}
+md5sums=('53a88f24a0973d23427e82e9a8914f19'
+ 'SKIP'
+ '3e963df3f9f7ef3572ecc648ae829315')

Copied: gpsd/repos/testing-i686/gpsd.conf (from rev 196186, 
gpsd/trunk/gpsd.conf)
===
--- testing-i686/gpsd.conf  (rev 0)
+++ testing-i686/gpsd.conf  2013-10-08 06:59:51 UTC (rev 196187)
@@ -0,0 +1,5 @@
+# Default settings for gpsd.
+START_DAEMON=true
+GPSD_OPTIONS=
+DEVICES=
+USBAUTO=true

Copied: gpsd/repos/testing-i686/gpsd.install (from rev 196186, 
gpsd/trunk/gpsd.install)
===
--- testing

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

2013-10-08 Thread Tom Gundersen
Date: Tuesday, October 8, 2013 @ 08:59:30
  Author: tomegun
Revision: 196186

upgpkg: gpsd 3.9-4

fix permissions

Modified:
  gpsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 06:43:26 UTC (rev 196185)
+++ PKGBUILD2013-10-08 06:59:30 UTC (rev 196186)
@@ -6,7 +6,7 @@
 
 pkgname=gpsd
 pkgver=3.9
-pkgrel=3
+pkgrel=4
 pkgdesc=GPS daemon and library to support USB/serial GPS devices
 arch=('i686' 'x86_64')
 url=http://catb.org/gpsd/;
@@ -33,9 +33,10 @@
 gpscat gpsfake gpsprof xgps xgpsspeed
 
   scons prefix=/usr \
-systemd=yes \
-libQgpsmm=no \
-PYTHONPATH=/usr/bin/python2
+systemd=yes \
+libQgpsmm=no \
+gpsd_group=uucp \
+PYTHONPATH=/usr/bin/python2
   scons build
 }
 



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

2013-10-08 Thread Tom Gundersen
Date: Tuesday, October 8, 2013 @ 09:37:34
  Author: tomegun
Revision: 196198

upgpkg: libbluedevil 2.0-0.1

bluez5 git snapshot

Gnome is moving over, so let's stay in sync.

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 07:36:04 UTC (rev 196197)
+++ PKGBUILD2013-10-08 07:37:34 UTC (rev 196198)
@@ -3,21 +3,21 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=1.9.4
-pkgrel=1
+pkgver=2.0
+pkgrel=0.1
 pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')
 url=https://projects.kde.org/projects/playground/libs/libbluedevil;
 license=('GPL')
-depends=('qt4' 'bluez4')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('25d114ba52218f4cf44c7b4525399835')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
+md5sums=('SKIP')
 
 build() {
   mkdir build
   cd build
-  cmake ../${pkgname}-v${pkgver} \
+  cmake ../${pkgname} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make



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

2013-10-08 Thread Tom Gundersen
Date: Tuesday, October 8, 2013 @ 09:38:10
  Author: tomegun
Revision: 196200

upgpkg: bluedevil 2.0-0.1

bluez5 git snapshot

Gnome is moving over, so let's stay in sync.

Modified:
  bluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-08 07:37:39 UTC (rev 196199)
+++ PKGBUILD2013-10-08 07:38:10 UTC (rev 196200)
@@ -2,22 +2,22 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=bluedevil
-pkgver=1.3.2
-pkgrel=1
+pkgver=2.0
+pkgrel=0.1
 pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')
 url=https://projects.kde.org/projects/extragear/base/bluedevil;
 license=('GPL')
-depends=('kdebase-workspace' 'libbluedevil' 'obex-data-server' 'obexd-client')
-makedepends=('cmake' 'automoc4')
+depends=('kdebase-workspace' 'libbluedevil')
+makedepends=('cmake' 'automoc4' 'git')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('a43e644fe75bd090c47c060dcbdfdb27')
+source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
+md5sums=('SKIP')
 
 build(){
   mkdir build
   cd build
-  cmake ../${pkgname}-v${pkgver} \
+  cmake ../${pkgname} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make



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

2013-10-08 Thread Tom Gundersen
Date: Tuesday, October 8, 2013 @ 09:37:39
  Author: tomegun
Revision: 196199

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

Added:
  libbluedevil/repos/testing-i686/
  libbluedevil/repos/testing-i686/PKGBUILD
(from rev 196198, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/testing-x86_64/
  libbluedevil/repos/testing-x86_64/PKGBUILD
(from rev 196198, libbluedevil/trunk/PKGBUILD)

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

Copied: libbluedevil/repos/testing-i686/PKGBUILD (from rev 196198, 
libbluedevil/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-08 07:37:39 UTC (rev 196199)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0
+pkgrel=0.1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
+md5sums=('SKIP')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libbluedevil/repos/testing-x86_64/PKGBUILD (from rev 196198, 
libbluedevil/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-08 07:37:39 UTC (rev 196199)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=2.0
+pkgrel=0.1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
+md5sums=('SKIP')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-10-08 Thread Tom Gundersen
Date: Tuesday, October 8, 2013 @ 09:38:15
  Author: tomegun
Revision: 196201

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

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

--+
 testing-i686/PKGBUILD|   29 +
 testing-i686/bluedevil.install   |   12 
 testing-x86_64/PKGBUILD  |   29 +
 testing-x86_64/bluedevil.install |   12 
 4 files changed, 82 insertions(+)

Copied: bluedevil/repos/testing-i686/PKGBUILD (from rev 196200, 
bluedevil/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-08 07:38:15 UTC (rev 196201)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=bluedevil
+pkgver=2.0
+pkgrel=0.1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/extragear/base/bluedevil;
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil')
+makedepends=('cmake' 'automoc4' 'git')
+install=${pkgname}.install
+source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
+md5sums=('SKIP')
+
+build(){
+  mkdir build
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: bluedevil/repos/testing-i686/bluedevil.install (from rev 196200, 
bluedevil/trunk/bluedevil.install)
===
--- testing-i686/bluedevil.install  (rev 0)
+++ testing-i686/bluedevil.install  2013-10-08 07:38:15 UTC (rev 196201)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: bluedevil/repos/testing-x86_64/PKGBUILD (from rev 196200, 
bluedevil/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-08 07:38:15 UTC (rev 196201)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=bluedevil
+pkgver=2.0
+pkgrel=0.1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/extragear/base/bluedevil;
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil')
+makedepends=('cmake' 'automoc4' 'git')
+install=${pkgname}.install
+source=(git://anongit.kde.org/${pkgname}.git#branch=bluez5)
+md5sums=('SKIP')
+
+build(){
+  mkdir build
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: bluedevil/repos/testing-x86_64/bluedevil.install (from rev 196200, 
bluedevil/trunk/bluedevil.install)
===
--- testing-x86_64/bluedevil.install(rev 0)
+++ testing-x86_64/bluedevil.install2013-10-08 07:38:15 UTC (rev 196201)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-10-07 Thread Tom Gundersen
Date: Tuesday, October 8, 2013 @ 00:08:06
  Author: tomegun
Revision: 196178

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

Added:
  taglib/repos/testing-i686/
  taglib/repos/testing-i686/PKGBUILD
(from rev 196177, taglib/trunk/PKGBUILD)
  taglib/repos/testing-x86_64/
  taglib/repos/testing-x86_64/PKGBUILD
(from rev 196177, taglib/trunk/PKGBUILD)

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

Copied: taglib/repos/testing-i686/PKGBUILD (from rev 196177, 
taglib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-07 22:08:06 UTC (rev 196178)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Ike Devolder ike.devol...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=taglib
+pkgver=1.9
+pkgrel=1
+pkgdesc=A Library for reading and editing the meta-data of several popular 
audio formats
+arch=('i686' 'x86_64')
+url=http://developer.kde.org/~wheeler/taglib.html;
+license=('LGPL' 'MPL')
+depends=('sh' 'zlib' 'gcc-libs')
+makedepends=('cmake' 'pkg-config')
+options=('!libtool')
+source=(http://${pkgname}.github.io/releases/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('79877ad28cbe353be50395e6514332fd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_MP4=ON \
+-DWITH_ASF=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: taglib/repos/testing-x86_64/PKGBUILD (from rev 196177, 
taglib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-07 22:08:06 UTC (rev 196178)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Ike Devolder ike.devol...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=taglib
+pkgver=1.9
+pkgrel=1
+pkgdesc=A Library for reading and editing the meta-data of several popular 
audio formats
+arch=('i686' 'x86_64')
+url=http://developer.kde.org/~wheeler/taglib.html;
+license=('LGPL' 'MPL')
+depends=('sh' 'zlib' 'gcc-libs')
+makedepends=('cmake' 'pkg-config')
+options=('!libtool')
+source=(http://${pkgname}.github.io/releases/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('79877ad28cbe353be50395e6514332fd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DWITH_MP4=ON \
+-DWITH_ASF=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2013-10-07 Thread Tom Gundersen
Date: Tuesday, October 8, 2013 @ 00:07:59
  Author: tomegun
Revision: 196177

upgpkg: taglib 1.9-1

upstream release

Modified:
  taglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-07 20:46:54 UTC (rev 196176)
+++ PKGBUILD2013-10-07 22:07:59 UTC (rev 196177)
@@ -5,7 +5,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=taglib
-pkgver=1.8
+pkgver=1.9
 pkgrel=1
 pkgdesc=A Library for reading and editing the meta-data of several popular 
audio formats
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 depends=('sh' 'zlib' 'gcc-libs')
 makedepends=('cmake' 'pkg-config')
 options=('!libtool')
-source=(https://github.com/downloads/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('dcb8bd1b756f2843e18b1fdf3aaeee15')
+source=(http://${pkgname}.github.io/releases/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('79877ad28cbe353be50395e6514332fd')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-10-04 Thread Tom Gundersen
Date: Saturday, October 5, 2013 @ 00:12:16
  Author: tomegun
Revision: 195904

upgpkg: libssh 0.5.5-1

upstream release

Modified:
  libssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-04 19:38:53 UTC (rev 195903)
+++ PKGBUILD2013-10-04 22:12:16 UTC (rev 195904)
@@ -5,7 +5,7 @@
 # Contributor: sergeantspoon sergeantsp...@archlinux.us
 
 pkgname=libssh
-pkgver=0.5.4
+pkgver=0.5.5
 pkgrel=1
 pkgdesc=Library for accessing ssh client services through C libraries
 url=http://www.libssh.org/;
@@ -13,7 +13,7 @@
 arch=('i686' 'x86_64')
 depends=('openssl')
 makedepends=('cmake' 'doxygen')
-source=(https://red.libssh.org/attachments/download/41/${pkgname}-${pkgver}.tar.gz;)
+source=(https://red.libssh.org/attachments/download/51/${pkgname}-${pkgver}.tar.gz;)
 
 build() {
   cd ${srcdir}
@@ -29,4 +29,4 @@
   cd ${srcdir}/build
   make DESTDIR=${pkgdir} install
 }
-md5sums=('b8b4e733c13dfabae33b2688ef82dacc')
+md5sums=('bb308196756c7255c0969583d917136b')



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

2013-10-04 Thread Tom Gundersen
Date: Saturday, October 5, 2013 @ 00:12:26
  Author: tomegun
Revision: 195905

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

Added:
  libssh/repos/testing-i686/
  libssh/repos/testing-i686/PKGBUILD
(from rev 195904, libssh/trunk/PKGBUILD)
  libssh/repos/testing-x86_64/
  libssh/repos/testing-x86_64/PKGBUILD
(from rev 195904, libssh/trunk/PKGBUILD)

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

Copied: libssh/repos/testing-i686/PKGBUILD (from rev 195904, 
libssh/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-04 22:12:26 UTC (rev 195905)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: ice-man icem...@gmail.com
+# Contributor: sergeantspoon sergeantsp...@archlinux.us
+
+pkgname=libssh
+pkgver=0.5.5
+pkgrel=1
+pkgdesc=Library for accessing ssh client services through C libraries
+url=http://www.libssh.org/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('openssl')
+makedepends=('cmake' 'doxygen')
+source=(https://red.libssh.org/attachments/download/51/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('bb308196756c7255c0969583d917136b')

Copied: libssh/repos/testing-x86_64/PKGBUILD (from rev 195904, 
libssh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-04 22:12:26 UTC (rev 195905)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: ice-man icem...@gmail.com
+# Contributor: sergeantspoon sergeantsp...@archlinux.us
+
+pkgname=libssh
+pkgver=0.5.5
+pkgrel=1
+pkgdesc=Library for accessing ssh client services through C libraries
+url=http://www.libssh.org/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('openssl')
+makedepends=('cmake' 'doxygen')
+source=(https://red.libssh.org/attachments/download/51/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('bb308196756c7255c0969583d917136b')



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

2013-09-22 Thread Tom Gundersen
Date: Monday, September 23, 2013 @ 02:31:14
  Author: tomegun
Revision: 194709

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

Added:
  gummiboot/repos/testing-i686/
  gummiboot/repos/testing-i686/PKGBUILD
(from rev 194708, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-i686/arch.conf
(from rev 194708, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-i686/gummiboot.install
(from rev 194708, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-i686/loader.conf
(from rev 194708, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-x86_64/
  gummiboot/repos/testing-x86_64/PKGBUILD
(from rev 194708, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-x86_64/arch.conf
(from rev 194708, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-x86_64/gummiboot.install
(from rev 194708, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-x86_64/loader.conf
(from rev 194708, gummiboot/trunk/loader.conf)

--+
 testing-i686/PKGBUILD|   45 +
 testing-i686/arch.conf   |7 +
 testing-i686/gummiboot.install   |   13 ++
 testing-i686/loader.conf |2 +
 testing-x86_64/PKGBUILD  |   45 +
 testing-x86_64/arch.conf |7 +
 testing-x86_64/gummiboot.install |   13 ++
 testing-x86_64/loader.conf   |2 +
 8 files changed, 134 insertions(+)

Copied: gummiboot/repos/testing-i686/PKGBUILD (from rev 194708, 
gummiboot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-23 00:31:14 UTC (rev 194709)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+# Contributor:  Mantas Mikulėnas graw...@gmail.com
+
+pkgname=gummiboot
+pkgver=38
+pkgrel=1
+pkgdesc=Simple text-mode UEFI Boot Manager
+url=http://freedesktop.org/wiki/Software/gummiboot;
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip' '!makeflags')
+source=(git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}
+'loader.conf'
+'arch.conf')
+install=gummiboot.install
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   ./autogen.sh
+   ./configure --sysconfdir=/etc  --with-efi-ldsdir=/usr/lib 
--libexecdir=/usr/lib --libdir=/usr/lib
+   
+   make
+}
+
+package() {
+   ## Install gummiboot example configuration files (can go away with 
systemd's kernel-install)
+   install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/usr/lib/gummiboot/loader/loader.conf
+   install -D -m0644 ${srcdir}/arch.conf 
${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf
+
+   cd ${srcdir}/${pkgname}
+
+   make DESTDIR=${pkgdir} install
+}
+md5sums=('SKIP'
+ '6ea803e5179d623716e3be0b636de658'
+ '82bda9612e3a361a74cf8de2a0134b15')

Copied: gummiboot/repos/testing-i686/arch.conf (from rev 194708, 
gummiboot/trunk/arch.conf)
===
--- testing-i686/arch.conf  (rev 0)
+++ testing-i686/arch.conf  2013-09-23 00:31:14 UTC (rev 194709)
@@ -0,0 +1,7 @@
+## This is just an exmaple config file.
+## Please edit the paths and kernel parameters according to your system.
+
+title   Arch Linux
+linux   /vmlinuz-linux
+initrd  /initramfs-linux.img
+options root=PARTUUID= rootfstype= add_efi_memmap

Copied: gummiboot/repos/testing-i686/gummiboot.install (from rev 194708, 
gummiboot/trunk/gummiboot.install)
===
--- testing-i686/gummiboot.install  (rev 0)
+++ testing-i686/gummiboot.install  2013-09-23 00:31:14 UTC (rev 194709)
@@ -0,0 +1,13 @@
+post_install() {
+   mkdir -p /boot/EFI/gummiboot
+   /usr/bin/gummiboot update
+   echo :: Run '/usr/bin/gummiboot install' to make gummiboot your 
default bootloader
+}
+
+post_upgrade() {
+   /usr/bin/gummiboot update
+}
+
+pre_remove() {
+   /usr/bin/gummiboot remove
+}

Copied: gummiboot/repos/testing-i686/loader.conf (from rev 194708, 
gummiboot/trunk/loader.conf)
===
--- testing-i686/loader.conf(rev 0)
+++ testing-i686/loader.conf2013-09-23 00:31:14 UTC (rev 194709)
@@ -0,0 +1,2 @@
+timeout 10
+default arch

Copied: gummiboot/repos/testing-x86_64/PKGBUILD (from rev 194708, 
gummiboot/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD

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

2013-09-22 Thread Tom Gundersen
Date: Monday, September 23, 2013 @ 02:31:07
  Author: tomegun
Revision: 194708

upgpkg: gummiboot 38-1

upstream release

Modified:
  gummiboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 00:27:15 UTC (rev 194707)
+++ PKGBUILD2013-09-23 00:31:07 UTC (rev 194708)
@@ -5,7 +5,7 @@
 # Contributor:  Mantas Mikulėnas graw...@gmail.com
 
 pkgname=gummiboot
-pkgver=37
+pkgver=38
 pkgrel=1
 pkgdesc=Simple text-mode UEFI Boot Manager
 url=http://freedesktop.org/wiki/Software/gummiboot;



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

2013-09-18 Thread Tom Gundersen
Date: Wednesday, September 18, 2013 @ 13:31:47
  Author: tomegun
Revision: 194545

upgpkg: bluez 5.9-1

upstream release

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-18 11:15:54 UTC (rev 194544)
+++ PKGBUILD2013-09-18 11:31:47 UTC (rev 194545)
@@ -5,12 +5,12 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs')
-pkgver=5.8
+pkgver=5.9
 pkgrel=1
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
-makedepends=('libusb-compat' 'dbus' 'libical' 'systemd')
+makedepends=('dbus' 'libical' 'systemd')
 options=(!libtool)
 
source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
 
@@ -65,7 +65,7 @@
 }
 package_bluez-utils() {
   pkgdesc=Development and debugging utilities for the bluetooth protocol 
stack
-  depends=('systemd' 'libusb-compat')
+  depends=('systemd')
   conflicts=('bluez-hcidump')
   provides=('bluez-hcidump')
   replaces=('bluez-hcidump' 'bluez=4.101')
@@ -72,4 +72,4 @@
 
   mv $srcdir/_utils/* $pkgdir
 }
-md5sums=('ed9ebe57d02a243c92af21cc13d3ee69')
+md5sums=('6edaf60d09ee32942a739f80ea847db1')



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

2013-09-18 Thread Tom Gundersen
Date: Wednesday, September 18, 2013 @ 13:31:58
  Author: tomegun
Revision: 194546

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

Added:
  bluez/repos/testing-i686/
  bluez/repos/testing-i686/PKGBUILD
(from rev 194545, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 194545, bluez/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   75 ++
 testing-x86_64/PKGBUILD |   75 ++
 2 files changed, 150 insertions(+)

Copied: bluez/repos/testing-i686/PKGBUILD (from rev 194545, 
bluez/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-18 11:31:58 UTC (rev 194546)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs')
+pkgver=5.9
+pkgrel=1
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('dbus' 'libical' 'systemd')
+options=(!libtool)
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-library # this is deprecated
+
+  make
+}
+
+package_bluez() {
+  pkgdesc=Daemons for the bluetooth protocol stack
+  depends=('libical' 'dbus' 'glib2')
+  optdepends=(cups: CUPS backend)
+  backup=('etc/dbus-1/system.d/bluetooth.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  ### split out bluez-utils
+  rm -rf $srcdir/_utils
+  install -dm755 $srcdir/_utils/usr/share/man
+  mv $pkgdir/usr/share/man/man1 $srcdir/_utils/usr/share/man/
+  install -dm755 $srcdir/_utils/usr/bin
+  mv 
$pkgdir/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\
+  $srcdir/_utils/usr/bin/
+  install -dm755 $srcdir/_utils/usr/lib
+  mv $pkgdir/usr/lib/udev $srcdir/_utils/usr/lib/
+
+  ### split out bluez-libs
+  rm -rf $srcdir/_libs
+  install -dm755 $srcdir/_libs/usr/lib/
+  mv $pkgdir/usr/lib/{pkgconfig,libbluetooth*} \
+  $srcdir/_libs/usr/lib/
+  mv $pkgdir/usr/include \
+  $srcdir/_libs/usr/
+}
+
+package_bluez-libs() {
+  pkgdesc=Deprecated libraries for the bluetooth protocol stack
+  depends=('glibc')
+
+  mv $srcdir/_libs/* $pkgdir
+}
+package_bluez-utils() {
+  pkgdesc=Development and debugging utilities for the bluetooth protocol 
stack
+  depends=('systemd')
+  conflicts=('bluez-hcidump')
+  provides=('bluez-hcidump')
+  replaces=('bluez-hcidump' 'bluez=4.101')
+
+  mv $srcdir/_utils/* $pkgdir
+}
+md5sums=('6edaf60d09ee32942a739f80ea847db1')

Copied: bluez/repos/testing-x86_64/PKGBUILD (from rev 194545, 
bluez/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-18 11:31:58 UTC (rev 194546)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs')
+pkgver=5.9
+pkgrel=1
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('dbus' 'libical' 'systemd')
+options=(!libtool)
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-library # this is deprecated
+
+  make
+}
+
+package_bluez() {
+  pkgdesc=Daemons for the bluetooth protocol stack
+  depends=('libical' 'dbus' 'glib2')
+  optdepends=(cups: CUPS backend)
+  backup=('etc/dbus-1/system.d/bluetooth.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  ### split out bluez-utils
+  rm -rf $srcdir/_utils
+  install -dm755 $srcdir/_utils/usr/share/man
+  mv $pkgdir/usr/share/man/man1 $srcdir/_utils/usr/share/man/
+  install -dm755 $srcdir/_utils/usr/bin
+  mv 
$pkgdir/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\
+  $srcdir/_utils/usr/bin/
+  install -dm755 $srcdir/_utils/usr/lib
+  mv $pkgdir/usr/lib/udev $srcdir/_utils/usr/lib/
+
+  ### split out bluez-libs
+  rm -rf $srcdir/_libs
+  install -dm755

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

2013-09-18 Thread Tom Gundersen
Date: Wednesday, September 18, 2013 @ 19:57:05
  Author: tomegun
Revision: 194577

upgpkg: polkit 0.112-1

upstream release

This adds compile-time warnings when using an exploitable API, other packages 
may need to be updated to avoid the bug.

Modified:
  polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-18 17:22:39 UTC (rev 194576)
+++ PKGBUILD2013-09-18 17:57:05 UTC (rev 194577)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=polkit
-pkgver=0.111
+pkgver=0.112
 pkgrel=1
 pkgdesc=Application development toolkit for controlling system-wide 
privileges
 arch=(i686 x86_64)
@@ -34,5 +34,5 @@
 
   install -m644 $srcdir/polkit.pam $pkgdir/etc/pam.d/polkit-1
 }
-md5sums=('81b116edf986d8e13502929a171f4e0d'
+md5sums=('b0f2fa00a55f47c6a5d88e9b73f80127'
  '6564f95878297b954f0572bc1610dd15')



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

2013-09-18 Thread Tom Gundersen
Date: Wednesday, September 18, 2013 @ 19:57:13
  Author: tomegun
Revision: 194578

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

Added:
  polkit/repos/testing-i686/
  polkit/repos/testing-i686/PKGBUILD
(from rev 194577, polkit/trunk/PKGBUILD)
  polkit/repos/testing-i686/polkit.install
(from rev 194577, polkit/trunk/polkit.install)
  polkit/repos/testing-i686/polkit.pam
(from rev 194577, polkit/trunk/polkit.pam)
  polkit/repos/testing-x86_64/
  polkit/repos/testing-x86_64/PKGBUILD
(from rev 194577, polkit/trunk/PKGBUILD)
  polkit/repos/testing-x86_64/polkit.install
(from rev 194577, polkit/trunk/polkit.install)
  polkit/repos/testing-x86_64/polkit.pam
(from rev 194577, polkit/trunk/polkit.pam)

---+
 testing-i686/PKGBUILD |   38 ++
 testing-i686/polkit.install   |   18 ++
 testing-i686/polkit.pam   |7 +++
 testing-x86_64/PKGBUILD   |   38 ++
 testing-x86_64/polkit.install |   18 ++
 testing-x86_64/polkit.pam |7 +++
 6 files changed, 126 insertions(+)

Copied: polkit/repos/testing-i686/PKGBUILD (from rev 194577, 
polkit/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-18 17:57:13 UTC (rev 194578)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=polkit
+pkgver=0.112
+pkgrel=1
+pkgdesc=Application development toolkit for controlling system-wide 
privileges
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.freedesktop.org/wiki/Software/polkit;
+depends=(glib2 pam expat libsystemd js)
+makedepends=(intltool gtk-doc gobject-introspection)
+options=('!libtool')
+install=polkit.install
+source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz
+polkit.pam)
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
+  --enable-libsystemd-login=yes --disable-static \
+  --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  chown 102 $pkgdir/etc/polkit-1/rules.d
+  chown 102 $pkgdir/usr/share/polkit-1/rules.d
+
+  install -m644 $srcdir/polkit.pam $pkgdir/etc/pam.d/polkit-1
+}
+md5sums=('b0f2fa00a55f47c6a5d88e9b73f80127'
+ '6564f95878297b954f0572bc1610dd15')

Copied: polkit/repos/testing-i686/polkit.install (from rev 194577, 
polkit/trunk/polkit.install)
===
--- testing-i686/polkit.install (rev 0)
+++ testing-i686/polkit.install 2013-09-18 17:57:13 UTC (rev 194578)
@@ -0,0 +1,18 @@
+post_install() {
+   getent group polkitd /dev/null || groupadd -g 102 polkitd
+   getent passwd polkitd /dev/null || useradd -c 'Policy Kit Daemon' -u 
102 -g polkitd -d '/' -s /bin/false polkitd
+   passwd -l polkitd /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   if getent passwd polkitd /dev/null; then
+   userdel polkitd
+   fi
+   if getent group polkitd /dev/null; then
+   groupdel polkitd
+   fi
+}

Copied: polkit/repos/testing-i686/polkit.pam (from rev 194577, 
polkit/trunk/polkit.pam)
===
--- testing-i686/polkit.pam (rev 0)
+++ testing-i686/polkit.pam 2013-09-18 17:57:13 UTC (rev 194578)
@@ -0,0 +1,7 @@
+authrequisite   pam_nologin.so
+authrequiredpam_env.so
+authrequiredpam_unix.so
+account requiredpam_unix.so
+session requiredpam_limits.so
+session requiredpam_unix.so
+passwordrequiredpam_unix.so

Copied: polkit/repos/testing-x86_64/PKGBUILD (from rev 194577, 
polkit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-18 17:57:13 UTC (rev 194578)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=polkit
+pkgver=0.112
+pkgrel=1
+pkgdesc=Application development toolkit for controlling system-wide 
privileges
+arch=(i686 x86_64)
+license=(LGPL)
+url=http://www.freedesktop.org/wiki/Software/polkit;
+depends=(glib2 pam expat libsystemd js)
+makedepends=(intltool gtk-doc gobject-introspection)
+options=('!libtool')
+install=polkit.install
+source=(http://www.freedesktop.org/software/polkit/releases/$pkgname-$pkgver.tar.gz
+polkit.pam)
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
+  --enable-libsystemd-login=yes 

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

2013-09-16 Thread Tom Gundersen
Date: Monday, September 16, 2013 @ 23:03:39
  Author: tomegun
Revision: 194501

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

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

--+
 testing-i686/PKGBUILD|   29 +
 testing-i686/bluedevil.install   |   12 
 testing-x86_64/PKGBUILD  |   29 +
 testing-x86_64/bluedevil.install |   12 
 4 files changed, 82 insertions(+)

Copied: bluedevil/repos/testing-i686/PKGBUILD (from rev 194500, 
bluedevil/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-16 21:03:39 UTC (rev 194501)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=bluedevil
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/extragear/base/bluedevil;
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil' 'obex-data-server' 'obexd-client')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a43e644fe75bd090c47c060dcbdfdb27')
+
+build(){
+  mkdir build
+  cd build
+  cmake ../${pkgname}-v${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: bluedevil/repos/testing-i686/bluedevil.install (from rev 194500, 
bluedevil/trunk/bluedevil.install)
===
--- testing-i686/bluedevil.install  (rev 0)
+++ testing-i686/bluedevil.install  2013-09-16 21:03:39 UTC (rev 194501)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: bluedevil/repos/testing-x86_64/PKGBUILD (from rev 194500, 
bluedevil/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-16 21:03:39 UTC (rev 194501)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=bluedevil
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/extragear/base/bluedevil;
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil' 'obex-data-server' 'obexd-client')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a43e644fe75bd090c47c060dcbdfdb27')
+
+build(){
+  mkdir build
+  cd build
+  cmake ../${pkgname}-v${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: bluedevil/repos/testing-x86_64/bluedevil.install (from rev 194500, 
bluedevil/trunk/bluedevil.install)
===
--- testing-x86_64/bluedevil.install(rev 0)
+++ testing-x86_64/bluedevil.install2013-09-16 21:03:39 UTC (rev 194501)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-09-16 Thread Tom Gundersen
Date: Monday, September 16, 2013 @ 23:03:59
  Author: tomegun
Revision: 194503

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

Added:
  libbluedevil/repos/testing-i686/
  libbluedevil/repos/testing-i686/PKGBUILD
(from rev 194502, libbluedevil/trunk/PKGBUILD)
  libbluedevil/repos/testing-x86_64/
  libbluedevil/repos/testing-x86_64/PKGBUILD
(from rev 194502, libbluedevil/trunk/PKGBUILD)

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

Copied: libbluedevil/repos/testing-i686/PKGBUILD (from rev 194502, 
libbluedevil/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-16 21:03:59 UTC (rev 194503)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.4
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez4')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('25d114ba52218f4cf44c7b4525399835')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-v${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: libbluedevil/repos/testing-x86_64/PKGBUILD (from rev 194502, 
libbluedevil/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-16 21:03:59 UTC (rev 194503)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libbluedevil
+pkgver=1.9.4
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/libs/libbluedevil;
+license=('GPL')
+depends=('qt4' 'bluez4')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('25d114ba52218f4cf44c7b4525399835')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-v${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-09-16 Thread Tom Gundersen
Date: Monday, September 16, 2013 @ 23:03:50
  Author: tomegun
Revision: 194502

upgpkg: libbluedevil 1.9.4-1

upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-16 21:03:39 UTC (rev 194501)
+++ PKGBUILD2013-09-16 21:03:50 UTC (rev 194502)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgname=libbluedevil
-pkgver=1.9.3
-pkgrel=2
+pkgver=1.9.4
+pkgrel=1
 pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')
 url=https://projects.kde.org/projects/playground/libs/libbluedevil;
@@ -11,13 +11,13 @@
 license=('GPL')
 depends=('qt4' 'bluez4')
 makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('fcb1480feba45dcd076b3ee54150bdf5')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('25d114ba52218f4cf44c7b4525399835')
 
 build() {
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname}-v${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make



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

2013-09-16 Thread Tom Gundersen
Date: Monday, September 16, 2013 @ 23:03:34
  Author: tomegun
Revision: 194500

upgpkg: bluedevil 1.3.2-1

upstream release

Modified:
  bluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-16 20:57:23 UTC (rev 194499)
+++ PKGBUILD2013-09-16 21:03:34 UTC (rev 194500)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=bluedevil
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')
@@ -11,13 +11,13 @@
 depends=('kdebase-workspace' 'libbluedevil' 'obex-data-server' 'obexd-client')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('d21ad78030ffd892bb2ae5c78aa37919')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('a43e644fe75bd090c47c060dcbdfdb27')
 
 build(){
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname}-v${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make



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

2013-09-16 Thread Tom Gundersen
Date: Monday, September 16, 2013 @ 23:12:34
  Author: tomegun
Revision: 194504

upgpkg: btrfs-progs 0.20rc1.3-1

new git snapshot - as adviced by upstream

they should really, really start doing releases, but for now we'll have to do 
with a new snapshot.

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-16 21:03:59 UTC (rev 194503)
+++ PKGBUILD2013-09-16 21:12:34 UTC (rev 194504)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=btrfs-progs
-pkgver=0.20rc1.2
-pkgrel=2
+pkgver=0.20rc1.3
+pkgrel=1
 pkgdesc=btrfs filesystem utilities
 arch=(i686 x86_64)
 depends=('glibc' 'e2fsprogs' 'lzo2')
@@ -14,7 +14,7 @@
 conflicts=('btrfs-progs-unstable')
 provides=('btrfs-progs-unstable')
 license=('GPL2')
-source=(git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git#commit=7854c8b667
+source=(git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git#commit=194aa4a1bd6447bb545286d0bcb0b0be8204d79f
initcpio-install-btrfs
initcpio-hook-btrfs)
 install=btrfs-progs.install



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

2013-09-16 Thread Tom Gundersen
Date: Monday, September 16, 2013 @ 23:12:43
  Author: tomegun
Revision: 194505

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 194504, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 194504, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 194504, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 194504, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 194504, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 194504, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 194504, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 194504, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/PKGBUILD |   47 
 testing-i686/btrfs-progs.install  |9 ++
 testing-i686/initcpio-hook-btrfs  |7 
 testing-i686/initcpio-install-btrfs   |   17 +++
 testing-x86_64/PKGBUILD   |   47 
 testing-x86_64/btrfs-progs.install|9 ++
 testing-x86_64/initcpio-hook-btrfs|7 
 testing-x86_64/initcpio-install-btrfs |   17 +++
 8 files changed, 160 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 194504, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-16 21:12:43 UTC (rev 194505)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=btrfs-progs
+pkgver=0.20rc1.3
+pkgrel=1
+pkgdesc=btrfs filesystem utilities
+arch=(i686 x86_64)
+depends=('glibc' 'e2fsprogs' 'lzo2')
+makedepends=('git')
+url=http://btrfs.wiki.kernel.org/;
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=(git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git#commit=194aa4a1bd6447bb545286d0bcb0b0be8204d79f
+   initcpio-install-btrfs
+   initcpio-hook-btrfs)
+install=btrfs-progs.install
+options=(!staticlibs)
+
+build() {
+   cd $pkgname
+   make CFLAGS=$CFLAGS
+   make CFLAGS=$CFLAGS btrfs-select-super
+}
+
+package() {
+   cd $pkgname
+
+   make prefix=$pkgdir/usr install
+   install -Dm755 btrfs-select-super $pkgdir/usr/bin
+
+   # fix manpage
+   mkdir -p $pkgdir/usr/share/
+   mv $pkgdir/usr/man $pkgdir/usr/share/man
+
+   # install mkinitcpio hooks
+   install -Dm644 $srcdir/initcpio-install-btrfs \
+ $pkgdir/usr/lib/initcpio/install/btrfs
+   install -Dm644 $srcdir/initcpio-hook-btrfs \
+ $pkgdir/usr/lib/initcpio/hooks/btrfs
+}
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 194504, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ testing-i686/btrfs-progs.install2013-09-16 21:12:43 UTC (rev 194505)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ $(vercmp 0.19.20121005 $2) -eq 1 ]; then
+echo btrfs multi-device support now relies on linux 3.6 or later
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 194504, 
btrfs-progs/trunk/initcpio-hook-btrfs)
===
--- testing-i686/initcpio-hook-btrfs(rev 0)
+++ testing-i686/initcpio-hook-btrfs2013-09-16 21:12:43 UTC (rev 194505)
@@ -0,0 +1,7 @@
+#!/usr/bin/ash
+
+run_hook() {
+btrfs device scan
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 194504, 
btrfs-progs/trunk/initcpio-install-btrfs)
===
--- testing-i686/initcpio-install-btrfs (rev 0)
+++ testing-i686/initcpio-install-btrfs 2013-09-16 21:12:43 UTC (rev 194505)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+build() {
+add_module btrfs
+add_binary btrfs
+add_binary btrfsck
+add_runscript
+}
+
+help() {
+cat HELPEOF
+This hook provides support for multi-device btrfs volumes. This hook
+is only needed for initramfs images which do not use udev.
+HELPEOF
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: btrfs-progs/repos/testing-x86_64

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

2013-09-16 Thread Tom Gundersen
Date: Monday, September 16, 2013 @ 23:22:31
  Author: tomegun
Revision: 194506

upgpkg: udisks2 2.1.1-1

upstream release

Modified:
  udisks2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-16 21:12:43 UTC (rev 194505)
+++ PKGBUILD2013-09-16 21:22:31 UTC (rev 194506)
@@ -2,19 +2,19 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=udisks2
-pkgver=2.1.0
-pkgrel=3
+pkgver=2.1.1
+pkgrel=1
 pkgdesc=Disk Management Service, version 2
 arch=('i686' 'x86_64')
 url=http://www.freedesktop.org/wiki/Software/udisks;
 license=('GPL2')
-depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject')
+depends=('glib2' 'systemd' 'polkit' 'libatasmart' 'util-linux')
 makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python')
 optdepends=('parted: partition management'
 'gptfdisk: GUID partition table support')
 options=(!libtool)
 source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
-sha256sums=('310208e5a10335dae4b52a0125c24d31cf292cce3d15cf65da4cd308e38d15a8')
+sha256sums=('013b09ff38aa256b89c01525771f4565cb088724d5c8c79b32e9f811e88086fb')
 
 build() {
   cd udisks-$pkgver
@@ -23,9 +23,6 @@
   --with-systemdsystemunitdir=/usr/lib/systemd/system \
   --localstatedir=/var --disable-static
   make
-  # fix mdadm location
-  sed -i -e 's#/sbin/mdadm#/usr/bin/mdadm#g' \
-${srcdir}/udisks-${pkgver}/data/80-udisks2.rules
 }
 
 package() {



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

2013-09-16 Thread Tom Gundersen
Date: Monday, September 16, 2013 @ 23:22:38
  Author: tomegun
Revision: 194507

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

Added:
  udisks2/repos/testing-i686/
  udisks2/repos/testing-i686/PKGBUILD
(from rev 194506, udisks2/trunk/PKGBUILD)
  udisks2/repos/testing-x86_64/
  udisks2/repos/testing-x86_64/PKGBUILD
(from rev 194506, udisks2/trunk/PKGBUILD)

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

Copied: udisks2/repos/testing-i686/PKGBUILD (from rev 194506, 
udisks2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-16 21:22:38 UTC (rev 194507)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=udisks2
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=Disk Management Service, version 2
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/udisks;
+license=('GPL2')
+depends=('glib2' 'systemd' 'polkit' 'libatasmart' 'util-linux')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python')
+optdepends=('parted: partition management'
+'gptfdisk: GUID partition table support')
+options=(!libtool)
+source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
+sha256sums=('013b09ff38aa256b89c01525771f4565cb088724d5c8c79b32e9f811e88086fb')
+
+build() {
+  cd udisks-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd udisks-$pkgver
+  make DESTDIR=$pkgdir install \
+bash_completiondir=/usr/share/bash-completion/completions
+}

Copied: udisks2/repos/testing-x86_64/PKGBUILD (from rev 194506, 
udisks2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-16 21:22:38 UTC (rev 194507)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=udisks2
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=Disk Management Service, version 2
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/udisks;
+license=('GPL2')
+depends=('glib2' 'systemd' 'polkit' 'libatasmart' 'util-linux')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python')
+optdepends=('parted: partition management'
+'gptfdisk: GUID partition table support')
+options=(!libtool)
+source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2)
+sha256sums=('013b09ff38aa256b89c01525771f4565cb088724d5c8c79b32e9f811e88086fb')
+
+build() {
+  cd udisks-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --sbindir=/usr/bin \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --localstatedir=/var --disable-static
+  make
+}
+
+package() {
+  cd udisks-$pkgver
+  make DESTDIR=$pkgdir install \
+bash_completiondir=/usr/share/bash-completion/completions
+}



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

2013-09-14 Thread Tom Gundersen
Date: Saturday, September 14, 2013 @ 14:11:29
  Author: tomegun
Revision: 194353

upgpkg: bluez 5.8-1

upstream release

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 11:25:10 UTC (rev 194352)
+++ PKGBUILD2013-09-14 12:11:29 UTC (rev 194353)
@@ -5,7 +5,7 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs')
-pkgver=5.7
+pkgver=5.8
 pkgrel=1
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
@@ -72,4 +72,4 @@
 
   mv $srcdir/_utils/* $pkgdir
 }
-md5sums=('eb883ce61753bd3f300a531bcc2af49e')
+md5sums=('ed9ebe57d02a243c92af21cc13d3ee69')



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

2013-09-14 Thread Tom Gundersen
Date: Saturday, September 14, 2013 @ 14:11:36
  Author: tomegun
Revision: 194354

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

Added:
  bluez/repos/testing-i686/
  bluez/repos/testing-i686/PKGBUILD
(from rev 194353, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 194353, bluez/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   75 ++
 testing-x86_64/PKGBUILD |   75 ++
 2 files changed, 150 insertions(+)

Copied: bluez/repos/testing-i686/PKGBUILD (from rev 194353, 
bluez/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-14 12:11:36 UTC (rev 194354)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs')
+pkgver=5.8
+pkgrel=1
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('libusb-compat' 'dbus' 'libical' 'systemd')
+options=(!libtool)
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-library # this is deprecated
+
+  make
+}
+
+package_bluez() {
+  pkgdesc=Daemons for the bluetooth protocol stack
+  depends=('libical' 'dbus' 'glib2')
+  optdepends=(cups: CUPS backend)
+  backup=('etc/dbus-1/system.d/bluetooth.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  ### split out bluez-utils
+  rm -rf $srcdir/_utils
+  install -dm755 $srcdir/_utils/usr/share/man
+  mv $pkgdir/usr/share/man/man1 $srcdir/_utils/usr/share/man/
+  install -dm755 $srcdir/_utils/usr/bin
+  mv 
$pkgdir/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\
+  $srcdir/_utils/usr/bin/
+  install -dm755 $srcdir/_utils/usr/lib
+  mv $pkgdir/usr/lib/udev $srcdir/_utils/usr/lib/
+
+  ### split out bluez-libs
+  rm -rf $srcdir/_libs
+  install -dm755 $srcdir/_libs/usr/lib/
+  mv $pkgdir/usr/lib/{pkgconfig,libbluetooth*} \
+  $srcdir/_libs/usr/lib/
+  mv $pkgdir/usr/include \
+  $srcdir/_libs/usr/
+}
+
+package_bluez-libs() {
+  pkgdesc=Deprecated libraries for the bluetooth protocol stack
+  depends=('glibc')
+
+  mv $srcdir/_libs/* $pkgdir
+}
+package_bluez-utils() {
+  pkgdesc=Development and debugging utilities for the bluetooth protocol 
stack
+  depends=('systemd' 'libusb-compat')
+  conflicts=('bluez-hcidump')
+  provides=('bluez-hcidump')
+  replaces=('bluez-hcidump' 'bluez=4.101')
+
+  mv $srcdir/_utils/* $pkgdir
+}
+md5sums=('ed9ebe57d02a243c92af21cc13d3ee69')

Copied: bluez/repos/testing-x86_64/PKGBUILD (from rev 194353, 
bluez/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-14 12:11:36 UTC (rev 194354)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs')
+pkgver=5.8
+pkgrel=1
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('libusb-compat' 'dbus' 'libical' 'systemd')
+options=(!libtool)
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-library # this is deprecated
+
+  make
+}
+
+package_bluez() {
+  pkgdesc=Daemons for the bluetooth protocol stack
+  depends=('libical' 'dbus' 'glib2')
+  optdepends=(cups: CUPS backend)
+  backup=('etc/dbus-1/system.d/bluetooth.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  ### split out bluez-utils
+  rm -rf $srcdir/_utils
+  install -dm755 $srcdir/_utils/usr/share/man
+  mv $pkgdir/usr/share/man/man1 $srcdir/_utils/usr/share/man/
+  install -dm755 $srcdir/_utils/usr/bin
+  mv 
$pkgdir/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\
+  $srcdir/_utils/usr/bin/
+  install -dm755 $srcdir/_utils/usr/lib
+  mv $pkgdir/usr/lib/udev $srcdir/_utils/usr/lib/
+
+  ### split out bluez

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

2013-09-14 Thread Tom Gundersen
Date: Saturday, September 14, 2013 @ 14:15:35
  Author: tomegun
Revision: 194355

upgpkg: raptor 2.0.10-2

upstream release

Modified:
  raptor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-14 12:11:36 UTC (rev 194354)
+++ PKGBUILD2013-09-14 12:15:35 UTC (rev 194355)
@@ -5,7 +5,7 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=raptor
-pkgver=2.0.9
+pkgver=2.0.10
 pkgrel=2
 pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
   cd ${srcdir}/raptor2-${pkgver}
   make prefix=${pkgdir}/usr install
 }
-md5sums=('4ceb9316488b0ea01acf011023cf7fff')
+md5sums=('d9b0314eb835551adb48af037dcfd46e')



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

2013-09-14 Thread Tom Gundersen
Date: Saturday, September 14, 2013 @ 14:15:41
  Author: tomegun
Revision: 194356

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

Added:
  raptor/repos/testing-i686/
  raptor/repos/testing-i686/PKGBUILD
(from rev 194355, raptor/trunk/PKGBUILD)
  raptor/repos/testing-x86_64/
  raptor/repos/testing-x86_64/PKGBUILD
(from rev 194355, raptor/trunk/PKGBUILD)

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

Copied: raptor/repos/testing-i686/PKGBUILD (from rev 194355, 
raptor/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-14 12:15:41 UTC (rev 194356)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.10
+pkgrel=2
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+options=('!libtool')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('d9b0314eb835551adb48af037dcfd46e')

Copied: raptor/repos/testing-x86_64/PKGBUILD (from rev 194355, 
raptor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-14 12:15:41 UTC (rev 194356)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.10
+pkgrel=2
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+options=('!libtool')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('d9b0314eb835551adb48af037dcfd46e')



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

2013-09-13 Thread Tom Gundersen
Date: Friday, September 13, 2013 @ 11:43:31
  Author: tomegun
Revision: 194319

upgpkg: dbus 1.6.14-1

upstream release

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 09:04:22 UTC (rev 194318)
+++ PKGBUILD2013-09-13 09:43:31 UTC (rev 194319)
@@ -4,7 +4,7 @@
 # Contributor: Link Dupont l...@subpop.net
 #
 pkgname=dbus
-pkgver=1.6.12
+pkgver=1.6.14
 pkgrel=1
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
@@ -48,6 +48,6 @@
 
   install -Dm644 COPYING $pkgdir/usr/share/licenses/dbus/COPYING
 }
-md5sums=('a70edc50524f258eaf5c9a9994ed8748'
+md5sums=('1c22aebdf952e92908800f1ec2aeb0c4'
  '3314d727fa57fc443fce25b5cbeebbcc'
  'd8a1bd529b3ddca671ee1a695a143db9')



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

2013-09-13 Thread Tom Gundersen
Date: Friday, September 13, 2013 @ 11:45:18
  Author: tomegun
Revision: 194320

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/30-dbus
(from rev 194319, dbus/trunk/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
(from rev 194319, dbus/trunk/PKGBUILD)
  dbus/repos/testing-i686/systemd-user-session.patch
(from rev 194319, dbus/trunk/systemd-user-session.patch)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/30-dbus
(from rev 194319, dbus/trunk/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 194319, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/systemd-user-session.patch
(from rev 194319, dbus/trunk/systemd-user-session.patch)

---+
 testing-i686/30-dbus  |6 
 testing-i686/PKGBUILD |   53 
 testing-i686/systemd-user-session.patch   |  183 
 testing-x86_64/30-dbus|6 
 testing-x86_64/PKGBUILD   |   53 
 testing-x86_64/systemd-user-session.patch |  183 
 6 files changed, 484 insertions(+)

Copied: dbus/repos/testing-i686/30-dbus (from rev 194319, dbus/trunk/30-dbus)
===
--- testing-i686/30-dbus(rev 0)
+++ testing-i686/30-dbus2013-09-13 09:45:18 UTC (rev 194320)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# launches a session dbus instance
+if [ -z $DBUS_SESSION_BUS_ADDRESS ]  type dbus-launch /dev/null; then
+  eval $(dbus-launch --sh-syntax --exit-with-session)
+fi

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 194319, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-13 09:45:18 UTC (rev 194320)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.6.14
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat' 'coreutils' 'filesystem')
+makedepends=('libx11' 'systemd')
+optdepends=('libx11: dbus-launch support')
+provides=('dbus-core')
+conflicts=('dbus-core')
+replaces=('dbus-core')
+options=(!libtool)
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz
+30-dbus systemd-user-session.patch)
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+
+  patch -p1  $srcdir/systemd-user-session.patch
+
+  make
+}
+
+package(){
+  cd dbus-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm -rf $pkgdir/var/run
+
+  install -Dm755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/30-dbus
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/dbus/COPYING
+}
+md5sums=('1c22aebdf952e92908800f1ec2aeb0c4'
+ '3314d727fa57fc443fce25b5cbeebbcc'
+ 'd8a1bd529b3ddca671ee1a695a143db9')

Copied: dbus/repos/testing-i686/systemd-user-session.patch (from rev 194319, 
dbus/trunk/systemd-user-session.patch)
===
--- testing-i686/systemd-user-session.patch (rev 0)
+++ testing-i686/systemd-user-session.patch 2013-09-13 09:45:18 UTC (rev 
194320)
@@ -0,0 +1,183 @@
+commit d728fdc655f17031da3bb129ab2fd17dadf0fe3a
+Author: Simon Peeters peeters.si...@gmail.com
+Date:   8 weeks ago
+
+Set correct address when using --address=systemd:
+
+When dbus gets launched through systemd, we need to create an address
+string based on the sockets passed.
+
+The _dbus_append_addres_from_socket() function is responsible for
+extracting the address information from the file-descriptor and
+formatting it in a dbus friendly way.
+
+This fixes bus activation when running dbus under a systemd session.
+
+https://bugs.freedesktop.org/show_bug.cgi?id=50962
+
+Signed-off-by: Simon Peeters peeters.si...@gmail.com
+
+diff --git a/dbus/dbus-server-unix.c b/dbus/dbus-server-unix.c
+index 130f66e..d995240 100644
+--- a/dbus/dbus-server-unix.c
 b/dbus/dbus-server-unix.c
+@@ -149,7 +149,7 @@ _dbus_server_listen_platform_specific (DBusAddressEntry 
*entry,
+ }
+   else if (strcmp (method, systemd) == 0)
+ {
+-  int n, *fds

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

2013-09-13 Thread Tom Gundersen
Date: Friday, September 13, 2013 @ 11:45:31
  Author: tomegun
Revision: 194321

upgpkg: transmission 2.82-1

upstream release

Modified:
  transmission/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-13 09:45:18 UTC (rev 194320)
+++ PKGBUILD2013-09-13 09:45:31 UTC (rev 194321)
@@ -4,14 +4,14 @@
 
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.81
+pkgver=2.82
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.transmissionbt.com/;
 license=('MIT')
-makedepends=('gtk3' 'intltool' 'curl' 'qt4' 'libevent')
+makedepends=('gtk3' 'intltool' 'curl' 'qt5-base' 'libevent')
 source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz)
-md5sums=('db1ad10ecff07150486dab2365ccb3a8')
+md5sums=('a5ef870c0410b12d10449c2d36fa4661')
 
 build() {
   cd $pkgbase-$pkgver
@@ -19,7 +19,7 @@
   ./configure --prefix=/usr
   make
   pushd qt
-  qmake-qt4 qtr.pro
+  qmake qtr.pro
   make
 }
 package_transmission-cli() {
@@ -54,7 +54,7 @@
 
 package_transmission-qt() {
   pkgdesc=Fast, easy, and free BitTorrent client (Qt GUI)
-  depends=('curl' 'qt4' 'libevent')
+  depends=('curl' 'qt5-base' 'libevent')
   optdepends=('transmission-cli: daemon and web support')
   install=transmission-qt.install
 



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

2013-09-13 Thread Tom Gundersen
Date: Friday, September 13, 2013 @ 11:45:39
  Author: tomegun
Revision: 194322

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

Added:
  transmission/repos/testing-i686/
  transmission/repos/testing-i686/PKGBUILD
(from rev 194321, transmission/trunk/PKGBUILD)
  transmission/repos/testing-i686/transmission-cli.install
(from rev 194321, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-i686/transmission-gtk.install
(from rev 194321, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-i686/transmission-qt.install
(from rev 194321, transmission/trunk/transmission-qt.install)
  transmission/repos/testing-x86_64/
  transmission/repos/testing-x86_64/PKGBUILD
(from rev 194321, transmission/trunk/PKGBUILD)
  transmission/repos/testing-x86_64/transmission-cli.install
(from rev 194321, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-x86_64/transmission-gtk.install
(from rev 194321, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-x86_64/transmission-qt.install
(from rev 194321, transmission/trunk/transmission-qt.install)

-+
 testing-i686/PKGBUILD   |   68 ++
 testing-i686/transmission-cli.install   |   10 
 testing-i686/transmission-gtk.install   |   12 +
 testing-i686/transmission-qt.install|   11 
 testing-x86_64/PKGBUILD |   68 ++
 testing-x86_64/transmission-cli.install |   10 
 testing-x86_64/transmission-gtk.install |   12 +
 testing-x86_64/transmission-qt.install  |   11 
 8 files changed, 202 insertions(+)

Copied: transmission/repos/testing-i686/PKGBUILD (from rev 194321, 
transmission/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-13 09:45:39 UTC (rev 194322)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer : Tom Gundersen t...@jklm.no
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgbase=transmission
+pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
+pkgver=2.82
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.transmissionbt.com/;
+license=('MIT')
+makedepends=('gtk3' 'intltool' 'curl' 'qt5-base' 'libevent')
+source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz)
+md5sums=('a5ef870c0410b12d10449c2d36fa4661')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr
+  make
+  pushd qt
+  qmake qtr.pro
+  make
+}
+package_transmission-cli() {
+  pkgdesc=Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)
+  depends=('curl' 'libevent' 'systemd')
+  install=transmission-cli.install
+
+  cd $pkgbase-$pkgver
+
+  for dir in daemon cli web utils
+  do
+  make -C $dir DESTDIR=$pkgdir install
+  done
+
+  install -D -m644 
$srcdir/transmission-$pkgver/daemon/transmission-daemon.service 
$pkgdir/usr/lib/systemd/system/transmission.service
+  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-cli/COPYING
+}
+
+package_transmission-gtk() {
+  pkgdesc=Fast, easy, and free BitTorrent client (GTK+ GUI)
+  depends=('curl' 'libevent' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('notification-daemon: Desktop notification support'
+ 'transmission-cli: daemon and web support')
+  install=transmission-gtk.install
+
+  cd $pkgbase-$pkgver
+
+  make -C gtk DESTDIR=$pkgdir install
+  make -C po DESTDIR=$pkgdir install
+  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-gtk/COPYING
+}
+
+package_transmission-qt() {
+  pkgdesc=Fast, easy, and free BitTorrent client (Qt GUI)
+  depends=('curl' 'qt5-base' 'libevent')
+  optdepends=('transmission-cli: daemon and web support')
+  install=transmission-qt.install
+
+  cd $pkgbase-$pkgver
+
+  make -C qt INSTALL_ROOT=$pkgdir/usr install
+
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/transmission-qt/COPYING
+  install -D -m644 qt/icons/transmission.png 
$pkgdir/usr/share/pixmaps/transmission-qt.png
+  install -D -m644 qt/transmission-qt.desktop 
$pkgdir/usr/share/applications/transmission-qt.desktop
+}

Copied: transmission/repos/testing-i686/transmission-cli.install (from rev 
194321, transmission/trunk/transmission-cli.install)
===
--- testing-i686/transmission-cli.install   (rev 0)
+++ testing-i686/transmission-cli.install   2013-09-13 09:45:39 UTC (rev 
194322)
@@ -0,0 +1,10 @@
+post_install() {
+post_upgrade
+passwd -l transmission /dev/null
+}
+
+post_upgrade() {
+   # create user/group that the daemon will run as by default, do not 
delete this on uninstall, as it will own files
+   getent group transmission /dev/null || groupadd -g 169 transmission
+   getent passwd transmission /dev/null || useradd -c

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

2013-08-09 Thread Tom Gundersen
Date: Friday, August 9, 2013 @ 18:36:52
  Author: tomegun
Revision: 192281

upgpkg: gummiboot 35-1

upstream release

Modified:
  gummiboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-09 14:22:03 UTC (rev 192280)
+++ PKGBUILD2013-08-09 16:36:52 UTC (rev 192281)
@@ -5,7 +5,7 @@
 # Contributor:  Mantas Mikulėnas graw...@gmail.com
 
 pkgname=gummiboot
-pkgver=33
+pkgver=35
 pkgrel=1
 pkgdesc=Simple text-mode UEFI Boot Manager
 url=http://freedesktop.org/wiki/Software/gummiboot;



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

2013-08-09 Thread Tom Gundersen
Date: Friday, August 9, 2013 @ 18:36:59
  Author: tomegun
Revision: 192282

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

Added:
  gummiboot/repos/testing-i686/
  gummiboot/repos/testing-i686/PKGBUILD
(from rev 192281, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-i686/arch.conf
(from rev 192281, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-i686/gummiboot.install
(from rev 192281, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-i686/loader.conf
(from rev 192281, gummiboot/trunk/loader.conf)
  gummiboot/repos/testing-x86_64/
  gummiboot/repos/testing-x86_64/PKGBUILD
(from rev 192281, gummiboot/trunk/PKGBUILD)
  gummiboot/repos/testing-x86_64/arch.conf
(from rev 192281, gummiboot/trunk/arch.conf)
  gummiboot/repos/testing-x86_64/gummiboot.install
(from rev 192281, gummiboot/trunk/gummiboot.install)
  gummiboot/repos/testing-x86_64/loader.conf
(from rev 192281, gummiboot/trunk/loader.conf)

--+
 testing-i686/PKGBUILD|   45 +
 testing-i686/arch.conf   |7 +
 testing-i686/gummiboot.install   |   13 ++
 testing-i686/loader.conf |2 +
 testing-x86_64/PKGBUILD  |   45 +
 testing-x86_64/arch.conf |7 +
 testing-x86_64/gummiboot.install |   13 ++
 testing-x86_64/loader.conf   |2 +
 8 files changed, 134 insertions(+)

Copied: gummiboot/repos/testing-i686/PKGBUILD (from rev 192281, 
gummiboot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-09 16:36:59 UTC (rev 192282)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+# Contributor:  Mantas Mikulėnas graw...@gmail.com
+
+pkgname=gummiboot
+pkgver=35
+pkgrel=1
+pkgdesc=Simple text-mode UEFI Boot Manager
+url=http://freedesktop.org/wiki/Software/gummiboot;
+arch=('x86_64' 'i686')
+license=('LGPL2.1')
+makedepends=('gnu-efi-libs' 'docbook-xsl' 'git')
+depends=('util-linux')
+conflicts=('gummiboot-efi')
+provides=('gummiboot-efi')
+replaces=('gummiboot-efi')
+options=('!strip')
+source=(git://anongit.freedesktop.org/${pkgname}#tag=${pkgver}
+'loader.conf'
+'arch.conf')
+install=gummiboot.install
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   ./autogen.sh
+   ./configure --sysconfdir=/etc --libexecdir=/usr/lib --libdir=/usr/lib
+   
+   make
+}
+
+package() {
+   ## Install gummiboot example configuration files (can go away with 
systemd's kernel-install)
+   install -D -m0644 ${srcdir}/loader.conf 
${pkgdir}/usr/lib/gummiboot/loader/loader.conf
+   install -D -m0644 ${srcdir}/arch.conf 
${pkgdir}/usr/lib/gummiboot/loader/entries/arch.conf
+
+   cd ${srcdir}/${pkgname}
+
+   make DESTDIR=${pkgdir} install
+}
+md5sums=('SKIP'
+ '6ea803e5179d623716e3be0b636de658'
+ '82bda9612e3a361a74cf8de2a0134b15')

Copied: gummiboot/repos/testing-i686/arch.conf (from rev 192281, 
gummiboot/trunk/arch.conf)
===
--- testing-i686/arch.conf  (rev 0)
+++ testing-i686/arch.conf  2013-08-09 16:36:59 UTC (rev 192282)
@@ -0,0 +1,7 @@
+## This is just an exmaple config file.
+## Please edit the paths and kernel parameters according to your system.
+
+title   Arch Linux
+linux   /vmlinuz-linux
+initrd  /initramfs-linux.img
+options root=PARTUUID= rootfstype= add_efi_memmap

Copied: gummiboot/repos/testing-i686/gummiboot.install (from rev 192281, 
gummiboot/trunk/gummiboot.install)
===
--- testing-i686/gummiboot.install  (rev 0)
+++ testing-i686/gummiboot.install  2013-08-09 16:36:59 UTC (rev 192282)
@@ -0,0 +1,13 @@
+post_install() {
+   mkdir -p /boot/EFI/gummiboot
+   /usr/bin/gummiboot update
+   echo :: Run '/usr/bin/gummiboot install' to make gummiboot your 
default bootloader
+}
+
+post_upgrade() {
+   /usr/bin/gummiboot update
+}
+
+pre_remove() {
+   /usr/bin/gummiboot remove
+}

Copied: gummiboot/repos/testing-i686/loader.conf (from rev 192281, 
gummiboot/trunk/loader.conf)
===
--- testing-i686/loader.conf(rev 0)
+++ testing-i686/loader.conf2013-08-09 16:36:59 UTC (rev 192282)
@@ -0,0 +1,2 @@
+timeout 10
+default arch

Copied: gummiboot/repos/testing-x86_64/PKGBUILD (from rev 192281, 
gummiboot/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64

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

2013-08-04 Thread Tom Gundersen
Date: Sunday, August 4, 2013 @ 12:57:11
  Author: tomegun
Revision: 192026

upgpkg: redland 1:1.0.16-3

db rebuild

Modified:
  redland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-04 10:31:41 UTC (rev 192025)
+++ PKGBUILD2013-08-04 10:57:11 UTC (rev 192026)
@@ -7,7 +7,7 @@
 epoch=1
 pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 
'redland-storage-virtuoso' 'redland-storage-sqlite')
 pkgver=1.0.16
-pkgrel=2
+pkgrel=3
 url=http://librdf.org/;
 license=(GPL)
 arch=('i686' 'x86_64')



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

2013-08-04 Thread Tom Gundersen
Date: Sunday, August 4, 2013 @ 12:57:16
  Author: tomegun
Revision: 192027

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

Added:
  redland/repos/staging-i686/
  redland/repos/staging-i686/PKGBUILD
(from rev 192026, redland/trunk/PKGBUILD)
  redland/repos/staging-i686/rpath.diff
(from rev 192026, redland/trunk/rpath.diff)
  redland/repos/staging-x86_64/
  redland/repos/staging-x86_64/PKGBUILD
(from rev 192026, redland/trunk/PKGBUILD)
  redland/repos/staging-x86_64/rpath.diff
(from rev 192026, redland/trunk/rpath.diff)

---+
 staging-i686/PKGBUILD |   80 
 staging-i686/rpath.diff   |   11 ++
 staging-x86_64/PKGBUILD   |   80 
 staging-x86_64/rpath.diff |   11 ++
 4 files changed, 182 insertions(+)

Copied: redland/repos/staging-i686/PKGBUILD (from rev 192026, 
redland/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-08-04 10:57:16 UTC (rev 192027)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Francois Charette francois.archlinux.org 
+
+pkgbase=redland
+epoch=1
+pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 
'redland-storage-virtuoso' 'redland-storage-sqlite')
+pkgver=1.0.16
+pkgrel=3
+url=http://librdf.org/;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('rasqal' 'raptor' 'db' 'postgresql-libs' 'libmariadbclient' 
'unixodbc' 'sqlite')
+options=('!libtool')
+source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc}
+rpath.diff)
+sha256sums=('d9a274fc086e61119d5c9beafb8d05527e040ec86f4c0961276ca8de0a049dbd'
+'2955af40eb2fbffa6e1ef28f7f1b7f607a3958478a5080896b878da96605246d'
+'9ddf9f7581f5194d73ad908f3b26354c70d3079a7a87c8add8a0d0e4c6974fec')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-release \
+   --disable-static \
+   --with-raptor=system \
+   --with-rasqal=system \
+   --with-sqlite=3
+
+  # nuke rpath
+  patch -Np0 -i ${srcdir}/rpath.diff
+
+  make
+}
+
+package_redland() {
+ pkgdesc=Library that provides a high-level interface to RDF data
+ depends=('rasqal=0.9.26' 'raptor=2.0.6' 'libltdl')
+ 
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib/redland
+}
+
+package_redland-storage-mysql() {
+ pkgdesc=MySQL storage support for Redland
+ depends=('redland' 'libmariadbclient')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_mysql.so 
${pkgdir}/usr/lib/redland/librdf_storage_mysql.so
+}
+
+package_redland-storage-postgresql() {
+ pkgdesc=PostgreSQL storage support for Redland
+ depends=('redland' 'postgresql-libs')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_postgresql.so 
${pkgdir}/usr/lib/redland/
+}
+
+package_redland-storage-virtuoso() {
+ pkgdesc=Virtuoso storage support for Redland
+ depends=('redland' 'unixodbc' 'db')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_virtuoso.so 
${pkgdir}/usr/lib/redland/
+}
+
+package_redland-storage-sqlite() {
+ pkgdesc=SQLite storage support for Redland
+ depends=('redland' 'sqlite3' 'db')
+ 
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_sqlite.so ${pkgdir}/usr/lib/redland/
+}

Copied: redland/repos/staging-i686/rpath.diff (from rev 192026, 
redland/trunk/rpath.diff)
===
--- staging-i686/rpath.diff (rev 0)
+++ staging-i686/rpath.diff 2013-08-04 10:57:16 UTC (rev 192027)
@@ -0,0 +1,11 @@
+--- libtool2011-02-20 10:46:47.0 +0100
 libtool.new2011-02-20 10:52:58.285764909 +0100
+@@ -324,7 +324,7 @@
+ 
+ # Flag to hardcode $libdir into a binary during linking.
+ # This must work even if $libdir does not exist
+-hardcode_libdir_flag_spec=\${wl}-rpath \${wl}\$libdir
++hardcode_libdir_flag_spec= 
+ 
+ # If ld is used when linking, flag to hardcode $libdir into a binary
+ # during linking.  This must work even if $libdir does not exist.

Copied: redland/repos/staging-x86_64/PKGBUILD (from rev 192026, 
redland/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-08-04 10:57:16 UTC (rev 192027)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: AndyRTR andy...@archlinux.org
+# Contributor: Francois Charette francois.archlinux.org

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

2013-07-31 Thread Tom Gundersen
Date: Wednesday, July 31, 2013 @ 15:19:28
  Author: tomegun
Revision: 191844

upgpkg: util-linux 2.23.2-1

upstream release

Modified:
  util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-31 13:08:56 UTC (rev 191843)
+++ PKGBUILD2013-07-31 13:19:28 UTC (rev 191844)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Dave Reisner dreis...@archlinux.org
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=util-linux
-pkgver=2.23.1
-pkgrel=2
+pkgver=2.23.2
+pkgrel=1
 pkgdesc=Miscellaneous system utilities for Linux
 url=http://www.kernel.org/pub/linux/utils/util-linux/;
 arch=('i686' 'x86_64')
@@ -27,7 +28,7 @@
 etc/pam.d/su
 etc/pam.d/su-l)
 install=util-linux.install
-md5sums=('33ba55ce82f8e3b8d7a38fac0f62779a'
+md5sums=('b39fde897334a4858bb2098edcce5b3f'
  'a39554bfd65cccfd8254bb46922f4a67'
  '4368b3f98abd8a32662e094c54e7f9b1'
  'a31374fef2cba0ca34dfc7078e2969e4'



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

2013-07-31 Thread Tom Gundersen
Date: Wednesday, July 31, 2013 @ 15:19:40
  Author: tomegun
Revision: 191845

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

Added:
  util-linux/repos/testing-i686/
  util-linux/repos/testing-i686/PKGBUILD
(from rev 191844, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-i686/pam-common
(from rev 191844, util-linux/trunk/pam-common)
  util-linux/repos/testing-i686/pam-login
(from rev 191844, util-linux/trunk/pam-login)
  util-linux/repos/testing-i686/pam-su
(from rev 191844, util-linux/trunk/pam-su)
  util-linux/repos/testing-i686/util-linux.install
(from rev 191844, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-i686/uuidd.tmpfiles
(from rev 191844, util-linux/trunk/uuidd.tmpfiles)
  util-linux/repos/testing-x86_64/
  util-linux/repos/testing-x86_64/PKGBUILD
(from rev 191844, util-linux/trunk/PKGBUILD)
  util-linux/repos/testing-x86_64/pam-common
(from rev 191844, util-linux/trunk/pam-common)
  util-linux/repos/testing-x86_64/pam-login
(from rev 191844, util-linux/trunk/pam-login)
  util-linux/repos/testing-x86_64/pam-su
(from rev 191844, util-linux/trunk/pam-su)
  util-linux/repos/testing-x86_64/util-linux.install
(from rev 191844, util-linux/trunk/util-linux.install)
  util-linux/repos/testing-x86_64/uuidd.tmpfiles
(from rev 191844, util-linux/trunk/uuidd.tmpfiles)

---+
 testing-i686/PKGBUILD |   88 
 testing-i686/pam-common   |6 ++
 testing-i686/pam-login|7 ++
 testing-i686/pam-su   |9 +++
 testing-i686/util-linux.install   |   21 
 testing-i686/uuidd.tmpfiles   |1 
 testing-x86_64/PKGBUILD   |   88 
 testing-x86_64/pam-common |6 ++
 testing-x86_64/pam-login  |7 ++
 testing-x86_64/pam-su |9 +++
 testing-x86_64/util-linux.install |   21 
 testing-x86_64/uuidd.tmpfiles |1 
 12 files changed, 264 insertions(+)

Copied: util-linux/repos/testing-i686/PKGBUILD (from rev 191844, 
util-linux/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-31 13:19:40 UTC (rev 191845)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=util-linux
+pkgver=2.23.2
+pkgrel=1
+pkgdesc=Miscellaneous system utilities for Linux
+url=http://www.kernel.org/pub/linux/utils/util-linux/;
+arch=('i686' 'x86_64')
+groups=('base' 'base-devel')
+depends=('pam' 'shadow' 'coreutils' 'glibc')
+makedepends=('systemd')
+# checkdepends=('bc')
+conflicts=('util-linux-ng' 'eject')
+provides=(util-linux-ng=$pkgver 'eject')
+license=('GPL2')
+options=('!libtool')
+source=(ftp://ftp.kernel.org/pub/linux/utils/$pkgname/v2.23/$pkgname-$pkgver.tar.xz;
+uuidd.tmpfiles
+pam-login
+pam-common
+pam-su)
+backup=(etc/pam.d/chfn
+etc/pam.d/chsh
+etc/pam.d/login
+etc/pam.d/su
+etc/pam.d/su-l)
+install=util-linux.install
+md5sums=('b39fde897334a4858bb2098edcce5b3f'
+ 'a39554bfd65cccfd8254bb46922f4a67'
+ '4368b3f98abd8a32662e094c54e7f9b1'
+ 'a31374fef2cba0ca34dfc7078e2969e4'
+ 'fa85e5cce5d723275b14365ba71a8aad')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --libdir=/usr/lib \
+  --localstatedir=/run \
+  --enable-fs-paths-extra=/usr/bin \
+  --enable-raw \
+  --enable-vipw \
+  --enable-newgrp \
+  --enable-chfn-chsh \
+  --enable-write \
+  --enable-mesg \
+  --enable-socket-activation
+
+#  --enable-reset \ # part of ncurses
+#  --enable-line \ # not part of any package
+#  --enable-last \ # not compat
+
+  make
+}
+
+#check() {
+# fails for some reason in chroot, works outside
+#  make -C $pkgname-$pkgver check
+#}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # setuid chfn and chsh
+  chmod 4755 $pkgdir/usr/bin/{newgrp,ch{sh,fn}}
+
+  # install PAM files for login-utils
+  install -Dm644 $srcdir/pam-common $pkgdir/etc/pam.d/chfn
+  install -m644 $srcdir/pam-common $pkgdir/etc/pam.d/chsh
+  install -m644 $srcdir/pam-login $pkgdir/etc/pam.d/login
+  install -m644 $srcdir/pam-su ${pkgdir}/etc/pam.d/su
+  install -m644 $srcdir/pam-su ${pkgdir}/etc/pam.d/su-l
+
+  # include tmpfiles fragment for uuidd
+  # TODO(dreisner): offer this upstream?
+  install -Dm644 $srcdir/uuidd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/uuidd.conf
+
+  # usrmove
+  cd $pkgdir
+  mv {,usr/}sbin/* usr/bin
+  mv bin/* usr/bin
+  rmdir bin sbin usr/sbin
+}

Copied: util-linux/repos/testing-i686/pam-common (from rev

[arch-commits] Commit in media-player-info/repos (3 files)

2013-07-23 Thread Tom Gundersen
Date: Tuesday, July 23, 2013 @ 20:28:28
  Author: tomegun
Revision: 191353

archrelease: copy trunk to testing-any

Added:
  media-player-info/repos/testing-any/
  media-player-info/repos/testing-any/PKGBUILD
(from rev 191352, media-player-info/trunk/PKGBUILD)
  media-player-info/repos/testing-any/media-player-info.install
(from rev 191352, media-player-info/trunk/media-player-info.install)

---+
 PKGBUILD  |   31 +++
 media-player-info.install |   14 ++
 2 files changed, 45 insertions(+)

Copied: media-player-info/repos/testing-any/PKGBUILD (from rev 191352, 
media-player-info/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-23 18:28:28 UTC (rev 191353)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Marti Raudsepp ma...@juffo.org
+
+pkgname=media-player-info
+pkgver=19
+pkgrel=1
+pkgdesc=Data files describing media player capabilities, for post-HAL systems
+arch=('any')
+license=('BSD')
+url=http://cgit.freedesktop.org/media-player-info/;
+depends=('systemd' 'python')
+source=(http://www.freedesktop.org/software/media-player-info/$pkgname-$pkgver.tar.gz)
+sha256sums=('d5cfb54609d59fe18d63253842c2c56c23b8d44e361d01b34e4a9a3e5fd0265a')
+install=media-player-info.install
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --with-udevdir=/usr/lib/udev
+  LANG=en_US.UTF-8 make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}

Copied: media-player-info/repos/testing-any/media-player-info.install (from rev 
191352, media-player-info/trunk/media-player-info.install)
===
--- testing-any/media-player-info.install   (rev 0)
+++ testing-any/media-player-info.install   2013-07-23 18:28:28 UTC (rev 
191353)
@@ -0,0 +1,14 @@
+post_install ()
+{
+   udevadm hwdb --update
+}
+
+post_upgrade ()
+{
+   post_install
+}
+
+post_remove ()
+{
+   post_install
+}



[arch-commits] Commit in media-player-info/trunk (PKGBUILD media-player-info.install)

2013-07-23 Thread Tom Gundersen
Date: Tuesday, July 23, 2013 @ 20:28:25
  Author: tomegun
Revision: 191352

upgpkg: media-player-info 19-1

upstream release

Added:
  media-player-info/trunk/media-player-info.install
Modified:
  media-player-info/trunk/PKGBUILD

---+
 PKGBUILD  |9 +
 media-player-info.install |   14 ++
 2 files changed, 19 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 18:22:13 UTC (rev 191351)
+++ PKGBUILD2013-07-23 18:28:25 UTC (rev 191352)
@@ -3,22 +3,23 @@
 # Contributor: Marti Raudsepp ma...@juffo.org
 
 pkgname=media-player-info
-pkgver=17
+pkgver=19
 pkgrel=1
 pkgdesc=Data files describing media player capabilities, for post-HAL systems
 arch=('any')
 license=('BSD')
 url=http://cgit.freedesktop.org/media-player-info/;
-depends=('udev')
+depends=('systemd' 'python')
 
source=(http://www.freedesktop.org/software/media-player-info/$pkgname-$pkgver.tar.gz)
-sha256sums=('ceab4699e27b683dec4f985be5667b684e1502728243a1bb711590a58ee31e46')
+sha256sums=('d5cfb54609d59fe18d63253842c2c56c23b8d44e361d01b34e4a9a3e5fd0265a')
+install=media-player-info.install
 
 build() {
   cd $pkgname-$pkgver
 
   ./configure --prefix=/usr \
   --with-udevdir=/usr/lib/udev
-  make
+  LANG=en_US.UTF-8 make
 }
 
 package() {

Added: media-player-info.install
===
--- media-player-info.install   (rev 0)
+++ media-player-info.install   2013-07-23 18:28:25 UTC (rev 191352)
@@ -0,0 +1,14 @@
+post_install ()
+{
+   udevadm hwdb --update
+}
+
+post_upgrade ()
+{
+   post_install
+}
+
+post_remove ()
+{
+   post_install
+}



[arch-commits] Commit in systemd/trunk (PKGBUILD initcpio-install-systemd)

2013-07-22 Thread Tom Gundersen
Date: Tuesday, July 23, 2013 @ 01:52:11
  Author: tomegun
Revision: 191269

add systemd initcpio hook

This hook allows you to boot with systemd in the initcpio instead of the 
current 'base'.

Added:
  systemd/trunk/initcpio-install-systemd
Modified:
  systemd/trunk/PKGBUILD

--+
 PKGBUILD |3 
 initcpio-install-systemd |  147 +
 2 files changed, 150 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-22 18:59:43 UTC (rev 191268)
+++ PKGBUILD2013-07-22 23:52:11 UTC (rev 191269)
@@ -16,12 +16,14 @@
 0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
 0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
 'initcpio-hook-udev'
+'initcpio-install-systemd'
 'initcpio-install-udev'
 'initcpio-install-timestamp')
 md5sums=('a07619bb19f48164fbf0761d12fd39a8'
  '7f39f9fde1ff7b48293ed1e3d0a6c213'
  '66e3162856ded8eb7dc7383405c6e0d6'
  'e99e9189aa2f6084ac28b8ddf605aeb8'
+ 'f5edda743fb0611f11f9b82ecddcf4b3'
  'fb37e34ea006c79be1c54cbb0f803414'
  'df69615503ad293c9ddf9d8b7755282d')
 
@@ -110,6 +112,7 @@
   s#GROUP=cdrom#GROUP=optical#g' 
$pkgdir/usr/lib/udev/rules.d/*.rules
 
   # add mkinitcpio hooks
+  install -Dm644 $srcdir/initcpio-install-systemd 
$pkgdir/usr/lib/initcpio/install/systemd
   install -Dm644 $srcdir/initcpio-install-udev 
$pkgdir/usr/lib/initcpio/install/udev
   install -Dm644 $srcdir/initcpio-hook-udev 
$pkgdir/usr/lib/initcpio/hooks/udev
   install -Dm644 $srcdir/initcpio-install-timestamp 
$pkgdir/usr/lib/initcpio/install/timestamp

Added: initcpio-install-systemd
===
--- initcpio-install-systemd(rev 0)
+++ initcpio-install-systemd2013-07-22 23:52:11 UTC (rev 191269)
@@ -0,0 +1,147 @@
+#!/bin/bash
+
+add_udev_rules() {
+# Add an udev rules file to the initcpio image. Dependencies on binaries
+# will be discovered and added.
+#   $1: path to rules file (or name of rules file)
+
+local rules= rule= key= value= binary=
+
+rules=$(PATH=/usr/lib/udev/rules.d:/lib/udev/rules.d type -P $1)
+if [[ -z $rules ]]; then
+# complain about not found rules
+return 1
+fi
+
+add_file ${rules}
+
+while IFS=, read -ra rule; do
+for pair in ${rule[@]}; do
+IFS='=' read -r key value  $pair
+
+case $key in
+RUN@({program}|)@(+|)|IMPORT{program}|ENV{REMOVE_CMD})
+binary=${value[0]#\}
+if [[ ${binary:0:1} != '/' ]]; then
+binary=$(PATH=/usr/lib/udev:/lib/udev type -P 
$binary)
+fi
+add_binary $binary
+;;
+esac
+done
+done  $rules
+}
+
+add_systemd_unit() {
+# Add a systemd unit file to the initcpio image. Hard dependencies on 
binaries
+# and other unit files will be discovered and added.
+#   $1: path to rules file (or name of rules file)
+
+local unit= rule= entry= key= value= binary= dep=
+
+unit=$(PATH=/usr/lib/systemd/system:/lib/systemd/system type -P $1)
+if [[ -z $unit ]]; then
+# complain about not found unit file
+return 1
+fi
+
+add_file ${unit}
+
+while IFS='=' read -r key values; do
+
+read -ra values  $values
+
+case $key in
+Requires|OnFailure)
+# only add hard dependencies (not Wants)
+map add_systemd_unit ${values[@]}
+;;
+Exec*)
+# don't add binaries unless they are required
+if [[ ${values[0]:0:1} != '-' ]]; then
+add_binary ${values[0]}
+fi
+;;
+esac
+
+done  $unit
+
+# preserve reverse soft dependency
+for dep in 
{/usr/lib/systemd/system,/lib/systemd/system}/*.wants/${unit##*/}; do
+if [[ -h ${dep} ]]; then
+add_symlink ${dep}
+fi
+done
+
+# add hard dependencies
+if [[ -d ${unit}.requires ]]; then
+   for dep in ${unit}.requires/*; do
+add_systemd_unit ${dep##*/}
+   done
+fi
+}
+
+build() {
+local rules unit
+
+# from base
+add_binary /bin/mount
+add_binary /usr/bin/kmod /usr/bin/modprobe
+
+# systemd
+add_binary /usr/lib/systemd/systemd /init
+
+# generate sysroot.mount and sysroot-usr.mount
+add_file /usr/lib/systemd/system-generators/systemd-fstab-generator
+
+# udev rules and systemd units
+for rules in \
+50-udev-default.rules \
+60-persistent-storage.rules \
+64-btrfs.rules \
+80-drivers.rules \
+99-systemd.rules \

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

2013-07-20 Thread Tom Gundersen
Date: Saturday, July 20, 2013 @ 12:46:30
  Author: tomegun
Revision: 191207

upgpkg: transmission 2.81-1

upstream release

Modified:
  transmission/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-20 02:05:44 UTC (rev 191206)
+++ PKGBUILD2013-07-20 10:46:30 UTC (rev 191207)
@@ -4,14 +4,14 @@
 
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.80
-pkgrel=2
+pkgver=2.81
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.transmissionbt.com/;
 license=('MIT')
 makedepends=('gtk3' 'intltool' 'curl' 'qt4' 'libevent')
 source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz)
-md5sums=('2bde600d4b0a75d0bd3784550d59a8af')
+md5sums=('db1ad10ecff07150486dab2365ccb3a8')
 
 build() {
   cd $pkgbase-$pkgver



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

2013-07-20 Thread Tom Gundersen
Date: Saturday, July 20, 2013 @ 12:46:38
  Author: tomegun
Revision: 191208

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

Added:
  transmission/repos/testing-i686/
  transmission/repos/testing-i686/PKGBUILD
(from rev 191207, transmission/trunk/PKGBUILD)
  transmission/repos/testing-i686/transmission-cli.install
(from rev 191207, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-i686/transmission-gtk.install
(from rev 191207, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-i686/transmission-qt.install
(from rev 191207, transmission/trunk/transmission-qt.install)
  transmission/repos/testing-x86_64/
  transmission/repos/testing-x86_64/PKGBUILD
(from rev 191207, transmission/trunk/PKGBUILD)
  transmission/repos/testing-x86_64/transmission-cli.install
(from rev 191207, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-x86_64/transmission-gtk.install
(from rev 191207, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-x86_64/transmission-qt.install
(from rev 191207, transmission/trunk/transmission-qt.install)

-+
 testing-i686/PKGBUILD   |   68 ++
 testing-i686/transmission-cli.install   |   10 
 testing-i686/transmission-gtk.install   |   12 +
 testing-i686/transmission-qt.install|   11 
 testing-x86_64/PKGBUILD |   68 ++
 testing-x86_64/transmission-cli.install |   10 
 testing-x86_64/transmission-gtk.install |   12 +
 testing-x86_64/transmission-qt.install  |   11 
 8 files changed, 202 insertions(+)

Copied: transmission/repos/testing-i686/PKGBUILD (from rev 191207, 
transmission/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-20 10:46:38 UTC (rev 191208)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer : Tom Gundersen t...@jklm.no
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgbase=transmission
+pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
+pkgver=2.81
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.transmissionbt.com/;
+license=('MIT')
+makedepends=('gtk3' 'intltool' 'curl' 'qt4' 'libevent')
+source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz)
+md5sums=('db1ad10ecff07150486dab2365ccb3a8')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr
+  make
+  pushd qt
+  qmake-qt4 qtr.pro
+  make
+}
+package_transmission-cli() {
+  pkgdesc=Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)
+  depends=('curl' 'libevent' 'systemd')
+  install=transmission-cli.install
+
+  cd $pkgbase-$pkgver
+
+  for dir in daemon cli web utils
+  do
+  make -C $dir DESTDIR=$pkgdir install
+  done
+
+  install -D -m644 
$srcdir/transmission-$pkgver/daemon/transmission-daemon.service 
$pkgdir/usr/lib/systemd/system/transmission.service
+  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-cli/COPYING
+}
+
+package_transmission-gtk() {
+  pkgdesc=Fast, easy, and free BitTorrent client (GTK+ GUI)
+  depends=('curl' 'libevent' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('notification-daemon: Desktop notification support'
+ 'transmission-cli: daemon and web support')
+  install=transmission-gtk.install
+
+  cd $pkgbase-$pkgver
+
+  make -C gtk DESTDIR=$pkgdir install
+  make -C po DESTDIR=$pkgdir install
+  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-gtk/COPYING
+}
+
+package_transmission-qt() {
+  pkgdesc=Fast, easy, and free BitTorrent client (Qt GUI)
+  depends=('curl' 'qt4' 'libevent')
+  optdepends=('transmission-cli: daemon and web support')
+  install=transmission-qt.install
+
+  cd $pkgbase-$pkgver
+
+  make -C qt INSTALL_ROOT=$pkgdir/usr install
+
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/transmission-qt/COPYING
+  install -D -m644 qt/icons/transmission.png 
$pkgdir/usr/share/pixmaps/transmission-qt.png
+  install -D -m644 qt/transmission-qt.desktop 
$pkgdir/usr/share/applications/transmission-qt.desktop
+}

Copied: transmission/repos/testing-i686/transmission-cli.install (from rev 
191207, transmission/trunk/transmission-cli.install)
===
--- testing-i686/transmission-cli.install   (rev 0)
+++ testing-i686/transmission-cli.install   2013-07-20 10:46:38 UTC (rev 
191208)
@@ -0,0 +1,10 @@
+post_install() {
+post_upgrade
+passwd -l transmission /dev/null
+}
+
+post_upgrade() {
+   # create user/group that the daemon will run as by default, do not 
delete this on uninstall, as it will own files
+   getent group transmission /dev/null || groupadd -g 169 transmission
+   getent passwd transmission /dev/null || useradd -c

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

2013-07-13 Thread Tom Gundersen
Date: Saturday, July 13, 2013 @ 20:59:19
  Author: tomegun
Revision: 190062

upgpkg: wayland 1.2.0-1

upstream release

Modified:
  wayland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-13 18:28:32 UTC (rev 190061)
+++ PKGBUILD2013-07-13 18:59:19 UTC (rev 190062)
@@ -4,7 +4,7 @@
 # Contributor: Joel Teichroeb j...@teichroeb.net
 
 pkgname=wayland
-pkgver=1.1.0
+pkgver=1.2.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=('d2dc9398a83692cafc16eba6e45f85d8')
+md5sums=('48d375afb15f3e68a72cf7b4fd8f4a63')



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

2013-07-13 Thread Tom Gundersen
Date: Saturday, July 13, 2013 @ 20:59:27
  Author: tomegun
Revision: 190063

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

Added:
  wayland/repos/staging-i686/
  wayland/repos/staging-i686/PKGBUILD
(from rev 190062, wayland/trunk/PKGBUILD)
  wayland/repos/staging-x86_64/
  wayland/repos/staging-x86_64/PKGBUILD
(from rev 190062, wayland/trunk/PKGBUILD)

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

Copied: wayland/repos/staging-i686/PKGBUILD (from rev 190062, 
wayland/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-13 18:59:27 UTC (rev 190063)
@@ -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.2.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=('48d375afb15f3e68a72cf7b4fd8f4a63')

Copied: wayland/repos/staging-x86_64/PKGBUILD (from rev 190062, 
wayland/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-13 18:59:27 UTC (rev 190063)
@@ -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.2.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=('48d375afb15f3e68a72cf7b4fd8f4a63')



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

2013-07-02 Thread Tom Gundersen
Date: Tuesday, July 2, 2013 @ 14:36:56
  Author: tomegun
Revision: 189291

upgpkg: bluez 5.7-1

upstream release

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 11:12:21 UTC (rev 189290)
+++ PKGBUILD2013-07-02 12:36:56 UTC (rev 189291)
@@ -5,8 +5,8 @@
 
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs')
-pkgver=5.5
-pkgrel=3
+pkgver=5.7
+pkgrel=1
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -72,4 +72,4 @@
 
   mv $srcdir/_utils/* $pkgdir
 }
-md5sums=('cfe6bd2f7f3f45f689b3a21a6ba59edd')
+md5sums=('eb883ce61753bd3f300a531bcc2af49e')



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

2013-07-02 Thread Tom Gundersen
Date: Tuesday, July 2, 2013 @ 14:37:05
  Author: tomegun
Revision: 189292

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

Added:
  bluez/repos/testing-i686/
  bluez/repos/testing-i686/PKGBUILD
(from rev 189291, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 189291, bluez/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   75 ++
 testing-x86_64/PKGBUILD |   75 ++
 2 files changed, 150 insertions(+)

Copied: bluez/repos/testing-i686/PKGBUILD (from rev 189291, 
bluez/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-02 12:37:05 UTC (rev 189292)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs')
+pkgver=5.7
+pkgrel=1
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('libusb-compat' 'dbus' 'libical' 'systemd')
+options=(!libtool)
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-library # this is deprecated
+
+  make
+}
+
+package_bluez() {
+  pkgdesc=Daemons for the bluetooth protocol stack
+  depends=('libical' 'dbus' 'glib2')
+  optdepends=(cups: CUPS backend)
+  backup=('etc/dbus-1/system.d/bluetooth.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  ### split out bluez-utils
+  rm -rf $srcdir/_utils
+  install -dm755 $srcdir/_utils/usr/share/man
+  mv $pkgdir/usr/share/man/man1 $srcdir/_utils/usr/share/man/
+  install -dm755 $srcdir/_utils/usr/bin
+  mv 
$pkgdir/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\
+  $srcdir/_utils/usr/bin/
+  install -dm755 $srcdir/_utils/usr/lib
+  mv $pkgdir/usr/lib/udev $srcdir/_utils/usr/lib/
+
+  ### split out bluez-libs
+  rm -rf $srcdir/_libs
+  install -dm755 $srcdir/_libs/usr/lib/
+  mv $pkgdir/usr/lib/{pkgconfig,libbluetooth*} \
+  $srcdir/_libs/usr/lib/
+  mv $pkgdir/usr/include \
+  $srcdir/_libs/usr/
+}
+
+package_bluez-libs() {
+  pkgdesc=Deprecated libraries for the bluetooth protocol stack
+  depends=('glibc')
+
+  mv $srcdir/_libs/* $pkgdir
+}
+package_bluez-utils() {
+  pkgdesc=Development and debugging utilities for the bluetooth protocol 
stack
+  depends=('systemd' 'libusb-compat')
+  conflicts=('bluez-hcidump')
+  provides=('bluez-hcidump')
+  replaces=('bluez-hcidump' 'bluez=4.101')
+
+  mv $srcdir/_utils/* $pkgdir
+}
+md5sums=('eb883ce61753bd3f300a531bcc2af49e')

Copied: bluez/repos/testing-x86_64/PKGBUILD (from rev 189291, 
bluez/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-07-02 12:37:05 UTC (rev 189292)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs')
+pkgver=5.7
+pkgrel=1
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('libusb-compat' 'dbus' 'libical' 'systemd')
+options=(!libtool)
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-library # this is deprecated
+
+  make
+}
+
+package_bluez() {
+  pkgdesc=Daemons for the bluetooth protocol stack
+  depends=('libical' 'dbus' 'glib2')
+  optdepends=(cups: CUPS backend)
+  backup=('etc/dbus-1/system.d/bluetooth.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  ### split out bluez-utils
+  rm -rf $srcdir/_utils
+  install -dm755 $srcdir/_utils/usr/share/man
+  mv $pkgdir/usr/share/man/man1 $srcdir/_utils/usr/share/man/
+  install -dm755 $srcdir/_utils/usr/bin
+  mv 
$pkgdir/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\
+  $srcdir/_utils/usr/bin/
+  install -dm755 $srcdir/_utils/usr/lib
+  mv $pkgdir/usr/lib/udev $srcdir/_utils/usr/lib/
+
+  ### split out bluez-libs

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

2013-07-02 Thread Tom Gundersen
Date: Tuesday, July 2, 2013 @ 14:37:17
  Author: tomegun
Revision: 189293

upgpkg: transmission 2.80-2

don't call tmpfiles any more

Modified:
  transmission/trunk/PKGBUILD
  transmission/trunk/transmission-cli.install
Deleted:
  transmission/trunk/transmission.systemd
  transmission/trunk/transmission.tmpfiles

--+
 PKGBUILD |2 +-
 transmission-cli.install |1 -
 transmission.systemd |   14 --
 transmission.tmpfiles|1 -
 4 files changed, 1 insertion(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-02 12:37:05 UTC (rev 189292)
+++ PKGBUILD2013-07-02 12:37:17 UTC (rev 189293)
@@ -5,7 +5,7 @@
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
 pkgver=2.80
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://www.transmissionbt.com/;
 license=('MIT')

Modified: transmission-cli.install
===
--- transmission-cli.install2013-07-02 12:37:05 UTC (rev 189292)
+++ transmission-cli.install2013-07-02 12:37:17 UTC (rev 189293)
@@ -7,5 +7,4 @@
# create user/group that the daemon will run as by default, do not 
delete this on uninstall, as it will own files
getent group transmission /dev/null || groupadd -g 169 transmission
getent passwd transmission /dev/null || useradd -c 'Transmission 
BitTorrent Client' -u 169 -g transmission -b '/var/lib' -m -s /bin/false 
transmission
-   systemd-tmpfiles --create transmission.conf
 }

Deleted: transmission.systemd
===
--- transmission.systemd2013-07-02 12:37:05 UTC (rev 189292)
+++ transmission.systemd2013-07-02 12:37:17 UTC (rev 189293)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Transmission Bit Torrent Daemon
-
-# This assumes that a user 'transmission' exists, with a writeable 
homedirectory,
-# and that /run/transmission exists and is writeable by the transmission user.
-
-[Service]
-User=transmission
-Type=forking
-PIDFile=/run/transmission/transmission.pid
-ExecStart=/usr/bin/transmission-daemon --pid-file 
/run/transmission/transmission.pid
-
-[Install]
-WantedBy=multi-user.target

Deleted: transmission.tmpfiles
===
--- transmission.tmpfiles   2013-07-02 12:37:05 UTC (rev 189292)
+++ transmission.tmpfiles   2013-07-02 12:37:17 UTC (rev 189293)
@@ -1 +0,0 @@
-d /run/transmission - transmission transmission -



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

2013-07-02 Thread Tom Gundersen
Date: Tuesday, July 2, 2013 @ 14:37:30
  Author: tomegun
Revision: 189294

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

Added:
  transmission/repos/testing-i686/PKGBUILD
(from rev 189293, transmission/trunk/PKGBUILD)
  transmission/repos/testing-i686/transmission-cli.install
(from rev 189293, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-i686/transmission-gtk.install
(from rev 189293, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-i686/transmission-qt.install
(from rev 189293, transmission/trunk/transmission-qt.install)
  transmission/repos/testing-x86_64/PKGBUILD
(from rev 189293, transmission/trunk/PKGBUILD)
  transmission/repos/testing-x86_64/transmission-cli.install
(from rev 189293, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-x86_64/transmission-gtk.install
(from rev 189293, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-x86_64/transmission-qt.install
(from rev 189293, transmission/trunk/transmission-qt.install)
Deleted:
  transmission/repos/testing-i686/PKGBUILD
  transmission/repos/testing-i686/transmission-cli.install
  transmission/repos/testing-i686/transmission-gtk.install
  transmission/repos/testing-i686/transmission-qt.install
  transmission/repos/testing-i686/transmission.systemd
  transmission/repos/testing-i686/transmission.tmpfiles
  transmission/repos/testing-x86_64/PKGBUILD
  transmission/repos/testing-x86_64/transmission-cli.install
  transmission/repos/testing-x86_64/transmission-gtk.install
  transmission/repos/testing-x86_64/transmission-qt.install
  transmission/repos/testing-x86_64/transmission.systemd
  transmission/repos/testing-x86_64/transmission.tmpfiles

-+
 /PKGBUILD   |  136 ++
 /transmission-cli.install   |   20 
 /transmission-gtk.install   |   24 +
 /transmission-qt.install|   22 
 testing-i686/PKGBUILD   |   68 ---
 testing-i686/transmission-cli.install   |   11 --
 testing-i686/transmission-gtk.install   |   12 --
 testing-i686/transmission-qt.install|   11 --
 testing-i686/transmission.systemd   |   14 ---
 testing-i686/transmission.tmpfiles  |1 
 testing-x86_64/PKGBUILD |   68 ---
 testing-x86_64/transmission-cli.install |   11 --
 testing-x86_64/transmission-gtk.install |   12 --
 testing-x86_64/transmission-qt.install  |   11 --
 testing-x86_64/transmission.systemd |   14 ---
 testing-x86_64/transmission.tmpfiles|1 
 16 files changed, 202 insertions(+), 234 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-07-02 12:37:17 UTC (rev 189293)
+++ testing-i686/PKGBUILD   2013-07-02 12:37:30 UTC (rev 189294)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer : Tom Gundersen t...@jklm.no
-# Maintainer : Ionut Biru ib...@archlinux.org
-
-pkgbase=transmission
-pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.80
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.transmissionbt.com/;
-license=('MIT')
-makedepends=('gtk3' 'intltool' 'curl' 'qt4' 'libevent')
-source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz)
-md5sums=('2bde600d4b0a75d0bd3784550d59a8af')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  ./configure --prefix=/usr
-  make
-  pushd qt
-  qmake-qt4 qtr.pro
-  make
-}
-package_transmission-cli() {
-  pkgdesc=Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)
-  depends=('curl' 'libevent' 'systemd')
-  install=transmission-cli.install
-
-  cd $pkgbase-$pkgver
-
-  for dir in daemon cli web utils
-  do
-  make -C $dir DESTDIR=$pkgdir install
-  done
-
-  install -D -m644 
$srcdir/transmission-$pkgver/daemon/transmission-daemon.service 
$pkgdir/usr/lib/systemd/system/transmission.service
-  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-cli/COPYING
-}
-
-package_transmission-gtk() {
-  pkgdesc=Fast, easy, and free BitTorrent client (GTK+ GUI)
-  depends=('curl' 'libevent' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('notification-daemon: Desktop notification support'
- 'transmission-cli: daemon and web support')
-  install=transmission-gtk.install
-
-  cd $pkgbase-$pkgver
-
-  make -C gtk DESTDIR=$pkgdir install
-  make -C po DESTDIR=$pkgdir install
-  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-gtk/COPYING
-}
-
-package_transmission-qt() {
-  pkgdesc=Fast, easy, and free BitTorrent client (Qt GUI)
-  depends=('curl' 'qt4' 'libevent')
-  optdepends=('transmission-cli: daemon and web support')
-  install=transmission-qt.install
-
-  cd $pkgbase-$pkgver
-
-  make -C qt INSTALL_ROOT=$pkgdir/usr install
-
-  install -D -m644 COPYING $pkgdir/usr/share

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

2013-07-01 Thread Tom Gundersen
Date: Monday, July 1, 2013 @ 23:28:10
  Author: tomegun
Revision: 189262

upgpkg: transmission 2.80-1

upstream release

Modified:
  transmission/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-01 19:08:45 UTC (rev 189261)
+++ PKGBUILD2013-07-01 21:28:10 UTC (rev 189262)
@@ -1,20 +1,17 @@
 # $Id$
+# Maintainer : Tom Gundersen t...@jklm.no
 # Maintainer : Ionut Biru ib...@archlinux.org
 
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.77
-pkgrel=3
+pkgver=2.80
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.transmissionbt.com/;
 license=('MIT')
 makedepends=('gtk3' 'intltool' 'curl' 'qt4' 'libevent')
-source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz
-transmission.systemd
-transmission.tmpfiles)
-md5sums=('60c0e77a1852656215f7102a437b2a3d'
- '5c289c8901221a94be74665368ab5c2c'
- '23f2320361ad54373c3a4551ef634fe8')
+source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz)
+md5sums=('2bde600d4b0a75d0bd3784550d59a8af')
 
 build() {
   cd $pkgbase-$pkgver
@@ -27,7 +24,7 @@
 }
 package_transmission-cli() {
   pkgdesc=Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)
-  depends=('curl' 'libevent')
+  depends=('curl' 'libevent' 'systemd')
   install=transmission-cli.install
 
   cd $pkgbase-$pkgver
@@ -37,8 +34,7 @@
   make -C $dir DESTDIR=$pkgdir install
   done
 
-  install -D -m644 $srcdir/transmission.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/transmission.conf
-  install -D -m644 $srcdir/transmission.systemd 
$pkgdir/usr/lib/systemd/system/transmission.service
+  install -D -m644 
$srcdir/transmission-$pkgver/daemon/transmission-daemon.service 
$pkgdir/usr/lib/systemd/system/transmission.service
   install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-cli/COPYING
 }
 



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

2013-07-01 Thread Tom Gundersen
Date: Monday, July 1, 2013 @ 23:28:19
  Author: tomegun
Revision: 189263

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

Added:
  transmission/repos/testing-i686/
  transmission/repos/testing-i686/PKGBUILD
(from rev 189262, transmission/trunk/PKGBUILD)
  transmission/repos/testing-i686/transmission-cli.install
(from rev 189262, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-i686/transmission-gtk.install
(from rev 189262, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-i686/transmission-qt.install
(from rev 189262, transmission/trunk/transmission-qt.install)
  transmission/repos/testing-i686/transmission.systemd
(from rev 189262, transmission/trunk/transmission.systemd)
  transmission/repos/testing-i686/transmission.tmpfiles
(from rev 189262, transmission/trunk/transmission.tmpfiles)
  transmission/repos/testing-x86_64/
  transmission/repos/testing-x86_64/PKGBUILD
(from rev 189262, transmission/trunk/PKGBUILD)
  transmission/repos/testing-x86_64/transmission-cli.install
(from rev 189262, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-x86_64/transmission-gtk.install
(from rev 189262, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-x86_64/transmission-qt.install
(from rev 189262, transmission/trunk/transmission-qt.install)
  transmission/repos/testing-x86_64/transmission.systemd
(from rev 189262, transmission/trunk/transmission.systemd)
  transmission/repos/testing-x86_64/transmission.tmpfiles
(from rev 189262, transmission/trunk/transmission.tmpfiles)

-+
 testing-i686/PKGBUILD   |   68 ++
 testing-i686/transmission-cli.install   |   11 
 testing-i686/transmission-gtk.install   |   12 +
 testing-i686/transmission-qt.install|   11 
 testing-i686/transmission.systemd   |   14 ++
 testing-i686/transmission.tmpfiles  |1 
 testing-x86_64/PKGBUILD |   68 ++
 testing-x86_64/transmission-cli.install |   11 
 testing-x86_64/transmission-gtk.install |   12 +
 testing-x86_64/transmission-qt.install  |   11 
 testing-x86_64/transmission.systemd |   14 ++
 testing-x86_64/transmission.tmpfiles|1 
 12 files changed, 234 insertions(+)

Copied: transmission/repos/testing-i686/PKGBUILD (from rev 189262, 
transmission/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-01 21:28:19 UTC (rev 189263)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer : Tom Gundersen t...@jklm.no
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgbase=transmission
+pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
+pkgver=2.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.transmissionbt.com/;
+license=('MIT')
+makedepends=('gtk3' 'intltool' 'curl' 'qt4' 'libevent')
+source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz)
+md5sums=('2bde600d4b0a75d0bd3784550d59a8af')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr
+  make
+  pushd qt
+  qmake-qt4 qtr.pro
+  make
+}
+package_transmission-cli() {
+  pkgdesc=Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)
+  depends=('curl' 'libevent' 'systemd')
+  install=transmission-cli.install
+
+  cd $pkgbase-$pkgver
+
+  for dir in daemon cli web utils
+  do
+  make -C $dir DESTDIR=$pkgdir install
+  done
+
+  install -D -m644 
$srcdir/transmission-$pkgver/daemon/transmission-daemon.service 
$pkgdir/usr/lib/systemd/system/transmission.service
+  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-cli/COPYING
+}
+
+package_transmission-gtk() {
+  pkgdesc=Fast, easy, and free BitTorrent client (GTK+ GUI)
+  depends=('curl' 'libevent' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('notification-daemon: Desktop notification support'
+ 'transmission-cli: daemon and web support')
+  install=transmission-gtk.install
+
+  cd $pkgbase-$pkgver
+
+  make -C gtk DESTDIR=$pkgdir install
+  make -C po DESTDIR=$pkgdir install
+  install -D -m644 COPYING 
$pkgdir/usr/share/licenses/transmission-gtk/COPYING
+}
+
+package_transmission-qt() {
+  pkgdesc=Fast, easy, and free BitTorrent client (Qt GUI)
+  depends=('curl' 'qt4' 'libevent')
+  optdepends=('transmission-cli: daemon and web support')
+  install=transmission-qt.install
+
+  cd $pkgbase-$pkgver
+
+  make -C qt INSTALL_ROOT=$pkgdir/usr install
+
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/transmission-qt/COPYING
+  install -D -m644 qt/icons/transmission.png 
$pkgdir/usr/share/pixmaps/transmission-qt.png
+  install -D -m644 qt/transmission-qt.desktop 
$pkgdir/usr/share/applications/transmission-qt.desktop
+}

Copied: transmission/repos/testing-i686

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

2013-06-15 Thread Tom Gundersen
Date: Saturday, June 15, 2013 @ 14:40:41
  Author: tomegun
Revision: 188564

upgpkg: cups-pk-helper 0.2.5-1

upstream release

Modified:
  cups-pk-helper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-15 11:25:07 UTC (rev 188563)
+++ PKGBUILD2013-06-15 12:40:41 UTC (rev 188564)
@@ -1,7 +1,7 @@
 #$Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=cups-pk-helper
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 pkgdesc=A helper that makes system-config-printer use PolicyKit
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 depends=(polkit libcups)
 makedepends=(intltool)
 
source=(http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.xz)
-sha256sums=('d187dc994ff64621aa090d114170b292daa11122481d8b8adb7613b32ca4e3c3')
+sha256sums=('19221eed65a1e1498d396f3f99a783a95b21b4385e63b57a1f16e8728b8ca118')
 
 build() {
   cd $pkgname-$pkgver



  1   2   3   4   5   6   7   8   9   10   >