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

2012-04-06 Thread andyrtr
Date: Saturday, April 7, 2012 @ 02:49:00
  Author: andyrtr
Revision: 155825

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

Added:
  icu/repos/staging-i686/PKGBUILD
(from rev 155824, icu/trunk/PKGBUILD)
  icu/repos/staging-i686/icu.8198.revert.icu5431.patch
(from rev 155824, icu/trunk/icu.8198.revert.icu5431.patch)
  icu/repos/staging-x86_64/PKGBUILD
(from rev 155824, icu/trunk/PKGBUILD)
  icu/repos/staging-x86_64/icu.8198.revert.icu5431.patch
(from rev 155824, icu/trunk/icu.8198.revert.icu5431.patch)
Deleted:
  icu/repos/staging-i686/PKGBUILD
  icu/repos/staging-i686/icu.8198.revert.icu5431.patch
  icu/repos/staging-x86_64/PKGBUILD
  icu/repos/staging-x86_64/icu.8198.revert.icu5431.patch

--+
 staging-i686/PKGBUILD|   70 +++---
 staging-i686/icu.8198.revert.icu5431.patch   |  258 -
 staging-x86_64/PKGBUILD  |   70 +++---
 staging-x86_64/icu.8198.revert.icu5431.patch |  258 -
 4 files changed, 328 insertions(+), 328 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2012-04-07 06:48:21 UTC (rev 155824)
+++ staging-i686/PKGBUILD   2012-04-07 06:49:00 UTC (rev 155825)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Art Gramlich 
-
-pkgname=icu
-pkgver=49.1
-pkgrel=1
-pkgdesc="International Components for Unicode library"
-arch=(i686 x86_64)
-url="http://www.icu-project.org/";
-license=('custom:"icu"')
-depends=('gcc-libs' 'sh')
-source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
-   
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
-   icu.8198.revert.icu5431.patch)
-md5sums=('f9e3e48a7cb6cc5f432e3f61fcc82099'
- 'ebd5470fc969c75e52baf4af94a9ee82')
-
-build() {
-  cd ${srcdir}/icu/source
-  # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
-  patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/icu/source
-  make -j1 DESTDIR=${pkgdir} install
-
-  # Install license
-  install -Dm644 ${srcdir}/icu/license.html 
${pkgdir}/usr/share/licenses/icu/license.html
-}

Copied: icu/repos/staging-i686/PKGBUILD (from rev 155824, icu/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-04-07 06:49:00 UTC (rev 155825)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Art Gramlich 
+
+pkgname=icu
+pkgver=49.1.1
+pkgrel=1
+pkgdesc="International Components for Unicode library"
+arch=(i686 x86_64)
+url="http://www.icu-project.org/";
+license=('custom:"icu"')
+depends=('gcc-libs' 'sh')
+source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
+   
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
+   icu.8198.revert.icu5431.patch)
+md5sums=('7c53f83e0327343f4060c0eb83842daf'
+ 'ebd5470fc969c75e52baf4af94a9ee82')
+
+build() {
+  cd ${srcdir}/icu/source
+  # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
+  patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/icu/source
+  make -j1 DESTDIR=${pkgdir} install
+
+  # Install license
+  install -Dm644 ${srcdir}/icu/license.html 
${pkgdir}/usr/share/licenses/icu/license.html
+}

Deleted: staging-i686/icu.8198.revert.icu5431.patch
===
--- staging-i686/icu.8198.revert.icu5431.patch  2012-04-07 06:48:21 UTC (rev 
155824)
+++ staging-i686/icu.8198.revert.icu5431.patch  2012-04-07 06:49:00 UTC (rev 
155825)
@@ -1,129 +0,0 @@
-Index: icu/trunk/source/layout/IndicReordering.cpp
-===
 icu/trunk/source/layout/IndicReordering.cpp(revision 25772)
-+++ icu/trunk/source/layout/IndicReordering.cpp(revision 26090)
-@@ -126,4 +126,8 @@
- FeatureMask fSMFeatures;
- 
-+LEUnicode   fPreBaseConsonant;
-+LEUnicode   fPreBaseVirama;
-+le_int32fPBCIndex;
-+FeatureMask fPBCFeatures;
- 
- void saveMatra(LEUnicode matra, le_int32 matraIndex, 
IndicClassTable::CharClass matraClass)
-@@ -172,5 +176,6 @@
-   fMatraFeatures(0), fMPreOutIndex(-1), fMPreFixups(mpreFixups),
-   fVMabove(0), fVMpost(0), fVMIndex(0), fVMFeatures(0),
--  fSMabove(0), fSMbelow(0), fSMIndex(0), fSMFeatures(0)
-+  fSMabove(0), fSMbelow(0), fSMIndex(0), fSMF

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

2012-04-06 Thread andyrtr
Date: Saturday, April 7, 2012 @ 02:48:21
  Author: andyrtr
Revision: 155824

upgpkg: icu 49.1.1-1

upstream update 49.1.1

Modified:
  icu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-07 06:26:52 UTC (rev 155823)
+++ PKGBUILD2012-04-07 06:48:21 UTC (rev 155824)
@@ -3,7 +3,7 @@
 # Contributor: Art Gramlich 
 
 pkgname=icu
-pkgver=49.1
+pkgver=49.1.1
 pkgrel=1
 pkgdesc="International Components for Unicode library"
 arch=(i686 x86_64)
@@ -11,9 +11,9 @@
 license=('custom:"icu"')
 depends=('gcc-libs' 'sh')
 
source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
-   
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
-   icu.8198.revert.icu5431.patch)
-md5sums=('f9e3e48a7cb6cc5f432e3f61fcc82099'
+   
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
+   icu.8198.revert.icu5431.patch)
+md5sums=('7c53f83e0327343f4060c0eb83842daf'
  'ebd5470fc969c75e52baf4af94a9ee82')
 
 build() {



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

2012-04-06 Thread andyrtr
Date: Saturday, April 7, 2012 @ 02:26:52
  Author: andyrtr
Revision: 155823

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

Added:
  cairo/repos/testing-i686/PKGBUILD
(from rev 155822, cairo/trunk/PKGBUILD)
  cairo/repos/testing-i686/cairo-1.10.0-buggy_gradients.patch
(from rev 155822, cairo/trunk/cairo-1.10.0-buggy_gradients.patch)
  cairo/repos/testing-i686/git_fixes.patch
(from rev 155822, cairo/trunk/git_fixes.patch)
  cairo/repos/testing-x86_64/PKGBUILD
(from rev 155822, cairo/trunk/PKGBUILD)
  cairo/repos/testing-x86_64/cairo-1.10.0-buggy_gradients.patch
(from rev 155822, cairo/trunk/cairo-1.10.0-buggy_gradients.patch)
  cairo/repos/testing-x86_64/git_fixes.patch
(from rev 155822, cairo/trunk/git_fixes.patch)
Deleted:
  cairo/repos/testing-i686/PKGBUILD
  cairo/repos/testing-i686/cairo-1.10.0-buggy_gradients.patch
  cairo/repos/testing-x86_64/PKGBUILD
  cairo/repos/testing-x86_64/cairo-1.10.0-buggy_gradients.patch

---+
 testing-i686/PKGBUILD |   94 +--
 testing-i686/cairo-1.10.0-buggy_gradients.patch   |   26 
 testing-i686/git_fixes.patch  |  574 
 testing-x86_64/PKGBUILD   |   94 +--
 testing-x86_64/cairo-1.10.0-buggy_gradients.patch |   26 
 testing-x86_64/git_fixes.patch|  574 
 6 files changed, 1272 insertions(+), 116 deletions(-)

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


[arch-commits] Commit in cairo/trunk (PKGBUILD git_fixes.patch)

2012-04-06 Thread andyrtr
Date: Saturday, April 7, 2012 @ 02:26:07
  Author: andyrtr
Revision: 155822

upgpkg: cairo 1.12.0-3

add most important upstream post release git fixes

Added:
  cairo/trunk/git_fixes.patch
Modified:
  cairo/trunk/PKGBUILD

-+
 PKGBUILD|   10 
 git_fixes.patch |  574 ++
 2 files changed, 581 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-07 06:09:20 UTC (rev 155821)
+++ PKGBUILD2012-04-07 06:26:07 UTC (rev 155822)
@@ -4,7 +4,7 @@
 
 pkgname=cairo
 pkgver=1.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Cairo vector graphics library"
 arch=(i686 x86_64)
 license=('LGPL' 'MPL')
@@ -16,13 +16,17 @@
 replaces=('cairo-xcb')
 options=('!libtool')
 source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.gz
-cairo-1.10.0-buggy_gradients.patch)
+cairo-1.10.0-buggy_gradients.patch
+git_fixes.patch )
 md5sums=('e6c85575ba7094f88b637bdfd835a751'
- '9b323790dab003e228c6955633cb888e')
+ '9b323790dab003e228c6955633cb888e'
+ '31aff4a4d8943ed81dce398f6421487d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   patch -Np1 -i "${srcdir}/cairo-1.10.0-buggy_gradients.patch"
+  # status is 2012-04-07 last commit: fix _cairo_pattern_get_ink_extents to 
work with snapshot recording surfaces
+  patch -Np1 -i ${srcdir}/git_fixes.patch
   ./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \

Added: git_fixes.patch
===
--- git_fixes.patch (rev 0)
+++ git_fixes.patch 2012-04-07 06:26:07 UTC (rev 155822)
@@ -0,0 +1,574 @@
+From ede11b2954db19e3ca9d31cef7d04a7bf0e42ddc Mon Sep 17 00:00:00 2001
+From: Behdad Esfahbod 
+Date: Sun, 25 Mar 2012 18:37:14 +
+Subject: Fix math in comments
+
+---
+diff --git a/src/cairo-arc.c b/src/cairo-arc.c
+index dc07fee..6977e88 100644
+--- a/src/cairo-arc.c
 b/src/cairo-arc.c
