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

2013-07-23 Thread Bartłomiej Piotrowski
Date: Tuesday, July 23, 2013 @ 09:33:33
  Author: bpiotrowski
Revision: 94415

upgpkg: libfm 1.1.1-1

- upstream release

Modified:
  libfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-22 22:01:34 UTC (rev 94414)
+++ PKGBUILD2013-07-23 07:33:33 UTC (rev 94415)
@@ -1,12 +1,12 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
 # Contributor: Unknown47 unknown...@gmail.com
 # Contributor: Angel Velasquez an...@archlinux.org
 # Contributor: Juergen Hoetzel juer...@archlinux.org
 
 pkgname=libfm
-pkgver=1.1.0
-pkgrel=5
+pkgver=1.1.1
+pkgrel=1
 pkgdesc='Library for file management'
 url='http://pcmanfm.sourceforge.net/'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=libfm.install
 depends=('gtk2' 'menu-cache' 'shared-mime-info' 'udisks' 'desktop-file-utils')
 source=(http://downloads.sourceforge.net/pcmanfm/$pkgname-$pkgver.tar.gz)
-md5sums=('a5bc8b8291cf810c659bfb3af378b5de')
+md5sums=('90ba664616b06835db7ebc949388d03b')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-23 Thread Bartłomiej Piotrowski
Date: Tuesday, July 23, 2013 @ 09:33:46
  Author: bpiotrowski
Revision: 94416

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

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

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

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

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

Deleted: community-i686/libfm.install
===
--- community-i686/libfm.install2013-07-23 07:33:33 UTC (rev 94415)
+++ community-i686/libfm.install2013-07-23 07:33:46 UTC (rev 94416)
@@ -1,15 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime  /dev/null
-  update-desktop-database -q
-  #[ -d /usr/lib/gio/modules ]  gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-23 07:33:33 UTC 

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

2013-07-23 Thread Tobias Powalowski
Date: Tuesday, July 23, 2013 @ 11:46:53
  Author: tpowa
Revision: 191277

db-move: moved libusbx from [testing] to [core] (i686, x86_64)

Added:
  libusbx/repos/core-i686/PKGBUILD
(from rev 191276, libusbx/repos/testing-i686/PKGBUILD)
  libusbx/repos/core-x86_64/PKGBUILD
(from rev 191276, libusbx/repos/testing-x86_64/PKGBUILD)
Deleted:
  libusbx/repos/core-i686/PKGBUILD
  libusbx/repos/core-x86_64/PKGBUILD
  libusbx/repos/testing-i686/
  libusbx/repos/testing-x86_64/

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2013-07-23 04:52:53 UTC (rev 191276)
+++ core-i686/PKGBUILD  2013-07-23 09:46:53 UTC (rev 191277)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=libusbx
-pkgver=1.0.15
-pkgrel=1
-depends=('glibc')
-pkgdesc=Library that provides generic access to USB device
-arch=(i686 x86_64)
-url=http://libusbx.org;
-license=('LGPL')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-options=(!libtool)
-replaces=('libusb1' 'libusb')
-provides=(libusb=$pkgver)
-conflicts=(libusb)
-md5sums=('0fa83bfd8845893b9b28a921297606d0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libusbx/repos/core-i686/PKGBUILD (from rev 191276, 
libusbx/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2013-07-23 09:46:53 UTC (rev 191277)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.16
+pkgrel=1
+depends=('glibc' 'systemd')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/releases/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('7f5715d624cd6c26b30a317eb6c2fe5e')

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2013-07-23 04:52:53 UTC (rev 191276)
+++ core-x86_64/PKGBUILD2013-07-23 09:46:53 UTC (rev 191277)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=libusbx
-pkgver=1.0.15
-pkgrel=1
-depends=('glibc')
-pkgdesc=Library that provides generic access to USB device
-arch=(i686 x86_64)
-url=http://libusbx.org;
-license=('LGPL')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-options=(!libtool)
-replaces=('libusb1' 'libusb')
-provides=(libusb=$pkgver)
-conflicts=(libusb)
-md5sums=('0fa83bfd8845893b9b28a921297606d0')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libusbx/repos/core-x86_64/PKGBUILD (from rev 191276, 
libusbx/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2013-07-23 09:46:53 UTC (rev 191277)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.16
+pkgrel=1
+depends=('glibc' 'systemd')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/releases/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('7f5715d624cd6c26b30a317eb6c2fe5e')



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 11:48:32
  Author: jgc
Revision: 191278

upgpkg: nautilus-sendto 3.8.0-2

Move to gnome-extra group

Modified:
  nautilus-sendto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 09:46:53 UTC (rev 191277)
+++ PKGBUILD2013-07-23 09:48:32 UTC (rev 191278)
@@ -5,7 +5,7 @@
 
 pkgname=nautilus-sendto
 pkgver=3.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Nautilus context menu for sending files.
 arch=(i686 x86_64)
 url=http://download.gnome.org/sources/nautilus-sendto/;
@@ -14,6 +14,7 @@
 makedepends=(gettext intltool gobject-introspection)
 options=('!libtool' '!emptydirs')
 install=nautilus-sendto.install
+groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('d99ea11a484bff8894097696a1afc8d7f44de4f064f78deeb6f598cecf0604bb')
 



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 11:48:38
  Author: jgc
Revision: 191279

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

Added:
  nautilus-sendto/repos/extra-i686/PKGBUILD
(from rev 191278, nautilus-sendto/trunk/PKGBUILD)
  nautilus-sendto/repos/extra-i686/nautilus-sendto.install
(from rev 191278, nautilus-sendto/trunk/nautilus-sendto.install)
  nautilus-sendto/repos/extra-x86_64/PKGBUILD
(from rev 191278, nautilus-sendto/trunk/PKGBUILD)
  nautilus-sendto/repos/extra-x86_64/nautilus-sendto.install
(from rev 191278, nautilus-sendto/trunk/nautilus-sendto.install)
Deleted:
  nautilus-sendto/repos/extra-i686/PKGBUILD
  nautilus-sendto/repos/extra-i686/nautilus-sendto.install
  nautilus-sendto/repos/extra-x86_64/PKGBUILD
  nautilus-sendto/repos/extra-x86_64/nautilus-sendto.install

--+
 /PKGBUILD|   62 +
 /nautilus-sendto.install |   10 +
 extra-i686/PKGBUILD  |   30 ---
 extra-i686/nautilus-sendto.install   |5 --
 extra-x86_64/PKGBUILD|   30 ---
 extra-x86_64/nautilus-sendto.install |5 --
 6 files changed, 72 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 09:48:32 UTC (rev 191278)
+++ extra-i686/PKGBUILD 2013-07-23 09:48:38 UTC (rev 191279)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Tor Krill t...@krill.nu
-
-pkgname=nautilus-sendto
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=Nautilus context menu for sending files.
-arch=(i686 x86_64)
-url=http://download.gnome.org/sources/nautilus-sendto/;
-license=(GPL)
-depends=(glib2)
-makedepends=(gettext intltool gobject-introspection)
-options=('!libtool' '!emptydirs')
-install=nautilus-sendto.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d99ea11a484bff8894097696a1afc8d7f44de4f064f78deeb6f598cecf0604bb')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: nautilus-sendto/repos/extra-i686/PKGBUILD (from rev 191278, 
nautilus-sendto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 09:48:38 UTC (rev 191279)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Eduardo Romero edua...@archlinux.org
+# Contributor: Tor Krill t...@krill.nu
+
+pkgname=nautilus-sendto
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=Nautilus context menu for sending files.
+arch=(i686 x86_64)
+url=http://download.gnome.org/sources/nautilus-sendto/;
+license=(GPL)
+depends=(glib2)
+makedepends=(gettext intltool gobject-introspection)
+options=('!libtool' '!emptydirs')
+install=nautilus-sendto.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d99ea11a484bff8894097696a1afc8d7f44de4f064f78deeb6f598cecf0604bb')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/nautilus-sendto.install
===
--- extra-i686/nautilus-sendto.install  2013-07-23 09:48:32 UTC (rev 191278)
+++ extra-i686/nautilus-sendto.install  2013-07-23 09:48:38 UTC (rev 191279)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if (( $(vercmp $2 3.7.92)  0 )); then
-glib-compile-schemas usr/share/glib-2.0/schemas
-  fi
-}

Copied: nautilus-sendto/repos/extra-i686/nautilus-sendto.install (from rev 
191278, nautilus-sendto/trunk/nautilus-sendto.install)
===
--- extra-i686/nautilus-sendto.install  (rev 0)
+++ extra-i686/nautilus-sendto.install  2013-07-23 09:48:38 UTC (rev 191279)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if (( $(vercmp $2 3.7.92)  0 )); then
+glib-compile-schemas usr/share/glib-2.0/schemas
+  fi
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-23 09:48:32 UTC (rev 191278)
+++ extra-x86_64/PKGBUILD   2013-07-23 09:48:38 UTC (rev 191279)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Eduardo Romero edua...@archlinux.org
-# Contributor: Tor Krill t...@krill.nu
-
-pkgname=nautilus-sendto
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=Nautilus context menu for sending files.
-arch=(i686 

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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 11:52:30
  Author: jgc
Revision: 191280

upgpkg: devhelp 3.8.2-2

Include in gnome-extra

Modified:
  devhelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 09:48:38 UTC (rev 191279)
+++ PKGBUILD2013-07-23 09:52:30 UTC (rev 191280)
@@ -5,7 +5,7 @@
 
 pkgname=devhelp
 pkgver=3.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc=API documentation browser for GNOME
 arch=(i686 x86_64)
 license=(GPL)
@@ -14,6 +14,7 @@
 makedepends=(pkgconfig intltool python)
 options=('!libtool' '!emptydirs')
 install=devhelp.install
+groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('a245b53824c6f2ff89245ff807bb2140bde74951ea6f1d759a0fd0c6959ca9f7')
 



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 11:52:37
  Author: jgc
Revision: 191281

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

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

--+
 /PKGBUILD|   64 +
 /devhelp.install |   36 +++
 extra-i686/PKGBUILD  |   31 ---
 extra-i686/devhelp.install   |   18 ---
 extra-x86_64/PKGBUILD|   31 ---
 extra-x86_64/devhelp.install |   18 ---
 6 files changed, 100 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 09:52:30 UTC (rev 191280)
+++ extra-i686/PKGBUILD 2013-07-23 09:52:37 UTC (rev 191281)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-
-pkgname=devhelp
-pkgver=3.8.2
-pkgrel=1
-pkgdesc=API documentation browser for GNOME
-arch=(i686 x86_64)
-license=(GPL)
-url=http://live.gnome.org/devhelp/;
-depends=(webkitgtk3 hicolor-icon-theme)
-makedepends=(pkgconfig intltool python)
-options=('!libtool' '!emptydirs')
-install=devhelp.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a245b53824c6f2ff89245ff807bb2140bde74951ea6f1d759a0fd0c6959ca9f7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --with-webkit2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: devhelp/repos/extra-i686/PKGBUILD (from rev 191280, 
devhelp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 09:52:37 UTC (rev 191281)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+
+pkgname=devhelp
+pkgver=3.8.2
+pkgrel=2
+pkgdesc=API documentation browser for GNOME
+arch=(i686 x86_64)
+license=(GPL)
+url=http://live.gnome.org/devhelp/;
+depends=(webkitgtk3 hicolor-icon-theme)
+makedepends=(pkgconfig intltool python)
+options=('!libtool' '!emptydirs')
+install=devhelp.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a245b53824c6f2ff89245ff807bb2140bde74951ea6f1d759a0fd0c6959ca9f7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --with-webkit2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/devhelp.install
===
--- extra-i686/devhelp.install  2013-07-23 09:52:30 UTC (rev 191280)
+++ extra-i686/devhelp.install  2013-07-23 09:52:37 UTC (rev 191281)
@@ -1,18 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 3.8.0)  0 )); then
-gconfpkg --uninstall devhelp
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: devhelp/repos/extra-i686/devhelp.install (from rev 191280, 
devhelp/trunk/devhelp.install)
===
--- extra-i686/devhelp.install  (rev 0)
+++ extra-i686/devhelp.install  2013-07-23 09:52:37 UTC (rev 191281)
@@ -0,0 +1,18 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 3.8.0)  0 )); then
+gconfpkg --uninstall devhelp
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-23 09:52:30 UTC (rev 191280)
+++ extra-x86_64/PKGBUILD   2013-07-23 09:52:37 UTC (rev 191281)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot 

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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 11:58:57
  Author: jgc
Revision: 191282

upgpkg: gnome-shell-extensions 3.8.3.1-2

Add to gnome group

Modified:
  gnome-shell-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 09:52:37 UTC (rev 191281)
+++ PKGBUILD2013-07-23 09:58:57 UTC (rev 191282)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-shell-extensions
 pkgver=3.8.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Extensions for GNOME shell, including classic mode
 arch=(any)
 url=http://live.gnome.org/GnomeShell/Extensions;
@@ -12,6 +12,7 @@
 makedepends=(intltool)
 optdepends=('nautilus: gnome-classic session')
 install=gnome-shell-extensions.install
+groups=('gnome')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
 sha256sums=('0fae2c28e76d45d3bf8198007cf03d663b64c04b7dfeecd4826de8bea19f237d')
 



[arch-commits] Commit in gnome-shell-extensions/repos/extra-any (4 files)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 11:59:01
  Author: jgc
Revision: 191283

archrelease: copy trunk to extra-any

Added:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
(from rev 191282, gnome-shell-extensions/trunk/PKGBUILD)
  gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install
(from rev 191282, 
gnome-shell-extensions/trunk/gnome-shell-extensions.install)
Deleted:
  gnome-shell-extensions/repos/extra-any/PKGBUILD
  gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install

+
 PKGBUILD   |   55 +++
 gnome-shell-extensions.install |   22 +++
 2 files changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-23 09:58:57 UTC (rev 191282)
+++ PKGBUILD2013-07-23 09:59:01 UTC (rev 191283)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-shell-extensions
-pkgver=3.8.3.1
-pkgrel=1
-pkgdesc=Extensions for GNOME shell, including classic mode
-arch=(any)
-url=http://live.gnome.org/GnomeShell/Extensions;
-license=(GPL2)
-depends=(gnome-shell libgtop)
-makedepends=(intltool)
-optdepends=('nautilus: gnome-classic session')
-install=gnome-shell-extensions.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0fae2c28e76d45d3bf8198007cf03d663b64c04b7dfeecd4826de8bea19f237d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session 
--enable-extensions=all
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gnome-shell-extensions/repos/extra-any/PKGBUILD (from rev 191282, 
gnome-shell-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-23 09:59:01 UTC (rev 191283)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-shell-extensions
+pkgver=3.8.3.1
+pkgrel=2
+pkgdesc=Extensions for GNOME shell, including classic mode
+arch=(any)
+url=http://live.gnome.org/GnomeShell/Extensions;
+license=(GPL2)
+depends=(gnome-shell libgtop)
+makedepends=(intltool)
+optdepends=('nautilus: gnome-classic session')
+install=gnome-shell-extensions.install
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0fae2c28e76d45d3bf8198007cf03d663b64c04b7dfeecd4826de8bea19f237d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session 
--enable-extensions=all
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-shell-extensions.install
===
--- gnome-shell-extensions.install  2013-07-23 09:58:57 UTC (rev 191282)
+++ gnome-shell-extensions.install  2013-07-23 09:59:01 UTC (rev 191283)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-shell-extensions/repos/extra-any/gnome-shell-extensions.install 
(from rev 191282, gnome-shell-extensions/trunk/gnome-shell-extensions.install)
===
--- gnome-shell-extensions.install  (rev 0)
+++ gnome-shell-extensions.install  2013-07-23 09:59:01 UTC (rev 191283)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 12:02:47
  Author: jgc
Revision: 191285

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

Added:
  grilo-plugins/repos/extra-i686/PKGBUILD
(from rev 191284, grilo-plugins/trunk/PKGBUILD)
  grilo-plugins/repos/extra-x86_64/PKGBUILD
(from rev 191284, grilo-plugins/trunk/PKGBUILD)
Deleted:
  grilo-plugins/repos/extra-i686/PKGBUILD
  grilo-plugins/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 10:02:39 UTC (rev 191284)
+++ extra-i686/PKGBUILD 2013-07-23 10:02:47 UTC (rev 191285)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo-plugins
-pkgver=0.2.8
-pkgrel=1
-pkgdesc=Plugins for Grilo
-url=http://www.gnome.org;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(grilo sqlite libgcrypt)
-makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
- json-glib intltool)
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'libquvi: Youtube plugin, Vimeo plugin'
-'gmime: Podcasts plugin'
-'rest: Blip.tv plugin'
-'libtracker-sparql: Tracker plugin'
-'totem-plparser: Optical media plugin'
-'libdmapsharing: DMAP sharing plugin'
-'json-glib: TMDb plugin')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('28f83fd701b33aed7b843e5e3850d7d961310c7cb33ffebcb652160fff8ccd80')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
---enable-shoutcast
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: grilo-plugins/repos/extra-i686/PKGBUILD (from rev 191284, 
grilo-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 10:02:47 UTC (rev 191285)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo-plugins
+pkgver=0.2.8
+pkgrel=2
+pkgdesc=Plugins for Grilo
+url=http://www.gnome.org;
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo sqlite libgcrypt)
+makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
+ json-glib intltool)
+optdepends=('gupnp-av: uPnP plugin'
+'libgdata: Youtube plugin'
+'libquvi: Youtube plugin, Vimeo plugin'
+'gmime: Podcasts plugin'
+'rest: Blip.tv plugin'
+'libtracker-sparql: Tracker plugin'
+'totem-plparser: Optical media plugin'
+'libdmapsharing: DMAP sharing plugin'
+'json-glib: TMDb plugin')
+options=('!libtool' '!emptydirs')
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('28f83fd701b33aed7b843e5e3850d7d961310c7cb33ffebcb652160fff8ccd80')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--enable-shoutcast
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-23 10:02:39 UTC (rev 191284)
+++ extra-x86_64/PKGBUILD   2013-07-23 10:02:47 UTC (rev 191285)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo-plugins
-pkgver=0.2.8
-pkgrel=1
-pkgdesc=Plugins for Grilo
-url=http://www.gnome.org;
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(grilo sqlite libgcrypt)
-makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
- json-glib intltool)
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'libquvi: Youtube plugin, Vimeo plugin'
-'gmime: Podcasts plugin'
-'rest: Blip.tv plugin'
-'libtracker-sparql: Tracker plugin'
-'totem-plparser: Optical media plugin'
-'libdmapsharing: DMAP sharing plugin'
-'json-glib: TMDb plugin')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('28f83fd701b33aed7b843e5e3850d7d961310c7cb33ffebcb652160fff8ccd80')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc 

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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 12:02:39
  Author: jgc
Revision: 191284

upgpkg: grilo-plugins 0.2.8-2

Add to gnome group

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 09:59:01 UTC (rev 191283)
+++ PKGBUILD2013-07-23 10:02:39 UTC (rev 191284)
@@ -3,7 +3,7 @@
 
 pkgname=grilo-plugins
 pkgver=0.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc=Plugins for Grilo
 url=http://www.gnome.org;
 arch=(i686 x86_64)
@@ -21,6 +21,7 @@
 'libdmapsharing: DMAP sharing plugin'
 'json-glib: TMDb plugin')
 options=('!libtool' '!emptydirs')
+groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
 sha256sums=('28f83fd701b33aed7b843e5e3850d7d961310c7cb33ffebcb652160fff8ccd80')
 



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 12:08:39
  Author: jgc
Revision: 191286

upgpkg: gucharmap 3.8.2-2

Add to gnome group

Modified:
  gucharmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 10:02:47 UTC (rev 191285)
+++ PKGBUILD2013-07-23 10:08:39 UTC (rev 191286)
@@ -4,7 +4,7 @@
 
 pkgname=gucharmap
 pkgver=3.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Gnome Unicode Charmap
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,6 +12,7 @@
 depends=('dconf' 'gtk3' 'hicolor-icon-theme')
 makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'itstool' 
'docbook-xsl' 'desktop-file-utils')
 options=('!libtool' '!emptydirs')
+groups=('gnome')
 install=gucharmap.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
 sha256sums=('08272386155bc1a7d6a2d1a0ee8d2e5ea08a9512c40dbd76b3b4c3f105604901')



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 12:08:45
  Author: jgc
Revision: 191287

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

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

+
 /PKGBUILD  |   62 +++
 /gucharmap.install |   34 +
 extra-i686/PKGBUILD|   30 --
 extra-i686/gucharmap.install   |   17 --
 extra-x86_64/PKGBUILD  |   30 --
 extra-x86_64/gucharmap.install |   17 --
 6 files changed, 96 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 10:08:39 UTC (rev 191286)
+++ extra-i686/PKGBUILD 2013-07-23 10:08:45 UTC (rev 191287)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan De Groot j...@archlinux.org
-
-pkgname=gucharmap
-pkgver=3.8.2
-pkgrel=1
-pkgdesc=Gnome Unicode Charmap
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.gnome.org;
-depends=('dconf' 'gtk3' 'hicolor-icon-theme')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'itstool' 
'docbook-xsl' 'desktop-file-utils')
-options=('!libtool' '!emptydirs')
-install=gucharmap.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('08272386155bc1a7d6a2d1a0ee8d2e5ea08a9512c40dbd76b3b4c3f105604901')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile  --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gucharmap/repos/extra-i686/PKGBUILD (from rev 191286, 
gucharmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 10:08:45 UTC (rev 191287)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan De Groot j...@archlinux.org
+
+pkgname=gucharmap
+pkgver=3.8.2
+pkgrel=2
+pkgdesc=Gnome Unicode Charmap
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.gnome.org;
+depends=('dconf' 'gtk3' 'hicolor-icon-theme')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'itstool' 
'docbook-xsl' 'desktop-file-utils')
+options=('!libtool' '!emptydirs')
+groups=('gnome')
+install=gucharmap.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('08272386155bc1a7d6a2d1a0ee8d2e5ea08a9512c40dbd76b3b4c3f105604901')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile  --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/gucharmap.install
===
--- extra-i686/gucharmap.install2013-07-23 10:08:39 UTC (rev 191286)
+++ extra-i686/gucharmap.install2013-07-23 10:08:45 UTC (rev 191287)
@@ -1,17 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  (( $(vercmp $2 3.3)  0 ))  gconfpkg --uninstall gucharmap
-  return 0
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gucharmap/repos/extra-i686/gucharmap.install (from rev 191286, 
gucharmap/trunk/gucharmap.install)
===
--- extra-i686/gucharmap.install(rev 0)
+++ extra-i686/gucharmap.install2013-07-23 10:08:45 UTC (rev 191287)
@@ -0,0 +1,17 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  (( $(vercmp $2 3.3)  0 ))  gconfpkg --uninstall gucharmap
+  return 0
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-23 10:08:39 UTC (rev 191286)
+++ extra-x86_64/PKGBUILD   2013-07-23 

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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 12:10:30
  Author: jgc
Revision: 191288

