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

2012-11-19 Thread Eric Bélanger
Date: Tuesday, November 20, 2012 @ 00:26:38
  Author: eric
Revision: 171607

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

Added:
  vi/repos/core-i686/PKGBUILD
(from rev 171606, vi/repos/testing-i686/PKGBUILD)
  vi/repos/core-i686/increase-tube.patch
(from rev 171606, vi/repos/testing-i686/increase-tube.patch)
  vi/repos/core-i686/navkeys.patch
(from rev 171606, vi/repos/testing-i686/navkeys.patch)
  vi/repos/core-i686/preserve_dir.patch
(from rev 171606, vi/repos/testing-i686/preserve_dir.patch)
  vi/repos/core-x86_64/PKGBUILD
(from rev 171606, vi/repos/testing-x86_64/PKGBUILD)
  vi/repos/core-x86_64/increase-tube.patch
(from rev 171606, vi/repos/testing-x86_64/increase-tube.patch)
  vi/repos/core-x86_64/navkeys.patch
(from rev 171606, vi/repos/testing-x86_64/navkeys.patch)
  vi/repos/core-x86_64/preserve_dir.patch
(from rev 171606, vi/repos/testing-x86_64/preserve_dir.patch)
Deleted:
  vi/repos/core-i686/PKGBUILD
  vi/repos/core-i686/exrc.sample
  vi/repos/core-i686/increase-tube.patch
  vi/repos/core-i686/navkeys.patch
  vi/repos/core-i686/preserve_dir.patch
  vi/repos/core-x86_64/PKGBUILD
  vi/repos/core-x86_64/exrc.sample
  vi/repos/core-x86_64/increase-tube.patch
  vi/repos/core-x86_64/navkeys.patch
  vi/repos/core-x86_64/preserve_dir.patch
  vi/repos/testing-i686/
  vi/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |   91 +--
 core-i686/exrc.sample   |5 -
 core-i686/increase-tube.patch   |   26 ++---
 core-i686/navkeys.patch |  110 +++
 core-i686/preserve_dir.patch|  180 --
 core-x86_64/PKGBUILD|   91 +--
 core-x86_64/exrc.sample |5 -
 core-x86_64/increase-tube.patch |   26 ++---
 core-x86_64/navkeys.patch   |  110 +++
 core-x86_64/preserve_dir.patch  |  180 --
 10 files changed, 422 insertions(+), 402 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-11-20 03:07:17 UTC (rev 171606)
