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

2012-11-13 Thread Jan Steffens
Date: Wednesday, November 14, 2012 @ 02:19:21
  Author: heftig
Revision: 170977

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

Added:
  devhelp/repos/extra-i686/PKGBUILD
(from rev 170976, devhelp/trunk/PKGBUILD)
  devhelp/repos/extra-i686/devhelp.install
(from rev 170976, devhelp/trunk/devhelp.install)
  devhelp/repos/extra-x86_64/PKGBUILD
(from rev 170976, devhelp/trunk/PKGBUILD)
  devhelp/repos/extra-x86_64/devhelp.install
(from rev 170976, 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

--+
 extra-i686/PKGBUILD  |   70 -
 extra-i686/devhelp.install   |   44 -
 extra-x86_64/PKGBUILD|   70 -
 extra-x86_64/devhelp.install |   44 -
 4 files changed, 114 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-14 07:18:14 UTC (rev 170976)
+++ extra-i686/PKGBUILD 2012-11-14 07:19:21 UTC (rev 170977)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Link Dupont 
-
-pkgname=devhelp
-pkgver=3.6.0
-pkgrel=2
-pkgdesc="API documentation browser for GNOME"
-arch=(i686 x86_64)
-license=('GPL')
-url="http://live.gnome.org/devhelp/";
-depends=('gconf' 'webkitgtk3' 'hicolor-icon-theme')
-makedepends=('pkgconfig' 'intltool' 'python2')
-options=('!libtool' '!emptydirs')
-install=devhelp.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bf0576d5d70496367ccb22be53be620bbfe341bd491c1d725cfb59d566769fe1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --with-webkit2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain devhelp ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
-}