Add totem-plugin to gnome group

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 10:08:45 UTC (rev 191287)
+++ PKGBUILD2013-07-23 10:10:30 UTC (rev 191288)
@@ -65,6 +65,7 @@
 }
 
 package_totem-plugin() {
+  groups=(gnome)
   pkgdesc=Totem plugin for web browsers
   depends=(totem=$pkgver dbus-glib)
   backup=(etc/totem/browser-plugins.ini)



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 12:37:22
  Author: jgc
Revision: 191290

archrelease: copy trunk to testing-any

Added:
  xcb-proto/repos/testing-any/
  xcb-proto/repos/testing-any/PKGBUILD
(from rev 191289, xcb-proto/trunk/PKGBUILD)

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

Copied: xcb-proto/repos/testing-any/PKGBUILD (from rev 191289, 
xcb-proto/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-07-23 10:37:22 UTC (rev 191290)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=xcb-proto
+pkgver=1.8
+pkgrel=2
+pkgdesc=XML-XCB protocol descriptions
+arch=(any)
+url=http://xcb.freedesktop.org/;
+license=('custom')
+makedepends=('python' 'libxml2')
+source=($url/dist/$pkgname-$pkgver.tar.bz2)
+sha1sums=('a8e71b9a09066870ff12049f45e8bccaaf83fc31')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 12:37:18
  Author: jgc
Revision: 191289

upgpkg: xcb-proto 1.8-2

Build with Python3

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 10:10:30 UTC (rev 191288)
+++ PKGBUILD2013-07-23 10:37:18 UTC (rev 191289)
@@ -4,18 +4,18 @@
 
 pkgname=xcb-proto
 pkgver=1.8
-pkgrel=1
+pkgrel=2
 pkgdesc=XML-XCB protocol descriptions
 arch=(any)
 url=http://xcb.freedesktop.org/;
 license=('custom')
-makedepends=('python2' 'libxml2')
+makedepends=('python' 'libxml2')
 source=($url/dist/$pkgname-$pkgver.tar.bz2)
 sha1sums=('a8e71b9a09066870ff12049f45e8bccaaf83fc31')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  ./configure --prefix=/usr
   make
 }
 



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

2013-07-23 Thread Gaetan Bisson
Date: Tuesday, July 23, 2013 @ 12:42:20
  Author: bisson
Revision: 191291

fix FS#36184

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 10:37:22 UTC (rev 191290)
+++ PKGBUILD2013-07-23 10:42:20 UTC (rev 191291)
@@ -5,7 +5,7 @@
 
 pkgname=fontforge
 pkgver=20120731_b
-pkgrel=3
+pkgrel=4
 pkgdesc='Outline and bitmap font editor'
 arch=('i686' 'x86_64')
 url='http://fontforge.sourceforge.net/'



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

2013-07-23 Thread Gaetan Bisson
Date: Tuesday, July 23, 2013 @ 12:42:57
  Author: bisson
Revision: 191292

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

Added:
  fontforge/repos/extra-i686/PKGBUILD
(from rev 191291, fontforge/trunk/PKGBUILD)
  fontforge/repos/extra-i686/install
(from rev 191291, fontforge/trunk/install)
  fontforge/repos/extra-x86_64/PKGBUILD
(from rev 191291, fontforge/trunk/PKGBUILD)
  fontforge/repos/extra-x86_64/install
(from rev 191291, fontforge/trunk/install)
Deleted:
  fontforge/repos/extra-i686/PKGBUILD
  fontforge/repos/extra-i686/install
  fontforge/repos/extra-x86_64/PKGBUILD
  fontforge/repos/extra-x86_64/install

---+
 /PKGBUILD |   96 
 /install  |   24 
 extra-i686/PKGBUILD   |   48 
 extra-i686/install|   12 --
 extra-x86_64/PKGBUILD |   48 
 extra-x86_64/install  |   12 --
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 10:42:20 UTC (rev 191291)
+++ extra-i686/PKGBUILD 2013-07-23 10:42:57 UTC (rev 191292)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=fontforge
-pkgver=20120731_b
-pkgrel=3
-pkgdesc='Outline and bitmap font editor'
-arch=('i686' 'x86_64')
-url='http://fontforge.sourceforge.net/'
-license=('BSD')
-depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 
'libspiro'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'hicolor-icon-theme')
-options=('!libtool' '!makeflags')
-source=(http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-${pkgver//_/-}.tar.bz2;)
-sha1sums=('b520f532b48e557c177dffa29120225066cc4e84')
-
-# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; 
cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz  
../${pkgname}-${pkgver}.tar.xz
-# 
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver//_/-}
-   sed -i 's/python /python2 /g' Makefile.dynamic.in
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --enable-type3 \
-   --enable-devicetables \
-   --enable-double \
-   --with-regular-link \
-   --with-python=python2 \
-   --enable-pyextension \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver//_/-}
-   make DESTDIR=${pkgdir} install
-   install -d ${pkgdir}/usr/share/icons
-   cp -a Packaging/icons ${pkgdir}/usr/share/icons/hicolor
-   rm -fr ${pkgdir}/usr/share/icons/hicolor/src
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 Packaging/fontforge.desktop 
${pkgdir}/usr/share/applications/fontforge.desktop
-}

Copied: fontforge/repos/extra-i686/PKGBUILD (from rev 191291, 
fontforge/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 10:42:57 UTC (rev 191292)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=fontforge
+pkgver=20120731_b
+pkgrel=4
+pkgdesc='Outline and bitmap font editor'
+arch=('i686' 'x86_64')
+url='http://fontforge.sourceforge.net/'
+license=('BSD')
+depends=('libxkbui' 'libxi' 'libxml2' 'pango' 'giflib' 'libtiff' 'python2' 
'libspiro'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'hicolor-icon-theme')
+options=('!libtool' '!makeflags')
+source=(http://downloads.sourceforge.net/project/fontforge/fontforge-source/fontforge_full-${pkgver//_/-}.tar.bz2;)
+sha1sums=('b520f532b48e557c177dffa29120225066cc4e84')
+
+# git clone git://fontforge.git.sourceforge.net/gitroot/fontforge/fontforge; 
cd fontforge; git archive --prefix=${pkgname}-${pkgver}/ master | xz  
../${pkgname}-${pkgver}.tar.xz
+# 
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver//_/-}
+   sed -i 's/python /python2 /g' Makefile.dynamic.in
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-type3 \
+   --enable-devicetables \
+   --enable-double \
+   --with-regular-link \
+   --with-python=python2 \
+   --enable-pyextension \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver//_/-}
+   make DESTDIR=${pkgdir} install
+  

[arch-commits] Commit in libxcb/trunk (PKGBUILD reorder-configure.patch)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 13:11:38
  Author: jgc
Revision: 191293

upgpkg: libxcb 1.9.1-2

Rebuild with python, add patch to fix automake 1.14 issues (temporary fix for 
now)

Added:
  libxcb/trunk/reorder-configure.patch
Modified:
  libxcb/trunk/PKGBUILD

-+
 PKGBUILD|   28 ++--
 reorder-configure.patch |   29 +
 2 files changed, 47 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 10:42:57 UTC (rev 191292)
+++ PKGBUILD2013-07-23 11:11:38 UTC (rev 191293)
@@ -4,24 +4,32 @@
 
 pkgname=libxcb
 pkgver=1.9.1
-pkgrel=1
+pkgrel=2
 pkgdesc=X11 client-side library
 arch=('i686' 'x86_64')
 url=http://xcb.freedesktop.org/;
-depends=('xcb-proto=1.7' 'libxdmcp' 'libxau')
-makedepends=('pkgconfig' 'libxslt' 'python2')
+depends=('xcb-proto=1.8-2' 'libxdmcp' 'libxau')
+makedepends=('pkgconfig' 'libxslt' 'python')
 options=('!libtool')
 license=('custom')
 source=($url/dist/$pkgname-$pkgver.tar.bz2
-libxcb-1.1-no-pthread-stubs.patch)
+libxcb-1.1-no-pthread-stubs.patch
+reorder-configure.patch)
 sha256sums=('d44a5ff4eb0b9569e6f7183b51fdaf6f58da90e7d6bfc36b612d7263f83e362f'
-'1ec7a6e7dc8639baa6c3fbc61ca8556108fb824598bd6ab5ef1fa50d48d6d310')
+'1ec7a6e7dc8639baa6c3fbc61ca8556108fb824598bd6ab5ef1fa50d48d6d310'
+'3e1adc51246e1f48545c1ab9703219c987685d241f1eab5d912b0840ce8a122a')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../libxcb-1.1-no-pthread-stubs.patch
+  # https://bugs.freedesktop.org/show_bug.cgi?id=66413
+  patch -Np1 -i ../reorder-configure.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/libxcb-1.1-no-pthread-stubs.patch
-  export PYTHON=/usr/bin/python2 
-  ./autogen.sh --prefix=/usr \
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
 --enable-xinput \
 --enable-xkb \
 --disable-static
@@ -29,7 +37,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
   install -m755 -d $pkgdir/usr/share/licenses/$pkgname
   install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname

Added: reorder-configure.patch
===
--- reorder-configure.patch (rev 0)
+++ reorder-configure.patch 2013-07-23 11:11:38 UTC (rev 191293)
@@ -0,0 +1,29 @@
+--- libxcb-1.9.1/configure.ac  2013-05-30 17:38:01.0 +0200
 libxcb-1.9.1/configure.ac.new  2013-06-30 21:01:30.134153288 +0200
+@@ -2,20 +2,21 @@
+ # Process this file with autoconf to produce a configure script.
+ 
+ # Initialize Autoconf
+-AC_PREREQ(2.57)
+ AC_INIT([libxcb],
+ 1.9.1,
+ [x...@lists.freedesktop.org])
++AC_PREREQ(2.57)
++
++# Initialize Automake
++AM_INIT_AUTOMAKE([foreign dist-bzip2])
++m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
++
+ AC_CONFIG_SRCDIR([xcb.pc.in])
+ # Set common system defines for POSIX extensions, such as _GNU_SOURCE
+ # Must be called before any macros that run the compiler (like 
AC_PROG_LIBTOOL)
+ # to avoid autoconf errors.
+ AC_USE_SYSTEM_EXTENSIONS
+ 
+-# Initialize Automake
+-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+-
+ AM_PATH_PYTHON([2.6])
+ 
+ PKG_CHECK_MODULES(CHECK, [check = 0.9.4], [HAVE_CHECK=yes], [HAVE_CHECK=no])



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 13:12:22
  Author: jgc
Revision: 191294

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

Added:
  libxcb/repos/testing-i686/
  libxcb/repos/testing-i686/PKGBUILD
(from rev 191293, libxcb/trunk/PKGBUILD)
  libxcb/repos/testing-i686/libxcb-1.1-no-pthread-stubs.patch
(from rev 191293, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
  libxcb/repos/testing-i686/reorder-configure.patch
(from rev 191293, libxcb/trunk/reorder-configure.patch)
  libxcb/repos/testing-x86_64/
  libxcb/repos/testing-x86_64/PKGBUILD
(from rev 191293, libxcb/trunk/PKGBUILD)
  libxcb/repos/testing-x86_64/libxcb-1.1-no-pthread-stubs.patch
(from rev 191293, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
  libxcb/repos/testing-x86_64/reorder-configure.patch
(from rev 191293, libxcb/trunk/reorder-configure.patch)

--+
 testing-i686/PKGBUILD|   44 +
 testing-i686/libxcb-1.1-no-pthread-stubs.patch   |   11 +
 testing-i686/reorder-configure.patch |   29 +
 testing-x86_64/PKGBUILD  |   44 +
 testing-x86_64/libxcb-1.1-no-pthread-stubs.patch |   11 +
 testing-x86_64/reorder-configure.patch   |   29 +
 6 files changed, 168 insertions(+)

Copied: libxcb/repos/testing-i686/PKGBUILD (from rev 191293, 
libxcb/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-23 11:12:22 UTC (rev 191294)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxcb
+pkgver=1.9.1
+pkgrel=2
+pkgdesc=X11 client-side library
+arch=('i686' 'x86_64')
+url=http://xcb.freedesktop.org/;
+depends=('xcb-proto=1.8-2' 'libxdmcp' 'libxau')
+makedepends=('pkgconfig' 'libxslt' 'python')
+options=('!libtool')
+license=('custom')
+source=($url/dist/$pkgname-$pkgver.tar.bz2
+libxcb-1.1-no-pthread-stubs.patch
+reorder-configure.patch)
+sha256sums=('d44a5ff4eb0b9569e6f7183b51fdaf6f58da90e7d6bfc36b612d7263f83e362f'
+'1ec7a6e7dc8639baa6c3fbc61ca8556108fb824598bd6ab5ef1fa50d48d6d310'
+'3e1adc51246e1f48545c1ab9703219c987685d241f1eab5d912b0840ce8a122a')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../libxcb-1.1-no-pthread-stubs.patch
+  # https://bugs.freedesktop.org/show_bug.cgi?id=66413
+  patch -Np1 -i ../reorder-configure.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--enable-xinput \
+--enable-xkb \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}

Copied: libxcb/repos/testing-i686/libxcb-1.1-no-pthread-stubs.patch (from rev 
191293, libxcb/trunk/libxcb-1.1-no-pthread-stubs.patch)
===
--- testing-i686/libxcb-1.1-no-pthread-stubs.patch  
(rev 0)
+++ testing-i686/libxcb-1.1-no-pthread-stubs.patch  2013-07-23 11:12:22 UTC 
(rev 191294)
@@ -0,0 +1,11 @@
+--- libxcb-1.8.1/configure.ac  2012-03-09 15:38:38.0 +0100
 libxcb-1.8.1/configure.ac.new  2012-03-09 16:50:40.107109896 +0100
+@@ -35,7 +35,7 @@
+ 
+ # Checks for pkg-config packages
+ PKG_CHECK_MODULES(XCBPROTO, xcb-proto = 1.7)
+-NEEDED=pthread-stubs xau = 0.99.2
++NEEDED=xau = 0.99.2
+ PKG_CHECK_MODULES(NEEDED, $NEEDED)
+ 
+ have_xdmcp=no

Copied: libxcb/repos/testing-i686/reorder-configure.patch (from rev 191293, 
libxcb/trunk/reorder-configure.patch)
===
--- testing-i686/reorder-configure.patch(rev 0)
+++ testing-i686/reorder-configure.patch2013-07-23 11:12:22 UTC (rev 
191294)
@@ -0,0 +1,29 @@
+--- libxcb-1.9.1/configure.ac  2013-05-30 17:38:01.0 +0200
 libxcb-1.9.1/configure.ac.new  2013-06-30 21:01:30.134153288 +0200
+@@ -2,20 +2,21 @@
+ # Process this file with autoconf to produce a configure script.
+ 
+ # Initialize Autoconf
+-AC_PREREQ(2.57)
+ AC_INIT([libxcb],
+ 1.9.1,
+ [x...@lists.freedesktop.org])
++AC_PREREQ(2.57)
++
++# Initialize Automake
++AM_INIT_AUTOMAKE([foreign dist-bzip2])
++m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
++
+ AC_CONFIG_SRCDIR([xcb.pc.in])
+ # Set common system defines for POSIX extensions, such as _GNU_SOURCE
+ # Must be called before any macros that run the compiler (like 
AC_PROG_LIBTOOL)
+ # to avoid autoconf errors.
+ AC_USE_SYSTEM_EXTENSIONS
+ 
+-# Initialize Automake
+-AM_INIT_AUTOMAKE([foreign dist-bzip2])
+-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+-
+ 

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

2013-07-23 Thread Andrea Scarpino
Date: Tuesday, July 23, 2013 @ 13:52:14
  Author: andrea
Revision: 191297

upgpkg: akonadi 1.10.1-1

upstream release

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 11:13:08 UTC (rev 191296)
+++ PKGBUILD2013-07-23 11:52:14 UTC (rev 191297)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.10.1
+pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
 url='http://community.kde.org/KDE_PIM/Akonadi'
@@ -14,7 +14,7 @@
 optdepends=('postgresql: PostgreSQL backend')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('bb94de6a4300bf8355e6a1ccce5846af')
+md5sums=('5b03c46e1e9da439e4ec63bf7b2087c2')
 
 prepare() {
   mkdir build



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

2013-07-23 Thread Andrea Scarpino
Date: Tuesday, July 23, 2013 @ 13:52:23
  Author: andrea
Revision: 191298

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

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

--+
 /PKGBUILD|   74 +
 /akonadi.install |   22 
 extra-i686/PKGBUILD  |   37 
 extra-i686/akonadi.install   |   11 --
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/akonadi.install |   11 --
 6 files changed, 96 insertions(+), 96 deletions(-)

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

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

Deleted: extra-i686/akonadi.install
===
--- extra-i686/akonadi.install  2013-07-23 11:52:14 UTC (rev 191297)
+++ extra-i686/akonadi.install  2013-07-23 11:52:23 UTC (rev 191298)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/extra-i686/akonadi.install (from rev 191297, 
akonadi/trunk/akonadi.install)
===
--- extra-i686/akonadi.install  (rev 0)
+++ extra-i686/akonadi.install  2013-07-23 11:52:23 UTC (rev 191298)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-23 11:52:14 UTC (rev 191297)
+++ extra-x86_64/PKGBUILD   2013-07-23 11:52:23 UTC (rev 191298)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=akonadi
-pkgver=1.10.0
-pkgrel=2
-pkgdesc=PIM layer, which provides an asynchronous API to 

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

2013-07-23 Thread Jan Steffens
Date: Tuesday, July 23, 2013 @ 14:26:19
  Author: heftig
Revision: 191299

3.8.2

Modified:
  gnome-themes-standard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 11:52:23 UTC (rev 191298)
+++ PKGBUILD2013-07-23 12:26:19 UTC (rev 191299)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-themes-standard
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc=Default themes for the GNOME desktop
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 conflicts=(gnome-themes)
 options=('!libtool' '!emptydirs')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5cc1b27a70ca6176343212159236332799b074885867e380ed9b3817e15dd1d1')
+sha256sums=('7e89f92c214b560e59edcbfac2263e49dccf201600871aa3d806ff1c562dff38')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-themes-standard/repos (4 files)

2013-07-23 Thread Jan Steffens
Date: Tuesday, July 23, 2013 @ 14:42:33
  Author: heftig
Revision: 191300

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

Added:
  gnome-themes-standard/repos/extra-i686/PKGBUILD
(from rev 191299, gnome-themes-standard/trunk/PKGBUILD)
  gnome-themes-standard/repos/extra-x86_64/PKGBUILD
(from rev 191299, gnome-themes-standard/trunk/PKGBUILD)
Deleted:
  gnome-themes-standard/repos/extra-i686/PKGBUILD
  gnome-themes-standard/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 12:26:19 UTC (rev 191299)
+++ extra-i686/PKGBUILD 2013-07-23 12:42:33 UTC (rev 191300)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-themes-standard
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=Default themes for the GNOME desktop
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=(GPL2)
-depends=(cantarell-fonts ttf-dejavu librsvg)
-makedepends=(intltool gtk2 gtk3)
-optdepends=('gtk-engines: HighContrast GTK2 theme')
-groups=(gnome)
-replaces=(gnome-themes)
-conflicts=(gnome-themes)
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5cc1b27a70ca6176343212159236332799b074885867e380ed9b3817e15dd1d1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-themes-standard/repos/extra-i686/PKGBUILD (from rev 191299, 
gnome-themes-standard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 12:42:33 UTC (rev 191300)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-themes-standard
+pkgver=3.8.2
+pkgrel=1
+pkgdesc=Default themes for the GNOME desktop
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL2)
+depends=(cantarell-fonts ttf-dejavu librsvg)
+makedepends=(intltool gtk2 gtk3)
+optdepends=('gtk-engines: HighContrast GTK2 theme')
+groups=(gnome)
+replaces=(gnome-themes)
+conflicts=(gnome-themes)
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7e89f92c214b560e59edcbfac2263e49dccf201600871aa3d806ff1c562dff38')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-23 12:26:19 UTC (rev 191299)
+++ extra-x86_64/PKGBUILD   2013-07-23 12:42:33 UTC (rev 191300)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-themes-standard
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=Default themes for the GNOME desktop
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=(GPL2)
-depends=(cantarell-fonts ttf-dejavu librsvg)
-makedepends=(intltool gtk2 gtk3)
-optdepends=('gtk-engines: HighContrast GTK2 theme')
-groups=(gnome)
-replaces=(gnome-themes)
-conflicts=(gnome-themes)
-options=('!libtool' '!emptydirs')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5cc1b27a70ca6176343212159236332799b074885867e380ed9b3817e15dd1d1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-themes-standard/repos/extra-x86_64/PKGBUILD (from rev 191299, 
gnome-themes-standard/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-23 12:42:33 UTC (rev 191300)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-themes-standard
+pkgver=3.8.2
+pkgrel=1
+pkgdesc=Default themes for the GNOME desktop
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL2)
+depends=(cantarell-fonts ttf-dejavu librsvg)
+makedepends=(intltool gtk2 gtk3)
+optdepends=('gtk-engines: HighContrast GTK2 theme')
+groups=(gnome)
+replaces=(gnome-themes)
+conflicts=(gnome-themes)
+options=('!libtool' '!emptydirs')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)

[arch-commits] Commit in systemd/trunk (8 files)

2013-07-23 Thread Dave Reisner
Date: Tuesday, July 23, 2013 @ 14:44:57
  Author: dreisner
Revision: 191301

prepare 206 release, fixup systemd initcpio hook

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/initcpio-hook-udev
  systemd/trunk/initcpio-install-systemd
  systemd/trunk/initcpio-install-udev
  systemd/trunk/systemd.install
Deleted:
  systemd/trunk/0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
  systemd/trunk/0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
  systemd/trunk/initcpio-install-timestamp

-+
 0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch |   87 ---
 0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch |  255 
--
 PKGBUILD|   40 -
 initcpio-hook-udev  |2 
 initcpio-install-systemd|   81 +--
 initcpio-install-timestamp  |   14 
 initcpio-install-udev   |2 
 systemd.install |   11 
 8 files changed, 63 insertions(+), 429 deletions(-)

Deleted: 0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch
===
--- 0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch 
2013-07-23 12:42:33 UTC (rev 191300)
+++ 0001-journald-DO-recalculate-the-ACL-mask-but-only-if-it-.patch 
2013-07-23 12:44:57 UTC (rev 191301)
@@ -1,87 +0,0 @@
-From 23ad4dd8844c582929115a11ed2830a1371568d6 Mon Sep 17 00:00:00 2001
-From: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-Date: Tue, 28 May 2013 20:45:34 +0200
-Subject: [PATCH] journald: DO recalculate the ACL mask, but only if it doesn't
- exist
-
-Since 11ec7ce, journald isn't setting the ACLs properly anymore if
-the files had no ACLs to begin with: acl_set_fd fails with EINVAL.
-
-An ACL with ACL_USER or ACL_GROUP entries but no ACL_MASK entry is
-invalid, so make sure a mask exists before trying to set the ACL.

- src/journal/journald-server.c |  6 --
- src/shared/acl-util.c | 28 
- src/shared/acl-util.h |  1 +
- 3 files changed, 33 insertions(+), 2 deletions(-)
-
-diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c
-index b717b92..da5b725 100644
 a/src/journal/journald-server.c
-+++ b/src/journal/journald-server.c
-@@ -227,9 +227,11 @@ void server_fix_perms(Server *s, JournalFile *f, uid_t 
uid) {
- }
- }
- 
--/* We do not recalculate the mask here, so that the fchmod() mask 
above stays intact. */
-+/* We do not recalculate the mask unconditionally here,
-+ * so that the fchmod() mask above stays intact. */
- if (acl_get_permset(entry, permset)  0 ||
--acl_add_perm(permset, ACL_READ)  0) {
-+acl_add_perm(permset, ACL_READ)  0 ||
-+calc_acl_mask_if_needed(acl)  0) {
- log_warning(Failed to patch ACL on %s, ignoring: %m, 
f-path);
- goto finish;
- }
-diff --git a/src/shared/acl-util.c b/src/shared/acl-util.c
-index 48bb12f..fb04e49 100644
 a/src/shared/acl-util.c