+++ core-i686/PKGBUILD  2012-11-20 05:26:38 UTC (rev 171607)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: tobias [ tobias at archlinux org ]
-
-pkgname=vi
-pkgver=050325
-pkgrel=2
-epoch=1
-pkgdesc='The original ex/vi text editor.'
-arch=('i686' 'x86_64')
-url='http://ex-vi.sourceforge.net/'
-license=('custom:ex')
-depends=('ncurses')
-optdepends=('mailx: used by the preserve command for notification')
-groups=('base')
-options=(strip !libtool emptydirs)
-source=(http://downloads.sourceforge.net/sourceforge/ex-vi/ex-${pkgver}.tar.bz2
-exrc.sample
-navkeys.patch
-increase-tube.patch
-preserve_dir.patch)
-md5sums=('e668595254233e4d96811083a3e4e2f3'
- 'd3b483c994d859232ce369b82a4b5668'
- 'aac133930047eafa4f28736cfaf976b3'
- 'e596e05a00a24187b576e389fa1de45d'
- '419a8755e0dd16e95542bc107e6d2b24')
-
-build() {
-  cd "${srcdir}/ex-${pkgver}"
-
-  # apply patches
-  patch -Np1 -i  ../navkeys.patch
-  patch -Np0 -i ../increase-tube.patch
-  # FS#20653
-  patch -Np1 -i ../preserve_dir.patch
-
-  make PREFIX=/usr LIBEXECDIR=/usr/lib/ex PRESERVEDIR=/var/lib/ex \
-  'FEATURES=-DCHDIR -DFASTTAG -DUCVISUAL -DMB -DBIT8' TERMLIB=ncurses
-}
-
-package() {
-  cd "${srcdir}/ex-${pkgver}"
-
-  make PREFIX=/usr LIBEXECDIR=/usr/lib/ex PRESERVEDIR=/var/lib/ex 
INSTALL=/usr/bin/install \
-  DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: vi/repos/core-i686/PKGBUILD (from rev 171606, 
vi/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-11-20 05:26:38 UTC (rev 171607)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: tobias [ tobias at archlinux org ]
+
+pkgname=vi
+pkgver=050325
+pkgrel=3
+epoch=1
+pkgdesc='The original ex/vi text editor.'
+arch=('i686' 'x86_64')
+url='http://ex-vi.sourceforge.net/'
+license=('custom:ex')
+depends=('ncurses')
+optdepends=('heirloom-mailx: used by the preserve command for notification')
+groups=('base')
+options=(strip !libtool emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/ex-vi/ex-${pkgver}.tar.bz2
+navkeys.patch
+increase-tube.patch
+preserve_dir.patch)
+md5sums=('e668595254233e4d96811083a3e4e2f3'
+ 'aac133930047eafa4f28736cfaf976b3'
+ 'e596e05a00a24187b576e389fa1de45d'
+ '8c6d3503e7c41a4413145ae49a7f2b80')
+
+build() {
+  cd "${srcdir}/ex-${pkgver}"
+
+  patch -Np1 -i  ../navkeys.patch
+  patch -Np0 -i ../increase-tube.patch
+  # FS#20653
+  patch -Np1 -i ../preserve_dir.patch
+
+  make PREFIX=/usr LIBEXECDIR=/usr/lib/ex PRESERVEDIR=/var/lib/ex \
+  'FEATURES=-DCHDIR -DFASTTAG -DUCVISUAL -DMB -DBIT8' TERMLIB=ncurse

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

2012-11-19 Thread Ray Rashif
Date: Monday, November 19, 2012 @ 22:07:17
  Author: schiv
Revision: 171606

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-20 03:06:29 UTC (rev 171605)
+++ extra-i686/PKGBUILD 2012-11-20 03:07:17 UTC (rev 171606)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 73980 2012-07-18 00:34:26Z speps $
-# Maintainer: speps 
-
-pkgname=suil
-pkgver=0.6.4
-pkgrel=1
-pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
-arch=(i686 x86_64)
-url="http://drobilla.net/software/$pkgname/";
-license=('custom:ISC')
-depends=('lv2')
-makedepends=('python2' 'qt' 'gtk2')
-optdepends=('qt: Qt UIs wrapping support'
-'gtk2: Gtk2 UIs wrapping support')
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
-md5sums=('9f34d3f15b4266e7cce59e3ac8f1fb3a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # remove ldconfig
-  sed -i "/ldconfig/d" wscript
-
-  python2 ./waf configure --prefix=/usr \
-  --mandir=/usr/share/man
-  python2 ./waf
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  DESTDIR="$pkgdir" python2 ./waf install
-
-  # license
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: suil/repos/extra-i686/PKGBUILD (from rev 171605, suil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 03:07:17 UTC (rev 171606)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 73980 2012-07-18 00:34:26Z speps $
+# Maintainer: Ray Rashif 
+# Contributor: speps 
+
+pkgname=suil
+pkgver=0.6.6
+pkgrel=1
+pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
+arch=(i686 x86_64)
+url="http://drobilla.net/software/$pkgname/";
+license=('custom:ISC')
+depends=('lv2')
+makedepends=('python2' 'qt' 'gtk2')
+optdepends=('qt: Qt UIs wrapping support'
+'gtk2: Gtk2 UIs wrapping support')
+source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
+md5sums=('6b596ad806b7bf34dfba34afb48bb758')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # remove ldconfig
+  sed -i "/ldconfig/d" wscript
+
+  python2 ./waf configure --prefix=/usr \
+  --mandir=/usr/share/man
+  python2 ./waf
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  DESTDIR="$pkgdir" python2 ./waf install
+
+  # license
+  install -Dm644 COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-20 03:06:29 UTC (rev 171605)
+++ extra-x86_64/PKGBUILD   2012-11-20 03:07:17 UTC (rev 171606)
@@ -1,38 +0,0 @@
-# $Id: PKGBUILD 73980 2012-07-18 00:34:26Z speps $
-# Maintainer: speps 
-
-pkgname=suil
-pkgver=0.6.4
-pkgrel=1
-pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
-arch=(i686 x86_64)
-url="http://drobilla.net/software/$pkgname/";
-license=('custom:ISC')
-depends=('lv2')
-makedepends=('python2' 'qt' 'gtk2')
-optdepends=('qt: Qt UIs wrapping support'
-'gtk2: Gtk2 UIs wrapping support')
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
-md5sums=('9f34d3f15b4266e7cce59e3ac8f1fb3a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # remove ldconfig
-  sed -i "/ldconfig/d" wscript
-
-  python2 ./waf configure --prefix=/usr \
-  --mandir=/usr/share/man
-  python2 ./waf
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  DESTDIR="$pkgdir" python2 ./waf install
-
-  # license
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: suil/repos/extra-x86_64/PKGBUILD (from rev 171605, suil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 03:07:17 UTC (rev 171606)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 73980 2012-07-18 00:34:26Z speps $
+# Maintainer: Ray Rashif 
+# Contributor: speps 
+
+pkgname=suil
+pkgver=0.6.6
+pkgrel=1
+pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
+arch=(i686 x86_64)
+url="http://drobilla.net/software/$pkgname/";
+license=('custom:ISC')
+depends=('lv2')
+makedepends=('python2' 'qt' 'gtk2')
+optdepends=('qt: Q

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

2012-11-19 Thread Ray Rashif
Date: Monday, November 19, 2012 @ 22:06:29
  Author: schiv
Revision: 171605

upgpkg: suil 0.6.6-1

upstream release

Modified:
  suil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-20 02:56:24 UTC (rev 171604)
+++ PKGBUILD2012-11-20 03:06:29 UTC (rev 171605)
@@ -3,7 +3,7 @@
 # Contributor: speps 
 
 pkgname=suil
-pkgver=0.6.4
+pkgver=0.6.6
 pkgrel=1
 pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 optdepends=('qt: Qt UIs wrapping support'
 'gtk2: Gtk2 UIs wrapping support')
 source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
-md5sums=('9f34d3f15b4266e7cce59e3ac8f1fb3a')
+md5sums=('6b596ad806b7bf34dfba34afb48bb758')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2012-11-19 Thread Allan McRae
Date: Monday, November 19, 2012 @ 21:56:24
  Author: allan
Revision: 171604

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

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

--+
 core-i686/PKGBUILD   |   91 ---
 core-i686/logrotate.conf |   69 +---
 core-i686/logrotate.cron.daily   |   48 
 core-i686/noasprintf.patch   |  106 ++---
 core-i686/paths.patch|   50 -
 core-x86_64/PKGBUILD |   91 ---
 core-x86_64/logrotate.conf   |   69 +---
 core-x86_64/logrotate.cron.daily |   48 
 core-x86_64/noasprintf.patch |  106 ++---
 core-x86_64/paths.patch  |   50 -
 10 files changed, 372 insertions(+), 356 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-11-20 02:42:30 UTC (rev 171603)
+++ core-i686/PKGBUILD  2012-11-20 02:56:24 UTC (rev 171604)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=logrotate
-pkgver=3.8.2
-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";
-'noasprintf.patch'
-'paths.patch'
-'logrotate.conf'
-'logrotate.cron.daily')
-md5sums=('ddd4dcf28c38b3ac6bc6ff4e0148308a'
- 'cd76976b5ce37d328b452c806b55a015'
- 'e76526bcd6fc33c9d921e1cb1eff1ffb'
- '462a5f364717461537eb2ae6394ad23e'
- 'aa8ac8283908b6114483a293adcb650f')
-
-build() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-
-  patch -p0 -i "$srcdir/noasprintf.patch"
-  patch -p0 -i "$srcdir/paths.patch"
-
-  make RPM_OPT_FLAGS="$CFLAGS" EXTRA_LDFLAGS="$LDFLAGS"
-}
-
-check() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "$srcdir/${pkgname}-${pkgver}"
-  make PREFIX="$pkgdir" MANDIR="/usr/share/man" 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 171603, 
logrotate/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-11-20 02:56:24 UTC (rev 171604)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=logrotate
+pkgver=3.8.2
+pkgrel=2
+pkgdesc="Rotates system logs automatically"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/logrotate/";
+license=('GPL')
+groups=('base')
+depends=('popt' 'cron' 'gzip')
+optdepends=('cron: scheduled log rotation')
+backup=('etc/logrotate.conf')
+source=("https://fedorahosted.org/releases/l/o/logrotate/logrotate-${pkgver}.tar.gz";
+'noasprintf.patch'
+'paths.patch'
+'logrotate.conf'
+'logrotate.cron.daily')
+md5sums=('ddd4dcf28c38b3ac6bc6ff4e0148308a'
+ 'cd76976b5ce37d328b452c806b55a015'
+ 'e76526bcd6fc33c9d921e1cb1eff

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

2012-11-19 Thread Ray Rashif
Date: Monday, November 19, 2012 @ 21:42:30
  Author: schiv
Revision: 171603

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-20 02:41:34 UTC (rev 171602)
+++ extra-i686/PKGBUILD 2012-11-20 02:42:30 UTC (rev 171603)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
-# Maintainer: Ray Rashif 
-# Contributor: speps 
-
-pkgname=sord
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="A lightweight C library for storing RDF data in memory."
-arch=(i686 x86_64)
-url="http://drobilla.net/software/$pkgname/";
-license=('custom:ISC')
-depends=('serd>=0.18.0' 'pcre')
-makedepends=('python2')
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
-md5sums=('ad20105c0cefaed32d59c4665d682cab')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # remove ldconfig
-  sed -i "/ldconfig/d" wscript
-
-  python2 ./waf configure --prefix=/usr \
-  --mandir=/usr/share/man
-  python2 ./waf
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  DESTDIR="$pkgdir" python2 ./waf install
-
-  # license
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sord/repos/extra-i686/PKGBUILD (from rev 171602, sord/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-20 02:42:30 UTC (rev 171603)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: Ray Rashif 
+# Contributor: speps 
+
+pkgname=sord
+pkgver=0.10.4
+pkgrel=1
+pkgdesc="A lightweight C library for storing RDF data in memory."
+arch=(i686 x86_64)
+url="http://drobilla.net/software/$pkgname/";
+license=('custom:ISC')
+depends=('serd>=0.18.0' 'pcre')
+makedepends=('python2')
+source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
+md5sums=('9353e5b5e26c926c1a8c0e43fa577f31')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # remove ldconfig
+  sed -i "/ldconfig/d" wscript
+
+  python2 ./waf configure --prefix=/usr \
+  --mandir=/usr/share/man
+  python2 ./waf
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  DESTDIR="$pkgdir" python2 ./waf install
+
+  # license
+  install -Dm644 COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-20 02:41:34 UTC (rev 171602)
+++ extra-x86_64/PKGBUILD   2012-11-20 02:42:30 UTC (rev 171603)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
-# Maintainer: Ray Rashif 
-# Contributor: speps 
-
-pkgname=sord
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="A lightweight C library for storing RDF data in memory."
-arch=(i686 x86_64)
-url="http://drobilla.net/software/$pkgname/";
-license=('custom:ISC')
-depends=('serd>=0.18.0' 'pcre')
-makedepends=('python2')
-source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
-md5sums=('ad20105c0cefaed32d59c4665d682cab')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # remove ldconfig
-  sed -i "/ldconfig/d" wscript
-
-  python2 ./waf configure --prefix=/usr \
-  --mandir=/usr/share/man
-  python2 ./waf
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  DESTDIR="$pkgdir" python2 ./waf install
-
-  # license
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sord/repos/extra-x86_64/PKGBUILD (from rev 171602, sord/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-20 02:42:30 UTC (rev 171603)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 72422 2012-06-14 07:51:14Z speps $
+# Maintainer: Ray Rashif 
+# Contributor: speps 
+
+pkgname=sord
+pkgver=0.10.4
+pkgrel=1
+pkgdesc="A lightweight C library for storing RDF data in memory."
+arch=(i686 x86_64)
+url="http://drobilla.net/software/$pkgname/";
+license=('custom:ISC')
+depends=('serd>=0.18.0' 'pcre')
+makedepends=('python2')
+source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
+md5sums=('9353e5b5e26c926c1a8c0e43fa577f31')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # remove ldconfig
+  sed -i "/ldconfig/d" wscript
+
+  python2 ./waf configure --pre

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

2012-11-19 Thread Ray Rashif
Date: Monday, November 19, 2012 @ 21:41:34
  Author: schiv
Revision: 171602

upgpkg: sord 0.10.4-1

upstream release

Modified:
  sord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-19 21:12:57 UTC (rev 171601)
+++ PKGBUILD2012-11-20 02:41:34 UTC (rev 171602)
@@ -3,7 +3,7 @@
 # Contributor: speps 
 
 pkgname=sord
-pkgver=0.10.0
+pkgver=0.10.4
 pkgrel=1
 pkgdesc="A lightweight C library for storing RDF data in memory."
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=('serd>=0.18.0' 'pcre')
 makedepends=('python2')
 source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2";)
-md5sums=('ad20105c0cefaed32d59c4665d682cab')
+md5sums=('9353e5b5e26c926c1a8c0e43fa577f31')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in (64 files)

2012-11-19 Thread Ronald van Haren
Date: Monday, November 19, 2012 @ 16:12:57
  Author: ronald
Revision: 171601

add enlightenment packages to svn

Added:
  e_dbus/
  e_dbus/repos/
  e_dbus/trunk/
  e_dbus/trunk/PKGBUILD
  ecore/
  ecore/repos/
  ecore/trunk/
  ecore/trunk/PKGBUILD
  edje/
  edje/repos/
  edje/trunk/
  edje/trunk/PKGBUILD
  edje/trunk/edje.install
  eet/
  eet/repos/
  eet/trunk/
  eet/trunk/PKGBUILD
  eeze/
  eeze/repos/
  eeze/trunk/
  eeze/trunk/PKGBUILD
  efreet/
  efreet/repos/
  efreet/trunk/
  efreet/trunk/PKGBUILD
  eina/
  eina/repos/
  eina/trunk/
  eina/trunk/PKGBUILD
  eio/
  eio/repos/
  eio/trunk/
  eio/trunk/PKGBUILD
  elementary/
  elementary/repos/
  elementary/trunk/
  elementary/trunk/PKGBUILD
  embryo/
  embryo/repos/
  embryo/trunk/
  embryo/trunk/PKGBUILD
  emotion/
  emotion/repos/
  emotion/trunk/
  emotion/trunk/PKGBUILD
  enlightenment17/
  enlightenment17/repos/
  enlightenment17/trunk/
  enlightenment17/trunk/PKGBUILD
  enlightenment17/trunk/e-applications.menu
  enlightenment17/trunk/enlightenment17.install
  enlightenment17/trunk/quickstart.patch
  ethumb/
  ethumb/repos/
  ethumb/trunk/
  ethumb/trunk/PKGBUILD
  evas/
  evas/repos/
  evas/trunk/
  evas/trunk/PKGBUILD
  evas_generic_loaders/
  evas_generic_loaders/repos/
  evas_generic_loaders/trunk/
  evas_generic_loaders/trunk/PKGBUILD

---+
 e_dbus/trunk/PKGBUILD |   52 
 ecore/trunk/PKGBUILD  |   94 ++
 edje/trunk/PKGBUILD   |   54 
 edje/trunk/edje.install   |   16 ++
 eet/trunk/PKGBUILD|   33 +
 eeze/trunk/PKGBUILD   |   39 ++
 efreet/trunk/PKGBUILD |   43 ++
 eina/trunk/PKGBUILD   |   27 
 eio/trunk/PKGBUILD|   42 ++
 elementary/trunk/PKGBUILD |   53 
 embryo/trunk/PKGBUILD |   32 
 emotion/trunk/PKGBUILD|   43 ++
 enlightenment17/trunk/PKGBUILD|   81 
 enlightenment17/trunk/e-applications.menu |  154 
 enlightenment17/trunk/enlightenment17.install |   12 +
 enlightenment17/trunk/quickstart.patch|   13 ++
 ethumb/trunk/PKGBUILD |   44 ++
 evas/trunk/PKGBUILD   |   64 +
 evas_generic_loaders/trunk/PKGBUILD   |   42 ++
 19 files changed, 938 insertions(+)

Added: e_dbus/trunk/PKGBUILD
===
--- e_dbus/trunk/PKGBUILD   (rev 0)
+++ e_dbus/trunk/PKGBUILD   2012-11-19 21:12:57 UTC (rev 171601)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=e_dbus
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="D-Bus integration with Ecore"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('ecore' 'dbus-core')
+options=('!libtool' '!emptydirs')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('5072699f5ebfaa9b3ffdba3c275e0f569130c2d8')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CFLAGS}"
+  export CXXFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
${CXXFLAGS}"
+  export LDFLAGS="-fvisibility=hidden -ffunction-sections -fdata-sections 
-Wl,--gc-sections -Wl,--as-needed  ${LDFLAGS}"
+
+  ./autogen.sh \
+--prefix=/usr \
+--disable-static \
+--disable-ebluez \
+--disable-econnman0_7x \
+--disable-ehal \
+--enable-enotify \
+--disable-eofono \
+--disable-eukit \
+--disable-edbus-test \
+--disable-edbus-test-client \
+--disable-edbus-bluez-test \
+--disable-edbus-connman0_7x-test \
+--disable-edbus-ofono-test \
+--disable-edbus-async-test \
+--disable-edbus-performance-test \
+--disable-doc
+  make
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  # install license files
+  install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}


Property changes on: e_dbus/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: ecore/trunk/PKGBUILD
===
--- ecore/trunk/PKGBUILD(rev 0)
+++ ecore/trunk/PKGBUILD2012-11-19 21:12:57 UTC (rev 171601)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Gustavo Sverzut Barbieri 
+
+pkgname=ecore
+pkgver=1.7.1
+pkgrel=1
+pkgdesc="OS abstraction layer for e17"
+arch=('i686' 'x86_64')
+url="http://www.enlightenment.org";
+license=('BS

[arch-commits] Commit in xfce4-smartbookmark-plugin/repos (14 files)

2012-11-19 Thread Evangelos Foutras
Date: Monday, November 19, 2012 @ 15:34:28
  Author: foutrelis
Revision: 171600

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

Added:
  xfce4-smartbookmark-plugin/repos/extra-i686/PKGBUILD
(from rev 171599, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
  xfce4-smartbookmark-plugin/repos/extra-i686/fix-config-write.patch
(from rev 171599, xfce4-smartbookmark-plugin/trunk/fix-config-write.patch)
  
xfce4-smartbookmark-plugin/repos/extra-i686/use-exo-open-instead-of-xfbrowser4.patch
(from rev 171599, 
xfce4-smartbookmark-plugin/trunk/use-exo-open-instead-of-xfbrowser4.patch)
  
xfce4-smartbookmark-plugin/repos/extra-i686/xfce4-smartbookmark-plugin-archlinux.patch
(from rev 171599, 
xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch)
  xfce4-smartbookmark-plugin/repos/extra-x86_64/PKGBUILD
(from rev 171599, xfce4-smartbookmark-plugin/trunk/PKGBUILD)
  xfce4-smartbookmark-plugin/repos/extra-x86_64/fix-config-write.patch
(from rev 171599, xfce4-smartbookmark-plugin/trunk/fix-config-write.patch)
  
xfce4-smartbookmark-plugin/repos/extra-x86_64/use-exo-open-instead-of-xfbrowser4.patch
(from rev 171599, 
xfce4-smartbookmark-plugin/trunk/use-exo-open-instead-of-xfbrowser4.patch)
  
xfce4-smartbookmark-plugin/repos/extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch
(from rev 171599, 
xfce4-smartbookmark-plugin/trunk/xfce4-smartbookmark-plugin-archlinux.patch)
Deleted:
  xfce4-smartbookmark-plugin/repos/extra-i686/PKGBUILD
  
xfce4-smartbookmark-plugin/repos/extra-i686/use-exo-open-instead-of-xfbrowser4.patch
  
xfce4-smartbookmark-plugin/repos/extra-i686/xfce4-smartbookmark-plugin-archlinux.patch
  xfce4-smartbookmark-plugin/repos/extra-x86_64/PKGBUILD
  
xfce4-smartbookmark-plugin/repos/extra-x86_64/use-exo-open-instead-of-xfbrowser4.patch
  
xfce4-smartbookmark-plugin/repos/extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch

-+
 extra-i686/PKGBUILD |   93 +++---
 extra-i686/fix-config-write.patch   |   11 +
 extra-i686/use-exo-open-instead-of-xfbrowser4.patch |   74 +--
 extra-i686/xfce4-smartbookmark-plugin-archlinux.patch   |   48 +++
 extra-x86_64/PKGBUILD   |   93 +++---
 extra-x86_64/fix-config-write.patch |   11 +
 extra-x86_64/use-exo-open-instead-of-xfbrowser4.patch   |   74 +--
 extra-x86_64/xfce4-smartbookmark-plugin-archlinux.patch |   48 +++
 8 files changed, 240 insertions(+), 212 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-19 20:33:57 UTC (rev 171599)
+++ extra-i686/PKGBUILD 2012-11-19 20:34:28 UTC (rev 171600)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: AndyRTR 
-# Contributor: Tobias Kieslich 
-
-pkgname=xfce4-smartbookmark-plugin
-pkgver=0.4.4
-pkgrel=3
-pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin";
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxfcegui4')
-makedepends=('intltool' 'libxt')
-options=('!libtool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
-xfce4-smartbookmark-plugin-archlinux.patch
-use-exo-open-instead-of-xfbrowser4.patch)
-sha256sums=('6c77e8fee0ec4dcee7aa34d94377e068a522b1ea650823422f2f5cca8126f2ed'
-'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6'
-'436f7cda2b2bdfee61ac3d887d17dc91094526fec8713ab84fda249850525aac')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np0 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
-  patch -Np1 -i "$srcdir/use-exo-open-instead-of-xfbrowser4.patch"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-smartbookmark-plugin/repos/extra-i686/PKGBUILD (from rev 171599, 
xfce4-smartbookmark-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-19 20:34:28 UTC (rev 171600)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+# Contributor: AndyRTR 
+# Contributor: Tobias Kieslich 
+
+pkgname=xfce4-smartbookmark-plugin
+pkgver=0.4.4
+pkgrel=4
+pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin";
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxfcegui4')
+makedepe

[arch-commits] Commit in xfce4-smartbookmark-plugin/trunk (2 files)

2012-11-19 Thread Evangelos Foutras
Date: Monday, November 19, 2012 @ 15:33:57
  Author: foutrelis
Revision: 171599

upgpkg: xfce4-smartbookmark-plugin 0.4.4-4

Fix FS#32754: [xfce4-smartbookmark-plugin] Reverts to default on logout

Added:
  xfce4-smartbookmark-plugin/trunk/fix-config-write.patch
Modified:
  xfce4-smartbookmark-plugin/trunk/PKGBUILD

+
 PKGBUILD   |9 ++---
 fix-config-write.patch |   11 +++
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-19 19:59:32 UTC (rev 171598)
+++ PKGBUILD2012-11-19 20:33:57 UTC (rev 171599)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-smartbookmark-plugin
 pkgver=0.4.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected 
websites"
 arch=('i686' 'x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin";
@@ -16,16 +16,19 @@
 options=('!libtool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2
 xfce4-smartbookmark-plugin-archlinux.patch
-use-exo-open-instead-of-xfbrowser4.patch)
+use-exo-open-instead-of-xfbrowser4.patch
+fix-config-write.patch)
 sha256sums=('6c77e8fee0ec4dcee7aa34d94377e068a522b1ea650823422f2f5cca8126f2ed'
 'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6'
-'436f7cda2b2bdfee61ac3d887d17dc91094526fec8713ab84fda249850525aac')
+'436f7cda2b2bdfee61ac3d887d17dc91094526fec8713ab84fda249850525aac'
+'21873511b77e0fac6c85f15dc6332fcb4532ac688f3202bc839c00f372249b88')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
   patch -Np0 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch"
   patch -Np1 -i "$srcdir/use-exo-open-instead-of-xfbrowser4.patch"
+  patch -Np1 -i "$srcdir/fix-config-write.patch"
 
   ./configure \
 --prefix=/usr \

Added: fix-config-write.patch
===
--- fix-config-write.patch  (rev 0)
+++ fix-config-write.patch  2012-11-19 20:33:57 UTC (rev 171599)
@@ -0,0 +1,11 @@
+diff -upr xfce4-smartbookmark-plugin-0.4.4.orig/src/smartbookmark.c 
xfce4-smartbookmark-plugin-0.4.4/src/smartbookmark.c
+--- xfce4-smartbookmark-plugin-0.4.4.orig/src/smartbookmark.c  2012-11-19 
22:24:16.0 +0200
 xfce4-smartbookmark-plugin-0.4.4/src/smartbookmark.c   2012-11-19 
22:24:42.0 +0200
+@@ -365,6 +365,7 @@ static void search_create_options(XfcePa
+ search_apply_options_cb(search);
+ gtk_widget_destroy(search->opt_dialog);
+ xfce_panel_plugin_unblock_menu(plugin);
++search_write_config(plugin, search);
+ }
+ 
+ 



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

2012-11-19 Thread Andrea Scarpino
Date: Monday, November 19, 2012 @ 14:59:32
  Author: andrea
Revision: 171598

New tarball

Modified:
  kactivities/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-19 19:59:23 UTC (rev 171597)
+++ PKGBUILD2012-11-19 19:59:32 UTC (rev 171598)
@@ -11,7 +11,7 @@
 depends=('nepomuk-core')
 makedepends=('cmake' 'automoc4' 'mesa')
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('0fc6bb68482a0f6992b4750611ab6b2e1c6a38e6')
+sha1sums=('6dafbee6369e288c055875803f77273d28faddc6')
 
 build() {
   cd "${srcdir}"



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

2012-11-19 Thread Andrea Scarpino
Date: Monday, November 19, 2012 @ 14:59:23
  Author: andrea
Revision: 171597

New tarball

Modified:
  kdesdk-kate/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-19 15:02:56 UTC (rev 171596)
+++ PKGBUILD2012-11-19 19:59:23 UTC (rev 171597)
@@ -12,7 +12,7 @@
 makedepends=('kdelibs ''cmake' 'automoc4' 'kdebindings-python2')
 source=("http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz";
 'pkgbuild-syntax-highlight.patch')
-sha1sums=('0ceb70497bdecd59ad97490371cda7a7374f83bd'
+sha1sums=('8d4091c03312a75052b8a81a3c3676acef109a47'
   '5b45d0df8f340105633eba9ef7c58086e6c2e750')
 
 build() {



[arch-commits] Commit in chemical-mime-data/repos/extra-any (4 files)

2012-11-19 Thread Andrea Scarpino
Date: Monday, November 19, 2012 @ 10:02:56
  Author: andrea
Revision: 171596

archrelease: copy trunk to extra-any

Added:
  chemical-mime-data/repos/extra-any/PKGBUILD
(from rev 171595, chemical-mime-data/trunk/PKGBUILD)
  chemical-mime-data/repos/extra-any/chemical-mime-data.install
(from rev 171595, chemical-mime-data/trunk/chemical-mime-data.install)
Deleted:
  chemical-mime-data/repos/extra-any/PKGBUILD
  chemical-mime-data/repos/extra-any/chemical-mime-data.install

+
 PKGBUILD   |   56 +--
 chemical-mime-data.install |   24 +-
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-11-19 15:02:39 UTC (rev 171595)
+++ PKGBUILD2012-11-19 15:02:56 UTC (rev 171596)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Marios Abatis 
-
-pkgname=chemical-mime-data
-pkgver=0.1.94
-pkgrel=5
-pkgdesc="Collection of data files to add support for various chemical MIME 
types"
-arch=('any')
-url="http://chemical-mime.sourceforge.net/";
-license=('LGPL')
-depends=('xdg-utils' 'shared-mime-info' 'hicolor-icon-theme')
-makedepends=('intltool' 'libxslt' 'imagemagick' 'gnome-mime-data' 'librsvg')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/chemical-mime/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('ca54b5fbd7f43ee5380e394bfd273b95')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
-  --disable-update-database
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="${pkgdir}" install
-}

Copied: chemical-mime-data/repos/extra-any/PKGBUILD (from rev 171595, 
chemical-mime-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-11-19 15:02:56 UTC (rev 171596)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Marios Abatis 
+
+pkgname=chemical-mime-data
+pkgver=0.1.94
+pkgrel=6
+pkgdesc="Collection of data files to add support for various chemical MIME 
types"
+arch=('any')
+url="http://chemical-mime.sourceforge.net/";
+license=('LGPL')
+depends=('xdg-utils' 'gnome-mime-data' 'hicolor-icon-theme')
+makedepends=('intltool' 'libxslt' 'imagemagick' 'librsvg')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/chemical-mime/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('ca54b5fbd7f43ee5380e394bfd273b95')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+  --disable-update-database
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="${pkgdir}" install
+}

Deleted: chemical-mime-data.install
===
--- chemical-mime-data.install  2012-11-19 15:02:39 UTC (rev 171595)
+++ chemical-mime-data.install  2012-11-19 15:02:56 UTC (rev 171596)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: chemical-mime-data/repos/extra-any/chemical-mime-data.install (from rev 
171595, chemical-mime-data/trunk/chemical-mime-data.install)
===
--- chemical-mime-data.install  (rev 0)
+++ chemical-mime-data.install  2012-11-19 15:02:56 UTC (rev 171596)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



[arch-commits] Commit in chemical-mime-data/trunk (PKGBUILD)

2012-11-19 Thread Andrea Scarpino
Date: Monday, November 19, 2012 @ 10:02:39
  Author: andrea
Revision: 171595

upgpkg: chemical-mime-data 0.1.94-6

gnome-mime-data is a deps

Modified:
  chemical-mime-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-19 12:50:17 UTC (rev 171594)
+++ PKGBUILD2012-11-19 15:02:39 UTC (rev 171595)
@@ -4,13 +4,13 @@
 
 pkgname=chemical-mime-data
 pkgver=0.1.94
-pkgrel=5
+pkgrel=6
 pkgdesc="Collection of data files to add support for various chemical MIME 
types"
 arch=('any')
 url="http://chemical-mime.sourceforge.net/";
 license=('LGPL')
-depends=('xdg-utils' 'shared-mime-info' 'hicolor-icon-theme')
-makedepends=('intltool' 'libxslt' 'imagemagick' 'gnome-mime-data' 'librsvg')
+depends=('xdg-utils' 'gnome-mime-data' 'hicolor-icon-theme')
+makedepends=('intltool' 'libxslt' 'imagemagick' 'librsvg')
 install=$pkgname.install
 
source=("http://downloads.sourceforge.net/chemical-mime/${pkgname}-${pkgver}.tar.gz";)
 md5sums=('ca54b5fbd7f43ee5380e394bfd273b95')



[arch-commits] Commit in linux-lts/repos (22 files)

2012-11-19 Thread Tobias Powalowski
Date: Monday, November 19, 2012 @ 07:50:17
  Author: tpowa
Revision: 171594

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 171593, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 171593, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 171593, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 171593, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/ext4-options.patch
(from rev 171593, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch
(from rev 171593, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 171593, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 171593, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-i686/module-init-wait-3.0.patch
(from rev 171593, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-i686/module-symbol-waiting-3.0.patch
(from rev 171593, linux-lts/trunk/module-symbol-waiting-3.0.patch)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 171593, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 171593, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 171593, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 171593, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/ext4-options.patch
(from rev 171593, linux-lts/trunk/ext4-options.patch)
  linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch
(from rev 171593, linux-lts/trunk/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 171593, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 171593, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/module-init-wait-3.0.patch
(from rev 171593, linux-lts/trunk/module-init-wait-3.0.patch)
  linux-lts/repos/testing-x86_64/module-symbol-waiting-3.0.patch
(from rev 171593, linux-lts/trunk/module-symbol-waiting-3.0.patch)

--+
 testing-i686/PKGBUILD|  317 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 5657 +
 testing-i686/config.x86_64   | 5395 
 testing-i686/ext4-options.patch  |   49 
 testing-i686/i915-fix-ghost-tv-output.patch  |   26 
 testing-i686/linux-lts.install   |   65 
 testing-i686/linux-lts.preset|   14 
 testing-i686/module-init-wait-3.0.patch  |   77 
 testing-i686/module-symbol-waiting-3.0.patch |   66 
 testing-x86_64/PKGBUILD  |  317 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 5657 +
 testing-x86_64/config.x86_64 | 5395 
 testing-x86_64/ext4-options.patch|   49 
 testing-x86_64/i915-fix-ghost-tv-output.patch|   26 
 testing-x86_64/linux-lts.install |   65 
 testing-x86_64/linux-lts.preset  |   14 
 testing-x86_64/module-init-wait-3.0.patch|   77 
 testing-x86_64/module-symbol-waiting-3.0.patch   |   66 
 20 files changed, 23356 insertions(+)

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


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

2012-11-19 Thread Tobias Powalowski
Date: Monday, November 19, 2012 @ 07:48:33
  Author: tpowa
Revision: 171593

upgpkg: linux-lts 3.0.52-1

bump to latest version

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/linux-lts.install

---+
 PKGBUILD  |   22 +++---
 linux-lts.install |2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-19 12:46:35 UTC (rev 171592)
+++ PKGBUILD2012-11-19 12:48:33 UTC (rev 171593)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.0
-pkgver=3.0.51
+pkgver=3.0.52
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -23,16 +23,6 @@
 'ext4-options.patch'
 'module-symbol-waiting-3.0.patch'
 'module-init-wait-3.0.patch')
-md5sums=('ecf932280e2441bdd992423ef3d55f8f'
- '56cb3c09fefc33eb6e2352e0a9af8fbd'
- 'edc668eef98c6795fbdbc7efd755d9bb'
- '6ec56de185c2a3a24e234ddc0915049a'
- '232b52576a62c7a333e9fe7a1e1ca359'
- '9d3c56a4b999c8bfbd4018089a62f662'
- '263725f20c0b9eb9c353040792d644e5'
- 'c8299cf750a84e12d60b372c8ca7e1e8'
- '670931649c60fcb3ef2e0119ed532bd4'
- '8a71abc4224f575008f974a099b5cf6f')
 
 _kernelname=${pkgbase#linux}
 
@@ -315,3 +305,13 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
+md5sums=('ecf932280e2441bdd992423ef3d55f8f'
+ '71d2032e6bbcbc993795189771136b02'
+ 'edc668eef98c6795fbdbc7efd755d9bb'
+ '6ec56de185c2a3a24e234ddc0915049a'
+ '232b52576a62c7a333e9fe7a1e1ca359'
+ '9d3c56a4b999c8bfbd4018089a62f662'
+ '263725f20c0b9eb9c353040792d644e5'
+ 'c8299cf750a84e12d60b372c8ca7e1e8'
+ '670931649c60fcb3ef2e0119ed532bd4'
+ '8a71abc4224f575008f974a099b5cf6f')

Modified: linux-lts.install
===
--- linux-lts.install   2012-11-19 12:46:35 UTC (rev 171592)
+++ linux-lts.install   2012-11-19 12:48:33 UTC (rev 171593)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=-lts
-KERNEL_VERSION=3.0.51-1-lts
+KERNEL_VERSION=3.0.52-1-lts
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2012-11-19 Thread Tobias Powalowski
Date: Monday, November 19, 2012 @ 07:46:35
  Author: tpowa
Revision: 171592

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 171591, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 171591, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 171591, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 171591, linux/trunk/config.x86_64)
  linux/repos/testing-i686/irq_cfg_pointer-3.6.6.patch
(from rev 171591, linux/trunk/irq_cfg_pointer-3.6.6.patch)
  linux/repos/testing-i686/linux.install
(from rev 171591, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 171591, linux/trunk/linux.preset)
  linux/repos/testing-i686/module-init-wait-3.6.patch
(from rev 171591, linux/trunk/module-init-wait-3.6.patch)
  linux/repos/testing-i686/module-symbol-waiting-3.6.patch
(from rev 171591, linux/trunk/module-symbol-waiting-3.6.patch)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 171591, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 171591, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 171591, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 171591, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/irq_cfg_pointer-3.6.6.patch
(from rev 171591, linux/trunk/irq_cfg_pointer-3.6.6.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 171591, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 171591, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/module-init-wait-3.6.patch
(from rev 171591, linux/trunk/module-init-wait-3.6.patch)
  linux/repos/testing-x86_64/module-symbol-waiting-3.6.patch
(from rev 171591, linux/trunk/module-symbol-waiting-3.6.patch)

--+
 testing-i686/PKGBUILD|  323 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6031 +
 testing-i686/config.x86_64   | 5802 
 testing-i686/irq_cfg_pointer-3.6.6.patch |   16 
 testing-i686/linux.install   |   65 
 testing-i686/linux.preset|   14 
 testing-i686/module-init-wait-3.6.patch  |   77 
 testing-i686/module-symbol-waiting-3.6.patch |   66 
 testing-x86_64/PKGBUILD  |  323 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6031 +
 testing-x86_64/config.x86_64 | 5802 
 testing-x86_64/irq_cfg_pointer-3.6.6.patch   |   16 
 testing-x86_64/linux.install |   65 
 testing-x86_64/linux.preset  |   14 
 testing-x86_64/module-init-wait-3.6.patch|   77 
 testing-x86_64/module-symbol-waiting-3.6.patch   |   66 
 18 files changed, 24812 insertions(+)

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


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

2012-11-19 Thread Tobias Powalowski
Date: Monday, November 19, 2012 @ 07:45:15
  Author: tpowa
Revision: 171591

upgpkg: linux 3.6.7-1

bump to latest version

Added:
  linux/trunk/irq_cfg_pointer-3.6.6.patch
Modified:
  linux/trunk/PKGBUILD
  linux/trunk/linux.install

-+
 PKGBUILD|   13 +
 irq_cfg_pointer-3.6.6.patch |   16 
 linux.install   |2 +-
 3 files changed, 26 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-19 09:56:44 UTC (rev 171590)
+++ PKGBUILD2012-11-19 12:45:15 UTC (rev 171591)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.6
-pkgver=3.6.6
+pkgver=3.6.7
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/";
@@ -20,15 +20,17 @@
 'linux.preset'
 'change-default-console-loglevel.patch'
 'module-symbol-waiting-3.6.patch'
-'module-init-wait-3.6.patch')
+'module-init-wait-3.6.patch'
+'irq_cfg_pointer-3.6.6.patch')
 md5sums=('1a1760420eac802c541a20ab51a093d1'
- '11d6d8749d4612a77f43f0531c0f2824'
+ '134936c362d8812b5cafcf3c67afdce0'
  '65f7ff39775f20f65014383564d3cb65'
  '3adbfa45451c4bcf9dd7879bed033d77'
  'eb14dcfd80c00852ef81ded6e826826a'
  '9d3c56a4b999c8bfbd4018089a62f662'
  '670931649c60fcb3ef2e0119ed532bd4'
- '8a71abc4224f575008f974a099b5cf6f')
+ '8a71abc4224f575008f974a099b5cf6f'
+ '4909a0271af4e5f373136b382826717f')
 
 _kernelname=${pkgbase#linux}
 
@@ -51,6 +53,9 @@
   patch -Np1 -i "${srcdir}/module-symbol-waiting-3.6.patch"
   patch -Np1 -i "${srcdir}/module-init-wait-3.6.patch"
 
+  # fix FS#32615 - Check for valid irq_cfg pointer in 
smp_irq_move_cleanup_interrupt
+  patch -Np1 -i "${srcdir}/irq_cfg_pointer-3.6.6.patch"
+
   if [ "${CARCH}" = "x86_64" ]; then
 cat "${srcdir}/config.x86_64" > ./.config
   else

Added: irq_cfg_pointer-3.6.6.patch
===
--- irq_cfg_pointer-3.6.6.patch (rev 0)
+++ irq_cfg_pointer-3.6.6.patch 2012-11-19 12:45:15 UTC (rev 171591)
@@ -0,0 +1,16 @@
+X-Git-Url: 
http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux.git;a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fapic%2Fio_apic.c;h=1817fa911024f07151d3edf91bd350722c9f79f8;hp=c265593ec2cdc3df35fda1586aaf91514fab62fa;hb=94777fc51b3ad85ff9f705ddf7cdd0eb3bbad5a6;hpb=3e8fa263a97079c74880675c451587bb6899e661
+
+diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c
+index c265593..1817fa9 100644
+--- a/arch/x86/kernel/apic/io_apic.c
 b/arch/x86/kernel/apic/io_apic.c
+@@ -2257,6 +2257,9 @@ asmlinkage void smp_irq_move_cleanup_interrupt(void)
+   continue;
+ 
+   cfg = irq_cfg(irq);
++  if (!cfg)
++  continue;
++
+   raw_spin_lock(&desc->lock);
+ 
+   /*

Modified: linux.install
===
--- linux.install   2012-11-19 09:56:44 UTC (rev 171590)
+++ linux.install   2012-11-19 12:45:15 UTC (rev 171591)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.6.6-1-ARCH
+KERNEL_VERSION=3.6.7-1-ARCH
 
 # set a sane PATH to ensure that critical utils like depmod will be found
 export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'



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

2012-11-19 Thread Eric Bélanger
Date: Monday, November 19, 2012 @ 04:56:44
  Author: eric
Revision: 171590

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

Added:
  openldap/repos/testing-i686/
  openldap/repos/testing-i686/PKGBUILD
(from rev 171589, openldap/trunk/PKGBUILD)
  openldap/repos/testing-i686/ntlm.patch
(from rev 171589, openldap/trunk/ntlm.patch)
  openldap/repos/testing-i686/openldap.install
(from rev 171589, openldap/trunk/openldap.install)
  openldap/repos/testing-i686/slapd
(from rev 171589, openldap/trunk/slapd)
  openldap/repos/testing-i686/slapd.default
(from rev 171589, openldap/trunk/slapd.default)
  openldap/repos/testing-i686/slapd.service
(from rev 171589, openldap/trunk/slapd.service)
  openldap/repos/testing-i686/slapd.tmpfiles
(from rev 171589, openldap/trunk/slapd.tmpfiles)
  openldap/repos/testing-x86_64/
  openldap/repos/testing-x86_64/PKGBUILD
(from rev 171589, openldap/trunk/PKGBUILD)
  openldap/repos/testing-x86_64/ntlm.patch
(from rev 171589, openldap/trunk/ntlm.patch)
  openldap/repos/testing-x86_64/openldap.install
(from rev 171589, openldap/trunk/openldap.install)
  openldap/repos/testing-x86_64/slapd
(from rev 171589, openldap/trunk/slapd)
  openldap/repos/testing-x86_64/slapd.default
(from rev 171589, openldap/trunk/slapd.default)
  openldap/repos/testing-x86_64/slapd.service
(from rev 171589, openldap/trunk/slapd.service)
  openldap/repos/testing-x86_64/slapd.tmpfiles
(from rev 171589, openldap/trunk/slapd.tmpfiles)

-+
 testing-i686/PKGBUILD   |  104 +
 testing-i686/ntlm.patch |  230 ++
 testing-i686/openldap.install   |   20 +++
 testing-i686/slapd  |   49 
 testing-i686/slapd.default  |6 
 testing-i686/slapd.service  |9 +
 testing-i686/slapd.tmpfiles |1 
 testing-x86_64/PKGBUILD |  104 +
 testing-x86_64/ntlm.patch   |  230 ++
 testing-x86_64/openldap.install |   20 +++
 testing-x86_64/slapd|   49 
 testing-x86_64/slapd.default|6 
 testing-x86_64/slapd.service|9 +
 testing-x86_64/slapd.tmpfiles   |1 
 14 files changed, 838 insertions(+)

Copied: openldap/repos/testing-i686/PKGBUILD (from rev 171589, 
openldap/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-19 09:56:44 UTC (rev 171590)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer:
+
+pkgbase=openldap
+pkgname=('libldap' 'openldap')
+pkgver=2.4.33
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.openldap.org/";
+license=('custom')
+makedepends=('libltdl' 'libsasl' 'e2fsprogs' 'util-linux')
+options=('!makeflags')
+source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
+slapd slapd.default slapd.service slapd.tmpfiles
+ntlm.patch)
+sha1sums=('0cea642ba2dae1eb719da41bfedb9eba72ad504d'
+  'b684038a7f5bc7d2ba470b2d16ee47b5aae64c65'
+  'd89b8a533045123f1ab46c9c430cf132d58a20a4'
+  'b8d90c99c6d0c4d13766de84b0a1a68d76ed7990'
+  'f86a82e35ebe15026980467c9dee4007e686b795'
+  'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef')
+
+build() {
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  patch -Np1 -i "${srcdir}"/ntlm.patch
+
+  sed -i 's|-m 644 $(LIBRARY)|-m 755 $(LIBRARY)|' 
libraries/{liblber,libldap,libldap_r}/Makefile.in
+  sed -i 's|#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "run" LDAP_DIRSEP 
"ldapi"|#define LDAPI_SOCK LDAP_DIRSEP "run" LDAP_DIRSEP "openldap" LDAP_DIRSEP 
"ldapi"|' include/ldap_defaults.h
+  sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.conf
+  sed -i 's|-$(MKDIR) $(DESTDIR)$(localstatedir)/run|-$(MKDIR) 
$(DESTDIR)/run/openldap|' servers/slapd/Makefile.in
+
+  LDFLAGS="$LDFLAGS -L\"${pkgdir}\"/libldap/usr/lib" 
+  ./configure --prefix=/usr --mandir=/usr/share/man --libexecdir=/usr/lib \
+--sysconfdir=/etc --localstatedir=/var/lib/openldap \
+--enable-ipv6 --enable-syslog --enable-local \
+--enable-bdb --enable-hdb \
+--enable-crypt --enable-dynamic \
+--with-threads --disable-wrappers \
+--without-fetch \
+--enable-spasswd --with-cyrus-sasl \
+--enable-overlays=mod --enable-modules=yes
+  make
+}
+
+check() {
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  make test
+}
+
+package_libldap() {
+  pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries"
+  depends=('libsasl' 'e2fsprogs')
+  backup=('etc/openldap/ldap.conf')
+  options=('!libtool')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  for dir in include libraries doc/man/man3 ; do
+pushd ${dir}
+make DESTDIR="${pkgdir}" install
+popd
+  done
+  install -Dm644 doc/man/man5/ldap.conf.5.tmp 
"${pkgdir}"/usr/share/man/man5/ldap.conf.5
+  
+# get rid of duplicate default conf files
+  rm "${pkgdir

[arch-commits] Commit in openldap/trunk (PKGBUILD slapd.service)

2012-11-19 Thread Eric Bélanger
Date: Monday, November 19, 2012 @ 04:56:07
  Author: eric
Revision: 171589

upgpkg: openldap 2.4.33-2

Fix slapd unit file (close FS#32719)

Modified:
  openldap/trunk/PKGBUILD
  openldap/trunk/slapd.service

---+
 PKGBUILD  |4 ++--
 slapd.service |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-19 07:47:45 UTC (rev 171588)
+++ PKGBUILD2012-11-19 09:56:07 UTC (rev 171589)
@@ -4,7 +4,7 @@
 pkgbase=openldap
 pkgname=('libldap' 'openldap')
 pkgver=2.4.33
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.openldap.org/";
 license=('custom')
@@ -16,7 +16,7 @@
 sha1sums=('0cea642ba2dae1eb719da41bfedb9eba72ad504d'
   'b684038a7f5bc7d2ba470b2d16ee47b5aae64c65'
   'd89b8a533045123f1ab46c9c430cf132d58a20a4'
-  'a2cdab7e800a9f0c8b1e319a68598a12f4af27a4'
+  'b8d90c99c6d0c4d13766de84b0a1a68d76ed7990'
   'f86a82e35ebe15026980467c9dee4007e686b795'
   'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef')
 

Modified: slapd.service
===
--- slapd.service   2012-11-19 07:47:45 UTC (rev 171588)
+++ slapd.service   2012-11-19 09:56:07 UTC (rev 171589)
@@ -3,7 +3,7 @@
 
 [Service]
 Type=forking
-ExecStart=/usr/sbin/slapd
+ExecStart=/usr/sbin/slapd -u ldap -g ldap -h "ldap://127.0.0.1:389/";
 
 [Install]
 WantedBy=multi-user.target