Copied: devhelp/repos/extra-i686/PKGBUILD (from rev 170976, 
devhelp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-14 07:19:21 UTC (rev 170977)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Link Dupont 
+
+pkgname=devhelp
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="API documentation browser for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://live.gnome.org/devhelp/";
+depends=('gconf' 'webkitgtk3' 'hicolor-icon-theme')
+makedepends=('pkgconfig' 'intltool' 'python2')
+options=('!libtool' '!emptydirs')
+install=devhelp.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('71c6933422bf876745fc10276a2b2ee0f8c4c4ddfe034b3f6380507725fd4e63')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --with-webkit2
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain devhelp ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/devhelp.install
===
--- extra-i686/devhelp.install  2012-11-14 07:18:14 UTC (rev 170976)
+++ extra-i686/devhelp.install  2012-11-14 07:19:21 UTC (rev 170977)
@@ -1,22 +0,0 @@
-pkgname=devhelp
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: devhelp/repos/extra-i686/devhelp.install (from rev 170976, 
devhelp/trunk/devhelp.install)
===
--- extra-i686/devhelp.install  (rev 0)
+++ extra-i686/devhelp.install  2012-11-14 07:19:21 UTC (rev 170977)
@@ -0,0 +1,22 @@
+pkgname=devhelp
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove
+}
+
+post_upgrade() {
+  post_install
+

[arch-commits] Commit in gnome-icon-theme-extras/repos/extra-any (4 files)

2012-11-13 Thread Jan Steffens
Date: Wednesday, November 14, 2012 @ 02:18:14
  Author: heftig
Revision: 170976

archrelease: copy trunk to extra-any

Added:
  gnome-icon-theme-extras/repos/extra-any/PKGBUILD
(from rev 170975, gnome-icon-theme-extras/trunk/PKGBUILD)
  gnome-icon-theme-extras/repos/extra-any/gnome-icon-theme-extras.install
(from rev 170975, 
gnome-icon-theme-extras/trunk/gnome-icon-theme-extras.install)
Deleted:
  gnome-icon-theme-extras/repos/extra-any/PKGBUILD
  gnome-icon-theme-extras/repos/extra-any/gnome-icon-theme-extras.install

-+
 PKGBUILD|   56 +++---
 gnome-icon-theme-extras.install |   22 +++---
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-14 07:17:20 UTC (rev 170975)
+++ PKGBUILD2012-11-14 07:18:14 UTC (rev 170976)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=gnome-icon-theme-extras
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="GNOME icon theme, extra icons"
-arch=(any)
-depends=('gnome-icon-theme')
-makedepends=('intltool')
-url="http://www.gnome.org";
-license=('GPL')
-install=gnome-icon-theme-extras.install
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d54492c2fb685a983bce4dec24db5831a2828f6479c98fbcd93a1f8370b4c373')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-icon-theme-extras/repos/extra-any/PKGBUILD (from rev 170975, 
gnome-icon-theme-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-14 07:18:14 UTC (rev 170976)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=gnome-icon-theme-extras
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="GNOME icon theme, extra icons"
+arch=(any)
+depends=('gnome-icon-theme')
+makedepends=('intltool')
+url="http://www.gnome.org";
+license=('GPL')
+install=gnome-icon-theme-extras.install
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('93df40c85ebc42232a4d8e45ca507754b8e1271e797bbcdaded52bd03ec7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-icon-theme-extras.install
===
--- gnome-icon-theme-extras.install 2012-11-14 07:17:20 UTC (rev 170975)
+++ gnome-icon-theme-extras.install 2012-11-14 07:18:14 UTC (rev 170976)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-icon-theme-extras/repos/extra-any/gnome-icon-theme-extras.install 
(from rev 170975, gnome-icon-theme-extras/trunk/gnome-icon-theme-extras.install)
===
--- gnome-icon-theme-extras.install (rev 0)
+++ gnome-icon-theme-extras.install 2012-11-14 07:18:14 UTC (rev 170976)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in gnome-icon-theme-symbolic/repos/extra-any (4 files)

2012-11-13 Thread Jan Steffens
Date: Wednesday, November 14, 2012 @ 02:17:20
  Author: heftig
Revision: 170975

archrelease: copy trunk to extra-any

Added:
  gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD
(from rev 170974, gnome-icon-theme-symbolic/trunk/PKGBUILD)
  gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install
(from rev 170974, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install)
Deleted:
  gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD
  gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install

---+
 PKGBUILD  |   56 ++--
 gnome-icon-theme-symbolic.install |   22 +++---
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-14 07:16:34 UTC (rev 170974)
+++ PKGBUILD2012-11-14 07:17:20 UTC (rev 170975)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: Ionut Biru 
-
-pkgname=gnome-icon-theme-symbolic
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="GNOME icon theme, symbolic icons"
-arch=(any)
-depends=('gtk-update-icon-cache' 'icon-naming-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-url="http://www.gnome.org";
-license=('GPL')
-install=gnome-icon-theme-symbolic.install
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c6d61e157ad753e5f03874617dc19d2fda8e4e626c7434a6c61d84d120dfb31b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-icon-theme-symbolic/repos/extra-any/PKGBUILD (from rev 170974, 
gnome-icon-theme-symbolic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-14 07:17:20 UTC (rev 170975)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: Ionut Biru 
+
+pkgname=gnome-icon-theme-symbolic
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="GNOME icon theme, symbolic icons"
+arch=(any)
+depends=('gtk-update-icon-cache' 'icon-naming-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+url="http://www.gnome.org";
+license=('GPL')
+install=gnome-icon-theme-symbolic.install
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c6a803db440ccb7cedc996224695cdfa6c6927b40082878372b21326697faeae')
+
+build() {
+  cd "$pkgname-$pkgver"
+  GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-icon-theme-symbolic.install
===
--- gnome-icon-theme-symbolic.install   2012-11-14 07:16:34 UTC (rev 170974)
+++ gnome-icon-theme-symbolic.install   2012-11-14 07:17:20 UTC (rev 170975)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 
gnome-icon-theme-symbolic/repos/extra-any/gnome-icon-theme-symbolic.install 
(from rev 170974, 
gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install)
===
--- gnome-icon-theme-symbolic.install   (rev 0)
+++ gnome-icon-theme-symbolic.install   2012-11-14 07:17:20 UTC (rev 170975)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-11-13 Thread Jan Steffens
Date: Wednesday, November 14, 2012 @ 02:16:34
  Author: heftig
Revision: 170974

archrelease: copy trunk to extra-any

Added:
  gnome-icon-theme/repos/extra-any/PKGBUILD
(from rev 170973, gnome-icon-theme/trunk/PKGBUILD)
  gnome-icon-theme/repos/extra-any/gnome-icon-theme.install
(from rev 170973, gnome-icon-theme/trunk/gnome-icon-theme.install)
Deleted:
  gnome-icon-theme/repos/extra-any/PKGBUILD
  gnome-icon-theme/repos/extra-any/gnome-icon-theme.install

--+
 PKGBUILD |   58 ++---
 gnome-icon-theme.install |   22 -
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-14 07:13:15 UTC (rev 170973)
+++ PKGBUILD2012-11-14 07:16:34 UTC (rev 170974)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-icon-theme
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="GNOME icon theme"
-arch=(any)
-depends=('hicolor-icon-theme' 'icon-naming-utils' 'gtk-update-icon-cache' 
'gnome-icon-theme-symbolic')
-makedepends=('intltool')
-url="http://www.gnome.org";
-license=('GPL')
-groups=('gnome')
-install=gnome-icon-theme.install
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5fbeef50b1dea1551ec9a008a6ebda0977154ebc4625ee9328695ec2b82cf0eb')
-
-build() {
-cd "$pkgname-$pkgver"
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-rm -f  "${pkgdir}/usr/share/icons/gnome/icon-theme.cache"
-}

Copied: gnome-icon-theme/repos/extra-any/PKGBUILD (from rev 170973, 
gnome-icon-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-14 07:16:34 UTC (rev 170974)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-icon-theme
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="GNOME icon theme"
+arch=(any)
+depends=('hicolor-icon-theme' 'icon-naming-utils' 'gtk-update-icon-cache' 
'gnome-icon-theme-symbolic')
+makedepends=('intltool')
+url="http://www.gnome.org";
+license=('GPL')
+groups=('gnome')
+install=gnome-icon-theme.install
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('314d5535c12af5d62ba0e51addd3457e39140fb149efb9769eacbcc0449f1045')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+rm -f  "${pkgdir}/usr/share/icons/gnome/icon-theme.cache"
+}

Deleted: gnome-icon-theme.install
===
--- gnome-icon-theme.install2012-11-14 07:13:15 UTC (rev 170973)
+++ gnome-icon-theme.install2012-11-14 07:16:34 UTC (rev 170974)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-icon-theme/repos/extra-any/gnome-icon-theme.install (from rev 
170973, gnome-icon-theme/trunk/gnome-icon-theme.install)
===
--- gnome-icon-theme.install(rev 0)
+++ gnome-icon-theme.install2012-11-14 07:16:34 UTC (rev 170974)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-11-13 Thread Jan Steffens
Date: Wednesday, November 14, 2012 @ 02:13:15
  Author: heftig
Revision: 170973

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

Added:
  gnome-menus/repos/extra-i686/PKGBUILD
(from rev 170972, gnome-menus/trunk/PKGBUILD)
  gnome-menus/repos/extra-i686/menus.patch
(from rev 170972, gnome-menus/trunk/menus.patch)
  gnome-menus/repos/extra-x86_64/PKGBUILD
(from rev 170972, gnome-menus/trunk/PKGBUILD)
  gnome-menus/repos/extra-x86_64/menus.patch
(from rev 170972, gnome-menus/trunk/menus.patch)
Deleted:
  gnome-menus/repos/extra-i686/PKGBUILD
  gnome-menus/repos/extra-i686/menus.patch
  gnome-menus/repos/extra-x86_64/PKGBUILD
  gnome-menus/repos/extra-x86_64/menus.patch

--+
 extra-i686/PKGBUILD  |   72 ++---
 extra-i686/menus.patch   |   50 +++
 extra-x86_64/PKGBUILD|   72 ++---
 extra-x86_64/menus.patch |   50 +++
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-14 07:12:04 UTC (rev 170972)
+++ extra-i686/PKGBUILD 2012-11-14 07:13:15 UTC (rev 170973)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-menus
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="GNOME menu specifications"
-arch=('i686' 'x86_64')
-depends=('glib2' 'python2-gobject')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-license=('GPL' 'LGPL')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-menus.patch)
-sha256sums=('523ac10729e28f9acde4785e61dcb895828fd89e39b38b68f6c14ec815805a0b'
-'df2779777906b038fa911dc745534564ede9524a64ab368e2f6f8e38d54e7acc')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np0 -i "$srcdir/menus.patch"
-
-  PYTHON=/usr/bin/python2 ./configure \
-  --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var  --disable-static
-  make
-}
-
-package(){
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  sed -i "1s|#!/usr/bin/env python$|&2|" \
-"$pkgdir/usr/lib/python2.7/site-packages/GMenuSimpleEditor/config.py"
-}

Copied: gnome-menus/repos/extra-i686/PKGBUILD (from rev 170972, 
gnome-menus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-14 07:13:15 UTC (rev 170973)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-menus
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="GNOME menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2' 'python2-gobject')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+license=('GPL' 'LGPL')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+menus.patch)
+sha256sums=('1615f6852280a161cd137d5b8b59f35519a3a7ba89738f55c578325b0512043e'
+'df2779777906b038fa911dc745534564ede9524a64ab368e2f6f8e38d54e7acc')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  patch -Np0 -i "$srcdir/menus.patch"
+
+  PYTHON=/usr/bin/python2 ./configure \
+  --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var  --disable-static
+  make
+}
+
+package(){
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  sed -i "1s|#!/usr/bin/env python$|&2|" \
+"$pkgdir/usr/lib/python2.7/site-packages/GMenuSimpleEditor/config.py"
+}

Deleted: extra-i686/menus.patch
===
--- extra-i686/menus.patch  2012-11-14 07:12:04 UTC (rev 170972)
+++ extra-i686/menus.patch  2012-11-14 07:13:15 UTC (rev 170973)
@@ -1,25 +0,0 @@
 layout/applications.menu   2005-06-28 10:16:39.0 +0200
-+++ layout/applications.menu   2005-09-12 23:21:20.0 +0200
-@@ -7,7 +7,6 @@
-   Applications.directory
- 
-   
--  
-   /etc/X11/applnk
-   /usr/share/gnome/apps
- 
-@@ -18,6 +17,14 @@
-   
-   
- 
-+  
-+  
-+Archlinux
-+Archlinux.directory
-+
-+  Archlinux
-+
-+   
-   
-   
- Accessories

Copied: gnome-menus/repos/extra-i686/menus.patch (from rev 170972, 
gnome-menus/trunk/menus.patch)
===
--- extra-i686/menus.patch  (rev 0)
+++ extra-i686/menus.patch  2012-11-14 07:13:15 UTC (rev 170973)
@@ -0,0 +1,25 @@
+--- layout/applications.menu   2005-06-28 10:16:39.0 +0200
 layout/applications.menu   2005-09-12 23:21:20.0 +0200
+@@ -7,7 +7,6 @@
+   Applications.directory
+ 
+   
+-  
+   /etc/X11/applnk
+   /usr/share/gnome/apps
+ 
+@@ -18,6 +17,14 @@
+   
+   
+ 
++  
++  
++Archlinux
++Archlinux.directory
++
++  Archlinux
++
++   
+   
+   
+ Accessories

Deleted: extra-x86_64/PKGBUILD
=

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

2012-11-13 Thread Jan Steffens
Date: Wednesday, November 14, 2012 @ 02:12:04
  Author: heftig
Revision: 170972

3.6.1

Modified:
  devhelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 07:09:46 UTC (rev 170971)
+++ PKGBUILD2012-11-14 07:12:04 UTC (rev 170972)
@@ -4,8 +4,8 @@
 # Contributor: Link Dupont 
 
 pkgname=devhelp
-pkgver=3.6.0
-pkgrel=2
+pkgver=3.6.1
+pkgrel=1
 pkgdesc="API documentation browser for GNOME"
 arch=(i686 x86_64)
 license=('GPL')
@@ -15,7 +15,7 @@
 options=('!libtool' '!emptydirs')
 install=devhelp.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bf0576d5d70496367ccb22be53be620bbfe341bd491c1d725cfb59d566769fe1')
+sha256sums=('71c6933422bf876745fc10276a2b2ee0f8c4c4ddfe034b3f6380507725fd4e63')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-icon-theme-extras/trunk (PKGBUILD)

2012-11-13 Thread Jan Steffens
Date: Wednesday, November 14, 2012 @ 02:09:46
  Author: heftig
Revision: 170971

3.6.2

Modified:
  gnome-icon-theme-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 07:07:53 UTC (rev 170970)
+++ PKGBUILD2012-11-14 07:09:46 UTC (rev 170971)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=gnome-icon-theme-extras
-pkgver=3.4.0
+pkgver=3.6.2
 pkgrel=1
 pkgdesc="GNOME icon theme, extra icons"
 arch=(any)
@@ -14,7 +14,7 @@
 install=gnome-icon-theme-extras.install
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d54492c2fb685a983bce4dec24db5831a2828f6479c98fbcd93a1f8370b4c373')
+sha256sums=('93df40c85ebc42232a4d8e45ca507754b8e1271e797bbcdaded52bd03ec7')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in gnome-icon-theme-symbolic/trunk (PKGBUILD)

2012-11-13 Thread Jan Steffens
Date: Wednesday, November 14, 2012 @ 02:07:53
  Author: heftig
Revision: 170970

3.6.2

Modified:
  gnome-icon-theme-symbolic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 07:07:33 UTC (rev 170969)
+++ PKGBUILD2012-11-14 07:07:53 UTC (rev 170970)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gnome-icon-theme-symbolic
-pkgver=3.6.0
+pkgver=3.6.2
 pkgrel=1
 pkgdesc="GNOME icon theme, symbolic icons"
 arch=(any)
@@ -14,7 +14,7 @@
 install=gnome-icon-theme-symbolic.install
 groups=('gnome')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c6d61e157ad753e5f03874617dc19d2fda8e4e626c7434a6c61d84d120dfb31b')
+sha256sums=('c6a803db440ccb7cedc996224695cdfa6c6927b40082878372b21326697faeae')
 
 build() {
   cd "$pkgname-$pkgver"



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

2012-11-13 Thread Jan Steffens
Date: Wednesday, November 14, 2012 @ 02:07:33
  Author: heftig
Revision: 170969

3.6.2

Modified:
  gnome-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 07:06:49 UTC (rev 170968)
+++ PKGBUILD2012-11-14 07:07:33 UTC (rev 170969)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-icon-theme
-pkgver=3.6.0
+pkgver=3.6.2
 pkgrel=1
 pkgdesc="GNOME icon theme"
 arch=(any)
@@ -14,7 +14,7 @@
 install=gnome-icon-theme.install
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5fbeef50b1dea1551ec9a008a6ebda0977154ebc4625ee9328695ec2b82cf0eb')
+sha256sums=('314d5535c12af5d62ba0e51addd3457e39140fb149efb9769eacbcc0449f1045')
 
 build() {
 cd "$pkgname-$pkgver"



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

2012-11-13 Thread Jan Steffens
Date: Wednesday, November 14, 2012 @ 02:06:49
  Author: heftig
Revision: 170968

3.6.1

Modified:
  gnome-menus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 06:34:57 UTC (rev 170967)
+++ PKGBUILD2012-11-14 07:06:49 UTC (rev 170968)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-menus
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="GNOME menu specifications"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 menus.patch)
-sha256sums=('523ac10729e28f9acde4785e61dcb895828fd89e39b38b68f6c14ec815805a0b'
+sha256sums=('1615f6852280a161cd137d5b8b59f35519a3a7ba89738f55c578325b0512043e'
 'df2779777906b038fa911dc745534564ede9524a64ab368e2f6f8e38d54e7acc')
 
 build() {



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

2012-11-13 Thread Thomas Dziedzic
Date: Wednesday, November 14, 2012 @ 01:34:57
  Author: tdziedzic
Revision: 170967

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

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

---+
 extra-i686/PKGBUILD   |   86 
 extra-x86_64/PKGBUILD |   86 
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-14 05:28:17 UTC (rev 170966)
+++ extra-i686/PKGBUILD 2012-11-14 06:34:57 UTC (rev 170967)
@@ -1,43 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-pkgname=cabal-install
-pkgver=1.16.0.1
-pkgrel=1
-pkgdesc="The command-line interface for Cabal and Hackage."
-url="http://hackage.haskell.org/package/cabal-install";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
-depends=('ghc' 'gmp' 'zlib')
-source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
-md5sums=('fdd184a8e097dd4dda8a8d9083b82280')
-
-build() {
-  cd cabal-install-${pkgver}
-
-  runhaskell Setup configure \
---enable-shared \
---enable-split-objs \
---enable-executable-stripping \
---prefix=/usr
-
-  runhaskell Setup build
-}
-
-package() {
-  cd cabal-install-${pkgver}
-
-  runhaskell Setup copy --destdir=$pkgdir
-
-  # rm license installed to wrong location
-  rm -rf ${pkgdir}/usr/share/doc
-
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # add bash completion
-  install -d ${pkgdir}/usr/share/bash-completion/completions
-  install -m644 bash-completion/cabal \
-${pkgdir}/usr/share/bash-completion/completions
-}

Copied: cabal-install/repos/extra-i686/PKGBUILD (from rev 170966, 
cabal-install/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-14 06:34:57 UTC (rev 170967)
@@ -0,0 +1,43 @@
+# Maintainer: Thomas Dziedzic 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.16.0.2
+pkgrel=1
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
+depends=('ghc' 'gmp' 'zlib')
+source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
+md5sums=('18e07d5b431d19d94cc5279a5e6fbfee')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup configure \
+--enable-shared \
+--enable-split-objs \
+--enable-executable-stripping \
+--prefix=/usr
+
+  runhaskell Setup build
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  runhaskell Setup copy --destdir=$pkgdir
+
+  # rm license installed to wrong location
+  rm -rf ${pkgdir}/usr/share/doc
+
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-14 05:28:17 UTC (rev 170966)
+++ extra-x86_64/PKGBUILD   2012-11-14 06:34:57 UTC (rev 170967)
@@ -1,43 +0,0 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-pkgname=cabal-install
-pkgver=1.16.0.1
-pkgrel=1
-pkgdesc="The command-line interface for Cabal and Hackage."
-url="http://hackage.haskell.org/package/cabal-install";
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-makedepends=('haskell-http=4000.2.4-1' 'haskell-zlib=0.5.3.3-5' 
'haskell-mtl=2.1.2-1' 'haskell-network=2.3.1.0-1' 'haskell-random=1.0.1.1-3')
-depends=('ghc' 'gmp' 'zlib')
-source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";)
-md5sums=('fdd184a8e097dd4dda8a8d9083b82280')
-
-build() {
-  cd cabal-install-${pkgver}
-
-  runhaskell Setup configure \
---enable-shared \
---enable-split-objs \
---enable-executable-stri

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

2012-11-13 Thread Pierre Schmitz
Date: Wednesday, November 14, 2012 @ 00:28:17
  Author: pierre
Revision: 170966

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

Added:
  lighttpd/repos/staging-i686/
  lighttpd/repos/staging-i686/PKGBUILD
(from rev 170965, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/staging-i686/lighttpd.conf
(from rev 170965, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/staging-i686/lighttpd.install
(from rev 170965, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/staging-i686/lighttpd.logrotate.d
(from rev 170965, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/staging-i686/lighttpd.rc.d
(from rev 170965, lighttpd/trunk/lighttpd.rc.d)
  lighttpd/repos/staging-i686/lighttpd.service
(from rev 170965, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/staging-i686/lighttpd.tmpfiles
(from rev 170965, lighttpd/trunk/lighttpd.tmpfiles)
  lighttpd/repos/staging-x86_64/
  lighttpd/repos/staging-x86_64/PKGBUILD
(from rev 170965, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/staging-x86_64/lighttpd.conf
(from rev 170965, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/staging-x86_64/lighttpd.install
(from rev 170965, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/staging-x86_64/lighttpd.logrotate.d
(from rev 170965, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/staging-x86_64/lighttpd.rc.d
(from rev 170965, lighttpd/trunk/lighttpd.rc.d)
  lighttpd/repos/staging-x86_64/lighttpd.service
(from rev 170965, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/staging-x86_64/lighttpd.tmpfiles
(from rev 170965, lighttpd/trunk/lighttpd.tmpfiles)

-+
 staging-i686/PKGBUILD   |   72 +++
 staging-i686/lighttpd.conf  |   12 +++
 staging-i686/lighttpd.install   |9 ++
 staging-i686/lighttpd.logrotate.d   |9 ++
 staging-i686/lighttpd.rc.d  |  127 ++
 staging-i686/lighttpd.service   |   12 +++
 staging-i686/lighttpd.tmpfiles  |2 
 staging-x86_64/PKGBUILD |   72 +++
 staging-x86_64/lighttpd.conf|   12 +++
 staging-x86_64/lighttpd.install |9 ++
 staging-x86_64/lighttpd.logrotate.d |9 ++
 staging-x86_64/lighttpd.rc.d|  127 ++
 staging-x86_64/lighttpd.service |   12 +++
 staging-x86_64/lighttpd.tmpfiles|2 
 14 files changed, 486 insertions(+)

Copied: lighttpd/repos/staging-i686/PKGBUILD (from rev 170965, 
lighttpd/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-14 05:28:17 UTC (rev 170966)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=lighttpd
+pkgver=1.4.31
+pkgrel=2
+pkgdesc='A secure, fast, compliant and very flexible web-server'
+license=('custom')
+arch=('i686' 'x86_64')
+url="http://www.lighttpd.net/";
+depends=('pcre' 'bzip2' 'libldap' 'util-linux')
+makedepends=('fcgi' 'libmysqlclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
+optdepends=('libxml2: mod_webdav'
+'lua51: mod_cml/mod_magnet'
+'libmysqlclient: mod_mysql_vhost'
+'sqlite: mod_webdav')
+backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
+options=('!libtool' 'emptydirs')
+install='lighttpd.install'
+source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz";
+
"http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz.asc";
+'lighttpd.rc.d' 'lighttpd.logrotate.d' 'lighttpd.conf' 
'lighttpd.tmpfiles' 'lighttpd.service')
+sha256sums=('8a0a4f1ab782c2a3554e031c7d8ad600aac9b4c0466710a6cc9aab10659fe3f2'
+'0ba44866f6ebdf6fefc8efba89240eacff075b5d1b80e0d7a9e0479491ff01a7'
+'186f4bb2364f82d4076a2ba7d3e088ffb356550493d92dd9d5eb57cac2839c17'
+'6df18675691384c48b9137c8f18ca238055001f1077baf05cb8322247b475a77'
+'ee56422fe48f2683ccb5ca2e3dc6bad79ea8e1cbd043b21d2ea73b87018e35aa'
+'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
+'708cefe97541edba73f572ed3836bd056462b1467e45e1912c9d960139929696')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+   ./configure --prefix=/usr \
+   --libdir=/usr/lib/lighttpd/ \
+   --sysconfdir=/etc/lighttpd \
+   --with-mysql \
+   --with-ldap \
+   --with-attr \
+   --with-openssl \
+   --with-kerberos5 \
+   --without-fam \
+   --with-webdav-props \
+   --with-webdav-locks \
+   --with-gdbm \
+   --with-memcache \
+   --with-lua
+   make
+}
+
+check() {
+   cd $srcdir/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   insta

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

2012-11-13 Thread Pierre Schmitz
Date: Wednesday, November 14, 2012 @ 00:27:01
  Author: pierre
Revision: 170965

upgpkg: lighttpd 1.4.31-2

lua51 rebuild

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 04:15:53 UTC (rev 170964)
+++ PKGBUILD2012-11-14 05:27:01 UTC (rev 170965)
@@ -3,15 +3,15 @@
 
 pkgname=lighttpd
 pkgver=1.4.31
-pkgrel=1
+pkgrel=2
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
 url="http://www.lighttpd.net/";
 depends=('pcre' 'bzip2' 'libldap' 'util-linux')
-makedepends=('fcgi' 'libmysqlclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
+makedepends=('fcgi' 'libmysqlclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
 optdepends=('libxml2: mod_webdav'
-'lua: mod_cml/mod_magnet'
+'lua51: mod_cml/mod_magnet'
 'libmysqlclient: mod_mysql_vhost'
 'sqlite: mod_webdav')
 backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')



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

2012-11-13 Thread Gaetan Bisson
Date: Tuesday, November 13, 2012 @ 23:15:53
  Author: bisson
Revision: 170964

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

Added:
  graphviz/repos/staging-i686/
  graphviz/repos/staging-i686/LICENSE
(from rev 170963, graphviz/trunk/LICENSE)
  graphviz/repos/staging-i686/PKGBUILD
(from rev 170963, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-i686/install
(from rev 170963, graphviz/trunk/install)
  graphviz/repos/staging-x86_64/
  graphviz/repos/staging-x86_64/LICENSE
(from rev 170963, graphviz/trunk/LICENSE)
  graphviz/repos/staging-x86_64/PKGBUILD
(from rev 170963, graphviz/trunk/PKGBUILD)
  graphviz/repos/staging-x86_64/install
(from rev 170963, graphviz/trunk/install)

-+
 staging-i686/LICENSE|   87 ++
 staging-i686/PKGBUILD   |   57 ++
 staging-i686/install|   12 ++
 staging-x86_64/LICENSE  |   87 ++
 staging-x86_64/PKGBUILD |   57 ++
 staging-x86_64/install  |   12 ++
 6 files changed, 312 insertions(+)

Copied: graphviz/repos/staging-i686/LICENSE (from rev 170963, 
graphviz/trunk/LICENSE)
===
--- staging-i686/LICENSE(rev 0)
+++ staging-i686/LICENSE2012-11-14 04:15:53 UTC (rev 170964)
@@ -0,0 +1,87 @@
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC 
LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM 
CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+a) in the case of the initial Contributor, the initial code and documentation 
distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are 
distributed by that particular Contributor. A Contribution 'originates' from a 
Contributor if it was added to the Program by such Contributor itself or anyone 
acting on such Contributor's behalf. Contributions do not include additions to 
the Program which: (i) are separate modules of software distributed in 
conjunction with the Program under their own license agreement, and (ii) are 
not derivative works of the Program.
+
+"Contributor" means any person or entity that distributes the Program.
+
+"Licensed Patents" mean patent claims licensable by a Contributor which are 
necessarily infringed by the use or sale of its Contribution alone or when 
combined with the Program.
+
+"Program" means the Contributions distributed in accordance with this 
Agreement.
+
+"Recipient" means anyone who receives the Program under this Agreement, 
including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free copyright license to 
reproduce, prepare derivative works of, publicly display, publicly perform, 
distribute and sublicense the Contribution of such Contributor, if any, and 
such derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants 
Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed Patents to make, use, sell, offer to sell, import and otherwise 
transfer the Contribution of such Contributor, if any, in source code and 
object code form. This patent license shall apply to the combination of the 
Contribution and the Program if, at the time the Contribution is added by the 
Contributor, such addition of the Contribution causes such combination to be 
covered by the Licensed Patents. The patent license shall not apply to any 
other combinations which include the Contribution. No hardware per se is 
licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to 
its Contributions set forth herein, no assurances are provided by any 
Contributor that the Program does not infringe the patent or other intellectual 
property rights of any other entity. Each Contributor disclaims any liability 
to Recipient for claims brought by any other entity based on infringement of 
intellectual property rights or otherwise. As a condition to exercising the 
rights and licenses granted hereunder, each Recipient hereby assumes sole 
responsibility to secure any other intellectual property rights needed, if any. 
For example, if a third party patent license is required to allow Recipient to 
distribute the Program, it is Recipient's responsibility to acquire that 
license before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright rights in its Contribution, if any, to grant the copyright license 
set

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

2012-11-13 Thread Gaetan Bisson
Date: Tuesday, November 13, 2012 @ 23:15:13
  Author: bisson
Revision: 170963

rebuild for lua51

Modified:
  graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 03:44:25 UTC (rev 170962)
+++ PKGBUILD2012-11-14 04:15:13 UTC (rev 170963)
@@ -5,16 +5,16 @@
 
 pkgname=graphviz
 pkgver=2.28.0
-pkgrel=10
+pkgrel=11
 pkgdesc='Graph visualization software'
 url='http://www.graphviz.org/'
 license=('custom:EPL')
 arch=('i686' 'x86_64')
 depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts')
-makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'php' 'python2' 'r' 
'ruby' 'tk' 'qt')
+makedepends=('swig' 'mono' 'guile' 'lua51' 'ocaml' 'perl' 'php' 'python2' 'r' 
'ruby' 'tk' 'qt')
 optdepends=('mono: sharp bindings'
 'guile: guile bindings'
-'lua: lua bindings'
+'lua51: lua bindings'
 'ocaml: ocaml bindings'
 'perl: perl bindings'
 'php: php bindings'
@@ -41,8 +41,10 @@
 
sed '/LIBPOSTFIX="64"/d' -i configure
export PYTHON=python2
+   export LUA=lua5.1
 
./configure --prefix=/usr
+   make || sed '/caml_array_length/d' -i tclpkg/gv/gv_ocaml.cpp # swig 
goes wonky
make
 }
 



[arch-commits] Commit in mkinitcpio/repos/testing-any (4 files)

2012-11-13 Thread Dave Reisner
Date: Tuesday, November 13, 2012 @ 22:44:25
  Author: dreisner
Revision: 170962

archrelease: copy trunk to testing-any

Added:
  mkinitcpio/repos/testing-any/PKGBUILD
(from rev 170961, mkinitcpio/trunk/PKGBUILD)
  mkinitcpio/repos/testing-any/mkinitcpio.install
(from rev 170961, mkinitcpio/trunk/mkinitcpio.install)
Deleted:
  mkinitcpio/repos/testing-any/PKGBUILD
  mkinitcpio/repos/testing-any/mkinitcpio.install

+
 PKGBUILD   |   54 +--
 mkinitcpio.install |   16 +++
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-14 03:44:17 UTC (rev 170961)
+++ PKGBUILD2012-11-14 03:44:25 UTC (rev 170962)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Maintainer: Thomas Bächler 
-
-pkgname=mkinitcpio
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="Modular initramfs image creation utility"
-arch=('any')
-url="http://www.archlinux.org/";
-license=('GPL')
-depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.21' 
'libarchive' 'coreutils'
- 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip' 
'systemd-tools')
-optdepends=('xz: Use lzma or xz compression for the initramfs image'
-'bzip2: Use bzip2 compression for the initramfs image'
-'lzop: Use lzo compression for the initramfs image'
-'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
-backup=('etc/mkinitcpio.conf')
-source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-install=mkinitcpio.install
-sha256sums=('b266681c8903cc4b3655ae85b21a8ddca3564835dff9ef941017adb6a63c465a'
-'c9166726e53e8118b03a4e809caa44e73d135d23bb90b3aedfc7377606b3cc53')
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-

Copied: mkinitcpio/repos/testing-any/PKGBUILD (from rev 170961, 
mkinitcpio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-14 03:44:25 UTC (rev 170962)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Maintainer: Thomas Bächler 
+
+pkgname=mkinitcpio
+pkgver=0.11.2
+pkgrel=1
+pkgdesc="Modular initramfs image creation utility"
+arch=('any')
+url="http://www.archlinux.org/";
+license=('GPL')
+depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod' 'util-linux>=2.21' 
'libarchive' 'coreutils'
+ 'bash' 'findutils' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip' 
'systemd-tools')
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
+'bzip2: Use bzip2 compression for the initramfs image'
+'lzop: Use lzo compression for the initramfs image'
+'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
+backup=('etc/mkinitcpio.conf')
+source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+install=mkinitcpio.install
+sha256sums=('39962cd8025fc803cf8ca5a1447b1f6ea048e91a88e7ab6f0647dc7d2e51972b'
+'d226193d1044fafeb15ea20a0a8a74e4f0acd11ecd70926248548e0d128fa249')
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+

Deleted: mkinitcpio.install
===
--- mkinitcpio.install  2012-11-14 03:44:17 UTC (rev 170961)
+++ mkinitcpio.install  2012-11-14 03:44:25 UTC (rev 170962)
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-post_upgrade() {
-  if [ "$(vercmp 0.9.0 "$2")" -eq 1 ]; then
-printf '==> If your /usr is on a separate partition, you must add the 
"usr" hook\n'
-printf 'to /etc/mkinitcpio.conf and regenerate your images before 
rebooting\n'
-  fi
-}

Copied: mkinitcpio/repos/testing-any/mkinitcpio.install (from rev 170961, 
mkinitcpio/trunk/mkinitcpio.install)
===
--- mkinitcpio.install  (rev 0)
+++ mkinitcpio.install  2012-11-14 03:44:25 UTC (rev 170962)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ "$(vercmp 0.9.0 "$2")" -eq 1 ]; then
+printf '==> If your /usr is on a separate partition, you must add the 
"usr" hook\n'
+printf 'to /etc/mkinitcpio.conf and regenerate your images before 
rebooting\n'
+  fi
+}



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

2012-11-13 Thread Dave Reisner
Date: Tuesday, November 13, 2012 @ 22:44:17
  Author: dreisner
Revision: 170961

upgpkg: mkinitcpio 0.11.2-1

https://projects.archlinux.org/mkinitcpio.git/log/?id=0.11.1..0.11.2

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 03:19:40 UTC (rev 170960)
+++ PKGBUILD2012-11-14 03:44:17 UTC (rev 170961)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=mkinitcpio
-pkgver=0.11.1
+pkgver=0.11.2
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
@@ -18,8 +18,8 @@
 backup=('etc/mkinitcpio.conf')
 
source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 install=mkinitcpio.install
-sha256sums=('b266681c8903cc4b3655ae85b21a8ddca3564835dff9ef941017adb6a63c465a'
-'c9166726e53e8118b03a4e809caa44e73d135d23bb90b3aedfc7377606b3cc53')
+sha256sums=('39962cd8025fc803cf8ca5a1447b1f6ea048e91a88e7ab6f0647dc7d2e51972b'
+'d226193d1044fafeb15ea20a0a8a74e4f0acd11ecd70926248548e0d128fa249')
 
 package() {
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install



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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 22:19:40
  Author: heftig
Revision: 170960

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-14 03:17:35 UTC (rev 170959)
+++ extra-i686/PKGBUILD 2012-11-14 03:19:40 UTC (rev 170960)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=libgsf
-pkgver=1.14.24
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
-url="http://www.gnome.org/";
-license=('GPL' 'LGPL')
-options=('!libtool')
-depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
-makedepends=('intltool' 'gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('975fc00a1332167e2baf649f8e2637884f798db1c8bb04abece2d5141663abff')
-
-build() {
-  cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package_libgsf() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgsf/repos/extra-i686/PKGBUILD (from rev 170959, 
libgsf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-14 03:19:40 UTC (rev 170960)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=libgsf
+pkgver=1.14.25
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
+url="http://www.gnome.org/";
+license=('GPL' 'LGPL')
+options=('!libtool')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('127548f07e07951984fb139c3f89d65b9e471aefe6555387de03e1113944d1a2')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package_libgsf() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-14 03:17:35 UTC (rev 170959)
+++ extra-x86_64/PKGBUILD   2012-11-14 03:19:40 UTC (rev 170960)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Sarah Hay 
-
-pkgname=libgsf
-pkgver=1.14.24
-pkgrel=1
-arch=(i686 x86_64)
-pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
-url="http://www.gnome.org/";
-license=('GPL' 'LGPL')
-options=('!libtool')
-depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
-makedepends=('intltool' 'gobject-introspection')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('975fc00a1332167e2baf649f8e2637884f798db1c8bb04abece2d5141663abff')
-
-build() {
-  cd "$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package_libgsf() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libgsf/repos/extra-x86_64/PKGBUILD (from rev 170959, 
libgsf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-14 03:19:40 UTC (rev 170960)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Sarah Hay 
+
+pkgname=libgsf
+pkgver=1.14.25
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
+url="http://www.gnome.org/";
+license=('GPL' 'LGPL')
+options=('!libtool')
+depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
+sha256sums=('127548f07e07951984fb139c3f89d65b9e471aefe6555387de03e1113944d1a2')
+
+build() {
+  cd "$pkgname-$pkgver"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-stat

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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 22:17:35
  Author: heftig
Revision: 170959

1.14.25

Modified:
  libgsf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 03:01:20 UTC (rev 170958)
+++ PKGBUILD2012-11-14 03:17:35 UTC (rev 170959)
@@ -3,7 +3,7 @@
 # Contributor: Sarah Hay 
 
 pkgname=libgsf
-pkgver=1.14.24
+pkgver=1.14.25
 pkgrel=1
 arch=(i686 x86_64)
 pkgdesc="The GNOME Structured File Library is a utility library for reading 
and writing structured file formats"
@@ -13,7 +13,7 @@
 depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
 makedepends=('intltool' 'gobject-introspection')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('975fc00a1332167e2baf649f8e2637884f798db1c8bb04abece2d5141663abff')
+sha256sums=('127548f07e07951984fb139c3f89d65b9e471aefe6555387de03e1113944d1a2')
 
 build() {
   cd "$pkgname-$pkgver"



[arch-commits] Commit in ntp/trunk (PKGBUILD logrotate.d ntp.conf)

2012-11-13 Thread Gaetan Bisson
Date: Tuesday, November 13, 2012 @ 22:01:20
  Author: bisson
Revision: 170958

implement FS#32606

Modified:
  ntp/trunk/PKGBUILD
  ntp/trunk/ntp.conf
Deleted:
  ntp/trunk/logrotate.d

-+
 PKGBUILD|7 ++-
 logrotate.d |4 
 ntp.conf|3 +--
 3 files changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 02:54:08 UTC (rev 170957)
+++ PKGBUILD2012-11-14 03:01:20 UTC (rev 170958)
@@ -18,15 +18,13 @@
 'ntpdate'
 'ntp.conf'
 'ntpd.conf'
-'logrotate.d'
 'ntpd.service')
 sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
   '4e324e625c1f080b5c028be5092aa71adbf9bd99'
   '01394b8a952f5edc85d19df8335eeac3980320f4'
-  'eb1f63814b9adbd3d518e880fa3b38c375f0fe91'
+  'f6a2292c26a201d9305669e99463fb54e5603b3f'
   '4537d1f58b299d463db5048129cb264511474b0b'
-  '4f76f7f9ffc8315ff9924f793f272d4f6939b816'
-  '25a27cecdb937f48fa7b7c71dcc8b31cdad89306')
+  'ffbabfaab90f1ba4dc769c84fbbfe89c5c01ee95')
 
 install=install
 
@@ -52,7 +50,6 @@
install -Dm755 ../ntpdate "${pkgdir}"/etc/rc.d/ntpdate
install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
install -Dm644 ../ntpd.conf "${pkgdir}"/etc/conf.d/ntpd.conf
-   install -Dm644 ../logrotate.d "${pkgdir}"/etc/logrotate.d/ntpd
install -Dm644 ../ntpd.service 
"${pkgdir}"/usr/lib/systemd/system/ntpd.service
install -Dm644 COPYRIGHT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"


Deleted: logrotate.d
===
--- logrotate.d 2012-11-14 02:54:08 UTC (rev 170957)
+++ logrotate.d 2012-11-14 03:01:20 UTC (rev 170958)
@@ -1,4 +0,0 @@
-/var/log/ntp.log {
-   missingok
-   copytruncate
-}

Modified: ntp.conf
===
--- ntp.conf2012-11-14 02:54:08 UTC (rev 170957)
+++ ntp.conf2012-11-14 03:01:20 UTC (rev 170958)
@@ -15,9 +15,8 @@
 restrict 127.0.0.1
 restrict ::1
 
-# Location of drift and log files
+# Location of drift file
 driftfile /var/lib/ntp/ntp.drift
-logfile /var/log/ntp.log
 
 # NOTE: If you run dhcpcd and have lines like 'restrict' and 'fudge' appearing
 # here, be sure to add '-Y -N' to the dhcpcd_ethX variables in /etc/conf.d/net



[arch-commits] Commit in ntp/trunk (ntpd.service)

2012-11-13 Thread Gaetan Bisson
Date: Tuesday, November 13, 2012 @ 21:54:08
  Author: bisson
Revision: 170957

implement FS#32522

Modified:
  ntp/trunk/ntpd.service

--+
 ntpd.service |1 +
 1 file changed, 1 insertion(+)

Modified: ntpd.service
===
--- ntpd.service2012-11-14 02:48:42 UTC (rev 170956)
+++ ntpd.service2012-11-14 02:54:08 UTC (rev 170957)
@@ -7,6 +7,7 @@
 PrivateTmp=true
 ExecStart=/usr/bin/ntpd -g -u ntp:ntp
 ControlGroup=cpu:/
+Restart=always
 
 [Install]
 WantedBy=multi-user.target



[arch-commits] Commit in postfix/trunk (service)

2012-11-13 Thread Gaetan Bisson
Date: Tuesday, November 13, 2012 @ 21:48:42
  Author: bisson
Revision: 170956

implement FS#32523

Modified:
  postfix/trunk/service

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

Modified: service
===
--- service 2012-11-14 02:29:59 UTC (rev 170955)
+++ service 2012-11-14 02:48:42 UTC (rev 170956)
@@ -8,6 +8,7 @@
 ExecStart=/usr/sbin/postfix start
 ExecStop=/usr/sbin/postfix stop
 ExecReload=/usr/sbin/postfix reload
+Restart=always
 
 [Install]
 WantedBy=multi-user.target



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

2012-11-13 Thread Gaetan Bisson
Date: Tuesday, November 13, 2012 @ 21:29:59
  Author: bisson
Revision: 170955

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

Added:
  nmap/repos/staging-i686/
  nmap/repos/staging-i686/PKGBUILD
(from rev 170954, nmap/trunk/PKGBUILD)
  nmap/repos/staging-i686/kdesu.patch
(from rev 170954, nmap/trunk/kdesu.patch)
  nmap/repos/staging-x86_64/
  nmap/repos/staging-x86_64/PKGBUILD
(from rev 170954, nmap/trunk/PKGBUILD)
  nmap/repos/staging-x86_64/kdesu.patch
(from rev 170954, nmap/trunk/kdesu.patch)

+
 staging-i686/PKGBUILD  |   44 +++
 staging-i686/kdesu.patch   |   14 +
 staging-x86_64/PKGBUILD|   44 +++
 staging-x86_64/kdesu.patch |   14 +
 4 files changed, 116 insertions(+)

Copied: nmap/repos/staging-i686/PKGBUILD (from rev 170954, nmap/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-14 02:29:59 UTC (rev 170955)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=6.01
+pkgrel=3
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap')
+depends=('pcre' 'openssl' 'libpcap' 'lua51')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2";
+'kdesu.patch')
+sha1sums=('e397e453893930d14e9bb33a847d15b94b7ee83a'
+  '159bc1243564d3a9dee820291bf07168870cbaf6')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Show icon only if runnable; see FS#12045
+   echo 'TryExec=/usr/bin/pygtk-demo' >> 
zenmap/install_scripts/unix/zenmap.desktop 
+   echo 'TryExec=/usr/bin/pygtk-demo' >> 
zenmap/install_scripts/unix/zenmap-root.desktop 
+
+   patch -p1 -i ../kdesu.patch # FS#31158
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   rm "${pkgdir}"/usr/bin/uninstall_zenmap
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: nmap/repos/staging-i686/kdesu.patch (from rev 170954, 
nmap/trunk/kdesu.patch)
===
--- staging-i686/kdesu.patch(rev 0)
+++ staging-i686/kdesu.patch2012-11-14 02:29:59 UTC (rev 170955)
@@ -0,0 +1,14 @@
+diff -Naur old/zenmap/install_scripts/unix/su-to-zenmap.sh 
new/zenmap/install_scripts/unix/su-to-zenmap.sh
+--- old/zenmap/install_scripts/unix/su-to-zenmap.sh2012-08-17 
18:34:05.863827354 +1000
 new/zenmap/install_scripts/unix/su-to-zenmap.sh2012-08-17 
18:35:53.872952226 +1000
+@@ -40,8 +40,8 @@
+ fi
+ case $SU_TO_ROOT_X in
+   gksu) gksu -u "$PRIV" "$COMMAND";;
+-  kdesu) kdesu -u "$PRIV" "$COMMAND";;
+-  kde4su) /usr/lib/kde4/libexec/kdesu -u "$PRIV" "$COMMAND";;
++  kdesu) kdesu -u "$PRIV" -c "$COMMAND";;
++  kde4su) /usr/lib/kde4/libexec/kdesu -u "$PRIV" -c "$COMMAND";;
+   ktsuss) ktsuss -u "$PRIV" "$COMMAND";;
+   # As a last resort, open a new xterm use sudo/su
+   sdterm) xterm -e "sudo -u $PRIV $COMMAND";;

Copied: nmap/repos/staging-x86_64/PKGBUILD (from rev 170954, 
nmap/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-11-14 02:29:59 UTC (rev 170955)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=6.01
+pkgrel=3
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap')
+depends=('pcre' 'openssl' 'libpcap' 'lua51')
+source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2";
+'kdesu.patch')
+sha1sums=('e397e453893930d14e9bb33a847d15b94b7ee83a'
+  '159bc1243564d3a9dee820291bf07168870cbaf6')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   # Show icon only if runnable; see FS#12045
+   echo 'TryExec=/usr/bin/pygtk-demo' >> 
zenmap/install_scripts/unix/zenmap.desktop 
+   echo 'TryExec=/usr/bin/pygtk-demo' >> 
zenmap/install_scripts/unix/zenmap-root.desktop 
+
+   patch -p1 -i ../kdesu.patch # FS#31158
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+

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

2012-11-13 Thread Gaetan Bisson
Date: Tuesday, November 13, 2012 @ 21:29:30
  Author: bisson
Revision: 170954

rebuild for lua51

Modified:
  nmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 01:39:18 UTC (rev 170953)
+++ PKGBUILD2012-11-14 02:29:30 UTC (rev 170954)
@@ -5,14 +5,14 @@
 
 pkgname=nmap
 pkgver=6.01
-pkgrel=2
+pkgrel=3
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
 arch=('i686' 'x86_64')
 license=('GPL')
 makedepends=('pygtk')
 optdepends=('pygtk: zenmap')
-depends=('pcre' 'openssl' 'libpcap' 'lua')
+depends=('pcre' 'openssl' 'libpcap' 'lua51')
 source=("http://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2";
 'kdesu.patch')
 sha1sums=('e397e453893930d14e9bb33a847d15b94b7ee83a'



[arch-commits] Commit in file-roller/repos/extra-i686 (5 files)

2012-11-13 Thread Evangelos Foutras
Date: Tuesday, November 13, 2012 @ 20:39:18
  Author: foutrelis
Revision: 170953

archrelease: copy trunk to extra-i686

Added:
  file-roller/repos/extra-i686/PKGBUILD
(from rev 170952, file-roller/trunk/PKGBUILD)
  file-roller/repos/extra-i686/extract-to-fix.patch
(from rev 170952, file-roller/trunk/extract-to-fix.patch)
  file-roller/repos/extra-i686/file-roller.install
(from rev 170952, file-roller/trunk/file-roller.install)
Deleted:
  file-roller/repos/extra-i686/PKGBUILD
  file-roller/repos/extra-i686/file-roller.install

--+
 PKGBUILD |   80 ++---
 extract-to-fix.patch |   13 +++
 file-roller.install  |   26 +++
 3 files changed, 69 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-14 01:36:15 UTC (rev 170952)
+++ PKGBUILD2012-11-14 01:39:18 UTC (rev 170953)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=file-roller
-pkgver=3.6.2
-pkgrel=1
-pkgdesc="Archive manipulator for GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib')
-makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'itstool' 
'docbook-xsl')
-optdepends=('unrar: the RAR uncompression program'
-'zip: creates PKZIP-compatible .zip files'
-'p7zip: 7zip compression utility'
-'arj: ARJ archiver'
-'unace: extraction tool for the proprietary ace archive format')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=file-roller.install
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('47b026c827fcb0db4df51bf81c1e90f829f287fe2c9b9e65f167a2ef5bfec5f1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/file-roller \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: file-roller/repos/extra-i686/PKGBUILD (from rev 170952, 
file-roller/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-14 01:39:18 UTC (rev 170953)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=file-roller
+pkgver=3.6.2
+pkgrel=2
+pkgdesc="Archive manipulator for GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'itstool' 
'docbook-xsl')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'p7zip: 7zip compression utility'
+'arj: ARJ archiver'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=file-roller.install
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+extract-to-fix.patch)
+sha256sums=('47b026c827fcb0db4df51bf81c1e90f829f287fe2c9b9e65f167a2ef5bfec5f1'
+'fc23e122b2d95df9eafe5bdf2a55beb1339a2b1b077973a1b45f881d9bb8427e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=686321
+  patch -Np1 -i "$srcdir/extract-to-fix.patch"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: file-roller/repos/extra-i686/extract-to-fix.patch (from rev 170952, 
file-roller/trunk/extract-to-fix.patch)
===
--- extract-to-fix.patch(rev 0)
+++ extract-to-fix.patch2012-11-14 01:39:18 UTC (rev 170953)
@@ -0,0 +1,13 @@
+diff --git a/src/main.c~ b/src/main.c
+index 1eb2e65..539ddfa 100644
+--- a/src/main.c~
 b/src/main.c
+@@ -850,7 +850,7 @@ fr_application_command_line (GApplication
*application,
+ 
+   _g_object_unref (default_directory);
+   _g_object_unref (add_to_archive);
+-  g_free (extraction_destination);
++  _g_object_unref (extraction_destination);
+ 
+   return fr_application_command_line_finished (application, EXIT_SUCCESS);
+ }

Deleted: file-roller.install
===
--- file-roller.install 2012-11-14 01:36:15 UTC (rev 170952)
+++ file-roller.instal

[arch-commits] Commit in file-roller/repos/extra-x86_64 (5 files)

2012-11-13 Thread Evangelos Foutras
Date: Tuesday, November 13, 2012 @ 20:36:15
  Author: foutrelis
Revision: 170952

archrelease: copy trunk to extra-x86_64

Added:
  file-roller/repos/extra-x86_64/PKGBUILD
(from rev 170951, file-roller/trunk/PKGBUILD)
  file-roller/repos/extra-x86_64/extract-to-fix.patch
(from rev 170951, file-roller/trunk/extract-to-fix.patch)
  file-roller/repos/extra-x86_64/file-roller.install
(from rev 170951, file-roller/trunk/file-roller.install)
Deleted:
  file-roller/repos/extra-x86_64/PKGBUILD
  file-roller/repos/extra-x86_64/file-roller.install

--+
 PKGBUILD |   80 ++---
 extract-to-fix.patch |   13 +++
 file-roller.install  |   26 +++
 3 files changed, 69 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-14 01:36:00 UTC (rev 170951)
+++ PKGBUILD2012-11-14 01:36:15 UTC (rev 170952)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=file-roller
-pkgver=3.6.2
-pkgrel=1
-pkgdesc="Archive manipulator for GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib')
-makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'itstool' 
'docbook-xsl')
-optdepends=('unrar: the RAR uncompression program'
-'zip: creates PKZIP-compatible .zip files'
-'p7zip: 7zip compression utility'
-'arj: ARJ archiver'
-'unace: extraction tool for the proprietary ace archive format')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=file-roller.install
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('47b026c827fcb0db4df51bf81c1e90f829f287fe2c9b9e65f167a2ef5bfec5f1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/file-roller \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: file-roller/repos/extra-x86_64/PKGBUILD (from rev 170951, 
file-roller/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-14 01:36:15 UTC (rev 170952)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=file-roller
+pkgver=3.6.2
+pkgrel=2
+pkgdesc="Archive manipulator for GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'itstool' 
'docbook-xsl')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'p7zip: 7zip compression utility'
+'arj: ARJ archiver'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=file-roller.install
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+extract-to-fix.patch)
+sha256sums=('47b026c827fcb0db4df51bf81c1e90f829f287fe2c9b9e65f167a2ef5bfec5f1'
+'fc23e122b2d95df9eafe5bdf2a55beb1339a2b1b077973a1b45f881d9bb8427e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=686321
+  patch -Np1 -i "$srcdir/extract-to-fix.patch"
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: file-roller/repos/extra-x86_64/extract-to-fix.patch (from rev 170951, 
file-roller/trunk/extract-to-fix.patch)
===
--- extract-to-fix.patch(rev 0)
+++ extract-to-fix.patch2012-11-14 01:36:15 UTC (rev 170952)
@@ -0,0 +1,13 @@
+diff --git a/src/main.c~ b/src/main.c
+index 1eb2e65..539ddfa 100644
+--- a/src/main.c~
 b/src/main.c
+@@ -850,7 +850,7 @@ fr_application_command_line (GApplication
*application,
+ 
+   _g_object_unref (default_directory);
+   _g_object_unref (add_to_archive);
+-  g_free (extraction_destination);
++  _g_object_unref (extraction_destination);
+ 
+   return fr_application_command_line_finished (application, EXIT_SUCCESS);
+ }

Deleted: file-roller.install
===
--- file-roller.install 2012-11-14 01:36:00 UTC (rev 170951)
+++ fi

[arch-commits] Commit in file-roller/trunk (PKGBUILD extract-to-fix.patch)

2012-11-13 Thread Evangelos Foutras
Date: Tuesday, November 13, 2012 @ 20:36:00
  Author: foutrelis
Revision: 170951

upgpkg: file-roller 3.6.2-2

Fix crash when using the --extract-to switch.

Added:
  file-roller/trunk/extract-to-fix.patch
Modified:
  file-roller/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 extract-to-fix.patch |   13 +
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 01:23:57 UTC (rev 170950)
+++ PKGBUILD2012-11-14 01:36:00 UTC (rev 170951)
@@ -4,7 +4,7 @@
 
 pkgname=file-roller
 pkgver=3.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Archive manipulator for GNOME"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -19,11 +19,17 @@
 options=('!libtool' '!emptydirs')
 install=file-roller.install
 url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('47b026c827fcb0db4df51bf81c1e90f829f287fe2c9b9e65f167a2ef5bfec5f1')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+extract-to-fix.patch)
+sha256sums=('47b026c827fcb0db4df51bf81c1e90f829f287fe2c9b9e65f167a2ef5bfec5f1'
+'fc23e122b2d95df9eafe5bdf2a55beb1339a2b1b077973a1b45f881d9bb8427e')
 
 build() {
   cd $pkgname-$pkgver
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=686321
+  patch -Np1 -i "$srcdir/extract-to-fix.patch"
+
   ./configure --prefix=/usr --sysconfdir=/etc \
   --libexecdir=/usr/lib/file-roller \
   --localstatedir=/var --disable-static \

Added: extract-to-fix.patch
===
--- extract-to-fix.patch(rev 0)
+++ extract-to-fix.patch2012-11-14 01:36:00 UTC (rev 170951)
@@ -0,0 +1,13 @@
+diff --git a/src/main.c~ b/src/main.c
+index 1eb2e65..539ddfa 100644
+--- a/src/main.c~
 b/src/main.c
+@@ -850,7 +850,7 @@ fr_application_command_line (GApplication
*application,
+ 
+   _g_object_unref (default_directory);
+   _g_object_unref (add_to_archive);
+-  g_free (extraction_destination);
++  _g_object_unref (extraction_destination);
+ 
+   return fr_application_command_line_finished (application, EXIT_SUCCESS);
+ }



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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 20:23:57
  Author: heftig
Revision: 170950

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

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

+
 extra-i686/PKGBUILD|   60 +--
 extra-i686/pango.install   |   42 +++---
 extra-x86_64/PKGBUILD  |   60 +--
 extra-x86_64/pango.install |   42 +++---
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-14 01:18:18 UTC (rev 170949)
+++ extra-i686/PKGBUILD 2012-11-14 01:23:57 UTC (rev 170950)
@@ -1,30 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.32.1
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection')
-options=('!libtool')
-install=pango.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/";
-sha256sums=('484babf7e1ac4bf959a0babe8168f180acb516932d70e2985de5f6e2961fcd82')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/etc/pango"
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 170949, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-14 01:23:57 UTC (rev 170950)
@@ -0,0 +1,30 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.32.2
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection')
+options=('!libtool')
+install=pango.install
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/";
+sha256sums=('23124e01a7795374a6c2864b69ee49064de31b84b3776924461c0b8b42e8e5cb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-included-modules=basic-fc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -j1 DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/etc/pango"
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2012-11-14 01:18:18 UTC (rev 170949)
+++ extra-i686/pango.install2012-11-14 01:23:57 UTC (rev 170950)
@@ -1,21 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-   # we need to ldconfig first, in case xfree86's libs aren't
-   # in ld.so.cache yet
-   sbin/ldconfig -r .
-   usr/bin/pango-querymodules >etc/pango/pango.modules
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   post_install $1
-}
-
-# arg 1:  the old package version
-pre_remove() {
-   rm etc/pango/pango.modules
-}

Copied: pango/repos/extra-i686/pango.install (from rev 170949, 
pango/trunk/pango.install)
===
--- extra-i686/pango.install(rev 0)
+++ extra-i686/pango.install2012-11-14 01:23:57 UTC (rev 170950)
@@ -0,0 +1,21 @@
+# arg 1:  the new package version
+post_install() {
+   # we need to ldconfig first, in case xfree86's libs aren't
+   # in ld.so.cache yet
+   sbin/ldconfig -r .
+   usr/bin/pango-querymodules >etc/pango/pango.modules
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+   if [ -f usr/etc/pango/pango.modules ]; then
+   rm usr/etc/pango/pango.modules
+   fi
+   post_install $1
+}
+
+# arg 1:  the old package version
+pre_remove() {
+   rm etc/pango/pango.modules
+}

Deleted: extra-x86_64/PKGBUILD
=

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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 20:18:18
  Author: heftig
Revision: 170949

1.32.2

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 00:15:27 UTC (rev 170948)
+++ PKGBUILD2012-11-14 01:18:18 UTC (rev 170949)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=pango
-pkgver=1.32.1
+pkgver=1.32.2
 pkgrel=1
 pkgdesc="A library for layout and rendering of text"
 arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@
 makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection')
 options=('!libtool')
 install=pango.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
 url="http://www.pango.org/";
-sha256sums=('484babf7e1ac4bf959a0babe8168f180acb516932d70e2985de5f6e2961fcd82')
+sha256sums=('23124e01a7795374a6c2864b69ee49064de31b84b3776924461c0b8b42e8e5cb')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 19:15:27
  Author: heftig
Revision: 170948

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-14 00:13:19 UTC (rev 170947)
+++ extra-i686/PKGBUILD 2012-11-14 00:15:27 UTC (rev 170948)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="Compiler for the GObject type system"
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/Vala";
-license=('LGPL')
-depends=('glib2')
-makedepends=('libxslt')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('18cb2220ce7352a9dd71be058530f7d4a6c8215a1d9c471430af60a04496a60b')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --enable-vapigen
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
-}

Copied: vala/repos/extra-i686/PKGBUILD (from rev 170947, vala/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-14 00:15:27 UTC (rev 170948)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.18.1
+pkgrel=1
+pkgdesc="Compiler for the GObject type system"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Vala";
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7f5e2e8ca03f9fa2cf13acaf93bfdc3a7ad0a10b000a337ba9c6bdc021bdca32')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-14 00:13:19 UTC (rev 170947)
+++ extra-x86_64/PKGBUILD   2012-11-14 00:15:27 UTC (rev 170948)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Timm Preetz 
-
-pkgname=vala
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="Compiler for the GObject type system"
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/Vala";
-license=('LGPL')
-depends=('glib2')
-makedepends=('libxslt')
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('18cb2220ce7352a9dd71be058530f7d4a6c8215a1d9c471430af60a04496a60b')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr --enable-vapigen
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
-}

Copied: vala/repos/extra-x86_64/PKGBUILD (from rev 170947, vala/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-14 00:15:27 UTC (rev 170948)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Timm Preetz 
+
+pkgname=vala
+pkgver=0.18.1
+pkgrel=1
+pkgdesc="Compiler for the GObject type system"
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Vala";
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7f5e2e8ca03f9fa2cf13acaf93bfdc3a7ad0a10b000a337ba9c6bdc021bdca32')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --enable-vapigen
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}



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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 19:13:19
  Author: heftig
Revision: 170947

0.18.1

Modified:
  vala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-14 00:06:05 UTC (rev 170946)
+++ PKGBUILD2012-11-14 00:13:19 UTC (rev 170947)
@@ -3,7 +3,7 @@
 # Contributor: Timm Preetz 
 
 pkgname=vala
-pkgver=0.18.0
+pkgver=0.18.1
 pkgrel=1
 pkgdesc="Compiler for the GObject type system"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('libxslt')
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('18cb2220ce7352a9dd71be058530f7d4a6c8215a1d9c471430af60a04496a60b')
+sha256sums=('7f5e2e8ca03f9fa2cf13acaf93bfdc3a7ad0a10b000a337ba9c6bdc021bdca32')
 
 build() {
 cd $pkgname-$pkgver



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

2012-11-13 Thread Allan McRae
Date: Tuesday, November 13, 2012 @ 19:06:05
  Author: allan
Revision: 170946

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

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

-+
 testing-i686/PKGBUILD   |   87 ++
 testing-i686/binutils.install   |   17 +++
 testing-x86_64/PKGBUILD |   87 ++
 testing-x86_64/binutils.install |   17 +++
 4 files changed, 208 insertions(+)

Copied: binutils/repos/testing-i686/PKGBUILD (from rev 170945, 
binutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-14 00:06:05 UTC (rev 170946)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+
+pkgname=binutils
+pkgver=2.23.1
+pkgrel=1
+pkgdesc="A set of programs to assemble and manipulate binary and object files"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/binutils/";
+license=('GPL')
+groups=('base-devel')
+depends=('glibc>=2.16' 'zlib')
+checkdepends=('dejagnu' 'bc')
+options=('!libtool' '!distcc' '!ccache')
+install=binutils.install
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig})
+md5sums=('33adb18c3048d057ac58d07a3f1adb38'
+ '1869b37216e7d7eff7e335a69e0882fd')
+
+build() {
+  cd ${srcdir}
+  mkdir binutils-build && cd binutils-build
+
+  ${srcdir}/binutils-${pkgver}/configure --prefix=/usr \
+--with-lib-path=/usr/lib:/usr/local/lib \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-ld=default --enable-gold \
+--enable-plugins --enable-threads --enable-shared \
+--disable-werror --disable-multilib
+
+  # check the host environment and makes sure all the necessary tools are 
available
+  make configure-host
+
+  make tooldir=${pkgdir}/usr
+
+  # Rebuild libiberty.a with -fPIC
+  cp -a libiberty libiberty-pic
+  make -C libiberty-pic clean
+  make CFLAGS="$CFLAGS -fPIC" -C libiberty-pic
+
+  # Rebuild libbfd.a with -fPIC
+  # hidden visability prevent 3rd party shared libraries exporting bfd 
non-stable API
+  cp -a bfd bfd-pic
+  make -C bfd-pic clean
+  make CFLAGS="$CFLAGS -fPIC -fvisibility=hidden" -C bfd-pic
+
+  # Rebuild libopcodes.a with -fPIC
+  cp -a opcodes opcodes-pic
+  make -C opcodes-pic clean 
+  make CFLAGS="$CFLAGS -fPIC" -C opcodes-pic
+}
+
+check() {
+  cd ${srcdir}/binutils-build
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd ${srcdir}/binutils-build
+  make prefix=${pkgdir}/usr tooldir=${pkgdir}/usr install
+  
+  # Add some useful headers
+  install -m644 ${srcdir}/binutils-${pkgver}/include/libiberty.h 
${pkgdir}/usr/include
+  install -m644 ${srcdir}/binutils-${pkgver}/include/demangle.h 
${pkgdir}/usr/include
+
+  # install libraries rebuilt with -fPIC
+  install -m644 libiberty-pic/libiberty.a ${pkgdir}/usr/lib
+  install -m644 bfd-pic/libbfd.a ${pkgdir}/usr/lib
+  install -m644 opcodes/libopcodes.a ${pkgdir}/usr/lib
+
+  # Remove Windows/Novell specific man pages
+  rm ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
+
+  # why are these distributed with binutils?
+  rm ${pkgdir}/usr/share/info/{configure,standards}.info
+
+  # Remove these symlinks, they are not ABI stable.
+  # Programs should compile static to the .a file.
+  rm ${pkgdir}/usr/lib/lib{bfd,opcodes}.so
+  echo "INPUT ( /usr/lib/libbfd.a -liberty -lz )" >${pkgdir}/usr/lib/libbfd.so
+  echo "INPUT ( /usr/lib/libopcodes.a -lbfd )" >${pkgdir}/usr/lib/libopcodes.so
+}

Copied: binutils/repos/testing-i686/binutils.install (from rev 170945, 
binutils/trunk/binutils.install)
===
--- testing-i686/binutils.install   (rev 0)
+++ testing-i686/binutils.install   2012-11-14 00:06:05 UTC (rev 170946)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+filelist=(as.info bfd.info binutils.info gprof.info ld.info)
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+

Copied: binutils/re

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

2012-11-13 Thread Allan McRae
Date: Tuesday, November 13, 2012 @ 19:05:24
  Author: allan
Revision: 170945

upgpkg: binutils 2.23.1-1

upstream update

Modified:
  binutils/trunk/PKGBUILD
  binutils/trunk/binutils.install

--+
 PKGBUILD |   11 +++
 binutils.install |2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-13 21:15:54 UTC (rev 170944)
+++ PKGBUILD2012-11-14 00:05:24 UTC (rev 170945)
@@ -4,7 +4,7 @@
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
 
 pkgname=binutils
-pkgver=2.23
+pkgver=2.23.1
 pkgrel=1
 pkgdesc="A set of programs to assemble and manipulate binary and object files"
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 checkdepends=('dejagnu' 'bc')
 options=('!libtool' '!distcc' '!ccache')
 install=binutils.install
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.gz{,.sig})
-md5sums=('ed58f50d8920c3f1d9cb110d5c972c27'
- '5293d43d444852f71f7c96c6295ba66d')
+source=(ftp://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig})
+md5sums=('33adb18c3048d057ac58d07a3f1adb38'
+ '1869b37216e7d7eff7e335a69e0882fd')
 
 build() {
   cd ${srcdir}
@@ -76,6 +76,9 @@
   # Remove Windows/Novell specific man pages
   rm ${pkgdir}/usr/share/man/man1/{dlltool,nlmconv,windres,windmc}*
 
+  # why are these distributed with binutils?
+  rm ${pkgdir}/usr/share/info/{configure,standards}.info
+
   # Remove these symlinks, they are not ABI stable.
   # Programs should compile static to the .a file.
   rm ${pkgdir}/usr/lib/lib{bfd,opcodes}.so

Modified: binutils.install
===
--- binutils.install2012-11-13 21:15:54 UTC (rev 170944)
+++ binutils.install2012-11-14 00:05:24 UTC (rev 170945)
@@ -1,5 +1,5 @@
 infodir=usr/share/info
-filelist=(as.info bfd.info binutils.info configure.info gprof.info ld.info 
standards.info)
+filelist=(as.info bfd.info binutils.info gprof.info ld.info)
 
 post_upgrade() {
   [ -x usr/bin/install-info ] || return 0



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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 16:15:54
  Author: heftig
Revision: 170944

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

Added:
  libquvi/repos/staging-i686/
  libquvi/repos/staging-i686/PKGBUILD
(from rev 170943, libquvi/trunk/PKGBUILD)
  libquvi/repos/staging-x86_64/
  libquvi/repos/staging-x86_64/PKGBUILD
(from rev 170943, libquvi/trunk/PKGBUILD)

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

Copied: libquvi/repos/staging-i686/PKGBUILD (from rev 170943, 
libquvi/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-13 21:15:54 UTC (rev 170944)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+
+pkgname=libquvi
+pkgver=0.4.1
+pkgrel=2
+pkgdesc='Library for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('LGPL')
+depends=('libquvi-scripts' 'curl' 'lua')
+conflicts=('quvi<0.4.0')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('a5fa8860c23655a529b3166f6e25c83a'
+ 'cc7f15518f8ab2fc134bc64f0e9d584b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: libquvi/repos/staging-x86_64/PKGBUILD (from rev 170943, 
libquvi/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-11-13 21:15:54 UTC (rev 170944)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+
+pkgname=libquvi
+pkgver=0.4.1
+pkgrel=2
+pkgdesc='Library for parsing video download links.'
+arch=('i686' 'x86_64')
+url='http://quvi.sourceforge.net/'
+license=('LGPL')
+depends=('libquvi-scripts' 'curl' 'lua')
+conflicts=('quvi<0.4.0')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('a5fa8860c23655a529b3166f6e25c83a'
+ 'cc7f15518f8ab2fc134bc64f0e9d584b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 16:14:26
  Author: heftig
Revision: 170943

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

Added:
  lua51/repos/staging-i686/PKGBUILD
(from rev 170941, lua51/trunk/PKGBUILD)
  lua51/repos/staging-i686/lua-5.1-cflags.diff
(from rev 170941, lua51/trunk/lua-5.1-cflags.diff)
  lua51/repos/staging-i686/lua-arch.patch
(from rev 170941, lua51/trunk/lua-arch.patch)
  lua51/repos/staging-x86_64/PKGBUILD
(from rev 170941, lua51/trunk/PKGBUILD)
  lua51/repos/staging-x86_64/lua-5.1-cflags.diff
(from rev 170941, lua51/trunk/lua-5.1-cflags.diff)
  lua51/repos/staging-x86_64/lua-arch.patch
(from rev 170941, lua51/trunk/lua-arch.patch)
Deleted:
  lua51/repos/staging-i686/PKGBUILD
  lua51/repos/staging-i686/lua-5.1-cflags.diff
  lua51/repos/staging-i686/lua-arch.patch
  lua51/repos/staging-x86_64/PKGBUILD
  lua51/repos/staging-x86_64/lua-5.1-cflags.diff
  lua51/repos/staging-x86_64/lua-arch.patch

+
 staging-i686/PKGBUILD  |  113 ++---
 staging-i686/lua-5.1-cflags.diff   |   26 +++---
 staging-i686/lua-arch.patch|  132 +--
 staging-x86_64/PKGBUILD|  113 ++---
 staging-x86_64/lua-5.1-cflags.diff |   26 +++---
 staging-x86_64/lua-arch.patch  |  132 +--
 6 files changed, 270 insertions(+), 272 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-11-13 21:14:25 UTC (rev 170942)
+++ staging-i686/PKGBUILD   2012-11-13 21:14:26 UTC (rev 170943)
@@ -1,57 +0,0 @@
-# $Id $
-# Maintainer: Sébastien Luttringer 
-# Contributor: Juergen Hoetzel 
-# Contributor: Damir Perisa 
-
-pkgname=lua51
-pkgver=5.1.5
-pkgrel=1
-pkgdesc='A powerful light-weight programming language designed for extending 
applications'
-arch=('i686' 'x86_64')
-url='http://www.lua.org/'
-depends=('readline')
-license=('MIT')
-options=('!makeflags' '!emptydirs')
-source=("http://www.lua.org/ftp/lua-$pkgver.tar.gz";
-'lua-arch.patch'
-'lua-5.1-cflags.diff')
-md5sums=('2e115fe26e435e33b0d5c022e4490567'
- 'fa25feb70ef9fec975b1c20da5098b3c'
- '249582bf1fd861ccf492d2c35a9fe732')
-
-build() {
-cd lua-$pkgver
-patch -p1 -i "$srcdir/lua-arch.patch"
-patch -p1 -i "$srcdir/lua-5.1-cflags.diff"
-[[ $CARCH == x86_64 ]] && export CFLAGS="$CFLAGS -fPIC"
-sed -i -e 's:llua:llua5.1:' -e 's:/include:/include/lua5.1:' etc/lua.pc
-make MYCFLAGS="$CFLAGS" MYLDFLAGS="$LDFLAGS" linux
-}
-
-package() {
-cd lua-$pkgver
-make \
-  TO_LIB="liblua.a liblua.so.5.1 liblua.so.$pkgver" \
-  INSTALL_DATA='cp -d' \
-  INSTALL_TOP="$pkgdir/usr" \
-  INSTALL_INC="$pkgdir/usr/include/lua5.1" \
-  INSTALL_MAN="$pkgdir/usr/share/man/man1" \
-  install
-install -D -m644 etc/lua.pc "$pkgdir/usr/lib/pkgconfig/lua5.1.pc"
-# Install the documentation
-install -d "$pkgdir/usr/share/doc/$pkgname"
-install -m644 doc/*.{gif,png,css,html} "$pkgdir/usr/share/doc/$pkgname"
-# Install copyrigth file
-install -D -m644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-# rename
-cd "$pkgdir/usr/bin"
-mv lua lua5.1
-mv luac luac5.1
-cd "$pkgdir/usr/lib"
-mv liblua.a liblua5.1.a
-cd "$pkgdir/usr/share/man/man1"
-mv lua.1 lua5.1.1
-mv luac.1 luac5.1.1
-}
-
-# vim:set ts=4 sw=4 et:

Copied: lua51/repos/staging-i686/PKGBUILD (from rev 170941, 
lua51/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-13 21:14:26 UTC (rev 170943)
@@ -0,0 +1,56 @@
+# $Id $
+# Maintainer: Sébastien Luttringer 
+# Contributor: Juergen Hoetzel 
+# Contributor: Damir Perisa 
+
+pkgname=lua51
+pkgver=5.1.5
+pkgrel=2
+pkgdesc='A powerful light-weight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!makeflags' '!emptydirs')
+source=("http://www.lua.org/ftp/lua-$pkgver.tar.gz";
+'lua-arch.patch'
+'lua-5.1-cflags.diff')
+md5sums=('2e115fe26e435e33b0d5c022e4490567'
+ 'fa25feb70ef9fec975b1c20da5098b3c'
+ '249582bf1fd861ccf492d2c35a9fe732')
+
+build() {
+cd lua-$pkgver
+patch -p1 -i "$srcdir/lua-arch.patch"
+patch -p1 -i "$srcdir/lua-5.1-cflags.diff"
+[[ $CARCH == x86_64 ]] && export CFLAGS="$CFLAGS -fPIC"
+sed -e 's:llua:llua5.1:' -e 's:/include:/include/lua5.1:' -i etc/lua.pc
+sed -r -e '/^LUA_(SO|A|T)=/ s/lua/lua5.1/' -e '/^LUAC_T=/ s/luac/luac5.1/' 
-i src/Makefile
+make MYCFLAGS="$CFLAGS" MYLDFLAGS="$LDFLAGS" linux
+}
+
+package() {
+cd lua-$pkgver
+make \
+  TO_BIN="lua5.1 luac5.1" \
+  TO_LIB="liblua5.1.a liblua5.1.so liblua5.

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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 16:14:25
  Author: heftig
Revision: 170942

link against lua 5.2

Modified:
  libquvi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-13 21:13:09 UTC (rev 170941)
+++ PKGBUILD2012-11-13 21:14:25 UTC (rev 170942)
@@ -3,7 +3,7 @@
 
 pkgname=libquvi
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for parsing video download links.'
 arch=('i686' 'x86_64')
 url='http://quvi.sourceforge.net/'



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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 16:13:09
  Author: heftig
Revision: 170941

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

Added:
  lua/repos/staging-i686/PKGBUILD
(from rev 170940, lua/trunk/PKGBUILD)
  lua/repos/staging-i686/liblua.so.patch
(from rev 170940, lua/trunk/liblua.so.patch)
  lua/repos/staging-i686/lua.pc
(from rev 170940, lua/trunk/lua.pc)
  lua/repos/staging-x86_64/PKGBUILD
(from rev 170940, lua/trunk/PKGBUILD)
  lua/repos/staging-x86_64/liblua.so.patch
(from rev 170940, lua/trunk/liblua.so.patch)
  lua/repos/staging-x86_64/lua.pc
(from rev 170940, lua/trunk/lua.pc)
Deleted:
  lua/repos/staging-i686/PKGBUILD
  lua/repos/staging-i686/liblua.so.patch
  lua/repos/staging-x86_64/PKGBUILD
  lua/repos/staging-x86_64/liblua.so.patch

+
 staging-i686/PKGBUILD  |   83 ++--
 staging-i686/liblua.so.patch   |  114 +++
 staging-i686/lua.pc|   20 ++
 staging-x86_64/PKGBUILD|   83 ++--
 staging-x86_64/liblua.so.patch |  114 +++
 staging-x86_64/lua.pc  |   20 ++
 6 files changed, 240 insertions(+), 194 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-11-13 21:11:28 UTC (rev 170940)
+++ staging-i686/PKGBUILD   2012-11-13 21:13:09 UTC (rev 170941)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Juergen Hoetzel 
-# Contributor: Damir Perisa 
-
-pkgname=lua
-pkgver=5.2.1
-pkgrel=1
-pkgdesc='A powerful light-weight programming language designed for extending 
applications'
-arch=('i686' 'x86_64')
-url='http://www.lua.org/'
-depends=('readline')
-license=('MIT')
-options=('!makeflags' '!emptydirs')
-source=("http://www.lua.org/ftp/$pkgname-$pkgver.tar.gz";
-'liblua.so.patch')
-md5sums=('ae08f641b45d737d12d30291a5e5f6e3'
- 'bdc663c7b82ffc0b5df67611621fb625')
-
-build() {
-  cd $pkgname-$pkgver
-  patch -p1 -i "$srcdir/liblua.so.patch"
-  [[ $CARCH == x86_64 ]] && export CFLAGS="$CFLAGS -fPIC"
-  make MYCFLAGS="$CFLAGS" MYLDFLAGS="$LDFLAGS" linux
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make \
-TO_LIB="liblua.a liblua.so liblua.so.5.2 liblua.so.$pkgver" \
-INSTALL_DATA="cp -d" \
-INSTALL_TOP="$pkgdir/usr" \
-INSTALL_MAN="$pkgdir/usr/share/man/man1" \
-install
-  # Install the documentation
-  install -d "$pkgdir/usr/share/doc/lua"
-  install -m644 doc/*.{gif,png,css,html} "$pkgdir/usr/share/doc/lua"
-}
-
-# vim:set ts=4 sw=4 et:

Copied: lua/repos/staging-i686/PKGBUILD (from rev 170940, lua/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-11-13 21:13:09 UTC (rev 170941)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Juergen Hoetzel 
+# Contributor: Damir Perisa 
+
+pkgname=lua
+pkgver=5.2.1
+pkgrel=2
+pkgdesc='A powerful light-weight programming language designed for extending 
applications'
+arch=('i686' 'x86_64')
+url='http://www.lua.org/'
+depends=('readline')
+license=('MIT')
+options=('!makeflags' '!emptydirs')
+source=("http://www.lua.org/ftp/$pkgname-$pkgver.tar.gz";
+'liblua.so.patch' 'lua.pc')
+md5sums=('ae08f641b45d737d12d30291a5e5f6e3'
+ 'bdc663c7b82ffc0b5df67611621fb625'
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir/liblua.so.patch"
+  [[ $CARCH == x86_64 ]] && export CFLAGS="$CFLAGS -fPIC"
+  make MYCFLAGS="$CFLAGS" MYLDFLAGS="$LDFLAGS" linux
+  sed "s/%VER%/${pkgver%.*}/g;s/%REL%/$pkgver/g" ../lua.pc > lua.pc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make \
+TO_LIB="liblua.a liblua.so liblua.so.5.2 liblua.so.$pkgver" \
+INSTALL_DATA="cp -d" \
+INSTALL_TOP="$pkgdir/usr" \
+INSTALL_MAN="$pkgdir/usr/share/man/man1" \
+install
+  install -Dm644 lua.pc "$pkgdir/usr/lib/pkgconfig/lua.pc"
+  # Install the documentation
+  install -d "$pkgdir/usr/share/doc/lua"
+  install -m644 doc/*.{gif,png,css,html} "$pkgdir/usr/share/doc/lua"
+}
+
+# vim:set ts=4 sw=4 et:

Deleted: staging-i686/liblua.so.patch
===
--- staging-i686/liblua.so.patch2012-11-13 21:11:28 UTC (rev 170940)
+++ staging-i686/liblua.so.patch2012-11-13 21:13:09 UTC (rev 170941)
@@ -1,57 +0,0 @@
-diff -ru lua-5.2.1/Makefile lua-5.2.1.new/Makefile
 lua-5.2.1/Makefile 2012-05-17 16:05:54.0 +0200
-+++ lua-5.2.1.new/Makefile 2012-09-12 22:39:07.162748096 +0200
-@@ -52,7 +52,7 @@
- all:  $(PLAT)
- 
- $(PLATS) clean:
--  cd src && $(MAKE) $@
-+  cd src && $(MAKE) $@ V=$(V) R=$(R)
- 
- test: dummy
-   src/lua -v
-diff -ru lua-5.2.1/src/luaconf.h lua-5.2.1.new/src/luaconf.h
 lua-5.2.1/

[arch-commits] Commit in lua/trunk (PKGBUILD lua.pc)

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 16:11:28
  Author: heftig
Revision: 170940

Add pkgconfig file

Added:
  lua/trunk/lua.pc
Modified:
  lua/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 lua.pc   |   20 
 2 files changed, 26 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-13 21:10:42 UTC (rev 170939)
+++ PKGBUILD2012-11-13 21:11:28 UTC (rev 170940)
@@ -5,7 +5,7 @@
 
 pkgname=lua
 pkgver=5.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A powerful light-weight programming language designed for extending 
applications'
 arch=('i686' 'x86_64')
 url='http://www.lua.org/'
@@ -13,15 +13,17 @@
 license=('MIT')
 options=('!makeflags' '!emptydirs')
 source=("http://www.lua.org/ftp/$pkgname-$pkgver.tar.gz";
-'liblua.so.patch')
+'liblua.so.patch' 'lua.pc')
 md5sums=('ae08f641b45d737d12d30291a5e5f6e3'
- 'bdc663c7b82ffc0b5df67611621fb625')
+ 'bdc663c7b82ffc0b5df67611621fb625'
+ 'e7ba6c2b695b0b84a5ea0cbff5fc9067')
 
 build() {
   cd $pkgname-$pkgver
   patch -p1 -i "$srcdir/liblua.so.patch"
   [[ $CARCH == x86_64 ]] && export CFLAGS="$CFLAGS -fPIC"
   make MYCFLAGS="$CFLAGS" MYLDFLAGS="$LDFLAGS" linux
+  sed "s/%VER%/${pkgver%.*}/g;s/%REL%/$pkgver/g" ../lua.pc > lua.pc
 }
 
 package() {
@@ -32,6 +34,7 @@
 INSTALL_TOP="$pkgdir/usr" \
 INSTALL_MAN="$pkgdir/usr/share/man/man1" \
 install
+  install -Dm644 lua.pc "$pkgdir/usr/lib/pkgconfig/lua.pc"
   # Install the documentation
   install -d "$pkgdir/usr/share/doc/lua"
   install -m644 doc/*.{gif,png,css,html} "$pkgdir/usr/share/doc/lua"

Added: lua.pc
===
--- lua.pc  (rev 0)
+++ lua.pc  2012-11-13 21:11:28 UTC (rev 170940)
@@ -0,0 +1,20 @@
+V=%VER%
+R=%REL%
+
+prefix=/usr
+INSTALL_BIN=${prefix}/bin
+INSTALL_INC=${prefix}/include
+INSTALL_LIB=${prefix}/lib
+INSTALL_MAN=${prefix}/man/man1
+INSTALL_LMOD=${prefix}/share/lua/${V}
+INSTALL_CMOD=${prefix}/lib/lua/${V}
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: Lua
+Description: An Extensible Extension Language
+Version: ${R}
+Requires: 
+Libs: -L${libdir} -llua -lm
+Cflags: -I${includedir}



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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 16:10:42
  Author: heftig
Revision: 170939

fixup libraries

Modified:
  lua51/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-13 17:02:45 UTC (rev 170938)
+++ PKGBUILD2012-11-13 21:10:42 UTC (rev 170939)
@@ -5,7 +5,7 @@
 
 pkgname=lua51
 pkgver=5.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A powerful light-weight programming language designed for extending 
applications'
 arch=('i686' 'x86_64')
 url='http://www.lua.org/'
@@ -24,14 +24,16 @@
 patch -p1 -i "$srcdir/lua-arch.patch"
 patch -p1 -i "$srcdir/lua-5.1-cflags.diff"
 [[ $CARCH == x86_64 ]] && export CFLAGS="$CFLAGS -fPIC"
-sed -i -e 's:llua:llua5.1:' -e 's:/include:/include/lua5.1:' etc/lua.pc
+sed -e 's:llua:llua5.1:' -e 's:/include:/include/lua5.1:' -i etc/lua.pc
+sed -r -e '/^LUA_(SO|A|T)=/ s/lua/lua5.1/' -e '/^LUAC_T=/ s/luac/luac5.1/' 
-i src/Makefile
 make MYCFLAGS="$CFLAGS" MYLDFLAGS="$LDFLAGS" linux
 }
 
 package() {
 cd lua-$pkgver
 make \
-  TO_LIB="liblua.a liblua.so.5.1 liblua.so.$pkgver" \
+  TO_BIN="lua5.1 luac5.1" \
+  TO_LIB="liblua5.1.a liblua5.1.so liblua5.1.so.5.1 liblua5.1.so.$pkgver" \
   INSTALL_DATA='cp -d' \
   INSTALL_TOP="$pkgdir/usr" \
   INSTALL_INC="$pkgdir/usr/include/lua5.1" \
@@ -43,12 +45,9 @@
 install -m644 doc/*.{gif,png,css,html} "$pkgdir/usr/share/doc/$pkgname"
 # Install copyrigth file
 install -D -m644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-# rename
-cd "$pkgdir/usr/bin"
-mv lua lua5.1
-mv luac luac5.1
-cd "$pkgdir/usr/lib"
-mv liblua.a liblua5.1.a
+# fixups
+ln -s liblua51.so "$pkgdir/usr/lib/liblua.so.5.1"
+ln -s liblua51.so "$pkgdir/usr/lib/liblua.so.$pkgver"
 cd "$pkgdir/usr/share/man/man1"
 mv lua.1 lua5.1.1
 mv luac.1 luac5.1.1



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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 12:02:45
  Author: heftig
Revision: 170938

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

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

+
 core-i686/PKGBUILD |   76 +--
 core-i686/revert-warn-glib-compile-schemas.patch   |   66 
 core-x86_64/PKGBUILD   |   76 +--
 core-x86_64/revert-warn-glib-compile-schemas.patch |   66 
 4 files changed, 142 insertions(+), 142 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-11-13 16:38:27 UTC (rev 170937)
+++ core-i686/PKGBUILD  2012-11-13 17:02:45 UTC (rev 170938)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=glib2
-pkgver=2.34.1
-pkgrel=1
-pkgdesc="Common C routines used by GTK+ and other libs"
-url="http://www.gtk.org/";
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('pcre' 'libffi')
-makedepends=('pkg-config' 'python2')
-optdepends=('python2: for gdbus-codegen')
-options=('!libtool' '!docs' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
-revert-warn-glib-compile-schemas.patch)
-sha256sums=('6e84dc9d84b104725b34d255421ed7ac3629e49f437d37addde5ce3891c2e2f1'
-'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
-
-build() {
-  cd glib-$pkgver
-  patch -Rp1 -i "$srcdir/revert-warn-glib-compile-schemas.patch"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
-  --sysconfdir=/etc \
-  --with-pcre=system \
-  --disable-fam
-  make
-}
-
-package() {
-  cd glib-$pkgver
-  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
-
-  for _i in "$pkgdir/usr/share/bash-completion/completions/"*; do
-  chmod -x "$_i"
-  done
-  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir"/usr/bin/gdbus-codegen
-}

Copied: glib2/repos/core-i686/PKGBUILD (from rev 170937, 
glib2/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-11-13 17:02:45 UTC (rev 170938)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=glib2
+pkgver=2.34.2
+pkgrel=1
+pkgdesc="Common C routines used by GTK+ and other libs"
+url="http://www.gtk.org/";
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('pcre' 'libffi')
+makedepends=('pkg-config' 'python2')
+optdepends=('python2: for gdbus-codegen')
+options=('!libtool' '!docs' '!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.tar.xz
+revert-warn-glib-compile-schemas.patch)
+sha256sums=('2d99a8309cdd0c584bd5386a49265fb19ac64575fe108fd901d6f26c8d73c708'
+'049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97')
+
+build() {
+  cd glib-$pkgver
+  patch -Rp1 -i "$srcdir/revert-warn-glib-compile-schemas.patch"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-pcre=system \
+  --disable-fam
+  make
+}
+
+package() {
+  cd glib-$pkgver
+  make completiondir=/usr/share/bash-completion/completions DESTDIR="$pkgdir" 
install
+
+  for _i in "$pkgdir/usr/share/bash-completion/completions/"*; do
+  chmod -x "$_i"
+  done
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" 
"$pkgdir"/usr/bin/gdbus-codegen
+}

Deleted: core-i686/revert-warn-glib-compile-schemas.patch
===
--- core-i686/revert-warn-glib-compile-schemas.patch2012-11-13 16:38:27 UTC 
(rev 170937)
+++ core-i686/revert-warn-glib-compile-schemas.patch2012-11-13 17:02:45 UTC 
(rev 170938)
@@ -1,33 +0,0 @@
-From 6560b37450cd19c4a7c7b690e279fe97b7bfdcaa Mon Sep 17 00:00:00 2001
-From: Ryan Lortie 
-Date: Thu, 12 Apr 2012 23:55:34 +
-Subject: glib-compile-schemas: warn about bad dconf paths
-
-For quite some time the recommended usage of GSettings and dconf has
-been to use paths like /org/gnome/example/.  Use of /apps/ has spilled
-over from GConf and is conti

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

2012-11-13 Thread Ionut Biru
Date: Tuesday, November 13, 2012 @ 11:38:27
  Author: ibiru
Revision: 170937

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

Added:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
(from rev 170936, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
(from rev 170936, gnome-online-accounts/trunk/gnome-online-accounts.install)
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
(from rev 170936, gnome-online-accounts/trunk/PKGBUILD)
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install
(from rev 170936, gnome-online-accounts/trunk/gnome-online-accounts.install)
Deleted:
  gnome-online-accounts/repos/extra-i686/PKGBUILD
  gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install
  gnome-online-accounts/repos/extra-x86_64/PKGBUILD
  gnome-online-accounts/repos/extra-x86_64/gnome-online-accounts.install

+
 extra-i686/PKGBUILD|   58 +--
 extra-i686/gnome-online-accounts.install   |   22 +-
 extra-x86_64/PKGBUILD  |   58 +--
 extra-x86_64/gnome-online-accounts.install |   22 +-
 4 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-13 16:37:27 UTC (rev 170936)
+++ extra-i686/PKGBUILD 2012-11-13 16:38:27 UTC (rev 170937)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL')
-depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret')
-makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
-options=(!libtool)
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2a88772873935b1c23e8e6b7a2333d8cfb225755aba22e0977129f13351028f7')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-online-accounts/repos/extra-i686/PKGBUILD (from rev 170936, 
gnome-online-accounts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-13 16:38:27 UTC (rev 170937)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gnome-online-accounts
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="GNOME service to access online accounts"
+arch=(i686 x86_64)
+url="http://www.gnome.org";
+license=('GPL')
+depends=('webkitgtk3' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 
'libsecret')
+makedepends=('intltool' 'libxslt' 'gobject-introspection' 'docbook-xsl')
+options=(!libtool)
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('55d207d2dc5428f41b0a504aa3edd996a6167a5625d9e11d678f33f282935fa7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-online-accounts.install
===
--- extra-i686/gnome-online-accounts.install2012-11-13 16:37:27 UTC (rev 
170936)
+++ extra-i686/gnome-online-accounts.install2012-11-13 16:38:27 UTC (rev 
170937)
@@ -1,11 +0,0 @@
-post_install () {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnome-online-accounts/repos/extra-i686/gnome-online-accounts.install 
(from rev 170936, gnome-online-accounts/trunk/gnome-online-accounts.install)
===
--- extra-i686/gnome-online-accounts.install(rev 0)
+++ extra-i686/gnome-online-accounts.install2012-11-13 16:38:27 UTC (rev 
170937)
@@ -0,0 +1,11 @@
+post_install () {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-13 16:37:27 UTC (rev 170936)
+++ extra-x86_64/PKGBUILD   2012-11-13 16:38:27 UTC (rev 170937)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gnome-online-accounts
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="GNOME service to access online accounts"
-arch=(i686 x86_64)
-url="http://www.gnome.org";
-license=('GPL')
-depends=('

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

2012-11-13 Thread Ionut Biru
Date: Tuesday, November 13, 2012 @ 11:37:27
  Author: ibiru
Revision: 170936

update to 3.6.2

Modified:
  gnome-online-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-13 16:33:01 UTC (rev 170935)
+++ PKGBUILD2012-11-13 16:37:27 UTC (rev 170936)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=gnome-online-accounts
-pkgver=3.6.0
+pkgver=3.6.2
 pkgrel=1
 pkgdesc="GNOME service to access online accounts"
 arch=(i686 x86_64)
@@ -13,16 +13,16 @@
 options=(!libtool)
 install=$pkgname.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2a88772873935b1c23e8e6b7a2333d8cfb225755aba22e0977129f13351028f7')
+sha256sums=('55d207d2dc5428f41b0a504aa3edd996a6167a5625d9e11d678f33f282935fa7')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --libexec=/usr/lib/gnome-online-accounts
   make
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 



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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 11:33:01
  Author: heftig
Revision: 170935

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

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

--+
 extra-i686/PKGBUILD  |   80 -
 extra-i686/empathy.install   |   32 
 extra-x86_64/PKGBUILD|   80 -
 extra-x86_64/empathy.install |   32 
 4 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-13 16:30:54 UTC (rev 170934)
+++ extra-i686/PKGBUILD 2012-11-13 16:33:01 UTC (rev 170935)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=empathy
-pkgver=3.6.1
-pkgrel=2
-pkgdesc="A GNOME instant messaging client using the Telepathy framework."
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/Empathy";
-license=('GPL2')
-depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'webkitgtk3' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
-makedepends=('intltool' 'itstool' 'docbook-xsl' 'nautilus-sendto')
-optdepends=('telepathy-gabble: XMPP/Jabber support'
-'telepathy-idle: IRC support'
-'telepathy-salut: Link-local XMPP support'
-'telepathy-rakia: SIP support'
-'telepathy-haze: libpurple support'
-'nautilus-sendto: Send files from nautilus')
-options=('!libtool' '!makeflags')
-groups=('gnome-extra')
-install=empathy.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('12d936a39182500da7541bdd42327949c241b454fde462be52d137aae3c56183')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --sysconfdir=/etc  \
-  --libexecdir=/usr/lib/empathy \
-  --disable-static \
-  --disable-schemas-compile \
-  --enable-gst-1.0=yes
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: empathy/repos/extra-i686/PKGBUILD (from rev 170934, 
empathy/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-13 16:33:01 UTC (rev 170935)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=empathy
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="A GNOME instant messaging client using the Telepathy framework."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Empathy";
+license=('GPL2')
+depends=('clutter-gst' 'clutter-gtk' 'folks' 'gcr' 'iso-codes' 'libcanberra' 
'libpulse' 'webkitgtk3' 'telepathy-farstream' 'telepathy-glib' 
'telepathy-logger' 'telepathy-mission-control')
+makedepends=('intltool' 'itstool' 'docbook-xsl' 'nautilus-sendto')
+optdepends=('telepathy-gabble: XMPP/Jabber support'
+'telepathy-idle: IRC support'
+'telepathy-salut: Link-local XMPP support'
+'telepathy-rakia: SIP support'
+'telepathy-haze: libpurple support'
+'nautilus-sendto: Send files from nautilus')
+options=('!libtool' '!makeflags')
+groups=('gnome-extra')
+install=empathy.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('707bf283f37e8b91816c78742d9ebf9e3effc4206a3ecc3e4c0cfbbf8ce0fd26')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --sysconfdir=/etc  \
+  --libexecdir=/usr/lib/empathy \
+  --disable-static \
+  --disable-schemas-compile \
+  --enable-gst-1.0=yes
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/empathy.install
===
--- extra-i686/empathy.install  2012-11-13 16:30:54 UTC (rev 170934)
+++ extra-i686/empathy.install  2012-11-13 16:33:01 UTC (rev 170935)
@@ -1,16 +0,0 @@
-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
-echo "To use Empathy you need to install at least one Telepathy connection 
manager."
-}
-
-post_upgrade() {
-glib-

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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 11:30:54
  Author: heftig
Revision: 170934

3.6.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-13 13:08:10 UTC (rev 170933)
+++ PKGBUILD2012-11-13 16:30:54 UTC (rev 170934)
@@ -2,8 +2,8 @@
 # Maintainer: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.6.1
-pkgrel=2
+pkgver=3.6.2
+pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework."
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/Empathy";
@@ -20,7 +20,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('12d936a39182500da7541bdd42327949c241b454fde462be52d137aae3c56183')
+sha256sums=('707bf283f37e8b91816c78742d9ebf9e3effc4206a3ecc3e4c0cfbbf8ce0fd26')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in ntfs-3g_ntfsprogs/repos (4 files)

2012-11-13 Thread Tom Gundersen
Date: Tuesday, November 13, 2012 @ 08:08:10
  Author: tomegun
Revision: 170933

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

Added:
  ntfs-3g_ntfsprogs/repos/testing-i686/
  ntfs-3g_ntfsprogs/repos/testing-i686/PKGBUILD
(from rev 170932, ntfs-3g_ntfsprogs/trunk/PKGBUILD)
  ntfs-3g_ntfsprogs/repos/testing-x86_64/
  ntfs-3g_ntfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 170932, ntfs-3g_ntfsprogs/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   54 ++
 testing-x86_64/PKGBUILD |   54 ++
 2 files changed, 108 insertions(+)

Copied: ntfs-3g_ntfsprogs/repos/testing-i686/PKGBUILD (from rev 170932, 
ntfs-3g_ntfsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-13 13:08:10 UTC (rev 170933)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgbase=ntfs-3g_ntfsprogs
+pkgname=('ntfs-3g' 'ntfsprogs')
+pkgver=2012.1.15
+pkgrel=4
+url="http://www.tuxera.com";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glibc' 'fuse')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
+sha1sums=('8d55cf49afde172fefa369a0a85289e09c4d7bbb')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./configure --prefix=/usr \
+--with-fuse=external --disable-static \
+--enable-posix-acls --disable-ldconfig \
+--mandir=/usr/share/man
+  make
+}
+
+package_ntfs-3g() {
+  pkgdesc="Stable read and write NTFS driver"
+
+  for DIR in src libntfs-3g include; do
+cd "$srcdir/$pkgbase-$pkgver/$DIR"
+make DESTDIR="$pkgdir" install
+  done
+
+  mv "$pkgdir"/bin/* "$pkgdir"/usr/bin/
+  rm -rf "$pkgdir"/{s,}bin
+
+  cd "$pkgdir"/usr/bin
+  ln -s ntfs-3g mount.ntfs
+  ln -s ntfs-3g mount.ntfs-3g
+  ln -s lowntfs-3g mount.lowntfs-3g
+}
+
+package_ntfsprogs() {
+  pkgdesc="NTFS filesystem utilities"
+  depends=('util-linux' 'ntfs-3g')
+
+  cd "$srcdir/$pkgbase-$pkgver/ntfsprogs"
+  make DESTDIR="$pkgdir" install
+
+  mv "$pkgdir"/sbin/* "$pkgdir"/usr/bin/
+  rm -rf "$pkgdir"/sbin
+}

Copied: ntfs-3g_ntfsprogs/repos/testing-x86_64/PKGBUILD (from rev 170932, 
ntfs-3g_ntfsprogs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-13 13:08:10 UTC (rev 170933)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Ronald van Haren 
+# Contributor: Thomas B�chler 
+
+pkgbase=ntfs-3g_ntfsprogs
+pkgname=('ntfs-3g' 'ntfsprogs')
+pkgver=2012.1.15
+pkgrel=4
+url="http://www.tuxera.com";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('glibc' 'fuse')
+makedepends=('pkgconfig')
+options=('!libtool')
+source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
+sha1sums=('8d55cf49afde172fefa369a0a85289e09c4d7bbb')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  ./configure --prefix=/usr \
+--with-fuse=external --disable-static \
+--enable-posix-acls --disable-ldconfig \
+--mandir=/usr/share/man
+  make
+}
+
+package_ntfs-3g() {
+  pkgdesc="Stable read and write NTFS driver"
+
+  for DIR in src libntfs-3g include; do
+cd "$srcdir/$pkgbase-$pkgver/$DIR"
+make DESTDIR="$pkgdir" install
+  done
+
+  mv "$pkgdir"/bin/* "$pkgdir"/usr/bin/
+  rm -rf "$pkgdir"/{s,}bin
+
+  cd "$pkgdir"/usr/bin
+  ln -s ntfs-3g mount.ntfs
+  ln -s ntfs-3g mount.ntfs-3g
+  ln -s lowntfs-3g mount.lowntfs-3g
+}
+
+package_ntfsprogs() {
+  pkgdesc="NTFS filesystem utilities"
+  depends=('util-linux' 'ntfs-3g')
+
+  cd "$srcdir/$pkgbase-$pkgver/ntfsprogs"
+  make DESTDIR="$pkgdir" install
+
+  mv "$pkgdir"/sbin/* "$pkgdir"/usr/bin/
+  rm -rf "$pkgdir"/sbin
+}



[arch-commits] Commit in ntfs-3g_ntfsprogs/trunk (PKGBUILD)

2012-11-13 Thread Tom Gundersen
Date: Tuesday, November 13, 2012 @ 08:07:45
  Author: tomegun
Revision: 170932

upgpkg: ntfs-3g_ntfsprogs 2012.1.15-4

fix build

fixes FS#31948

Modified:
  ntfs-3g_ntfsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-13 12:56:29 UTC (rev 170931)
+++ PKGBUILD2012-11-13 13:07:45 UTC (rev 170932)
@@ -6,7 +6,7 @@
 pkgbase=ntfs-3g_ntfsprogs
 pkgname=('ntfs-3g' 'ntfsprogs')
 pkgver=2012.1.15
-pkgrel=3
+pkgrel=4
 url="http://www.tuxera.com";
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -18,9 +18,10 @@
 
 build() {
   cd "$srcdir/$pkgbase-$pkgver"
-  ac_cv_path_LDCONFIG=/bin/true ./configure --prefix=/usr \
+  ./configure --prefix=/usr \
 --with-fuse=external --disable-static \
---enable-posix-acls --mandir=/usr/share/man
+--enable-posix-acls --disable-ldconfig \
+--mandir=/usr/share/man
   make
 }
 
@@ -32,9 +33,8 @@
 make DESTDIR="$pkgdir" install
   done
 
-  mv "$pkgdir"/lib/* "$pkgdir"/usr/lib/
   mv "$pkgdir"/bin/* "$pkgdir"/usr/bin/
-  rm -rf "$pkgdir"/{lib,{s,}bin}
+  rm -rf "$pkgdir"/{s,}bin
 
   cd "$pkgdir"/usr/bin
   ln -s ntfs-3g mount.ntfs



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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 07:56:29
  Author: heftig
Revision: 170931

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

Added:
  libgweather/repos/extra-i686/PKGBUILD
(from rev 170930, libgweather/trunk/PKGBUILD)
  libgweather/repos/extra-i686/gettext-not-xml.patch
(from rev 170930, libgweather/trunk/gettext-not-xml.patch)
  libgweather/repos/extra-i686/libgweather.install
(from rev 170930, libgweather/trunk/libgweather.install)
  libgweather/repos/extra-i686/no_external_gettext.patch
(from rev 170930, libgweather/trunk/no_external_gettext.patch)
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 170930, libgweather/trunk/PKGBUILD)
  libgweather/repos/extra-x86_64/gettext-not-xml.patch
(from rev 170930, libgweather/trunk/gettext-not-xml.patch)
  libgweather/repos/extra-x86_64/libgweather.install
(from rev 170930, libgweather/trunk/libgweather.install)
  libgweather/repos/extra-x86_64/no_external_gettext.patch
(from rev 170930, libgweather/trunk/no_external_gettext.patch)
Deleted:
  libgweather/repos/extra-i686/PKGBUILD
  libgweather/repos/extra-i686/gettext-not-xml.patch
  libgweather/repos/extra-i686/libgweather.install
  libgweather/repos/extra-i686/no_external_gettext.patch
  libgweather/repos/extra-x86_64/PKGBUILD
  libgweather/repos/extra-x86_64/gettext-not-xml.patch
  libgweather/repos/extra-x86_64/libgweather.install
  libgweather/repos/extra-x86_64/no_external_gettext.patch

+
 extra-i686/PKGBUILD|   88 +-
 extra-i686/gettext-not-xml.patch   | 1102 +++
 extra-i686/libgweather.install |   36 -
 extra-i686/no_external_gettext.patch   |   28 
 extra-x86_64/PKGBUILD  |   88 +-
 extra-x86_64/gettext-not-xml.patch | 1102 +++
 extra-x86_64/libgweather.install   |   36 -
 extra-x86_64/no_external_gettext.patch |   28 
 8 files changed, 1254 insertions(+), 1254 deletions(-)

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


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

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 07:53:55
  Author: heftig
Revision: 170930

3.6.2

Modified:
  libgweather/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-13 11:37:12 UTC (rev 170929)
+++ PKGBUILD2012-11-13 12:53:55 UTC (rev 170930)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot  
 
 pkgname=libgweather
-pkgver=3.6.0
+pkgver=3.6.2
 pkgrel=1
 pkgdesc="Provides access to weather information from the net"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 gettext-not-xml.patch
 no_external_gettext.patch)
-sha256sums=('93c9ef9bba3feb559c02b860909915fa9ffc7c08b4789a825939236e3e84b676'
+sha256sums=('0f2aeff290751590ca51e806c3d09054bf87b86b63b89f5179043a9b3fa8a0b0'
 '40325e0b5464ebb75eaad3c9292c0bab7b15cfefb93011d9ccc0ab82635a9533'
 'f07ac07a70ad4999c3acd5d5b82aabd8831e6a45beb9aaed239f212057ded672')
 



[arch-commits] Commit in gsettings-desktop-schemas/repos/extra-any (4 files)

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 06:37:12
  Author: heftig
Revision: 170929

archrelease: copy trunk to extra-any

Added:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD
(from rev 170928, gsettings-desktop-schemas/trunk/PKGBUILD)
  gsettings-desktop-schemas/repos/extra-any/gsettings-desktop-schemas.install
(from rev 170928, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD
  gsettings-desktop-schemas/repos/extra-any/gsettings-desktop-schemas.install

---+
 PKGBUILD  |   62 ++--
 gsettings-desktop-schemas.install |   22 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-13 11:35:57 UTC (rev 170928)
+++ PKGBUILD2012-11-13 11:37:12 UTC (rev 170929)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Adam Hani Schakaki (krzd) 
-
-pkgname=gsettings-desktop-schemas
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="Shared GSettings schemas for the desktop"
-arch=('any')
-url="http://live.gnome.org/";
-license=('GPL')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('302b66958f755175436a6e60c9bfec50a5ba51244bb5da6af1bce620fb50c655')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: gsettings-desktop-schemas/repos/extra-any/PKGBUILD (from rev 170928, 
gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-13 11:37:12 UTC (rev 170929)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Adam Hani Schakaki (krzd) 
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=('any')
+url="http://live.gnome.org/";
+license=('GPL')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d9a877d209e668845d6cafcd62663b0f6e6154df5a96f581ff36f999050e67e6')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: gsettings-desktop-schemas.install
===
--- gsettings-desktop-schemas.install   2012-11-13 11:35:57 UTC (rev 170928)
+++ gsettings-desktop-schemas.install   2012-11-13 11:37:12 UTC (rev 170929)
@@ -1,11 +0,0 @@
-post_install() {
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: 
gsettings-desktop-schemas/repos/extra-any/gsettings-desktop-schemas.install 
(from rev 170928, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2012-11-13 11:37:12 UTC (rev 170929)
@@ -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 gsettings-desktop-schemas/trunk (PKGBUILD)

2012-11-13 Thread Jan Steffens
Date: Tuesday, November 13, 2012 @ 06:35:57
  Author: heftig
Revision: 170928

3.6.1

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-13 07:48:20 UTC (rev 170927)
+++ PKGBUILD2012-11-13 11:35:57 UTC (rev 170928)
@@ -4,7 +4,7 @@
 # Contributor: Adam Hani Schakaki (krzd) 
 
 pkgname=gsettings-desktop-schemas
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="Shared GSettings schemas for the desktop"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('intltool' 'gobject-introspection')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('302b66958f755175436a6e60c9bfec50a5ba51244bb5da6af1bce620fb50c655')
+sha256sums=('d9a877d209e668845d6cafcd62663b0f6e6154df5a96f581ff36f999050e67e6')
 
 build() {
   cd "$pkgname-$pkgver"