-+++ b/src/shared/acl-util.c
-@@ -69,6 +69,34 @@ int acl_find_uid(acl_t acl, uid_t uid, acl_entry_t *entry) {
- return 0;
- }
- 
-+int calc_acl_mask_if_needed(acl_t *acl_p) {
-+acl_entry_t i;
-+int found;
-+
-+assert(acl_p);
-+
-+for (found = acl_get_entry(*acl_p, ACL_FIRST_ENTRY, i);
-+ found  0;
-+ found = acl_get_entry(*acl_p, ACL_NEXT_ENTRY, i)) {
-+
-+acl_tag_t tag;
-+
-+if (acl_get_tag_type(i, tag)  0)
-+return -errno;
-+
-+if (tag == ACL_MASK)
-+return 0;
-+}
-+
-+if (found  0)
-+return -errno;
-+
-+if (acl_calc_mask(acl_p)  0)
-+return -errno;
-+
-+return 0;
-+}
-+
- int search_acl_groups(char*** dst, const char* path, bool* belong) {
- acl_t acl;
- 
-diff --git a/src/shared/acl-util.h b/src/shared/acl-util.h
-index 23090d9..36ef490 100644
 a/src/shared/acl-util.h
-+++ b/src/shared/acl-util.h
-@@ -24,4 +24,5 @@
- #include stdbool.h
- 
- int acl_find_uid(acl_t acl, uid_t uid, acl_entry_t *entry);
-+int calc_acl_mask_if_needed(acl_t *acl_p);
- int search_acl_groups(char*** dst, const char* path, bool* belong);
--- 
-1.8.3
-

Deleted: 0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch
===
--- 0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch 
2013-07-23 12:42:33 UTC (rev 191300)
+++ 0001-utmp-turn-systemd-update-utmp-shutdown.service-into-.patch 
2013-07-23 12:44:57 UTC (rev 191301)
@@ 

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

2013-07-23 Thread Dave Reisner
Date: Tuesday, July 23, 2013 @ 14:59:56
  Author: dreisner
Revision: 191302

fix parsing of binaries from udev rules

Modified:
  systemd/trunk/initcpio-install-systemd

--+
 initcpio-install-systemd |   19 ++-
 1 file changed, 14 insertions(+), 5 deletions(-)

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2013-07-23 12:44:57 UTC (rev 191301)
+++ initcpio-install-systemd2013-07-23 12:59:56 UTC (rev 191302)
@@ -1,5 +1,13 @@
 #!/bin/bash
 
+strip_quotes() {
+  local len=${#1} quotes=$'[\']' str=${!1}
+
+  if [[ ${str:0:1} = ${str: -1}  ${str:0:1} = $quotes ]]; then
+declare -g $1=${str:1:-1}
+  fi
+}
+
 add_udev_rule() {
 # Add an udev rules file to the initcpio image. Dependencies on binaries
 # will be discovered and added.
@@ -17,11 +25,12 @@
 
 while IFS=, read -ra rule; do
 for pair in ${rule[@]}; do
-IFS='=' read -r key value  $pair
-
+IFS=' =' read -r key value  $pair
+strip_quotes 'value'
 case $key in
 RUN@({program}|+)|IMPORT{program}|ENV{REMOVE_CMD})
-binary=${value[0]#\}
+# just take the first word as the binary name
+binary=${value%% *}
 if [[ ${binary:0:1} != '/' ]]; then
 binary=$(PATH=/usr/lib/udev:/lib/udev type -P 
$binary)
 fi
@@ -29,7 +38,7 @@
 ;;
 esac
 done
-done  $rules
+done $rules
 }
 
 add_systemd_unit() {
@@ -63,7 +72,7 @@
 ;;
 esac
 
-done  $unit
+done $unit
 
 # preserve reverse soft dependency
 for dep in {/usr,}/lib/systemd/system/*.wants/${unit##*/}; do



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

2013-07-23 Thread Jan Steffens
Date: Tuesday, July 23, 2013 @ 15:07:36
  Author: heftig
Revision: 191303

2.0.6

Modified:
  clutter-gst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 12:59:56 UTC (rev 191302)
+++ PKGBUILD2013-07-23 13:07:36 UTC (rev 191303)
@@ -2,8 +2,8 @@
 # Maintainer: Jan heftig Steffens jan.steff...@gmail.com
 
 pkgname=clutter-gst
-pkgver=2.0.4
-pkgrel=2
+pkgver=2.0.6
+pkgrel=1
 pkgdesc=GStreamer bindings for clutter
 arch=(i686 x86_64)
 url=http://www.clutter-project.org/;
@@ -12,7 +12,7 @@
 makedepends=(gobject-introspection)
 options=('!libtool')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bad69cca7dd9c0d54d4f9fc27cba59dd8d8b329db058844716dbdecec6caba97')
+sha256sums=('0ecc5630b0578968201802b831a75904a26e6ffe38fb8b60209ef9da51f8b258')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-23 Thread Jan Steffens
Date: Tuesday, July 23, 2013 @ 15:13:07
  Author: heftig
Revision: 191304

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

Added:
  clutter-gst/repos/extra-i686/PKGBUILD
(from rev 191303, clutter-gst/trunk/PKGBUILD)
  clutter-gst/repos/extra-x86_64/PKGBUILD
(from rev 191303, clutter-gst/trunk/PKGBUILD)
Deleted:
  clutter-gst/repos/extra-i686/PKGBUILD
  clutter-gst/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 13:07:36 UTC (rev 191303)
+++ extra-i686/PKGBUILD 2013-07-23 13:13:07 UTC (rev 191304)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=clutter-gst
-pkgver=2.0.4
-pkgrel=2
-pkgdesc=GStreamer bindings for clutter
-arch=(i686 x86_64)
-url=http://www.clutter-project.org/;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage gst-plugins-bad)
-makedepends=(gobject-introspection)
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bad69cca7dd9c0d54d4f9fc27cba59dd8d8b329db058844716dbdecec6caba97')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-i686/PKGBUILD (from rev 191303, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 13:13:07 UTC (rev 191304)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=2.0.6
+pkgrel=1
+pkgdesc=GStreamer bindings for clutter
+arch=(i686 x86_64)
+url=http://www.clutter-project.org/;
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage gst-plugins-bad)
+makedepends=(gobject-introspection)
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0ecc5630b0578968201802b831a75904a26e6ffe38fb8b60209ef9da51f8b258')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-23 13:07:36 UTC (rev 191303)
+++ extra-x86_64/PKGBUILD   2013-07-23 13:13:07 UTC (rev 191304)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
-
-pkgname=clutter-gst
-pkgver=2.0.4
-pkgrel=2
-pkgdesc=GStreamer bindings for clutter
-arch=(i686 x86_64)
-url=http://www.clutter-project.org/;
-license=(LGPL)
-depends=(clutter gst-plugins-base-libs libxdamage gst-plugins-bad)
-makedepends=(gobject-introspection)
-options=('!libtool')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bad69cca7dd9c0d54d4f9fc27cba59dd8d8b329db058844716dbdecec6caba97')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: clutter-gst/repos/extra-x86_64/PKGBUILD (from rev 191303, 
clutter-gst/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-23 13:13:07 UTC (rev 191304)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=clutter-gst
+pkgver=2.0.6
+pkgrel=1
+pkgdesc=GStreamer bindings for clutter
+arch=(i686 x86_64)
+url=http://www.clutter-project.org/;
+license=(LGPL)
+depends=(clutter gst-plugins-base-libs libxdamage gst-plugins-bad)
+makedepends=(gobject-introspection)
+options=('!libtool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)

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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 15:24:20
  Author: jgc
Revision: 191306

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

Added:
  a52dec/repos/extra-i686/PKGBUILD
(from rev 191305, a52dec/trunk/PKGBUILD)
  a52dec/repos/extra-i686/a52dec-0.7.4-build.patch
(from rev 191305, a52dec/trunk/a52dec-0.7.4-build.patch)
  a52dec/repos/extra-x86_64/PKGBUILD
(from rev 191305, a52dec/trunk/PKGBUILD)
  a52dec/repos/extra-x86_64/a52dec-0.7.4-build.patch
(from rev 191305, a52dec/trunk/a52dec-0.7.4-build.patch)
Deleted:
  a52dec/repos/extra-i686/PKGBUILD
  a52dec/repos/extra-i686/a52dec-0.7.4-build.patch
  a52dec/repos/extra-x86_64/PKGBUILD
  a52dec/repos/extra-x86_64/a52dec-0.7.4-build.patch

---+
 /PKGBUILD |   76 
 /a52dec-0.7.4-build.patch |   54 ++
 extra-i686/PKGBUILD   |   32 -
 extra-i686/a52dec-0.7.4-build.patch   |   27 ---
 extra-x86_64/PKGBUILD |   32 -
 extra-x86_64/a52dec-0.7.4-build.patch |   27 ---
 6 files changed, 130 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 13:24:14 UTC (rev 191305)
+++ extra-i686/PKGBUILD 2013-07-23 13:24:20 UTC (rev 191306)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Thomas Baechler tho...@archlinux.org
-# Contributor: Sarah Hay sarah...@mb.sympatico.ca
-
-pkgname=a52dec
-pkgver=0.7.4
-pkgrel=6
-pkgdesc=A free library for decoding ATSC A/52 streams
-url=http://liba52.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('glibc')
-options=(!libtool)
-source=(http://liba52.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz;
-'a52dec-0.7.4-build.patch')
-md5sums=('caa9f5bc44232dc8aeea773fea56be80'
- 'fa16f224a7dceb7613824380abef0052')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/a52dec-0.7.4-build.patch
-  ./bootstrap
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m644 liba52/a52_internal.h ${pkgdir}/usr/include/a52dec/
-}

Copied: a52dec/repos/extra-i686/PKGBUILD (from rev 191305, 
a52dec/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 13:24:20 UTC (rev 191306)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer:
+# Contributor: Thomas Baechler tho...@archlinux.org
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+
+pkgname=a52dec
+pkgver=0.7.4
+pkgrel=7
+pkgdesc=A free library for decoding ATSC A/52 streams
+url=http://liba52.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glibc')
+options=(!libtool)
+source=(http://liba52.sourceforge.net/files/${pkgname}-${pkgver}.tar.gz;
+'a52dec-0.7.4-build.patch')
+md5sums=('caa9f5bc44232dc8aeea773fea56be80'
+ 'fa16f224a7dceb7613824380abef0052')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../a52dec-0.7.4-build.patch
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
+  mv configure.in configure.ac
+  ./bootstrap
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m644 liba52/a52_internal.h ${pkgdir}/usr/include/a52dec/
+}

Deleted: extra-i686/a52dec-0.7.4-build.patch
===
--- extra-i686/a52dec-0.7.4-build.patch 2013-07-23 13:24:14 UTC (rev 191305)
+++ extra-i686/a52dec-0.7.4-build.patch 2013-07-23 13:24:20 UTC (rev 191306)
@@ -1,27 +0,0 @@
-diff -Naur a52dec-0.7.4.orig/liba52/Makefile.am a52dec-0.7.4/liba52/Makefile.am
 a52dec-0.7.4.orig/liba52/Makefile.am   2002-01-27 20:36:48.0 
-0800
-+++ a52dec-0.7.4/liba52/Makefile.am2004-11-05 01:10:21.317401872 -0800
-@@ -1,4 +1,3 @@
--CFLAGS = @CFLAGS@ @LIBA52_CFLAGS@
- 
- lib_LTLIBRARIES = liba52.la
- 
-diff -Naur a52dec-0.7.4.orig/liba52/configure.incl 
a52dec-0.7.4/liba52/configure.incl
 a52dec-0.7.4.orig/liba52/configure.incl2002-01-27 20:36:48.0 
-0800
-+++ a52dec-0.7.4/liba52/configure.incl 2004-11-05 01:11:38.172672216 -0800
-@@ -2,7 +2,6 @@
- AC_SUBST([LIBA52_LIBS])
- 
- dnl avoid -fPIC when possible
--LIBA52_CFLAGS=$LIBA52_CFLAGS -prefer-non-pic
- 
- AC_ARG_ENABLE([double],
- [  --enable-double use double-precision samples])
-diff -Naur a52dec-0.7.4.orig/src/Makefile.am a52dec-0.7.4/src/Makefile.am
 a52dec-0.7.4.orig/src/Makefile.am  2002-06-22 18:51:57.0 -0700
-+++ a52dec-0.7.4/src/Makefile.am   2004-11-05 01:10:21.320401375 -0800
-@@ -1,4 +1,3 @@
--CFLAGS = @A52DEC_CFLAGS@
- 
- bin_PROGRAMS = a52dec extract_a52
- a52dec_SOURCES = 

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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 15:24:14
  Author: jgc
Revision: 191305

upgpkg: a52dec 0.7.4-7

Fix build

Modified:
  a52dec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 13:13:07 UTC (rev 191304)
+++ PKGBUILD2013-07-23 13:24:14 UTC (rev 191305)
@@ -5,7 +5,7 @@
 
 pkgname=a52dec
 pkgver=0.7.4
-pkgrel=6
+pkgrel=7
 pkgdesc=A free library for decoding ATSC A/52 streams
 url=http://liba52.sourceforge.net/;
 arch=('i686' 'x86_64')
@@ -17,10 +17,16 @@
 md5sums=('caa9f5bc44232dc8aeea773fea56be80'
  'fa16f224a7dceb7613824380abef0052')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../a52dec-0.7.4-build.patch
+  sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
+  mv configure.in configure.ac
+  ./bootstrap
+}
+
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/a52dec-0.7.4-build.patch
-  ./bootstrap
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --enable-shared
   make
 }



[arch-commits] Commit in telepathy-mission-control/trunk (PKGBUILD)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 15:29:02
  Author: jgc
Revision: 191307

Force python2 during build

Modified:
  telepathy-mission-control/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 13:24:20 UTC (rev 191306)
+++ PKGBUILD2013-07-23 13:29:02 UTC (rev 191307)
@@ -20,7 +20,7 @@
 
 build() {
 cd $pkgname-$pkgver
-./configure --prefix=/usr \
+PYTHON=python2 ./configure --prefix=/usr \
--libexecdir=/usr/lib/telepathy \
--enable-gnome-keyring \
 --disable-schemas-compile



[arch-commits] Commit in telepathy-mission-control/repos/extra-i686 (4 files)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 15:29:20
  Author: jgc
Revision: 191308

archrelease: copy trunk to extra-i686

Added:
  telepathy-mission-control/repos/extra-i686/PKGBUILD
(from rev 191307, telepathy-mission-control/trunk/PKGBUILD)
  telepathy-mission-control/repos/extra-i686/telepathy-mission-control.install
(from rev 191307, 
telepathy-mission-control/trunk/telepathy-mission-control.install)
Deleted:
  telepathy-mission-control/repos/extra-i686/PKGBUILD
  telepathy-mission-control/repos/extra-i686/telepathy-mission-control.install

---+
 PKGBUILD  |   66 ++--
 telepathy-mission-control.install |   22 ++--
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-23 13:29:02 UTC (rev 191307)
+++ PKGBUILD2013-07-23 13:29:20 UTC (rev 191308)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Ju Liu liuju86 at gmail dot com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-# Contributor: Andreas Zwinkau beza...@web.de
-
-pkgname=telepathy-mission-control
-pkgver=5.14.1
-pkgrel=1
-pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org/wiki/Mission Control
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'upower' 'networkmanager')
-makedepends=('libxslt' 'python2')
-install=telepathy-mission-control.install
-options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('e06fb0399ec435e59c74d79a2ace8a2d')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy \
-   --enable-gnome-keyring \
---disable-schemas-compile
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-mission-control/repos/extra-i686/PKGBUILD (from rev 191307, 
telepathy-mission-control/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-23 13:29:20 UTC (rev 191308)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Ju Liu liuju86 at gmail dot com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+# Contributor: Andreas Zwinkau beza...@web.de
+
+pkgname=telepathy-mission-control
+pkgver=5.14.1
+pkgrel=1
+pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org/wiki/Mission Control
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'upower' 'networkmanager')
+makedepends=('libxslt' 'python2')
+install=telepathy-mission-control.install
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e06fb0399ec435e59c74d79a2ace8a2d')
+
+build() {
+cd $pkgname-$pkgver
+PYTHON=python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy \
+   --enable-gnome-keyring \
+--disable-schemas-compile
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: telepathy-mission-control.install
===
--- telepathy-mission-control.install   2013-07-23 13:29:02 UTC (rev 191307)
+++ telepathy-mission-control.install   2013-07-23 13:29:20 UTC (rev 191308)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-mission-control/repos/extra-i686/telepathy-mission-control.install 
(from rev 191307, 
telepathy-mission-control/trunk/telepathy-mission-control.install)
===
--- telepathy-mission-control.install   (rev 0)
+++ telepathy-mission-control.install   2013-07-23 13:29:20 UTC (rev 191308)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in telepathy-mission-control/repos/extra-x86_64 (4 files)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 15:29:40
  Author: jgc
Revision: 191309

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-mission-control/repos/extra-x86_64/PKGBUILD
(from rev 191308, telepathy-mission-control/trunk/PKGBUILD)
  telepathy-mission-control/repos/extra-x86_64/telepathy-mission-control.install
(from rev 191308, 
telepathy-mission-control/trunk/telepathy-mission-control.install)
Deleted:
  telepathy-mission-control/repos/extra-x86_64/PKGBUILD
  telepathy-mission-control/repos/extra-x86_64/telepathy-mission-control.install

---+
 PKGBUILD  |   66 ++--
 telepathy-mission-control.install |   22 ++--
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-23 13:29:20 UTC (rev 191308)
+++ PKGBUILD2013-07-23 13:29:40 UTC (rev 191309)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru ib...@archlinux.org
-# Contributor: Ju Liu liuju86 at gmail dot com
-# Contributor: Bjorn Lindeijer bjorn lindeijer nl
-# Contributor: Andreas Zwinkau beza...@web.de
-
-pkgname=telepathy-mission-control
-pkgver=5.14.1
-pkgrel=1
-pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
-arch=('i686' 'x86_64')
-url=http://telepathy.freedesktop.org/wiki/Mission Control
-license=('LGPL2.1')
-depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'upower' 'networkmanager')
-makedepends=('libxslt' 'python2')
-install=telepathy-mission-control.install
-options=('!libtool')
-source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('e06fb0399ec435e59c74d79a2ace8a2d')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
-   --libexecdir=/usr/lib/telepathy \
-   --enable-gnome-keyring \
---disable-schemas-compile
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: telepathy-mission-control/repos/extra-x86_64/PKGBUILD (from rev 191308, 
telepathy-mission-control/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-23 13:29:40 UTC (rev 191309)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Ionut Biru ib...@archlinux.org
+# Contributor: Ju Liu liuju86 at gmail dot com
+# Contributor: Bjorn Lindeijer bjorn lindeijer nl
+# Contributor: Andreas Zwinkau beza...@web.de
+
+pkgname=telepathy-mission-control
+pkgver=5.14.1
+pkgrel=1
+pkgdesc=A Telepathy component providing abstraction of some of the details of 
connection managers.
+arch=('i686' 'x86_64')
+url=http://telepathy.freedesktop.org/wiki/Mission Control
+license=('LGPL2.1')
+depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'upower' 'networkmanager')
+makedepends=('libxslt' 'python2')
+install=telepathy-mission-control.install
+options=('!libtool')
+source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('e06fb0399ec435e59c74d79a2ace8a2d')
+
+build() {
+cd $pkgname-$pkgver
+PYTHON=python2 ./configure --prefix=/usr \
+   --libexecdir=/usr/lib/telepathy \
+   --enable-gnome-keyring \
+--disable-schemas-compile
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: telepathy-mission-control.install
===
--- telepathy-mission-control.install   2013-07-23 13:29:20 UTC (rev 191308)
+++ telepathy-mission-control.install   2013-07-23 13:29:40 UTC (rev 191309)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: 
telepathy-mission-control/repos/extra-x86_64/telepathy-mission-control.install 
(from rev 191308, 
telepathy-mission-control/trunk/telepathy-mission-control.install)
===
--- telepathy-mission-control.install   (rev 0)
+++ telepathy-mission-control.install   2013-07-23 13:29:40 UTC (rev 191309)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 15:38:21
  Author: jgc
Revision: 191310

Add gpg verification

Modified:
  libpng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 13:29:40 UTC (rev 191309)
+++ PKGBUILD2013-07-23 13:38:21 UTC (rev 191310)
@@ -14,9 +14,10 @@
 license=('custom')
 depends=('zlib' 'sh')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz;
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz;)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
 md5sums=('9307f8ab04f4be3c1889ffb504f0fe5c'
+ 'SKIP'
  '57007fc121baa2cdc48abcfb26300e78')
 
 prepare() {



[arch-commits] Commit in libpng/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 15:39:28
  Author: jgc
Revision: 191312

archrelease: copy trunk to testing-x86_64

Added:
  libpng/repos/testing-x86_64/PKGBUILD
(from rev 191311, libpng/trunk/PKGBUILD)
Deleted:
  libpng/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |   91 ++---
 1 file changed, 46 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-23 13:39:19 UTC (rev 191311)
+++ PKGBUILD2013-07-23 13:39:28 UTC (rev 191312)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Travis Willard tra...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=libpng
-pkgver=1.6.3
-_apngver=1.6.3
-pkgrel=1
-pkgdesc=A collection of routines used to create PNG format graphics files
-arch=('i686' 'x86_64')
-url=http://www.libpng.org/pub/png/libpng.html;
-license=('custom')
-depends=('zlib' 'sh')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz;
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz;)
-md5sums=('9307f8ab04f4be3c1889ffb504f0fe5c'
- '57007fc121baa2cdc48abcfb26300e78')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Add animated PNG (apng) support
-  # see http://sourceforge.net/projects/libpng-apng/
-  patch -Np1 -i ../libpng-$_apngver-apng.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  cd contrib/pngminus
-  make PNGLIB=-L$pkgdir/usr/lib -lpng -f makefile.std png2pnm pnm2png
-  install -m755 png2pnm pnm2png $pkgdir/usr/bin/
-  install -D -m644 ../../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libpng/repos/testing-x86_64/PKGBUILD (from rev 191311, 
libpng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-23 13:39:28 UTC (rev 191312)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Travis Willard tra...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=libpng
+pkgver=1.6.3
+_apngver=1.6.3
+pkgrel=1
+pkgdesc=A collection of routines used to create PNG format graphics files
+arch=('i686' 'x86_64')
+url=http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('zlib' 'sh')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
+md5sums=('9307f8ab04f4be3c1889ffb504f0fe5c'
+ 'SKIP'
+ '57007fc121baa2cdc48abcfb26300e78')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Add animated PNG (apng) support
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -Np1 -i ../libpng-$_apngver-apng.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  cd contrib/pngminus
+  make PNGLIB=-L$pkgdir/usr/lib -lpng -f makefile.std png2pnm pnm2png
+  install -m755 png2pnm pnm2png $pkgdir/usr/bin/
+  install -D -m644 ../../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in libpng/repos/testing-i686 (PKGBUILD PKGBUILD)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 15:39:19
  Author: jgc
Revision: 191311

archrelease: copy trunk to testing-i686

Added:
  libpng/repos/testing-i686/PKGBUILD
(from rev 191310, libpng/trunk/PKGBUILD)
Deleted:
  libpng/repos/testing-i686/PKGBUILD

--+
 PKGBUILD |   91 ++---
 1 file changed, 46 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-23 13:38:21 UTC (rev 191310)
+++ PKGBUILD2013-07-23 13:39:19 UTC (rev 191311)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Travis Willard tra...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=libpng
-pkgver=1.6.3
-_apngver=1.6.3
-pkgrel=1
-pkgdesc=A collection of routines used to create PNG format graphics files
-arch=('i686' 'x86_64')
-url=http://www.libpng.org/pub/png/libpng.html;
-license=('custom')
-depends=('zlib' 'sh')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz;
-
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz;)
-md5sums=('9307f8ab04f4be3c1889ffb504f0fe5c'
- '57007fc121baa2cdc48abcfb26300e78')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Add animated PNG (apng) support
-  # see http://sourceforge.net/projects/libpng-apng/
-  patch -Np1 -i ../libpng-$_apngver-apng.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  cd contrib/pngminus
-  make PNGLIB=-L$pkgdir/usr/lib -lpng -f makefile.std png2pnm pnm2png
-  install -m755 png2pnm pnm2png $pkgdir/usr/bin/
-  install -D -m644 ../../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: libpng/repos/testing-i686/PKGBUILD (from rev 191310, 
libpng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-23 13:39:19 UTC (rev 191311)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Travis Willard tra...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=libpng
+pkgver=1.6.3
+_apngver=1.6.3
+pkgrel=1
+pkgdesc=A collection of routines used to create PNG format graphics files
+arch=('i686' 'x86_64')
+url=http://www.libpng.org/pub/png/libpng.html;
+license=('custom')
+depends=('zlib' 'sh')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc}
+
http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz)
+md5sums=('9307f8ab04f4be3c1889ffb504f0fe5c'
+ 'SKIP'
+ '57007fc121baa2cdc48abcfb26300e78')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Add animated PNG (apng) support
+  # see http://sourceforge.net/projects/libpng-apng/
+  patch -Np1 -i ../libpng-$_apngver-apng.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  cd contrib/pngminus
+  make PNGLIB=-L$pkgdir/usr/lib -lpng -f makefile.std png2pnm pnm2png
+  install -m755 png2pnm pnm2png $pkgdir/usr/bin/
+  install -D -m644 ../../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2013-07-23 Thread Dave Reisner
Date: Tuesday, July 23, 2013 @ 15:44:23
  Author: dreisner
Revision: 191313

upgpkg: systemd 206-1

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

--+
 PKGBUILD |2 +-
 initcpio-install-systemd |   14 --
 2 files changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 13:39:28 UTC (rev 191312)
+++ PKGBUILD2013-07-23 13:44:23 UTC (rev 191313)
@@ -18,7 +18,7 @@
 'initcpio-install-udev')
 md5sums=('89e36f2d3ba963020b72738549954cbc'
  '2de72238ed5c0df62a7c3b6bdaf8cb7c'
- '8bbda541cd275a82134de472e832d49d'
+ 'ee6565a05be172de8f12e0a139ba8df4'
  'd83d45e67cd75cdbafb81c96a7485319')
 
 build() {

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2013-07-23 13:39:28 UTC (rev 191312)
+++ initcpio-install-systemd2013-07-23 13:44:23 UTC (rev 191313)
@@ -134,17 +134,19 @@
 # TODO: make sure this is no longer necessary when systemctl moves to 
sd-bus
 add_file /etc/nsswitch.conf
 add_file /etc/passwd
+add_binary /lib/libnss_files-2.17.so
+
+# udev wants /etc/group since it doesn't launch with --resolve-names=never
 add_file /etc/group
-add_file /lib/libnss_files-2.17.so
-add_symlink /lib/libnss_files.so.2 libnss_files-2.17.so
-add_symlink /lib/libnss_files.so libnss_files.so.2
 }
 
 help() {
 cat HELPEOF
-This will install a basic systemd setup on your initrd, it is meant to replace
-the 'base', 'usr', 'udev' and 'timestamp' hooks. Other hooks would need to be
-ported, and may not work as intended.
+This will install a basic systemd setup in your initramfs, and is meant to
+replace the 'base', 'usr', 'udev' and 'timestamp' hooks. Other hooks would need
+to be ported, and may not work as intended. You also may wish to still include
+the 'base' hook (before this hook) to ensure that a rescue shell exists on your
+initramfs.
 HELPEOF
 }
 



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