+@@ -139,7 +139,7 @@ _arc_segments_needed (double angle,
+ 
+From that paper, a very practical value of h is:
+ 
+-  h = 4/3 * tan(angle/4)
++  h = 4/3 * R * tan(angle/4)
+ 
+This value does not give the spline with minimal error, but it does
+provide a very good approximation, (6th-order convergence), and the
+--
+cgit v0.9.0.2-2-gbebe
+From fba21ef2a4c4eb343668267fda713aedbb6af2a4 Mon Sep 17 00:00:00 2001
+From: Henry (Yu) Song 
+Date: Tue, 27 Mar 2012 21:25:37 +
+Subject: gl: use font's antialias option to check whether it needs mask
+
+There is need to loop over number of glyphs to check wether the glyph
+image is a ARGB32 as the font's antialias option can be used for checking.
+If antialias is SUBPIXEL or BEST, the glyph surface will be ARGB32,
+otherwise it will be A8 format. Therefore we will only be using
+component-alpha at SUBPIXEL (or better) font quality and only then need
+a mask for multiple pass glyph composition.
+---
+diff --git a/src/cairo-gl-glyphs.c b/src/cairo-gl-glyphs.c
+index 832956f..9756ea4 100644
+--- a/src/cairo-gl-glyphs.c
 b/src/cairo-gl-glyphs.c
+@@ -427,23 +427,15 @@ _cairo_gl_composite_glyphs (void *_dst,
+ 
+ TRACE ((stderr, "%s\n", __FUNCTION__));
+ 
+-/* If any of the glyphs are component alpha, we have to go through a mask,
+- * since only _cairo_gl_surface_composite() currently supports component
+- * alpha.
++/* If any of the glyphs require component alpha, we have to go through
++ * a mask, since only _cairo_gl_surface_composite() currently supports
++ * component alpha.
+  */
+-if (!dst->base.is_clear && ! info->use_mask && op != CAIRO_OPERATOR_OVER) 
{
+-  for (i = 0; i < info->num_glyphs; i++) {
+-  cairo_scaled_glyph_t *scaled_glyph;
+-
+-  if (_cairo_scaled_glyph_lookup (info->font, info->glyphs[i].index,
+-  CAIRO_SCALED_GLYPH_INFO_SURFACE,
+-  &scaled_glyph) == 
CAIRO_INT_STATUS_SUCCESS &&
+-  scaled_glyph->surface->format == CAIRO_FORMAT_ARGB32)
+-  {
+-  info->use_mask = TRUE;
+-  break;
+-  }
+-  }
++if (!dst->base.is_clear && ! info->use_mask && op != CAIRO_OPERATOR_OVER 
&&
++  (info->font->options.antialias == CAIRO_ANTIALIAS_SUBPIXEL ||
++   info->font->options.antialias == CAIRO_ANTIALIAS_BEST))
++{
++  info->use_mask = TRUE;
+ }
+ 
+ if (info->use_mask) {
+--
+cgit v0.9.0.2-2-gbebe
+From d304f0e57be8036719c3709e2419487326369105 Mon Sep 17 00:00:00 2001
+From: Chris Wilson 
+Date: Wed, 28 Mar 2012 23:32:36 +
+Subject: composite-rectangles: Trim extents for SOURCE and CLEAR to the mask
+
+The SOURCE and CLEAR are the odd pair in Cairo's range of operators that
+are bound by the shape/mask, but are unbound by the source. This
+regularly leads to bugs as 

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

2012-04-06 Thread andyrtr
Date: Saturday, April 7, 2012 @ 02:09:20
  Author: andyrtr
Revision: 155821

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 155820, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 155820, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-07 06:08:39 UTC (rev 155820)
+++ extra-i686/PKGBUILD 2012-04-07 06:09:20 UTC (rev 155821)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.0.11
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
-license=('GPL')
-groups=()
-depends=('ghostscript' 'lcms2' 'poppler')
-makedepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-#options=(!makeflags)
-install=
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-md5sums=('70789c052deaa50fb00cae1b4c24f9f4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-#check() {
-#  cd "$srcdir/$pkgname-$pkgver"
-#  make -k check
-#}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  #make DESTDIR="$pkgdir/" install
-  make install BUILDROOT="$pkgdir/"
-  # drop static lib
-  rm -f ${pkgdir}/usr/lib/*.a
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 155820, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-07 06:09:20 UTC (rev 155821)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.0.12
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
+license=('GPL')
+groups=()
+depends=('ghostscript' 'lcms2' 'poppler')
+makedepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+#options=(!makeflags)
+install=
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+md5sums=('aace03cc690dde7809d6cb5394accfa4')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+#check() {
+#  cd "$srcdir/$pkgname-$pkgver"
+#  make -k check
+#}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  #make DESTDIR="$pkgdir/" install
+  make install BUILDROOT="$pkgdir/"
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-07 06:08:39 UTC (rev 155820)
+++ extra-x86_64/PKGBUILD   2012-04-07 06:09:20 UTC (rev 155821)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.0.11
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
-license=('GPL')
-groups=()
-depends=('ghostscript' 'lcms2' 'poppler')
-makedepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-#options=(!makeflags)
-install=
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-md5sums=('70789c052deaa50fb00cae1b4c24f9f4')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-#check() {
-#  cd "$srcdir/$pkgname-$pkgver"
-#  make -k check
-#}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  #make DESTDIR="$pkgdir/" install
-  make install BUILDROOT="$pkgdir/"
-  # drop static lib
-  rm -f ${pkgdir}/usr/lib/*.a
-}

Copied: cups-filters/repos/extra-x86_64/PKGBUILD (from rev 155820, 
cups-filters/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-07 06:09:20 UTC (rev 155821)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.0.12
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting";
+license=('GPL')
+groups=()
+depends=('ghostscript' 'lcms2' 'poppler')
+makedepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+#options=(!makeflags)
+install=
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+md5sums=('aace03cc690dde7809d6cb5394accfa4')
+
+build()

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

2012-04-06 Thread andyrtr
Date: Saturday, April 7, 2012 @ 02:08:39
  Author: andyrtr
Revision: 155820

upgpkg: cups-filters 1.0.12-1

upstream updates 1.0.12

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-07 00:01:49 UTC (rev 155819)
+++ PKGBUILD2012-04-07 06:08:39 UTC (rev 155820)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.0.11
+pkgver=1.0.12
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 #options=(!makeflags)
 install=
 
source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-md5sums=('70789c052deaa50fb00cae1b4c24f9f4')
+md5sums=('aace03cc690dde7809d6cb5394accfa4')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2012-04-06 Thread Tom Gundersen
Date: Friday, April 6, 2012 @ 20:01:49
  Author: tomegun
Revision: 155819

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

Added:
  udev/repos/testing-i686/
  
udev/repos/testing-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch
(from rev 155818, 
udev/trunk/0001-split-usr-always-read-config-files-from-lib-udev.patch)
  udev/repos/testing-i686/0002-reinstate-TIMEOUT-handling.patch
(from rev 155818, udev/trunk/0002-reinstate-TIMEOUT-handling.patch)
  udev/repos/testing-i686/PKGBUILD
(from rev 155818, udev/trunk/PKGBUILD)
  udev/repos/testing-i686/initcpio-hooks-udev
(from rev 155818, udev/trunk/initcpio-hooks-udev)
  udev/repos/testing-i686/initcpio-install-udev
(from rev 155818, udev/trunk/initcpio-install-udev)
  udev/repos/testing-i686/udev.install
(from rev 155818, udev/trunk/udev.install)
  udev/repos/testing-x86_64/
  
udev/repos/testing-x86_64/0001-split-usr-always-read-config-files-from-lib-udev.patch
(from rev 155818, 
udev/trunk/0001-split-usr-always-read-config-files-from-lib-udev.patch)
  udev/repos/testing-x86_64/0002-reinstate-TIMEOUT-handling.patch
(from rev 155818, udev/trunk/0002-reinstate-TIMEOUT-handling.patch)
  udev/repos/testing-x86_64/PKGBUILD
(from rev 155818, udev/trunk/PKGBUILD)
  udev/repos/testing-x86_64/initcpio-hooks-udev
(from rev 155818, udev/trunk/initcpio-hooks-udev)
  udev/repos/testing-x86_64/initcpio-install-udev
(from rev 155818, udev/trunk/initcpio-install-udev)
  udev/repos/testing-x86_64/udev.install
(from rev 155818, udev/trunk/udev.install)

+
 testing-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch   |   
80 +
 testing-i686/0002-reinstate-TIMEOUT-handling.patch |  
146 ++
 testing-i686/PKGBUILD  |   
78 +
 testing-i686/initcpio-hooks-udev   |   
 9 
 testing-i686/initcpio-install-udev |   
26 +
 testing-i686/udev.install  |   
59 
 testing-x86_64/0001-split-usr-always-read-config-files-from-lib-udev.patch |   
80 +
 testing-x86_64/0002-reinstate-TIMEOUT-handling.patch   |  
146 ++
 testing-x86_64/PKGBUILD|   
78 +
 testing-x86_64/initcpio-hooks-udev |   
 9 
 testing-x86_64/initcpio-install-udev   |   
26 +
 testing-x86_64/udev.install|   
59 
 12 files changed, 796 insertions(+)

Copied: 
udev/repos/testing-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch
 (from rev 155818, 
udev/trunk/0001-split-usr-always-read-config-files-from-lib-udev.patch)
===
--- testing-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch
(rev 0)
+++ testing-i686/0001-split-usr-always-read-config-files-from-lib-udev.patch
2012-04-07 00:01:49 UTC (rev 155819)
@@ -0,0 +1,80 @@
+From f2bdace5bb68d4f3162f886b27210762d8b115b8 Mon Sep 17 00:00:00 2001
+From: Tom Gundersen 
+Date: Sat, 3 Mar 2012 12:28:15 +0100
+Subject: [PATCH 1/2] split /usr: always read config files from /lib/udev
+
+This means we don't need a flagday in order to move udev to use
+/usr/lib/udev/rules.d
+---
+ src/libudev.c |   25 -
+ 1 file changed, 16 insertions(+), 9 deletions(-)
+
+diff --git a/src/libudev.c b/src/libudev.c
+index be24329..754d713 100644
+--- a/src/libudev.c
 b/src/libudev.c
+@@ -43,8 +43,8 @@ struct udev {
+ void *userdata;
+ char *sys_path;
+ char *dev_path;
+-char *rules_path[4];
+-unsigned long long rules_path_ts[4];
++char *rules_path[5];
++unsigned long long rules_path_ts[5];
+ int rules_path_count;
+ char *run_path;
+ struct udev_list properties_list;
+@@ -255,21 +255,26 @@ UDEV_EXPORT struct udev *udev_new(void)
+ goto err;
+ 
+ if (udev->rules_path[0] == NULL) {
+-/* /usr/lib/udev -- system rules */
+-udev->rules_path[0] = strdup(PKGLIBEXECDIR "/rules.d");
++/* /lib/udev -- compat for system rules */
++udev->rules_path[0] = strdup("/lib/udev/rules.d");
+ if (!udev->rules_path[0])
++   goto err;
++
++/* /usr/lib/udev -- system rules */
++udev->rules_path[1] = strdup(PKGLIBEXECDIR "/rules.d");
++if (!udev->rules_path[1])
+ goto err;
+ 
+ /* /etc/udev -- local administration rules */
+-udev->rules_path[1] = strdup(SYSCONFDIR "/udev/rules.d");
+

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

2012-04-06 Thread Tom Gundersen
Date: Friday, April 6, 2012 @ 20:01:08
  Author: tomegun
Revision: 155818

upgpkg: udev 181-10

fix path of /bin/sh in keyboard script

Modified:
  udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 21:59:05 UTC (rev 155817)
+++ PKGBUILD2012-04-07 00:01:08 UTC (rev 155818)
@@ -6,7 +6,7 @@
 
 pkgname=udev
 pkgver=181
-pkgrel=9
+pkgrel=10
 pkgdesc="The userspace dev tools (udev)"
 depends=('util-linux' 'glib2' 'kmod' 'pciutils' 'usbutils' 'bash' 'acl')
 install=udev.install
@@ -61,6 +61,9 @@
   install -d ${pkgdir}/sbin
   ln -s ../usr/bin/udevadm ${pkgdir}/sbin/udevadm
 
+  # fix wrong path to /bin/sh
+  sed -i -e 's#/usr/bin/sh#/bin/sh#g' 
$pkgdir/usr/lib/udev/keyboard-force-release.sh
+
   # Replace dialout/tape/cdrom group in rules with uucp/storage/optical group
   for i in $pkgdir/usr/lib/udev/rules.d/*.rules; do
 sed -i -e 's#GROUP="dialout"#GROUP="uucp"#g;



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

2012-04-06 Thread Tom Gundersen
Date: Friday, April 6, 2012 @ 17:59:05
  Author: tomegun
Revision: 155817

no versioned deps, rename sqlite

Modified:
  redland/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 21:34:15 UTC (rev 155816)
+++ PKGBUILD2012-04-06 21:59:05 UTC (rev 155817)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: AndyRTR 
+# Maintainer: Tom Gundersen 
+# Contributor: AndyRTR 
 # Contributor: Francois Charette  
 
 pkgbase=redland
@@ -10,7 +11,7 @@
 url="http://librdf.org/";
 license=("GPL")
 arch=('i686' 'x86_64')
-makedepends=('rasqal>=0.9.28' 'raptor>=2.0.6' 'db>=5.3' 'postgresql-libs' 
'libmysqlclient' 'unixodbc' 'sqlite3')
+makedepends=('rasqal' 'raptor' 'db' 'postgresql-libs' 'libmysqlclient' 
'unixodbc' 'sqlite')
 options=('!libtool')
 source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc}
 rpath.diff)



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

2012-04-06 Thread Gaetan Bisson
Date: Friday, April 6, 2012 @ 17:34:15
  Author: bisson
Revision: 155816

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

Added:
  postfix/repos/testing-i686/
  postfix/repos/testing-i686/PKGBUILD
(from rev 155815, postfix/trunk/PKGBUILD)
  postfix/repos/testing-i686/aliases.patch
(from rev 155815, postfix/trunk/aliases.patch)
  postfix/repos/testing-i686/install
(from rev 155815, postfix/trunk/install)
  postfix/repos/testing-i686/rc.d
(from rev 155815, postfix/trunk/rc.d)
  postfix/repos/testing-x86_64/
  postfix/repos/testing-x86_64/PKGBUILD
(from rev 155815, postfix/trunk/PKGBUILD)
  postfix/repos/testing-x86_64/aliases.patch
(from rev 155815, postfix/trunk/aliases.patch)
  postfix/repos/testing-x86_64/install
(from rev 155815, postfix/trunk/install)
  postfix/repos/testing-x86_64/rc.d
(from rev 155815, postfix/trunk/rc.d)

--+
 testing-i686/PKGBUILD|   63 +
 testing-i686/aliases.patch   |   18 +++
 testing-i686/install |   33 +
 testing-i686/rc.d|   36 +++
 testing-x86_64/PKGBUILD  |   63 +
 testing-x86_64/aliases.patch |   18 +++
 testing-x86_64/install   |   33 +
 testing-x86_64/rc.d  |   36 +++
 8 files changed, 300 insertions(+)

Copied: postfix/repos/testing-i686/PKGBUILD (from rev 155815, 
postfix/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-06 21:34:15 UTC (rev 155816)
@@ -0,0 +1,63 @@
+# $Id$
+# Contributor: Jeff Brodnax 
+# Contributor: Paul Mattal 
+# Maintainer: Gaetan Bisson 
+
+pkgname=postfix
+pkgver=2.9.1
+pkgrel=3
+pkgdesc='Fast, easy to administer, secure mail server'
+url='http://www.postfix.org/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite' 
'libldap' 'db')
+backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
+source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz";
 \
+'aliases.patch' \
+'rc.d')
+sha1sums=('d4f6572ab1ac5fc15626ac2de6d18c340aae2cef'
+  '5fc3de6c7df1e5851a0a379e825148868808318b'
+  '40c6be2eb55e6437a402f43775cdb3d22ea87a66')
+
+provides=('smtp-server' 'smtp-forwarder')
+replaces=('postfix-mysql' 'postfix-pgsql')
+conflicts=('postfix-mysql' 'postfix-pgsql' 'smtp-server' 'smtp-forwarder')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make makefiles DEBUG='' CCARGS=' \
+   -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
+   -DHAS_LDAP \
+   -DUSE_TLS \
+   -DHAS_MYSQL -I/usr/include/mysql \
+   -DHAS_PGSQL -I/usr/include/postgresql \
+   -DHAS_SQLITE \
+   ' AUXLIBS=' \
+   -lsasl2 \
+   -lldap -llber \
+   -lssl -lcrypto \
+   -lmysqlclient -lz -lm \
+   -lpq \
+   -lsqlite3 -lpthread \
+   ' OPT="${CFLAGS} ${LDFLAGS}"
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   sh postfix-install -non-interactive \
+   install_root="${pkgdir}" \
+   daemon_directory="/usr/lib/${pkgname}" \
+   sample_directory="/etc/${pkgname}/sample" \
+   manpage_directory="/usr/share/man"
+
+   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"
+   cd "${pkgdir}"; patch -p0 -i "${srcdir}"/aliases.patch
+}

Copied: postfix/repos/testing-i686/aliases.patch (from rev 155815, 
postfix/trunk/aliases.patch)
===
--- testing-i686/aliases.patch  (rev 0)
+++ testing-i686/aliases.patch  2012-04-06 21:34:15 UTC (rev 155816)
@@ -0,0 +1,18 @@
+--- etc/postfix/main.cf.orig   2010-12-13 20:18:22.0 +0100
 etc/postfix/main.cf2010-12-13 20:18:24.0 +0100
+@@ -382,6 +382,7 @@
+ #alias_maps = hash:/etc/aliases
+ #alias_maps = hash:/etc/aliases, nis:mail.aliases
+ #alias_maps = netinfo:/aliases
++alias_maps = hash:/etc/postfix/aliases
+ 
+ # The alias_database parameter specifies the alias database(s) that
+ # are built with "newaliases" or "sendmail -bi".  This is a separate
+@@ -392,6 +393,7 @@
+ #alias_database = dbm:/etc/mail/aliases
+ #alias_database = hash:/etc/aliases
+ #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
++alias_database = $alias_maps
+ 
+ # ADDRESS EXTENSIONS (e.g., 

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

2012-04-06 Thread Gaetan Bisson
Date: Friday, April 6, 2012 @ 17:33:50
  Author: bisson
Revision: 155815

rename sqlite3 into sqlite

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 20:34:25 UTC (rev 155814)
+++ PKGBUILD2012-04-06 21:33:50 UTC (rev 155815)
@@ -5,12 +5,12 @@
 
 pkgname=postfix
 pkgver=2.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Fast, easy to administer, secure mail server'
 url='http://www.postfix.org/'
 license=('custom')
 arch=('i686' 'x86_64')
-depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite3' 
'libldap' 'db')
+depends=('pcre' 'libsasl' 'libmysqlclient' 'postgresql-libs' 'sqlite' 
'libldap' 'db')
 
backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz";
 \
 'aliases.patch' \



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

2012-04-06 Thread Gaetan Bisson
Date: Friday, April 6, 2012 @ 16:34:25
  Author: bisson
Revision: 155814

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

Added:
  mpd/repos/testing-i686/
  mpd/repos/testing-i686/PKGBUILD
(from rev 155813, mpd/trunk/PKGBUILD)
  mpd/repos/testing-i686/install
(from rev 155813, mpd/trunk/install)
  mpd/repos/testing-i686/rc.d
(from rev 155813, mpd/trunk/rc.d)
  mpd/repos/testing-x86_64/
  mpd/repos/testing-x86_64/PKGBUILD
(from rev 155813, mpd/trunk/PKGBUILD)
  mpd/repos/testing-x86_64/install
(from rev 155813, mpd/trunk/install)
  mpd/repos/testing-x86_64/rc.d
(from rev 155813, mpd/trunk/rc.d)

-+
 testing-i686/PKGBUILD   |   61 ++
 testing-i686/install|   10 +++
 testing-i686/rc.d   |   27 
 testing-x86_64/PKGBUILD |   61 ++
 testing-x86_64/install  |   10 +++
 testing-x86_64/rc.d |   27 
 6 files changed, 196 insertions(+)

Copied: mpd/repos/testing-i686/PKGBUILD (from rev 155813, mpd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-06 20:34:25 UTC (rev 155814)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.16.8
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
+ 'libpulse')
+makedepends=('doxygen')
+source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2";
+'rc.d') 
+sha1sums=('977c80db8dc64e65c2bc523f69a9a7a71adca2b1'
+  '3777bdb4fff4b7911be3b1242aabae9d2912ef18')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --enable-lastfm \
+   --enable-jack \
+   --enable-pulse \
+   --enable-documentation \
+   --disable-libwrap \
+   --disable-cue \
+   --disable-sidplay \
+   --disable-documentation \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make DESTDIR="${pkgdir}" install
+
+   sed \
+   -e '/^#playlist_directory/c playlist_directory 
"/var/lib/mpd/playlists"' \
+   -e '/^#db_file/c db_file "/var/lib/mpd/mpd.db"' \
+   -e '/^#pid_file/c pid_file "/run/mpd/mpd.pid"' \
+   -e '/^#state_file/c state_file "/var/lib/mpd/mpdstate"' \
+   -e '/^#user/c user "mpd"' \
+   -i doc/mpdconf.example
+
+   install -Dm755 ../rc.d "${pkgdir}"/etc/rc.d/mpd
+   install -d -g 45 -o 45 "${pkgdir}"/var/lib/mpd/playlists
+   install -Dm644 doc/mpdconf.example 
"${pkgdir}"/usr/share/mpd/mpd.conf.example
+}

Copied: mpd/repos/testing-i686/install (from rev 155813, mpd/trunk/install)
===
--- testing-i686/install(rev 0)
+++ testing-i686/install2012-04-06 20:34:25 UTC (rev 155814)
@@ -0,0 +1,10 @@
+post_install() {
+   getent group mpd &>/dev/null || groupadd -r -g 45 mpd >/dev/null
+   getent passwd mpd &>/dev/null || useradd -r -u 45 -g mpd -d 
/var/lib/mpd -s /bin/true -G audio mpd >/dev/null
+   echo '==> Now create a /etc/mpd.conf file; see: 
/usr/share/mpd/mpd.conf.example'
+}
+
+post_remove() {
+   getent passwd mpd &>/dev/null && userdel mpd >/dev/null
+   getent group mpd &>/dev/null && groupdel mpd >/dev/null
+}

Copied: mpd/repos/testing-i686/rc.d (from rev 155813, mpd/trunk/rc.d)
===
--- testing-i686/rc.d   (rev 0)
+++ testing-i686/rc.d   2012-04-06 20:34:25 UTC (rev 155814)
@@ -0,0 +1,27 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+[[ -d /run/mpd ]] || install -d -g mpd -o mpd /run/mpd
+
+case "$1" in
+   start)
+   stat_busy 'Starting Music Player Daemon'
+   /usr/bin/mpd /etc/mpd.conf &> /dev/null &&
+   { add_daemon mpd; stat_done; } || stat_fail
+   ;;
+   stop)
+   stat_busy 'Stopping Music Player Daemon'
+   /usr/bin/mpd --kill /etc/mpd.conf &> /dev/null &&
+   { rm_daemon mpd; stat_done; } || stat_fail
+   ;;
+   restart)
+   $0 stop
+ 

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

2012-04-06 Thread Gaetan Bisson
Date: Friday, April 6, 2012 @ 16:33:43
  Author: bisson
Revision: 155813

upstream update, rename sqlite3 into sqlite

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 20:25:08 UTC (rev 155812)
+++ PKGBUILD2012-04-06 20:33:43 UTC (rev 155813)
@@ -6,19 +6,19 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.16.7
-pkgrel=3
+pkgver=0.16.8
+pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki'
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl' 
'faad2'
- 'sqlite3' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
+ 'sqlite' 'jack' 'libmms' 'wavpack' 'libmpcdec' 'avahi' 'libid3tag'
  'libpulse')
 makedepends=('doxygen')
 source=("http://downloads.sourceforge.net/musicpd/${pkgname}-${pkgver}.tar.bz2";
 'rc.d') 
-sha1sums=('878f3ce82d4f00f6cbad63a625b2c0274c4a704a'
+sha1sums=('977c80db8dc64e65c2bc523f69a9a7a71adca2b1'
   '3777bdb4fff4b7911be3b1242aabae9d2912ef18')
 
 install=install



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

2012-04-06 Thread Dan McGee
Date: Friday, April 6, 2012 @ 16:25:08
  Author: dan
Revision: 155812

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

Added:
  git/repos/extra-i686/ChangeLog
(from rev 155811, git/trunk/ChangeLog)
  git/repos/extra-i686/PKGBUILD
(from rev 155811, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon
(from rev 155811, git/trunk/git-daemon)
  git/repos/extra-i686/git-daemon.conf
(from rev 155811, git/trunk/git-daemon.conf)
  git/repos/extra-x86_64/ChangeLog
(from rev 155811, git/trunk/ChangeLog)
  git/repos/extra-x86_64/PKGBUILD
(from rev 155811, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon
(from rev 155811, git/trunk/git-daemon)
  git/repos/extra-x86_64/git-daemon.conf
(from rev 155811, git/trunk/git-daemon.conf)
Deleted:
  git/repos/extra-i686/ChangeLog
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon
  git/repos/extra-i686/git-daemon.conf
  git/repos/extra-x86_64/ChangeLog
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon
  git/repos/extra-x86_64/git-daemon.conf

--+
 extra-i686/ChangeLog |  114 +++---
 extra-i686/PKGBUILD  |  210 -
 extra-i686/git-daemon|  140 +--
 extra-i686/git-daemon.conf   |   10 -
 extra-x86_64/ChangeLog   |  114 +++---
 extra-x86_64/PKGBUILD|  210 -
 extra-x86_64/git-daemon  |  140 +--
 extra-x86_64/git-daemon.conf |   10 -
 8 files changed, 474 insertions(+), 474 deletions(-)

Deleted: extra-i686/ChangeLog
===
--- extra-i686/ChangeLog2012-04-06 20:24:27 UTC (rev 155811)
+++ extra-i686/ChangeLog2012-04-06 20:25:08 UTC (rev 155812)
@@ -1,57 +0,0 @@
-Simple version bumps are omitted from the following ChangeLog.
-
-2011-08-16 Dan McGee 
-   Version 1.7.6.1-1
-   * Enable USE_LIBPCRE for `git grep -P` usage
-
-2011-05-05 Dan McGee 
-   Version 1.7.5.1-1
-   * Byte compile emacs files (FS#20874)
-   * Respect CFLAGS/LDFLAGS (FS#23963)
-
-2011-04-27 Dan McGee 
-   Version 1.7.5-1
-   * Add missing optdepends for git send-email (FS#20923)
-
-2011-01-05 Dan McGee 
-   Version 1.7.3.5-1
-   * More flexible git-daemon RC scripts (FS#20575)
-
-2010-10-01 Allan McRae 
-   Version 1.7.3.1-2
-   * Python 2/3 rebuild
-
-2010-06-29 Dan McGee 
-   Version 1.7.1.1-1
-   * Add emacs completion files (FS#17968)
-   * Add git-daemon RC scripts (FS#19291)
-
-2009-06-05 Dan McGee 
-   Version 1.6.3.2-1
-   * Remove gitweb from /usr/share; it needs customization to be helpful
-   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
-
-2008-09-14 Dan McGee 
-   Version 1.6.0.2-1
-   * Moved optional depends from install file to optdepends array
-
-2008-06-15 Dan McGee 
-   Version 1.5.6-1
-   * Removed 'cpio' dependency, clone is now a builtin and no longer needs 
it
-
-2008-02-02 Dan McGee 
-   Version 1.5.4-1
-   * Upstream version 1.5.4
-   * Enable pthreads support in pack-objects. To use, set the pack.threads
- git config option. Read manpages of pack-objects and config for more
- details.
-   * Changelog added (with entries going back a bit).
-
-2008-01-28 Kevin Piche 
-   Version 1.5.3.7-2
-   * Updated for new perl policy (vendor dirs)
-   * Change license to GPL2
-
-2007-11-01 Eric Belanger 
-   Version 1.5.3.5-2
-   * Fix Perl module location

Copied: git/repos/extra-i686/ChangeLog (from rev 155811, git/trunk/ChangeLog)
===
--- extra-i686/ChangeLog(rev 0)
+++ extra-i686/ChangeLog2012-04-06 20:25:08 UTC (rev 155812)
@@ -0,0 +1,57 @@
+Simple version bumps are omitted from the following ChangeLog.
+
+2011-08-16 Dan McGee 
+   Version 1.7.6.1-1
+   * Enable USE_LIBPCRE for `git grep -P` usage
+
+2011-05-05 Dan McGee 
+   Version 1.7.5.1-1
+   * Byte compile emacs files (FS#20874)
+   * Respect CFLAGS/LDFLAGS (FS#23963)
+
+2011-04-27 Dan McGee 
+   Version 1.7.5-1
+   * Add missing optdepends for git send-email (FS#20923)
+
+2011-01-05 Dan McGee 
+   Version 1.7.3.5-1
+   * More flexible git-daemon RC scripts (FS#20575)
+
+2010-10-01 Allan McRae 
+   Version 1.7.3.1-2
+   * Python 2/3 rebuild
+
+2010-06-29 Dan McGee 
+   Version 1.7.1.1-1
+   * Add emacs completion files (FS#17968)
+   * Add git-daemon RC scripts (FS#19291)
+
+2009-06-05 Dan McGee 
+   Version 1.6.3.2-1
+   * Remove gitweb from /usr/share; it needs customization to be helpful
+   * Add NO_CROSS_DIRECTORY_HARDLINKS option to build (FS#13683)
+
+2008-09-14 Dan McGee 
+   Version 1.6.0.2-1
+   * Moved optional depends from inst

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

2012-04-06 Thread Dan McGee
Date: Friday, April 6, 2012 @ 16:24:27
  Author: dan
Revision: 155811

upgpkg: git 1.7.10-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 18:38:03 UTC (rev 155810)
+++ PKGBUILD2012-04-06 20:24:27 UTC (rev 155811)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=1.7.9.6
+pkgver=1.7.10
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -99,7 +99,7 @@
   install -D -m644 "$srcdir"/git-daemon.conf 
"$pkgdir"/etc/conf.d/git-daemon.conf
 }
 
-sha1sums=('71c5a5acdef77cd8d29a4ae5d4fe7f2889f495b5'
-  '43441aaa208b1f948f5a006e818a1a34dcda6740'
+sha1sums=('501ee8685c148d377950e42c111e01d83fd1d41a'
+  '5852d1dead0190edeba1803a70fac5d76523a616'
   'f2b41828bd912b72e2cb3e14677739c4f370de66'
   '149e2da1ecb48872ddb31c0945afeaad1f9653d7')



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

2012-04-06 Thread Andrea Scarpino
Date: Friday, April 6, 2012 @ 14:38:03
  Author: andrea
Revision: 155810

rename pkg sqlite3 -> sqlite

Modified:
  qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 18:28:29 UTC (rev 155809)
+++ PKGBUILD2012-04-06 18:38:03 UTC (rev 155810)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL')
-makedepends=('libtiff' 'libpng' 'libmng' 'sqlite3' 'ca-certificates' 'glib2' 
'dbus'
+makedepends=('libtiff' 'libpng' 'libmng' 'sqlite' 'ca-certificates' 'glib2' 
'dbus'
 'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
 'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'mesa' 
'postgresql-libs'
 'mysql' 'unixodbc' 'cups' 'gtk2')
@@ -69,7 +69,7 @@
 
 package_qt() {
 pkgdesc='A cross-platform application and UI framework'
-depends=('libtiff' 'libpng' 'libmng' 'sqlite3' 'ca-certificates' 'glib2' 
'dbus'
+depends=('libtiff' 'libpng' 'libmng' 'sqlite' 'ca-certificates' 'glib2' 
'dbus'
   'fontconfig' 'libgl' 'libsm' 'libxrandr' 'libxv' 'libxi' 'alsa-lib'
   'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils')
 optdepends=('postgresql-libs: PostgreSQL driver'



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

2012-04-06 Thread Dave Reisner
Date: Friday, April 6, 2012 @ 14:28:29
  Author: dreisner
Revision: 155809

depend on util-linux, not -ng

Modified:
  qemu-kvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 18:28:01 UTC (rev 155808)
+++ PKGBUILD2012-04-06 18:28:29 UTC (rev 155809)
@@ -7,7 +7,7 @@
 arch=(i686 x86_64)
 license=('GPL2' 'LGPL2.1')
 url="http://www.linux-kvm.org";
-depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'nss' 'glib2' 
'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux-ng' 'libpulse')
+depends=('libjpeg' 'libpng' 'libsasl' 'curl' 'sdl' 'alsa-lib' 'nss' 'glib2' 
'gnutls>=2.4.1' 'bluez' 'vde2' 'util-linux' 'libpulse')
 makedepends=('git' 'iasl' 'texi2html' 'perl' 'python2')
 backup=('etc/qemu/target-x86_64.conf')
 install=qemu-kvm.install



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

2012-04-06 Thread Dave Reisner
Date: Friday, April 6, 2012 @ 14:28:01
  Author: dreisner
Revision: 155808

depend on util-linux, not -ng

Modified:
  e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 18:26:16 UTC (rev 155807)
+++ PKGBUILD2012-04-06 18:28:01 UTC (rev 155808)
@@ -10,7 +10,7 @@
 license=('GPL' 'LGPL' 'MIT')
 url="http://e2fsprogs.sourceforge.net";
 groups=('base')
-depends=('sh' 'util-linux-ng')
+depends=('sh' 'util-linux')
 makedepends=('bc')
 
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz";
 'MIT-LICENSE')



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

2012-04-06 Thread Dave Reisner
Date: Friday, April 6, 2012 @ 14:26:16
  Author: dreisner
Revision: 155807

move systemdsystemunitdir to /usr

Modified:
  avahi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 18:23:25 UTC (rev 155806)
+++ PKGBUILD2012-04-06 18:26:16 UTC (rev 155807)
@@ -60,7 +60,7 @@
--with-avahi-priv-access-group=network \
--with-autoipd-user=avahi \
--with-autoipd-group=avahi \
-   --with-systemdsystemunitdir=/lib/systemd/system \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system \
 
make
 }



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

2012-04-06 Thread Dave Reisner
Date: Friday, April 6, 2012 @ 14:23:25
  Author: dreisner
Revision: 155806

move systemdsystemunitdir to /usr

Modified:
  dnsmasq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 18:22:29 UTC (rev 155805)
+++ PKGBUILD2012-04-06 18:23:25 UTC (rev 155806)
@@ -45,7 +45,7 @@
 
   install -Dm644 "dbus/dnsmasq.conf" "$pkgdir"/etc/dbus-1/system.d/dnsmasq.conf
   install -Dm644 "dnsmasq.conf.example" "$pkgdir"/etc/dnsmasq.conf
-  install -Dm644 "$srcdir/dnsmasq.service" 
"$pkgdir"/lib/systemd/system/dnsmasq.service
+  install -Dm644 "$srcdir/dnsmasq.service" 
"$pkgdir"/usr/lib/systemd/system/dnsmasq.service
 }
 
 # vim: ts=2 sw=2 et ft=sh



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

2012-04-06 Thread Dave Reisner
Date: Friday, April 6, 2012 @ 14:22:29
  Author: dreisner
Revision: 155805

move systemdsystemunitdir to /usr

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 18:21:13 UTC (rev 155804)
+++ PKGBUILD2012-04-06 18:22:29 UTC (rev 155805)
@@ -20,7 +20,7 @@
   ./configure --prefix=/usr \
 --sysconfdir=/etc --libexecdir=/usr/lib/colord \
 --localstatedir=/var --disable-static \
---with-systemdsystemunitdir=/lib/systemd/system
+--with-systemdsystemunitdir=/usr/lib/systemd/system
   make
 }
 



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

2012-04-06 Thread Dave Reisner
Date: Friday, April 6, 2012 @ 14:21:13
  Author: dreisner
Revision: 155804

move systemdsystemunitdir to /usr

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 18:20:56 UTC (rev 155803)
+++ PKGBUILD2012-04-06 18:21:13 UTC (rev 155804)
@@ -37,7 +37,7 @@
--disable-cue \
--disable-sidplay \
--disable-documentation \
-   --with-systemdsystemunitdir=/lib/systemd/system
+   --with-systemdsystemunitdir=/usr/lib/systemd/system
 
make
 }



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

2012-04-06 Thread Dave Reisner
Date: Friday, April 6, 2012 @ 14:20:56
  Author: dreisner
Revision: 155803

move systemdsystemunitdir to /usr

Modified:
  alsa-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 18:17:20 UTC (rev 155802)
+++ PKGBUILD2012-04-06 18:20:56 UTC (rev 155803)
@@ -20,7 +20,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-alsaconf 
--with-systemdsystemunitdir=/lib/systemd/system
+  ./configure --prefix=/usr --disable-alsaconf 
--with-systemdsystemunitdir=/usr/lib/systemd/system
   make
 }
 



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

2012-04-06 Thread Dave Reisner
Date: Friday, April 6, 2012 @ 14:17:20
  Author: dreisner
Revision: 155802

move systemdsystemunitdir to /usr

Modified:
  dbus-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 16:00:20 UTC (rev 155801)
+++ PKGBUILD2012-04-06 18:17:20 UTC (rev 155802)
@@ -27,7 +27,7 @@
   --enable-inotify --disable-dnotify \
   --disable-verbose-mode --disable-static \
   --disable-tests --disable-asserts \
-  --with-systemdsystemunitdir=/lib/systemd/system
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
   make
 }
 



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

2012-04-06 Thread Jan Steffens
Date: Friday, April 6, 2012 @ 12:00:20
  Author: heftig
Revision: 155801

sqlite dep

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 15:59:54 UTC (rev 155800)
+++ PKGBUILD2012-04-06 16:00:20 UTC (rev 155801)
@@ -78,7 +78,7 @@
 
 package_libtracker-sparql() {
   pkgdesc="$pkgdesc (SPARQL library)"
-  depends=('sqlite3' 'icu' 'glib2' 'libffi' 'pcre' 'util-linux')
+  depends=('sqlite' 'icu' 'glib2' 'libffi' 'pcre' 'util-linux')
 
   mv "$srcdir"/sparql/* "$pkgdir"
 }



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

2012-04-06 Thread Jan Steffens
Date: Friday, April 6, 2012 @ 11:59:54
  Author: heftig
Revision: 155800

sqlite dep

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 15:59:28 UTC (rev 155799)
+++ PKGBUILD2012-04-06 15:59:54 UTC (rev 155800)
@@ -9,15 +9,15 @@
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('grilo')
-makedepends=('gupnp-av' 'libgdata' 'libquvi' 'sqlite3' 'gmime' 'libgcrypt'
+makedepends=('gupnp-av' 'libgdata' 'libquvi' 'sqlite' 'gmime' 'libgcrypt'
  'rest' 'libtracker-sparql' 'gnome-common')
 optdepends=('gupnp-av: uPnP plugin'
 'libgdata: Youtube plugin'
 'libquvi: Youtube plugin'
-'sqlite3: Podcasts plugin'
+'sqlite: Podcasts plugin'
 'gmime: Podcasts plugin'
-'sqlite3: Bookmarks plugin'
-'sqlite3: Metadata store plugin'
+'sqlite: Bookmarks plugin'
+'sqlite: Metadata store plugin'
 'libgcrypt: Vimeo plugin'
 'rest: Blip.tv plugin'
 'libtracker-sparql: Tracker plugin')



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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 11:59:28
  Author: andyrtr
Revision: 155799

rename pkg sqlite3 -> sqlite

Modified:
  dovecot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 15:59:21 UTC (rev 155798)
+++ PKGBUILD2012-04-06 15:59:28 UTC (rev 155799)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 url="http://dovecot.org/";
 license=("LGPL")
-depends=('krb5' 'openssl' 'sqlite3>=3.7.5' 'libmysqlclient>=5.5.10'
+depends=('krb5' 'openssl' 'sqlite>=3.7.5' 'libmysqlclient>=5.5.10'
 'postgresql-libs>=9.0.3' 'bzip2' 'expat' 'curl')
 makedepends=('pam>=1.1.1' 'libcap>=2.19' 'libldap>=2.4.22' 'clucene')
 optdepends=('libldap: ldap plugin'



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

2012-04-06 Thread Jan Steffens
Date: Friday, April 6, 2012 @ 11:59:21
  Author: heftig
Revision: 155798

sqlite dep

Modified:
  colord/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 15:51:36 UTC (rev 155797)
+++ PKGBUILD2012-04-06 15:59:21 UTC (rev 155798)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/software/colord";
 license=('GPL2')
-depends=('lcms2' 'libgusb' 'polkit' 'sane' 'shared-color-profiles' 'sqlite3' 
'udev')
+depends=('lcms2' 'libgusb' 'polkit' 'sane' 'shared-color-profiles' 'sqlite' 
'udev')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
 source=($url/releases/$pkgname-$pkgver.tar.xz)
 options=('!libtool')



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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 11:51:36
  Author: andyrtr
Revision: 155797

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

Added:
  sqlite/repos/testing-i686/
  sqlite/repos/testing-i686/PKGBUILD
(from rev 155796, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-i686/license.txt
(from rev 155796, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 155796, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 155796, sqlite/trunk/license.txt)

+
 testing-i686/PKGBUILD  |   93 +++
 testing-i686/license.txt   |   33 +++
 testing-x86_64/PKGBUILD|   93 +++
 testing-x86_64/license.txt |   33 +++
 4 files changed, 252 insertions(+)

Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 155796, 
sqlite/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-06 15:51:36 UTC (rev 155797)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
+_amalgamationver=3071100
+_amalgamationver2=${_amalgamationver/00/}
+_docver=${_amalgamationver}#3070700
+#pkgver=${_amalgamationver2//0/.}
+pkgver=3.7.11
+pkgrel=2
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+makedepends=('tcl' 'readline')
+source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
+   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
+   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
+   http://www.sqlite.org/sqlite-doc-${_docver}.zip
+   license.txt)
+options=('!libtool' '!emptydirs')
+md5sums=('0552d71bda98ebdcaea305cd6058221b'
+ 'c1fb48beff33612b2c7f5ae6ab17a601'
+ 'c1cdbc5544034d9012e421e75a5e4890')
+
+build() {
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
+
+  # build sqlite
+  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
+  ./configure --prefix=/usr \
+   --disable-static
+  make
+  
+  # build the tcl extension
+  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
+  ./configure --prefix=/usr \
+   --with-system-sqlite
+  make
+
+}
+
+package_sqlite() {
+ 
+ pkgdesc="A C library that implements an SQL database engine"
+ depends=('readline')
+ provides=("sqlite3=$pkgver")
+ replaces=("sqlite3=$pkgver")
+ 
+  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
+  make DESTDIR=${pkgdir} install
+  
+  # license
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}
+
+package_sqlite-tcl() {
+ 
+ pkgdesc="sqlite Tcl Extension Architecture (TEA)"
+ depends=('sqlite>=3.7.5')
+ provides=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl=$pkgver")
+ 
+  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
+  make DESTDIR=${pkgdir} install
+}
+
+package_sqlite-doc() {
+
+ pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
+ #arch=('any') - not yet supported
+ provides=("sqlite3-doc=$pkgver")
+ replaces=("sqlite3-doc=$pkgver")
+ 
+  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
+  cd ${srcdir}/sqlite-doc-${_docver}
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
+  
+  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
+  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
+  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
+
+  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
+  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
+  find ${pkgdir} -name '*~' -exec rm -f {} \;
+
+  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
+  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
+  find ${pkgdir} -name '.~*' -exec rm -f {} \;
+}

Copied: sqlite/repos/testing-i686/license.txt (from rev 155796, 
sqlite/trunk/license.txt)
===
--- testing-i686/license.txt(rev 0)
+++ testing-i686/license.txt2012-04-06 15:51:36 UTC (rev 155797)
@@ -0,0 +1,33 @@
+SQLite Copyright
+SQLite is in the
+Public Domain 
+
+
+All of the deliverable code in SQLite has been dedicated to the public domain 
by the authors. All code authors, and representatives of the companies they 
work for, have signed affidavits dedicatin

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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 11:51:05
  Author: andyrtr
Revision: 155796

upgpkg: sqlite 3.7.11-2

rename package sqlite3 -> sqlite for move to extra; FS#29296

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 15:27:01 UTC (rev 155795)
+++ PKGBUILD2012-04-06 15:51:05 UTC (rev 155796)
@@ -14,15 +14,13 @@
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.sqlite.org/";
-makedepends=('tcl' 'readline>=6.0.00')
-source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
+makedepends=('tcl' 'readline')
+source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
#http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
http://www.sqlite.org/sqlite-doc-${_docver}.zip
license.txt)
 options=('!libtool' '!emptydirs')
-provides=('sqlite3')
-replaces=('sqlite3')
 md5sums=('0552d71bda98ebdcaea305cd6058221b'
  'c1fb48beff33612b2c7f5ae6ab17a601'
  'c1cdbc5544034d9012e421e75a5e4890')
@@ -47,9 +45,9 @@
 package_sqlite() {
  
  pkgdesc="A C library that implements an SQL database engine"
- depends=('readline>=6.0.00')
- conflicts=('sqlite')
- replaces=('sqlite')
+ depends=('readline')
+ provides=("sqlite3=$pkgver")
+ replaces=("sqlite3=$pkgver")
  
   cd ${srcdir}/sqlite-autoconf-$_amalgamationver
   make DESTDIR=${pkgdir} install
@@ -60,17 +58,22 @@
 
 package_sqlite-tcl() {
  
- pkgdesc="sqlite3 Tcl Extension Architecture (TEA)"
+ pkgdesc="sqlite Tcl Extension Architecture (TEA)"
  depends=('sqlite>=3.7.5')
-
+ provides=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl=$pkgver")
+ 
   cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
   make DESTDIR=${pkgdir} install
 }
 
 package_sqlite-doc() {
+
  pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
  #arch=('any') - not yet supported
-
+ provides=("sqlite3-doc=$pkgver")
+ replaces=("sqlite3-doc=$pkgver")
+ 
   #cd ${srcdir}/sqlite-doc-${_amalgamationver}
   cd ${srcdir}/sqlite-doc-${_docver}
   mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
@@ -84,7 +87,7 @@
   find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
   find ${pkgdir} -name '*~' -exec rm -f {} \;
 
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite3/images/fileformat/.~lock.indexpage.odg#
+  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
   find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
   find ${pkgdir} -name '.~*' -exec rm -f {} \;
 }



[arch-commits] Commit in (5 files)

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 11:27:01
  Author: andyrtr
Revision: 155795

rename pkg sqlite3 -> sqlite and move to extra repo

Added:
  sqlite/
  sqlite/repos/
  sqlite/trunk/
  sqlite/trunk/PKGBUILD
  sqlite/trunk/license.txt

-+
 PKGBUILD|   90 ++
 license.txt |   33 +
 2 files changed, 123 insertions(+)

Added: sqlite/trunk/PKGBUILD
===
--- sqlite/trunk/PKGBUILD   (rev 0)
+++ sqlite/trunk/PKGBUILD   2012-04-06 15:27:01 UTC (rev 155795)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
+_amalgamationver=3071100
+_amalgamationver2=${_amalgamationver/00/}
+_docver=${_amalgamationver}#3070700
+#pkgver=${_amalgamationver2//0/.}
+pkgver=3.7.11
+pkgrel=2
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+makedepends=('tcl' 'readline>=6.0.00')
+source=( # tarball containing the amalgamation for SQLite 3.7.5 together with 
a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
+   http://www.sqlite.org/sqlite-autoconf-$_amalgamationver.tar.gz
+   #http://www.sqlite.org/sqlite-doc-${_amalgamationver}.zip
+   http://www.sqlite.org/sqlite-doc-${_docver}.zip
+   license.txt)
+options=('!libtool' '!emptydirs')
+provides=('sqlite3')
+replaces=('sqlite3')
+md5sums=('0552d71bda98ebdcaea305cd6058221b'
+ 'c1fb48beff33612b2c7f5ae6ab17a601'
+ 'c1cdbc5544034d9012e421e75a5e4890')
+
+build() {
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
+
+  # build sqlite
+  cd "$srcdir"/sqlite-autoconf-$_amalgamationver
+  ./configure --prefix=/usr \
+   --disable-static
+  make
+  
+  # build the tcl extension
+  cd "$srcdir"/sqlite-autoconf-$_amalgamationver/tea
+  ./configure --prefix=/usr \
+   --with-system-sqlite
+  make
+
+}
+
+package_sqlite() {
+ 
+ pkgdesc="A C library that implements an SQL database engine"
+ depends=('readline>=6.0.00')
+ conflicts=('sqlite')
+ replaces=('sqlite')
+ 
+  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
+  make DESTDIR=${pkgdir} install
+  
+  # license
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}
+
+package_sqlite-tcl() {
+ 
+ pkgdesc="sqlite3 Tcl Extension Architecture (TEA)"
+ depends=('sqlite>=3.7.5')
+
+  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
+  make DESTDIR=${pkgdir} install
+}
+
+package_sqlite-doc() {
+ pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
+ #arch=('any') - not yet supported
+
+  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
+  cd ${srcdir}/sqlite-doc-${_docver}
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
+  
+  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
+  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
+  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
+
+  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
+  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
+  find ${pkgdir} -name '*~' -exec rm -f {} \;
+
+  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite3/images/fileformat/.~lock.indexpage.odg#
+  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
+  find ${pkgdir} -name '.~*' -exec rm -f {} \;
+}


Property changes on: sqlite/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
Added: sqlite/trunk/license.txt
===
--- sqlite/trunk/license.txt(rev 0)
+++ sqlite/trunk/license.txt2012-04-06 15:27:01 UTC (rev 155795)
@@ -0,0 +1,33 @@
+SQLite Copyright
+SQLite is in the
+Public Domain 
+
+
+All of the deliverable code in SQLite has been dedicated to the public domain 
by the authors. All code authors, and representatives of the companies they 
work for, have signed affidavits dedicating their contributions to the public 
domain and originals of those signed affidavits are stored in a firesafe at the 
main offices of Hwaci. Anyone is free to copy, modify, publish, use, compile, 
sell, or distribute the original SQLite code, either in source code form or as 
a compiled binary, for any purpose, commercial or non-commercial, and by any 
means. 
+
+The previous paragraph applies to the deliverable code in SQLite - those parts 
of the SQLite library that you actually bundle and ship with a larger 
application. Portio

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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 11:21:54
  Author: andyrtr
Revision: 155794

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

Added:
  dbus-python/repos/testing-i686/
  dbus-python/repos/testing-i686/PKGBUILD
(from rev 155793, dbus-python/trunk/PKGBUILD)
  dbus-python/repos/testing-x86_64/
  dbus-python/repos/testing-x86_64/PKGBUILD
(from rev 155793, dbus-python/trunk/PKGBUILD)

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

Copied: dbus-python/repos/testing-i686/PKGBUILD (from rev 155793, 
dbus-python/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-06 15:21:54 UTC (rev 155794)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Jan de Groot 
+
+pkgname=dbus-python
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Python bindings for DBUS"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url="http://www.freedesktop.org/wiki/Software/DBusBindings";
+depends=('dbus-core' 'python2')
+makedepends=('docutils' 'dbus-glib')
+optdepends=('dbus-glib: glib mainloop support')
+options=('!libtool')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('775a8235736bf760cdd96e2d76546469')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  PYTHON=python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: dbus-python/repos/testing-x86_64/PKGBUILD (from rev 155793, 
dbus-python/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-06 15:21:54 UTC (rev 155794)
@@ -0,0 +1,27 @@
+# $Id$
+# Contributor: Jan de Groot 
+
+pkgname=dbus-python
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="Python bindings for DBUS"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+url="http://www.freedesktop.org/wiki/Software/DBusBindings";
+depends=('dbus-core' 'python2')
+makedepends=('docutils' 'dbus-glib')
+optdepends=('dbus-glib: glib mainloop support')
+options=('!libtool')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('775a8235736bf760cdd96e2d76546469')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  PYTHON=python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 11:21:23
  Author: andyrtr
Revision: 155793

upgpkg: dbus-python 1.0.0-1

upstream update 1.0.0

Modified:
  dbus-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 15:12:21 UTC (rev 155792)
+++ PKGBUILD2012-04-06 15:21:23 UTC (rev 155793)
@@ -2,17 +2,18 @@
 # Contributor: Jan de Groot 
 
 pkgname=dbus-python
-pkgver=0.84.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="Python bindings for DBUS"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL')
 url="http://www.freedesktop.org/wiki/Software/DBusBindings";
-depends=('dbus-glib' 'python2')
-makedepends=('pkg-config' 'docutils')
+depends=('dbus-core' 'python2')
+makedepends=('docutils' 'dbus-glib')
+optdepends=('dbus-glib: glib mainloop support')
 options=('!libtool')
 
source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('fe69a2613e824463e74f10913708c88a')
+md5sums=('775a8235736bf760cdd96e2d76546469')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 11:12:21
  Author: andyrtr
Revision: 155792

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/30-dbus
(from rev 155791, dbus/trunk/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
(from rev 155791, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/30-dbus
(from rev 155791, dbus/trunk/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 155791, dbus/trunk/PKGBUILD)

-+
 testing-i686/30-dbus|8 
 testing-i686/PKGBUILD   |   41 +
 testing-x86_64/30-dbus  |8 
 testing-x86_64/PKGBUILD |   41 +
 4 files changed, 98 insertions(+)

Copied: dbus/repos/testing-i686/30-dbus (from rev 155791, dbus/trunk/30-dbus)
===
--- testing-i686/30-dbus(rev 0)
+++ testing-i686/30-dbus2012-04-06 15:12:21 UTC (rev 155792)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch="`which dbus-launch 2>/dev/null`"
+if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z 
"$DBUS_SESSION_BUS_ADDRESS" ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 155791, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-06 15:12:21 UTC (rev 155792)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Link Dupont 
+#
+pkgname=dbus
+pkgver=1.4.20
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="http://www.freedesktop.org/Software/dbus";
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=("dbus-core>=${pkgver}" 'libx11')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz
+30-dbus)
+md5sums=('79eca2f2c1894ac347acce128314428b'
+ '9fafe8b28460aeaa6054309ef4c5ed92')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ECHO="echo" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
\
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --disable-verbose-mode --disable-static \
+  --enable-inotify --disable-dnotify \
+  --disable-tests --disable-asserts
+  make -C tools dbus-launch
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -m755 -d "${pkgdir}/usr/bin"
+  install -m755 -d "${pkgdir}/usr/share/man/man1"
+  install -m755 tools/dbus-launch "${pkgdir}/usr/bin/"
+  install -m644 doc/dbus-launch.1 "${pkgdir}/usr/share/man/man1/"
+
+  install -m755 -d "${pkgdir}/etc/X11/xinit/xinitrc.d"
+  install -m755 "${srcdir}/30-dbus" "${pkgdir}/etc/X11/xinit/xinitrc.d/"
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/dbus"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/dbus/"
+}

Copied: dbus/repos/testing-x86_64/30-dbus (from rev 155791, dbus/trunk/30-dbus)
===
--- testing-x86_64/30-dbus  (rev 0)
+++ testing-x86_64/30-dbus  2012-04-06 15:12:21 UTC (rev 155792)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch="`which dbus-launch 2>/dev/null`"
+if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z 
"$DBUS_SESSION_BUS_ADDRESS" ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 155791, 
dbus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-06 15:12:21 UTC (rev 155792)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Link Dupont 
+#
+pkgname=dbus
+pkgver=1.4.20
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="http://www.freedesktop.org/Software/dbus";
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=("dbus-core>=${pkgver}" 'libx11')
+source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz
+30-dbus)
+md5sums=('79eca2f2c1894ac347acce128314428b'
+ '9fafe8b28460aeaa6054309ef4c5ed92')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ECHO="echo" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
\
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --disable-verbose-mode --disable-static \
+  --enable-inotify --disable-dnotify \
+  --disable-tests --disable-asserts
+  make -C tools dbus-launch
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -m755 -d "${pkgdir}/usr/bin"
+  install -m755 -d "${pkgdir}/usr/share/man/man1"
+  install -m755 tools/dbus-launch "

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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 11:11:54
  Author: andyrtr
Revision: 155791

upgpkg: dbus 1.4.20-1

upstream update 1.4.20

Modified:
  dbus/trunk/30-dbus
  dbus/trunk/PKGBUILD

--+
 30-dbus  |1 -
 PKGBUILD |6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: 30-dbus
===
--- 30-dbus 2012-04-06 15:06:25 UTC (rev 155790)
+++ 30-dbus 2012-04-06 15:11:54 UTC (rev 155791)
@@ -6,4 +6,3 @@
 if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z 
"$DBUS_SESSION_BUS_ADDRESS" ]; then
   eval `$dbuslaunch --sh-syntax --exit-with-session`
 fi
-

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 15:06:25 UTC (rev 155790)
+++ PKGBUILD2012-04-06 15:11:54 UTC (rev 155791)
@@ -3,7 +3,7 @@
 # Contributor: Link Dupont 
 #
 pkgname=dbus
-pkgver=1.4.16
+pkgver=1.4.20
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system"
 url="http://www.freedesktop.org/Software/dbus";
@@ -12,8 +12,8 @@
 depends=("dbus-core>=${pkgver}" 'libx11')
 
source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz
 30-dbus)
-md5sums=('44a2a10678e7e50460879c3eb4453a65'
- 'd14e59575f04e55d21a04907b6fd9f3c')
+md5sums=('79eca2f2c1894ac347acce128314428b'
+ '9fafe8b28460aeaa6054309ef4c5ed92')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 11:06:25
  Author: andyrtr
Revision: 155790

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

Added:
  dbus-core/repos/testing-i686/
  dbus-core/repos/testing-i686/PKGBUILD
(from rev 155789, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-i686/dbus
(from rev 155789, dbus-core/trunk/dbus)
  dbus-core/repos/testing-i686/dbus.install
(from rev 155789, dbus-core/trunk/dbus.install)
  dbus-core/repos/testing-x86_64/
  dbus-core/repos/testing-x86_64/PKGBUILD
(from rev 155789, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-x86_64/dbus
(from rev 155789, dbus-core/trunk/dbus)
  dbus-core/repos/testing-x86_64/dbus.install
(from rev 155789, dbus-core/trunk/dbus.install)

-+
 testing-i686/PKGBUILD   |   50 
 testing-i686/dbus   |   57 ++
 testing-i686/dbus.install   |   24 +
 testing-x86_64/PKGBUILD |   50 
 testing-x86_64/dbus |   57 ++
 testing-x86_64/dbus.install |   24 +
 6 files changed, 262 insertions(+)

Copied: dbus-core/repos/testing-i686/PKGBUILD (from rev 155789, 
dbus-core/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-06 15:06:25 UTC (rev 155790)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Link Dupont 
+#
+pkgname=dbus-core
+pkgver=1.4.20
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system"
+url="http://www.freedesktop.org/Software/dbus";
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat>=2.0.1' 'coreutils' 'filesystem')
+makedepends=('libx11')
+conflicts=('dbus<1.2.3-2')
+options=(!libtool)
+install=dbus.install
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz
+dbus)
+md5sums=('79eca2f2c1894ac347acce128314428b'
+ '08f93dd19cffd1b45ab05c1fd4efb560')
+
+build() {
+  cd "${srcdir}/dbus-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/lib/systemd/system
+  make
+}
+
+package(){
+  cd "${srcdir}/dbus-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/bin/dbus-launch"
+  rm -f "${pkgdir}/usr/share/man/man1/dbus-launch.1"
+  rm -rf "${pkgdir}/var/run"
+
+  install -m755 -d "${pkgdir}/etc/rc.d"
+  install -m755 "${srcdir}/dbus" "${pkgdir}/etc/rc.d/"
+
+  #Fix configuration file
+  sed -i -e 's|81|dbus|' 
"${pkgdir}/etc/dbus-1/system.conf"
+
+  install -d -m755 "${pkgdir}/usr/share/licenses/dbus-core"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/dbus-core/"
+}


Property changes on: dbus-core/repos/testing-i686/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
Added: svn:mergeinfo
Copied: dbus-core/repos/testing-i686/dbus (from rev 155789, 
dbus-core/trunk/dbus)
===
--- testing-i686/dbus   (rev 0)
+++ testing-i686/dbus   2012-04-06 15:06:25 UTC (rev 155790)
@@ -0,0 +1,57 @@
+#!/bin/bash
+
+# general config
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case "$1" in
+start)
+stat_busy "Starting D-BUS system messagebus"
+   if [ ! -x /var/run/dbus ] ; then
+   install -m755 -g 81 -o 81 -d /var/run/dbus
+   fi
+if [ -x /usr/bin/dbus-uuidgen ] ; then
+/usr/bin/dbus-uuidgen --ensure
+fi
+
+/usr/bin/dbus-daemon --system
+if [ $? -gt 0 ]; then
+stat_fail
+else
+add_daemon dbus
+stat_done
+fi
+;;
+stop)
+stat_busy "Stopping D-BUS system messagebus"
+   [ -f /var/run/dbus.pid ] && kill `cat /var/run/dbus.pid` >/dev/null 2>&1
+if [ $? -gt 0 ]; then
+stat_fail
+else
+   rm -f /var/run/dbus.pid
+rm_daemon dbus
+stat_done
+fi
+;;
+restart)
+$0 stop
+   sleep 1
+$0 start
+;;
+reload)
+stat_busy "Reloading D-BUS configuration"
+[ -f /var/run/dbus.pid ] && /usr/bin/dbus-send \
+--system --type=method_call \
+--dest=org.freedesktop.DBus \
+/ org.freedesktop.DBus.ReloadConfig
+if [ $? -gt 0 ]; then
+stat_fail
+else
+stat_done
+fi
+;;
+*)
+echo "usage: $0 {start|stop|restart|reload}"
+   ;;
+esac
+exit 0


Property changes on: dbus-cor

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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 11:05:46
  Author: andyrtr
Revision: 155789

upgpkg: dbus-core 1.4.20-1

upstream update 1.4.20; remove /var/run dir from pkg - FS#28443

Modified:
  dbus-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 14:18:25 UTC (rev 155788)
+++ PKGBUILD2012-04-06 15:05:46 UTC (rev 155789)
@@ -3,7 +3,7 @@
 # Contributor: Link Dupont 
 #
 pkgname=dbus-core
-pkgver=1.4.16
+pkgver=1.4.20
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system"
 url="http://www.freedesktop.org/Software/dbus";
@@ -16,7 +16,7 @@
 install=dbus.install
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz
 dbus)
-md5sums=('44a2a10678e7e50460879c3eb4453a65'
+md5sums=('79eca2f2c1894ac347acce128314428b'
  '08f93dd19cffd1b45ab05c1fd4efb560')
 
 build() {
@@ -37,9 +37,8 @@
 
   rm -f "${pkgdir}/usr/bin/dbus-launch"
   rm -f "${pkgdir}/usr/share/man/man1/dbus-launch.1"
+  rm -rf "${pkgdir}/var/run"
 
-  chown 81:81 "${pkgdir}/var/run/dbus"
-
   install -m755 -d "${pkgdir}/etc/rc.d"
   install -m755 "${srcdir}/dbus" "${pkgdir}/etc/rc.d/"
 



[arch-commits] Commit in monodevelop-debugger-gdb/repos (4 files)

2012-04-06 Thread Daniel Isenmann
Date: Friday, April 6, 2012 @ 10:18:25
  Author: daniel
Revision: 155788

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

Added:
  monodevelop-debugger-gdb/repos/extra-i686/PKGBUILD
(from rev 155787, monodevelop-debugger-gdb/trunk/PKGBUILD)
  monodevelop-debugger-gdb/repos/extra-x86_64/PKGBUILD
(from rev 155787, monodevelop-debugger-gdb/trunk/PKGBUILD)
Deleted:
  monodevelop-debugger-gdb/repos/extra-i686/PKGBUILD
  monodevelop-debugger-gdb/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-06 14:18:01 UTC (rev 155787)
+++ extra-i686/PKGBUILD 2012-04-06 14:18:25 UTC (rev 155788)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel Isenmann 
-
-pkgname=monodevelop-debugger-gdb
-pkgver=2.8.6.5
-pkgrel=1
-pkgdesc="Mono Debugger support"
-arch=('i686' 'x86_64')
-url="http://monodevelop.com";
-license=('GPL')
-depends=('monodevelop>=2.8.6.5' 'gdb')
-makedepends=('mono')
-source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('352f387e0563dba2617f92efd71d0fb6')
-
-build() {
-  export MONO_SHARED_DIR="${srcdir}/.wabi"
-  mkdir -p "${MONO_SHARED_DIR}"
-  
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make || return 1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: monodevelop-debugger-gdb/repos/extra-i686/PKGBUILD (from rev 155787, 
monodevelop-debugger-gdb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-06 14:18:25 UTC (rev 155788)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel Isenmann 
+
+pkgname=monodevelop-debugger-gdb
+pkgver=2.8.8.4
+pkgrel=1
+pkgdesc="Mono Debugger support"
+arch=('i686' 'x86_64')
+url="http://monodevelop.com";
+license=('GPL')
+depends=('monodevelop>=2.8.8.4' 'gdb')
+makedepends=('mono')
+source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('c198ea4970d3fc307ce0fa457ed52e61')
+
+build() {
+  export MONO_SHARED_DIR="${srcdir}/.wabi"
+  mkdir -p "${MONO_SHARED_DIR}"
+  
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make || return 1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-06 14:18:01 UTC (rev 155787)
+++ extra-x86_64/PKGBUILD   2012-04-06 14:18:25 UTC (rev 155788)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel Isenmann 
-
-pkgname=monodevelop-debugger-gdb
-pkgver=2.8.6.5
-pkgrel=1
-pkgdesc="Mono Debugger support"
-arch=('i686' 'x86_64')
-url="http://monodevelop.com";
-license=('GPL')
-depends=('monodevelop>=2.8.6.5' 'gdb')
-makedepends=('mono')
-source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('352f387e0563dba2617f92efd71d0fb6')
-
-build() {
-  export MONO_SHARED_DIR="${srcdir}/.wabi"
-  mkdir -p "${MONO_SHARED_DIR}"
-  
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make || return 1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: monodevelop-debugger-gdb/repos/extra-x86_64/PKGBUILD (from rev 155787, 
monodevelop-debugger-gdb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-06 14:18:25 UTC (rev 155788)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel Isenmann 
+
+pkgname=monodevelop-debugger-gdb
+pkgver=2.8.8.4
+pkgrel=1
+pkgdesc="Mono Debugger support"
+arch=('i686' 'x86_64')
+url="http://monodevelop.com";
+license=('GPL')
+depends=('monodevelop>=2.8.8.4' 'gdb')
+makedepends=('mono')
+source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('c198ea4970d3fc307ce0fa457ed52e61')
+
+build() {
+  export MONO_SHARED_DIR="${srcdir}/.wabi"
+  mkdir -p "${MONO_SHARED_DIR}"
+  
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make || return 1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+



[arch-commits] Commit in monodevelop-debugger-gdb/trunk (PKGBUILD)

2012-04-06 Thread Daniel Isenmann
Date: Friday, April 6, 2012 @ 10:18:01
  Author: daniel
Revision: 155787

upgpkg: monodevelop-debugger-gdb 2.8.8.4-1

New upstream release

Modified:
  monodevelop-debugger-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 14:17:32 UTC (rev 155786)
+++ PKGBUILD2012-04-06 14:18:01 UTC (rev 155787)
@@ -1,16 +1,16 @@
 # Maintainer: Daniel Isenmann 
 
 pkgname=monodevelop-debugger-gdb
-pkgver=2.8.6.5
+pkgver=2.8.8.4
 pkgrel=1
 pkgdesc="Mono Debugger support"
 arch=('i686' 'x86_64')
 url="http://monodevelop.com";
 license=('GPL')
-depends=('monodevelop>=2.8.6.5' 'gdb')
+depends=('monodevelop>=2.8.8.4' 'gdb')
 makedepends=('mono')
 
source=(http://download.mono-project.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('352f387e0563dba2617f92efd71d0fb6')
+md5sums=('c198ea4970d3fc307ce0fa457ed52e61')
 
 build() {
   export MONO_SHARED_DIR="${srcdir}/.wabi"



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

2012-04-06 Thread Daniel Isenmann
Date: Friday, April 6, 2012 @ 10:17:32
  Author: daniel
Revision: 155786

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

Added:
  monodevelop/repos/extra-i686/PKGBUILD
(from rev 155785, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/extra-i686/monodevelop.install
(from rev 155785, monodevelop/trunk/monodevelop.install)
  monodevelop/repos/extra-i686/monodevelop_gnome3.patch
(from rev 155785, monodevelop/trunk/monodevelop_gnome3.patch)
  monodevelop/repos/extra-x86_64/PKGBUILD
(from rev 155785, monodevelop/trunk/PKGBUILD)
  monodevelop/repos/extra-x86_64/monodevelop.install
(from rev 155785, monodevelop/trunk/monodevelop.install)
  monodevelop/repos/extra-x86_64/monodevelop_gnome3.patch
(from rev 155785, monodevelop/trunk/monodevelop_gnome3.patch)
Deleted:
  monodevelop/repos/extra-i686/PKGBUILD
  monodevelop/repos/extra-i686/monodevelop.install
  monodevelop/repos/extra-i686/monodevelop_gnome3.patch
  monodevelop/repos/extra-x86_64/PKGBUILD
  monodevelop/repos/extra-x86_64/monodevelop.install
  monodevelop/repos/extra-x86_64/monodevelop_gnome3.patch

---+
 extra-i686/PKGBUILD   |   64 +-
 extra-i686/monodevelop.install|   38 +++---
 extra-i686/monodevelop_gnome3.patch   |  202 
 extra-x86_64/PKGBUILD |   64 +-
 extra-x86_64/monodevelop.install  |   38 +++---
 extra-x86_64/monodevelop_gnome3.patch |  202 
 6 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-06 14:17:04 UTC (rev 155785)
+++ extra-i686/PKGBUILD 2012-04-06 14:17:32 UTC (rev 155786)
@@ -1,32 +0,0 @@
-# Maintainer: Daniel Isenmann 
-# Contributor: Timm Preetz 
-# Contributor: Giovanni Scafora 
-
-pkgname=monodevelop
-pkgver=2.8.6.5
-pkgrel=2
-pkgdesc="An IDE primarily designed for C# and other .NET languages"
-arch=('i686' 'x86_64')
-url="http://www.monodevelop.com";
-license=('GPL')
-depends=('mono>=2.10.5' 'mono-addins>=0.6.2' 'gnome-sharp')
-options=(!makeflags)
-install=monodevelop.install
-source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5b4b2d17bd400592e680ec1553449f69')
-
-build() {
-  export MONO_SHARED_DIR=$srcdir/src/.wabi
-  mkdir -p $MONO_SHARED_DIR
-
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-update-mimedb --disable-update-desktopdb
-  make || return 1
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -r $MONO_SHARED_DIR
-}
-

Copied: monodevelop/repos/extra-i686/PKGBUILD (from rev 155785, 
monodevelop/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-06 14:17:32 UTC (rev 155786)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel Isenmann 
+# Contributor: Timm Preetz 
+# Contributor: Giovanni Scafora 
+
+pkgname=monodevelop
+pkgver=2.8.8.4
+pkgrel=1
+pkgdesc="An IDE primarily designed for C# and other .NET languages"
+arch=('i686' 'x86_64')
+url="http://www.monodevelop.com";
+license=('GPL')
+depends=('mono>=2.10.5' 'mono-addins>=0.6.2' 'gnome-sharp')
+options=(!makeflags)
+install=monodevelop.install
+source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('106a1eed3f8ad6ff5caa71b34cde95cf')
+
+build() {
+  export MONO_SHARED_DIR=$srcdir/src/.wabi
+  mkdir -p $MONO_SHARED_DIR
+
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --disable-update-mimedb --disable-update-desktopdb
+  make || return 1
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -r $MONO_SHARED_DIR
+}
+

Deleted: extra-i686/monodevelop.install
===
--- extra-i686/monodevelop.install  2012-04-06 14:17:04 UTC (rev 155785)
+++ extra-i686/monodevelop.install  2012-04-06 14:17:32 UTC (rev 155786)
@@ -1,19 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime 1> /dev/null
-  echo "update desktop mime database..."
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  /bin/true
-}
-
-post_remove() {
-  update-mime-database /usr/share/mime 1> /dev/null
-  echo "update desktop mime database..."
-  update-desktop-database -q
-}

Copied: monodevelop/repos/extra-i686/monodevelop.install (from rev 155785, 
monodevelop/trunk/monodevelop.install)
===
--- extra-i686/monodevelop.install  (rev 0)
+++ extra-i686/monodevelop.install  2012-04-06 14:17:32 UTC (rev 155786)
@@ -0,0 +1,19 @@
+post_install() {
+  update-mime-database /usr/share/mime 1> /dev/null
+  echo "update desktop mime database..."
+  update-desktop-database -q
+}
+
+post_

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

2012-04-06 Thread Daniel Isenmann
Date: Friday, April 6, 2012 @ 10:17:04
  Author: daniel
Revision: 155785

upgpkg: monodevelop 2.8.8.4-1

New upstream release

Modified:
  monodevelop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 14:00:05 UTC (rev 155784)
+++ PKGBUILD2012-04-06 14:17:04 UTC (rev 155785)
@@ -3,8 +3,8 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=monodevelop
-pkgver=2.8.6.5
-pkgrel=2
+pkgver=2.8.8.4
+pkgrel=1
 pkgdesc="An IDE primarily designed for C# and other .NET languages"
 arch=('i686' 'x86_64')
 url="http://www.monodevelop.com";
@@ -13,7 +13,7 @@
 options=(!makeflags)
 install=monodevelop.install
 
source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5b4b2d17bd400592e680ec1553449f69')
+md5sums=('106a1eed3f8ad6ff5caa71b34cde95cf')
 
 build() {
   export MONO_SHARED_DIR=$srcdir/src/.wabi



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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 10:00:05
  Author: andyrtr
Revision: 155784

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 155783, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 155783, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-04-06 14:00:05 UTC (rev 155784)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=man-pages
+pkgver=3.38
+_posixver=2003-a
+pkgrel=1
+pkgdesc="Linux man pages"
+arch=('any')
+license=('GPL')
+url="http://man7.org/linux/man-pages/index.html";
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
+md5sums=('cadfdc11d3860d813fb338c9c89a3c8a'
+ '7c78aff03c0a6767ba483d34f19e4b09')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
+mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils || return 1
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+}



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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 09:59:43
  Author: andyrtr
Revision: 155783

upgpkg: man-pages 3.38-1

upstream update 3.38

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 12:01:08 UTC (rev 155782)
+++ PKGBUILD2012-04-06 13:59:43 UTC (rev 155783)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=3.37
+pkgver=3.38
 _posixver=2003-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -11,9 +11,9 @@
 url="http://man7.org/linux/man-pages/index.html";
 groups=('base')
 depends=()
-source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.gz
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('1b34dd437e591eeb7faca3f348899d96'
+md5sums=('cadfdc11d3860d813fb338c9c89a3c8a'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



[arch-commits] Commit in libreoffice-i18n/repos (staging-any staging-any/PKGBUILD)

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 08:01:08
  Author: andyrtr
Revision: 155782

archrelease: copy trunk to staging-any

Added:
  libreoffice-i18n/repos/staging-any/
  libreoffice-i18n/repos/staging-any/PKGBUILD
(from rev 155781, libreoffice-i18n/trunk/PKGBUILD)

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

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


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

2012-04-06 Thread Jan Steffens
Date: Friday, April 6, 2012 @ 08:00:40
  Author: heftig
Revision: 155781

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

Added:
  tracker/repos/staging-i686/
  tracker/repos/staging-i686/PKGBUILD
(from rev 155779, tracker/trunk/PKGBUILD)
  tracker/repos/staging-i686/tracker.install
(from rev 155779, tracker/trunk/tracker.install)
  tracker/repos/staging-x86_64/
  tracker/repos/staging-x86_64/PKGBUILD
(from rev 155780, tracker/trunk/PKGBUILD)
  tracker/repos/staging-x86_64/tracker.install
(from rev 155780, tracker/trunk/tracker.install)

+
 staging-i686/PKGBUILD  |   84 +++
 staging-i686/tracker.install   |   13 ++
 staging-x86_64/PKGBUILD|   84 +++
 staging-x86_64/tracker.install |   13 ++
 4 files changed, 194 insertions(+)

Copied: tracker/repos/staging-i686/PKGBUILD (from rev 155779, 
tracker/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-04-06 12:00:40 UTC (rev 155781)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Sergej Pupykin 
+# Contributor: Alexander Fehr 
+
+pkgbase=tracker
+pkgname=(tracker libtracker-sparql)
+pkgver=0.14.0
+_tver=${pkgver%.*}
+pkgrel=2
+pkgdesc="All-in-one indexer, search tool and metadata database"
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('libgee' 'libgnome-keyring' 'upower' 'libexif' 'exempi'
+ 'poppler-glib' 'libgsf' 'icu' 'enca' 'networkmanager' 'gtk3'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'gobject-introspection'
+ 'intltool' 'giflib' 'gstreamer0.10-base' 'totem-plparser'
+ 'taglib' 'nautilus' 'gnome-panel' 'libvorbis' 'flac' 'vala')
+url="http://www.gnome.org";
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/$_tver/$pkgbase-$pkgver.tar.xz)
+sha256sums=('78e432c5c14b9d186ccca3c382accdcdb4f07c2c6e25989fda48401b4a68f7d4')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/tracker \
+--disable-unit-tests \
+--enable-libflac \
+--enable-libvorbis
+
+  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_tracker() {
+  depends=("libtracker-sparql=$pkgver-$pkgrel" 'libgee' 'libgnome-keyring'
+   'upower' 'libexif' 'exempi' 'poppler-glib' 'libgsf' 'enca'
+   'networkmanager' 'gtk3' 'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('giflib: extractor for GIF data'
+  'gstreamer0.10-base: video extractor'
+  'totem-plparser: playlist support'
+  'nautilus: nautilus-extension'
+  'libvorbis: Vorbis metadata extractor'
+  'flac: FLAC metadata extractor'
+  'taglib: writeback for audio files'
+  'gnome-panel: tracker-search-bar')
+  groups=('gnome-extra')
+  install=tracker.install
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+
+### Split libtracker-sparql
+
+  mkdir -p "$srcdir"/sparql/usr/{include,lib}/tracker-$_tver
+  mkdir -p "$srcdir"/sparql/usr/lib/{girepository-1.0,pkgconfig}
+  mkdir -p "$srcdir"/sparql/usr/share/{gir-1.0,vala/vapi}
+
+  mv "$pkgdir"/usr/lib/libtracker-sparql-* "$srcdir/sparql/usr/lib"
+
+  mv "$pkgdir"/usr/lib/tracker-$_tver/*.so* \
+"$srcdir/sparql/usr/lib/tracker-$_tver"
+
+  mv "$pkgdir"/usr/share/vala/vapi/tracker-sparql-* \
+"$srcdir/sparql/usr/share/vala/vapi"
+
+  mv {"$pkgdir","$srcdir/sparql"}/usr/include/tracker-$_tver/libtracker-sparql
+  mv 
{"$pkgdir","$srcdir/sparql"}/usr/lib/girepository-1.0/Tracker-$_tver.typelib
+  mv {"$pkgdir","$srcdir/sparql"}/usr/lib/pkgconfig/tracker-sparql-$_tver.pc
+  mv {"$pkgdir","$srcdir/sparql"}/usr/share/gir-1.0/Tracker-$_tver.gir
+}
+
+package_libtracker-sparql() {
+  pkgdesc="$pkgdesc (SPARQL library)"
+  depends=('sqlite3' 'icu' 'glib2' 'libffi' 'pcre' 'util-linux')
+
+  mv "$srcdir"/sparql/* "$pkgdir"
+}

Copied: tracker/repos/staging-i686/tracker.install (from rev 155779, 
tracker/trunk/tracker.install)
===
--- staging-i686/tracker.install(rev 0)
+++ staging-i686/tracker.install2012-04-06 12:00:40 UTC (rev 155781)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: tracke

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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 08:00:25
  Author: andyrtr
Revision: 155780

upgpkg: libreoffice-i18n 3.5.2-1

upstream update 3.5.2; some cleanup

Modified:
  libreoffice-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  871 ++---
 1 file changed, 434 insertions(+), 437 deletions(-)

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


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

2012-04-06 Thread Jan Steffens
Date: Friday, April 6, 2012 @ 07:58:54
  Author: heftig
Revision: 155779

icu rebuild

Modified:
  tracker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 10:47:45 UTC (rev 155778)
+++ PKGBUILD2012-04-06 11:58:54 UTC (rev 155779)
@@ -7,7 +7,7 @@
 pkgname=(tracker libtracker-sparql)
 pkgver=0.14.0
 _tver=${pkgver%.*}
-pkgrel=1
+pkgrel=2
 pkgdesc="All-in-one indexer, search tool and metadata database"
 arch=('i686' 'x86_64')
 license=('GPL')



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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 06:47:45
  Author: andyrtr
Revision: 155778

db-move: moved linux-lts from [testing] to [core] (x86_64)

Added:
  linux-lts/repos/core-x86_64/CVE-2012-0056.patch
(from rev 155776, linux-lts/repos/testing-x86_64/CVE-2012-0056.patch)
  linux-lts/repos/core-x86_64/PKGBUILD
(from rev 155776, linux-lts/repos/testing-x86_64/PKGBUILD)
  linux-lts/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 155776, 
linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux-lts/repos/core-x86_64/config
(from rev 155776, linux-lts/repos/testing-x86_64/config)
  linux-lts/repos/core-x86_64/config.x86_64
(from rev 155776, linux-lts/repos/testing-x86_64/config.x86_64)
  linux-lts/repos/core-x86_64/ext4-options.patch
(from rev 155776, linux-lts/repos/testing-x86_64/ext4-options.patch)
  linux-lts/repos/core-x86_64/i915-fix-ghost-tv-output.patch
(from rev 155776, 
linux-lts/repos/testing-x86_64/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-x86_64/linux-lts.install
(from rev 155776, linux-lts/repos/testing-x86_64/linux-lts.install)
  linux-lts/repos/core-x86_64/linux-lts.preset
(from rev 155776, linux-lts/repos/testing-x86_64/linux-lts.preset)
Deleted:
  linux-lts/repos/core-x86_64/CVE-2012-0056.patch
  linux-lts/repos/core-x86_64/PKGBUILD
  linux-lts/repos/core-x86_64/change-default-console-loglevel.patch
  linux-lts/repos/core-x86_64/config
  linux-lts/repos/core-x86_64/config.x86_64
  linux-lts/repos/core-x86_64/ext4-options.patch
  linux-lts/repos/core-x86_64/i915-fix-ghost-tv-output.patch
  linux-lts/repos/core-x86_64/linux-lts.install
  linux-lts/repos/core-x86_64/linux-lts.preset
  linux-lts/repos/testing-x86_64/

---+
 CVE-2012-0056.patch   |  538 -
 PKGBUILD  |  558 -
 change-default-console-loglevel.patch |   24 
 config|11162 +++-
 config.x86_64 |10687 +++---
 ext4-options.patch|   98 
 i915-fix-ghost-tv-output.patch|   52 
 linux-lts.install |  124 
 linux-lts.preset  |   28 
 9 files changed, 11491 insertions(+), 11780 deletions(-)

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


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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 06:47:43
  Author: andyrtr
Revision: 155777

db-move: moved linux-lts from [testing] to [core] (i686)

Added:
  linux-lts/repos/core-i686/CVE-2012-0056.patch
(from rev 155776, linux-lts/repos/testing-i686/CVE-2012-0056.patch)
  linux-lts/repos/core-i686/PKGBUILD
(from rev 155776, linux-lts/repos/testing-i686/PKGBUILD)
  linux-lts/repos/core-i686/change-default-console-loglevel.patch
(from rev 155776, 
linux-lts/repos/testing-i686/change-default-console-loglevel.patch)
  linux-lts/repos/core-i686/config
(from rev 155776, linux-lts/repos/testing-i686/config)
  linux-lts/repos/core-i686/config.x86_64
(from rev 155776, linux-lts/repos/testing-i686/config.x86_64)
  linux-lts/repos/core-i686/ext4-options.patch
(from rev 155776, linux-lts/repos/testing-i686/ext4-options.patch)
  linux-lts/repos/core-i686/i915-fix-ghost-tv-output.patch
(from rev 155776, 
linux-lts/repos/testing-i686/i915-fix-ghost-tv-output.patch)
  linux-lts/repos/core-i686/linux-lts.install
(from rev 155776, linux-lts/repos/testing-i686/linux-lts.install)
  linux-lts/repos/core-i686/linux-lts.preset
(from rev 155776, linux-lts/repos/testing-i686/linux-lts.preset)
Deleted:
  linux-lts/repos/core-i686/CVE-2012-0056.patch
  linux-lts/repos/core-i686/PKGBUILD
  linux-lts/repos/core-i686/change-default-console-loglevel.patch
  linux-lts/repos/core-i686/config
  linux-lts/repos/core-i686/config.x86_64
  linux-lts/repos/core-i686/ext4-options.patch
  linux-lts/repos/core-i686/i915-fix-ghost-tv-output.patch
  linux-lts/repos/core-i686/linux-lts.install
  linux-lts/repos/core-i686/linux-lts.preset
  linux-lts/repos/testing-i686/

---+
 CVE-2012-0056.patch   |  538 -
 PKGBUILD  |  558 -
 change-default-console-loglevel.patch |   24 
 config|11162 +++-
 config.x86_64 |10687 +++---
 ext4-options.patch|   98 
 i915-fix-ghost-tv-output.patch|   52 
 linux-lts.install |  124 
 linux-lts.preset  |   28 
 9 files changed, 11491 insertions(+), 11780 deletions(-)

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


[arch-commits] Commit in linux/trunk (i915-gpu-finish.patch)

2012-04-06 Thread Tobias Powalowski
Date: Friday, April 6, 2012 @ 06:39:59
  Author: tpowa
Revision: 155776

remove not needed patch

Deleted:
  linux/trunk/i915-gpu-finish.patch

---+
 i915-gpu-finish.patch |   55 
 1 file changed, 55 deletions(-)

Deleted: i915-gpu-finish.patch
===
--- i915-gpu-finish.patch   2012-04-06 10:39:43 UTC (rev 155775)
+++ i915-gpu-finish.patch   2012-04-06 10:39:59 UTC (rev 155776)
@@ -1,55 +0,0 @@
-commit 389a55581e30607af0fcde6cdb4e54f189cf46cf
-Author: Chris Wilson 
-Date:   Tue Nov 29 15:12:16 2011 +
-
-drm/i915: Only clear the GPU domains upon a successful finish
-
-By clearing the GPU read domains before waiting upon the buffer, we run
-the risk of the wait being interrupted and the domains prematurely
-cleared. The next time we attempt to wait upon the buffer (after
-userspace handles the signal), we believe that the buffer is idle and so
-skip the wait.
-
-There are a number of bugs across all generations which show signs of an
-overly haste reuse of active buffers.
-
-Such as:
-
-  https://bugs.freedesktop.org/show_bug.cgi?id=29046
-  https://bugs.freedesktop.org/show_bug.cgi?id=35863
-  https://bugs.freedesktop.org/show_bug.cgi?id=38952
-  https://bugs.freedesktop.org/show_bug.cgi?id=40282
-  https://bugs.freedesktop.org/show_bug.cgi?id=41098
-  https://bugs.freedesktop.org/show_bug.cgi?id=41102
-  https://bugs.freedesktop.org/show_bug.cgi?id=41284
-  https://bugs.freedesktop.org/show_bug.cgi?id=42141
-
-A couple of those pre-date i915_gem_object_finish_gpu(), so may be
-unrelated (such as a wild write from a userspace command buffer), but
-this does look like a convincing cause for most of those bugs.
-
-Signed-off-by: Chris Wilson 
-Cc: sta...@kernel.org
-Reviewed-by: Daniel Vetter 
-Reviewed-by: Eugeni Dodonov 
-
-diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
-index d560175..036bc58 100644
 a/drivers/gpu/drm/i915/i915_gem.c
-+++ b/drivers/gpu/drm/i915/i915_gem.c
-@@ -3087,10 +3087,13 @@ i915_gem_object_finish_gpu(struct drm_i915_gem_object 
*obj)
-   return ret;
-   }
- 
-+  ret = i915_gem_object_wait_rendering(obj);
-+  if (ret)
-+  return ret;
-+
-   /* Ensure that we invalidate the GPU's caches and TLBs. */
-   obj->base.read_domains &= ~I915_GEM_GPU_DOMAINS;
--
--  return i915_gem_object_wait_rendering(obj);
-+  return 0;
- }
- 
- /**



[arch-commits] Commit in linux/repos/testing-x86_64 (i915-gpu-finish.patch)

2012-04-06 Thread Tobias Powalowski
Date: Friday, April 6, 2012 @ 06:39:43
  Author: tpowa
Revision: 155775

remove not needed patch

Deleted:
  linux/repos/testing-x86_64/i915-gpu-finish.patch

---+
 i915-gpu-finish.patch |   55 
 1 file changed, 55 deletions(-)

Deleted: i915-gpu-finish.patch
===
--- i915-gpu-finish.patch   2012-04-06 10:39:29 UTC (rev 155774)
+++ i915-gpu-finish.patch   2012-04-06 10:39:43 UTC (rev 155775)
@@ -1,55 +0,0 @@
-commit 389a55581e30607af0fcde6cdb4e54f189cf46cf
-Author: Chris Wilson 
-Date:   Tue Nov 29 15:12:16 2011 +
-
-drm/i915: Only clear the GPU domains upon a successful finish
-
-By clearing the GPU read domains before waiting upon the buffer, we run
-the risk of the wait being interrupted and the domains prematurely
-cleared. The next time we attempt to wait upon the buffer (after
-userspace handles the signal), we believe that the buffer is idle and so
-skip the wait.
-
-There are a number of bugs across all generations which show signs of an
-overly haste reuse of active buffers.
-
-Such as:
-
-  https://bugs.freedesktop.org/show_bug.cgi?id=29046
-  https://bugs.freedesktop.org/show_bug.cgi?id=35863
-  https://bugs.freedesktop.org/show_bug.cgi?id=38952
-  https://bugs.freedesktop.org/show_bug.cgi?id=40282
-  https://bugs.freedesktop.org/show_bug.cgi?id=41098
-  https://bugs.freedesktop.org/show_bug.cgi?id=41102
-  https://bugs.freedesktop.org/show_bug.cgi?id=41284
-  https://bugs.freedesktop.org/show_bug.cgi?id=42141
-
-A couple of those pre-date i915_gem_object_finish_gpu(), so may be
-unrelated (such as a wild write from a userspace command buffer), but
-this does look like a convincing cause for most of those bugs.
-
-Signed-off-by: Chris Wilson 
-Cc: sta...@kernel.org
-Reviewed-by: Daniel Vetter 
-Reviewed-by: Eugeni Dodonov 
-
-diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
-index d560175..036bc58 100644
 a/drivers/gpu/drm/i915/i915_gem.c
-+++ b/drivers/gpu/drm/i915/i915_gem.c
-@@ -3087,10 +3087,13 @@ i915_gem_object_finish_gpu(struct drm_i915_gem_object 
*obj)
-   return ret;
-   }
- 
-+  ret = i915_gem_object_wait_rendering(obj);
-+  if (ret)
-+  return ret;
-+
-   /* Ensure that we invalidate the GPU's caches and TLBs. */
-   obj->base.read_domains &= ~I915_GEM_GPU_DOMAINS;
--
--  return i915_gem_object_wait_rendering(obj);
-+  return 0;
- }
- 
- /**



[arch-commits] Commit in linux/repos/testing-i686 (i915-gpu-finish.patch)

2012-04-06 Thread Tobias Powalowski
Date: Friday, April 6, 2012 @ 06:39:29
  Author: tpowa
Revision: 155774

remove not needed patch

Deleted:
  linux/repos/testing-i686/i915-gpu-finish.patch

---+
 i915-gpu-finish.patch |   55 
 1 file changed, 55 deletions(-)

Deleted: i915-gpu-finish.patch
===
--- i915-gpu-finish.patch   2012-04-06 10:38:50 UTC (rev 155773)
+++ i915-gpu-finish.patch   2012-04-06 10:39:29 UTC (rev 155774)
@@ -1,55 +0,0 @@
-commit 389a55581e30607af0fcde6cdb4e54f189cf46cf
-Author: Chris Wilson 
-Date:   Tue Nov 29 15:12:16 2011 +
-
-drm/i915: Only clear the GPU domains upon a successful finish
-
-By clearing the GPU read domains before waiting upon the buffer, we run
-the risk of the wait being interrupted and the domains prematurely
-cleared. The next time we attempt to wait upon the buffer (after
-userspace handles the signal), we believe that the buffer is idle and so
-skip the wait.
-
-There are a number of bugs across all generations which show signs of an
-overly haste reuse of active buffers.
-
-Such as:
-
-  https://bugs.freedesktop.org/show_bug.cgi?id=29046
-  https://bugs.freedesktop.org/show_bug.cgi?id=35863
-  https://bugs.freedesktop.org/show_bug.cgi?id=38952
-  https://bugs.freedesktop.org/show_bug.cgi?id=40282
-  https://bugs.freedesktop.org/show_bug.cgi?id=41098
-  https://bugs.freedesktop.org/show_bug.cgi?id=41102
-  https://bugs.freedesktop.org/show_bug.cgi?id=41284
-  https://bugs.freedesktop.org/show_bug.cgi?id=42141
-
-A couple of those pre-date i915_gem_object_finish_gpu(), so may be
-unrelated (such as a wild write from a userspace command buffer), but
-this does look like a convincing cause for most of those bugs.
-
-Signed-off-by: Chris Wilson 
-Cc: sta...@kernel.org
-Reviewed-by: Daniel Vetter 
-Reviewed-by: Eugeni Dodonov 
-
-diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
-index d560175..036bc58 100644
 a/drivers/gpu/drm/i915/i915_gem.c
-+++ b/drivers/gpu/drm/i915/i915_gem.c
-@@ -3087,10 +3087,13 @@ i915_gem_object_finish_gpu(struct drm_i915_gem_object 
*obj)
-   return ret;
-   }
- 
-+  ret = i915_gem_object_wait_rendering(obj);
-+  if (ret)
-+  return ret;
-+
-   /* Ensure that we invalidate the GPU's caches and TLBs. */
-   obj->base.read_domains &= ~I915_GEM_GPU_DOMAINS;
--
--  return i915_gem_object_wait_rendering(obj);
-+  return 0;
- }
- 
- /**



[arch-commits] Commit in linux/repos/core-x86_64 (i915-gpu-finish.patch linux.install)

2012-04-06 Thread Tobias Powalowski
Date: Friday, April 6, 2012 @ 06:38:50
  Author: tpowa
Revision: 155773

bump to latest version

Modified:
  linux/repos/core-x86_64/linux.install
Deleted:
  linux/repos/core-x86_64/i915-gpu-finish.patch

---+
 i915-gpu-finish.patch |   55 
 linux.install |2 -
 2 files changed, 1 insertion(+), 56 deletions(-)

Deleted: i915-gpu-finish.patch
===
--- i915-gpu-finish.patch   2012-04-06 10:38:30 UTC (rev 155772)
+++ i915-gpu-finish.patch   2012-04-06 10:38:50 UTC (rev 155773)
@@ -1,55 +0,0 @@
-commit 389a55581e30607af0fcde6cdb4e54f189cf46cf
-Author: Chris Wilson 
-Date:   Tue Nov 29 15:12:16 2011 +
-
-drm/i915: Only clear the GPU domains upon a successful finish
-
-By clearing the GPU read domains before waiting upon the buffer, we run
-the risk of the wait being interrupted and the domains prematurely
-cleared. The next time we attempt to wait upon the buffer (after
-userspace handles the signal), we believe that the buffer is idle and so
-skip the wait.
-
-There are a number of bugs across all generations which show signs of an
-overly haste reuse of active buffers.
-
-Such as:
-
-  https://bugs.freedesktop.org/show_bug.cgi?id=29046
-  https://bugs.freedesktop.org/show_bug.cgi?id=35863
-  https://bugs.freedesktop.org/show_bug.cgi?id=38952
-  https://bugs.freedesktop.org/show_bug.cgi?id=40282
-  https://bugs.freedesktop.org/show_bug.cgi?id=41098
-  https://bugs.freedesktop.org/show_bug.cgi?id=41102
-  https://bugs.freedesktop.org/show_bug.cgi?id=41284
-  https://bugs.freedesktop.org/show_bug.cgi?id=42141
-
-A couple of those pre-date i915_gem_object_finish_gpu(), so may be
-unrelated (such as a wild write from a userspace command buffer), but
-this does look like a convincing cause for most of those bugs.
-
-Signed-off-by: Chris Wilson 
-Cc: sta...@kernel.org
-Reviewed-by: Daniel Vetter 
-Reviewed-by: Eugeni Dodonov 
-
-diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
-index d560175..036bc58 100644
 a/drivers/gpu/drm/i915/i915_gem.c
-+++ b/drivers/gpu/drm/i915/i915_gem.c
-@@ -3087,10 +3087,13 @@ i915_gem_object_finish_gpu(struct drm_i915_gem_object 
*obj)
-   return ret;
-   }
- 
-+  ret = i915_gem_object_wait_rendering(obj);
-+  if (ret)
-+  return ret;
-+
-   /* Ensure that we invalidate the GPU's caches and TLBs. */
-   obj->base.read_domains &= ~I915_GEM_GPU_DOMAINS;
--
--  return i915_gem_object_wait_rendering(obj);
-+  return 0;
- }
- 
- /**

Modified: linux.install
===
--- linux.install   2012-04-06 10:38:30 UTC (rev 155772)
+++ linux.install   2012-04-06 10:38:50 UTC (rev 155773)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.2.13-1-ARCH
+KERNEL_VERSION=3.2.14-1-ARCH
 
 post_install () {
   # updating module dependencies



[arch-commits] Commit in linux/repos/core-i686 (i915-gpu-finish.patch linux.install)

2012-04-06 Thread Tobias Powalowski
Date: Friday, April 6, 2012 @ 06:38:30
  Author: tpowa
Revision: 155772

bump to latest version

Modified:
  linux/repos/core-i686/linux.install
Deleted:
  linux/repos/core-i686/i915-gpu-finish.patch

---+
 i915-gpu-finish.patch |   55 
 linux.install |2 -
 2 files changed, 1 insertion(+), 56 deletions(-)

Deleted: i915-gpu-finish.patch
===
--- i915-gpu-finish.patch   2012-04-06 10:09:10 UTC (rev 155771)
+++ i915-gpu-finish.patch   2012-04-06 10:38:30 UTC (rev 155772)
@@ -1,55 +0,0 @@
-commit 389a55581e30607af0fcde6cdb4e54f189cf46cf
-Author: Chris Wilson 
-Date:   Tue Nov 29 15:12:16 2011 +
-
-drm/i915: Only clear the GPU domains upon a successful finish
-
-By clearing the GPU read domains before waiting upon the buffer, we run
-the risk of the wait being interrupted and the domains prematurely
-cleared. The next time we attempt to wait upon the buffer (after
-userspace handles the signal), we believe that the buffer is idle and so
-skip the wait.
-
-There are a number of bugs across all generations which show signs of an
-overly haste reuse of active buffers.
-
-Such as:
-
-  https://bugs.freedesktop.org/show_bug.cgi?id=29046
-  https://bugs.freedesktop.org/show_bug.cgi?id=35863
-  https://bugs.freedesktop.org/show_bug.cgi?id=38952
-  https://bugs.freedesktop.org/show_bug.cgi?id=40282
-  https://bugs.freedesktop.org/show_bug.cgi?id=41098
-  https://bugs.freedesktop.org/show_bug.cgi?id=41102
-  https://bugs.freedesktop.org/show_bug.cgi?id=41284
-  https://bugs.freedesktop.org/show_bug.cgi?id=42141
-
-A couple of those pre-date i915_gem_object_finish_gpu(), so may be
-unrelated (such as a wild write from a userspace command buffer), but
-this does look like a convincing cause for most of those bugs.
-
-Signed-off-by: Chris Wilson 
-Cc: sta...@kernel.org
-Reviewed-by: Daniel Vetter 
-Reviewed-by: Eugeni Dodonov 
-
-diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
-index d560175..036bc58 100644
 a/drivers/gpu/drm/i915/i915_gem.c
-+++ b/drivers/gpu/drm/i915/i915_gem.c
-@@ -3087,10 +3087,13 @@ i915_gem_object_finish_gpu(struct drm_i915_gem_object 
*obj)
-   return ret;
-   }
- 
-+  ret = i915_gem_object_wait_rendering(obj);
-+  if (ret)
-+  return ret;
-+
-   /* Ensure that we invalidate the GPU's caches and TLBs. */
-   obj->base.read_domains &= ~I915_GEM_GPU_DOMAINS;
--
--  return i915_gem_object_wait_rendering(obj);
-+  return 0;
- }
- 
- /**

Modified: linux.install
===
--- linux.install   2012-04-06 10:09:10 UTC (rev 155771)
+++ linux.install   2012-04-06 10:38:30 UTC (rev 155772)
@@ -2,7 +2,7 @@
 # arg 2:  the old package version
 
 KERNEL_NAME=
-KERNEL_VERSION=3.2.13-1-ARCH
+KERNEL_VERSION=3.2.14-1-ARCH
 
 post_install () {
   # updating module dependencies



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

2012-04-06 Thread andyrtr
foomatic-db-nonfree/COPYING
-}

Copied: foomatic/repos/extra-i686/PKGBUILD (from rev 155770, 
foomatic/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-06 10:09:10 UTC (rev 155771)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Andreas Radke 
+ 
+pkgbase="foomatic"
+pkgname=('foomatic-db' 'foomatic-filters' 'foomatic-db-engine' 
'foomatic-db-nonfree')
+arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
+_snapdate=20120406
+_filtersver=4.0.15
+_enginever=4.0.8
+pkgver=${_filtersver}_${_snapdate}
+pkgrel=1
+epoch=1
+makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash')
+#_url=http://www.openprinting.org/download/foomatic/ # switch after build
+_url=ftp://ftp.archlinux.org/other/foomatic/
+source=(${_url}/$pkgbase-filters-${_filtersver}.tar.gz
+${_url}/$pkgbase-db-engine-${_enginever}.tar.gz
+${_url}/$pkgbase-db-4.0-${_snapdate}.tar.gz
+${_url}/$pkgbase-db-nonfree-${_snapdate}.tar.gz)
+url="http://www.linuxprinting.org/foomatic.html";
+options=('!emptydirs')
+md5sums=('1b7efcdc57340915647daa5b5c15b0ef'
+ '5283cd5125a96dc0b35d896326512b1a'
+ 'ccb72c201e14bfc5eb23ea839ecc0623'
+ '1a2ee1e7b67192b7e3ebad2a4f59ea3e')
+
+package_foomatic-db() {
+
+ pkgdesc="Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files."
+# arch=('any')
+ license=('GPL' 'custom')
+ depends=('perl' 'libxml2')
+ replaces=('foomatic-db-ppd' 'foomatic-db-hpijs')
+ conflicts=('foomatic-db-ppd' 'foomatic-db-hpijs')
+ provides=('foomatic-db-hpijs')
+
+   cd ${srcdir}/${pkgname}-${_snapdate}
+   ./configure --prefix=/usr
+   make DESTDIR=${pkgdir} install
+   install -v -Dm644 ${srcdir}/${pkgname}-${_snapdate}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_foomatic-filters() {
+
+ pkgdesc="Foomatic - Filter scripts used by the printer spoolers to convert 
the incoming PostScript data into the printer's native format."
+# arch=('i686' 'x86_64')
+ license=('GPL')
+ backup=(etc/foomatic/filter.conf)
+ depends=('glibc' 'dbus-core')
+ optdepends=('perl:  for the "beh" Backend End Handler used by cups'
+'net-snmp:  certain (mostly HP) printers need it to work')
+
+   cd ${srcdir}/foomatic-filters-${_filtersver}
+   ./configure --prefix=/usr --sysconfdir=/etc
+   make
+   make DESTDIR=${pkgdir} install
+}
+
+package_foomatic-db-engine() {
+
+ pkgdesc="Foomatic - Foomatic's database engine generates PPD files from the 
data in Foomatic's XML database. It also contains scripts to directly generate 
print queues and handle jobs."
+# arch=(i686 x86_64)
+ license=('GPL')
+ depends=('perl' 'libxml2' 'foomatic-filters' 'bash')
+
+   cd ${srcdir}/foomatic-db-engine-${_enginever}
+./configure --prefix=/usr
+   make
+   eval `perl -V:archname`
+   make DESTDIR=${pkgdir} \
+INSTALLARCHLIB=/usr/lib/perl5/vendor_perl/ \
+INSTALLSITELIB=/usr/lib/perl5/vendor_perl/ \
+INSTALLSITEARCH=/usr/lib/perl5/vendor_perl/ install
+   /usr/bin/find ${pkgdir} -name '.packlist' -delete
+   # fix permissions
+   chmod 755 ${pkgdir}/usr/lib{,/perl5,/perl5/vendor_perl}
+}
+
+package_foomatic-db-nonfree() {
+
+ pkgdesc="Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses"
+# arch=('any')
+ license=('custom')
+ depends=('perl' 'libxml2' "foomatic-db-engine" 'foomatic-db')
+
+   cd ${srcdir}/foomatic-db-nonfree-${_snapdate}
+   ./configure --prefix=/usr
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-06 10:08:29 UTC (rev 155770)
+++ extra-x86_64/PKGBUILD   2012-04-06 10:09:10 UTC (rev 155771)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
- 
-pkgbase="foomatic"
-pkgname=('foomatic-db' 'foomatic-filters' 'foomatic-db-engine' 
'foomatic-db-nonfree')
-arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
-_snapdate=20110707
-_relver=4.0.7
-pkgver=${_relver}_${_snapdate}
-pkgrel=1
-epoch=1
-ma

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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 06:08:29
  Author: andyrtr
Revision: 155770

upgpkg: foomatic 1:4.0.15_20120406-1

upstream updates 4.0.8/4.0.15

Modified:
  foomatic/trunk/PKGBUILD

--+
 PKGBUILD |   42 +++---
 1 file changed, 19 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 09:28:27 UTC (rev 155769)
+++ PKGBUILD2012-04-06 10:08:29 UTC (rev 155770)
@@ -4,26 +4,26 @@
 pkgbase="foomatic"
 pkgname=('foomatic-db' 'foomatic-filters' 'foomatic-db-engine' 
'foomatic-db-nonfree')
 arch=('i686' 'x86_64') # needs to be changed  in the subpackages when makepkg 
will support it
-_snapdate=20110707
-_relver=4.0.7
-pkgver=${_relver}_${_snapdate}
+_snapdate=20120406
+_filtersver=4.0.15
+_enginever=4.0.8
+pkgver=${_filtersver}_${_snapdate}
 pkgrel=1
 epoch=1
-makedepends=('cups>=1.4.7' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 
'bash')
-source=(http://www.linuxprinting.org/download/foomatic/$pkgbase-{filters,db-engine}-${_relver}.tar.gz
-
http://www.linuxprinting.org/download/foomatic/$pkgbase-db-4.0-${_snapdate}.tar.gz
-
http://www.linuxprinting.org/download/foomatic/$pkgbase-db-nonfree-${_snapdate}.tar.gz)
+makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash')
+#_url=http://www.openprinting.org/download/foomatic/ # switch after build
+_url=ftp://ftp.archlinux.org/other/foomatic/
+source=(${_url}/$pkgbase-filters-${_filtersver}.tar.gz
+${_url}/$pkgbase-db-engine-${_enginever}.tar.gz
+${_url}/$pkgbase-db-4.0-${_snapdate}.tar.gz
+${_url}/$pkgbase-db-nonfree-${_snapdate}.tar.gz)
 url="http://www.linuxprinting.org/foomatic.html";
 options=('!emptydirs')
-md5sums=('20abd25c1c98b2dae68709062a132a7d'
- 'fcfa8eb9ce5494b81b58ae983fc2aeb5'
- '88d467d9099188b170185564bd33d7b7'
- 'e12969b36dc0b59be6a973ee522d707e')
+md5sums=('1b7efcdc57340915647daa5b5c15b0ef'
+ '5283cd5125a96dc0b35d896326512b1a'
+ 'ccb72c201e14bfc5eb23ea839ecc0623'
+ '1a2ee1e7b67192b7e3ebad2a4f59ea3e')
 
-build() {
- /bin/true
-}
-
 package_foomatic-db() {
 
  pkgdesc="Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files."
@@ -46,12 +46,11 @@
 # arch=('i686' 'x86_64')
  license=('GPL')
  backup=(etc/foomatic/filter.conf)
- depends=('glibc')
+ depends=('glibc' 'dbus-core')
  optdepends=('perl:  for the "beh" Backend End Handler used by cups'
 'net-snmp:  certain (mostly HP) printers need it to work')
 
-#   cd ${srcdir}/${pkgname}-${pkgver}
-   cd ${srcdir}/foomatic-filters-${_relver}
+   cd ${srcdir}/foomatic-filters-${_filtersver}
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=${pkgdir} install
@@ -64,8 +63,7 @@
  license=('GPL')
  depends=('perl' 'libxml2' 'foomatic-filters' 'bash')
 
-#   cd ${srcdir}/${pkgname}-${pkgver}
-   cd ${srcdir}/foomatic-db-engine-${_relver}
+   cd ${srcdir}/foomatic-db-engine-${_enginever}
 ./configure --prefix=/usr
make
eval `perl -V:archname`
@@ -85,10 +83,8 @@
  license=('custom')
  depends=('perl' 'libxml2' "foomatic-db-engine" 'foomatic-db')
 
-#   cd ${srcdir}/${pkgname}-${_snapdate}
cd ${srcdir}/foomatic-db-nonfree-${_snapdate}
./configure --prefix=/usr
make DESTDIR=${pkgdir} install
-#   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-   install -Dm644 COPYING 
${pkgdir}/usr/share/licenses/foomatic-db-nonfree/COPYING
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }



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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 05:28:27
  Author: andyrtr
Revision: 155769

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-06 09:27:51 UTC (rev 155768)
+++ extra-i686/PKGBUILD 2012-04-06 09:28:27 UTC (rev 155769)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Aaron Griffin 
-
-pkgname=lftp
-pkgver=4.3.5
-pkgrel=1
-pkgdesc="Sophisticated command line based FTP client"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-makedepends=('autoconf')
-url="http://lftp.yar.ru/";
-backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('9802867df48fb7c69d92dadf8fa86af6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-gnutls \
-   --without-openssl --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-i686/PKGBUILD (from rev 155768, lftp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-06 09:28:27 UTC (rev 155769)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.3.6
+pkgrel=1
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+makedepends=('autoconf')
+url="http://lftp.yar.ru/";
+backup=('etc/lftp.conf')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('1b04a191817ce6c582dc66b3dff09943')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-gnutls \
+   --without-openssl --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-06 09:27:51 UTC (rev 155768)
+++ extra-x86_64/PKGBUILD   2012-04-06 09:28:27 UTC (rev 155769)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Aaron Griffin 
-
-pkgname=lftp
-pkgver=4.3.5
-pkgrel=1
-pkgdesc="Sophisticated command line based FTP client"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-makedepends=('autoconf')
-url="http://lftp.yar.ru/";
-backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('9802867df48fb7c69d92dadf8fa86af6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-gnutls \
-   --without-openssl --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-x86_64/PKGBUILD (from rev 155768, lftp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-06 09:28:27 UTC (rev 155769)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.3.6
+pkgrel=1
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+makedepends=('autoconf')
+url="http://lftp.yar.ru/";
+backup=('etc/lftp.conf')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('1b04a191817ce6c582dc66b3dff09943')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-gnutls \
+   --without-openssl --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}



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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 05:27:51
  Author: andyrtr
Revision: 155768

upgpkg: lftp 4.3.6-1

upstream update 4.3.6

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 09:23:08 UTC (rev 155767)
+++ PKGBUILD2012-04-06 09:27:51 UTC (rev 155768)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=lftp
-pkgver=4.3.5
+pkgver=4.3.6
 pkgrel=1
 pkgdesc="Sophisticated command line based FTP client"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 url="http://lftp.yar.ru/";
 backup=('etc/lftp.conf')
 source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('9802867df48fb7c69d92dadf8fa86af6')
+md5sums=('1b04a191817ce6c582dc66b3dff09943')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 05:23:08
  Author: andyrtr
Revision: 155767

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

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

-+
 extra-i686/PKGBUILD |   83 +-
 extra-i686/gnutls.install   |   40 ++--
 extra-x86_64/PKGBUILD   |   83 +-
 extra-x86_64/gnutls.install |   40 ++--
 4 files changed, 124 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-06 09:22:32 UTC (rev 155766)
+++ extra-i686/PKGBUILD 2012-04-06 09:23:08 UTC (rev 155767)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnutls
-pkgver=3.0.17
-pkgrel=1
-pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL')
-url="http://www.gnu.org/software/gnutls/";
-install=gnutls.install
-options=('!libtool' '!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit>=0.11')
-makedepends=('valgrind' 'strace')
-source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('5e87bd73a237749e2acbbb7161f11d5e'
- '28138f27cdc9e735b73955080c46c876')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --disable-guile \
-   --disable-valgrind-tests
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check # passes all  || /bin/true
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
-  find "$pkgdir/usr/share/man" -exec gzip -9 {} \;
-}

Copied: gnutls/repos/extra-i686/PKGBUILD (from rev 155766, 
gnutls/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-06 09:23:08 UTC (rev 155767)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnutls
+pkgver=3.0.18
+pkgrel=1
+pkgdesc="A library which provides a secure layer over a reliable transport 
layer"
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL')
+url="http://www.gnu.org/software/gnutls/";
+install=gnutls.install
+options=('!libtool' '!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit>=0.12')
+makedepends=('valgrind' 'strace')
+source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('f46539a39857012ccc338a59beb4ac46'
+ 'fbca6ee827d8db0cea0f9b670b2f5c6c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --disable-guile \
+   --disable-valgrind-tests
+  make
+}
+
+#check() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#  make -k check # passes all  || /bin/true
+#}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find "$pkgdir/usr/share/info" -name '*.info*' -exec gzip -9 {} \;
+  find "$pkgdir/usr/share/man" -exec gzip -9 {} \;
+}

Deleted: extra-i686/gnutls.install
===
--- extra-i686/gnutls.install   2012-04-06 09:22:32 UTC (rev 155766)
+++ extra-i686/gnutls.install   2012-04-06 09:23:08 UTC (rev 155767)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gnutls.info-1.gz gnutls.info-2.gz gnutls.info-3.gz gnutls.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $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
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

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

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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 05:22:32
  Author: andyrtr
Revision: 155766

upgpkg: gnutls 3.0.18-1

upstream update 3.0.18; disable test suite that is broken again (hang) when 
piping its output

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 08:45:54 UTC (rev 155765)
+++ PKGBUILD2012-04-06 09:22:32 UTC (rev 155766)
@@ -10,7 +10,7 @@
 url="http://www.gnu.org/software/gnutls/";
 install=gnutls.install
 options=('!libtool' '!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit>=0.11')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle>=2.4' 'p11-kit>=0.12')
 makedepends=('valgrind' 'strace')
 source=(ftp://ftp.gnu.org/gnu/gnutls/${pkgname}-${pkgver}.tar.xz{,.sig})
 md5sums=('f46539a39857012ccc338a59beb4ac46'
@@ -26,11 +26,10 @@
   make
 }
 
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # passes all  || /bin/true
-  make -k check
-}
+#check() {
+#  cd "${srcdir}/${pkgname}-${pkgver}"
+#  make -k check # passes all  || /bin/true
+#}
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in libreoffice/repos (30 files)

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 04:45:54
  Author: andyrtr
Revision: 155765

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

Added:
  libreoffice/repos/staging-i686/PKGBUILD
(from rev 155764, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-i686/buildfix_icu49.diff
(from rev 155764, libreoffice/trunk/buildfix_icu49.diff)
  libreoffice/repos/staging-i686/libreoffice-common.csh
(from rev 155764, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-i686/libreoffice-common.sh
(from rev 155764, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-i686/libreoffice.install
(from rev 155764, libreoffice/trunk/libreoffice.install)
  libreoffice/repos/staging-x86_64/PKGBUILD
(from rev 155764, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-x86_64/buildfix_icu49.diff
(from rev 155764, libreoffice/trunk/buildfix_icu49.diff)
  libreoffice/repos/staging-x86_64/libreoffice-common.csh
(from rev 155764, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-x86_64/libreoffice-common.sh
(from rev 155764, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-x86_64/libreoffice.install
(from rev 155764, libreoffice/trunk/libreoffice.install)
Deleted:
  libreoffice/repos/staging-i686/PKGBUILD
  libreoffice/repos/staging-i686/buildfix_boost.diff
  libreoffice/repos/staging-i686/buildfix_ct2n.diff
  libreoffice/repos/staging-i686/buildfix_icu49.diff
  libreoffice/repos/staging-i686/gcc462_buildfix.diff
  libreoffice/repos/staging-i686/libreoffice-common.csh
  libreoffice/repos/staging-i686/libreoffice-common.sh
  libreoffice/repos/staging-i686/libreoffice.install
  libreoffice/repos/staging-i686/scp2-more-reasonable-file-access-rights.diff
  libreoffice/repos/staging-i686/vbahelper.visibility.patch
  libreoffice/repos/staging-x86_64/PKGBUILD
  libreoffice/repos/staging-x86_64/buildfix_boost.diff
  libreoffice/repos/staging-x86_64/buildfix_ct2n.diff
  libreoffice/repos/staging-x86_64/buildfix_icu49.diff
  libreoffice/repos/staging-x86_64/gcc462_buildfix.diff
  libreoffice/repos/staging-x86_64/libreoffice-common.csh
  libreoffice/repos/staging-x86_64/libreoffice-common.sh
  libreoffice/repos/staging-x86_64/libreoffice.install
  libreoffice/repos/staging-x86_64/scp2-more-reasonable-file-access-rights.diff
  libreoffice/repos/staging-x86_64/vbahelper.visibility.patch

-+
 staging-i686/PKGBUILD   | 1335 --
 staging-i686/buildfix_boost.diff|   40 
 staging-i686/buildfix_ct2n.diff |   17 
 staging-i686/buildfix_icu49.diff|   84 
 staging-i686/gcc462_buildfix.diff   |  138 -
 staging-i686/libreoffice-common.csh |2 
 staging-i686/libreoffice-common.sh  |2 
 staging-i686/libreoffice.install|   94 
 staging-i686/scp2-more-reasonable-file-access-rights.diff   |   15 
 staging-i686/vbahelper.visibility.patch |   33 
 staging-x86_64/PKGBUILD | 1335 --
 staging-x86_64/buildfix_boost.diff  |   40 
 staging-x86_64/buildfix_ct2n.diff   |   17 
 staging-x86_64/buildfix_icu49.diff  |   84 
 staging-x86_64/gcc462_buildfix.diff |  138 -
 staging-x86_64/libreoffice-common.csh   |2 
 staging-x86_64/libreoffice-common.sh|2 
 staging-x86_64/libreoffice.install  |   94 
 staging-x86_64/scp2-more-reasonable-file-access-rights.diff |   15 
 staging-x86_64/vbahelper.visibility.patch   |   33 
 20 files changed, 1498 insertions(+), 2022 deletions(-)

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


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

2012-04-06 Thread andyrtr
Date: Friday, April 6, 2012 @ 04:44:39
  Author: andyrtr
Revision: 155764

upgpkg: libreoffice 3.5.2-1

icu49.1 rebuild; upstream update 3.5.2; some cleanup

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 08:29:04 UTC (rev 155763)
+++ PKGBUILD2012-04-06 08:44:39 UTC (rev 155764)
@@ -19,9 +19,9 @@
'libreoffice-extension-presenter-screen'
'libreoffice-extension-presentation-minimizer'
'libreoffice-extension-report-builder')
-_LOver=3.5.1.2
-pkgver=3.5.1
-pkgrel=3
+_LOver=3.5.2.2
+pkgver=3.5.2
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/";
@@ -75,7 +75,6 @@

http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll

gmake_install.diff::http://cgit.freedesktop.org/libreoffice/core/patch/?id=1048d8fa4abd3e55a45dfb6884db808da1d72c9e

smp_buildfix.diff::http://cgit.freedesktop.org/libreoffice/core/patch/?id=cf23f57ae6bb7af689a45e0a850c3c2f67a8f810
-   
buildfix_kde4fpicker.diff::http://cgit.freedesktop.org/libreoffice/core/patch/?id=ee67c55260ec7723c39606955ccdbd3e2934935a
buildfix_icu49.diff
libreoffice-common.sh libreoffice-common.csh)
 noextract=(d28864eb2b59bb57b034c0d4662a3cee-libvisio-0.0.15.tar.bz2
@@ -106,9 +105,9 @@
ace6ab49184e329db254e454a010f56d-libxml-1.1.7.zip
db60e4fde8dd6d6807523deb71ee34dc-liblayout-0.2.10.zip
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip)
-md5sums=('1edf0d39a7a921f6415f6a6ec7b314b3'
- '607b544cd7b38f9e6db6fe7da25007a7'
- 'a3fa7818bfab14a6cccec645193e9982'
+md5sums=('a21156d5657b8619a523ffdc5cc0003e'
+ '3c064a24191274fcd8fd466ce9d5dc42'
+ '17ebcd0d25e716d3905b1a905907fd67'
  '18f577b374d60b3c760a3a3350407632'
  'd28864eb2b59bb57b034c0d4662a3cee'
  '1f24ab1d39f4a51faf22244c94a6203f'
@@ -139,7 +138,6 @@
  '185d60944ea767075d27247c3162b3bc'
  '60ce5dc9bd098f95c2e621a930c98dd9'
  '661a52a02a31b3afbe4b3b3146061afd'
- '15fe8b5d79fbdc0b6bc2b454086671e7'
  '9734ea20c9f67e1b6e1c5a1247fbd3ff'
  '32fcd844935434807e68d7bd06b94f09'
  '06a45184aefe078c4314e002ba666b52')
@@ -166,7 +164,6 @@
# one late fix to solve make distro-pack-install issue
patch -Np1 -i ${srcdir}/gmake_install.diff
patch -Np1 -i ${srcdir}/smp_buildfix.diff
-   patch -Np1 -i ${srcdir}/buildfix_kde4fpicker.diff
patch -Np0 -i ${srcdir}/buildfix_icu49.diff

# unset C(XX)FLAGS
@@ -335,12 +332,6 @@
  ln -vsf /etc/libreoffice/{bootstraprc,sofficerc} .
  cd ${pkgdir}/usr/lib/libreoffice/share/psprint/
  ln -vsf /etc/libreoffice/psprint.conf .
-
- #fix http://bugs.archlinux.org/task/17656
- find ${pkgdir} -perm 444 -exec ls -lh {} \;
- find ${pkgdir} -perm 444 -exec chmod 644 {} \;
- find ${pkgdir} -perm 555 -exec ls -lh {} \;
- find ${pkgdir} -perm 555 -exec chmod 755 {} \;
  
  # set python-uno PYTHON path
  install -dm755 ${pkgdir}/etc/profile.d
@@ -553,19 +544,9 @@
mv ${srcdir}/fakeinstall${file} ${pkgdir}$file
  done
  
- # fix ArchLinux LibreOffice installation paths- still needed after 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=bcdadc2e9f3f6a400438cbbefffc60bf02baa0f1
 ?
- sed -i -e "s,@OO_SDK_NAME@,libreoffice-sdk," \
--e "s,@OO_SDK_HOME@,/usr/lib/libreoffice/sdk," \
--e "s,@OFFICE_HOME@,/usr/lib/libreoffice," \
--e "s,@OFFICE_BASE_HOME@,/usr/lib/libreoffice," \
--e "s,@OO_SDK_URE_HOME@,/usr/lib/libreoffice/ure," \
--e "s,@OO_SDK_MAKE_HOME@,/usr/bin," \
--e "s,@OO_SDK_ZIP_HOME@,/usr/bin," \
--e "s,@OO_SDK_CPP_HOME@,/usr/bin," \
--e "s,@OO_SDK_CC_55_OR_HIGHER@,," \
--e "s,@OO_SDK_JAVA_HOME@,\$J2SDKDIR," \
--e "s,@OO_SDK_OUTPUT_DIR@,\$HOME," \
--e "s,@SDK_AUTO_DEPLOYMENT@,NO," 
${pkgdir}/usr/lib/libreoffice/sdk/setsdkenv_unix.{csh,sh}.in
+  # fix environment path to keep compatibility with openjdk6 and openjdk7
+  #sed -i -e "s:\/usr\/lib\/jvm\/java-7-openjdk:\$J2SDKDIR:"  
/usr/lib/libreoffice/sdk/setsdkenv_unix.{sh,csh}
+  sed -i -e "s:\/usr\/lib\/jvm\/java-7-openjdk:\$J2SDKDIR:" 
${pkgdir}/usr/lib/libreoffice/sdk/setsdkenv_unix.{sh,csh}
 }
 
 package_libreoffice-sdk-doc() {



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

2012-04-06 Thread Ionut Biru
Date: Friday, April 6, 2012 @ 04:29:04
  Author: ibiru
Revision: 155763

update to 3.4.0.2

Modified:
  empathy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 07:52:12 UTC (rev 155762)
+++ PKGBUILD2012-04-06 08:29:04 UTC (rev 155763)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru 
 
 pkgname=empathy
-pkgver=3.4.0.1
+pkgver=3.4.0.2
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework."
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 groups=('gnome-extra')
 install=empathy.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9ea2729bf75cc210c6fa91a6b6cff9118314e0e988c9d166a823ebf96c742e5')
+sha256sums=('16baec7aea7be6f4fc697198fa45433a95ede863a2b0161c76dc63d97c500114')
 
 build() {
   cd "$pkgname-$pkgver"



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

2012-04-06 Thread Ionut Biru
Date: Friday, April 6, 2012 @ 03:52:12
  Author: ibiru
Revision: 155762

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

Added:
  libwebkit/repos/staging-i686/
  libwebkit/repos/staging-i686/PKGBUILD
(from rev 155761, libwebkit/trunk/PKGBUILD)
  libwebkit/repos/staging-x86_64/
  libwebkit/repos/staging-x86_64/PKGBUILD
(from rev 155761, libwebkit/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   59 ++
 staging-x86_64/PKGBUILD |   59 ++
 2 files changed, 118 insertions(+)

Copied: libwebkit/repos/staging-i686/PKGBUILD (from rev 155761, 
libwebkit/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-04-06 07:52:12 UTC (rev 155762)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=libwebkit
+pkgname=(libwebkit libwebkit3)
+pkgver=1.8.0
+pkgrel=2
+pkgdesc="An opensource web content engine"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/";
+license=('custom')
+depends=('libxt' 'libxslt' 'sqlite3' 'icu' 'gstreamer0.10-base' 'libsoup' 
'enchant' 'libgl'
+ 'geoclue')
+makedepends=('gperf' 'gobject-introspection' 'python2' 'gtk2' 'gtk3' 'mesa')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkit-$pkgver.tar.xz)
+sha256sums=('8cebd53b412ae9eb192493ad8e41fa8739a7b1a00f74c6b5a69d367709a801bc')
+
+build() {
+  cd "$srcdir/webkit-$pkgver"
+  mkdir build-gtk{2,3}
+
+  # clear makeflags: race during introspection.
+  # WebKit*.gir should be created before WebKit*.typelib, but isn't
+  MAKEFLAGS=
+
+  ( cd build-gtk2 && _build --with-gtk=2.0 )
+  ( cd build-gtk3 && _build --with-gtk=3.0 )
+}
+
+_build() {
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--with-font-backend=freetype \
+--with-unicode-backend=icu \
+--enable-spellcheck "$@"
+  make all stamp-po
+}
+
+package_libwebkit() {
+  pkgdesc+=" (for GTK2)"
+  depends+=(gtk2)
+
+  cd "$srcdir/webkit-$pkgver/build-gtk2"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../Source/WebKit/LICENSE 
"$pkgdir/usr/share/licenses/libwebkit/LICENSE"
+}
+
+package_libwebkit3() {
+  pkgdesc+=" (for GTK3)"
+  depends+=(gtk3)
+
+  cd "$srcdir/webkit-$pkgver/build-gtk3"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../Source/WebKit/LICENSE 
"$pkgdir/usr/share/licenses/libwebkit3/LICENSE"
+}
+
+
+

Copied: libwebkit/repos/staging-x86_64/PKGBUILD (from rev 155761, 
libwebkit/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-04-06 07:52:12 UTC (rev 155762)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=libwebkit
+pkgname=(libwebkit libwebkit3)
+pkgver=1.8.0
+pkgrel=2
+pkgdesc="An opensource web content engine"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/";
+license=('custom')
+depends=('libxt' 'libxslt' 'sqlite3' 'icu' 'gstreamer0.10-base' 'libsoup' 
'enchant' 'libgl'
+ 'geoclue')
+makedepends=('gperf' 'gobject-introspection' 'python2' 'gtk2' 'gtk3' 'mesa')
+options=('!libtool' '!emptydirs')
+source=(http://webkitgtk.org/releases/webkit-$pkgver.tar.xz)
+sha256sums=('8cebd53b412ae9eb192493ad8e41fa8739a7b1a00f74c6b5a69d367709a801bc')
+
+build() {
+  cd "$srcdir/webkit-$pkgver"
+  mkdir build-gtk{2,3}
+
+  # clear makeflags: race during introspection.
+  # WebKit*.gir should be created before WebKit*.typelib, but isn't
+  MAKEFLAGS=
+
+  ( cd build-gtk2 && _build --with-gtk=2.0 )
+  ( cd build-gtk3 && _build --with-gtk=3.0 )
+}
+
+_build() {
+  PYTHON=/usr/bin/python2 ../configure --prefix=/usr \
+--enable-introspection \
+--with-font-backend=freetype \
+--with-unicode-backend=icu \
+--enable-spellcheck "$@"
+  make all stamp-po
+}
+
+package_libwebkit() {
+  pkgdesc+=" (for GTK2)"
+  depends+=(gtk2)
+
+  cd "$srcdir/webkit-$pkgver/build-gtk2"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../Source/WebKit/LICENSE 
"$pkgdir/usr/share/licenses/libwebkit/LICENSE"
+}
+
+package_libwebkit3() {
+  pkgdesc+=" (for GTK3)"
+  depends+=(gtk3)
+
+  cd "$srcdir/webkit-$pkgver/build-gtk3"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../Source/WebKit/LICENSE 
"$pkgdir/usr/share/licenses/libwebkit3/LICENSE"
+}
+
+
+



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

2012-04-06 Thread Ionut Biru
Date: Friday, April 6, 2012 @ 03:51:08
  Author: ibiru
Revision: 155761

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

Added:
  thunderbird/repos/testing-i686/
  thunderbird/repos/testing-i686/PKGBUILD
(from rev 155760, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/testing-i686/clrf.patch
(from rev 155760, thunderbird/trunk/clrf.patch)
  thunderbird/repos/testing-i686/gcc47.patch
(from rev 155760, thunderbird/trunk/gcc47.patch)
  thunderbird/repos/testing-i686/libvpx.patch
(from rev 155760, thunderbird/trunk/libvpx.patch)
  thunderbird/repos/testing-i686/mozconfig
(from rev 155760, thunderbird/trunk/mozconfig)
  thunderbird/repos/testing-i686/thunderbird-install-dir.patch
(from rev 155760, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/testing-i686/thunderbird.desktop
(from rev 155760, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/testing-i686/thunderbird.install
(from rev 155760, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/testing-i686/vendor.js
(from rev 155760, thunderbird/trunk/vendor.js)
  thunderbird/repos/testing-x86_64/
  thunderbird/repos/testing-x86_64/PKGBUILD
(from rev 155760, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/testing-x86_64/clrf.patch
(from rev 155760, thunderbird/trunk/clrf.patch)
  thunderbird/repos/testing-x86_64/gcc47.patch
(from rev 155760, thunderbird/trunk/gcc47.patch)
  thunderbird/repos/testing-x86_64/libvpx.patch
(from rev 155760, thunderbird/trunk/libvpx.patch)
  thunderbird/repos/testing-x86_64/mozconfig
(from rev 155760, thunderbird/trunk/mozconfig)
  thunderbird/repos/testing-x86_64/thunderbird-install-dir.patch
(from rev 155760, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/testing-x86_64/thunderbird.desktop
(from rev 155760, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/testing-x86_64/thunderbird.install
(from rev 155760, thunderbird/trunk/thunderbird.install)
  thunderbird/repos/testing-x86_64/vendor.js
(from rev 155760, thunderbird/trunk/vendor.js)

--+
 testing-i686/PKGBUILD|   70 ++
 testing-i686/clrf.patch  |  265 +
 testing-i686/gcc47.patch |   63 +
 testing-i686/libvpx.patch|   12 +
 testing-i686/mozconfig   |   40 +++
 testing-i686/thunderbird-install-dir.patch   |   42 +++
 testing-i686/thunderbird.desktop |   13 +
 testing-i686/thunderbird.install |   12 +
 testing-i686/vendor.js   |9 
 testing-x86_64/PKGBUILD  |   70 ++
 testing-x86_64/clrf.patch|  265 +
 testing-x86_64/gcc47.patch   |   63 +
 testing-x86_64/libvpx.patch  |   12 +
 testing-x86_64/mozconfig |   40 +++
 testing-x86_64/thunderbird-install-dir.patch |   42 +++
 testing-x86_64/thunderbird.desktop   |   13 +
 testing-x86_64/thunderbird.install   |   12 +
 testing-x86_64/vendor.js |9 
 18 files changed, 1052 insertions(+)

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


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

2012-04-06 Thread Ionut Biru
Date: Friday, April 6, 2012 @ 03:50:06
  Author: ibiru
Revision: 155760

icu rebuild

Modified:
  libwebkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 07:48:34 UTC (rev 155759)
+++ PKGBUILD2012-04-06 07:50:06 UTC (rev 155760)
@@ -4,7 +4,7 @@
 pkgbase=libwebkit
 pkgname=(libwebkit libwebkit3)
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An opensource web content engine"
 arch=('i686' 'x86_64')
 url="http://webkitgtk.org/";
@@ -23,7 +23,7 @@
   # clear makeflags: race during introspection.
   # WebKit*.gir should be created before WebKit*.typelib, but isn't
   MAKEFLAGS=
-  
+
   ( cd build-gtk2 && _build --with-gtk=2.0 )
   ( cd build-gtk3 && _build --with-gtk=3.0 )
 }



[arch-commits] Commit in thunderbird/trunk (PKGBUILD clrf.patch gcc47.patch mozconfig)

2012-04-06 Thread Ionut Biru
Date: Friday, April 6, 2012 @ 03:48:34
  Author: ibiru
Revision: 155759

disable system cairo, add patches for gcc4.7

Added:
  thunderbird/trunk/clrf.patch
  thunderbird/trunk/gcc47.patch
Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/mozconfig

-+
 PKGBUILD|   14 ++-
 clrf.patch  |  265 ++
 gcc47.patch |   63 +
 mozconfig   |2 
 4 files changed, 339 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 07:00:20 UTC (rev 155758)
+++ PKGBUILD2012-04-06 07:48:34 UTC (rev 155759)
@@ -6,7 +6,7 @@
 
 pkgname=thunderbird
 pkgver=11.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone Mail/News reader"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL')
@@ -20,18 +20,24 @@
 thunderbird.desktop
 thunderbird-install-dir.patch
 vendor.js
-libvpx.patch)
+libvpx.patch
+gcc47.patch
+clrf.patch)
 md5sums=('b500560a006cb10194281263c78841f2'
- 'ca98c2bf1017b33e19dae22fdcef2e73'
+ '41511a6bcdd04cf56706218e4670e631'
  'af3e5b344d2edf1c7d61bb0a5a96de9a'
  'aea906acf72c43dd82ead2fabcc1c6db'
  '5a53179d14ae9631b7afe5e4d0fc0b25'
- '5b2aaff7dfe7f1f94ad965905b20e782')
+ '5b2aaff7dfe7f1f94ad965905b20e782'
+ '07b255039a2ffbcab5b5be7986245e36'
+ '5c8d79a9f1ecadffa818205ce1c23f2f')
 
 build() {
   cd "$srcdir/comm-release"
   patch -Np1 -i "$srcdir/thunderbird-install-dir.patch"
   patch -Np1 -i "$srcdir/libvpx.patch"
+  patch -Np1 -i "$srcdir/gcc47.patch"
+  patch -Np2 -i "$srcdir/clrf.patch"
 
   cp "$srcdir/mozconfig" .mozconfig
 

Added: clrf.patch
===
--- clrf.patch  (rev 0)
+++ clrf.patch  2012-04-06 07:48:34 UTC (rev 155759)
@@ -0,0 +1,265 @@
+diff -up 
thunderbird-11.0/comm-release/mailnews/base/search/src/nsMsgSearchAdapter.cpp.733867
 thunderbird-11.0/comm-release/mailnews/base/search/src/nsMsgSearchAdapter.cpp
+--- 
thunderbird-11.0/comm-release/mailnews/base/search/src/nsMsgSearchAdapter.cpp.733867
   2012-03-13 03:37:12.0 +0100
 
thunderbird-11.0/comm-release/mailnews/base/search/src/nsMsgSearchAdapter.cpp   
   2012-03-16 07:20:29.299342799 +0100
+@@ -688,7 +688,7 @@ nsresult nsMsgSearchAdapter::EncodeImapV
+ PL_strcat(encoding, "{");
+ lengthStr.AppendInt((PRInt32) strlen(value));
+ PL_strcat(encoding, lengthStr.get());
+-PL_strcat(encoding, "}"CRLF);
++PL_strcat(encoding, "}" CRLF);
+ PL_strcat(encoding, value);
+ return NS_OK;
+   }
+diff -up 
thunderbird-11.0/comm-release/mailnews/base/src/nsMsgFolderCompactor.cpp.733867 
thunderbird-11.0/comm-release/mailnews/base/src/nsMsgFolderCompactor.cpp
+--- 
thunderbird-11.0/comm-release/mailnews/base/src/nsMsgFolderCompactor.cpp.733867 
   2012-03-13 03:37:13.0 +0100
 thunderbird-11.0/comm-release/mailnews/base/src/nsMsgFolderCompactor.cpp   
2012-03-16 07:20:29.300342735 +0100
+@@ -753,7 +753,7 @@ nsFolderCompactState::OnDataAvailable(ns
+   }
+ }
+   }
+-#define EXTRA_KEYWORD_HDR "   
  "MSG_LINEBREAK
++#define EXTRA_KEYWORD_HDR "   
  " MSG_LINEBREAK
+ 
+// if status offset isn't in the first block, this code won't work. 
There's no good reason
+   // for the status offset not to be at the beginning of the message 
anyway.
+@@ -1203,7 +1203,7 @@ nsOfflineStoreCompactState::OnDataAvaila
+ // check if there's an envelope header; if not, write one.
+ if (strncmp(m_dataBuffer, "From ", 5))
+ {
+-  m_fileStream->Write("From "CRLF, 7, &bytesWritten);
++  m_fileStream->Write("From " CRLF, 7, &bytesWritten);
+   m_offlineMsgSize += bytesWritten;
+ }
+   }
+diff -up 
thunderbird-11.0/comm-release/mailnews/compose/src/nsSmtpProtocol.cpp.733867 
thunderbird-11.0/comm-release/mailnews/compose/src/nsSmtpProtocol.cpp
+--- 
thunderbird-11.0/comm-release/mailnews/compose/src/nsSmtpProtocol.cpp.733867
   2012-03-13 03:37:13.0 +0100
 thunderbird-11.0/comm-release/mailnews/compose/src/nsSmtpProtocol.cpp  
2012-03-16 07:23:01.225877457 +0100
+@@ -1722,7 +1722,7 @@ PRInt32 nsSmtpProtocol::SendQuit()
+ {
+   m_sendDone = PR_TRUE;
+   nsCOMPtr url = do_QueryInterface(m_runningURL);
+-  SendData(url, "QUIT"CRLF); // send a quit command to close the connection 
with the server.
++  SendData(url, "QUIT" CRLF); // send a quit command to close the connection 
with the server.
+   m_nextState = SMTP_RESPONSE;
+   m_nextStateAfterResponse = SMTP_DONE;
+   return(0);
+@@ -1969,7 +1969,7 @@ nsresult nsSmtpProtocol::LoadUrl(nsIURI 
+ {
+   nsCOMPtr url = do_QueryInterface(m_runningURL);

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

2012-04-06 Thread Rémy Oudompheng
Date: Friday, April 6, 2012 @ 03:00:20
  Author: remy
Revision: 155758

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

Added:
  asymptote/repos/extra-i686/PKGBUILD
(from rev 155757, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-i686/texlive.install
(from rev 155757, asymptote/trunk/texlive.install)
  asymptote/repos/extra-x86_64/PKGBUILD
(from rev 155757, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-x86_64/texlive.install
(from rev 155757, asymptote/trunk/texlive.install)
Deleted:
  asymptote/repos/extra-i686/PKGBUILD
  asymptote/repos/extra-i686/texlive.install
  asymptote/repos/extra-x86_64/PKGBUILD
  asymptote/repos/extra-x86_64/texlive.install

--+
 extra-i686/PKGBUILD  |   86 -
 extra-i686/texlive.install   |   40 +--
 extra-x86_64/PKGBUILD|   86 -
 extra-x86_64/texlive.install |   40 +--
 4 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-06 07:00:10 UTC (rev 155757)
+++ extra-i686/PKGBUILD 2012-04-06 07:00:20 UTC (rev 155758)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: Firmicus 
-# Contributor: bender02 at gmx dot com
-
-pkgname=asymptote
-pkgver=2.15
-pkgrel=1
-pkgdesc="A vector graphics language (like metapost)"
-arch=('i686' 'x86_64')
-url="http://asymptote.sourceforge.net/";
-license=("GPL3")
-depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw')
-makedepends=('ghostscript' 'imagemagick')
-optdepends=('python2:   for the xasy GUI'
-'python-imaging:for the xasy GUI'
-'tix:   for the xasy GUI')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
-install=texlive.install
-sha1sums=('e0fb336c195fb21a39e3d0f3acd4881ce5e170a7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --enable-gc=/usr \
-  --prefix=/usr \
-  --with-latex=/usr/share/texmf/tex/latex \
-  --with-context=/usr/share/texmf/tex/context
-  make all
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check-all
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install-all
-  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
-  # this dir contains png files that are already embedded in the pdf 
documentation:
-  rm -rf ${pkgdir}/usr/share/info/asymptote
-}

Copied: asymptote/repos/extra-i686/PKGBUILD (from rev 155757, 
asymptote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-06 07:00:20 UTC (rev 155758)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Firmicus 
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.15
+pkgrel=2
+pkgdesc="A vector graphics language (like metapost)"
+arch=('i686' 'x86_64')
+url="http://asymptote.sourceforge.net/";
+license=("GPL3")
+depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick')
+optdepends=('python2:   for the xasy GUI'
+'python-imaging:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz)
+install=texlive.install
+sha1sums=('e0fb336c195fb21a39e3d0f3acd4881ce5e170a7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  --with-latex=/usr/share/texmf/tex/latex \
+  --with-context=/usr/share/texmf/tex/context
+  make all
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check-all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install-all
+  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
+  # this dir contains png files that are already embedded in the pdf 
documentation:
+  rm -rf ${pkgdir}/usr/share/info/asymptote
+}

Deleted: extra-i686/texlive.install
===
--- extra-i686/texlive.install  2012-04-06 07:00:10 UTC (rev 155757)
+++ extra-i686/texlive.install  2012-04-06 07:00:20 UTC (rev 155758)
@@ -1,20 +0,0 @@
-info_dir=usr/share/info
-
-post_install() {
-  install-info ${info_dir}/asy-faq.info.gz ${info_dir}/dir
-  echo ">>> updating the filename database for texlive..."
-  mktexlsr --quiet usr/share/texmf
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  install-info --delete ${info_dir}/asy-faq.info.gz ${info_dir}/dir
-}
-
-post_remove() {
-  echo ">>> updating the filename database for texlive..."
-  mktexlsr --quiet usr/share/texmf
-}

Cop

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

2012-04-06 Thread Rémy Oudompheng
Date: Friday, April 6, 2012 @ 03:00:10
  Author: remy
Revision: 155757

upgpkg: asymptote 2.15-2

Rebuild for libsigsegv soname bump.

Modified:
  asymptote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-04-06 06:33:29 UTC (rev 155756)
+++ PKGBUILD2012-04-06 07:00:10 UTC (rev 155757)
@@ -5,12 +5,12 @@
 
 pkgname=asymptote
 pkgver=2.15
-pkgrel=1
+pkgrel=2
 pkgdesc="A vector graphics language (like metapost)"
 arch=('i686' 'x86_64')
 url="http://asymptote.sourceforge.net/";
 license=("GPL3")
-depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw')
+depends=('texlive-core' 'gc' 'freeglut' 'gsl' 'fftw' 'libsigsegv')
 makedepends=('ghostscript' 'imagemagick')
 optdepends=('python2:   for the xasy GUI'
 'python-imaging:for the xasy GUI'