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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 02:00:00
  Author: andrea
Revision: 162044

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

Added:
  attica/repos/staging-i686/
  attica/repos/staging-i686/PKGBUILD
(from rev 162043, attica/trunk/PKGBUILD)
  attica/repos/staging-x86_64/
  attica/repos/staging-x86_64/PKGBUILD
(from rev 162043, attica/trunk/PKGBUILD)

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

Copied: attica/repos/staging-i686/PKGBUILD (from rev 162043, 
attica/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-19 06:00:00 UTC (rev 162044)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=attica
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A Qt library that implements the Open Collaboration Services API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/attica'
+license=('LGPL')
+depends=('qt')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('2de3a49d79884ed3ce9df491bf35a86b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: attica/repos/staging-x86_64/PKGBUILD (from rev 162043, 
attica/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-06-19 06:00:00 UTC (rev 162044)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=attica
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A Qt library that implements the Open Collaboration Services API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/attica'
+license=('LGPL')
+depends=('qt')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('2de3a49d79884ed3ce9df491bf35a86b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 02:07:31
  Author: andrea
Revision: 162045

upgpkg: obexd 0.46-1

Upstream release

Modified:
  obexd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 06:00:00 UTC (rev 162044)
+++ PKGBUILD2012-06-19 06:07:31 UTC (rev 162045)
@@ -5,14 +5,14 @@
 
 pkgbase=obexd
 pkgname=('obexd-client' 'obexd-server')
-pkgver=0.45
+pkgver=0.46
 pkgrel=1
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
-makedepends=('glib2' 'openobex' 'libical')
+makedepends=('glib2' 'bluez' 'libical')
 
source=(http://www.kernel.org/pub/linux/bluetooth/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('2aa178fe9b257fd637559608e72bb665')
+md5sums=('625f0417d119437429c9cce29479cfa4')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -23,7 +23,7 @@
 
 package_obexd-client() {
   pkgdesc=D-Bus service providing high-level OBEX client side functionality
-  depends=('openobex' 'glib2')
+  depends=('bluez' 'glib2')
   provides=(obexd=${pkgver})
   replaces=('obexd')
   conflicts=('obexd')
@@ -37,7 +37,7 @@
 
 package_obexd-server() {
   pkgdesc=D-Bus service providing high-level OBEX server side functionality
-  depends=('openobex' 'glib2' 'libical')
+  depends=('bluez' 'glib2' 'libical')
   conflicts=('obex-data-server')
 
   cd ${srcdir}/${pkgbase}-${pkgver}/src



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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 02:07:57
  Author: andrea
Revision: 162046

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-19 06:07:31 UTC (rev 162045)
+++ extra-i686/PKGBUILD 2012-06-19 06:07:57 UTC (rev 162046)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-
-pkgbase=obexd
-pkgname=('obexd-client' 'obexd-server')
-pkgver=0.45
-pkgrel=1
-url=http://www.bluez.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('glib2' 'openobex' 'libical')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('2aa178fe9b257fd637559608e72bb665')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib/obexd
-  make
-}
-
-package_obexd-client() {
-  pkgdesc=D-Bus service providing high-level OBEX client side functionality
-  depends=('openobex' 'glib2')
-  provides=(obexd=${pkgver})
-  replaces=('obexd')
-  conflicts=('obexd')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}/client
-  install -m755 -d ${pkgdir}/usr/lib/obexd
-  install -m755 -d ${pkgdir}/usr/share/dbus-1/services
-  install -m755 obex-client ${pkgdir}/usr/lib/obexd/
-  install -m644 obex-client.service ${pkgdir}/usr/share/dbus-1/services/
-}
-
-package_obexd-server() {
-  pkgdesc=D-Bus service providing high-level OBEX server side functionality
-  depends=('openobex' 'glib2' 'libical')
-  conflicts=('obex-data-server')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}/src
-  install -m755 -d ${pkgdir}/usr/lib/obexd
-  install -m755 -d ${pkgdir}/usr/share/dbus-1/services
-  install -m755 obexd ${pkgdir}/usr/lib/obexd/
-  install -m644 obexd.service ${pkgdir}/usr/share/dbus-1/services/
-}

Copied: obexd/repos/extra-i686/PKGBUILD (from rev 162045, obexd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-19 06:07:57 UTC (rev 162046)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+
+pkgbase=obexd
+pkgname=('obexd-client' 'obexd-server')
+pkgver=0.46
+pkgrel=1
+url=http://www.bluez.org/;
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('glib2' 'bluez' 'libical')
+source=(http://www.kernel.org/pub/linux/bluetooth/${pkgbase}-${pkgver}.tar.bz2;)
+md5sums=('625f0417d119437429c9cce29479cfa4')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib/obexd
+  make
+}
+
+package_obexd-client() {
+  pkgdesc=D-Bus service providing high-level OBEX client side functionality
+  depends=('bluez' 'glib2')
+  provides=(obexd=${pkgver})
+  replaces=('obexd')
+  conflicts=('obexd')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/client
+  install -m755 -d ${pkgdir}/usr/lib/obexd
+  install -m755 -d ${pkgdir}/usr/share/dbus-1/services
+  install -m755 obex-client ${pkgdir}/usr/lib/obexd/
+  install -m644 obex-client.service ${pkgdir}/usr/share/dbus-1/services/
+}
+
+package_obexd-server() {
+  pkgdesc=D-Bus service providing high-level OBEX server side functionality
+  depends=('bluez' 'glib2' 'libical')
+  conflicts=('obex-data-server')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/src
+  install -m755 -d ${pkgdir}/usr/lib/obexd
+  install -m755 -d ${pkgdir}/usr/share/dbus-1/services
+  install -m755 obexd ${pkgdir}/usr/lib/obexd/
+  install -m644 obexd.service ${pkgdir}/usr/share/dbus-1/services/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-19 06:07:31 UTC (rev 162045)
+++ extra-x86_64/PKGBUILD   2012-06-19 06:07:57 UTC (rev 162046)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-
-pkgbase=obexd
-pkgname=('obexd-client' 'obexd-server')
-pkgver=0.45
-pkgrel=1
-url=http://www.bluez.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('glib2' 'openobex' 'libical')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('2aa178fe9b257fd637559608e72bb665')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib/obexd
-  make
-}
-

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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 03:36:11
  Author: andrea
Revision: 162047

upgpkg: zeitgeist 0.9.0.1-1

Upstream release

Modified:
  zeitgeist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 06:07:57 UTC (rev 162046)
+++ PKGBUILD2012-06-19 07:36:11 UTC (rev 162047)
@@ -4,18 +4,18 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=zeitgeist
-pkgver=0.9.0
+pkgver=0.9.0.1
 pkgrel=1
 pkgdesc=A service which logs the users's activities and events and makes 
relevant information available to other applications
 arch=('i686' 'x86_64')
 url=http://zeitgeist-project.com/;
 license=('GPL')
-depends=('dbus-python' 'python2-gobject2' 'pyxdg' 'xapian-core')
+depends=('python2-dbus' 'python2-gobject2' 'pyxdg' 'xapian-core')
 makedepends=('intltool' 'raptor' 'python2-rdflib')
 checkdepends=('vala')
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('fc2706611f435a027cd520f0da0982d7'
- '96e74a5050bf0daa961dd56b0f73fd5d')
+source=(https://launchpad.net/$pkgname/${pkgver%.*.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('08f2eb384824e8458f18e10db7654965'
+ '64486b3e6bec080c447c94f3ac2ff8e8')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -25,10 +25,10 @@
   make
 }
 
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
+#check() {
+#  cd $srcdir/$pkgname-$pkgver
+#  make check
+#}
 
 package() {
   cd $srcdir/$pkgname-$pkgver



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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 03:36:41
  Author: andrea
Revision: 162048

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-19 07:36:11 UTC (rev 162047)
+++ extra-i686/PKGBUILD 2012-06-19 07:36:41 UTC (rev 162048)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=zeitgeist
-pkgver=0.9.0
-pkgrel=1
-pkgdesc=A service which logs the users's activities and events and makes 
relevant information available to other applications
-arch=('i686' 'x86_64')
-url=http://zeitgeist-project.com/;
-license=('GPL')
-depends=('dbus-python' 'python2-gobject2' 'pyxdg' 'xapian-core')
-makedepends=('intltool' 'raptor' 'python2-rdflib')
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('fc2706611f435a027cd520f0da0982d7'
- '96e74a5050bf0daa961dd56b0f73fd5d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's/python -/$PYTHON -/' configure
-  PYTHON=/usr/bin/python2 LIBS+=-lgmodule-2.0 ./configure --prefix=/usr \
---sysconfdir=/etc --libexecdir=/usr/lib/zeitgeist --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir zeitgeistdocdir=/usr/share/doc/zeitgeist install
-  install -D -m644 data/zeitgeist-daemon.bash_completion 
$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon
-}

Copied: zeitgeist/repos/extra-i686/PKGBUILD (from rev 162047, 
zeitgeist/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-19 07:36:41 UTC (rev 162048)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=zeitgeist
+pkgver=0.9.0.1
+pkgrel=1
+pkgdesc=A service which logs the users's activities and events and makes 
relevant information available to other applications
+arch=('i686' 'x86_64')
+url=http://zeitgeist-project.com/;
+license=('GPL')
+depends=('python2-dbus' 'python2-gobject2' 'pyxdg' 'xapian-core')
+makedepends=('intltool' 'raptor' 'python2-rdflib')
+checkdepends=('vala')
+source=(https://launchpad.net/$pkgname/${pkgver%.*.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('08f2eb384824e8458f18e10db7654965'
+ '64486b3e6bec080c447c94f3ac2ff8e8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's/python -/$PYTHON -/' configure
+  PYTHON=/usr/bin/python2 LIBS+=-lgmodule-2.0 ./configure --prefix=/usr \
+--sysconfdir=/etc --libexecdir=/usr/lib/zeitgeist --localstatedir=/var
+  make
+}
+
+#check() {
+#  cd $srcdir/$pkgname-$pkgver
+#  make check
+#}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir zeitgeistdocdir=/usr/share/doc/zeitgeist install
+  install -D -m644 data/zeitgeist-daemon.bash_completion 
$pkgdir/usr/share/bash-completion/completions/zeitgeist-daemon
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-19 07:36:11 UTC (rev 162047)
+++ extra-x86_64/PKGBUILD   2012-06-19 07:36:41 UTC (rev 162048)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=zeitgeist
-pkgver=0.9.0
-pkgrel=1
-pkgdesc=A service which logs the users's activities and events and makes 
relevant information available to other applications
-arch=('i686' 'x86_64')
-url=http://zeitgeist-project.com/;
-license=('GPL')
-depends=('dbus-python' 'python2-gobject2' 'pyxdg' 'xapian-core')
-makedepends=('intltool' 'raptor' 'python2-rdflib')
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('fc2706611f435a027cd520f0da0982d7'
- '96e74a5050bf0daa961dd56b0f73fd5d')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's/python -/$PYTHON -/' configure
-  PYTHON=/usr/bin/python2 LIBS+=-lgmodule-2.0 ./configure --prefix=/usr \
---sysconfdir=/etc --libexecdir=/usr/lib/zeitgeist --localstatedir=/var
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir zeitgeistdocdir=/usr/share/doc/zeitgeist install
-  install -D -m644 data/zeitgeist-daemon.bash_completion 

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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 04:17:58
  Author: andrea
Revision: 162049

upgpkg: kdelibs 4.8.4-3

attica rebuild

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 07:36:41 UTC (rev 162048)
+++ PKGBUILD2012-06-19 08:17:58 UTC (rev 162049)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.8.4
-pkgrel=2
+pkgrel=3
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='http://www.kde.org'



[arch-commits] Commit in kdelibs (15 files)

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 04:18:40
  Author: andrea
Revision: 162050

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

Added:
  kdelibs/repos/staging-i686/
  kdelibs/repos/staging-i686/PKGBUILD
(from rev 162049, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/staging-i686/archlinux-menu.patch
(from rev 162049, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/staging-i686/fix-application-crashes.patch
(from rev 162049, kdelibs/trunk/fix-application-crashes.patch)
  kdelibs/repos/staging-i686/kde-applications-menu.patch
(from rev 162049, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/staging-i686/kdelibs.install
(from rev 162049, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/staging-i686/use-pythondontwritebytecode.patch
(from rev 162049, kdelibs/trunk/use-pythondontwritebytecode.patch)
  kdelibs/repos/staging-x86_64/
  kdelibs/repos/staging-x86_64/PKGBUILD
(from rev 162049, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/staging-x86_64/archlinux-menu.patch
(from rev 162049, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/staging-x86_64/fix-application-crashes.patch
(from rev 162049, kdelibs/trunk/fix-application-crashes.patch)
  kdelibs/repos/staging-x86_64/kde-applications-menu.patch
(from rev 162049, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/staging-x86_64/kdelibs.install
(from rev 162049, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/staging-x86_64/use-pythondontwritebytecode.patch
(from rev 162049, kdelibs/trunk/use-pythondontwritebytecode.patch)
Modified:
  kdelibs/kde-unstable/PKGBUILD

+
 kde-unstable/PKGBUILD  |2 
 repos/staging-i686/PKGBUILD|   67 
 repos/staging-i686/archlinux-menu.patch|   22 
 repos/staging-i686/fix-application-crashes.patch   |   49 +
 repos/staging-i686/kde-applications-menu.patch |   22 
 repos/staging-i686/kdelibs.install |   13 ++
 repos/staging-i686/use-pythondontwritebytecode.patch   |   80 +++
 repos/staging-x86_64/PKGBUILD  |   67 
 repos/staging-x86_64/archlinux-menu.patch  |   22 
 repos/staging-x86_64/fix-application-crashes.patch |   49 +
 repos/staging-x86_64/kde-applications-menu.patch   |   22 
 repos/staging-x86_64/kdelibs.install   |   13 ++
 repos/staging-x86_64/use-pythondontwritebytecode.patch |   80 +++
 13 files changed, 507 insertions(+), 1 deletion(-)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2012-06-19 08:17:58 UTC (rev 162049)
+++ kde-unstable/PKGBUILD   2012-06-19 08:18:40 UTC (rev 162050)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.8.90
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'

Copied: kdelibs/repos/staging-i686/PKGBUILD (from rev 162049, 
kdelibs/trunk/PKGBUILD)
===
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2012-06-19 08:18:40 UTC (rev 162050)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdelibs
+pkgver=4.8.4
+pkgrel=3
+pkgdesc=KDE Core Libraries
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
+'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
+'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit'
+'media-player-info')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
+'kde-applications-menu.patch' 'archlinux-menu.patch'
+'use-pythondontwritebytecode.patch'
+'fix-application-crashes.patch')
+sha1sums=('35cd199a30d84eb37b2b213fed5ee3adf810ea49'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'bbacbbe2194f3961cd7557d98a9ddef158ca11aa'
+  'c271c712bf202f517015b597d61cfe1aed0db82b')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # avoid file conflict with gnome-menus
+   patch -p1 -i ${srcdir}/kde-applications-menu.patch
+   # add Archlinux menu entry
+   patch -p1 -i ${srcdir}/archlinux-menu.patch
+
+   # Set PYTHONDONTWRITEBYTECODE (KDEBUG#276151)
+   patch -p0 -i ${srcdir}/use-pythondontwritebytecode.patch
+
+   # KDEBUG 301453
+   patch -p1 -i ${srcdir}/fix-application-crashes.patch
+
+   cd ${srcdir}

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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 04:19:22
  Author: andrea
Revision: 162051

upgpkg: kdebindings-smokekde 4.8.4-2

attica rebuild

Modified:
  kdebindings-smokekde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 08:18:40 UTC (rev 162050)
+++ PKGBUILD2012-06-19 08:19:22 UTC (rev 162051)
@@ -3,7 +3,7 @@
 
 pkgname=kdebindings-smokekde
 pkgver=4.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Language independent library for KDE bindings
 url=http://kde.org/;
 arch=('i686' 'x86_64')



[arch-commits] Commit in kdebindings-smokekde (5 files)

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 04:19:45
  Author: andrea
Revision: 162052

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

Added:
  kdebindings-smokekde/repos/staging-i686/
  kdebindings-smokekde/repos/staging-i686/PKGBUILD
(from rev 162051, kdebindings-smokekde/trunk/PKGBUILD)
  kdebindings-smokekde/repos/staging-x86_64/
  kdebindings-smokekde/repos/staging-x86_64/PKGBUILD
(from rev 162051, kdebindings-smokekde/trunk/PKGBUILD)
Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

---+
 kde-unstable/PKGBUILD |2 +-
 repos/staging-i686/PKGBUILD   |   32 
 repos/staging-x86_64/PKGBUILD |   32 
 3 files changed, 65 insertions(+), 1 deletion(-)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2012-06-19 08:19:22 UTC (rev 162051)
+++ kde-unstable/PKGBUILD   2012-06-19 08:19:45 UTC (rev 162052)
@@ -3,7 +3,7 @@
 
 pkgname=kdebindings-smokekde
 pkgver=4.8.90
-pkgrel=1
+pkgrel=2
 pkgdesc=Language independent library for KDE bindings
 url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
 arch=('i686' 'x86_64')

Copied: kdebindings-smokekde/repos/staging-i686/PKGBUILD (from rev 162051, 
kdebindings-smokekde/trunk/PKGBUILD)
===
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2012-06-19 08:19:45 UTC (rev 162052)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.4
+pkgrel=2
+pkgdesc=Language independent library for KDE bindings
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('d028d68485bc32cfe6bc60dbd597d8f72c9e70ef')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-smokekde/repos/staging-x86_64/PKGBUILD (from rev 162051, 
kdebindings-smokekde/trunk/PKGBUILD)
===
--- repos/staging-x86_64/PKGBUILD   (rev 0)
+++ repos/staging-x86_64/PKGBUILD   2012-06-19 08:19:45 UTC (rev 162052)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.4
+pkgrel=2
+pkgdesc=Language independent library for KDE bindings
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('d028d68485bc32cfe6bc60dbd597d8f72c9e70ef')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 05:27:56
  Author: andrea
Revision: 162053

upgpkg: kdebase-runtime 4.8.4-2

attica rebuild

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 08:19:45 UTC (rev 162052)
+++ PKGBUILD2012-06-19 09:27:56 UTC (rev 162053)
@@ -4,7 +4,7 @@
 
 pkgname=kdebase-runtime
 pkgver=4.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc=KDE Base Runtime Environment
 arch=('i686' 'x86_64')
 url='http://www.kde.org'



[arch-commits] Commit in kdebase-runtime (7 files)

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 05:28:16
  Author: andrea
Revision: 162054

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

Added:
  kdebase-runtime/repos/staging-i686/
  kdebase-runtime/repos/staging-i686/PKGBUILD
(from rev 162053, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/staging-i686/kdebase-runtime.install
(from rev 162053, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/staging-x86_64/
  kdebase-runtime/repos/staging-x86_64/PKGBUILD
(from rev 162053, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/staging-x86_64/kdebase-runtime.install
(from rev 162053, kdebase-runtime/trunk/kdebase-runtime.install)
Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

--+
 kde-unstable/PKGBUILD|2 -
 repos/staging-i686/PKGBUILD  |   43 +
 repos/staging-i686/kdebase-runtime.install   |   13 +++
 repos/staging-x86_64/PKGBUILD|   43 +
 repos/staging-x86_64/kdebase-runtime.install |   13 +++
 5 files changed, 113 insertions(+), 1 deletion(-)

Modified: kde-unstable/PKGBUILD
===
--- kde-unstable/PKGBUILD   2012-06-19 09:27:56 UTC (rev 162053)
+++ kde-unstable/PKGBUILD   2012-06-19 09:28:16 UTC (rev 162054)
@@ -4,7 +4,7 @@
 
 pkgname=kdebase-runtime
 pkgver=4.8.90
-pkgrel=1
+pkgrel=2
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'

Copied: kdebase-runtime/repos/staging-i686/PKGBUILD (from rev 162053, 
kdebase-runtime/trunk/PKGBUILD)
===
--- repos/staging-i686/PKGBUILD (rev 0)
+++ repos/staging-i686/PKGBUILD 2012-06-19 09:28:16 UTC (rev 162054)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.8.4
+pkgrel=2
+pkgdesc=KDE Base Runtime Environment
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 
'networkmanager')
+optdepends=('htdig: to build the search index in khelpcenter'
+'rarian: needed by khelpcenter'
+'gdb: drkonq crash handler')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('557fada748de52e5275058c50ec3cf8a652c0001')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-runtime-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DWITH_Xine=OFF
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
+   ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
+
+# Fix Python2 path
+sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+  ${pkgdir}/usr/bin/nepomuk-simpleresource-rcgen
+}

Copied: kdebase-runtime/repos/staging-i686/kdebase-runtime.install (from rev 
162053, kdebase-runtime/trunk/kdebase-runtime.install)
===
--- repos/staging-i686/kdebase-runtime.install  (rev 0)
+++ repos/staging-i686/kdebase-runtime.install  2012-06-19 09:28:16 UTC (rev 
162054)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdebase-runtime/repos/staging-x86_64/PKGBUILD (from rev 162053, 
kdebase-runtime/trunk/PKGBUILD)
===
--- repos/staging-x86_64/PKGBUILD   (rev 0)
+++ repos/staging-x86_64/PKGBUILD   2012-06-19 09:28:16 UTC (rev 162054)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.8.4
+pkgrel=2
+pkgdesc=KDE Base Runtime Environment
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 
'networkmanager')
+optdepends=('htdig: to build the search index in khelpcenter'
+'rarian: needed by khelpcenter'
+'gdb: drkonq crash handler')

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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 05:55:32
  Author: andrea
Revision: 162055

upgpkg: kdeplasma-addons 4.8.4-2

attica rebuild

Modified:
  kdeplasma-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 09:28:16 UTC (rev 162054)
+++ PKGBUILD2012-06-19 09:55:32 UTC (rev 162055)
@@ -75,7 +75,7 @@
  'kdeplasma-addons-wallpapers-virus'
  'kdeplasma-addons-wallpapers-weather')
 pkgver=4.8.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL')



[arch-commits] Commit in kdeplasma-addons (9 files)

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 05:56:01
  Author: andrea
Revision: 162056

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

Added:
  kdeplasma-addons/repos/staging-i686/
  kdeplasma-addons/repos/staging-i686/PKGBUILD
(from rev 162055, kdeplasma-addons/trunk/PKGBUILD)
  kdeplasma-addons/repos/staging-i686/kdeplasma-addons-applets-lancelot.install
(from rev 162055, 
kdeplasma-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/staging-i686/kdeplasma-addons-applets.install
(from rev 162055, kdeplasma-addons/trunk/kdeplasma-addons-applets.install)
  kdeplasma-addons/repos/staging-x86_64/
  kdeplasma-addons/repos/staging-x86_64/PKGBUILD
(from rev 162055, kdeplasma-addons/trunk/PKGBUILD)
  
kdeplasma-addons/repos/staging-x86_64/kdeplasma-addons-applets-lancelot.install
(from rev 162055, 
kdeplasma-addons/trunk/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/staging-x86_64/kdeplasma-addons-applets.install
(from rev 162055, kdeplasma-addons/trunk/kdeplasma-addons-applets.install)
Modified:
  kdeplasma-addons/kde-unstable/PKGBUILD

+
 kde-unstable/PKGBUILD  |2 
 repos/staging-i686/PKGBUILD|  619 
++
 repos/staging-i686/kdeplasma-addons-applets-lancelot.install   |   12 
 repos/staging-i686/kdeplasma-addons-applets.install|   11 
 repos/staging-x86_64/PKGBUILD  |  619 
++
 repos/staging-x86_64/kdeplasma-addons-applets-lancelot.install |   12 
 repos/staging-x86_64/kdeplasma-addons-applets.install  |   11 
 7 files changed, 1285 insertions(+), 1 deletion(-)

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


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

2012-06-19 Thread Dave Reisner
Date: Tuesday, June 19, 2012 @ 06:03:10
  Author: dreisner
Revision: 162057

prefer /etc for the machine-id file

Modified:
  dbus-core/trunk/dbus.install

--+
 dbus.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: dbus.install
===
--- dbus.install2012-06-19 09:56:01 UTC (rev 162056)
+++ dbus.install2012-06-19 10:03:10 UTC (rev 162057)
@@ -2,7 +2,7 @@
   getent group dbus /dev/null || groupadd -g 81 dbus
   getent passwd dbus /dev/null || useradd -c 'System message bus' -u 81 -g 
dbus -d '/' -s /bin/false dbus
   passwd -l dbus /dev/null
-  dbus-uuidgen --ensure
+  dbus-uuidgen --ensure=/etc/machine-id
 }
 
 post_upgrade() {



[arch-commits] Commit in kdelibs/repos (24 files)

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 06:03:14
  Author: andrea
Revision: 162058

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdelibs/repos/kde-unstable-i686/PKGBUILD
(from rev 162056, kdelibs/kde-unstable/PKGBUILD)
  kdelibs/repos/kde-unstable-i686/archlinux-menu.patch
(from rev 162056, kdelibs/kde-unstable/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-i686/kde-applications-menu.patch
(from rev 162056, kdelibs/kde-unstable/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-i686/kdelibs.install
(from rev 162056, kdelibs/kde-unstable/kdelibs.install)
  kdelibs/repos/kde-unstable-i686/use-pythondontwritebytecode.patch
(from rev 162056, kdelibs/kde-unstable/use-pythondontwritebytecode.patch)
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162056, kdelibs/kde-unstable/PKGBUILD)
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch
(from rev 162056, kdelibs/kde-unstable/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
(from rev 162056, kdelibs/kde-unstable/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
(from rev 162056, kdelibs/kde-unstable/kdelibs.install)
  kdelibs/repos/kde-unstable-x86_64/use-pythondontwritebytecode.patch
(from rev 162056, kdelibs/kde-unstable/use-pythondontwritebytecode.patch)
Deleted:
  kdelibs/repos/kde-unstable-i686/PKGBUILD
  kdelibs/repos/kde-unstable-i686/archlinux-menu.patch
  kdelibs/repos/kde-unstable-i686/fix-battery.patch
  kdelibs/repos/kde-unstable-i686/fix-mount.patch
  kdelibs/repos/kde-unstable-i686/kde-applications-menu.patch
  kdelibs/repos/kde-unstable-i686/kdelibs.install
  kdelibs/repos/kde-unstable-i686/use-pythondontwritebytecode.patch
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch
  kdelibs/repos/kde-unstable-x86_64/fix-battery.patch
  kdelibs/repos/kde-unstable-x86_64/fix-mount.patch
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
  kdelibs/repos/kde-unstable-x86_64/use-pythondontwritebytecode.patch

---+
 kde-unstable-i686/PKGBUILD|  124 ++--
 kde-unstable-i686/archlinux-menu.patch|   44 ++--
 kde-unstable-i686/fix-battery.patch   |   39 ---
 kde-unstable-i686/fix-mount.patch |   44 
 kde-unstable-i686/kde-applications-menu.patch |   44 ++--
 kde-unstable-i686/kdelibs.install |   26 +-
 kde-unstable-i686/use-pythondontwritebytecode.patch   |  160 
 kde-unstable-x86_64/PKGBUILD  |  124 ++--
 kde-unstable-x86_64/archlinux-menu.patch  |   44 ++--
 kde-unstable-x86_64/fix-battery.patch |   39 ---
 kde-unstable-x86_64/fix-mount.patch   |   44 
 kde-unstable-x86_64/kde-applications-menu.patch   |   44 ++--
 kde-unstable-x86_64/kdelibs.install   |   26 +-
 kde-unstable-x86_64/use-pythondontwritebytecode.patch |  160 
 14 files changed, 398 insertions(+), 564 deletions(-)

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


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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 06:13:06
  Author: andrea
Revision: 162059

db-move: moved attica from [staging] to [extra] ( i686,  x86_64)

Added:
  attica/repos/extra-i686/PKGBUILD
(from rev 162058, attica/repos/staging-i686/PKGBUILD)
  attica/repos/extra-x86_64/PKGBUILD
(from rev 162058, attica/repos/staging-x86_64/PKGBUILD)
Deleted:
  attica/repos/extra-i686/PKGBUILD
  attica/repos/extra-x86_64/PKGBUILD
  attica/repos/staging-i686/
  attica/repos/staging-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-19 10:03:14 UTC (rev 162058)
+++ extra-i686/PKGBUILD 2012-06-19 10:13:06 UTC (rev 162059)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=attica
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='A Qt library that implements the Open Collaboration Services API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/attica'
-license=('LGPL')
-depends=('qt')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('5a77f678422e7a52e3a3abb2d7ad0499')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: attica/repos/extra-i686/PKGBUILD (from rev 162058, 
attica/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-19 10:13:06 UTC (rev 162059)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=attica
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A Qt library that implements the Open Collaboration Services API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/attica'
+license=('LGPL')
+depends=('qt')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('2de3a49d79884ed3ce9df491bf35a86b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-19 10:03:14 UTC (rev 162058)
+++ extra-x86_64/PKGBUILD   2012-06-19 10:13:06 UTC (rev 162059)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=attica
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='A Qt library that implements the Open Collaboration Services API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/attica'
-license=('LGPL')
-depends=('qt')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('5a77f678422e7a52e3a3abb2d7ad0499')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: attica/repos/extra-x86_64/PKGBUILD (from rev 162058, 
attica/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-19 10:13:06 UTC (rev 162059)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=attica
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='A Qt library that implements the Open Collaboration Services API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/attica'
+license=('LGPL')
+depends=('qt')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('2de3a49d79884ed3ce9df491bf35a86b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kdelibs/repos (26 files)

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 06:13:19
  Author: andrea
Revision: 162060

db-move: moved kdelibs from [staging] to [extra] ( i686,  x86_64)

Added:
  kdelibs/repos/extra-i686/PKGBUILD
(from rev 162058, kdelibs/repos/staging-i686/PKGBUILD)
  kdelibs/repos/extra-i686/archlinux-menu.patch
(from rev 162058, kdelibs/repos/staging-i686/archlinux-menu.patch)
  kdelibs/repos/extra-i686/fix-application-crashes.patch
(from rev 162058, kdelibs/repos/staging-i686/fix-application-crashes.patch)
  kdelibs/repos/extra-i686/kde-applications-menu.patch
(from rev 162058, kdelibs/repos/staging-i686/kde-applications-menu.patch)
  kdelibs/repos/extra-i686/kdelibs.install
(from rev 162058, kdelibs/repos/staging-i686/kdelibs.install)
  kdelibs/repos/extra-i686/use-pythondontwritebytecode.patch
(from rev 162058, 
kdelibs/repos/staging-i686/use-pythondontwritebytecode.patch)
  kdelibs/repos/extra-x86_64/PKGBUILD
(from rev 162058, kdelibs/repos/staging-x86_64/PKGBUILD)
  kdelibs/repos/extra-x86_64/archlinux-menu.patch
(from rev 162058, kdelibs/repos/staging-x86_64/archlinux-menu.patch)
  kdelibs/repos/extra-x86_64/fix-application-crashes.patch
(from rev 162058, 
kdelibs/repos/staging-x86_64/fix-application-crashes.patch)
  kdelibs/repos/extra-x86_64/kde-applications-menu.patch
(from rev 162058, kdelibs/repos/staging-x86_64/kde-applications-menu.patch)
  kdelibs/repos/extra-x86_64/kdelibs.install
(from rev 162058, kdelibs/repos/staging-x86_64/kdelibs.install)
  kdelibs/repos/extra-x86_64/use-pythondontwritebytecode.patch
(from rev 162058, 
kdelibs/repos/staging-x86_64/use-pythondontwritebytecode.patch)
Deleted:
  kdelibs/repos/extra-i686/PKGBUILD
  kdelibs/repos/extra-i686/archlinux-menu.patch
  kdelibs/repos/extra-i686/fix-application-crashes.patch
  kdelibs/repos/extra-i686/kde-applications-menu.patch
  kdelibs/repos/extra-i686/kdelibs.install
  kdelibs/repos/extra-i686/use-pythondontwritebytecode.patch
  kdelibs/repos/extra-x86_64/PKGBUILD
  kdelibs/repos/extra-x86_64/archlinux-menu.patch
  kdelibs/repos/extra-x86_64/fix-application-crashes.patch
  kdelibs/repos/extra-x86_64/kde-applications-menu.patch
  kdelibs/repos/extra-x86_64/kdelibs.install
  kdelibs/repos/extra-x86_64/use-pythondontwritebytecode.patch
  kdelibs/repos/staging-i686/
  kdelibs/repos/staging-x86_64/

+
 extra-i686/PKGBUILD|  134 +--
 extra-i686/archlinux-menu.patch|   44 +++---
 extra-i686/fix-application-crashes.patch   |   98 +++---
 extra-i686/kde-applications-menu.patch |   44 +++---
 extra-i686/kdelibs.install |   26 +--
 extra-i686/use-pythondontwritebytecode.patch   |  160 +++
 extra-x86_64/PKGBUILD  |  134 +--
 extra-x86_64/archlinux-menu.patch  |   44 +++---
 extra-x86_64/fix-application-crashes.patch |   98 +++---
 extra-x86_64/kde-applications-menu.patch   |   44 +++---
 extra-x86_64/kdelibs.install   |   26 +--
 extra-x86_64/use-pythondontwritebytecode.patch |  160 +++
 12 files changed, 506 insertions(+), 506 deletions(-)

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


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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 06:13:25
  Author: andrea
Revision: 162061

db-move: moved kdebase-runtime from [staging] to [extra] ( i686,  x86_64)

Added:
  kdebase-runtime/repos/extra-i686/PKGBUILD
(from rev 162058, kdebase-runtime/repos/staging-i686/PKGBUILD)
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
(from rev 162058, 
kdebase-runtime/repos/staging-i686/kdebase-runtime.install)
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
(from rev 162058, kdebase-runtime/repos/staging-x86_64/PKGBUILD)
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install
(from rev 162058, 
kdebase-runtime/repos/staging-x86_64/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/extra-i686/PKGBUILD
  kdebase-runtime/repos/extra-i686/kdebase-runtime.install
  kdebase-runtime/repos/extra-x86_64/PKGBUILD
  kdebase-runtime/repos/extra-x86_64/kdebase-runtime.install
  kdebase-runtime/repos/staging-i686/
  kdebase-runtime/repos/staging-x86_64/

--+
 extra-i686/PKGBUILD  |   86 -
 extra-i686/kdebase-runtime.install   |   26 -
 extra-x86_64/PKGBUILD|   86 -
 extra-x86_64/kdebase-runtime.install |   26 -
 4 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-19 10:13:19 UTC (rev 162060)
+++ extra-i686/PKGBUILD 2012-06-19 10:13:25 UTC (rev 162061)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdebase-runtime
-pkgver=4.8.4
-pkgrel=1
-pkgdesc=KDE Base Runtime Environment
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 
'networkmanager')
-optdepends=('htdig: to build the search index in khelpcenter'
-'rarian: needed by khelpcenter'
-'gdb: drkonq crash handler')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('557fada748de52e5275058c50ec3cf8a652c0001')
-
-build() {
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../kde-runtime-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DWITH_Xine=OFF
-   make
-}
-
-package() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
-   ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
-
-# Fix Python2 path
-sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-  ${pkgdir}/usr/bin/nepomuk-simpleresource-rcgen
-}

Copied: kdebase-runtime/repos/extra-i686/PKGBUILD (from rev 162058, 
kdebase-runtime/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-19 10:13:25 UTC (rev 162061)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.8.4
+pkgrel=2
+pkgdesc=KDE Base Runtime Environment
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs' 'openslp' 'doxygen' 
'networkmanager')
+optdepends=('htdig: to build the search index in khelpcenter'
+'rarian: needed by khelpcenter'
+'gdb: drkonq crash handler')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('557fada748de52e5275058c50ec3cf8a652c0001')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-runtime-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DWITH_Xine=OFF
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
+   ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
+
+# Fix Python2 path
+sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+  ${pkgdir}/usr/bin/nepomuk-simpleresource-rcgen
+}

Deleted: extra-i686/kdebase-runtime.install
===
--- extra-i686/kdebase-runtime.install  2012-06-19 10:13:19 UTC (rev 162060)
+++ extra-i686/kdebase-runtime.install  2012-06-19 10:13:25 UTC 

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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 06:13:29
  Author: andrea
Revision: 162062

db-move: moved kdebindings-smokekde from [staging] to [extra] ( i686,  x86_64)

Added:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
(from rev 162058, kdebindings-smokekde/repos/staging-i686/PKGBUILD)
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
(from rev 162058, kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
  kdebindings-smokekde/repos/staging-i686/
  kdebindings-smokekde/repos/staging-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-19 10:13:25 UTC (rev 162061)
+++ extra-i686/PKGBUILD 2012-06-19 10:13:29 UTC (rev 162062)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.4
-pkgrel=1
-pkgdesc=Language independent library for KDE bindings
-url=http://kde.org/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('d028d68485bc32cfe6bc60dbd597d8f72c9e70ef')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokekde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokekde/repos/extra-i686/PKGBUILD (from rev 162058, 
kdebindings-smokekde/repos/staging-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-19 10:13:29 UTC (rev 162062)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.4
+pkgrel=2
+pkgdesc=Language independent library for KDE bindings
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('d028d68485bc32cfe6bc60dbd597d8f72c9e70ef')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-19 10:13:25 UTC (rev 162061)
+++ extra-x86_64/PKGBUILD   2012-06-19 10:13:29 UTC (rev 162062)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.4
-pkgrel=1
-pkgdesc=Language independent library for KDE bindings
-url=http://kde.org/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('d028d68485bc32cfe6bc60dbd597d8f72c9e70ef')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokekde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokekde/repos/extra-x86_64/PKGBUILD (from rev 162058, 
kdebindings-smokekde/repos/staging-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-19 10:13:29 UTC (rev 162062)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.4
+pkgrel=2
+pkgdesc=Language independent library for KDE bindings
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')

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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 06:13:41
  Author: andrea
Revision: 162063

db-move: moved kdeplasma-addons from [staging] to [extra] ( i686,  x86_64)

Added:
  kdeplasma-addons/repos/extra-i686/PKGBUILD
(from rev 162058, kdeplasma-addons/repos/staging-i686/PKGBUILD)
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons-applets-lancelot.install
(from rev 162058, 
kdeplasma-addons/repos/staging-i686/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons-applets.install
(from rev 162058, 
kdeplasma-addons/repos/staging-i686/kdeplasma-addons-applets.install)
  kdeplasma-addons/repos/extra-x86_64/PKGBUILD
(from rev 162058, kdeplasma-addons/repos/staging-x86_64/PKGBUILD)
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons-applets-lancelot.install
(from rev 162058, 
kdeplasma-addons/repos/staging-x86_64/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons-applets.install
(from rev 162058, 
kdeplasma-addons/repos/staging-x86_64/kdeplasma-addons-applets.install)
Deleted:
  kdeplasma-addons/repos/extra-i686/PKGBUILD
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/extra-i686/kdeplasma-addons-applets.install
  kdeplasma-addons/repos/extra-x86_64/PKGBUILD
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/extra-x86_64/kdeplasma-addons-applets.install
  kdeplasma-addons/repos/staging-i686/
  kdeplasma-addons/repos/staging-x86_64/

+
 extra-i686/PKGBUILD| 1238 +++
 extra-i686/kdeplasma-addons-applets-lancelot.install   |   24 
 extra-i686/kdeplasma-addons-applets.install|   22 
 extra-x86_64/PKGBUILD  | 1238 +++
 extra-x86_64/kdeplasma-addons-applets-lancelot.install |   24 
 extra-x86_64/kdeplasma-addons-applets.install  |   22 
 6 files changed, 1284 insertions(+), 1284 deletions(-)

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


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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 06:51:27
  Author: andrea
Revision: 162064

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 162063, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
(from rev 162063, kdebase-runtime/kde-unstable/kdebase-runtime.install)
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162063, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install
(from rev 162063, kdebase-runtime/kde-unstable/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install

-+
 kde-unstable-i686/PKGBUILD  |   82 +-
 kde-unstable-i686/kdebase-runtime.install   |   26 
 kde-unstable-x86_64/PKGBUILD|   82 +-
 kde-unstable-x86_64/kdebase-runtime.install |   26 
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-19 10:13:41 UTC (rev 162063)
+++ kde-unstable-i686/PKGBUILD  2012-06-19 10:51:27 UTC (rev 162064)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdebase-runtime
-pkgver=4.8.90
-pkgrel=1
-pkgdesc=Plugins and applications necessary for the running of KDE 
applications
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-depends=('kdepimlibs' 'nepomuk-core' 'smbclient' 'libssh' 'libcanberra' 
'oxygen-icons'
-'xorg-xauth' 'kactivities')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager')
-optdepends=('htdig: to build the search index in khelpcenter'
-'rarian: needed by khelpcenter'
-'gdb: drkonq crash handler')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('30b2915d7c376a67efbb46e225ce6abd881b2879')
-
-build() {
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../kde-runtime-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DWITH_Xine=OFF
-   make
-}
-
-package() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
-
-ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
-}

Copied: kdebase-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 162063, 
kdebase-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-19 10:51:27 UTC (rev 162064)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.8.90
+pkgrel=2
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=('kdepimlibs' 'nepomuk-core' 'smbclient' 'libssh' 'libcanberra' 
'oxygen-icons'
+'xorg-xauth' 'kactivities')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager')
+optdepends=('htdig: to build the search index in khelpcenter'
+'rarian: needed by khelpcenter'
+'gdb: drkonq crash handler')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('30b2915d7c376a67efbb46e225ce6abd881b2879')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-runtime-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DWITH_Xine=OFF
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
+
+ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
+}

Deleted: kde-unstable-i686/kdebase-runtime.install
===
--- kde-unstable-i686/kdebase-runtime.install   2012-06-19 10:13:41 UTC (rev 
162063)
+++ kde-unstable-i686/kdebase-runtime.install   2012-06-19 10:51:27 UTC (rev 
162064)
@@ -1,13 +0,0 @@
-post_install() {
-   

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

2012-06-19 Thread Tom Gundersen
Date: Tuesday, June 19, 2012 @ 08:07:00
  Author: tomegun
Revision: 162065

upgpkg: bluez 4.100-1

upstream release

Added:
  bluez/trunk/org.bluez.service
Modified:
  bluez/trunk/PKGBUILD
Deleted:
  bluez/trunk/0001-udev-remove-deprecated-function.patch

+
 0001-udev-remove-deprecated-function.patch |   27 ---
 PKGBUILD   |   25 +++--
 org.bluez.service  |5 +
 3 files changed, 16 insertions(+), 41 deletions(-)

Deleted: 0001-udev-remove-deprecated-function.patch
===
--- 0001-udev-remove-deprecated-function.patch  2012-06-19 10:51:27 UTC (rev 
162064)
+++ 0001-udev-remove-deprecated-function.patch  2012-06-19 12:07:00 UTC (rev 
162065)
@@ -1,27 +0,0 @@
-From 9e850650bd98e9d05fc937489692b26a64924d16 Mon Sep 17 00:00:00 2001
-From: Tom Gundersen t...@jklm.no
-Date: Sun, 27 May 2012 00:53:36 +0200
-Subject: [PATCH] udev: remove deprecated function
-
-This function has in the past returned /sys unconditionally. As of udev-183 
it
-is gone, so just replace it with the string.

- tools/hid2hci.c |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tools/hid2hci.c b/tools/hid2hci.c
-index 45a3a3d..e3a5b2e 100644
 a/tools/hid2hci.c
-+++ b/tools/hid2hci.c
-@@ -291,7 +291,7 @@ int main(int argc, char *argv[])
-   if (udev == NULL)
-   goto exit;
- 
--  snprintf(syspath, sizeof(syspath), %s/%s, udev_get_sys_path(udev), 
devpath);
-+  snprintf(syspath, sizeof(syspath), /sys/%s, devpath);
-   udev_dev = udev_device_new_from_syspath(udev, syspath);
-   if (udev_dev == NULL) {
-   fprintf(stderr, error: could not find '%s'\n, devpath);
--- 
-1.7.10.2
-

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 10:51:27 UTC (rev 162064)
+++ PKGBUILD2012-06-19 12:07:00 UTC (rev 162065)
@@ -4,14 +4,14 @@
 # Contributor: Geoffroy Carrier geoff...@archlinux.org
 
 pkgname=bluez
-pkgver=4.99
-pkgrel=6
+pkgver=4.100
+pkgrel=1
 pkgdesc=Libraries and tools for the Bluetooth protocol stack
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('dbus-core' 'python2' 'udev')
-makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile')
+depends=('dbus-core' 'python2' 'systemd-tools')
+makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile' 'libusbx')
 optdepends=(gstreamer0.10-base: bluetooth GStreamer support
 alsa-lib: Audio bluetooth devices support
 dbus-python: to run bluez-simple-agent
@@ -25,13 +25,15 @@
 backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
 'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
 
source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
-   '0001-udev-remove-deprecated-function.patch'
 'bluetooth.conf.d'
-   'rc.bluetooth')
+   'rc.bluetooth'
+   'org.bluez.service')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
+  cp ../org.bluez.service src/
+
   ./configure --prefix=/usr \
 --sysconfdir=/etc \
 --localstatedir=/var \
@@ -51,8 +53,6 @@
 --disable-test \
 --with-systemdunitdir=/usr/lib/systemd/system
 
-  patch -p1 -i ../0001-udev-remove-deprecated-function.patch
-
   make
 }
 
@@ -80,11 +80,8 @@
 ${pkgdir}/usr/bin/bluez-simple-agent \
 ${pkgdir}/usr/bin/bluez-test-device \
 ${pkgdir}/usr/bin/bluez-test-input
-
-  # fixed upstream in git
-  rm ${pkgdir}/usr/lib/udev/rules.d/97-bluetooth.rules
 }
-md5sums=('2387053eb5a7b02f37df4871df022a02'
- '3175155fbaf73f01377f6c35b5c5e468'
+md5sums=('54809d476c52665ff64594b6828016b5'
  '7412982b440f29fa7f76a41a87fef985'
- '8f9498707f809506928b2e480d3b6789')
+ '8f9498707f809506928b2e480d3b6789'
+ '54c7de598327bf11d56592235d0702f4')

Added: org.bluez.service
===
--- org.bluez.service   (rev 0)
+++ org.bluez.service   2012-06-19 12:07:00 UTC (rev 162065)
@@ -0,0 +1,5 @@
+[D-BUS Service]
+Name=org.bluez
+Exec=/bin/false
+User=root
+SystemdService=dbus-org.bluez.service



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

2012-06-19 Thread Tom Gundersen
Date: Tuesday, June 19, 2012 @ 08:10:02
  Author: tomegun
Revision: 162066

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

Added:
  bluez/repos/extra-i686/PKGBUILD
(from rev 162065, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.conf.d
(from rev 162065, bluez/trunk/bluetooth.conf.d)
  bluez/repos/extra-i686/org.bluez.service
(from rev 162065, bluez/trunk/org.bluez.service)
  bluez/repos/extra-i686/rc.bluetooth
(from rev 162065, bluez/trunk/rc.bluetooth)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 162065, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.conf.d
(from rev 162065, bluez/trunk/bluetooth.conf.d)
  bluez/repos/extra-x86_64/org.bluez.service
(from rev 162065, bluez/trunk/org.bluez.service)
  bluez/repos/extra-x86_64/rc.bluetooth
(from rev 162065, bluez/trunk/rc.bluetooth)
Deleted:
  bluez/repos/extra-i686/0001-udev-remove-deprecated-function.patch
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.conf.d
  bluez/repos/extra-i686/rc.bluetooth
  bluez/repos/extra-x86_64/0001-udev-remove-deprecated-function.patch
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.conf.d
  bluez/repos/extra-x86_64/rc.bluetooth

-+
 extra-i686/0001-udev-remove-deprecated-function.patch   |   27 -
 extra-i686/PKGBUILD |  177 ++--
 extra-i686/bluetooth.conf.d |   60 ++--
 extra-i686/org.bluez.service|5 
 extra-i686/rc.bluetooth |  200 +++---
 extra-x86_64/0001-udev-remove-deprecated-function.patch |   27 -
 extra-x86_64/PKGBUILD   |  177 ++--
 extra-x86_64/bluetooth.conf.d   |   60 ++--
 extra-x86_64/org.bluez.service  |5 
 extra-x86_64/rc.bluetooth   |  200 +++---
 10 files changed, 444 insertions(+), 494 deletions(-)

Deleted: extra-i686/0001-udev-remove-deprecated-function.patch
===
--- extra-i686/0001-udev-remove-deprecated-function.patch   2012-06-19 
12:07:00 UTC (rev 162065)
+++ extra-i686/0001-udev-remove-deprecated-function.patch   2012-06-19 
12:10:02 UTC (rev 162066)
@@ -1,27 +0,0 @@
-From 9e850650bd98e9d05fc937489692b26a64924d16 Mon Sep 17 00:00:00 2001
-From: Tom Gundersen t...@jklm.no
-Date: Sun, 27 May 2012 00:53:36 +0200
-Subject: [PATCH] udev: remove deprecated function
-
-This function has in the past returned /sys unconditionally. As of udev-183 
it
-is gone, so just replace it with the string.

- tools/hid2hci.c |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tools/hid2hci.c b/tools/hid2hci.c
-index 45a3a3d..e3a5b2e 100644
 a/tools/hid2hci.c
-+++ b/tools/hid2hci.c
-@@ -291,7 +291,7 @@ int main(int argc, char *argv[])
-   if (udev == NULL)
-   goto exit;
- 
--  snprintf(syspath, sizeof(syspath), %s/%s, udev_get_sys_path(udev), 
devpath);
-+  snprintf(syspath, sizeof(syspath), /sys/%s, devpath);
-   udev_dev = udev_device_new_from_syspath(udev, syspath);
-   if (udev_dev == NULL) {
-   fprintf(stderr, error: could not find '%s'\n, devpath);
--- 
-1.7.10.2
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-19 12:07:00 UTC (rev 162065)
+++ extra-i686/PKGBUILD 2012-06-19 12:10:02 UTC (rev 162066)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-
-pkgname=bluez
-pkgver=4.99
-pkgrel=6
-pkgdesc=Libraries and tools for the Bluetooth protocol stack
-url=http://www.bluez.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'python2' 'udev')
-makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile')
-optdepends=(gstreamer0.10-base: bluetooth GStreamer support
-alsa-lib: Audio bluetooth devices support
-dbus-python: to run bluez-simple-agent
-pygobject: to run bluez-simple-agent
-libusb-compat: USB adapters support
-cups: CUPS backend)
-conflicts=('bluez-libs' 'bluez-utils')
-provides=('bluez-libs' 'bluez-utils')
-replaces=('bluez-libs' 'bluez-utils')
-options=('!libtool')
-backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
-'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
-   '0001-udev-remove-deprecated-function.patch'
-'bluetooth.conf.d'
-   'rc.bluetooth')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/lib \
-

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

2012-06-19 Thread Allan McRae
Date: Tuesday, June 19, 2012 @ 08:27:31
  Author: allan
Revision: 162067

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

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

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-06-19 12:10:02 UTC (rev 162066)
+++ core-i686/PKGBUILD  2012-06-19 12:27:31 UTC (rev 162067)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=isl
-pkgver=0.09
-pkgrel=2
-pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
-arch=('i686' 'x86_64')
-url=http://www.kotnet.org/~skimo/isl/;
-license=('LGPL2.1')
-options=('!libtool')
-source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('6873f0b3c9f4d1fb8efae4aea53f2ab2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir/ install
-
-  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
-  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.9.0.0-gdb.py
-}

Copied: isl/repos/core-i686/PKGBUILD (from rev 162066, 
isl/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-19 12:27:31 UTC (rev 162067)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=isl
+pkgver=0.10
+pkgrel=1
+pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
+arch=('i686' 'x86_64')
+url=http://www.kotnet.org/~skimo/isl/;
+license=('LGPL2.1')
+options=('!libtool')
+source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
+md5sums=('c1ece653891bb2a5f55ca25e3f4e8f35')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir/ install
+
+  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
+  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.0.0-gdb.py
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-06-19 12:10:02 UTC (rev 162066)
+++ core-x86_64/PKGBUILD2012-06-19 12:27:31 UTC (rev 162067)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=isl
-pkgver=0.09
-pkgrel=2
-pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
-arch=('i686' 'x86_64')
-url=http://www.kotnet.org/~skimo/isl/;
-license=('LGPL2.1')
-options=('!libtool')
-source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
-md5sums=('6873f0b3c9f4d1fb8efae4aea53f2ab2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make -j1 DESTDIR=$pkgdir/ install
-
-  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
-  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.9.0.0-gdb.py
-}

Copied: isl/repos/core-x86_64/PKGBUILD (from rev 162066, 
isl/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-06-19 12:27:31 UTC (rev 162067)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=isl
+pkgver=0.10
+pkgrel=1
+pkgdesc=Library for manipulating sets and relations of integer points bounded 
by linear constraints
+arch=('i686' 'x86_64')
+url=http://www.kotnet.org/~skimo/isl/;
+license=('LGPL2.1')
+options=('!libtool')
+source=(http://www.kotnet.org/~skimo/isl/$pkgname-$pkgver.tar.bz2)
+md5sums=('c1ece653891bb2a5f55ca25e3f4e8f35')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make -j1 DESTDIR=$pkgdir/ install
+
+  install -dm755 $pkgdir/usr/share/gdb/auto-load/usr/lib/
+  mv $pkgdir/{,/usr/share/gdb/auto-load/}usr/lib/libisl.so.10.0.0-gdb.py
+}



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

2012-06-19 Thread Allan McRae
Date: Tuesday, June 19, 2012 @ 08:27:34
  Author: allan
Revision: 162068

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

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

--+
 core-i686/PKGBUILD   |   62 -
 core-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-06-19 12:27:31 UTC (rev 162067)
+++ core-i686/PKGBUILD  2012-06-19 12:27:34 UTC (rev 162068)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=cloog
-pkgver=0.17.0
-pkgrel=1
-pkgdesc=Library that generates loops for scanning polyhedra
-arch=('i686' 'x86_64')
-url=http://www.bastoul.net/cloog/;
-license=('GPL')
-depends=('isl' 'gmp')
-conflicts=('cloog-ppl0.15.10-2')
-options=('!libtool')
-source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
-md5sums=('0aa3302c81f65ca62c114e5264f8a802')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-isl=system --with-gmp=system
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: cloog/repos/core-i686/PKGBUILD (from rev 162066, 
cloog/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-19 12:27:34 UTC (rev 162068)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=cloog
+pkgver=0.17.0
+pkgrel=2
+pkgdesc=Library that generates loops for scanning polyhedra
+arch=('i686' 'x86_64')
+url=http://www.bastoul.net/cloog/;
+license=('GPL')
+depends=('isl' 'gmp')
+conflicts=('cloog-ppl0.15.10-2')
+options=('!libtool')
+source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
+md5sums=('0aa3302c81f65ca62c114e5264f8a802')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-isl=system --with-gmp=system
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-06-19 12:27:31 UTC (rev 162067)
+++ core-x86_64/PKGBUILD2012-06-19 12:27:34 UTC (rev 162068)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-
-pkgname=cloog
-pkgver=0.17.0
-pkgrel=1
-pkgdesc=Library that generates loops for scanning polyhedra
-arch=('i686' 'x86_64')
-url=http://www.bastoul.net/cloog/;
-license=('GPL')
-depends=('isl' 'gmp')
-conflicts=('cloog-ppl0.15.10-2')
-options=('!libtool')
-source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
-md5sums=('0aa3302c81f65ca62c114e5264f8a802')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --with-isl=system --with-gmp=system
-  make
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-}

Copied: cloog/repos/core-x86_64/PKGBUILD (from rev 162066, 
cloog/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-06-19 12:27:34 UTC (rev 162068)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+
+pkgname=cloog
+pkgver=0.17.0
+pkgrel=2
+pkgdesc=Library that generates loops for scanning polyhedra
+arch=('i686' 'x86_64')
+url=http://www.bastoul.net/cloog/;
+license=('GPL')
+depends=('isl' 'gmp')
+conflicts=('cloog-ppl0.15.10-2')
+options=('!libtool')
+source=(http://www.bastoul.net/cloog/pages/download/$pkgname-$pkgver.tar.gz)
+md5sums=('0aa3302c81f65ca62c114e5264f8a802')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --with-isl=system --with-gmp=system
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+}



[arch-commits] Commit in gcc/repos (38 files)

2012-06-19 Thread Allan McRae
Date: Tuesday, June 19, 2012 @ 08:27:55
  Author: allan
Revision: 162069

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

Added:
  gcc/repos/core-i686/PKGBUILD
(from rev 162066, gcc/repos/testing-i686/PKGBUILD)
  gcc/repos/core-i686/gcc-4.7.0-cloog-0.17.patch
(from rev 162066, gcc/repos/testing-i686/gcc-4.7.0-cloog-0.17.patch)
  gcc/repos/core-i686/gcc-4.7.1-libada-pic.patch
(from rev 162066, gcc/repos/testing-i686/gcc-4.7.1-libada-pic.patch)
  gcc/repos/core-i686/gcc-4.7.1-libgo-write.patch
(from rev 162066, gcc/repos/testing-i686/gcc-4.7.1-libgo-write.patch)
  gcc/repos/core-i686/gcc-ada.install
(from rev 162066, gcc/repos/testing-i686/gcc-ada.install)
  gcc/repos/core-i686/gcc-fortran.install
(from rev 162066, gcc/repos/testing-i686/gcc-fortran.install)
  gcc/repos/core-i686/gcc-go.install
(from rev 162066, gcc/repos/testing-i686/gcc-go.install)
  gcc/repos/core-i686/gcc-libs.install
(from rev 162066, gcc/repos/testing-i686/gcc-libs.install)
  gcc/repos/core-i686/gcc.install
(from rev 162066, gcc/repos/testing-i686/gcc.install)
  gcc/repos/core-i686/gcc_pure64.patch
(from rev 162066, gcc/repos/testing-i686/gcc_pure64.patch)
  gcc/repos/core-x86_64/PKGBUILD
(from rev 162066, gcc/repos/testing-x86_64/PKGBUILD)
  gcc/repos/core-x86_64/gcc-4.7.0-cloog-0.17.patch
(from rev 162066, gcc/repos/testing-x86_64/gcc-4.7.0-cloog-0.17.patch)
  gcc/repos/core-x86_64/gcc-4.7.1-libada-pic.patch
(from rev 162066, gcc/repos/testing-x86_64/gcc-4.7.1-libada-pic.patch)
  gcc/repos/core-x86_64/gcc-4.7.1-libgo-write.patch
(from rev 162066, gcc/repos/testing-x86_64/gcc-4.7.1-libgo-write.patch)
  gcc/repos/core-x86_64/gcc-ada.install
(from rev 162066, gcc/repos/testing-x86_64/gcc-ada.install)
  gcc/repos/core-x86_64/gcc-fortran.install
(from rev 162066, gcc/repos/testing-x86_64/gcc-fortran.install)
  gcc/repos/core-x86_64/gcc-go.install
(from rev 162066, gcc/repos/testing-x86_64/gcc-go.install)
  gcc/repos/core-x86_64/gcc-libs.install
(from rev 162066, gcc/repos/testing-x86_64/gcc-libs.install)
  gcc/repos/core-x86_64/gcc.install
(from rev 162066, gcc/repos/testing-x86_64/gcc.install)
  gcc/repos/core-x86_64/gcc_pure64.patch
(from rev 162066, gcc/repos/testing-x86_64/gcc_pure64.patch)
Deleted:
  gcc/repos/core-i686/PKGBUILD
  gcc/repos/core-i686/gcc-4.7.0-cloog-0.17.patch
  gcc/repos/core-i686/gcc-ada.install
  gcc/repos/core-i686/gcc-fortran.install
  gcc/repos/core-i686/gcc-go.install
  gcc/repos/core-i686/gcc-libs.install
  gcc/repos/core-i686/gcc.install
  gcc/repos/core-i686/gcc_pure64.patch
  gcc/repos/core-x86_64/PKGBUILD
  gcc/repos/core-x86_64/gcc-4.7.0-cloog-0.17.patch
  gcc/repos/core-x86_64/gcc-ada.install
  gcc/repos/core-x86_64/gcc-fortran.install
  gcc/repos/core-x86_64/gcc-go.install
  gcc/repos/core-x86_64/gcc-libs.install
  gcc/repos/core-x86_64/gcc.install
  gcc/repos/core-x86_64/gcc_pure64.patch
  gcc/repos/testing-i686/
  gcc/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |  541 +++---
 core-i686/gcc-4.7.0-cloog-0.17.patch|   48 +-
 core-i686/gcc-4.7.1-libada-pic.patch|   12 
 core-i686/gcc-4.7.1-libgo-write.patch   |   13 
 core-i686/gcc-ada.install   |   40 +-
 core-i686/gcc-fortran.install   |   32 -
 core-i686/gcc-go.install|   40 +-
 core-i686/gcc-libs.install  |   32 -
 core-i686/gcc.install   |   40 +-
 core-i686/gcc_pure64.patch  |   52 +-
 core-x86_64/PKGBUILD|  541 +++---
 core-x86_64/gcc-4.7.0-cloog-0.17.patch  |   48 +-
 core-x86_64/gcc-4.7.1-libada-pic.patch  |   12 
 core-x86_64/gcc-4.7.1-libgo-write.patch |   13 
 core-x86_64/gcc-ada.install |   40 +-
 core-x86_64/gcc-fortran.install |   32 -
 core-x86_64/gcc-go.install  |   40 +-
 core-x86_64/gcc-libs.install|   32 -
 core-x86_64/gcc.install |   40 +-
 core-x86_64/gcc_pure64.patch|   52 +-
 20 files changed, 886 insertions(+), 814 deletions(-)

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


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

2012-06-19 Thread Allan McRae
Date: Tuesday, June 19, 2012 @ 08:28:01
  Author: allan
Revision: 162070

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

Added:
  libtool/repos/core-i686/PKGBUILD
(from rev 162066, libtool/repos/testing-i686/PKGBUILD)
  libtool/repos/core-i686/libtool.install
(from rev 162066, libtool/repos/testing-i686/libtool.install)
  libtool/repos/core-x86_64/PKGBUILD
(from rev 162066, libtool/repos/testing-x86_64/PKGBUILD)
  libtool/repos/core-x86_64/libtool.install
(from rev 162066, libtool/repos/testing-x86_64/libtool.install)
Deleted:
  libtool/repos/core-i686/PKGBUILD
  libtool/repos/core-i686/libtool.install
  libtool/repos/core-x86_64/PKGBUILD
  libtool/repos/core-x86_64/libtool.install
  libtool/repos/testing-i686/
  libtool/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |   98 +-
 core-i686/libtool.install   |   40 -
 core-x86_64/PKGBUILD|   98 +-
 core-x86_64/libtool.install |   40 -
 4 files changed, 138 insertions(+), 138 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-06-19 12:27:55 UTC (rev 162069)
+++ core-i686/PKGBUILD  2012-06-19 12:28:01 UTC (rev 162070)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-# NOTE: requires rebuilt with each new gcc version
-
-pkgname=('libtool' 'libltdl')
-pkgver=2.4.2
-pkgrel=5
-pkgdesc=A generic library support script
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/libtool;
-license=('GPL')
-options=('!libtool')
-source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
- '1e6ba57420c82c663c85e745d11c7eed')
-
-build() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make check
-}
-
-package_libtool() {
-  depends=('sh' libltdl=$pkgver 'tar' 'gcc=4.7.0')
-  groups=('base-devel')
-  install=libtool.install
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  
-  make DESTDIR=${pkgdir} install-binSCRIPTS install-man install-info \
- install-data-local
-  rm -rf ${pkgdir}/usr/share/libtool/libltdl/
-}
-
-package_libltdl() {
-  pkgdesc=A system independent dlopen wrapper for GNU libtool
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  make DESTDIR=${pkgdir} install-libLTLIBRARIES install-includeHEADERS \
- install-ltdlincludeHEADERS install-data-local
-  rm -rf ${pkgdir}/usr/share/{aclocal,libtool/config}
-}

Copied: libtool/repos/core-i686/PKGBUILD (from rev 162066, 
libtool/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-19 12:28:01 UTC (rev 162070)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=('libtool' 'libltdl')
+pkgver=2.4.2
+pkgrel=6
+pkgdesc=A generic library support script
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/libtool;
+license=('GPL')
+options=('!libtool')
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
+ '1e6ba57420c82c663c85e745d11c7eed')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make check
+}
+
+package_libtool() {
+  depends=('sh' libltdl=$pkgver 'tar' 'gcc=4.7.1')
+  groups=('base-devel')
+  install=libtool.install
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  
+  make DESTDIR=${pkgdir} install-binSCRIPTS install-man install-info \
+ install-data-local
+  rm -rf ${pkgdir}/usr/share/libtool/libltdl/
+}
+
+package_libltdl() {
+  pkgdesc=A system independent dlopen wrapper for GNU libtool
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES install-includeHEADERS \
+ install-ltdlincludeHEADERS install-data-local
+  rm -rf ${pkgdir}/usr/share/{aclocal,libtool/config}
+}

Deleted: core-i686/libtool.install
===
--- core-i686/libtool.install   2012-06-19 12:27:55 UTC (rev 162069)
+++ core-i686/libtool.install   2012-06-19 12:28:01 UTC (rev 162070)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libtool.info  libtool.info-1  libtool.info-2)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file 

[arch-commits] Commit in gcc4.6/repos (18 files)

2012-06-19 Thread Allan McRae
Date: Tuesday, June 19, 2012 @ 08:28:59
  Author: allan
Revision: 162071

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

Added:
  gcc4.6/repos/extra-i686/PKGBUILD
(from rev 162070, gcc4.6/repos/testing-i686/PKGBUILD)
  gcc4.6/repos/extra-i686/gcc-4.6.2-cloog-0.17.patch
(from rev 162070, gcc4.6/repos/testing-i686/gcc-4.6.2-cloog-0.17.patch)
  gcc4.6/repos/extra-i686/gcc-hash-style-both.patch
(from rev 162070, gcc4.6/repos/testing-i686/gcc-hash-style-both.patch)
  gcc4.6/repos/extra-i686/gcc_pure64.patch
(from rev 162070, gcc4.6/repos/testing-i686/gcc_pure64.patch)
  gcc4.6/repos/extra-x86_64/PKGBUILD
(from rev 162070, gcc4.6/repos/testing-x86_64/PKGBUILD)
  gcc4.6/repos/extra-x86_64/gcc-4.6.2-cloog-0.17.patch
(from rev 162070, gcc4.6/repos/testing-x86_64/gcc-4.6.2-cloog-0.17.patch)
  gcc4.6/repos/extra-x86_64/gcc-hash-style-both.patch
(from rev 162070, gcc4.6/repos/testing-x86_64/gcc-hash-style-both.patch)
  gcc4.6/repos/extra-x86_64/gcc_pure64.patch
(from rev 162070, gcc4.6/repos/testing-x86_64/gcc_pure64.patch)
Deleted:
  gcc4.6/repos/extra-i686/PKGBUILD
  gcc4.6/repos/extra-i686/gcc-4.6.2-cloog-0.17.patch
  gcc4.6/repos/extra-i686/gcc-hash-style-both.patch
  gcc4.6/repos/extra-i686/gcc_pure64.patch
  gcc4.6/repos/extra-x86_64/PKGBUILD
  gcc4.6/repos/extra-x86_64/gcc-4.6.2-cloog-0.17.patch
  gcc4.6/repos/extra-x86_64/gcc-hash-style-both.patch
  gcc4.6/repos/extra-x86_64/gcc_pure64.patch
  gcc4.6/repos/testing-i686/
  gcc4.6/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |  190 +++
 extra-i686/gcc-4.6.2-cloog-0.17.patch   |   72 
 extra-i686/gcc-hash-style-both.patch|  244 +++---
 extra-i686/gcc_pure64.patch |   52 +++---
 extra-x86_64/PKGBUILD   |  190 +++
 extra-x86_64/gcc-4.6.2-cloog-0.17.patch |   72 
 extra-x86_64/gcc-hash-style-both.patch  |  244 +++---
 extra-x86_64/gcc_pure64.patch   |   52 +++---
 8 files changed, 558 insertions(+), 558 deletions(-)

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


[arch-commits] Commit in bootchart/trunk (PKGBUILD README.patch build.patch)

2012-06-19 Thread Tom Gundersen
Date: Tuesday, June 19, 2012 @ 08:43:13
  Author: tomegun
Revision: 162072

upgpkg: bootchart 1.18-1

upstream release

Added:
  bootchart/trunk/README.patch
(from rev 162066, bootchart/trunk/build.patch)
Modified:
  bootchart/trunk/PKGBUILD
Deleted:
  bootchart/trunk/build.patch

--+
 PKGBUILD |   14 ++
 README.patch |   25 +
 build.patch  |   50 --
 3 files changed, 31 insertions(+), 58 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 12:28:59 UTC (rev 162071)
+++ PKGBUILD2012-06-19 12:43:13 UTC (rev 162072)
@@ -1,27 +1,25 @@
 # $Id$
 # Maintainer: Tom Gundersen t...@jklm.no
 pkgname=bootchart
-pkgver=1.16
+pkgver=1.18
 pkgrel=1
 pkgdesc=A 'startup' graphing tool
 url=https://meego.gitorious.org/meego-developer-tools/bootchart;
 license=('GPL2')
 arch=(i686 x86_64)
 depends=('glibc')
-source=(http://foo-projects.org/~sofar/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-   'build.patch')
+source=(http://foo-projects.org/~sofar/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  patch -p1 -i ../build.patch
-
-  make
+  ./configure --prefix=/usr --sbindir=/usr/bin
+ 
+   make
 }
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }
-md5sums=('d563854bdbf0f0de821406881164a607'
- '381f1375d5563ced806a5bbe7b2efd8e')
+md5sums=('55a29d62efe0579710b7e502b41a109b')

Copied: bootchart/trunk/README.patch (from rev 162066, 
bootchart/trunk/build.patch)
===
--- README.patch(rev 0)
+++ README.patch2012-06-19 12:43:13 UTC (rev 162072)
@@ -0,0 +1,25 @@
+From 4d34b379411f781a494b4775260d550ff61e22e4 Mon Sep 17 00:00:00 2001
+From: Tom Gundersen t...@jklm.no
+Date: Fri, 16 Mar 2012 01:34:10 +0100
+Subject: [PATCH] README: point to the correct location of the binary
+
+---
+ README   |2 +-
+ 1 file changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/README b/README
+index fa1d730..1906abb 100644
+--- a/README
 b/README
+@@ -6,7 +6,7 @@ Bootchart - a 'startup' graphing tool
+ Bootchart is a tool, usually run at system startup, that collects and graphs
+ the CPU and disk load of the system as it works. The output of bootchart is
+ an SVG graph. Normally, bootchart is invoked as `bootchartd` by the kernel
+-by passing init=/sbin/bootchartd to the kernel. Bootchart will then fork
++by passing init=/usr/bin/bootchartd to the kernel. Bootchart will then fork
+ init off to resume normal system startup, while monitoring and logging
+ startup information in the background.
+ 
+-- 
+1.7.9.5
+

Deleted: build.patch
===
--- build.patch 2012-06-19 12:28:59 UTC (rev 162071)
+++ build.patch 2012-06-19 12:43:13 UTC (rev 162072)
@@ -1,50 +0,0 @@
-From 4d34b379411f781a494b4775260d550ff61e22e4 Mon Sep 17 00:00:00 2001
-From: Tom Gundersen t...@jklm.no
-Date: Fri, 16 Mar 2012 01:34:10 +0100
-Subject: [PATCH] Makefile: move binary and avoid empty dirs
-
-Install to /usr/bin by default, and don't install an empty /etc.
-
-v2: Adjust README to reflect the change.

- Makefile |   10 --
- README   |2 +-
- 2 files changed, 5 insertions(+), 7 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 2150ed3..ae432fa 100644
 a/Makefile
-+++ b/Makefile
-@@ -6,12 +6,10 @@ CC := gcc
- all: bootchartd
- 
- install: bootchartd
--  mkdir -p $(DESTDIR)/sbin
--  mkdir -p $(DESTDIR)/etc
--  mkdir -p $(DESTDIR)/usr/share/doc/bootchart/
--  install -m0755 bootchartd $(DESTDIR)/sbin/
--  install -m0644 bootchartd.conf.example 
$(DESTDIR)/usr/share/doc/bootchart/
--  install -m0644 README COPYING $(DESTDIR)/usr/share/doc/bootchart/
-+  install -d $(DESTDIR)/usr/bin
-+  install -d $(DESTDIR)/usr/share/doc/bootchart
-+  install -m0755 bootchartd $(DESTDIR)/usr/bin/
-+  install -m0644 README COPYING bootchartd.conf.example 
$(DESTDIR)/usr/share/doc/bootchart/
- 
- OBJS := log.o svg.o bootchart.o
- 
-diff --git a/README b/README
-index fa1d730..1906abb 100644
 a/README
-+++ b/README
-@@ -6,7 +6,7 @@ Bootchart - a 'startup' graphing tool
- Bootchart is a tool, usually run at system startup, that collects and graphs
- the CPU and disk load of the system as it works. The output of bootchart is
- an SVG graph. Normally, bootchart is invoked as `bootchartd` by the kernel
--by passing init=/sbin/bootchartd to the kernel. Bootchart will then fork
-+by passing init=/usr/bin/bootchartd to the kernel. Bootchart will then fork
- init off to resume normal system startup, while monitoring and logging
- startup information in the background.
- 
--- 
-1.7.9.5
-



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

2012-06-19 Thread Tom Gundersen
Date: Tuesday, June 19, 2012 @ 08:43:38
  Author: tomegun
Revision: 162073

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

Added:
  bootchart/repos/extra-i686/PKGBUILD
(from rev 162072, bootchart/trunk/PKGBUILD)
  bootchart/repos/extra-i686/README.patch
(from rev 162072, bootchart/trunk/README.patch)
  bootchart/repos/extra-x86_64/PKGBUILD
(from rev 162072, bootchart/trunk/PKGBUILD)
  bootchart/repos/extra-x86_64/README.patch
(from rev 162072, bootchart/trunk/README.patch)
Deleted:
  bootchart/repos/extra-i686/PKGBUILD
  bootchart/repos/extra-i686/build.patch
  bootchart/repos/extra-x86_64/PKGBUILD
  bootchart/repos/extra-x86_64/build.patch

---+
 extra-i686/PKGBUILD   |   52 +---
 extra-i686/README.patch   |   25 +
 extra-i686/build.patch|   50 --
 extra-x86_64/PKGBUILD |   52 +---
 extra-x86_64/README.patch |   25 +
 extra-x86_64/build.patch  |   50 --
 6 files changed, 100 insertions(+), 154 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-19 12:43:13 UTC (rev 162072)
+++ extra-i686/PKGBUILD 2012-06-19 12:43:38 UTC (rev 162073)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-pkgname=bootchart
-pkgver=1.16
-pkgrel=1
-pkgdesc=A 'startup' graphing tool
-url=https://meego.gitorious.org/meego-developer-tools/bootchart;
-license=('GPL2')
-arch=(i686 x86_64)
-depends=('glibc')
-source=(http://foo-projects.org/~sofar/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-   'build.patch')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -p1 -i ../build.patch
-
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('d563854bdbf0f0de821406881164a607'
- '381f1375d5563ced806a5bbe7b2efd8e')

Copied: bootchart/repos/extra-i686/PKGBUILD (from rev 162072, 
bootchart/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-19 12:43:38 UTC (rev 162073)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+pkgname=bootchart
+pkgver=1.18
+pkgrel=1
+pkgdesc=A 'startup' graphing tool
+url=https://meego.gitorious.org/meego-developer-tools/bootchart;
+license=('GPL2')
+arch=(i686 x86_64)
+depends=('glibc')
+source=(http://foo-projects.org/~sofar/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sbindir=/usr/bin
+ 
+   make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('55a29d62efe0579710b7e502b41a109b')

Copied: bootchart/repos/extra-i686/README.patch (from rev 162072, 
bootchart/trunk/README.patch)
===
--- extra-i686/README.patch (rev 0)
+++ extra-i686/README.patch 2012-06-19 12:43:38 UTC (rev 162073)
@@ -0,0 +1,25 @@
+From 4d34b379411f781a494b4775260d550ff61e22e4 Mon Sep 17 00:00:00 2001
+From: Tom Gundersen t...@jklm.no
+Date: Fri, 16 Mar 2012 01:34:10 +0100
+Subject: [PATCH] README: point to the correct location of the binary
+
+---
+ README   |2 +-
+ 1 file changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/README b/README
+index fa1d730..1906abb 100644
+--- a/README
 b/README
+@@ -6,7 +6,7 @@ Bootchart - a 'startup' graphing tool
+ Bootchart is a tool, usually run at system startup, that collects and graphs
+ the CPU and disk load of the system as it works. The output of bootchart is
+ an SVG graph. Normally, bootchart is invoked as `bootchartd` by the kernel
+-by passing init=/sbin/bootchartd to the kernel. Bootchart will then fork
++by passing init=/usr/bin/bootchartd to the kernel. Bootchart will then fork
+ init off to resume normal system startup, while monitoring and logging
+ startup information in the background.
+ 
+-- 
+1.7.9.5
+

Deleted: extra-i686/build.patch
===
--- extra-i686/build.patch  2012-06-19 12:43:13 UTC (rev 162072)
+++ extra-i686/build.patch  2012-06-19 12:43:38 UTC (rev 162073)
@@ -1,50 +0,0 @@
-From 4d34b379411f781a494b4775260d550ff61e22e4 Mon Sep 17 00:00:00 2001
-From: Tom Gundersen t...@jklm.no
-Date: Fri, 16 Mar 2012 01:34:10 +0100
-Subject: [PATCH] Makefile: move binary and avoid empty dirs
-
-Install to /usr/bin by default, and don't install an empty /etc.
-
-v2: Adjust README to reflect the change.

- Makefile |   10 --
- README   |2 +-
- 2 files changed, 5 insertions(+), 7 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 2150ed3..ae432fa 100644
 a/Makefile
-+++ b/Makefile
-@@ -6,12 +6,10 @@ CC := 

[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 09:38:54
  Author: andrea
Revision: 162074

rebuilt to fix broken soprano support

Modified:
  kdelibs/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 12:43:38 UTC (rev 162073)
+++ PKGBUILD2012-06-19 13:38:54 UTC (rev 162074)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.8.90
-pkgrel=2
+pkgrel=3
 pkgdesc=KDE Core Libraries
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'



[arch-commits] Commit in kdelibs/repos/kde-unstable-x86_64 (2 files)

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 09:39:51
  Author: andrea
Revision: 162075

archrelease: copy kde-unstable to kde-unstable-x86_64

Deleted:
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch

--+
 PKGBUILD |   62 -
 archlinux-menu.patch |   22 -
 2 files changed, 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-19 13:38:54 UTC (rev 162074)
+++ PKGBUILD2012-06-19 13:39:51 UTC (rev 162075)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdelibs
-pkgver=4.8.90
-pkgrel=2
-pkgdesc=KDE Core Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs'
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
-'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
-'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
-'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit'
-'media-player-info')
-makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch'
-'use-pythondontwritebytecode.patch')
-sha1sums=('926d0c0e6a6134d7292ae4d71e74541044d75a2d'
-  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'bbacbbe2194f3961cd7557d98a9ddef158ca11aa')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # avoid file conflict with gnome-menus
-   patch -p1 -i ${srcdir}/kde-applications-menu.patch
-   # add Archlinux menu entry
-   patch -p1 -i ${srcdir}/archlinux-menu.patch
-
-   # Set PYTHONDONTWRITEBYTECODE (KDEBUG#276151)
-   patch -p0 -i ${srcdir}/use-pythondontwritebytecode.patch
-   
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONF_INSTALL_DIR=/etc \
-   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-   -DKDE_DEFAULT_HOME='.kde4' \
-   -DWITH_FAM=OFF \
-   -DWITH_HUpnp=OFF
-   make
-}
-
-package() {
-   cd ${srcdir}/build
-   make DESTDIR=${pkgdir} install
-
-   # cert bundle seems to be hardcoded
-   # link it to the one from ca-certificates
-   rm -f ${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
-   ln -sf /etc/ssl/certs/ca-certificates.crt 
${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
-}

Deleted: archlinux-menu.patch
===
--- archlinux-menu.patch2012-06-19 13:38:54 UTC (rev 162074)
+++ archlinux-menu.patch2012-06-19 13:39:51 UTC (rev 162075)
@@ -1,22 +0,0 @@
 kdelibs-4.3.98/kded/applications.menu  2010-01-31 19:28:11.0 
+
-+++ kdelibs-4.3.98/kded/applications.menu  2010-01-31 22:25:53.556043077 
+
-@@ -16,11 +16,19 @@
-   /DefaultLayout
-   Layout
-   Merge type=menus/
-+  MenunameArch Linux/Menuname
-   MenunameApplications/Menuname
-   Merge type=files/
-   /Layout
- 
-   Menu
-+  NameArch Linux/Name 
  
-+  DirectoryArchlinux.directory/Directory  
 
-+  Include   
 
-+  CategoryArchlinux/Category  
 
-+  /Include
-+  /Menu
-+  Menu
-   NameApplications/Name
-   Directorykde-unknown.directory/Directory
-   OnlyUnallocated/



[arch-commits] Commit in kdelibs/repos/kde-unstable-x86_64 (8 files)

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 09:41:06
  Author: andrea
Revision: 162076

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162075, kdelibs/kde-unstable/PKGBUILD)
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch
(from rev 162075, kdelibs/kde-unstable/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
(from rev 162075, kdelibs/kde-unstable/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
(from rev 162075, kdelibs/kde-unstable/kdelibs.install)
  kdelibs/repos/kde-unstable-x86_64/use-pythondontwritebytecode.patch
(from rev 162075, kdelibs/kde-unstable/use-pythondontwritebytecode.patch)
Deleted:
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
  kdelibs/repos/kde-unstable-x86_64/use-pythondontwritebytecode.patch

---+
 PKGBUILD  |   62 +
 archlinux-menu.patch  |   22 
 kde-applications-menu.patch   |   44 -
 kdelibs.install   |   26 ++---
 use-pythondontwritebytecode.patch |  160 ++--
 5 files changed, 199 insertions(+), 115 deletions(-)

Copied: kdelibs/repos/kde-unstable-x86_64/PKGBUILD (from rev 162075, 
kdelibs/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-19 13:41:06 UTC (rev 162076)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdelibs
+pkgver=4.8.90
+pkgrel=3
+pkgdesc=KDE Core Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs'
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
+'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
+'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit'
+'media-player-info')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
+'kde-applications-menu.patch' 'archlinux-menu.patch'
+'use-pythondontwritebytecode.patch')
+sha1sums=('926d0c0e6a6134d7292ae4d71e74541044d75a2d'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'bbacbbe2194f3961cd7557d98a9ddef158ca11aa')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # avoid file conflict with gnome-menus
+   patch -p1 -i ${srcdir}/kde-applications-menu.patch
+   # add Archlinux menu entry
+   patch -p1 -i ${srcdir}/archlinux-menu.patch
+
+   # Set PYTHONDONTWRITEBYTECODE (KDEBUG#276151)
+   patch -p0 -i ${srcdir}/use-pythondontwritebytecode.patch
+   
+   cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSCONF_INSTALL_DIR=/etc \
+   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
+   -DKDE_DEFAULT_HOME='.kde4' \
+   -DWITH_FAM=OFF \
+   -DWITH_HUpnp=OFF
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+
+   # cert bundle seems to be hardcoded
+   # link it to the one from ca-certificates
+   rm -f ${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
+   ln -sf /etc/ssl/certs/ca-certificates.crt 
${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
+}

Copied: kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch (from rev 
162075, kdelibs/kde-unstable/archlinux-menu.patch)
===
--- archlinux-menu.patch(rev 0)
+++ archlinux-menu.patch2012-06-19 13:41:06 UTC (rev 162076)
@@ -0,0 +1,22 @@
+--- kdelibs-4.3.98/kded/applications.menu  2010-01-31 19:28:11.0 
+
 kdelibs-4.3.98/kded/applications.menu  2010-01-31 22:25:53.556043077 
+
+@@ -16,11 +16,19 @@
+   /DefaultLayout
+   Layout
+   Merge type=menus/
++  MenunameArch Linux/Menuname
+   MenunameApplications/Menuname
+   Merge type=files/
+   /Layout
+ 
+   Menu
++  NameArch Linux/Name 
  
++  DirectoryArchlinux.directory/Directory  
 
++  Include

[arch-commits] Commit in kdelibs/repos/kde-unstable-i686 (10 files)

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 10:04:56
  Author: andrea
Revision: 162077

archrelease: copy kde-unstable to kde-unstable-i686

Added:
  kdelibs/repos/kde-unstable-i686/PKGBUILD
(from rev 162076, kdelibs/kde-unstable/PKGBUILD)
  kdelibs/repos/kde-unstable-i686/archlinux-menu.patch
(from rev 162076, kdelibs/kde-unstable/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-i686/kde-applications-menu.patch
(from rev 162076, kdelibs/kde-unstable/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-i686/kdelibs.install
(from rev 162076, kdelibs/kde-unstable/kdelibs.install)
  kdelibs/repos/kde-unstable-i686/use-pythondontwritebytecode.patch
(from rev 162076, kdelibs/kde-unstable/use-pythondontwritebytecode.patch)
Deleted:
  kdelibs/repos/kde-unstable-i686/PKGBUILD
  kdelibs/repos/kde-unstable-i686/archlinux-menu.patch
  kdelibs/repos/kde-unstable-i686/kde-applications-menu.patch
  kdelibs/repos/kde-unstable-i686/kdelibs.install
  kdelibs/repos/kde-unstable-i686/use-pythondontwritebytecode.patch

---+
 PKGBUILD  |  124 +--
 archlinux-menu.patch  |   44 -
 kde-applications-menu.patch   |   44 -
 kdelibs.install   |   26 ++---
 use-pythondontwritebytecode.patch |  160 ++--
 5 files changed, 199 insertions(+), 199 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-19 13:41:06 UTC (rev 162076)
+++ PKGBUILD2012-06-19 14:04:56 UTC (rev 162077)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdelibs
-pkgver=4.8.90
-pkgrel=2
-pkgdesc=KDE Core Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs'
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
-'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
-'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
-'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit'
-'media-player-info')
-makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch'
-'use-pythondontwritebytecode.patch')
-sha1sums=('926d0c0e6a6134d7292ae4d71e74541044d75a2d'
-  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'bbacbbe2194f3961cd7557d98a9ddef158ca11aa')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # avoid file conflict with gnome-menus
-   patch -p1 -i ${srcdir}/kde-applications-menu.patch
-   # add Archlinux menu entry
-   patch -p1 -i ${srcdir}/archlinux-menu.patch
-
-   # Set PYTHONDONTWRITEBYTECODE (KDEBUG#276151)
-   patch -p0 -i ${srcdir}/use-pythondontwritebytecode.patch
-   
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONF_INSTALL_DIR=/etc \
-   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-   -DKDE_DEFAULT_HOME='.kde4' \
-   -DWITH_FAM=OFF \
-   -DWITH_HUpnp=OFF
-   make
-}
-
-package() {
-   cd ${srcdir}/build
-   make DESTDIR=${pkgdir} install
-
-   # cert bundle seems to be hardcoded
-   # link it to the one from ca-certificates
-   rm -f ${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
-   ln -sf /etc/ssl/certs/ca-certificates.crt 
${pkgdir}/usr/share/apps/kssl/ca-bundle.crt
-}

Copied: kdelibs/repos/kde-unstable-i686/PKGBUILD (from rev 162076, 
kdelibs/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-19 14:04:56 UTC (rev 162077)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdelibs
+pkgver=4.8.90
+pkgrel=3
+pkgdesc=KDE Core Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs'
+license=('GPL' 'LGPL' 'FDL')
+depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
+'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
+'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit'
+'media-player-info')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
+install=${pkgname}.install

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

2012-06-19 Thread Tom Gundersen
Date: Tuesday, June 19, 2012 @ 10:17:35
  Author: tomegun
Revision: 162078

upgpkg: filesystem 2012.6-3

add lock group

This is needed by some legacy software who wants to use /run/lock/locdev to
lock devices. That dir will be created on boot with the right group ownership.

Before this change software would put these locks in /var/lock, which at the 
time
had permissions 1777. Turns out that this is not sufficient for all usecases.

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/filesystem.install
  filesystem/trunk/group

+
 PKGBUILD   |   38 +++---
 filesystem.install |3 ++-
 group  |1 +
 3 files changed, 22 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 14:04:56 UTC (rev 162077)
+++ PKGBUILD2012-06-19 14:17:35 UTC (rev 162078)
@@ -3,7 +3,7 @@
 
 pkgname=filesystem
 pkgver=2012.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Base filesystem'
 arch=('any')
 license=('GPL')
@@ -17,24 +17,6 @@
 source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
 'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release' 
'resolv.conf'
 'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first')
-md5sums=('772fe869b921698cc3e6fde73c4ac85a'
- '7813c481156f6b280a3ba91fc6236368'
- '13753e4e0964f3652b0cc60a28528bdf'
- '4c4540eeb748bf1f71d631b8c1dcf0b3'
- 'f28150d4c0b22a017be51b9f7f9977ed'
- '6e488ffecc8ba142c0cf7e2d7aeb832e'
- '8a9042a2cedf6b6b47eb8973f14289cb'
- 'b8355d9d2782f424f4cedcf682651be0'
- 'ca716f853860199c1286e7939b2f2666'
- 'e5d8323a4dbee7a6d0d2a19cbf4b819f'
- '7bc65f234dfb6abf24e7c3b03e86f4ff'
- 'd41d8cd98f00b204e9800998ecf8427e'
- 'c4534d6c59d75be0eb99ddaafcf93198'
- '6f48288b6fcaf0065fcb7b0e525413e0'
- '22518e922891f9359f971f4f5b4e793c'
- 'd2dc4e39dbdea75b107f91789e3274ab'
- 'f3b6ae7db8adffaaa4bffc6099dcbd50'
- 'a8a962370cd0128465d514e6a1f74130')
 
 package() {
cd ${pkgdir}
@@ -94,3 +76,21 @@
done
ln -s ../man usr/local/share/man
 }
+md5sums=('45940618da782cc391c59f88abc3'
+ '7813c481156f6b280a3ba91fc6236368'
+ '13753e4e0964f3652b0cc60a28528bdf'
+ '4c4540eeb748bf1f71d631b8c1dcf0b3'
+ 'f28150d4c0b22a017be51b9f7f9977ed'
+ '6e488ffecc8ba142c0cf7e2d7aeb832e'
+ '8a9042a2cedf6b6b47eb8973f14289cb'
+ 'b8355d9d2782f424f4cedcf682651be0'
+ 'ca716f853860199c1286e7939b2f2666'
+ 'e5d8323a4dbee7a6d0d2a19cbf4b819f'
+ '7bc65f234dfb6abf24e7c3b03e86f4ff'
+ 'd41d8cd98f00b204e9800998ecf8427e'
+ 'c4534d6c59d75be0eb99ddaafcf93198'
+ '6f48288b6fcaf0065fcb7b0e525413e0'
+ '22518e922891f9359f971f4f5b4e793c'
+ 'd2dc4e39dbdea75b107f91789e3274ab'
+ 'f3b6ae7db8adffaaa4bffc6099dcbd50'
+ 'a8a962370cd0128465d514e6a1f74130')

Modified: filesystem.install
===
--- filesystem.install  2012-06-19 14:04:56 UTC (rev 162077)
+++ filesystem.install  2012-06-19 14:17:35 UTC (rev 162078)
@@ -40,9 +40,10 @@
_adduser  http-u 33 -d /srv/http -g http -s /bin/false
_addgroup scanner -g 96
_addgroup rfkill  -g 24
+   _addgroup lock-g 54
 
# sync gshadow to group (fixes FS#19869
-   if ! grep -q '^rfkill:' etc/gshadow; then
+   if ! grep -q '^lock:' etc/gshadow; then
grpconv /dev/null
fi
 

Modified: group
===
--- group   2012-06-19 14:04:56 UTC (rev 162077)
+++ group   2012-06-19 14:17:35 UTC (rev 162078)
@@ -19,6 +19,7 @@
 smmsp:x:25:
 http:x:33:
 games:x:50:
+lock:x:54:
 network:x:90:
 video:x:91:
 audio:x:92:



[arch-commits] Commit in filesystem/repos (21 files)

2012-06-19 Thread Tom Gundersen
Date: Tuesday, June 19, 2012 @ 10:18:38
  Author: tomegun
Revision: 162079

archrelease: copy trunk to testing-any

Added:
  filesystem/repos/testing-any/
  filesystem/repos/testing-any/PKGBUILD
(from rev 162078, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-any/crypttab
(from rev 162078, filesystem/trunk/crypttab)
  filesystem/repos/testing-any/filesystem.install
(from rev 162078, filesystem/trunk/filesystem.install)
  filesystem/repos/testing-any/fstab
(from rev 162078, filesystem/trunk/fstab)
  filesystem/repos/testing-any/group
(from rev 162078, filesystem/trunk/group)
  filesystem/repos/testing-any/gshadow
(from rev 162078, filesystem/trunk/gshadow)
  filesystem/repos/testing-any/host.conf
(from rev 162078, filesystem/trunk/host.conf)
  filesystem/repos/testing-any/hosts
(from rev 162078, filesystem/trunk/hosts)
  filesystem/repos/testing-any/issue
(from rev 162078, filesystem/trunk/issue)
  filesystem/repos/testing-any/ld.so.conf
(from rev 162078, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-any/modprobe.d.usb-load-ehci-first
(from rev 162078, filesystem/trunk/modprobe.d.usb-load-ehci-first)
  filesystem/repos/testing-any/motd
(from rev 162078, filesystem/trunk/motd)
  filesystem/repos/testing-any/nsswitch.conf
(from rev 162078, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-any/os-release
(from rev 162078, filesystem/trunk/os-release)
  filesystem/repos/testing-any/passwd
(from rev 162078, filesystem/trunk/passwd)
  filesystem/repos/testing-any/profile
(from rev 162078, filesystem/trunk/profile)
  filesystem/repos/testing-any/resolv.conf
(from rev 162078, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-any/securetty
(from rev 162078, filesystem/trunk/securetty)
  filesystem/repos/testing-any/shadow
(from rev 162078, filesystem/trunk/shadow)
  filesystem/repos/testing-any/shells
(from rev 162078, filesystem/trunk/shells)

+
 PKGBUILD   |   96 +++
 crypttab   |   33 +
 filesystem.install |   60 
 fstab  |5 ++
 group  |   32 +
 gshadow|   31 
 host.conf  |8 +++
 hosts  |9 +++
 issue  |2 
 ld.so.conf |7 ++
 modprobe.d.usb-load-ehci-first |2 
 nsswitch.conf  |   19 +++
 os-release |8 +++
 passwd |7 ++
 profile|   27 ++
 resolv.conf|8 +++
 securetty  |   15 ++
 shadow |7 ++
 shells |8 +++
 19 files changed, 384 insertions(+)

Copied: filesystem/repos/testing-any/PKGBUILD (from rev 162078, 
filesystem/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-19 14:18:38 UTC (rev 162079)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+
+pkgname=filesystem
+pkgver=2012.6
+pkgrel=3
+pkgdesc='Base filesystem'
+arch=('any')
+license=('GPL')
+url='http://www.archlinux.org'
+groups=('base')
+install='filesystem.install'
+depends=('iana-etc' 'bash' 'coreutils')
+backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 
'etc/passwd'
+'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd' 
'etc/nsswitch.conf'
+'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue')
+source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
+'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release' 
'resolv.conf'
+'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first')
+
+package() {
+   cd ${pkgdir}
+
+   #
+   # setup root filesystem
+   #
+   for d in boot dev etc home media mnt usr var opt srv/http run; do
+   install -d -m755 ${d}
+   done
+   install -d -m555 proc
+   install -d -m555 sys
+   install -d -m0750 root
+   install -d -m1777 tmp
+   # vsftpd won't run with write perms on /srv/ftp
+   install -d -m555 -g ftp srv/ftp
+
+   # setup /etc
+   install -d etc/{ld.so.conf.d,skel,profile.d}
+   for f in fstab group host.conf hosts issue ld.so.conf motd 
nsswitch.conf os-release passwd resolv.conf securetty shells profile; do
+   install -m644 ${srcdir}/${f} etc/
+   done
+   ln -s /proc/self/mounts etc/mtab
+   for f in gshadow shadow crypttab; do
+   install -m600 ${srcdir}/${f} etc/
+   done
+   touch etc/arch-release
+   install -D -m644 

[arch-commits] Commit in kdebase-runtime/kde-unstable (PKGBUILD)

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 10:33:26
  Author: andrea
Revision: 162080

upgpkg: kdebase-runtime 4.8.90-3

rebuilt to fix broken soprano support

Modified:
  kdebase-runtime/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 14:18:38 UTC (rev 162079)
+++ PKGBUILD2012-06-19 14:33:26 UTC (rev 162080)
@@ -4,7 +4,7 @@
 
 pkgname=kdebase-runtime
 pkgver=4.8.90
-pkgrel=2
+pkgrel=3
 pkgdesc=Plugins and applications necessary for the running of KDE 
applications
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'



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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 10:33:51
  Author: andrea
Revision: 162081

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 162080, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
(from rev 162080, kdebase-runtime/kde-unstable/kdebase-runtime.install)
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162080, kdebase-runtime/kde-unstable/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install
(from rev 162080, kdebase-runtime/kde-unstable/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install

-+
 kde-unstable-i686/PKGBUILD  |   82 +-
 kde-unstable-i686/kdebase-runtime.install   |   26 
 kde-unstable-x86_64/PKGBUILD|   82 +-
 kde-unstable-x86_64/kdebase-runtime.install |   26 
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-19 14:33:26 UTC (rev 162080)
+++ kde-unstable-i686/PKGBUILD  2012-06-19 14:33:51 UTC (rev 162081)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdebase-runtime
-pkgver=4.8.90
-pkgrel=2
-pkgdesc=Plugins and applications necessary for the running of KDE 
applications
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-depends=('kdepimlibs' 'nepomuk-core' 'smbclient' 'libssh' 'libcanberra' 
'oxygen-icons'
-'xorg-xauth' 'kactivities')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager')
-optdepends=('htdig: to build the search index in khelpcenter'
-'rarian: needed by khelpcenter'
-'gdb: drkonq crash handler')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('30b2915d7c376a67efbb46e225ce6abd881b2879')
-
-build() {
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../kde-runtime-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DWITH_Xine=OFF
-   make
-}
-
-package() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
-
-ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
-}

Copied: kdebase-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 162080, 
kdebase-runtime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-19 14:33:51 UTC (rev 162081)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.8.90
+pkgrel=3
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=('kdepimlibs' 'nepomuk-core' 'smbclient' 'libssh' 'libcanberra' 
'oxygen-icons'
+'xorg-xauth' 'kactivities')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager')
+optdepends=('htdig: to build the search index in khelpcenter'
+'rarian: needed by khelpcenter'
+'gdb: drkonq crash handler')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('30b2915d7c376a67efbb46e225ce6abd881b2879')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-runtime-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DWITH_Xine=OFF
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
+
+ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
+}

Deleted: kde-unstable-i686/kdebase-runtime.install
===
--- kde-unstable-i686/kdebase-runtime.install   2012-06-19 14:33:26 UTC (rev 
162080)
+++ kde-unstable-i686/kdebase-runtime.install   2012-06-19 14:33:51 UTC (rev 
162081)
@@ -1,13 +0,0 @@
-post_install() {
-   

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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 10:45:17
  Author: andrea
Revision: 162082

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
(from rev 162081, kdeplasma-addons/kde-unstable/PKGBUILD)
  
kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons-applets-lancelot.install
(from rev 162081, 
kdeplasma-addons/kde-unstable/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install
(from rev 162081, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
  kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162081, kdeplasma-addons/kde-unstable/PKGBUILD)
  
kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons-applets-lancelot.install
(from rev 162081, 
kdeplasma-addons/kde-unstable/kdeplasma-addons-applets-lancelot.install)
  kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons.install
(from rev 162081, kdeplasma-addons/kde-unstable/kdeplasma-addons.install)
Deleted:
  kdeplasma-addons/repos/kde-unstable-i686/PKGBUILD
  
kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/kde-unstable-i686/kdeplasma-addons.install
  kdeplasma-addons/repos/kde-unstable-x86_64/PKGBUILD
  
kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons-applets-lancelot.install
  kdeplasma-addons/repos/kde-unstable-x86_64/kdeplasma-addons.install

---+
 kde-unstable-i686/PKGBUILD| 1288 +-
 kde-unstable-i686/kdeplasma-addons-applets-lancelot.install   |   24 
 kde-unstable-i686/kdeplasma-addons.install|   22 
 kde-unstable-x86_64/PKGBUILD  | 1288 +-
 kde-unstable-x86_64/kdeplasma-addons-applets-lancelot.install |   24 
 kde-unstable-x86_64/kdeplasma-addons.install  |   22 
 6 files changed, 1334 insertions(+), 1334 deletions(-)

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


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

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 10:45:55
  Author: andrea
Revision: 162083

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD
(from rev 162082, kdebindings-smokekde/kde-unstable/PKGBUILD)
  kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162082, kdebindings-smokekde/kde-unstable/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD
  kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |   68 -
 kde-unstable-x86_64/PKGBUILD |   68 -
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-19 14:45:17 UTC (rev 162082)
+++ kde-unstable-i686/PKGBUILD  2012-06-19 14:45:55 UTC (rev 162083)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.90
-pkgrel=1
-pkgdesc=Language independent library for KDE bindings
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-optdepends=('kdesdk-kate: Kate bindings'
-'kdegraphics-okular: Okular bindings')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('61ee653f176170600f221331a7c5d0b624a079bf')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokekde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD (from rev 162082, 
kdebindings-smokekde/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-19 14:45:55 UTC (rev 162083)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.90
+pkgrel=2
+pkgdesc=Language independent library for KDE bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+optdepends=('kdesdk-kate: Kate bindings'
+'kdegraphics-okular: Okular bindings')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('61ee653f176170600f221331a7c5d0b624a079bf')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-19 14:45:17 UTC (rev 162082)
+++ kde-unstable-x86_64/PKGBUILD2012-06-19 14:45:55 UTC (rev 162083)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.90
-pkgrel=1
-pkgdesc=Language independent library for KDE bindings
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-optdepends=('kdesdk-kate: Kate bindings'
-'kdegraphics-okular: Okular bindings')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('61ee653f176170600f221331a7c5d0b624a079bf')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokekde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD (from rev 
162082, kdebindings-smokekde/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-19 14:45:55 UTC (rev 162083)
@@ -0,0 +1,34 @@
+# $Id$
+# 

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

2012-06-19 Thread Dave Reisner
Date: Tuesday, June 19, 2012 @ 11:04:42
  Author: dreisner
Revision: 162084

avoid removal of lock group. this belongs to filesystem now

Modified:
  systemd/trunk/systemd.install

-+
 systemd.install |   14 ++
 1 file changed, 2 insertions(+), 12 deletions(-)

Modified: systemd.install
===
--- systemd.install 2012-06-19 14:45:55 UTC (rev 162083)
+++ systemd.install 2012-06-19 15:04:42 UTC (rev 162084)
@@ -5,9 +5,7 @@
 }
 
 post_install() {
-  if [ ! -f etc/machine-id ]; then
-systemd-machine-id-setup
-  fi
+  systemd-machine-id-setup
 
   # enable getty@tty1 by default, but don't track the file
   systemctl enable getty@.service
@@ -17,9 +15,7 @@
 }
 
 post_upgrade() {
-  if [ ! -f etc/machine-id ]; then
-systemd-machine-id-setup
-  fi
+  systemd-machine-id-setup
 
   if sd_booted; then
 # we moved the binary in 44-2 to /usr, so a reexec leads to a
@@ -42,10 +38,4 @@
   fi
 }
 
-post_remove() {
-  if getent group lock /dev/null; then
-groupdel lock
-  fi
-}
-
 # vim:set ts=2 sw=2 et:



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

2012-06-19 Thread Ionut Biru
Date: Tuesday, June 19, 2012 @ 11:11:44
  Author: ibiru
Revision: 162085

fix link

Modified:
  gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 15:04:42 UTC (rev 162084)
+++ PKGBUILD2012-06-19 15:11:44 UTC (rev 162085)
@@ -5,7 +5,7 @@
 pkgver=1.32.1
 pkgrel=2
 pkgdesc=Introspection system for GObject-based libraries
-url=http://live.gnome.org/GObjectInstrospection;
+url=https://live.gnome.org/GObjectIntrospection;
 arch=('x86_64' 'i686')
 license=('LGPL' 'GPL')
 depends=('glib2' 'python2')



[arch-commits] Commit in mlocate/trunk (PKGBUILD mlocate.install updatedb.conf)

2012-06-19 Thread Allan McRae
Date: Tuesday, June 19, 2012 @ 11:28:28
  Author: allan
Revision: 162086

upgpkg: mlocate 0.25-2

remove .install file as locate group has been in filesystem since 2008, add 
lots of stuff to updatedb filter list (based on Fedora)

Modified:
  mlocate/trunk/PKGBUILD
  mlocate/trunk/updatedb.conf
Deleted:
  mlocate/trunk/mlocate.install

-+
 PKGBUILD|   25 ++---
 mlocate.install |   18 --
 updatedb.conf   |9 -
 3 files changed, 14 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 15:11:44 UTC (rev 162085)
+++ PKGBUILD2012-06-19 15:28:28 UTC (rev 162086)
@@ -4,23 +4,19 @@
 
 pkgname=mlocate
 pkgver=0.25
-pkgrel=1
+pkgrel=2
 pkgdesc=Faster merging drop-in for slocate
 arch=('i686' 'x86_64')
 url=http://carolina.mff.cuni.cz/~trmac/blog/mlocate;
 license=('GPL')
-conflicts=('slocate')
-provides=('slocate')
-replaces=('slocate')
 depends=('glibc' 'coreutils' 'sh')
 backup=('etc/updatedb.conf'
 'etc/cron.daily/updatedb')
-install=mlocate.install
 source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-$pkgver.tar.xz
updatedb.conf
updatedb.cron.daily)
 md5sums=('c6d043b170613b0e327a815b497f680a'
- 'c374ff223f2e07b5e602ba22359f2335'
+ 'b56d81de17fe29b01b4b28861acb8fd4'
  'cde5da81bebad2de556ef2e43d895e13')
 
 build() {
@@ -39,18 +35,17 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  
-  # Set up a default updatedb.conf and a daily cronjob
-  install -Dm644 ${srcdir}/updatedb.conf $pkgdir/etc/updatedb.conf
-  install -Dm744 ${srcdir}/updatedb.cron.daily $pkgdir/etc/cron.daily/updatedb
 
-  # Install Mlocate
   make DESTDIR=$pkgdir install
 
-  ln -sv locate $pkgdir/usr/bin/slocate
-  chgrp -v 21 $pkgdir/usr/bin/locate
-  chmod -v 2755 $pkgdir/usr/bin/locate
+  ln -s locate $pkgdir/usr/bin/slocate
+  chgrp 21 $pkgdir/usr/bin/locate
+  chmod 2755 $pkgdir/usr/bin/locate
 
   install -dm755 $pkgdir/var/lib
-  install -d -m750 -g21 $pkgdir/var/lib/locate
+  install -dm750 -g21 $pkgdir/var/lib/locate
+  
+  # Set up a default updatedb.conf and a daily cronjob
+  install -Dm644 ${srcdir}/updatedb.conf $pkgdir/etc/updatedb.conf
+  install -Dm744 ${srcdir}/updatedb.cron.daily $pkgdir/etc/cron.daily/updatedb
 }

Deleted: mlocate.install
===
--- mlocate.install 2012-06-19 15:11:44 UTC (rev 162085)
+++ mlocate.install 2012-06-19 15:28:28 UTC (rev 162086)
@@ -1,18 +0,0 @@
-post_install() {
-  post_upgrade $1 $1
-  echo mlocate command is technically locate, but slocate is symlinked and 
still works.
-  echo You should run updatedb as root.
-}
-
-post_upgrade() {
-  # This can be removed after {m,x}locate have both been updated
-  getent group slocate /dev/null  usr/sbin/groupdel slocate /dev/null
-  getent group mlocate /dev/null  usr/sbin/groupdel mlocate /dev/null
-
-  getent group locate /dev/null || usr/sbin/groupadd -g 21 locate /dev/null
-  chown -R root:locate var/lib/mlocate
-}
-
-pre_remove() {
-  getent group locate /dev/null  usr/sbin/groupdel locate /dev/null
-}

Modified: updatedb.conf
===
--- updatedb.conf   2012-06-19 15:11:44 UTC (rev 162085)
+++ updatedb.conf   2012-06-19 15:28:28 UTC (rev 162086)
@@ -1,5 +1,4 @@
-# directories to exclude from the slocate database:
-PRUNEPATHS=/media /mnt /tmp /var/tmp /var/cache /var/lock /var/run /var/spool
-
-# filesystems to exclude from the slocate database:
-PRUNEFS=afs auto autofs binfmt_misc cifs coda configfs cramfs debugfs devpts 
devtmpfs ftpfs iso9660 mqueue ncpfs nfs nfs4 proc ramfs securityfs shfs smbfs 
sshfs sysfs tmpfs udf usbfs vboxsf
+PRUNE_BIND_MOUNTS = yes
+PRUNEFS = 9p afs anon_inodefs auto autofs bdev binfmt_misc cgroup cifs coda 
configfs cpuset cramfs debugfs devpts devtmpfs ecryptfs exofs ftpfs fuse 
fuse.encfs fuse.sshfs fusectl gfs gfs2 hugetlbfs inotifyfs iso9660 jffs2 lustre 
mqueue ncpfs nfs nfs4 nfsd pipefs proc ramfs rootfs rpc_pipefs securityfs 
selinuxfs sfs shfs smbfs sockfs sshfs sysfs tmpfs ubifs udf usbfs vboxsf
+PRUNENAMES = .git .hg .svn
+PRUNEPATHS = /afs /media /mnt /net /sfs /tmp /udev /var/cache 
/var/lib/pacman/local /var/lock /var/run /var/spool /var/tmp



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

2012-06-19 Thread Allan McRae
Date: Tuesday, June 19, 2012 @ 11:29:24
  Author: allan
Revision: 162087

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

Added:
  mlocate/repos/testing-i686/
  mlocate/repos/testing-i686/PKGBUILD
(from rev 162086, mlocate/trunk/PKGBUILD)
  mlocate/repos/testing-i686/updatedb.conf
(from rev 162086, mlocate/trunk/updatedb.conf)
  mlocate/repos/testing-i686/updatedb.cron.daily
(from rev 162086, mlocate/trunk/updatedb.cron.daily)
  mlocate/repos/testing-x86_64/
  mlocate/repos/testing-x86_64/PKGBUILD
(from rev 162086, mlocate/trunk/PKGBUILD)
  mlocate/repos/testing-x86_64/updatedb.conf
(from rev 162086, mlocate/trunk/updatedb.conf)
  mlocate/repos/testing-x86_64/updatedb.cron.daily
(from rev 162086, mlocate/trunk/updatedb.cron.daily)

+
 testing-i686/PKGBUILD  |   51 +++
 testing-i686/updatedb.conf |4 ++
 testing-i686/updatedb.cron.daily   |   29 +++
 testing-x86_64/PKGBUILD|   51 +++
 testing-x86_64/updatedb.conf   |4 ++
 testing-x86_64/updatedb.cron.daily |   29 +++
 6 files changed, 168 insertions(+)

Copied: mlocate/repos/testing-i686/PKGBUILD (from rev 162086, 
mlocate/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-19 15:29:24 UTC (rev 162087)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: lydgate
+
+pkgname=mlocate
+pkgver=0.25
+pkgrel=2
+pkgdesc=Faster merging drop-in for slocate
+arch=('i686' 'x86_64')
+url=http://carolina.mff.cuni.cz/~trmac/blog/mlocate;
+license=('GPL')
+depends=('glibc' 'coreutils' 'sh')
+backup=('etc/updatedb.conf'
+'etc/cron.daily/updatedb')
+source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-$pkgver.tar.xz
+   updatedb.conf
+   updatedb.cron.daily)
+md5sums=('c6d043b170613b0e327a815b497f680a'
+ 'b56d81de17fe29b01b4b28861acb8fd4'
+ 'cde5da81bebad2de556ef2e43d895e13')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i '/^groupname /s/mlocate/locate/' Makefile.in
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
+  make
+
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  ln -s locate $pkgdir/usr/bin/slocate
+  chgrp 21 $pkgdir/usr/bin/locate
+  chmod 2755 $pkgdir/usr/bin/locate
+
+  install -dm755 $pkgdir/var/lib
+  install -dm750 -g21 $pkgdir/var/lib/locate
+  
+  # Set up a default updatedb.conf and a daily cronjob
+  install -Dm644 ${srcdir}/updatedb.conf $pkgdir/etc/updatedb.conf
+  install -Dm744 ${srcdir}/updatedb.cron.daily $pkgdir/etc/cron.daily/updatedb
+}

Copied: mlocate/repos/testing-i686/updatedb.conf (from rev 162086, 
mlocate/trunk/updatedb.conf)
===
--- testing-i686/updatedb.conf  (rev 0)
+++ testing-i686/updatedb.conf  2012-06-19 15:29:24 UTC (rev 162087)
@@ -0,0 +1,4 @@
+PRUNE_BIND_MOUNTS = yes
+PRUNEFS = 9p afs anon_inodefs auto autofs bdev binfmt_misc cgroup cifs coda 
configfs cpuset cramfs debugfs devpts devtmpfs ecryptfs exofs ftpfs fuse 
fuse.encfs fuse.sshfs fusectl gfs gfs2 hugetlbfs inotifyfs iso9660 jffs2 lustre 
mqueue ncpfs nfs nfs4 nfsd pipefs proc ramfs rootfs rpc_pipefs securityfs 
selinuxfs sfs shfs smbfs sockfs sshfs sysfs tmpfs ubifs udf usbfs vboxsf
+PRUNENAMES = .git .hg .svn
+PRUNEPATHS = /afs /media /mnt /net /sfs /tmp /udev /var/cache 
/var/lib/pacman/local /var/lock /var/run /var/spool /var/tmp

Copied: mlocate/repos/testing-i686/updatedb.cron.daily (from rev 162086, 
mlocate/trunk/updatedb.cron.daily)
===
--- testing-i686/updatedb.cron.daily(rev 0)
+++ testing-i686/updatedb.cron.daily2012-06-19 15:29:24 UTC (rev 162087)
@@ -0,0 +1,29 @@
+#!/bin/sh
+
+# nicenesses range from -20 (most favorable scheduling) to 19 (least favorable)
+NICE=19
+
+# 0 for none, 1 for real time, 2 for best-effort, 3 for idle
+IONICE_CLASS=2
+
+# 0-7 (for IONICE_CLASS 1 and 2 only), 0=highest, 7=lowest
+IONICE_PRIORITY=7
+
+UPDATEDB=/usr/bin/updatedb
+
+if [ -x /usr/bin/nice ]; then
+  UPDATEDB=/usr/bin/nice -n ${NICE:-19} ${UPDATEDB}
+fi
+
+if [ -x /usr/bin/ionice ]; then
+  UPDATEDB=/usr/bin/ionice -c ${IONICE_CLASS:-2} -n ${IONICE_PRIORITY:-7} 
${UPDATEDB}
+fi
+
+# Update the locate database
+if [ -x /usr/bin/updatedb ]; then
+  if [ -f /etc/updatedb.conf ]; then
+${UPDATEDB}
+  else
+${UPDATEDB} -f proc
+  fi
+fi

Copied: mlocate/repos/testing-x86_64/PKGBUILD (from rev 162086, 
mlocate/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD 

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

2012-06-19 Thread Allan McRae
Date: Tuesday, June 19, 2012 @ 11:43:54
  Author: allan
Revision: 162088

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

Added:
  gzip/repos/core-i686/PKGBUILD
(from rev 162087, gzip/repos/testing-i686/PKGBUILD)
  gzip/repos/core-i686/gzip.install
(from rev 162087, gzip/repos/testing-i686/gzip.install)
  gzip/repos/core-x86_64/PKGBUILD
(from rev 162087, gzip/repos/testing-x86_64/PKGBUILD)
  gzip/repos/core-x86_64/gzip.install
(from rev 162087, gzip/repos/testing-x86_64/gzip.install)
Deleted:
  gzip/repos/core-i686/PKGBUILD
  gzip/repos/core-i686/gzip.install
  gzip/repos/core-x86_64/PKGBUILD
  gzip/repos/core-x86_64/gzip.install
  gzip/repos/testing-i686/
  gzip/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |   76 +++--
 core-i686/gzip.install   |   35 
 core-x86_64/PKGBUILD |   76 +++--
 core-x86_64/gzip.install |   35 
 4 files changed, 96 insertions(+), 126 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-06-19 15:29:24 UTC (rev 162087)
+++ core-i686/PKGBUILD  2012-06-19 15:43:54 UTC (rev 162088)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: judd jvi...@zeroflux.org
-
-pkgname=gzip
-pkgver=1.4
-pkgrel=4
-pkgdesc=GNU compression utility
-arch=('i686' 'x86_64')
-url=http://www.gnu.org/software/gzip/;
-license=('GPL3')
-groups=('base')
-depends=('glibc' 'bash')
-makedepends=('patch')
-install=gzip.install
-source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.gz{,.sig})
-md5sums=('e381b8506210c794278f5527cba0e765'
- '3b11d485d1638f2d16f7494a0486a6e8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-   # By default Gzip uses assembly code. While this may preform better, 
-   # it is not position independent. The DEFS environment variable is 
-   # set to use only C code.
-   export DEFS=NO_ASM
-  ./configure --prefix=/usr
-  make 
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make prefix=${pkgdir}/usr install
-
-  install -dm755 ${pkgdir}/bin
-  mv ${pkgdir}/usr/bin/{gunzip,gzip,uncompress,zcat} ${pkgdir}/bin/
-}

Copied: gzip/repos/core-i686/PKGBUILD (from rev 162087, 
gzip/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-19 15:43:54 UTC (rev 162088)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=gzip
+pkgver=1.5
+pkgrel=1
+pkgdesc=GNU compression utility
+arch=('i686' 'x86_64')
+url=http://www.gnu.org/software/gzip/;
+license=('GPL3')
+groups=('base')
+depends=('glibc' 'bash')
+install=gzip.install
+source=(ftp://ftp.gnu.org/pub/gnu/gzip/gzip-$pkgver.tar.xz{,.sig})
+md5sums=('2a431e169b6f62f7332ef6d47cc53bae'
+ '2de95937a3f65137acf9c55d4ad0447a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make prefix=${pkgdir}/usr install
+}

Deleted: core-i686/gzip.install
===
--- core-i686/gzip.install  2012-06-19 15:29:24 UTC (rev 162087)
+++ core-i686/gzip.install  2012-06-19 15:43:54 UTC (rev 162088)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gzip.info)
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- for file in ${filelist[@]}; do
-usr/bin/install-info $infodir/$file.gz $infodir/dir 2 /dev/null
- done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-usr/bin/install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
-  done
-}

Copied: gzip/repos/core-i686/gzip.install (from rev 162087, 
gzip/repos/testing-i686/gzip.install)
===
--- core-i686/gzip.install  (rev 0)
+++ core-i686/gzip.install  2012-06-19 15:43:54 UTC (rev 162088)
@@ -0,0 +1,15 @@
+infodir=usr/share/info
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  usr/bin/install-info $infodir/gzip.info.gz $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  usr/bin/install-info --delete $infodir/gzip.info.gz $infodir/dir 2 /dev/null
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-06-19 15:29:24 UTC (rev 162087)
+++ core-x86_64/PKGBUILD2012-06-19 15:43:54 UTC (rev 162088)
@@ -1,43 +0,0 

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

2012-06-19 Thread Allan McRae
Date: Tuesday, June 19, 2012 @ 11:44:03
  Author: allan
Revision: 162089

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

Added:
  logrotate/repos/core-i686/PKGBUILD
(from rev 162087, logrotate/repos/testing-i686/PKGBUILD)
  logrotate/repos/core-i686/logrotate-3.8.1-noasprintf.patch
(from rev 162087, 
logrotate/repos/testing-i686/logrotate-3.8.1-noasprintf.patch)
  logrotate/repos/core-i686/logrotate.conf
(from rev 162087, logrotate/repos/testing-i686/logrotate.conf)
  logrotate/repos/core-i686/logrotate.cron.daily
(from rev 162087, logrotate/repos/testing-i686/logrotate.cron.daily)
  logrotate/repos/core-x86_64/PKGBUILD
(from rev 162087, logrotate/repos/testing-x86_64/PKGBUILD)
  logrotate/repos/core-x86_64/logrotate-3.8.1-noasprintf.patch
(from rev 162087, 
logrotate/repos/testing-x86_64/logrotate-3.8.1-noasprintf.patch)
  logrotate/repos/core-x86_64/logrotate.conf
(from rev 162087, logrotate/repos/testing-x86_64/logrotate.conf)
  logrotate/repos/core-x86_64/logrotate.cron.daily
(from rev 162087, logrotate/repos/testing-x86_64/logrotate.cron.daily)
Deleted:
  logrotate/repos/core-i686/PKGBUILD
  logrotate/repos/core-i686/logrotate-3.8.1-noasprintf.patch
  logrotate/repos/core-i686/logrotate.conf
  logrotate/repos/core-i686/logrotate.cron.daily
  logrotate/repos/core-x86_64/PKGBUILD
  logrotate/repos/core-x86_64/logrotate-3.8.1-noasprintf.patch
  logrotate/repos/core-x86_64/logrotate.conf
  logrotate/repos/core-x86_64/logrotate.cron.daily
  logrotate/repos/testing-i686/
  logrotate/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |   95 +++---
 core-i686/logrotate-3.8.1-noasprintf.patch   |  106 -
 core-i686/logrotate.conf |   62 +++---
 core-i686/logrotate.cron.daily   |   27 +-
 core-x86_64/PKGBUILD |   95 +++---
 core-x86_64/logrotate-3.8.1-noasprintf.patch |  106 -
 core-x86_64/logrotate.conf   |   62 +++---
 core-x86_64/logrotate.cron.daily |   27 +-
 8 files changed, 310 insertions(+), 270 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-06-19 15:43:54 UTC (rev 162088)
+++ core-i686/PKGBUILD  2012-06-19 15:44:03 UTC (rev 162089)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=logrotate
-pkgver=3.8.1
-pkgrel=1
-pkgdesc=Rotates system logs automatically
-arch=('i686' 'x86_64')
-url=https://fedorahosted.org/logrotate/;
-license=('GPL')
-groups=('base')
-depends=('popt' 'cron' 'gzip')
-backup=('etc/logrotate.conf')
-source=(https://fedorahosted.org/releases/l/o/logrotate/logrotate-${pkgver}.tar.gz
-logrotate-3.8.1-noasprintf.patch
-logrotate.conf
-logrotate.cron.daily)
-md5sums=('bd2e20d8dc644291b08f9215397d28a5'
- 'fc8e4e15211d8aefd431d0e2e96223c4'
- '462a5f364717461537eb2ae6394ad23e'
- '8e23d5d4cc29b1e055b24df87e355cdc')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  patch -p1 -i $srcdir/logrotate-3.8.1-noasprintf.patch
-
-  sed -i 's|#define DEFAULT_MAIL_COMMAND .*|#define DEFAULT_MAIL_COMMAND 
/usr/bin/mail|'\
-config.h
-  sed -i s|CFLAGS = -Wall|CFLAGS = -Wall $CFLAGS| Makefile
-  sed -i 's|$(BASEDIR)/man|$(BASEDIR)/share/man|' Makefile
-  
-  make
-}
-
-check() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-  make PREFIX=$pkgdir install
-
-  install -Dm644 $srcdir/logrotate.conf $pkgdir/etc/logrotate.conf
-  install -Dm744 $srcdir/logrotate.cron.daily 
$pkgdir/etc/cron.daily/logrotate
-}

Copied: logrotate/repos/core-i686/PKGBUILD (from rev 162087, 
logrotate/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-19 15:44:03 UTC (rev 162089)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=logrotate
+pkgver=3.8.1
+pkgrel=2
+pkgdesc=Rotates system logs automatically
+arch=('i686' 'x86_64')
+url=https://fedorahosted.org/logrotate/;
+license=('GPL')
+groups=('base')
+depends=('popt' 'cron' 'gzip')
+backup=('etc/logrotate.conf')
+source=(https://fedorahosted.org/releases/l/o/logrotate/logrotate-${pkgver}.tar.gz;
+'logrotate-3.8.1-noasprintf.patch'
+'logrotate.conf'
+'logrotate.cron.daily')
+md5sums=('bd2e20d8dc644291b08f9215397d28a5'
+ 'fc8e4e15211d8aefd431d0e2e96223c4'
+ '462a5f364717461537eb2ae6394ad23e'
+ 'aa8ac8283908b6114483a293adcb650f')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  patch -p1 -i $srcdir/logrotate-3.8.1-noasprintf.patch
+
+  sed -e 's|#define DEFAULT_MAIL_COMMAND 

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

2012-06-19 Thread andyrtr
Date: Tuesday, June 19, 2012 @ 13:24:13
  Author: andyrtr
Revision: 162090

prepare next release

Modified:
  man-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 15:44:03 UTC (rev 162089)
+++ PKGBUILD2012-06-19 17:24:13 UTC (rev 162090)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin ser...@aur.archlinux.org
 
 pkgname=man-db
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc=A utility for reading man pages
 arch=('i686' 'x86_64')
@@ -18,10 +18,11 @@
 provides=('man')
 replaces=('man')
 install=${pkgname}.install
-source=(http://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.gz
+source=(http://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.xz{,.sig}
 convert-mans man-db.cron.daily)
 options=('!libtool')
-md5sums=('79658e8695c7b9b3be1ee340d78a4692'
+md5sums=('647c48d46c464419185d031d04481ee5'
+ 'a9de1f9bbe620a5a9b9f5da8c58cd96c'
  '2b7662a7d5b33fe91f9f3e034361a2f6'
  'd30c39ae47560304471b5461719e0f03')
 



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

2012-06-19 Thread andyrtr
Date: Tuesday, June 19, 2012 @ 14:25:25
  Author: andyrtr
Revision: 162091

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

Added:
  man-db/repos/testing-i686/
  man-db/repos/testing-i686/PKGBUILD
(from rev 162090, man-db/trunk/PKGBUILD)
  man-db/repos/testing-i686/convert-mans
(from rev 162090, man-db/trunk/convert-mans)
  man-db/repos/testing-i686/man-db.cron.daily
(from rev 162090, man-db/trunk/man-db.cron.daily)
  man-db/repos/testing-i686/man-db.install
(from rev 162090, man-db/trunk/man-db.install)
  man-db/repos/testing-x86_64/
  man-db/repos/testing-x86_64/PKGBUILD
(from rev 162090, man-db/trunk/PKGBUILD)
  man-db/repos/testing-x86_64/convert-mans
(from rev 162090, man-db/trunk/convert-mans)
  man-db/repos/testing-x86_64/man-db.cron.daily
(from rev 162090, man-db/trunk/man-db.cron.daily)
  man-db/repos/testing-x86_64/man-db.install
(from rev 162090, man-db/trunk/man-db.install)

--+
 testing-i686/PKGBUILD|   56 +
 testing-i686/convert-mans|   11 +++
 testing-i686/man-db.cron.daily   |   39 +
 testing-i686/man-db.install  |   22 ++
 testing-x86_64/PKGBUILD  |   56 +
 testing-x86_64/convert-mans  |   11 +++
 testing-x86_64/man-db.cron.daily |   39 +
 testing-x86_64/man-db.install|   22 ++
 8 files changed, 256 insertions(+)

Copied: man-db/repos/testing-i686/PKGBUILD (from rev 162090, 
man-db/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-19 18:25:25 UTC (rev 162091)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Sergej Pupykin ser...@aur.archlinux.org
+
+pkgname=man-db
+pkgver=2.6.2
+pkgrel=1
+pkgdesc=A utility for reading man pages
+arch=('i686' 'x86_64')
+url=http://www.nongnu.org/man-db/;
+license=('GPL' 'LGPL')
+groups=('base')
+depends=( 'bash' 'gdbm' 'zlib' 'groff' 'libpipeline')
+optdepends=('less' 'gzip')
+backup=('etc/man_db.conf'
+   'etc/cron.daily/man-db')
+conflicts=('man')
+provides=('man')
+replaces=('man')
+install=${pkgname}.install
+source=(http://savannah.nongnu.org/download/man-db/$pkgname-$pkgver.tar.xz{,.sig}
+convert-mans man-db.cron.daily)
+options=('!libtool')
+md5sums=('647c48d46c464419185d031d04481ee5'
+ 'a9de1f9bbe620a5a9b9f5da8c58cd96c'
+ '2b7662a7d5b33fe91f9f3e034361a2f6'
+ 'd30c39ae47560304471b5461719e0f03')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+   --with-db=gdbm --disable-setuid --enable-mandirs=GNU \
+   --with-sections=1 n l 8 3 0 2 5 4 9 6 7
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # part of groff pkg
+  rm -f ${pkgdir}/usr/bin/zsoelim
+
+  # script from LFS to convert manpages, see
+  # http://www.linuxfromscratch.org/lfs/view/6.4/chapter06/man-db.html
+  install -D -m755 ${srcdir}/convert-mans  ${pkgdir}/usr/bin/convert-mans 
+
+  #install whatis cron script
+  install -D -m744 ${srcdir}/man-db.cron.daily ${pkgdir}/etc/cron.daily/man-db
+}
+

Copied: man-db/repos/testing-i686/convert-mans (from rev 162090, 
man-db/trunk/convert-mans)
===
--- testing-i686/convert-mans   (rev 0)
+++ testing-i686/convert-mans   2012-06-19 18:25:25 UTC (rev 162091)
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+FROM=$1
+TO=$2
+shift ; shift
+while [ $# -gt 0 ]
+do
+FILE=$1
+shift
+iconv -f $FROM -t $TO $FILE .tmp.iconv
+mv .tmp.iconv $FILE
+done

Copied: man-db/repos/testing-i686/man-db.cron.daily (from rev 162090, 
man-db/trunk/man-db.cron.daily)
===
--- testing-i686/man-db.cron.daily  (rev 0)
+++ testing-i686/man-db.cron.daily  2012-06-19 18:25:25 UTC (rev 162091)
@@ -0,0 +1,39 @@
+#!/bin/sh
+
+# nicenesses range from -20 (most favorable scheduling) to 19 (least favorable)
+NICE=19
+
+# 0 for none, 1 for real time, 2 for best-effort, 3 for idle
+IONICE_CLASS=2
+
+# 0-7 (for IONICE_CLASS 1 and 2 only), 0=highest, 7=lowest
+IONICE_PRIORITY=7
+
+UPDATEMANDB=/usr/bin/mandb --quiet
+
+# Update the whatis database
+#/usr/sbin/makewhatis -u -w
+
+# taken from Debian
+# man-db cron daily
+set -e
+
+if ! [ -d /var/cache/man ]; then
+# Recover from deletion, per FHS.
+mkdir -p /var/cache/man
+chmod 755 /var/cache/man
+fi
+
+# regenerate man database
+
+if [ -x /usr/bin/nice ]; then
+  UPDATEMANDB=/usr/bin/nice -n ${NICE:-19} ${UPDATEMANDB}
+fi
+
+if [ -x /usr/bin/ionice ]; then
+  

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

2012-06-19 Thread Jan Steffens
Date: Tuesday, June 19, 2012 @ 15:27:55
  Author: heftig
Revision: 162092

4.4.3

Modified:
  gtkhtml4/trunk/PKGBUILD
Deleted:
  gtkhtml4/trunk/fix-selection-behaviour-in-iframe.patch

-+
 PKGBUILD|4 +--
 fix-selection-behaviour-in-iframe.patch |   35 --
 2 files changed, 2 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 18:25:25 UTC (rev 162091)
+++ PKGBUILD2012-06-19 19:27:55 UTC (rev 162092)
@@ -3,7 +3,7 @@
 
 pkgname=gtkhtml4
 _pkgbasename=gtkhtml
-pkgver=4.4.2
+pkgver=4.4.3
 pkgrel=1
 pkgdesc=A lightweight HTML renderer/editor widget for GTK3
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 url=http://www.gnome.org;
 options=('!libtool')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('96b0d561a697c0b85dbe0e6a0d220012765a3aa4f2a9e8ffddd520891094e694')
+sha256sums=('da1f593dafcb202dbed0e99bc14ef20bfd5c54ec0d966912feeb7ba7864418aa')
 
 build() {
 cd $_pkgbasename-$pkgver

Deleted: fix-selection-behaviour-in-iframe.patch
===
--- fix-selection-behaviour-in-iframe.patch 2012-06-19 18:25:25 UTC (rev 
162091)
+++ fix-selection-behaviour-in-iframe.patch 2012-06-19 19:27:55 UTC (rev 
162092)
@@ -1,35 +0,0 @@
-From 9ec36544203d4c1b98aa843c2c3ff0a4f725da68 Mon Sep 17 00:00:00 2001
-From: Sam Thursfield sam.thursfi...@codethink.co.uk
-Date: Thu, 03 May 2012 19:04:20 +
-Subject: Bug 672582 - Fix selection behavior inside iframe
-
-Since kinetic scrolling was introduced in Gtk+, GtkScrolledWindow
-has had its own GdkWindow. This means we need to use the allocation
-of the GtkScrolledWindow rather than its child GtkHTML widget when we
-want to translate pointer coordinates relative to the iframe, because
-a widget's GtkAllocation is relative to the parent GdkWindow.
-
-(cherry picked from commit 7b7b37745d2f46914be314e4d7aef7a575529345)

-diff --git a/gtkhtml/gtkhtml.c b/gtkhtml/gtkhtml.c
-index 697b16e..6284855 100644
 a/gtkhtml/gtkhtml.c
-+++ b/gtkhtml/gtkhtml.c
-@@ -1823,9 +1823,14 @@ shift_to_iframe_parent (GtkWidget *widget,
- gint *y)
- {
-   while (GTK_HTML (widget)-iframe_parent) {
-+  GtkWidget *scrolled_window;
-   GtkAllocation allocation;
- 
--  gtk_widget_get_allocation (widget, allocation);
-+  scrolled_window = gtk_widget_get_parent (widget);
-+
-+  g_return_val_if_fail (GTK_IS_SCROLLED_WINDOW (scrolled_window), 
widget);
-+
-+  gtk_widget_get_allocation (scrolled_window, allocation);
- 
-   if (x)
-   *x += allocation.x - GTK_HTML 
(widget)-engine-x_offset;
---
-cgit v0.9.0.2



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

2012-06-19 Thread Jan Steffens
Date: Tuesday, June 19, 2012 @ 15:33:40
  Author: heftig
Revision: 162093

3.4.3

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 19:27:55 UTC (rev 162092)
+++ PKGBUILD2012-06-19 19:33:40 UTC (rev 162093)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc=Centralized access to appointments and contacts
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 url=http://www.gnome.org;
 license=('GPL')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('9020337a8ce02ae13c2bcbab80784bfbc6b73803d91a3cacc6362426036f6285')
+sha256sums=('455d0ee5ba5f1638f593476427697c9b5fc9668389b18f170449710f711626d8')
 
 build() {
   cd $pkgname-$pkgver



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

2012-06-19 Thread Jan Steffens
Date: Tuesday, June 19, 2012 @ 16:13:36
  Author: heftig
Revision: 162094

3.4.3

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 19:33:40 UTC (rev 162093)
+++ PKGBUILD2012-06-19 20:13:36 UTC (rev 162094)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc=Manage your email, contacts and schedule
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aa08c5e5abf75b3d617d6ab17d16c5a5b1775558a3cd4415554d5bcd78d1914d')
+sha256sums=('3b57f6c1f61993771f0b63c11287ced17ae44b5007ba1a27f14fcb0a1ec0dfcc')
 
 build() {
   cd $pkgname-$pkgver



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

2012-06-19 Thread Jan Steffens
Date: Tuesday, June 19, 2012 @ 16:15:18
  Author: heftig
Revision: 162095

3.4.3

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 20:13:36 UTC (rev 162094)
+++ PKGBUILD2012-06-19 20:15:18 UTC (rev 162095)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('789fd8e6611b94974cf3224a4286ee2fb1431a69d766358ecfe48bf7518fd857')
+sha256sums=('3239fcd0f66ab416ceff66b829e3e287599320fcd747f4e2d68a9b094469615d')
 
 build() {
   cd $pkgname-$pkgver



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

2012-06-19 Thread Jan Steffens
Date: Tuesday, June 19, 2012 @ 16:18:14
  Author: heftig
Revision: 162096

3.4.3

Modified:
  evolution-exchange/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 20:15:18 UTC (rev 162095)
+++ PKGBUILD2012-06-19 20:18:14 UTC (rev 162096)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-exchange
-pkgver=3.4.1
+pkgver=3.4.3
 pkgrel=1
 pkgdesc=Ximian Connector Exchange plugin for Evolution
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool' '!emptydirs')
 install=evolution-exchange.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a123b943e5a7128435b65219bfcd2a8f71223f8d7ef0319ec06011fbd392ea80')
+sha256sums=('28b2b47bfdae097b13722dfd0aae6e1335de8d98bd10534a3c7675489352f7b7')
 
 build() {
   cd $pkgname-$pkgver



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

2012-06-19 Thread Jan Steffens
Date: Tuesday, June 19, 2012 @ 16:20:52
  Author: heftig
Revision: 162097

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

Added:
  gtkhtml4/repos/extra-i686/PKGBUILD
(from rev 162096, gtkhtml4/trunk/PKGBUILD)
  gtkhtml4/repos/extra-x86_64/PKGBUILD
(from rev 162096, gtkhtml4/trunk/PKGBUILD)
Deleted:
  gtkhtml4/repos/extra-i686/PKGBUILD
  gtkhtml4/repos/extra-i686/fix-selection-behaviour-in-iframe.patch
  gtkhtml4/repos/extra-x86_64/PKGBUILD
  gtkhtml4/repos/extra-x86_64/fix-selection-behaviour-in-iframe.patch

--+
 extra-i686/PKGBUILD  |   58 -
 extra-i686/fix-selection-behaviour-in-iframe.patch   |   35 --
 extra-x86_64/PKGBUILD|   58 -
 extra-x86_64/fix-selection-behaviour-in-iframe.patch |   35 --
 4 files changed, 58 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-19 20:18:14 UTC (rev 162096)
+++ extra-i686/PKGBUILD 2012-06-19 20:20:52 UTC (rev 162097)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gtkhtml4
-_pkgbasename=gtkhtml
-pkgver=4.4.2
-pkgrel=1
-pkgdesc=A lightweight HTML renderer/editor widget for GTK3
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
-makedepends=('intltool')
-url=http://www.gnome.org;
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('96b0d561a697c0b85dbe0e6a0d220012765a3aa4f2a9e8ffddd520891094e694')
-
-build() {
-cd $_pkgbasename-$pkgver
-./configure --prefix=/usr --sysconfdir=/etc \
---libexecdir=/usr/lib/gtkhtml4 \
---localstatedir=/var --disable-static
-make
-}
-
-package() {
-cd $_pkgbasename-$pkgver
-make DESTDIR=$pkgdir install
-}

Copied: gtkhtml4/repos/extra-i686/PKGBUILD (from rev 162096, 
gtkhtml4/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-19 20:20:52 UTC (rev 162097)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gtkhtml4
+_pkgbasename=gtkhtml
+pkgver=4.4.3
+pkgrel=1
+pkgdesc=A lightweight HTML renderer/editor widget for GTK3
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'enchant' 'iso-codes' 'gnome-icon-theme' 'libsoup')
+makedepends=('intltool')
+url=http://www.gnome.org;
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('da1f593dafcb202dbed0e99bc14ef20bfd5c54ec0d966912feeb7ba7864418aa')
+
+build() {
+cd $_pkgbasename-$pkgver
+./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/gtkhtml4 \
+--localstatedir=/var --disable-static
+make
+}
+
+package() {
+cd $_pkgbasename-$pkgver
+make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/fix-selection-behaviour-in-iframe.patch
===
--- extra-i686/fix-selection-behaviour-in-iframe.patch  2012-06-19 20:18:14 UTC 
(rev 162096)
+++ extra-i686/fix-selection-behaviour-in-iframe.patch  2012-06-19 20:20:52 UTC 
(rev 162097)
@@ -1,35 +0,0 @@
-From 9ec36544203d4c1b98aa843c2c3ff0a4f725da68 Mon Sep 17 00:00:00 2001
-From: Sam Thursfield sam.thursfi...@codethink.co.uk
-Date: Thu, 03 May 2012 19:04:20 +
-Subject: Bug 672582 - Fix selection behavior inside iframe
-
-Since kinetic scrolling was introduced in Gtk+, GtkScrolledWindow
-has had its own GdkWindow. This means we need to use the allocation
-of the GtkScrolledWindow rather than its child GtkHTML widget when we
-want to translate pointer coordinates relative to the iframe, because
-a widget's GtkAllocation is relative to the parent GdkWindow.
-
-(cherry picked from commit 7b7b37745d2f46914be314e4d7aef7a575529345)

-diff --git a/gtkhtml/gtkhtml.c b/gtkhtml/gtkhtml.c
-index 697b16e..6284855 100644
 a/gtkhtml/gtkhtml.c
-+++ b/gtkhtml/gtkhtml.c
-@@ -1823,9 +1823,14 @@ shift_to_iframe_parent (GtkWidget *widget,
- gint *y)
- {
-   while (GTK_HTML (widget)-iframe_parent) {
-+  GtkWidget *scrolled_window;
-   GtkAllocation allocation;
- 
--  gtk_widget_get_allocation (widget, allocation);
-+  scrolled_window = gtk_widget_get_parent (widget);
-+
-+  g_return_val_if_fail (GTK_IS_SCROLLED_WINDOW (scrolled_window), 
widget);
-+
-+  gtk_widget_get_allocation (scrolled_window, allocation);
- 
-   if (x)
-   *x += allocation.x - GTK_HTML 
(widget)-engine-x_offset;
---
-cgit v0.9.0.2

Deleted: extra-x86_64/PKGBUILD

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

2012-06-19 Thread Jan Steffens
Date: Tuesday, June 19, 2012 @ 16:22:53
  Author: heftig
Revision: 162098

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

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

+
 extra-i686/PKGBUILD|   66 +--
 extra-i686/evolution-data-server.install   |   22 -
 extra-x86_64/PKGBUILD  |   66 +--
 extra-x86_64/evolution-data-server.install |   22 -
 4 files changed, 88 insertions(+), 88 deletions(-)

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

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

Deleted: extra-i686/evolution-data-server.install
===
--- extra-i686/evolution-data-server.install2012-06-19 20:20:52 UTC (rev 
162097)
+++ extra-i686/evolution-data-server.install2012-06-19 20:22:53 UTC (rev 
162098)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove () {
-post_install
-}

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

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

2012-06-19 Thread Jan Steffens
Date: Tuesday, June 19, 2012 @ 16:27:53
  Author: heftig
Revision: 162099

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

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

+
 extra-i686/PKGBUILD|   96 +++
 extra-i686/evolution.install   |   48 +--
 extra-x86_64/PKGBUILD  |   96 +++
 extra-x86_64/evolution.install |   48 +--
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-19 20:22:53 UTC (rev 162098)
+++ extra-i686/PKGBUILD 2012-06-19 20:27:53 UTC (rev 162099)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=evolution
-pkgver=3.4.2
-pkgrel=1
-pkgdesc=Manage your email, contacts and schedule
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme' 
'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin')
-groups=('gnome-extra')
-options=('!libtool' '!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('aa08c5e5abf75b3d617d6ab17d16c5a5b1775558a3cd4415554d5bcd78d1914d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --with-krb5=/usr \
-  --disable-image-inline
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-  make -C plugins/tnef-attachments
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-  make -C plugins/tnef-attachments DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-3.2 $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 162098, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-19 20:27:53 UTC (rev 162099)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.4.3
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop' 'evolution-data-server' 'gtkhtml4' 'libcanberra' 
'gstreamer0.10' 'libpst' 'libytnef' 'desktop-file-utils' 'hicolor-icon-theme' 
'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'networkmanager')
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3b57f6c1f61993771f0b63c11287ced17ae44b5007ba1a27f14fcb0a1ec0dfcc')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-image-inline
+  
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+  make -C 

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

2012-06-19 Thread Jan Steffens
Date: Tuesday, June 19, 2012 @ 16:28:58
  Author: heftig
Revision: 162100

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

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 162099, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 162099, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/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-06-19 20:27:53 UTC (rev 162099)
+++ extra-i686/PKGBUILD 2012-06-19 20:28:58 UTC (rev 162100)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.4.2
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('789fd8e6611b94974cf3224a4286ee2fb1431a69d766358ecfe48bf7518fd857')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 162099, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-19 20:28:58 UTC (rev 162100)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.4.3
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3239fcd0f66ab416ceff66b829e3e287599320fcd747f4e2d68a9b094469615d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-19 20:27:53 UTC (rev 162099)
+++ extra-x86_64/PKGBUILD   2012-06-19 20:28:58 UTC (rev 162100)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.4.2
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('789fd8e6611b94974cf3224a4286ee2fb1431a69d766358ecfe48bf7518fd857')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 162099, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-06-19 20:28:58 UTC (rev 162100)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.4.3
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3239fcd0f66ab416ceff66b829e3e287599320fcd747f4e2d68a9b094469615d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2012-06-19 Thread Jan Steffens
Date: Tuesday, June 19, 2012 @ 16:30:13
  Author: heftig
Revision: 162101

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

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

-+
 extra-i686/PKGBUILD |   66 +++---
 extra-i686/evolution-exchange.install   |   34 +++
 extra-x86_64/PKGBUILD   |   66 +++---
 extra-x86_64/evolution-exchange.install |   34 +++
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-19 20:28:58 UTC (rev 162100)
+++ extra-i686/PKGBUILD 2012-06-19 20:30:13 UTC (rev 162101)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=evolution-exchange
-pkgver=3.4.1
-pkgrel=1
-pkgdesc=Ximian Connector Exchange plugin for Evolution
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.ximian.com;
-depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
-makedepends=('intltool' 'evolution')
-options=('!libtool' '!emptydirs')
-install=evolution-exchange.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a123b943e5a7128435b65219bfcd2a8f71223f8d7ef0319ec06011fbd392ea80')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static \
-  --with-libdb=/usr --with-krb5=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -m755 -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-exchange-3.2 $pkgdir/etc/gconf/schemas/*.schemas
-  rm -f $pkgdir/etc/gconf/schemas/*.schemas
-}

Copied: evolution-exchange/repos/extra-i686/PKGBUILD (from rev 162100, 
evolution-exchange/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-19 20:30:13 UTC (rev 162101)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=evolution-exchange
+pkgver=3.4.3
+pkgrel=1
+pkgdesc=Ximian Connector Exchange plugin for Evolution
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.ximian.com;
+depends=('evolution-data-server' 'gtkhtml4' 'gnome-desktop')
+makedepends=('intltool' 'evolution')
+options=('!libtool' '!emptydirs')
+install=evolution-exchange.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('28b2b47bfdae097b13722dfd0aae6e1335de8d98bd10534a3c7675489352f7b7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static \
+  --with-libdb=/usr --with-krb5=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -m755 -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas 
--domain evolution-exchange-3.2 $pkgdir/etc/gconf/schemas/*.schemas
+  rm -f $pkgdir/etc/gconf/schemas/*.schemas
+}

Deleted: extra-i686/evolution-exchange.install
===
--- extra-i686/evolution-exchange.install   2012-06-19 20:28:58 UTC (rev 
162100)
+++ extra-i686/evolution-exchange.install   2012-06-19 20:30:13 UTC (rev 
162101)
@@ -1,17 +0,0 @@
-pkgname=evolution-exchange
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}

Copied: evolution-exchange/repos/extra-i686/evolution-exchange.install (from 
rev 162100, evolution-exchange/trunk/evolution-exchange.install)
===
--- extra-i686/evolution-exchange.install   (rev 0)
+++ extra-i686/evolution-exchange.install   2012-06-19 20:30:13 UTC (rev 
162101)
@@ -0,0 +1,17 @@
+pkgname=evolution-exchange
+

[arch-commits] Commit in bash-completion/trunk (PKGBUILD modinfo-path.diff)

2012-06-19 Thread Eric Bélanger
Date: Tuesday, June 19, 2012 @ 18:03:43
  Author: eric
Revision: 162102

upgpkg: bash-completion 2.0-1

Upstream update, Disable SMP build, Remove old patch

Modified:
  bash-completion/trunk/PKGBUILD
Deleted:
  bash-completion/trunk/modinfo-path.diff

---+
 PKGBUILD  |   13 +
 modinfo-path.diff |   15 ---
 2 files changed, 5 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 20:30:13 UTC (rev 162101)
+++ PKGBUILD2012-06-19 22:03:43 UTC (rev 162102)
@@ -2,22 +2,19 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=bash-completion
-pkgver=1.99
-pkgrel=2
+pkgver=2.0
+pkgrel=1
 pkgdesc=Programmable completion for the bash shell
 arch=('any')
 url=http://bash-completion.alioth.debian.org/;
 license=('GPL')
 depends=('bash')
-options=('!emptydirs')
-source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2
 \
-modinfo-path.diff)
-md5sums=('3cf478b7f1065f424d3d6ec35f80e4f2'
- '7047eb6f484323e8d1d22fb260a43a8e')
+options=('!emptydirs' '!makeflags')
+source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('0d903f398be8c8f24bc5ffa6f86127f8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/modinfo-path.diff
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }

Deleted: modinfo-path.diff
===
--- modinfo-path.diff   2012-06-19 20:30:13 UTC (rev 162101)
+++ modinfo-path.diff   2012-06-19 22:03:43 UTC (rev 162102)
@@ -1,15 +0,0 @@
-Subject: [PATCH 1/1] insmod, modprobe: Don't hardcode path to modinfo (Alioth: 
#313569)
-
 a/completions/insmod
-+++ b/completions/insmod
-@@ -9,8 +9,8 @@ _insmod()
- 
- if [[ $cword -gt 1  ${words[cword-1]} != -* ]]; then
- # do module parameter completion
--COMPREPLY=( $( compgen -W $( /sbin/modinfo -p ${words[1]} | \
--cut -d: -f1 ) -- $cur ) )
-+COMPREPLY=( $( compgen -W $( PATH=$PATH:/sbin modinfo \
-+-p ${words[1]} 2/dev/null | cut -d: -f1 ) -- $cur ) )
- else
- _modules $(uname -r)
- fi



[arch-commits] Commit in bash-completion/repos/extra-any (3 files)

2012-06-19 Thread Eric Bélanger
Date: Tuesday, June 19, 2012 @ 18:04:01
  Author: eric
Revision: 162103

archrelease: copy trunk to extra-any

Added:
  bash-completion/repos/extra-any/PKGBUILD
(from rev 162102, bash-completion/trunk/PKGBUILD)
Deleted:
  bash-completion/repos/extra-any/PKGBUILD
  bash-completion/repos/extra-any/modinfo-path.diff

---+
 PKGBUILD  |   65 
 modinfo-path.diff |   15 
 2 files changed, 31 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-19 22:03:43 UTC (rev 162102)
+++ PKGBUILD2012-06-19 22:04:01 UTC (rev 162103)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=bash-completion
-pkgver=1.99
-pkgrel=2
-pkgdesc=Programmable completion for the bash shell
-arch=('any')
-url=http://bash-completion.alioth.debian.org/;
-license=('GPL')
-depends=('bash')
-options=('!emptydirs')
-source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2
 \
-modinfo-path.diff)
-md5sums=('3cf478b7f1065f424d3d6ec35f80e4f2'
- '7047eb6f484323e8d1d22fb260a43a8e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/modinfo-path.diff
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
-  rm ${pkgdir}/etc/profile.d/bash_completion.sh
-
-# remove Slackware's makepkg completion
-  rm ${pkgdir}/usr/share/bash-completion/completions/makepkg
-}

Copied: bash-completion/repos/extra-any/PKGBUILD (from rev 162102, 
bash-completion/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-19 22:04:01 UTC (rev 162103)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=bash-completion
+pkgver=2.0
+pkgrel=1
+pkgdesc=Programmable completion for the bash shell
+arch=('any')
+url=http://bash-completion.alioth.debian.org/;
+license=('GPL')
+depends=('bash')
+options=('!emptydirs' '!makeflags')
+source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('0d903f398be8c8f24bc5ffa6f86127f8')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+# bash-completion is sourced in /etc/bash.bashrc so that non-bash shell don't 
source it
+  rm ${pkgdir}/etc/profile.d/bash_completion.sh
+
+# remove Slackware's makepkg completion
+  rm ${pkgdir}/usr/share/bash-completion/completions/makepkg
+}

Deleted: modinfo-path.diff
===
--- modinfo-path.diff   2012-06-19 22:03:43 UTC (rev 162102)
+++ modinfo-path.diff   2012-06-19 22:04:01 UTC (rev 162103)
@@ -1,15 +0,0 @@
-Subject: [PATCH 1/1] insmod, modprobe: Don't hardcode path to modinfo (Alioth: 
#313569)
-
 a/completions/insmod
-+++ b/completions/insmod
-@@ -9,8 +9,8 @@ _insmod()
- 
- if [[ $cword -gt 1  ${words[cword-1]} != -* ]]; then
- # do module parameter completion
--COMPREPLY=( $( compgen -W $( /sbin/modinfo -p ${words[1]} | \
--cut -d: -f1 ) -- $cur ) )
-+COMPREPLY=( $( compgen -W $( PATH=$PATH:/sbin modinfo \
-+-p ${words[1]} 2/dev/null | cut -d: -f1 ) -- $cur ) )
- else
- _modules $(uname -r)
- fi



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

2012-06-19 Thread Eric Bélanger
Date: Tuesday, June 19, 2012 @ 22:05:56
  Author: eric
Revision: 162104

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

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

--+
 core-i686/PKGBUILD   |   50 -
 core-x86_64/PKGBUILD |   50 -
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-06-19 22:04:01 UTC (rev 162103)
+++ core-i686/PKGBUILD  2012-06-20 02:05:56 UTC (rev 162104)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=psmisc
-pkgver=22.17
-pkgrel=1
-pkgdesc=Miscellaneous procfs tools
-arch=('i686' 'x86_64')
-url=http://psmisc.sourceforge.net/index.html;
-license=('GPL')
-groups=('base')
-depends=('ncurses')
-source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('5d400710cf030bf7396aec40f53e933942ec8b4a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: psmisc/repos/core-i686/PKGBUILD (from rev 162103, 
psmisc/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-20 02:05:56 UTC (rev 162104)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=psmisc
+pkgver=22.18
+pkgrel=1
+pkgdesc=Miscellaneous procfs tools
+arch=('i686' 'x86_64')
+url=http://psmisc.sourceforge.net/index.html;
+license=('GPL')
+groups=('base')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('964f6daa0950b128a0840d9df4dc0b671730a83c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-06-19 22:04:01 UTC (rev 162103)
+++ core-x86_64/PKGBUILD2012-06-20 02:05:56 UTC (rev 162104)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=psmisc
-pkgver=22.17
-pkgrel=1
-pkgdesc=Miscellaneous procfs tools
-arch=('i686' 'x86_64')
-url=http://psmisc.sourceforge.net/index.html;
-license=('GPL')
-groups=('base')
-depends=('ncurses')
-source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('5d400710cf030bf7396aec40f53e933942ec8b4a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: psmisc/repos/core-x86_64/PKGBUILD (from rev 162103, 
psmisc/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2012-06-20 02:05:56 UTC (rev 162104)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=psmisc
+pkgver=22.18
+pkgrel=1
+pkgdesc=Miscellaneous procfs tools
+arch=('i686' 'x86_64')
+url=http://psmisc.sourceforge.net/index.html;
+license=('GPL')
+groups=('base')
+depends=('ncurses')
+source=(http://downloads.sourceforge.net/psmisc/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('964f6daa0950b128a0840d9df4dc0b671730a83c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-06-19 Thread Eric Bélanger
Date: Wednesday, June 20, 2012 @ 00:33:51
  Author: eric
Revision: 162105

upgpkg: gtkpod 2.1.2-1

Upstream update, Add libvorbis and faad2 makedepends to build ogg and m4a 
support (close FS#26291)

Modified:
  gtkpod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-20 02:05:56 UTC (rev 162104)
+++ PKGBUILD2012-06-20 04:33:51 UTC (rev 162105)
@@ -3,21 +3,23 @@
 # Contributor: Aaron Griffin aa...@archlinux.org
 
 pkgname=gtkpod
-pkgver=2.1.1
-pkgrel=3
+pkgver=2.1.2
+pkgrel=1
 pkgdesc=A platform independent GUI for Apple's iPod using GTK3
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;
 license=('GPL')
 depends=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk')
-makedepends=('flex' 'intltool')
+makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
 optdepends=('libmp4v2: MP4/h264 support'
 'vorbis-tools: OGG support'
-'id3v2: mp3 conversion support')
+   'libvorbis: OGG support'
+'id3v2: mp3 conversion support'
+'faad2: m4a conversion support')
 install=gtkpod.install
 options=('!libtool')
 source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('36fd0324fd1d1da00fcddacef1b09983')
+md5sums=('88fef3f947cbb7ae6b714080733a3b6b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-06-19 Thread Eric Bélanger
Date: Wednesday, June 20, 2012 @ 00:34:13
  Author: eric
Revision: 162106

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

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

-+
 extra-i686/PKGBUILD |   66 +-
 extra-i686/gtkpod.install   |   24 +++
 extra-x86_64/PKGBUILD   |   66 +-
 extra-x86_64/gtkpod.install |   24 +++
 4 files changed, 92 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-20 04:33:51 UTC (rev 162105)
+++ extra-i686/PKGBUILD 2012-06-20 04:34:13 UTC (rev 162106)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=gtkpod
-pkgver=2.1.1
-pkgrel=3
-pkgdesc=A platform independent GUI for Apple's iPod using GTK3
-arch=('i686' 'x86_64')
-url=http://gtkpod.sourceforge.net;
-license=('GPL')
-depends=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk')
-makedepends=('flex' 'intltool')
-optdepends=('libmp4v2: MP4/h264 support'
-'vorbis-tools: OGG support'
-'id3v2: mp3 conversion support')
-install=gtkpod.install
-options=('!libtool')
-source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('36fd0324fd1d1da00fcddacef1b09983')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gtkpod/repos/extra-i686/PKGBUILD (from rev 162105, 
gtkpod/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-20 04:34:13 UTC (rev 162106)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=gtkpod
+pkgver=2.1.2
+pkgrel=1
+pkgdesc=A platform independent GUI for Apple's iPod using GTK3
+arch=('i686' 'x86_64')
+url=http://gtkpod.sourceforge.net;
+license=('GPL')
+depends=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk')
+makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   'libvorbis: OGG support'
+'id3v2: mp3 conversion support'
+'faad2: m4a conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('88fef3f947cbb7ae6b714080733a3b6b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/gtkpod.install
===
--- extra-i686/gtkpod.install   2012-06-20 04:33:51 UTC (rev 162105)
+++ extra-i686/gtkpod.install   2012-06-20 04:34:13 UTC (rev 162106)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gtkpod/repos/extra-i686/gtkpod.install (from rev 162105, 
gtkpod/trunk/gtkpod.install)
===
--- extra-i686/gtkpod.install   (rev 0)
+++ extra-i686/gtkpod.install   2012-06-20 04:34:13 UTC (rev 162106)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-20 04:33:51 UTC (rev 162105)
+++ extra-x86_64/PKGBUILD   2012-06-20 04:34:13 UTC (rev 162106)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=gtkpod
-pkgver=2.1.1
-pkgrel=3
-pkgdesc=A platform independent GUI for Apple's iPod using GTK3
-arch=('i686' 'x86_64')
-url=http://gtkpod.sourceforge.net;

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

2012-06-19 Thread Gaetan Bisson
Date: Wednesday, June 20, 2012 @ 00:58:59
  Author: bisson
Revision: 162107

implement FS#30370

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-20 04:34:13 UTC (rev 162106)
+++ PKGBUILD2012-06-20 04:58:59 UTC (rev 162107)
@@ -54,10 +54,11 @@
install_root=${pkgdir} \
daemon_directory=/usr/lib/${pkgname} \
sample_directory=/etc/${pkgname}/sample \
-   manpage_directory=/usr/share/man
+   manpage_directory=/usr/share/man \
+   readme_directory=/usr/share/doc/${pkgname} \
 
install -D -m755 ../rc.d ${pkgdir}/etc/rc.d/${pkgname}
install -D -m644 LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   sed 's/\(^\$manpage[^:]*\):/\1.gz:/' -i 
${pkgdir}/usr/lib/${pkgname}/postfix-files
+   sed 's/^\(\$manpage[^:]*\):/\1.gz:/' -i 
${pkgdir}/usr/lib/${pkgname}/postfix-files
cd ${pkgdir}; patch -p0 -i ${srcdir}/aliases.patch
 }