2013-07-23 Thread Dave Reisner
Date: Tuesday, July 23, 2013 @ 15:45:44
  Author: dreisner
Revision: 191314

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 191313, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 191313, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 191313, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 191313, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 191313, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 191313, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 191313, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 191313, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 191313, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 191313, systemd/trunk/systemd.install)

-+
 testing-i686/PKGBUILD   |  127 
 testing-i686/initcpio-hook-udev |   20 +++
 testing-i686/initcpio-install-systemd   |  153 ++
 testing-i686/initcpio-install-udev  |   28 +
 testing-i686/systemd.install|  103 
 testing-x86_64/PKGBUILD |  127 
 testing-x86_64/initcpio-hook-udev   |   20 +++
 testing-x86_64/initcpio-install-systemd |  153 ++
 testing-x86_64/initcpio-install-udev|   28 +
 testing-x86_64/systemd.install  |  103 
 10 files changed, 862 insertions(+)

Copied: systemd/repos/testing-i686/PKGBUILD (from rev 191313, 
systemd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-23 13:45:44 UTC (rev 191314)
@@ -0,0 +1,127 @@
+# Maintainer: Dave Reisner dreis...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgbase=systemd
+pkgname=('systemd' 'systemd-sysvcompat')
+pkgver=206
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.freedesktop.org/wiki/Software/systemd;
+license=('GPL2' 'LGPL2.1' 'MIT')
+makedepends=('acl' 'cryptsetup' 'dbus-core' 'docbook-xsl' 
'gobject-introspection' 'gperf'
+ 'gtk-doc' 'intltool' 'kmod' 'libcap' 'libgcrypt'  'libmicrohttpd' 
'libxslt'
+ 'linux-api-headers' 'pam' 'python' 'quota-tools' 'xz')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz;
+'initcpio-hook-udev'
+'initcpio-install-systemd'
+'initcpio-install-udev')
+md5sums=('89e36f2d3ba963020b72738549954cbc'
+ '2de72238ed5c0df62a7c3b6bdaf8cb7c'
+ 'ee6565a05be172de8f12e0a139ba8df4'
+ 'd83d45e67cd75cdbafb81c96a7485319')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+  --libexecdir=/usr/lib \
+  --localstatedir=/var \
+  --sysconfdir=/etc \
+  --enable-introspection \
+  --enable-gtk-doc \
+  --disable-audit \
+  --disable-ima \
+  --with-sysvinit-path= \
+  --with-sysvrcnd-path= \
+  --with-firmware-path=/usr/lib/firmware/updates:/usr/lib/firmware
+
+  make
+}
+
+check() {
+  # two tests fail due to running under nspawn
+  make -C $pkgname-$pkgver check || true
+}
+
+package_systemd() {
+  pkgdesc=system and service manager
+  depends=('acl' 'bash' 'dbus-core' 'glib2' 'kbd' 'kmod' 'hwids' 'libcap' 
'libgcrypt'
+   'pam' 'util-linux' 'xz')
+  provides=(libsystemd=$pkgver 'nss-myhostname' systemd-tools=$pkgver 
udev=$pkgver
+'libgudev-1.0.so' 'libsystemd-daemon.so' 'libsystemd-id128.so'
+'libsystemd-journal.so' 'libsystemd-login.so' 'libudev.so')
+  replaces=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev')
+  conflicts=('libsystemd' 'nss-myhostname' 'systemd-tools' 'udev')
+  optdepends=('cryptsetup: required for encrypted block devices'
+  'libmicrohttpd: systemd-journal-gatewayd'
+  'quota-tools: kernel-level quota management'
+  'python: systemd library bindings'
+  'systemd-sysvcompat: symlink package to provide sysvinit 
binaries')
+  backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf
+  etc/dbus-1/system.d/org.freedesktop.hostname1.conf
+  etc/dbus-1/system.d/org.freedesktop.login1.conf
+  etc/dbus-1/system.d/org.freedesktop.locale1.conf
+  etc/dbus-1/system.d/org.freedesktop.machine1.conf
+  etc/dbus-1/system.d/org.freedesktop.timedate1.conf
+  etc/systemd/bootchart.conf
+  

[arch-commits] Commit in colord/trunk (PKGBUILD udev-systemd.patch)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 16:05:05
  Author: jgc
Revision: 191315

upgpkg: colord 1.0.2-2

Fix calls to usb_id and usb-db

Added:
  colord/trunk/udev-systemd.patch
Modified:
  colord/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 udev-systemd.patch |   17 +
 2 files changed, 27 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 13:45:44 UTC (rev 191314)
+++ PKGBUILD2013-07-23 14:05:05 UTC (rev 191315)
@@ -4,7 +4,7 @@
 
 pkgname=colord
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=System daemon for managing color devices
 arch=(i686 x86_64)
 url=http://www.freedesktop.org/software/colord;
@@ -15,9 +15,16 @@
 options=('!libtool')
 install=colord.install
 backup=(etc/colord.conf)
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('081ce4457e9752c726e68820b1b079ab314093a0')
+source=($url/releases/$pkgname-$pkgver.tar.xz
+udev-systemd.patch)
+sha1sums=('081ce4457e9752c726e68820b1b079ab314093a0'
+  '3b467b9674f767c804943d191beaf6bd1ba3a606')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../udev-systemd.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   

Added: udev-systemd.patch
===
--- udev-systemd.patch  (rev 0)
+++ udev-systemd.patch  2013-07-23 14:05:05 UTC (rev 191315)
@@ -0,0 +1,17 @@
+Description: Migrate from usb_id and usb_db to udev builtins usb_id and hwdb.
+Author: Dmitrijs Ledkovs dmitrij.led...@ubuntu.com
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/1200185
+
+--- colord-1.0.1.orig/rules/69-cd-sensors.rules.in
 colord-1.0.1/rules/69-cd-sensors.rules.in
+@@ -86,8 +86,8 @@ ATTRS{idVendor}==273f, ATTRS{idProduct
+ 
+ # color calibration device
+ ENV{COLORD_SENSOR_KIND}==*?, ENV{COLOR_MEASUREMENT_DEVICE}=1
+-ENV{COLORD_SENSOR_KIND}==*?, ENV{ID_MODEL}==, IMPORT{program}=usb_id 
--export %p
+-ENV{COLORD_SENSOR_KIND}==*?, ENV{ID_MODEL_FROM_DATABASE}==, 
IMPORT{program}=usb-db %p
++ENV{COLORD_SENSOR_KIND}==*?, ENV{ID_MODEL}==, IMPORT{builtin}=usb_id
++ENV{COLORD_SENSOR_KIND}==*?, ENV{ID_MODEL_FROM_DATABASE}==, 
IMPORT{builtin}=hwdb --subsystem=usb
+ 
+ # Allow the daemon to access the color devices
+ ENV{COLORD_SENSOR_KIND}==*?, GROUP=@daemon_user@



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 16:05:15
  Author: jgc
Revision: 191316

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

Added:
  colord/repos/extra-i686/PKGBUILD
(from rev 191315, colord/trunk/PKGBUILD)
  colord/repos/extra-i686/colord.install
(from rev 191315, colord/trunk/colord.install)
  colord/repos/extra-i686/udev-systemd.patch
(from rev 191315, colord/trunk/udev-systemd.patch)
  colord/repos/extra-x86_64/PKGBUILD
(from rev 191315, colord/trunk/PKGBUILD)
  colord/repos/extra-x86_64/colord.install
(from rev 191315, colord/trunk/colord.install)
  colord/repos/extra-x86_64/udev-systemd.patch
(from rev 191315, colord/trunk/udev-systemd.patch)
Deleted:
  colord/repos/extra-i686/PKGBUILD
  colord/repos/extra-i686/colord.install
  colord/repos/extra-x86_64/PKGBUILD
  colord/repos/extra-x86_64/colord.install

-+
 /PKGBUILD   |   92 ++
 /colord.install |   22 +
 extra-i686/PKGBUILD |   39 
 extra-i686/colord.install   |   11 
 extra-i686/udev-systemd.patch   |   17 +++
 extra-x86_64/PKGBUILD   |   39 
 extra-x86_64/colord.install |   11 
 extra-x86_64/udev-systemd.patch |   17 +++
 8 files changed, 148 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 14:05:05 UTC (rev 191315)
+++ extra-i686/PKGBUILD 2013-07-23 14:05:15 UTC (rev 191316)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-
-pkgname=colord
-pkgver=1.0.2
-pkgrel=1
-pkgdesc=System daemon for managing color devices
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/software/colord;
-license=(GPL2)
-depends=(lcms2 libgusb polkit shared-color-profiles sqlite udev dconf dbus)
-makedepends=(intltool gobject-introspection vala docbook2x sane 
bash-completion)
-optdepends=('sane: UseSANE support [/etc/colord.conf]')
-options=('!libtool')
-install=colord.install
-backup=(etc/colord.conf)
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('081ce4457e9752c726e68820b1b079ab314093a0')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  # put udev files in /usr/lib
-  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
-  
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-vala --enable-sane --disable-volume-search
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 191315, 
colord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 14:05:15 UTC (rev 191316)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=colord
+pkgver=1.0.2
+pkgrel=2
+pkgdesc=System daemon for managing color devices
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/software/colord;
+license=(GPL2)
+depends=(lcms2 libgusb polkit shared-color-profiles sqlite udev dconf dbus)
+makedepends=(intltool gobject-introspection vala docbook2x sane 
bash-completion)
+optdepends=('sane: UseSANE support [/etc/colord.conf]')
+options=('!libtool')
+install=colord.install
+backup=(etc/colord.conf)
+source=($url/releases/$pkgname-$pkgver.tar.xz
+udev-systemd.patch)
+sha1sums=('081ce4457e9752c726e68820b1b079ab314093a0'
+  '3b467b9674f767c804943d191beaf6bd1ba3a606')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../udev-systemd.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  
+  # put udev files in /usr/lib
+  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
+  
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--enable-vala --enable-sane --disable-volume-search
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/colord.install
===
--- extra-i686/colord.install   2013-07-23 14:05:05 UTC (rev 191315)
+++ extra-i686/colord.install   2013-07-23 14:05:15 UTC (rev 191316)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: colord/repos/extra-i686/colord.install (from rev 191315, 
colord/trunk/colord.install)
===
--- 

[arch-commits] Commit in mkinitcpio-busybox/trunk (PKGBUILD config)

2013-07-23 Thread Dave Reisner
Date: Tuesday, July 23, 2013 @ 17:07:17
  Author: dreisner
Revision: 191318

upgpkg: mkinitcpio-busybox 1.21.1-1

introduce prepare function for flag/config busywork

Modified:
  mkinitcpio-busybox/trunk/PKGBUILD
  mkinitcpio-busybox/trunk/config

--+
 PKGBUILD |   21 +++--
 config   |   30 ++
 2 files changed, 29 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 14:38:48 UTC (rev 191317)
+++ PKGBUILD2013-07-23 15:07:17 UTC (rev 191318)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler tho...@archlinux.org
 
 pkgname=mkinitcpio-busybox
-pkgver=1.20.2
+pkgver=1.21.1
 pkgrel=1
 pkgdesc=base initramfs tools
 arch=('i686' 'x86_64')
@@ -14,21 +14,22 @@
 source=(http://busybox.net/downloads/busybox-$pkgver.tar.bz2;
 'glibc-2.16.patch'
 'config')
-sha256sums=('eb13ff01dae5618ead2ef6f92ba879e9e0390f9583bd545d8789d27cf39b6882'
+sha256sums=('cd5be0912ec856110ae12c76c3ec9cd5cba1df45b5a9da2b095b8284d1481303'
 'fb5b6e2a0de4db5401322e5c2474ad8ce6a58615dad45b7109cfe045baf2c88d'
-'d8064ed6ec21868e4afe057445e2d852b353abd595132cb1ca3ba345988772f0')
+'cad474e2131c0aa3c2f628f74389b43ca3df8818db73ba8cc18081c3531ff318')
 
-build() {
-  cd $srcdir/busybox-$pkgver
+prepare() {
+  cd busybox-$pkgver
 
-  local safeflags=${CARCH/_/-} -mtune=generic -Os -pipe -fno-strict-aliasing
+  local safeflags=-march=${CARCH/_/-} -mtune=generic -Os -pipe 
-fno-strict-aliasing
 
-  sed 's|^\(CONFIG_EXTRA_CFLAGS\)=.*|\1=-march='$safeflags'|' \
-$srcdir/config  .config
+  sed 's|^\(CONFIG_EXTRA_CFLAGS\)=.*|\1='$safeflags'|' $srcdir/config 
.config
 
-  patch -Np1  $srcdir/glibc-2.16.patch
+  patch -Np1 $srcdir/glibc-2.16.patch
+}
 
-  make
+build() {
+  make -C busybox-$pkgver
 }
 
 package() {

Modified: config
===
--- config  2013-07-23 14:38:48 UTC (rev 191317)
+++ config  2013-07-23 15:07:17 UTC (rev 191318)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
-# Busybox version: 1.20.0
-# Sun May 13 11:33:40 2012
+# Busybox version: 1.21.0
+# Tue Jan 22 09:04:09 2013
 #
 CONFIG_HAVE_DOT_CONFIG=y
 
@@ -42,6 +42,7 @@
 # CONFIG_FEATURE_UTMP is not set
 # CONFIG_FEATURE_WTMP is not set
 # CONFIG_FEATURE_PIDFILE is not set
+CONFIG_PID_FILE_PATH=
 CONFIG_FEATURE_SUID=y
 # CONFIG_FEATURE_SUID_CONFIG is not set
 # CONFIG_FEATURE_SUID_CONFIG_QUIET is not set
@@ -96,6 +97,7 @@
 # CONFIG_FEATURE_RTMINMAX is not set
 CONFIG_PASSWORD_MINLEN=6
 CONFIG_MD5_SMALL=0
+CONFIG_SHA3_SMALL=0
 CONFIG_FEATURE_FAST_TOP=y
 # CONFIG_FEATURE_ETC_NETWORKS is not set
 # CONFIG_FEATURE_USE_TERMIOS is not set
@@ -263,6 +265,7 @@
 CONFIG_SHA1SUM=y
 CONFIG_SHA256SUM=y
 CONFIG_SHA512SUM=y
+# CONFIG_SHA3SUM is not set
 CONFIG_SLEEP=y
 CONFIG_FEATURE_FANCY_SLEEP=y
 CONFIG_FEATURE_FLOAT_SLEEP=y
@@ -310,7 +313,7 @@
 CONFIG_FEATURE_HUMAN_READABLE=y
 
 #
-# Common options for md5sum, sha1sum, sha256sum, sha512sum
+# Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum
 #
 CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y
 
@@ -375,7 +378,6 @@
 CONFIG_FEATURE_VI_SET=y
 CONFIG_FEATURE_VI_WIN_RESIZE=y
 CONFIG_FEATURE_VI_ASK_TERMINAL=y
-CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y
 CONFIG_AWK=y
 # CONFIG_FEATURE_AWK_LIBM is not set
 # CONFIG_CMP is not set
@@ -612,9 +614,11 @@
 # CONFIG_FEATURE_VOLUMEID_BTRFS is not set
 # CONFIG_FEATURE_VOLUMEID_REISERFS is not set
 # CONFIG_FEATURE_VOLUMEID_FAT is not set
+# CONFIG_FEATURE_VOLUMEID_EXFAT is not set
 # CONFIG_FEATURE_VOLUMEID_HFS is not set
 # CONFIG_FEATURE_VOLUMEID_JFS is not set
 # CONFIG_FEATURE_VOLUMEID_XFS is not set
+# CONFIG_FEATURE_VOLUMEID_NILFS is not set
 # CONFIG_FEATURE_VOLUMEID_NTFS is not set
 # CONFIG_FEATURE_VOLUMEID_ISO9660 is not set
 # CONFIG_FEATURE_VOLUMEID_UDF is not set
@@ -622,6 +626,7 @@
 # CONFIG_FEATURE_VOLUMEID_LINUXSWAP is not set
 # CONFIG_FEATURE_VOLUMEID_CRAMFS is not set
 # CONFIG_FEATURE_VOLUMEID_ROMFS is not set
+# CONFIG_FEATURE_VOLUMEID_SQUASHFS is not set
 # CONFIG_FEATURE_VOLUMEID_SYSV is not set
 # CONFIG_FEATURE_VOLUMEID_OCFS2 is not set
 # CONFIG_FEATURE_VOLUMEID_LINUXRAID is not set
@@ -701,7 +706,7 @@
 # CONFIG_FEATURE_MAKEDEVS_TABLE is not set
 # CONFIG_MAN is not set
 # CONFIG_MICROCOM is not set
-# CONFIG_MOUNTPOINT is not set
+CONFIG_MOUNTPOINT=y
 # CONFIG_MT is not set
 # CONFIG_RAIDAUTORUN is not set
 # CONFIG_READAHEAD is not set
@@ -894,6 +899,13 @@
 # CONFIG_PSTREE is not set
 # CONFIG_PWDX is not set
 # CONFIG_SMEMCAP is not set
+# CONFIG_TOP is not set
+# CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE is not set
+# CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS is not set
+# CONFIG_FEATURE_TOP_SMP_CPU is not set
+# CONFIG_FEATURE_TOP_DECIMALS is not set
+# CONFIG_FEATURE_TOP_SMP_PROCESS is not set
+# CONFIG_FEATURE_TOPMEM is not set
 CONFIG_UPTIME=y
 # CONFIG_FEATURE_UPTIME_UTMP_SUPPORT is not set
 CONFIG_FREE=y

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

2013-07-23 Thread Dave Reisner
Date: Tuesday, July 23, 2013 @ 17:07:42
  Author: dreisner
Revision: 191319

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

Added:
  mkinitcpio-busybox/repos/testing-i686/
  mkinitcpio-busybox/repos/testing-i686/PKGBUILD
(from rev 191318, mkinitcpio-busybox/trunk/PKGBUILD)
  mkinitcpio-busybox/repos/testing-i686/config
(from rev 191318, mkinitcpio-busybox/trunk/config)
  mkinitcpio-busybox/repos/testing-i686/glibc-2.16.patch
(from rev 191318, mkinitcpio-busybox/trunk/glibc-2.16.patch)
  mkinitcpio-busybox/repos/testing-x86_64/
  mkinitcpio-busybox/repos/testing-x86_64/PKGBUILD
(from rev 191318, mkinitcpio-busybox/trunk/PKGBUILD)
  mkinitcpio-busybox/repos/testing-x86_64/config
(from rev 191318, mkinitcpio-busybox/trunk/config)
  mkinitcpio-busybox/repos/testing-x86_64/glibc-2.16.patch
(from rev 191318, mkinitcpio-busybox/trunk/glibc-2.16.patch)

-+
 testing-i686/PKGBUILD   |   39 +
 testing-i686/config | 1026 ++
 testing-i686/glibc-2.16.patch   |   10 
 testing-x86_64/PKGBUILD |   39 +
 testing-x86_64/config   | 1026 ++
 testing-x86_64/glibc-2.16.patch |   10 
 6 files changed, 2150 insertions(+)

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


[arch-commits] Commit in gnome-vfs/trunk (PKGBUILD enable-deprecated.patch)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 17:14:48
  Author: jgc
Revision: 191320

upgpkg: gnome-vfs 2.24.4-7

Make it compile again

Added:
  gnome-vfs/trunk/enable-deprecated.patch
Modified:
  gnome-vfs/trunk/PKGBUILD

-+
 PKGBUILD|   34 +--
 enable-deprecated.patch |   57 ++
 2 files changed, 79 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 15:07:42 UTC (rev 191319)
+++ PKGBUILD2013-07-23 15:14:48 UTC (rev 191320)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-vfs
 pkgver=2.24.4
-pkgrel=6
+pkgrel=7
 pkgdesc=The GNOME Virtual File System
 arch=(i686 x86_64)
 license=('LGPL')
@@ -14,33 +14,43 @@
 install=gnome-vfs.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.24/gnome-vfs-${pkgver}.tar.bz2
 gnutls-config.patch
-gcrypt-config.patch)
+gcrypt-config.patch
+enable-deprecated.patch)
 sha256sums=('62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa'
 '66c7cfb12995c0dd94a2caea95c7e3c55981993f05a79c585d60915ff131955d'
-'c059e218f310da683778919d36e7862f7e763384805f6453d328fbaf507a8114')
+'c059e218f310da683778919d36e7862f7e763384805f6453d328fbaf507a8114'
+'ca2b9dffb1fa202c0d1f0d3648ef37cd8e84657a22d4c6746bb46e9a6cf1ee47')
 
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+prepare() {
+  cd ${pkgname}-${pkgver}
   #Fix build with new gnutls
-  patch -Np1 -i ${srcdir}/gnutls-config.patch
+  patch -Np1 -i ../gnutls-config.patch
   #fix build with new libgcrypt = 1.5.0
-  patch -Np1 -i ${srcdir}/gcrypt-config.patch
+  patch -Np1 -i ../gcrypt-config.patch
+  # remove -DG_DISABLE_DEPRECATED
+  patch -Np1 -i ../enable-deprecated.patch
+
+  sed -i -s 's|$(srcdir)/auto-test|auto-test|' test/Makefile.am
+}
+build() {
+  cd ${pkgname}-${pkgver}
   libtoolize --force
   gtkdocize
   aclocal
   autoconf
-  automake
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  automake --add-missing
+  CFLAGS=$CFLAGS -fno-strict-aliasing ./configure \
+  --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/gnome-vfs-2.0 \
-  --enable-samba --disable-hal \
-  --enable-avahi --disable-howl \
+  --enable-samba --with-samba-includes=/usr/include/samba-4.0 \
+  --disable-hal --enable-avahi --disable-howl \
   --disable-openssl --enable-gnutls
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
 
   install -d -m755 ${pkgdir}/usr/share/gconf/schemas

Added: enable-deprecated.patch
===
--- enable-deprecated.patch (rev 0)
+++ enable-deprecated.patch 2013-07-23 15:14:48 UTC (rev 191320)
@@ -0,0 +1,57 @@
+diff -up gnome-vfs-2.24.4/daemon/Makefile.am.bak 
gnome-vfs-2.24.4/daemon/Makefile.am
+--- gnome-vfs-2.24.4/daemon/Makefile.am.bak2010-02-09 13:16:14.0 
+0100
 gnome-vfs-2.24.4/daemon/Makefile.am2013-03-27 17:01:25.0 
+0100
+@@ -8,7 +8,6 @@ INCLUDES= \
+   -D_LARGEFILE64_SOURCE   \
+   -D_POSIX_PTHREAD_SEMANTICS  \
+   -D_REENTRANT\
+-  -DG_DISABLE_DEPRECATED  \
+   -DGNOME_VFS_PREFIX=\$(prefix)\\
+   -DGNOME_VFS_DATADIR=\$(datadir)\  \
+   -DGNOME_VFS_LIBDIR=\$(libdir)\\
+diff -up gnome-vfs-2.24.4/libgnomevfs/Makefile.am.bak 
gnome-vfs-2.24.4/libgnomevfs/Makefile.am
+--- gnome-vfs-2.24.4/libgnomevfs/Makefile.am.bak   2010-02-09 
13:16:14.0 +0100
 gnome-vfs-2.24.4/libgnomevfs/Makefile.am   2013-03-27 17:01:37.0 
+0100
+@@ -19,7 +19,6 @@ INCLUDES =   \
+   -D_LARGEFILE64_SOURCE   \
+   -D_POSIX_PTHREAD_SEMANTICS  \
+   -D_REENTRANT\
+-  -DG_DISABLE_DEPRECATED  \
+   -DGNOME_VFS_PREFIX=\$(prefix)\\
+   -DGNOME_VFS_BINDIR=\$(bindir)\\
+   -DGNOME_VFS_DATADIR=\$(datadir)\  \
+diff -up gnome-vfs-2.24.4/modules/Makefile.am.bak 
gnome-vfs-2.24.4/modules/Makefile.am
+--- gnome-vfs-2.24.4/modules/Makefile.am.bak   2010-02-09 13:16:14.0 
+0100
 gnome-vfs-2.24.4/modules/Makefile.am   2013-03-27 17:01:45.0 
+0100
+@@ -18,7 +18,6 @@ INCLUDES =   \
+   -D_POSIX_PTHREAD_SEMANTICS  \
+   -D_REENTRANT\
+   -DSSH_PROGRAM=\$(SSH_PROGRAM)\\
+-  -DG_DISABLE_DEPRECATED  \
+   -DGNOME_VFS_PREFIX=\$(prefix)\\
+   -DGNOME_VFS_DATADIR=\$(datadir)\  \
+   -DGNOME_VFS_LIBDIR=\$(libdir)\\
+diff -up 

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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 17:15:03
  Author: jgc
Revision: 191321

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

Added:
  gnome-vfs/repos/extra-i686/PKGBUILD
(from rev 191320, gnome-vfs/trunk/PKGBUILD)
  gnome-vfs/repos/extra-i686/enable-deprecated.patch
(from rev 191320, gnome-vfs/trunk/enable-deprecated.patch)
  gnome-vfs/repos/extra-i686/gcrypt-config.patch
(from rev 191320, gnome-vfs/trunk/gcrypt-config.patch)
  gnome-vfs/repos/extra-i686/gnome-vfs.install
(from rev 191320, gnome-vfs/trunk/gnome-vfs.install)
  gnome-vfs/repos/extra-i686/gnutls-config.patch
(from rev 191320, gnome-vfs/trunk/gnutls-config.patch)
  gnome-vfs/repos/extra-x86_64/PKGBUILD
(from rev 191320, gnome-vfs/trunk/PKGBUILD)
  gnome-vfs/repos/extra-x86_64/enable-deprecated.patch
(from rev 191320, gnome-vfs/trunk/enable-deprecated.patch)
  gnome-vfs/repos/extra-x86_64/gcrypt-config.patch
(from rev 191320, gnome-vfs/trunk/gcrypt-config.patch)
  gnome-vfs/repos/extra-x86_64/gnome-vfs.install
(from rev 191320, gnome-vfs/trunk/gnome-vfs.install)
  gnome-vfs/repos/extra-x86_64/gnutls-config.patch
(from rev 191320, gnome-vfs/trunk/gnutls-config.patch)
Deleted:
  gnome-vfs/repos/extra-i686/PKGBUILD
  gnome-vfs/repos/extra-i686/gcrypt-config.patch
  gnome-vfs/repos/extra-i686/gnome-vfs.install
  gnome-vfs/repos/extra-i686/gnutls-config.patch
  gnome-vfs/repos/extra-x86_64/PKGBUILD
  gnome-vfs/repos/extra-x86_64/gcrypt-config.patch
  gnome-vfs/repos/extra-x86_64/gnome-vfs.install
  gnome-vfs/repos/extra-x86_64/gnutls-config.patch

--+
 /PKGBUILD|  118 +
 /gcrypt-config.patch |   62 +
 /gnome-vfs.install   |   34 +
 /gnutls-config.patch |   50 +
 extra-i686/PKGBUILD  |   49 -
 extra-i686/enable-deprecated.patch   |   57 +++
 extra-i686/gcrypt-config.patch   |   31 
 extra-i686/gnome-vfs.install |   17 
 extra-i686/gnutls-config.patch   |   25 --
 extra-x86_64/PKGBUILD|   49 -
 extra-x86_64/enable-deprecated.patch |   57 +++
 extra-x86_64/gcrypt-config.patch |   31 
 extra-x86_64/gnome-vfs.install   |   17 
 extra-x86_64/gnutls-config.patch |   25 --
 14 files changed, 378 insertions(+), 244 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 15:14:48 UTC (rev 191320)
+++ extra-i686/PKGBUILD 2013-07-23 15:15:03 UTC (rev 191321)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=gnome-vfs
-pkgver=2.24.4
-pkgrel=6
-pkgdesc=The GNOME Virtual File System
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gconf' 'bzip2' 'avahi' 'smbclient' 'gnome-mime-data' 'krb5' 'gnutls' 
'libgcrypt')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gnome-common')
-options=('!libtool' '!emptydirs')
-url=http://www.gnome.org;
-install=gnome-vfs.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.24/gnome-vfs-${pkgver}.tar.bz2
-gnutls-config.patch
-gcrypt-config.patch)
-sha256sums=('62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa'
-'66c7cfb12995c0dd94a2caea95c7e3c55981993f05a79c585d60915ff131955d'
-'c059e218f310da683778919d36e7862f7e763384805f6453d328fbaf507a8114')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  #Fix build with new gnutls
-  patch -Np1 -i ${srcdir}/gnutls-config.patch
-  #fix build with new libgcrypt = 1.5.0
-  patch -Np1 -i ${srcdir}/gcrypt-config.patch
-  libtoolize --force
-  gtkdocize
-  aclocal
-  autoconf
-  automake
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gnome-vfs-2.0 \
-  --enable-samba --disable-hal \
-  --enable-avahi --disable-howl \
-  --disable-openssl --enable-gnutls
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
-
-  install -d -m755 ${pkgdir}/usr/share/gconf/schemas
-  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain gnome-vfs-2.0 ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: gnome-vfs/repos/extra-i686/PKGBUILD (from rev 191320, 
gnome-vfs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 15:15:03 UTC (rev 191321)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-vfs
+pkgver=2.24.4
+pkgrel=7
+pkgdesc=The GNOME Virtual File System
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gconf' 'bzip2' 'avahi' 'smbclient' 'gnome-mime-data' 'krb5' 

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

2013-07-23 Thread Dave Reisner
Date: Tuesday, July 23, 2013 @ 17:20:36
  Author: dreisner
Revision: 191322

cut processing time in half for udev rules

Modified:
  systemd/trunk/initcpio-install-systemd

--+
 initcpio-install-systemd |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: initcpio-install-systemd
===
--- initcpio-install-systemd2013-07-23 15:15:03 UTC (rev 191321)
+++ initcpio-install-systemd2013-07-23 15:20:36 UTC (rev 191322)
@@ -24,11 +24,14 @@
 add_file $rules
 
 while IFS=, read -ra rule; do
+# skip empty lines, comments
+[[ -z $rule || $rule = @(+([[:space:]])|#*) ]]  continue
+
 for pair in ${rule[@]}; do
 IFS=' =' read -r key value  $pair
-strip_quotes 'value'
 case $key in
 RUN@({program}|+)|IMPORT{program}|ENV{REMOVE_CMD})
+strip_quotes 'value'
 # just take the first word as the binary name
 binary=${value%% *}
 if [[ ${binary:0:1} != '/' ]]; then



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 18:42:19
  Author: jgc
Revision: 191323

upgpkg: imake 1.0.6-1

Modified:
  imake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 15:20:36 UTC (rev 191322)
+++ PKGBUILD2013-07-23 16:42:19 UTC (rev 191323)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=imake
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc=X.Org imake program and related utilities
 arch=('i686' 'x86_64')
@@ -14,22 +14,25 @@
 
source=(http://xorg.freedesktop.org/releases/individual/util/imake-${pkgver}.tar.bz2;
 
'http://xorg.freedesktop.org/releases/individual/util/gccmakedep-1.0.2.tar.bz2'
 
'http://xorg.freedesktop.org/releases/individual/util/lndir-1.0.3.tar.bz2'
-
'http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.4.tar.bz2'
-
'http://xorg.freedesktop.org/releases/individual/util/xorg-cf-files-1.0.4.tar.bz2'
+
'http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.5.tar.bz2'
+
'http://xorg.freedesktop.org/releases/individual/util/xorg-cf-files-1.0.5.tar.bz2'
 'linuxconfig.patch'
 'LICENSE')
-sha1sums=('1fd3dca267d125ad86583d7f9663b6ff532cddd1'
+sha1sums=('a54c025d7ac9894b6bc919d13454c6adb12ae140'
   'a3d971a507a460233afd8ed46e9f06135fed634d'
   'fc71a6ff2cc0a1065cfb608796ffd6b4f0ce76fe'
-  '1f0f8aea1526c6c022f2cf16f7a6c67118c68336'
-  'c58b7252df481572ec1ccd77b9f1ab561ed89e45'
+  '2599afa039d2070bae9df6ce43da288b3a4adf97'
+  'ae22eb81d56d018f0b3b149f70965ebfef2385fd'
   '72f2d4cc4d4cc5f85ba6982718ae1bbb7e56e0d0'
   'c5ecffb25ad079ba3858e3aec047d046df603a89')
 
+
+prepare() {
+  cd xorg-cf-files-1.0.5
+  patch -p1 -i ${srcdir}/linuxconfig.patch
+}
+
 build() {
-  cd ${srcdir}/xorg-cf-files-1.0.4
-  patch -p1 -i ${srcdir}/linuxconfig.patch
-  cd ${srcdir}
   for i in *; do
 if [ -d ${i} ]; then
   pushd ${i}
@@ -41,7 +44,6 @@
 }
 
 package() {
-  cd ${srcdir}
   for i in *; do
 if [ -d ${i} ]; then
   pushd ${i}



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 18:42:27
  Author: jgc
Revision: 191324

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

Added:
  imake/repos/extra-i686/LICENSE
(from rev 191323, imake/trunk/LICENSE)
  imake/repos/extra-i686/PKGBUILD
(from rev 191323, imake/trunk/PKGBUILD)
  imake/repos/extra-i686/linuxconfig.patch
(from rev 191323, imake/trunk/linuxconfig.patch)
  imake/repos/extra-x86_64/LICENSE
(from rev 191323, imake/trunk/LICENSE)
  imake/repos/extra-x86_64/PKGBUILD
(from rev 191323, imake/trunk/PKGBUILD)
  imake/repos/extra-x86_64/linuxconfig.patch
(from rev 191323, imake/trunk/linuxconfig.patch)
Deleted:
  imake/repos/extra-i686/LICENSE
  imake/repos/extra-i686/PKGBUILD
  imake/repos/extra-i686/linuxconfig.patch
  imake/repos/extra-x86_64/LICENSE
  imake/repos/extra-x86_64/PKGBUILD
  imake/repos/extra-x86_64/linuxconfig.patch

+
 /LICENSE   |  262 +++
 /PKGBUILD  |  110 
 /linuxconfig.patch |   62 +
 extra-i686/LICENSE |  131 ---
 extra-i686/PKGBUILD|   53 ---
 extra-i686/linuxconfig.patch   |   31 
 extra-x86_64/LICENSE   |  131 ---
 extra-x86_64/PKGBUILD  |   53 ---
 extra-x86_64/linuxconfig.patch |   31 
 9 files changed, 434 insertions(+), 430 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2013-07-23 16:42:19 UTC (rev 191323)
+++ extra-i686/LICENSE  2013-07-23 16:42:27 UTC (rev 191324)
@@ -1,131 +0,0 @@
-gccmakedep:
-
-  XFree86 code without an explicit copyright is covered by the following copy-
-  right/license:
-  
-  Copyright (C) 1994-2003 The XFree86 Project, Inc.  All Rights Reserved.
-  
-  Permission is hereby granted, free of charge, to any person obtaining a copy
-  of this software and associated documentation files (the Software), to deal
-  in the Software without restriction, including without limitation the rights
-  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the Software is fur-
-  nished to do so, subject to the following conditions:
-  
-  The above copyright notice and this permission notice shall be included in
-  all copies or substantial portions of the Software.
-  
-  THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
-  NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-  XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
-  NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-  
-  Except as contained in this notice, the name of the XFree86 Project shall not
-  be used in advertising or otherwise to promote the sale, use or other deal-
-  ings in this Software without prior written authorization from the XFree86
-  Project.
-
-imake:
-
-  Copyright (c) 1985, 1986, 1987, 1998 The Open Group
-  
-  Permission to use, copy, modify, distribute, and sell this software and its
-  documentation for any purpose is hereby granted without fee, provided that
-  the above copyright notice appear in all copies and that both that
-  copyright notice and this permission notice appear in supporting
-  documentation.
-  
-  The above copyright notice and this permission notice shall be included in
-  all copies or substantial portions of the Software.
-  
-  THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-  OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-  AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-  
-  Except as contained in this notice, the name of The Open Group shall not be
-  used in advertising or otherwise to promote the sale, use or other dealings
-  in this Software without prior written authorization from The Open Group.
-   *
-   * Original Author:
-   *   Todd Brunhoff
-   *   Tektronix, inc.
-   *   While a guest engineer at Project Athena, MIT
-
-lndir:
-
-  Copyright (c) 1990, 1998 The Open Group
-  
-  Permission to use, copy, modify, distribute, and sell this software and its
-  documentation for any purpose is hereby granted without fee, provided that
-  the above copyright notice appear in all copies and that both that
-  copyright notice and this permission notice appear in supporting
-  documentation.
-  
-  The above copyright notice and this permission notice shall be 

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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 18:47:58
  Author: jgc
Revision: 191326

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

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

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

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

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

Deleted: extra-i686/cheese.install
===
--- extra-i686/cheese.install   2013-07-23 16:47:52 UTC (rev 191325)
+++ extra-i686/cheese.install   2013-07-23 16:47:58 UTC (rev 191326)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: cheese/repos/extra-i686/cheese.install (from rev 191325, 
cheese/trunk/cheese.install)
===
--- extra-i686/cheese.install   (rev 0)
+++ extra-i686/cheese.install   2013-07-23 16:47:58 UTC 

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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 18:47:52
  Author: jgc
Revision: 191325

upgpkg: cheese 3.8.3-1

Modified:
  cheese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 16:42:27 UTC (rev 191324)
+++ PKGBUILD2013-07-23 16:47:52 UTC (rev 191325)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=cheese
-pkgver=3.8.2
-pkgrel=2
+pkgver=3.8.3
+pkgrel=1
 pkgdesc=Use your webcam to take photos and videos, apply fancy special 
effects and share the fun with others
 arch=(i686 x86_64)
 license=('GPL')
@@ -16,7 +16,7 @@
 url=http://www.gnome.org/projects/cheese/;
 install=cheese.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('79d21f2a7ebf1e91b2c2aa595f3a6dcf899258b1d2e307371440540c3d3a4ec3')
+sha256sums=('5f08079b6ccaa6ea8de9163ff0e43554347c12e13f0a60eb6ad06d291c116937')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 18:53:06
  Author: jgc
Revision: 191330

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 16:52:59 UTC (rev 191329)
+++ extra-i686/PKGBUILD 2013-07-23 16:53:06 UTC (rev 191330)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Chaiwat Suttipongsakul cwt...@gmail.com
-
-pkgname=libthai
-pkgver=0.1.18
-pkgrel=1
-pkgdesc=Thai language support routines
-url=http://linux.thai.net/projects/libthai;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libdatrie')
-makedepends=('pkgconfig')
-options=('!libtool' '!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('0250fc5255c1e62b23f88c2d6b1d6262')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libthai/repos/extra-i686/PKGBUILD (from rev 191329, 
libthai/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 16:53:06 UTC (rev 191330)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Chaiwat Suttipongsakul cwt...@gmail.com
+
+pkgname=libthai
+pkgver=0.1.19
+pkgrel=1
+pkgdesc=Thai language support routines
+url=http://linux.thai.net/projects/libthai;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libdatrie')
+makedepends=('pkgconfig')
+options=('!libtool' '!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('c4a6c3842257889f8f15ae192b66e797')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-23 16:52:59 UTC (rev 191329)
+++ extra-x86_64/PKGBUILD   2013-07-23 16:53:06 UTC (rev 191330)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Chaiwat Suttipongsakul cwt...@gmail.com
-
-pkgname=libthai
-pkgver=0.1.18
-pkgrel=1
-pkgdesc=Thai language support routines
-url=http://linux.thai.net/projects/libthai;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libdatrie')
-makedepends=('pkgconfig')
-options=('!libtool' '!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('0250fc5255c1e62b23f88c2d6b1d6262')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libthai/repos/extra-x86_64/PKGBUILD (from rev 191329, 
libthai/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-23 16:53:06 UTC (rev 191330)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Chaiwat Suttipongsakul cwt...@gmail.com
+
+pkgname=libthai
+pkgver=0.1.19
+pkgrel=1
+pkgdesc=Thai language support routines
+url=http://linux.thai.net/projects/libthai;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libdatrie')
+makedepends=('pkgconfig')
+options=('!libtool' '!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('c4a6c3842257889f8f15ae192b66e797')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 18:57:20
  Author: jgc
Revision: 191332

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 16:57:11 UTC (rev 191331)
+++ extra-i686/PKGBUILD 2013-07-23 16:57:20 UTC (rev 191332)
@@ -1,28 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: André Klitzing aklitz...@online.de
-pkgname=exempi
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=A library to parse XMP metadata
-arch=(i686 x86_64)
-url=http://libopenraw.freedesktop.org/wiki/Exempi;
-license=('custom:BSD')
-depends=('gcc-libs' 'expat' 'zlib')
-makedepends=('boost')
-options=(!libtool)
-source=(http://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('f46d96975613593ee17aaf48cd350228')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/licenses/$pkgname
-  install -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname
-}

Copied: exempi/repos/extra-i686/PKGBUILD (from rev 191331, 
exempi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 16:57:20 UTC (rev 191332)
@@ -0,0 +1,30 @@
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: André Klitzing aklitz...@online.de
+
+pkgname=exempi
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=A library to parse XMP metadata
+arch=(i686 x86_64)
+url=http://libopenraw.freedesktop.org/wiki/Exempi;
+license=('custom:BSD')
+depends=('gcc-libs' 'expat' 'zlib')
+makedepends=('boost')
+options=(!libtool)
+source=(http://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('0f8e5832299224684a65847eedf8d1e4'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 $srcdir/$pkgname-$pkgver/COPYING \
+   $pkgdir/usr/share/licenses/$pkgname
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-23 16:57:11 UTC (rev 191331)
+++ extra-x86_64/PKGBUILD   2013-07-23 16:57:20 UTC (rev 191332)
@@ -1,28 +0,0 @@
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: André Klitzing aklitz...@online.de
-pkgname=exempi
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=A library to parse XMP metadata
-arch=(i686 x86_64)
-url=http://libopenraw.freedesktop.org/wiki/Exempi;
-license=('custom:BSD')
-depends=('gcc-libs' 'expat' 'zlib')
-makedepends=('boost')
-options=(!libtool)
-source=(http://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('f46d96975613593ee17aaf48cd350228')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/licenses/$pkgname
-  install -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname
-}

Copied: exempi/repos/extra-x86_64/PKGBUILD (from rev 191331, 
exempi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-23 16:57:20 UTC (rev 191332)
@@ -0,0 +1,30 @@
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: André Klitzing aklitz...@online.de
+
+pkgname=exempi
+pkgver=2.2.1
+pkgrel=1
+pkgdesc=A library to parse XMP metadata
+arch=(i686 x86_64)
+url=http://libopenraw.freedesktop.org/wiki/Exempi;
+license=('custom:BSD')
+depends=('gcc-libs' 'expat' 'zlib')
+makedepends=('boost')
+options=(!libtool)
+source=(http://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('0f8e5832299224684a65847eedf8d1e4'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 $srcdir/$pkgname-$pkgver/COPYING \
+   $pkgdir/usr/share/licenses/$pkgname
+}



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 18:57:11
  Author: jgc
Revision: 191331

upgpkg: exempi 2.2.1-1

Modified:
  exempi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 16:53:06 UTC (rev 191330)
+++ PKGBUILD2013-07-23 16:57:11 UTC (rev 191331)
@@ -1,7 +1,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: André Klitzing aklitz...@online.de
+
 pkgname=exempi
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc=A library to parse XMP metadata
 arch=(i686 x86_64)
@@ -10,17 +11,18 @@
 depends=('gcc-libs' 'expat' 'zlib')
 makedepends=('boost')
 options=(!libtool)
-source=(http://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2)
-md5sums=('f46d96975613593ee17aaf48cd350228')
+source=(http://libopenraw.freedesktop.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('0f8e5832299224684a65847eedf8d1e4'
+ 'SKIP')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
   install -d $pkgdir/usr/share/licenses/$pkgname
   install -m644 $srcdir/$pkgname-$pkgver/COPYING \



[arch-commits] Commit in genius/repos/extra-x86_64 (4 files)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 19:00:55
  Author: jgc
Revision: 191334

archrelease: copy trunk to extra-x86_64

Added:
  genius/repos/extra-x86_64/PKGBUILD
(from rev 191333, genius/trunk/PKGBUILD)
  genius/repos/extra-x86_64/genius.install
(from rev 191333, genius/trunk/genius.install)
Deleted:
  genius/repos/extra-x86_64/PKGBUILD
  genius/repos/extra-x86_64/genius.install

+
 PKGBUILD   |   64 +++
 genius.install |   26 +++---
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-23 17:00:51 UTC (rev 191333)
+++ PKGBUILD2013-07-23 17:00:55 UTC (rev 191334)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@soulfly.nl
-
-pkgname=genius
-pkgver=1.0.16
-pkgrel=1
-pkgdesc=Advanced calculator including a mathematical programming language
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.jirka.org/genius.html;
-depends=('vte' 'gtksourceview2' 'mpfr' 'desktop-file-utils' 
'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils')
-options=('!libtool' '!makeflags')
-install=genius.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('45ce3e0b02c109588ff9a4c74e7c3541b3de89ea93f20ab08178c51c6ab4fb78')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/genius \
-  --localstatedir=/var --disable-static \
-  --enable-gtksourceview --disable-scrollkeeper \
-  --disable-update-mimedb
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: genius/repos/extra-x86_64/PKGBUILD (from rev 191333, 
genius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-23 17:00:55 UTC (rev 191334)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@soulfly.nl
+
+pkgname=genius
+pkgver=1.0.17
+pkgrel=1
+pkgdesc=Advanced calculator including a mathematical programming language
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.jirka.org/genius.html;
+depends=('vte' 'gtksourceview2' 'mpfr' 'desktop-file-utils' 
'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils')
+options=('!libtool' '!makeflags')
+install=genius.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2af0cf64a3bae45e8e6c38ce8c0c0724386ae29614a83d9eff179ee09ecef44f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/genius \
+  --localstatedir=/var --disable-static \
+  --enable-gtksourceview --disable-scrollkeeper \
+  --disable-update-mimedb
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: genius.install
===
--- genius.install  2013-07-23 17:00:51 UTC (rev 191333)
+++ genius.install  2013-07-23 17:00:55 UTC (rev 191334)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: genius/repos/extra-x86_64/genius.install (from rev 191333, 
genius/trunk/genius.install)
===
--- genius.install  (rev 0)
+++ genius.install  2013-07-23 17:00:55 UTC (rev 191334)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 19:00:51
  Author: jgc
Revision: 191333

upgpkg: genius 1.0.17-1

Modified:
  genius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 16:57:20 UTC (rev 191332)
+++ PKGBUILD2013-07-23 17:00:51 UTC (rev 191333)
@@ -3,7 +3,7 @@
 # Contributor: Arjan Timmerman ar...@soulfly.nl
 
 pkgname=genius
-pkgver=1.0.16
+pkgver=1.0.17
 pkgrel=1
 pkgdesc=Advanced calculator including a mathematical programming language
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!libtool' '!makeflags')
 install=genius.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('45ce3e0b02c109588ff9a4c74e7c3541b3de89ea93f20ab08178c51c6ab4fb78')
+sha256sums=('2af0cf64a3bae45e8e6c38ce8c0c0724386ae29614a83d9eff179ee09ecef44f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 18:51:26
  Author: jgc
Revision: 191328

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 16:51:19 UTC (rev 191327)
+++ extra-i686/PKGBUILD 2013-07-23 16:51:26 UTC (rev 191328)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Chaiwat Suttipongsakul cwt...@gmail.com
-
-pkgname=libdatrie
-pkgver=0.2.5
-pkgrel=1
-pkgdesc=Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe.
-url=http://linux.thai.net/projects/datrie;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c9b057d07198d66e1ac2eff32937d3d4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libdatrie/repos/extra-i686/PKGBUILD (from rev 191327, 
libdatrie/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 16:51:26 UTC (rev 191328)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Chaiwat Suttipongsakul cwt...@gmail.com
+
+pkgname=libdatrie
+pkgver=0.2.6
+pkgrel=1
+pkgdesc=Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe.
+url=http://linux.thai.net/projects/datrie;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+md5sums=('e253eb2433045f6e224c7fa44f9796e1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-23 16:51:19 UTC (rev 191327)
+++ extra-x86_64/PKGBUILD   2013-07-23 16:51:26 UTC (rev 191328)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Chaiwat Suttipongsakul cwt...@gmail.com
-
-pkgname=libdatrie
-pkgver=0.2.5
-pkgrel=1
-pkgdesc=Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe.
-url=http://linux.thai.net/projects/datrie;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=('!libtool' '!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c9b057d07198d66e1ac2eff32937d3d4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libdatrie/repos/extra-x86_64/PKGBUILD (from rev 191327, 
libdatrie/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-23 16:51:26 UTC (rev 191328)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Chaiwat Suttipongsakul cwt...@gmail.com
+
+pkgname=libdatrie
+pkgver=0.2.6
+pkgrel=1
+pkgdesc=Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe.
+url=http://linux.thai.net/projects/datrie;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
+options=('!libtool' '!emptydirs')
+source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+md5sums=('e253eb2433045f6e224c7fa44f9796e1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 18:52:59
  Author: jgc
Revision: 191329

upgpkg: libthai 0.1.19-1

Modified:
  libthai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 16:51:26 UTC (rev 191328)
+++ PKGBUILD2013-07-23 16:52:59 UTC (rev 191329)
@@ -3,7 +3,7 @@
 # Contributor: Chaiwat Suttipongsakul cwt...@gmail.com
 
 pkgname=libthai
-pkgver=0.1.18
+pkgver=0.1.19
 pkgrel=1
 pkgdesc=Thai language support routines
 url=http://linux.thai.net/projects/libthai;
@@ -12,8 +12,8 @@
 depends=('libdatrie')
 makedepends=('pkgconfig')
 options=('!libtool' '!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('0250fc5255c1e62b23f88c2d6b1d6262')
+source=(http://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+md5sums=('c4a6c3842257889f8f15ae192b66e797')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 18:51:19
  Author: jgc
Revision: 191327

upgpkg: libdatrie 0.2.6-1

Modified:
  libdatrie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 16:47:58 UTC (rev 191326)
+++ PKGBUILD2013-07-23 16:51:19 UTC (rev 191327)
@@ -3,7 +3,7 @@
 # Contributor: Chaiwat Suttipongsakul cwt...@gmail.com
 
 pkgname=libdatrie
-pkgver=0.2.5
+pkgver=0.2.6
 pkgrel=1
 pkgdesc=Implementation of double-array structure for representing trie, as 
proposed by Junichi Aoe.
 url=http://linux.thai.net/projects/datrie;
@@ -11,8 +11,8 @@
 arch=('i686' 'x86_64')
 depends=('glibc')
 options=('!libtool' '!emptydirs')
-source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c9b057d07198d66e1ac2eff32937d3d4')
+source=(http://linux.thai.net/pub/thailinux/software/libthai/${pkgname}-${pkgver}.tar.xz)
+md5sums=('e253eb2433045f6e224c7fa44f9796e1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in genius/repos/extra-i686 (4 files)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 19:03:25
  Author: jgc
Revision: 191335

archrelease: copy trunk to extra-i686

Added:
  genius/repos/extra-i686/PKGBUILD
(from rev 191334, genius/trunk/PKGBUILD)
  genius/repos/extra-i686/genius.install
(from rev 191334, genius/trunk/genius.install)
Deleted:
  genius/repos/extra-i686/PKGBUILD
  genius/repos/extra-i686/genius.install

+
 PKGBUILD   |   64 +++
 genius.install |   26 +++---
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-23 17:00:55 UTC (rev 191334)
+++ PKGBUILD2013-07-23 17:03:25 UTC (rev 191335)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Arjan Timmerman ar...@soulfly.nl
-
-pkgname=genius
-pkgver=1.0.16
-pkgrel=1
-pkgdesc=Advanced calculator including a mathematical programming language
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.jirka.org/genius.html;
-depends=('vte' 'gtksourceview2' 'mpfr' 'desktop-file-utils' 
'hicolor-icon-theme')
-makedepends=('intltool' 'gnome-doc-utils')
-options=('!libtool' '!makeflags')
-install=genius.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('45ce3e0b02c109588ff9a4c74e7c3541b3de89ea93f20ab08178c51c6ab4fb78')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/genius \
-  --localstatedir=/var --disable-static \
-  --enable-gtksourceview --disable-scrollkeeper \
-  --disable-update-mimedb
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: genius/repos/extra-i686/PKGBUILD (from rev 191334, 
genius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-23 17:03:25 UTC (rev 191335)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Arjan Timmerman ar...@soulfly.nl
+
+pkgname=genius
+pkgver=1.0.17
+pkgrel=1
+pkgdesc=Advanced calculator including a mathematical programming language
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.jirka.org/genius.html;
+depends=('vte' 'gtksourceview2' 'mpfr' 'desktop-file-utils' 
'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils')
+options=('!libtool' '!makeflags')
+install=genius.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/genius/1.0/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2af0cf64a3bae45e8e6c38ce8c0c0724386ae29614a83d9eff179ee09ecef44f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/genius \
+  --localstatedir=/var --disable-static \
+  --enable-gtksourceview --disable-scrollkeeper \
+  --disable-update-mimedb
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: genius.install
===
--- genius.install  2013-07-23 17:00:55 UTC (rev 191334)
+++ genius.install  2013-07-23 17:03:25 UTC (rev 191335)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: genius/repos/extra-i686/genius.install (from rev 191334, 
genius/trunk/genius.install)
===
--- genius.install  (rev 0)
+++ genius.install  2013-07-23 17:03:25 UTC (rev 191335)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 19:10:45
  Author: jgc
Revision: 191337

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

Added:
  glib-perl/repos/extra-i686/PKGBUILD
(from rev 191336, glib-perl/trunk/PKGBUILD)
  glib-perl/repos/extra-x86_64/PKGBUILD
(from rev 191336, glib-perl/trunk/PKGBUILD)
Deleted:
  glib-perl/repos/extra-i686/0001-Make-Glib-Object-subclassing-more-robust.patch
  glib-perl/repos/extra-i686/PKGBUILD
  
glib-perl/repos/extra-x86_64/0001-Make-Glib-Object-subclassing-more-robust.patch
  glib-perl/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   64 ++
 extra-i686/0001-Make-Glib-Object-subclassing-more-robust.patch   |  230 
--
 extra-i686/PKGBUILD  |   41 -
 extra-x86_64/0001-Make-Glib-Object-subclassing-more-robust.patch |  230 
--
 extra-x86_64/PKGBUILD|   41 -
 5 files changed, 64 insertions(+), 542 deletions(-)

Deleted: extra-i686/0001-Make-Glib-Object-subclassing-more-robust.patch
===
--- extra-i686/0001-Make-Glib-Object-subclassing-more-robust.patch  
2013-07-23 17:10:38 UTC (rev 191336)
+++ extra-i686/0001-Make-Glib-Object-subclassing-more-robust.patch  
2013-07-23 17:10:45 UTC (rev 191337)
@@ -1,230 +0,0 @@
-From ebf55199407d3be92162f5c2573c7f9c34614cb1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Torsten=20Sch=C3=B6nfeld?= kaffeeti...@gmx.de
-Date: Thu, 2 Aug 2012 21:41:41 +0200
-Subject: [PATCH] Make Glib::Object subclassing more robust
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Rearrange how we register the interfaces, properties and signals of a newly
-created type so that:
-
-• The outcome is independent of the order of the arguments passed to
-Glib::Object::Subclass or Glib::Type-register.  This also avoids fallout from
-the change to hash randomization in perl 5.17.6.
-
-• We register things in the correct order: interfaces first, before entering
-class_init; then properties and signals from within class_init.  This also
-avoids prematurely creating the new type's class.

- GType.xs | 92 
- NEWS |  7 +
- 2 files changed, 77 insertions(+), 22 deletions(-)
-
-diff --git a/GType.xs b/GType.xs
-index 02e24a4..fdaad68 100644
 a/GType.xs
-+++ b/GType.xs
-@@ -1234,13 +1234,10 @@ parse_signal_hash (GType instance_type,
- 
- 
- static void
--add_signals (GType instance_type, HV * signals)
-+add_signals (GType instance_type, HV * signals, AV * interfaces)
- {
--  GObjectClass *oclass;
-   HE * he;
- 
--  oclass = g_type_class_ref (instance_type);
--
-   hv_iterinit (signals);
-   while (NULL != (he = hv_iternext (signals))) {
-   I32 keylen;
-@@ -1250,9 +1247,36 @@ add_signals (GType instance_type, HV * signals)
- 
-   /* the key is the signal name */
-   signal_name = hv_iterkey (he, keylen);
--  /* if the signal is defined at this point, we're going to
--   * override the installed closure. */
--  signal_id = g_signal_lookup (signal_name, instance_type);
-+
-+  /* if, at this point, the signal is already defined in the
-+   * ancestry or the interfaces we just added to instance_type,
-+   * we can only override the installed closure.  trying to
-+   * create a new signal with the same name is an error.
-+   *
-+   * unfortunately, we cannot simply use instance_type to do the
-+   * lookup because g_signal_lookup would complain about it since
-+   * it hasn't been fully loaded yet.  see
-+   * https://bugzilla.gnome.org/show_bug.cgi?id=691096.
-+   *
-+   * FIXME: the if (signal_id) check in the hash ref block
-+   * below could be removed since g_signal_newv also checks this.
-+   * consequently, this lookup code could be moved into the class
-+   * closure block below. */
-+  signal_id = g_signal_lookup (signal_name,
-+   g_type_parent (instance_type));
-+  if (!signal_id  interfaces) {
-+  int i;
-+  for (i = 0; i = av_len (interfaces); i++) {
-+  GType interface_type;
-+  SV ** svp = av_fetch (interfaces, i, FALSE);
-+  if (!svp || !gperl_sv_is_defined (*svp))
-+  continue;
-+  interface_type = gperl_object_type_from_package 
(SvPV_nolen (*svp));
-+  signal_id = g_signal_lookup (signal_name, 
interface_type);
-+

[arch-commits] Commit in glib-perl/trunk (2 files)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 19:10:38
  Author: jgc
Revision: 191336

upgpkg: glib-perl 1.301-1

Modified:
  glib-perl/trunk/PKGBUILD
Deleted:
  glib-perl/trunk/0001-Make-Glib-Object-subclassing-more-robust.patch

-+
 0001-Make-Glib-Object-subclassing-more-robust.patch |  230 --
 PKGBUILD|   17 -
 2 files changed, 4 insertions(+), 243 deletions(-)

Deleted: 0001-Make-Glib-Object-subclassing-more-robust.patch
===
--- 0001-Make-Glib-Object-subclassing-more-robust.patch 2013-07-23 17:03:25 UTC 
(rev 191335)
+++ 0001-Make-Glib-Object-subclassing-more-robust.patch 2013-07-23 17:10:38 UTC 
(rev 191336)
@@ -1,230 +0,0 @@
-From ebf55199407d3be92162f5c2573c7f9c34614cb1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Torsten=20Sch=C3=B6nfeld?= kaffeeti...@gmx.de
-Date: Thu, 2 Aug 2012 21:41:41 +0200
-Subject: [PATCH] Make Glib::Object subclassing more robust
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Rearrange how we register the interfaces, properties and signals of a newly
-created type so that:
-
-• The outcome is independent of the order of the arguments passed to
-Glib::Object::Subclass or Glib::Type-register.  This also avoids fallout from
-the change to hash randomization in perl 5.17.6.
-
-• We register things in the correct order: interfaces first, before entering
-class_init; then properties and signals from within class_init.  This also
-avoids prematurely creating the new type's class.

- GType.xs | 92 
- NEWS |  7 +
- 2 files changed, 77 insertions(+), 22 deletions(-)
-
-diff --git a/GType.xs b/GType.xs
-index 02e24a4..fdaad68 100644
 a/GType.xs
-+++ b/GType.xs
-@@ -1234,13 +1234,10 @@ parse_signal_hash (GType instance_type,
- 
- 
- static void
--add_signals (GType instance_type, HV * signals)
-+add_signals (GType instance_type, HV * signals, AV * interfaces)
- {
--  GObjectClass *oclass;
-   HE * he;
- 
--  oclass = g_type_class_ref (instance_type);
--
-   hv_iterinit (signals);
-   while (NULL != (he = hv_iternext (signals))) {
-   I32 keylen;
-@@ -1250,9 +1247,36 @@ add_signals (GType instance_type, HV * signals)
- 
-   /* the key is the signal name */
-   signal_name = hv_iterkey (he, keylen);
--  /* if the signal is defined at this point, we're going to
--   * override the installed closure. */
--  signal_id = g_signal_lookup (signal_name, instance_type);
-+
-+  /* if, at this point, the signal is already defined in the
-+   * ancestry or the interfaces we just added to instance_type,
-+   * we can only override the installed closure.  trying to
-+   * create a new signal with the same name is an error.
-+   *
-+   * unfortunately, we cannot simply use instance_type to do the
-+   * lookup because g_signal_lookup would complain about it since
-+   * it hasn't been fully loaded yet.  see
-+   * https://bugzilla.gnome.org/show_bug.cgi?id=691096.
-+   *
-+   * FIXME: the if (signal_id) check in the hash ref block
-+   * below could be removed since g_signal_newv also checks this.
-+   * consequently, this lookup code could be moved into the class
-+   * closure block below. */
-+  signal_id = g_signal_lookup (signal_name,
-+   g_type_parent (instance_type));
-+  if (!signal_id  interfaces) {
-+  int i;
-+  for (i = 0; i = av_len (interfaces); i++) {
-+  GType interface_type;
-+  SV ** svp = av_fetch (interfaces, i, FALSE);
-+  if (!svp || !gperl_sv_is_defined (*svp))
-+  continue;
-+  interface_type = gperl_object_type_from_package 
(SvPV_nolen (*svp));
-+  signal_id = g_signal_lookup (signal_name, 
interface_type);
-+  if (signal_id)
-+  break;
-+  }
-+  }
- 
-   /* parse the key's value... */
-   value = hv_iterval (signals, he);
-@@ -1310,8 +1334,6 @@ add_signals (GType instance_type, HV * signals)
-  signal_name);
-   }
-   }
--
--  g_type_class_unref (oclass);
- }
- 
- typedef struct {
-@@ -1407,13 +1429,10 @@ prop_handler_lookup (GType instance_type,
- }
- 
- static void
--add_properties (GType instance_type, AV * properties)
-+add_properties (GType instance_type, GObjectClass * oclass, AV * 

[arch-commits] Commit in evolution-data-server/trunk (PKGBUILD)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 19:20:06
  Author: jgc
Revision: 191339

upgpkg: evolution-data-server 3.8.4-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 17:13:19 UTC (rev 191338)
+++ PKGBUILD2013-07-23 17:20:06 UTC (rev 191339)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=3.8.3
+pkgver=3.8.4
 pkgrel=1
 pkgdesc=Centralized access to appointments and contacts
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 url=http://www.gnome.org;
 license=(GPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4f60403ec17b462fc39f59193093d9819c534bbce689e14cbab20bc262ca5870')
+sha256sums=('0b9e725d36a4c63ccb15b4e0f92932764c9a335e84af2ebeeb4c182760ef3f6e')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution-data-server/repos (8 files)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 19:20:12
  Author: jgc
Revision: 191340

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 191339, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-i686/evolution-data-server.install
(from rev 191339, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 191339, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install
(from rev 191339, evolution-data-server/trunk/evolution-data-server.install)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-i686/evolution-data-server.install
  evolution-data-server/repos/extra-x86_64/PKGBUILD
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install

+
 /PKGBUILD  |   64 +++
 /evolution-data-server.install |   22 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/evolution-data-server.install   |   11 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/evolution-data-server.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 17:20:06 UTC (rev 191339)
+++ extra-i686/PKGBUILD 2013-07-23 17:20:12 UTC (rev 191340)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-data-server
-pkgver=3.8.3
-pkgrel=1
-pkgdesc=Centralized access to appointments and contacts
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
-makedepends=(intltool gperf gobject-introspection vala python2)
-options=('!libtool')
-install=$pkgname.install
-url=http://www.gnome.org;
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4f60403ec17b462fc39f59193093d9819c534bbce689e14cbab20bc262ca5870')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings --disable-uoa PYTHON=python2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 191339, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 17:20:12 UTC (rev 191340)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-data-server
+pkgver=3.8.4
+pkgrel=1
+pkgdesc=Centralized access to appointments and contacts
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala python2)
+options=('!libtool')
+install=$pkgname.install
+url=http://www.gnome.org;
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0b9e725d36a4c63ccb15b4e0f92932764c9a335e84af2ebeeb4c182760ef3f6e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa PYTHON=python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/evolution-data-server.install
===
--- extra-i686/evolution-data-server.install2013-07-23 17:20:06 UTC (rev 
191339)
+++ extra-i686/evolution-data-server.install2013-07-23 17:20:12 UTC (rev 
191340)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove () {
-post_install
-}

Copied: evolution-data-server/repos/extra-i686/evolution-data-server.install 
(from rev 191339, 

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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 19:40:26
  Author: jgc
Revision: 191341

upgpkg: evolution 3.8.4-1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 17:20:12 UTC (rev 191340)
+++ PKGBUILD2013-07-23 17:40:26 UTC (rev 191341)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=3.8.3
+pkgver=3.8.4
 pkgrel=1
 pkgdesc=Manage your email, contacts and schedule
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b0ee1eae5f4752eeb0b62c3be2daa08195ab4fd19092bfe6e75d02ac457ebe3a')
+sha256sums=('d5cfd0cb68ed8bf6e9515a5a44f566e3d26d3813a22ee6e5b0f86029039b1766')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in evolution/repos/extra-x86_64 (PKGBUILD evolution.install)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 19:41:59
  Author: jgc
Revision: 191343

archrelease: copy trunk to extra-x86_64

Added:
  evolution/repos/extra-x86_64/PKGBUILD
(from rev 191342, evolution/trunk/PKGBUILD)
  evolution/repos/extra-x86_64/evolution.install
(from rev 191342, evolution/trunk/evolution.install)

---+
 PKGBUILD  |   44 
 evolution.install |   19 +++
 2 files changed, 63 insertions(+)

Copied: evolution/repos/extra-x86_64/PKGBUILD (from rev 191342, 
evolution/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-23 17:41:59 UTC (rev 191343)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.8.4
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
+ desktop-file-utils hicolor-icon-theme dconf)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight)
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin'
+'highlight: text highlight plugin')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d5cfd0cb68ed8bf6e9515a5a44f566e3d26d3813a22ee6e5b0f86029039b1766')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-schemas-compile
+  
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: evolution/repos/extra-x86_64/evolution.install (from rev 191342, 
evolution/trunk/evolution.install)
===
--- evolution.install   (rev 0)
+++ evolution.install   2013-07-23 17:41:59 UTC (rev 191343)
@@ -0,0 +1,19 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/evolution.schemas ]; then
+gconfpkg --uninstall evolution
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 19:41:50
  Author: jgc
Revision: 191342

archrelease: copy trunk to extra-i686

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

+
 /PKGBUILD  |   44 +++
 /evolution.install |   19 
 extra-i686/PKGBUILD|   44 ---
 extra-i686/evolution.install   |   19 
 extra-x86_64/PKGBUILD  |   44 ---
 extra-x86_64/evolution.install |   19 
 6 files changed, 63 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 17:40:26 UTC (rev 191341)
+++ extra-i686/PKGBUILD 2013-07-23 17:41:50 UTC (rev 191342)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=evolution
-pkgver=3.8.3
-pkgrel=1
-pkgdesc=Manage your email, contacts and schedule
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
- desktop-file-utils hicolor-icon-theme dconf)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight)
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin'
-'highlight: text highlight plugin')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b0ee1eae5f4752eeb0b62c3be2daa08195ab4fd19092bfe6e75d02ac457ebe3a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --with-krb5=/usr \
-  --disable-schemas-compile
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 191341, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 17:41:50 UTC (rev 191342)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.8.4
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
+ desktop-file-utils hicolor-icon-theme dconf)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight)
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin'
+'highlight: text highlight plugin')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d5cfd0cb68ed8bf6e9515a5a44f566e3d26d3813a22ee6e5b0f86029039b1766')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-schemas-compile
+  
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/evolution.install
===
--- extra-i686/evolution.install2013-07-23 17:40:26 UTC (rev 191341)
+++ extra-i686/evolution.install2013-07-23 17:41:50 UTC (rev 191342)
@@ 

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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 19:48:51
  Author: jgc
Revision: 191344

upgpkg: videoproto 2.3.2-1

Modified:
  videoproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 17:41:59 UTC (rev 191343)
+++ PKGBUILD2013-07-23 17:48:51 UTC (rev 191344)
@@ -2,14 +2,14 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=videoproto
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.3.2
+pkgrel=1
 pkgdesc=X11 Video extension wire protocol
 arch=('any')
 url=http://xorg.freedesktop.org/;
 license=('custom')
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('bb8b366687a7f345e3a8697bac516cb436cbf4b2')
+sha256sums=('8dae168cb820fcd32f564879afb3f24d27c176300d9af66819a18265539bd4b6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in videoproto/repos/extra-any (PKGBUILD PKGBUILD)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 19:48:56
  Author: jgc
Revision: 191345

archrelease: copy trunk to extra-any

Added:
  videoproto/repos/extra-any/PKGBUILD
(from rev 191344, videoproto/trunk/PKGBUILD)
Deleted:
  videoproto/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-23 17:48:51 UTC (rev 191344)
+++ PKGBUILD2013-07-23 17:48:56 UTC (rev 191345)
@@ -1,24 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=videoproto
-pkgver=2.3.1
-pkgrel=2
-pkgdesc=X11 Video extension wire protocol
-arch=('any')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('bb8b366687a7f345e3a8697bac516cb436cbf4b2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: videoproto/repos/extra-any/PKGBUILD (from rev 191344, 
videoproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-23 17:48:56 UTC (rev 191345)
@@ -0,0 +1,24 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=videoproto
+pkgver=2.3.2
+pkgrel=1
+pkgdesc=X11 Video extension wire protocol
+arch=('any')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('8dae168cb820fcd32f564879afb3f24d27c176300d9af66819a18265539bd4b6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 19:52:48
  Author: jgc
Revision: 191346

upgpkg: evolution-ews 3.8.4-1

Depend on libmspack, remove gnome-desktop dependency (not mentioned anywhere in 
source)

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 17:48:56 UTC (rev 191345)
+++ PKGBUILD2013-07-23 17:52:48 UTC (rev 191346)
@@ -2,17 +2,17 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.8.3
+pkgver=3.8.4
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
 license=('LGPL2.1')
 url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('948dbee5e31b364155719003a0a8b28dfa270aae5f364b5614faa0b262a7ff3a')
+sha256sums=('1883d0d375286583520800317fbf41be585d34b40166fd03dc14c3f237a6f660')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 19:52:56
  Author: jgc
Revision: 191347

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

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 191346, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 191346, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 17:52:48 UTC (rev 191346)
+++ extra-i686/PKGBUILD 2013-07-23 17:52:56 UTC (rev 191347)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.8.3
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('948dbee5e31b364155719003a0a8b28dfa270aae5f364b5614faa0b262a7ff3a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 191346, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 17:52:56 UTC (rev 191347)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.8.4
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1883d0d375286583520800317fbf41be585d34b40166fd03dc14c3f237a6f660')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-23 17:52:48 UTC (rev 191346)
+++ extra-x86_64/PKGBUILD   2013-07-23 17:52:56 UTC (rev 191347)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.8.3
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('948dbee5e31b364155719003a0a8b28dfa270aae5f364b5614faa0b262a7ff3a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 191346, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-23 17:52:56 UTC (rev 191347)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.8.4
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1883d0d375286583520800317fbf41be585d34b40166fd03dc14c3f237a6f660')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

[arch-commits] Commit in font-bitstream-speedo/trunk (PKGBUILD)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 20:16:53
  Author: jgc
Revision: 191348

upgpkg: font-bitstream-speedo 1.0.2-1

Modified:
  font-bitstream-speedo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 17:52:56 UTC (rev 191347)
+++ PKGBUILD2013-07-23 18:16:53 UTC (rev 191348)
@@ -3,16 +3,16 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=font-bitstream-speedo
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc=Bitstream Speedo fonts
 arch=('any')
 url=http://xorg.freedesktop.org/;
 license=('custom')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+depends=('xorg-mkfontdir' 'xorg-mkfontscale' 'fontconfig')
 install=xfonts.install
 
source=(http://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5b1856a24b1b46414950febc63880307')
+md5sums=('13f6f107be164cfbf6be40d35ecf0c0f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in font-bitstream-speedo/repos/extra-any (4 files)

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 20:16:58
  Author: jgc
Revision: 191349

archrelease: copy trunk to extra-any

Added:
  font-bitstream-speedo/repos/extra-any/PKGBUILD
(from rev 191348, font-bitstream-speedo/trunk/PKGBUILD)
  font-bitstream-speedo/repos/extra-any/xfonts.install
(from rev 191348, font-bitstream-speedo/trunk/xfonts.install)
Deleted:
  font-bitstream-speedo/repos/extra-any/PKGBUILD
  font-bitstream-speedo/repos/extra-any/xfonts.install

+
 PKGBUILD   |   60 +++
 xfonts.install |   30 +--
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-23 18:16:53 UTC (rev 191348)
+++ PKGBUILD2013-07-23 18:16:58 UTC (rev 191349)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=font-bitstream-speedo
-pkgver=1.0.1
-pkgrel=2
-pkgdesc=Bitstream Speedo fonts
-arch=('any')
-url=http://xorg.freedesktop.org/;
-license=('custom')
-depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
-install=xfonts.install
-source=(http://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5b1856a24b1b46414950febc63880307')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-fontdir=/usr/share/fonts/speedo 
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -f ${pkgdir}/usr/share/fonts/speedo/fonts.*
-  
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: font-bitstream-speedo/repos/extra-any/PKGBUILD (from rev 191348, 
font-bitstream-speedo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-23 18:16:58 UTC (rev 191349)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=font-bitstream-speedo
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=Bitstream Speedo fonts
+arch=('any')
+url=http://xorg.freedesktop.org/;
+license=('custom')
+depends=('xorg-mkfontdir' 'xorg-mkfontscale' 'fontconfig')
+install=xfonts.install
+source=(http://xorg.freedesktop.org/releases/individual/font/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('13f6f107be164cfbf6be40d35ecf0c0f')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --with-fontdir=/usr/share/fonts/speedo 
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -f ${pkgdir}/usr/share/fonts/speedo/fonts.*
+  
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: xfonts.install
===
--- xfonts.install  2013-07-23 18:16:53 UTC (rev 191348)
+++ xfonts.install  2013-07-23 18:16:58 UTC (rev 191349)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n Updating font cache... 
-  fc-cache -f -s  /dev/null
-  mkfontscale /usr/share/fonts/speedo
-  mkfontdir /usr/share/fonts/speedo
-  echo done.
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: font-bitstream-speedo/repos/extra-any/xfonts.install (from rev 191348, 
font-bitstream-speedo/trunk/xfonts.install)
===
--- xfonts.install  (rev 0)
+++ xfonts.install  2013-07-23 18:16:58 UTC (rev 191349)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n Updating font cache... 
+  fc-cache -f -s  /dev/null
+  mkfontscale /usr/share/fonts/speedo
+  mkfontdir /usr/share/fonts/speedo
+  echo done.
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 20:22:07
  Author: jgc
Revision: 191350

upgpkg: gnome-dictionary 3.8.0-1

Modified:
  gnome-dictionary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 18:16:58 UTC (rev 191349)
+++ PKGBUILD2013-07-23 18:22:07 UTC (rev 191350)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
 pkgname=gnome-dictionary
-pkgver=3.6.0
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
 pkgdesc=Look up words in dictionary sources
 arch=(i686 x86_64)
 url=http://gnome.org;
@@ -13,7 +13,7 @@
 options=(!libtool)
 groups=('gnome')
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1ad03f629bbfe4360fc6d8dd2d7cb4a03e24579068bdd79a25ff5fc5fbff6fa9')
+sha256sums=('faebbca7684aeef5ff4111305bc8e0c1790b0551445df404b68f3d7cf2c50421')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 20:22:13
  Author: jgc
Revision: 191351

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-23 18:22:07 UTC (rev 191350)
+++ extra-i686/PKGBUILD 2013-07-23 18:22:13 UTC (rev 191351)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=gnome-dictionary
-pkgver=3.6.0
-pkgrel=2
-pkgdesc=Look up words in dictionary sources
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-install=$pkgname.install
-options=(!libtool)
-groups=('gnome')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1ad03f629bbfe4360fc6d8dd2d7cb4a03e24579068bdd79a25ff5fc5fbff6fa9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-dictionary/repos/extra-i686/PKGBUILD (from rev 191350, 
gnome-dictionary/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-23 18:22:13 UTC (rev 191351)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=gnome-dictionary
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Look up words in dictionary sources
+arch=(i686 x86_64)
+url=http://gnome.org;
+license=('GPL2')
+depends=('dconf' 'gtk3')
+makedepends=('intltool' 'itstool' 'docbook-xsl')
+install=$pkgname.install
+options=(!libtool)
+groups=('gnome')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('faebbca7684aeef5ff4111305bc8e0c1790b0551445df404b68f3d7cf2c50421')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-dictionary.install
===
--- extra-i686/gnome-dictionary.install 2013-07-23 18:22:07 UTC (rev 191350)
+++ extra-i686/gnome-dictionary.install 2013-07-23 18:22:13 UTC (rev 191351)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-dictionary/repos/extra-i686/gnome-dictionary.install (from rev 
191350, gnome-dictionary/trunk/gnome-dictionary.install)
===
--- extra-i686/gnome-dictionary.install (rev 0)
+++ extra-i686/gnome-dictionary.install 2013-07-23 18:22:13 UTC (rev 191351)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-23 18:22:07 UTC (rev 191350)
+++ extra-x86_64/PKGBUILD   2013-07-23 18:22:13 UTC (rev 191351)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=gnome-dictionary
-pkgver=3.6.0
-pkgrel=2
-pkgdesc=Look up words in dictionary sources
-arch=(i686 x86_64)
-url=http://gnome.org;
-license=('GPL2')
-depends=('dconf' 'gtk3')
-makedepends=('intltool' 'itstool' 'docbook-xsl')
-install=$pkgname.install
-options=(!libtool)
-groups=('gnome')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1ad03f629bbfe4360fc6d8dd2d7cb4a03e24579068bdd79a25ff5fc5fbff6fa9')
-
-build() {
-  cd 

[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 enigma/trunk (PKGBUILD)

2013-07-23 Thread Jakob Gruber
Date: Tuesday, July 23, 2013 @ 20:48:07
  Author: schuay
Revision: 94417

enigma FS#36228

Modified:
  enigma/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 07:33:46 UTC (rev 94416)
+++ PKGBUILD2013-07-23 18:48:07 UTC (rev 94417)
@@ -14,13 +14,14 @@
 
source=(http://www.chiark.greenend.org.uk/~sgtatham/$pkgname/$pkgname-$pkgver.tar.gz;)
 md5sums=('a54ee9ae40dae781560a3c2b1ce8f45d')
 
-
 build() {
   cd $srcdir/$pkgname-$pkgver
+  autoconf # Default CPP and CPPFLAGS cause errors. See FS#36228.
   ./configure --prefix=/usr --localstatedir=/var
   sed -i s/root\.games/root.root/ Makefile
   make
 }
+
 package() {
   cd $srcdir/$pkgname-$pkgver
   mkdir -p $pkgdir/usr/bin



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

2013-07-23 Thread Guillaume Alaux
Date: Tuesday, July 23, 2013 @ 21:20:48
  Author: guillaume
Revision: 191354

Removed unnecessary jar maven-artifact-ant-2.0.4-dep

Modified:
  apache-ant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 18:28:28 UTC (rev 191353)
+++ PKGBUILD2013-07-23 19:20:48 UTC (rev 191354)
@@ -4,7 +4,7 @@
 # Contributor: Paul Mattal p...@archlinux.org
 pkgname=apache-ant
 pkgver=1.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A java-based build tool'
 arch=('any')
 url='http://ant.apache.org/'
@@ -74,6 +74,9 @@
   rm ${pkgdir}/usr/share/java/${pkgname}/hamcrest-core-1.3.jar
   ln -sf ../hamcrest-core.jar ${pkgdir}/usr/share/java/apache-ant/
 
+  # Should not be in package
+  rm ${pkgdir}/usr/share/java/${pkgname}/maven-artifact-ant-*-dep.jar
+
   # fix python2 path
   sed -i 's|/usr/bin/python|/usr/bin/python2|' 
${pkgdir}${_ant_home}/bin/runant.py
 



[arch-commits] Commit in apache-ant/repos/extra-any (8 files)

2013-07-23 Thread Guillaume Alaux
Date: Tuesday, July 23, 2013 @ 21:22:37
  Author: guillaume
Revision: 191355

archrelease: copy trunk to extra-any

Added:
  apache-ant/repos/extra-any/PKGBUILD
(from rev 191354, apache-ant/trunk/PKGBUILD)
  apache-ant/repos/extra-any/apache-ant.csh
(from rev 191354, apache-ant/trunk/apache-ant.csh)
  apache-ant/repos/extra-any/apache-ant.install
(from rev 191354, apache-ant/trunk/apache-ant.install)
  apache-ant/repos/extra-any/apache-ant.sh
(from rev 191354, apache-ant/trunk/apache-ant.sh)
Deleted:
  apache-ant/repos/extra-any/PKGBUILD
  apache-ant/repos/extra-any/apache-ant.csh
  apache-ant/repos/extra-any/apache-ant.install
  apache-ant/repos/extra-any/apache-ant.sh

+
 PKGBUILD   |  179 +--
 apache-ant.csh |2 
 apache-ant.install |   14 +--
 apache-ant.sh  |2 
 4 files changed, 100 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-23 19:20:48 UTC (rev 191354)
+++ PKGBUILD2013-07-23 19:22:37 UTC (rev 191355)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Andrew Wright andr...@photism.org
-# Contributor: Paul Mattal p...@archlinux.org
-pkgname=apache-ant
-pkgver=1.9.2
-pkgrel=1
-pkgdesc='A java-based build tool'
-arch=('any')
-url='http://ant.apache.org/'
-license=('APACHE')
-depends=('java-environment')
-makedepends=('java-environment' 'apache-ant' 'junit')
-optdepends=('junit: to use the junit tasks')
-install=${pkgname}.install
-source=(http://apache.org/dist/ant/source/${pkgname}-${pkgver}-src.tar.bz2
-${pkgname}.sh
-${pkgname}.csh
-${pkgname}.install)
-sha256sums=('cf95317f683f28ae3d263327447abbebd30a6c910cfa069a05c5ee39aa5ad0e3'
-'182b9212610790966d3a018d3cbab2e5327dd9fd11dc15dd1f377853216f5718'
-'919a3ab1acae1d0d190fe6e0034b00975caab40e55359a720bfccd098fe2d995'
-'8219443864c2e199e679b2f5521162244fb605732d912a51991ee28e476da907')
-
-_ant_home=/usr/share/${pkgname}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # ant needs HOME to download libs to $HOME/.m2/repository
-  export ANT_OPTS=-Duser.home=${srcdir}
-  ant -Ddest=optional -f fetch.xml
-
-  rm lib/optional/junit-4.11.jar
-  ln -s /usr/share/java/junit.jar lib/optional/junit-4.11.jar
-  rm lib/optional/hamcrest-core-1.3.jar
-  ln -s /usr/share/java/hamcrest-core.jar lib/optional/hamcrest-core-1.3.jar
-
-  ant dist
-}
-
-#check() {
-#  cd ${srcdir}/${pkgname}-${pkgver}
-#  ant test
-#}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}-${pkgver}
-
-  install -dm755 ${pkgdir}${_ant_home}
-
-  install -dm755 ${pkgdir}/etc/${pkgname}
-  cp -Rp etc/* ${pkgdir}/etc/${pkgname}
-  rm ${pkgdir}/etc/${pkgname}/ant-bootstrap.jar
-  # Done in .install for now
-  #ln -s /etc/${pkgname} ${pkgdir}${_ant_home}/etc
-
-  install -dm755 ${pkgdir}${_ant_home}/bin
-  find bin -type f -a ! -name \*.bat -a ! -name \*.cmd \
--exec install -m755 {} ${pkgdir}${_ant_home}/bin \;
-
-  install -dm755 ${pkgdir}/usr/bin
-  ln -s ${_ant_home}/bin/ant ${pkgdir}/usr/bin/ant
-
-  install -dm755 ${pkgdir}/usr/share/java/${pkgname}
-  install -m644 lib/*.jar \
-../lib/optional/*.jar \
-${pkgdir}/usr/share/java/${pkgname}
-  ln -s /usr/share/java/${pkgname} ${pkgdir}${_ant_home}/lib
-  # Provided
-  # http://bugs.archlinux.org/task/15229
-  rm ${pkgdir}/usr/share/java/${pkgname}/junit-4.11.jar
-  ln -sf ../junit.jar ${pkgdir}/usr/share/java/apache-ant/
-  rm ${pkgdir}/usr/share/java/${pkgname}/hamcrest-core-1.3.jar
-  ln -sf ../hamcrest-core.jar ${pkgdir}/usr/share/java/apache-ant/
-
-  # fix python2 path
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' 
${pkgdir}${_ant_home}/bin/runant.py
-
-  # install profile.d script
-  install -dm755 ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/${pkgname}.{csh,sh} ${pkgdir}/etc/profile.d/
-
-  # License says NOTICE file should be redistributed for derivative works
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 LICENSE NOTICE ${pkgdir}/usr/share/licenses/${pkgname}
-}

Copied: apache-ant/repos/extra-any/PKGBUILD (from rev 191354, 
apache-ant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-23 19:22:37 UTC (rev 191355)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Andrew Wright andr...@photism.org
+# Contributor: Paul Mattal p...@archlinux.org
+pkgname=apache-ant
+pkgver=1.9.2
+pkgrel=2
+pkgdesc='A java-based build tool'
+arch=('any')
+url='http://ant.apache.org/'
+license=('APACHE')
+depends=('java-environment')
+makedepends=('java-environment' 'apache-ant' 'junit')
+optdepends=('junit: to use the junit tasks')
+install=${pkgname}.install

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

2013-07-23 Thread Sébastien Luttringer
Date: Tuesday, July 23, 2013 @ 21:26:00
  Author: seblu
Revision: 94418

upgpkg: dokuwiki 20130510-4

- move templates into /var/lib/dokuwiki to avoid files installed by admin in 
/usr
- cleanup quoting
- move files right and ownership in the package (no more install file)
- remove bugged find

This update (as the previous) can require user intervention.

Modified:
  dokuwiki/trunk/PKGBUILD
Deleted:
  dokuwiki/trunk/dokuwiki.install

--+
 PKGBUILD |   58 +++--
 dokuwiki.install |   14 
 2 files changed, 35 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 18:48:07 UTC (rev 94417)
+++ PKGBUILD2013-07-23 19:26:00 UTC (rev 94418)
@@ -1,43 +1,55 @@
 # $Id$
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sébastien Luttringer
 
 pkgname=dokuwiki
 pkgver=20130510
 _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
-pkgrel=3
-pkgdesc=DokuWiki engine
+pkgrel=4
+pkgdesc='Simple to use and highly versatile Open Source wiki software'
 arch=('any')
-url=http://www.splitbrain.org/projects/dokuwiki;
+url='http://www.splitbrain.org/projects/dokuwiki'
 license=('GPL')
 depends=('php')
 backup=('etc/webapps/dokuwiki/.htaccess')
-install=dokuwiki.install
 options=('!strip')
-source=(http://www.splitbrain.org/_media/projects/dokuwiki/dokuwiki-${_pkgver}.tgz)
+source=(http://www.splitbrain.org/_media/projects/dokuwiki/dokuwiki-${_pkgver}.tgz;)
 md5sums=('9cb5bb79c0445df849845b586e872677')
 
 package() {
-  cd $srcdir
-  install -dm0755 $pkgdir/usr/share/webapps/
-  install -dm0755 $pkgdir/var/lib/dokuwiki
-  install -dm0755 $pkgdir/etc/webapps/
-  cp -a $pkgname-${_pkgver} $pkgdir/usr/share/webapps/dokuwiki
+  cd $pkgdir
+  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
+  cp -a $srcdir/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
 
-  mv $pkgdir/usr/share/webapps/dokuwiki/data $pkgdir/var/lib/dokuwiki/data
-  ln -s /var/lib/dokuwiki/data $pkgdir/usr/share/webapps/dokuwiki/data
+  # move data in var
+  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
+  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
 
-  mv $pkgdir/usr/share/webapps/dokuwiki/lib/plugins 
$pkgdir/var/lib/dokuwiki/plugins
-  ln -s /var/lib/dokuwiki/plugins 
$pkgdir/usr/share/webapps/dokuwiki/lib/plugins
+  # move plugins in var
+  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
+  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
 
-  touch $pkgdir/var/lib/dokuwiki/changes.log
-  chmod 0644 $pkgdir/var/lib/dokuwiki/changes.log
-  find $pkgdir/var/lib/dokuwiki -type f -exec chmod g=rw {} \;  find -type d 
-exec chmod g=rwx {} \;
+  # move templates in var
+  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
+  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
 
-  mv $pkgdir/usr/share/webapps/dokuwiki/conf $pkgdir/etc/webapps/dokuwiki
-  ln -s /etc/webapps/dokuwiki $pkgdir/usr/share/webapps/dokuwiki/conf
-  chmod g=rwx $pkgdir/etc/webapps/dokuwiki
+  # move config in /etc
+  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
+  chmod g=rwx etc/webapps/dokuwiki
+  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
 
-  cp $pkgdir/usr/share/webapps/dokuwiki/.htaccess.dist 
$pkgdir/etc/webapps/dokuwiki/.htaccess
-  ln -s /etc/webapps/dokuwiki/.htaccess 
$pkgdir/usr/share/webapps/dokuwiki/.htaccess
+  # inform update on changes.log
+  touch var/lib/dokuwiki/data/changes.log
+  chmod 0644 var/lib/dokuwiki/data/changes.log
+
+  # use default htaccess
+  cp usr/share/webapps/dokuwiki/.htaccess.dist etc/webapps/dokuwiki/.htaccess
+  ln -s /etc/webapps/dokuwiki/.htaccess usr/share/webapps/dokuwiki/.htaccess
+
+  # fix rights and ownership
+  chown http:http var/lib/dokuwiki/plugins
+  chown -R http:http var/lib/dokuwiki/data
+  chown -R http:http etc/webapps/dokuwiki
 }
+
+# vim:set ts=2 sw=2 et:

Deleted: dokuwiki.install
===
--- dokuwiki.install2013-07-23 18:48:07 UTC (rev 94417)
+++ dokuwiki.install2013-07-23 19:26:00 UTC (rev 94418)
@@ -1,14 +0,0 @@
-post_install() {
-  echo -- Go to the http://your-server/dokuwiki/install.php to setup dokuwiki
-  chown -R http:http /var/lib/dokuwiki/data
-  chown http:http /var/lib/dokuwiki/plugins
-  chown -R http:http /etc/webapps/dokuwiki
-}
-
-post_upgrade() {
-  echo -- Since 20120125_a-1 dokuwiki is in /usr/share/webapps
-  echo -- Since 20130510-3 /var/lib/dokuwiki moved to /var/lib/dokuwiki/data
-  chown -R http:http /var/lib/dokuwiki/data
-  chown http:http /var/lib/dokuwiki/plugins
-  chown -R http:http /etc/webapps/dokuwiki
-}



[arch-commits] Commit in dokuwiki/repos/community-any (3 files)

2013-07-23 Thread Sébastien Luttringer
Date: Tuesday, July 23, 2013 @ 21:26:11
  Author: seblu
Revision: 94419

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   98 +
 dokuwiki.install |   14 ---
 2 files changed, 55 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-23 19:26:00 UTC (rev 94418)
+++ PKGBUILD2013-07-23 19:26:11 UTC (rev 94419)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=dokuwiki
-pkgver=20130510
-_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
-pkgrel=3
-pkgdesc=DokuWiki engine
-arch=('any')
-url=http://www.splitbrain.org/projects/dokuwiki;
-license=('GPL')
-depends=('php')
-backup=('etc/webapps/dokuwiki/.htaccess')
-install=dokuwiki.install
-options=('!strip')
-source=(http://www.splitbrain.org/_media/projects/dokuwiki/dokuwiki-${_pkgver}.tgz)
-md5sums=('9cb5bb79c0445df849845b586e872677')
-
-package() {
-  cd $srcdir
-  install -dm0755 $pkgdir/usr/share/webapps/
-  install -dm0755 $pkgdir/var/lib/dokuwiki
-  install -dm0755 $pkgdir/etc/webapps/
-  cp -a $pkgname-${_pkgver} $pkgdir/usr/share/webapps/dokuwiki
-
-  mv $pkgdir/usr/share/webapps/dokuwiki/data $pkgdir/var/lib/dokuwiki/data
-  ln -s /var/lib/dokuwiki/data $pkgdir/usr/share/webapps/dokuwiki/data
-
-  mv $pkgdir/usr/share/webapps/dokuwiki/lib/plugins 
$pkgdir/var/lib/dokuwiki/plugins
-  ln -s /var/lib/dokuwiki/plugins 
$pkgdir/usr/share/webapps/dokuwiki/lib/plugins
-
-  touch $pkgdir/var/lib/dokuwiki/changes.log
-  chmod 0644 $pkgdir/var/lib/dokuwiki/changes.log
-  find $pkgdir/var/lib/dokuwiki -type f -exec chmod g=rw {} \;  find -type d 
-exec chmod g=rwx {} \;
-
-  mv $pkgdir/usr/share/webapps/dokuwiki/conf $pkgdir/etc/webapps/dokuwiki
-  ln -s /etc/webapps/dokuwiki $pkgdir/usr/share/webapps/dokuwiki/conf
-  chmod g=rwx $pkgdir/etc/webapps/dokuwiki
-
-  cp $pkgdir/usr/share/webapps/dokuwiki/.htaccess.dist 
$pkgdir/etc/webapps/dokuwiki/.htaccess
-  ln -s /etc/webapps/dokuwiki/.htaccess 
$pkgdir/usr/share/webapps/dokuwiki/.htaccess
-}

Copied: dokuwiki/repos/community-any/PKGBUILD (from rev 94418, 
dokuwiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-23 19:26:11 UTC (rev 94419)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sébastien Luttringer
+
+pkgname=dokuwiki
+pkgver=20130510
+_pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2}
+pkgrel=4
+pkgdesc='Simple to use and highly versatile Open Source wiki software'
+arch=('any')
+url='http://www.splitbrain.org/projects/dokuwiki'
+license=('GPL')
+depends=('php')
+backup=('etc/webapps/dokuwiki/.htaccess')
+options=('!strip')
+source=(http://www.splitbrain.org/_media/projects/dokuwiki/dokuwiki-${_pkgver}.tgz;)
+md5sums=('9cb5bb79c0445df849845b586e872677')
+
+package() {
+  cd $pkgdir
+  install -dm0755 usr/share/webapps var/lib/dokuwiki etc/webapps
+  cp -a $srcdir/$pkgname-${_pkgver} usr/share/webapps/dokuwiki
+
+  # move data in var
+  mv usr/share/webapps/dokuwiki/data var/lib/dokuwiki
+  ln -s {../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki}/data
+
+  # move plugins in var
+  mv usr/share/webapps/dokuwiki/lib/plugins var/lib/dokuwiki
+  ln -s 
{../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/plugins
+
+  # move templates in var
+  mv usr/share/webapps/dokuwiki/lib/tpl var/lib/dokuwiki
+  ln -s {../../../../../../var/lib/dokuwiki,usr/share/webapps/dokuwiki/lib}/tpl
+
+  # move config in /etc
+  mv usr/share/webapps/dokuwiki/conf etc/webapps/dokuwiki
+  chmod g=rwx etc/webapps/dokuwiki
+  ln -s ../../../../../etc/webapps/dokuwiki usr/share/webapps/dokuwiki/conf
+
+  # inform update on changes.log
+  touch var/lib/dokuwiki/data/changes.log
+  chmod 0644 var/lib/dokuwiki/data/changes.log
+
+  # use default htaccess
+  cp usr/share/webapps/dokuwiki/.htaccess.dist etc/webapps/dokuwiki/.htaccess
+  ln -s /etc/webapps/dokuwiki/.htaccess usr/share/webapps/dokuwiki/.htaccess
+
+  # fix rights and ownership
+  chown http:http var/lib/dokuwiki/plugins
+  chown -R http:http var/lib/dokuwiki/data
+  chown -R http:http etc/webapps/dokuwiki
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: dokuwiki.install
===
--- dokuwiki.install2013-07-23 19:26:00 UTC (rev 94418)
+++ dokuwiki.install2013-07-23 19:26:11 UTC (rev 94419)
@@ -1,14 +0,0 @@
-post_install() {
-  echo -- Go to the http://your-server/dokuwiki/install.php to setup dokuwiki
-  chown -R http:http /var/lib/dokuwiki/data
-  chown http:http 

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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 23:01:28
  Author: jgc
Revision: 191356

upgpkg: webkitgtk 2.0.4-1

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 19:22:37 UTC (rev 191355)
+++ PKGBUILD2013-07-23 21:01:28 UTC (rev 191356)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=webkitgtk
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc=GTK+ Web content engine library
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 replaces=(webkitgtk3 libwebkit3)
 options=(!libtool !emptydirs)
 source=(http://webkitgtk.org/releases/$pkgname-${pkgver}.tar.xz)
-sha256sums=('9bf8a32afbf087c4fc2c652b193a52c44b180735ba9c7c8db88137904d458e1b')
+sha256sums=('bd1550b7f6e1a55f803efe7d64438163ff6c04f02186002cb81d0c090aac734f')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-23 Thread Jan de Groot
Date: Tuesday, July 23, 2013 @ 23:01:37
  Author: jgc
Revision: 191357

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

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

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

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

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

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

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

2013-07-23 Thread Eric Bélanger
Date: Wednesday, July 24, 2013 @ 01:38:22
  Author: eric
Revision: 191358

upgpkg: quodlibet 3.0.2-1

Upstream update

Modified:
  quodlibet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 21:01:37 UTC (rev 191357)
+++ PKGBUILD2013-07-23 23:38:22 UTC (rev 191358)
@@ -3,7 +3,7 @@
 
 pkgbase=quodlibet
 pkgname=('quodlibet' 'quodlibet-plugins')
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 arch=('any')
 license=('GPL2')
@@ -12,8 +12,8 @@
 options=('!makeflags')
 source=(https://quodlibet.googlecode.com/files/$pkgbase-$pkgver.tar.gz
 https://quodlibet.googlecode.com/files/$pkgbase-plugins-$pkgver.tar.gz)
-sha1sums=('2bd0299663cc78b42c0721447f180c7c1a17047a'
-  '36d8882b12a687270d52ddb5ff256bec0b51eced')
+sha1sums=('d86fcd5ae461398891ad08b23d4497c3cfe0587d'
+  '8126fc4c69fd7db556a1ff38d9b41f27d6ad7264')
 
 prepare() {
   cd ${pkgbase}-${pkgver}



[arch-commits] Commit in quodlibet/repos/extra-any (4 files)

2013-07-23 Thread Eric Bélanger
Date: Wednesday, July 24, 2013 @ 01:38:48
  Author: eric
Revision: 191359

archrelease: copy trunk to extra-any

Added:
  quodlibet/repos/extra-any/PKGBUILD
(from rev 191358, quodlibet/trunk/PKGBUILD)
  quodlibet/repos/extra-any/quodlibet.install
(from rev 191358, quodlibet/trunk/quodlibet.install)
Deleted:
  quodlibet/repos/extra-any/PKGBUILD
  quodlibet/repos/extra-any/quodlibet.install

---+
 PKGBUILD  |  120 ++--
 quodlibet.install |   22 -
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-23 23:38:22 UTC (rev 191358)
+++ PKGBUILD2013-07-23 23:38:48 UTC (rev 191359)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=quodlibet
-pkgname=('quodlibet' 'quodlibet-plugins')
-pkgver=3.0.1
-pkgrel=1
-arch=('any')
-license=('GPL2')
-url=http://code.google.com/p/quodlibet/;
-makedepends=('python2' 'intltool')
-options=('!makeflags')
-source=(https://quodlibet.googlecode.com/files/$pkgbase-$pkgver.tar.gz
-https://quodlibet.googlecode.com/files/$pkgbase-plugins-$pkgver.tar.gz)
-sha1sums=('2bd0299663cc78b42c0721447f180c7c1a17047a'
-  '36d8882b12a687270d52ddb5ff256bec0b51eced')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  sed -i 's/env python/env python2/' exfalso.py quodlibet.py \
-../${pkgbase}-plugins-${pkgver}/songsmenu/replaygain.py
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' operon.py 
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py build
-}
-
-package_quodlibet() {
-  pkgdesc=An audio library tagger, manager and player
-  depends=('gtk3' 'python2-gobject' 'python2-dbus' 'mutagen' 
-   'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
-  'gnome-icon-theme')
-  optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
-  'gst-plugins-bad: for Musepack support'
-  'libgpod: for ipod support'
-  'python2-feedparser: for audio feeds (podcast) support'
-  'libkeybinder3: for the multimedia keys support'
-  'media-player-info: for media devices support')
-  install=quodlibet.install
-
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py install --prefix=${pkgdir}/usr
-}
-
-package_quodlibet-plugins() {
-  pkgdesc=Various plugins for QuodLibet
-  depends=('quodlibet')
-  optdepends=('cddb-py: for CDDB Lookup plugin'
-  'python2-musicbrainz2: for MusicBrainz Lookup plugin'
-  'python2-pyinotify: for Automatic library update plugin'
- 'kakasi: for Kana/Kanji Simple Inverter plugin'
- 'zeitgeist: for Event Logging plugin'
-  'gst-plugins-bad: for Audio Pitch/Speed plugin')
-
-  cd ${pkgbase}-plugins-${pkgver}
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins
-  cp -r editing events gstreamer playorder songsmenu 
${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins
-}

Copied: quodlibet/repos/extra-any/PKGBUILD (from rev 191358, 
quodlibet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-23 23:38:48 UTC (rev 191359)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=quodlibet
+pkgname=('quodlibet' 'quodlibet-plugins')
+pkgver=3.0.2
+pkgrel=1
+arch=('any')
+license=('GPL2')
+url=http://code.google.com/p/quodlibet/;
+makedepends=('python2' 'intltool')
+options=('!makeflags')
+source=(https://quodlibet.googlecode.com/files/$pkgbase-$pkgver.tar.gz
+https://quodlibet.googlecode.com/files/$pkgbase-plugins-$pkgver.tar.gz)
+sha1sums=('d86fcd5ae461398891ad08b23d4497c3cfe0587d'
+  '8126fc4c69fd7db556a1ff38d9b41f27d6ad7264')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed -i 's/env python/env python2/' exfalso.py quodlibet.py \
+../${pkgbase}-plugins-${pkgver}/songsmenu/replaygain.py
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' operon.py 
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py build
+}
+
+package_quodlibet() {
+  pkgdesc=An audio library tagger, manager and player
+  depends=('gtk3' 'python2-gobject' 'python2-dbus' 'mutagen' 
+   'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
+  'gnome-icon-theme')
+  optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
+  'gst-plugins-bad: for Musepack support'
+  'libgpod: for ipod support'
+  'python2-feedparser: for audio feeds (podcast) support'
+  'libkeybinder3: for the multimedia keys support'
+  'media-player-info: for media devices support')
+  install=quodlibet.install
+
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --prefix=${pkgdir}/usr
+}
+
+package_quodlibet-plugins() {
+  pkgdesc=Various plugins for QuodLibet
+  depends=('quodlibet')
+  optdepends=('cddb-py: for 

[arch-commits] Commit in abook/trunk (PKGBUILD vcard-compat.patch)

2013-07-23 Thread Gaetan Bisson
Date: Wednesday, July 24, 2013 @ 03:43:13
  Author: bisson
Revision: 191360

switch to git (stable enough and many improvements since last release in 2006)

Modified:
  abook/trunk/PKGBUILD
Deleted:
  abook/trunk/vcard-compat.patch

+
 PKGBUILD   |   25 +--
 vcard-compat.patch |  347 ---
 2 files changed, 12 insertions(+), 360 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-23 23:38:48 UTC (rev 191359)
+++ PKGBUILD2013-07-24 01:43:13 UTC (rev 191360)
@@ -1,30 +1,29 @@
 # $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Thayer Williams tha...@archlinux.org
 # Contributor: damir da...@archlinux.org
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname=abook
-pkgver=0.6.0pre2
-pkgrel=5
+pkgver=0.6.0pre2.20130724
+pkgrel=1
 pkgdesc='Text-based addressbook designed for use with Mutt'
+url='http://abook.sourceforge.net/'
 arch=('i686' 'x86_64')
-url='http://abook.sourceforge.net/'
 license=('GPL2')
+makedepends=('git')
 depends=('readline')
-source=(http://abook.sourceforge.net/devel/abook-${pkgver}.tar.gz;
-'vcard-compat.patch')
-sha1sums=('42a939fba43e51aa011fa185113c12ec4bc1e1ec'
-  'feb35deb79116c187953d06e514c7918be5646b6')
+source=(abook::git://abook.git.sourceforge.net/gitroot/abook/abook#commit=2e3d4f7341e154bf09907aabcdfe73345cc72e68)
+sha1sums=('SKIP')
 
 build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../vcard-compat.patch
+   cd ${srcdir}/${pkgname}
./configure --prefix=/usr --mandir=/usr/share/man
make
+   cd po  make update-po
 }
 
 package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
+   cd ${srcdir}/${pkgname}
make DESTDIR=${pkgdir} install
 }

Deleted: vcard-compat.patch
===
--- vcard-compat.patch  2013-07-23 23:38:48 UTC (rev 191359)
+++ vcard-compat.patch  2013-07-24 01:43:13 UTC (rev 191360)
@@ -1,347 +0,0 @@
-diff -aur old/filter.c new/filter.c
 old/filter.c   2006-09-06 15:26:10.0 +1000
-+++ new/filter.c   2012-05-31 17:48:18.644744197 +1000
-@@ -44,6 +44,7 @@
- static intcsv_parse_file(FILE *in);
- static intallcsv_parse_file(FILE *in);
- static intpalmcsv_parse_file(FILE *in);
-+static intvcard_parse_file(FILE *in);
- 
- /*
-  * export filter prototypes
-@@ -75,6 +76,7 @@
-   { csv, N_(comma separated values), csv_parse_file },
-   { allcsv, N_(comma separated values (all fields)), 
allcsv_parse_file },
-   { palmcsv, N_(Palm comma separated values), palmcsv_parse_file },
-+  { vcard, N_(vCard file), vcard_parse_file },
-   { \0, NULL, NULL }
- };
- 
-@@ -1331,6 +1333,263 @@
-  */
- 
- /*
-+ * vCard import filter
-+ */
-+
-+static char *vcard_fields[] = {
-+  FN,   /* NAME */
-+  EMAIL,/* EMAIL */
-+  ADR,  /* ADDRESS */
-+  ADR,  /* ADDRESS2 - not used */
-+  ADR,  /* CITY */
-+  ADR,  /* STATE */
-+  ADR,  /* ZIP */
-+  ADR,  /* COUNTRY */
-+  TEL,  /* PHONE */
-+  TEL,  /* WORKPHONE */
-+  TEL,  /* FAX */
-+  TEL,  /* MOBILEPHONE */
-+  NICKNAME, /* NICK */
-+  URL,  /* URL */
-+  NOTE, /* NOTES */
-+  BDAY, /* ANNIVERSARY */
-+  NULL
-+};
-+
-+/*
-+ * mappings between vCard ADR field and abook's ADDRESS
-+ * see rfc2426 section 3.2.1
-+ */
-+static int vcard_address_fields[] = {
-+  -1, /* vCard(post office box) - not used */
-+  -1, /* vCard(the extended address) - not used */
-+  2,  /* vCard(the street address) - ADDRESS */
-+  4,  /* vCard(the locality) - CITY */
-+  5,  /* vCard(the region) - STATE */
-+  6,  /* vCard(the postal code) - ZIP */
-+  7   /* vCard(the country name) - COUNTRY */
-+};
-+
-+enum {
-+  VCARD_KEY = 0,
-+  VCARD_KEY_ATTRIBUTE,
-+  VCARD_VALUE,
-+};
-+
-+static char *
-+vcard_get_line_element(char *line, int element)
-+{
-+  int i;
-+  char *line_copy = 0;
-+  char *result = 0;
-+  char *key = 0;
-+  char *key_attr = 0;
-+  char *value = 0;
-+
-+  line_copy = xstrdup(line);
-+
-+  /* make newline characters if exist end of string */
-+  for(i=0; line_copy[i]; i++) {
-+  if(line_copy[i] == '\r' || line_copy[i] == '\n') {
-+  line_copy[i] = '\0';
-+   

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

2013-07-23 Thread Gaetan Bisson
Date: Wednesday, July 24, 2013 @ 03:43:47
  Author: bisson
Revision: 191361

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

Added:
  abook/repos/extra-i686/PKGBUILD
(from rev 191360, abook/trunk/PKGBUILD)
  abook/repos/extra-x86_64/PKGBUILD
(from rev 191360, abook/trunk/PKGBUILD)
Deleted:
  abook/repos/extra-i686/PKGBUILD
  abook/repos/extra-i686/vcard-compat.patch
  abook/repos/extra-x86_64/PKGBUILD
  abook/repos/extra-x86_64/vcard-compat.patch

-+
 /PKGBUILD   |   58 ++
 extra-i686/PKGBUILD |   30 ---
 extra-i686/vcard-compat.patch   |  347 --
 extra-x86_64/PKGBUILD   |   30 ---
 extra-x86_64/vcard-compat.patch |  347 --
 5 files changed, 58 insertions(+), 754 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-24 01:43:13 UTC (rev 191360)
+++ extra-i686/PKGBUILD 2013-07-24 01:43:47 UTC (rev 191361)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=abook
-pkgver=0.6.0pre2
-pkgrel=5
-pkgdesc='Text-based addressbook designed for use with Mutt'
-arch=('i686' 'x86_64')
-url='http://abook.sourceforge.net/'
-license=('GPL2')
-depends=('readline')
-source=(http://abook.sourceforge.net/devel/abook-${pkgver}.tar.gz;
-'vcard-compat.patch')
-sha1sums=('42a939fba43e51aa011fa185113c12ec4bc1e1ec'
-  'feb35deb79116c187953d06e514c7918be5646b6')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../vcard-compat.patch
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: abook/repos/extra-i686/PKGBUILD (from rev 191360, abook/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-24 01:43:47 UTC (rev 191361)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Thayer Williams tha...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=abook
+pkgver=0.6.0pre2.20130724
+pkgrel=1
+pkgdesc='Text-based addressbook designed for use with Mutt'
+url='http://abook.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('git')
+depends=('readline')
+source=(abook::git://abook.git.sourceforge.net/gitroot/abook/abook#commit=2e3d4f7341e154bf09907aabcdfe73345cc72e68)
+sha1sums=('SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+   cd po  make update-po
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/vcard-compat.patch
===
--- extra-i686/vcard-compat.patch   2013-07-24 01:43:13 UTC (rev 191360)
+++ extra-i686/vcard-compat.patch   2013-07-24 01:43:47 UTC (rev 191361)
@@ -1,347 +0,0 @@
-diff -aur old/filter.c new/filter.c
 old/filter.c   2006-09-06 15:26:10.0 +1000
-+++ new/filter.c   2012-05-31 17:48:18.644744197 +1000
-@@ -44,6 +44,7 @@
- static intcsv_parse_file(FILE *in);
- static intallcsv_parse_file(FILE *in);
- static intpalmcsv_parse_file(FILE *in);
-+static intvcard_parse_file(FILE *in);
- 
- /*
-  * export filter prototypes
-@@ -75,6 +76,7 @@
-   { csv, N_(comma separated values), csv_parse_file },
-   { allcsv, N_(comma separated values (all fields)), 
allcsv_parse_file },
-   { palmcsv, N_(Palm comma separated values), palmcsv_parse_file },
-+  { vcard, N_(vCard file), vcard_parse_file },
-   { \0, NULL, NULL }
- };
- 
-@@ -1331,6 +1333,263 @@
-  */
- 
- /*
-+ * vCard import filter
-+ */
-+
-+static char *vcard_fields[] = {
-+  FN,   /* NAME */
-+  EMAIL,/* EMAIL */
-+  ADR,  /* ADDRESS */
-+  ADR,  /* ADDRESS2 - not used */
-+  ADR,  /* CITY */
-+  ADR,  /* STATE */
-+  ADR,  /* ZIP */
-+  ADR,  /* COUNTRY */
-+  TEL,  /* PHONE */
-+  TEL,  /* WORKPHONE */
-+  TEL,  /* FAX */
-+  TEL,  /* MOBILEPHONE */
-+  NICKNAME, /* NICK */
-+  URL,  /* URL */
-+  NOTE, /* NOTES */
-+  BDAY, /* ANNIVERSARY */
-+  NULL
-+};
-+
-+/*
-+ * mappings between vCard ADR field and abook's ADDRESS
-+ * see rfc2426 section 

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

2013-07-23 Thread Gaetan Bisson
Date: Wednesday, July 24, 2013 @ 04:13:55
  Author: bisson
Revision: 191363

db-move: moved x11vnc from [testing] to [extra] (i686, x86_64)

Added:
  x11vnc/repos/extra-i686/PKGBUILD
(from rev 191362, x11vnc/repos/testing-i686/PKGBUILD)
  x11vnc/repos/extra-i686/service
(from rev 191362, x11vnc/repos/testing-i686/service)
  x11vnc/repos/extra-x86_64/PKGBUILD
(from rev 191362, x11vnc/repos/testing-x86_64/PKGBUILD)
  x11vnc/repos/extra-x86_64/service
(from rev 191362, x11vnc/repos/testing-x86_64/service)
Deleted:
  x11vnc/repos/extra-i686/PKGBUILD
  x11vnc/repos/extra-i686/conf.d
  x11vnc/repos/extra-i686/rc.d
  x11vnc/repos/extra-i686/service
  x11vnc/repos/extra-x86_64/PKGBUILD
  x11vnc/repos/extra-x86_64/conf.d
  x11vnc/repos/extra-x86_64/rc.d
  x11vnc/repos/extra-x86_64/service
  x11vnc/repos/testing-i686/
  x11vnc/repos/testing-x86_64/

---+
 /PKGBUILD |   60 
 /service  |   14 +++
 extra-i686/PKGBUILD   |   37 -
 extra-i686/conf.d |5 
 extra-i686/rc.d   |   37 -
 extra-i686/service|7 -
 extra-x86_64/PKGBUILD |   37 -
 extra-x86_64/conf.d   |5 
 extra-x86_64/rc.d |   37 -
 extra-x86_64/service  |7 -
 10 files changed, 74 insertions(+), 172 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-24 02:13:43 UTC (rev 191362)
+++ extra-i686/PKGBUILD 2013-07-24 02:13:55 UTC (rev 191363)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=x11vnc
-pkgver=0.9.13
-pkgrel=3
-pkgdesc='VNC server for real X displays'
-url='http://www.karlrunge.com/x11vnc/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 
'avahi')
-optdepends=('tk: for GUI support')
-backup=('etc/conf.d/x11vnc')
-source=(http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-'service'
-'conf.d'
-'rc.d')
-sha1sums=('f011d81488ac94dc8dce2d88739c23bd85a976fa'
-  '53e1ed7f84518a699a29607a03bee2321f9f9624'
-  '11011cce06511e9ba61672a1c80bb63a3a187539'
-  '477892cf0f0020043444b7493c80684762ded506')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/x11vnc
-   install -Dm644 ../conf.d ${pkgdir}/etc/conf.d/x11vnc
-   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/x11vnc.service
-   rm -fr ${pkgdir}/usr/include/rfb # provided by libvncserver
-}

Copied: x11vnc/repos/extra-i686/PKGBUILD (from rev 191362, 
x11vnc/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-24 02:13:55 UTC (rev 191363)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=x11vnc
+pkgver=0.9.13
+pkgrel=4
+pkgdesc='VNC server for real X displays'
+url='http://www.karlrunge.com/x11vnc/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+optdepends=('tk: for GUI support')
+depends=('openssl' 'libjpeg' 'libxtst' 'libxinerama' 'libxdamage' 'libxrandr' 
'avahi')
+source=(http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'service')
+sha1sums=('f011d81488ac94dc8dce2d88739c23bd85a976fa'
+  '53e1ed7f84518a699a29607a03bee2321f9f9624')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/x11vnc.service
+   rm -fr ${pkgdir}/usr/include/rfb # provided by libvncserver
+}

Deleted: extra-i686/conf.d
===
--- extra-i686/conf.d   2013-07-24 02:13:43 UTC (rev 191362)
+++ extra-i686/conf.d   2013-07-24 02:13:55 UTC (rev 191363)
@@ -1,5 +0,0 @@
-#
-# Parameters to be passed to x11vnc
-#
-
-X11VNC_ARGS=

Deleted: extra-i686/rc.d
===
--- extra-i686/rc.d 2013-07-24 02:13:43 UTC (rev 191362)
+++ extra-i686/rc.d 2013-07-24 02:13:55 UTC (rev 191363)
@@ -1,37 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-. /etc/conf.d/x11vnc
-
-PID=$(pidof -o %PPID /usr/bin/x11vnc)
-case $1 in
-  start)
-stat_busy Starting 

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

2013-07-23 Thread Gaetan Bisson
Date: Wednesday, July 24, 2013 @ 04:13:43
  Author: bisson
Revision: 191362

db-move: moved avahi from [testing] to [extra] (i686, x86_64)

Added:
  avahi/repos/extra-i686/PKGBUILD
(from rev 191361, avahi/repos/testing-i686/PKGBUILD)
  avahi/repos/extra-i686/install
(from rev 191361, avahi/repos/testing-i686/install)
  avahi/repos/extra-x86_64/PKGBUILD
(from rev 191361, avahi/repos/testing-x86_64/PKGBUILD)
  avahi/repos/extra-x86_64/install
(from rev 191361, avahi/repos/testing-x86_64/install)
Deleted:
  avahi/repos/extra-i686/PKGBUILD
  avahi/repos/extra-i686/install
  avahi/repos/extra-x86_64/PKGBUILD
  avahi/repos/extra-x86_64/install
  avahi/repos/testing-i686/
  avahi/repos/testing-x86_64/

---+
 /PKGBUILD |  156 
 /install  |   44 +
 extra-i686/PKGBUILD   |   78 
 extra-i686/install|   22 --
 extra-x86_64/PKGBUILD |   78 
 extra-x86_64/install  |   22 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-24 01:43:47 UTC (rev 191361)
+++ extra-i686/PKGBUILD 2013-07-24 02:13:43 UTC (rev 191362)
@@ -1,78 +0,0 @@
-# $Id$
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=avahi
-pkgver=0.6.31
-pkgrel=9
-pkgdesc='Multicast/unicast DNS-SD framework'
-url='http://www.avahi.org/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-options=('!libtool' '!emptydirs')
-depends=('expat' 'libdaemon' 'glib2' 'libcap' 'gdbm')
-optdepends=('dbus: communicating with client applications'
-'gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
-'gtk2: gtk2 bindings'
-'qt3: qt3 bindings'
-'qt4: qt4 bindings'
-'pygtk: avahi-bookmarks, avahi-discover'
-'twisted: avahi-bookmarks'
-'mono: mono bindings'
-'python2-dbus: avahi-discover'
-'nss-mdns: NSS support for mDNS')
-makedepends=('qt3' 'qt4' 'pygtk' 'mono' 'intltool' 'python2-dbus'
- 'gtk-sharp-2' 'gobject-introspection' 'gtk3' 'xmltoman')
-backup=('etc/avahi/hosts'
-'etc/avahi/avahi-daemon.conf'
-'etc/avahi/services/ssh.service'
-'etc/avahi/services/sftp-ssh.service'
-'usr/lib/avahi/service-types.db'
-'usr/share/avahi/service-types')
-source=(http://www.avahi.org/download/avahi-${pkgver}.tar.gz;)
-sha1sums=('7e05bd78572c9088b03b1207a0ad5aba38490684')
-
-conflicts=('howl' 'mdnsresponder')
-provides=('howl' 'mdnsresponder')
-
-install=install
-
-prepare() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   sed 's:netdev:network:g' -i avahi-daemon/avahi-dbus.conf
-   sed 's:/sbin/resolvconf:/usr/sbin/resolvconf:g' -i */*.action
-}
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   export MOC_QT3=/usr/bin/moc-qt3
-   export MOC_QT4=/usr/bin/moc-qt4
-   export PYTHON=/usr/bin/python2
-
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-static \
-   --disable-monodoc \
-   --enable-compat-libdns_sd \
-   --enable-compat-howl \
-   --with-distro=archlinux \
-   --with-avahi-priv-access-group=network \
-   --with-autoipd-user=avahi \
-   --with-autoipd-group=avahi \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   rm -fr ${pkgdir}/etc/rc.d
-
-   # howl and mdnsresponder compatability
-   cd ${pkgdir}/usr/include; ln -s avahi-compat-libdns_sd/dns_sd.h 
dns_sd.h; ln -s avahi-compat-howl howl
-   cd ${pkgdir}/usr/lib/pkgconfig; ln -s avahi-compat-howl.pc howl.pc
-}

Copied: avahi/repos/extra-i686/PKGBUILD (from rev 191361, 
avahi/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-24 02:13:43 UTC (rev 191362)
@@ -0,0 +1,78 @@
+# $Id$
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=avahi
+pkgver=0.6.31
+pkgrel=10
+pkgdesc='Multicast/unicast DNS-SD framework'
+url='http://www.avahi.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+options=('!libtool' '!emptydirs')
+depends=('expat' 'libdaemon' 'glib2' 'libcap' 'gdbm' 'dbus')
+optdepends=('gtk3: avahi-discover-standalone, bshell, bssh, bvnc'
+'gtk2: gtk2 bindings'
+'qt3: qt3 bindings'
+'qt4: qt4 bindings'
+'pygtk: avahi-bookmarks, avahi-discover'
+