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

2014-06-10 Thread Evangelos Foutras
Date: Wednesday, June 11, 2014 @ 08:48:51
  Author: foutrelis
Revision: 214971

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-11 06:48:40 UTC (rev 214970)
+++ extra-i686/PKGBUILD 2014-06-11 06:48:51 UTC (rev 214971)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=nspr
-pkgver=4.10.5
-pkgrel=1
-pkgdesc="Netscape Portable Runtime"
-arch=(i686 x86_64)
-url="http://www.mozilla.org/projects/nspr/";
-license=('MPL' 'GPL')
-depends=('glibc')
-makedepends=('zip')
-options=('!emptydirs')
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c903557c620b4b84457f57ddc80934c4')
-sha1sums=('891de2b62ad42f9b38808a0aa58c95e8cbd5c9a9')
-
-build() {
-  cd $pkgname-$pkgver
-
-  if [ "$CARCH" = "x86_64" ]; then
-_confflags="--enable-64bit"
-  else
-_confflags=""
-  fi
-
-  ./nspr/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib \
-  --includedir=/usr/include/nspr \
-  --enable-optimize \
-  --disable-debug ${_confflags}
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc"
-  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
- "$pkgdir/usr/include/nspr/md"
-}

Copied: nspr/repos/extra-i686/PKGBUILD (from rev 214970, nspr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-11 06:48:51 UTC (rev 214971)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=nspr
+pkgver=4.10.6
+pkgrel=1
+pkgdesc="Netscape Portable Runtime"
+arch=(i686 x86_64)
+url="http://www.mozilla.org/projects/nspr/";
+license=('MPL' 'GPL')
+depends=('glibc')
+makedepends=('zip')
+options=('!emptydirs')
+source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
+md5sums=('6ab81e8d508457905223eaf4ed0a973b')
+sha1sums=('9f3f278f7f31574b2cdbb99d9703c58e51cd3e1c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  if [ "$CARCH" = "x86_64" ]; then
+_confflags="--enable-64bit"
+  else
+_confflags=""
+  fi
+
+  ./nspr/configure \
+  --prefix=/usr \
+  --libdir=/usr/lib \
+  --includedir=/usr/include/nspr \
+  --enable-optimize \
+  --disable-debug ${_confflags}
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc"
+  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
+ "$pkgdir/usr/include/nspr/md"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-06-11 06:48:40 UTC (rev 214970)
+++ extra-x86_64/PKGBUILD   2014-06-11 06:48:51 UTC (rev 214971)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=nspr
-pkgver=4.10.5
-pkgrel=1
-pkgdesc="Netscape Portable Runtime"
-arch=(i686 x86_64)
-url="http://www.mozilla.org/projects/nspr/";
-license=('MPL' 'GPL')
-depends=('glibc')
-makedepends=('zip')
-options=('!emptydirs')
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c903557c620b4b84457f57ddc80934c4')
-sha1sums=('891de2b62ad42f9b38808a0aa58c95e8cbd5c9a9')
-
-build() {
-  cd $pkgname-$pkgver
-
-  if [ "$CARCH" = "x86_64" ]; then
-_confflags="--enable-64bit"
-  else
-_confflags=""
-  fi
-
-  ./nspr/configure \
-  --prefix=/usr \
-  --libdir=/usr/lib \
-  --includedir=/usr/include/nspr \
-  --enable-optimize \
-  --disable-debug ${_confflags}
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  ln -s nspr.pc "$pkgdir/usr/lib/pkgconfig/mozilla-nspr.pc"
-  rm -r "$pkgdir"/usr/bin/{compile-et.pl,prerr.properties} \
- "$pkgdir/usr/include/nspr/md"
-}

Copied: nspr/repos/extra-x86_64/PKGBUILD (from rev 214970, nspr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-06-11 06:48:51 UTC (rev 214971)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor

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

2014-06-10 Thread Evangelos Foutras
Date: Wednesday, June 11, 2014 @ 08:48:40
  Author: foutrelis
Revision: 214970

upgpkg: nspr 4.10.6-1

New upstream release.

Modified:
  nspr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-11 06:16:23 UTC (rev 214969)
+++ PKGBUILD2014-06-11 06:48:40 UTC (rev 214970)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=nspr
-pkgver=4.10.5
+pkgver=4.10.6
 pkgrel=1
 pkgdesc="Netscape Portable Runtime"
 arch=(i686 x86_64)
@@ -13,8 +13,8 @@
 makedepends=('zip')
 options=('!emptydirs')
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c903557c620b4b84457f57ddc80934c4')
-sha1sums=('891de2b62ad42f9b38808a0aa58c95e8cbd5c9a9')
+md5sums=('6ab81e8d508457905223eaf4ed0a973b')
+sha1sums=('9f3f278f7f31574b2cdbb99d9703c58e51cd3e1c')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-10 Thread Anatol Pomozov
Date: Wednesday, June 11, 2014 @ 08:35:27
  Author: anatolik
Revision: 112995

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

Added:
  fio/repos/community-i686/PKGBUILD
(from rev 112994, fio/trunk/PKGBUILD)
  fio/repos/community-x86_64/PKGBUILD
(from rev 112994, fio/trunk/PKGBUILD)
Deleted:
  fio/repos/community-i686/PKGBUILD
  fio/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   92 
 community-i686/PKGBUILD   |   46 --
 community-x86_64/PKGBUILD |   46 --
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-11 06:34:45 UTC (rev 112994)
+++ community-i686/PKGBUILD 2014-06-11 06:35:27 UTC (rev 112995)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.1.9
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='http://freshmeat.net/projects/fio'
-license=(GPL2)
-depends=(bash libaio python2 numactl)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('4ae877939a1a1460ad4d93f7891a15bad8ca7295f441204b12c723758a0d4493')
-
-prepare() {
-  cd fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
-}
-
-# TODO: enable rdma, need to move the libraries from AUR
-build() {
-  cd fio-$pkgver
-  ./configure --enable-gfio --extra-cflags="$CFLAGS"
-}
-
-package() {
-  cd fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-i686/PKGBUILD (from rev 112994, fio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-11 06:35:27 UTC (rev 112995)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=2.1.10
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='http://freshmeat.net/projects/fio'
+license=(GPL2)
+depends=(bash libaio python2 numactl)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
+sha256sums=('4dd98cfe7da343b82ce351dd2a12f9ea456f9a54efc80a380786956a68c4edfc')
+
+prepare() {
+  cd fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
+}
+
+# TODO: enable rdma, need to move the libraries from AUR
+build() {
+  cd fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+}
+
+package() {
+  cd fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-11 06:34:45 UTC (rev 112994)
+++ community-x86_64/PKGBUILD   2014-06-11 06:35:27 UTC (rev 112995)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.1.9
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='http://freshmeat.net/projects/fio'
-license=(GPL2)
-depends=(bash libaio python2 numactl)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('4ae877939a1a1460ad4d93f7891a15bad8ca7295f441204b12c723758a0d4493')
-
-prepare() {
-  cd fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot 
-}
-
-# TODO: enable rdma, need to move the libraries from AUR
-build() {

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

2014-06-10 Thread Anatol Pomozov
Date: Wednesday, June 11, 2014 @ 08:34:45
  Author: anatolik
Revision: 112994

upgpkg: fio 2.1.10-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-11 05:31:25 UTC (rev 112993)
+++ PKGBUILD2014-06-11 06:34:45 UTC (rev 112994)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.1.9
+pkgver=2.1.10
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(http://brick.kernel.dk/snaps/fio-$pkgver.tar.bz2)
-sha256sums=('4ae877939a1a1460ad4d93f7891a15bad8ca7295f441204b12c723758a0d4493')
+sha256sums=('4dd98cfe7da343b82ce351dd2a12f9ea456f9a54efc80a380786956a68c4edfc')
 
 prepare() {
   cd fio-$pkgver



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

2014-06-10 Thread Tobias Powalowski
Date: Wednesday, June 11, 2014 @ 08:16:23
  Author: tpowa
Revision: 214969

remove not needed patches

Deleted:
  linux/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  linux/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch
  linux/trunk/0006-genksyms-fix-typeof-handling.patch
  linux/trunk/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch
  linux/trunk/0008-futex-avoid-race-between-requeue-and-wake.patch
  linux/trunk/0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch
  linux/trunk/0011-kernfs-fix-removed-error-check.patch

-+
 0001-Bluetooth-allocate-static-minor-for-vhci.patch |   74 
 0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch |   93 
 0003-module-remove-MODULE_GENERIC_TABLE.patch   |   75 
 0006-genksyms-fix-typeof-handling.patch | 1360 
--
 0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch|  110 
 0008-futex-avoid-race-between-requeue-and-wake.patch|   94 
 0009-iwlwifi-mvm-rs-fix-search-cycle-rules.patch|  125 
 0011-kernfs-fix-removed-error-check.patch   |   13 
 8 files changed, 1944 deletions(-)

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


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

2014-06-10 Thread Evangelos Foutras
Date: Wednesday, June 11, 2014 @ 08:05:24
  Author: foutrelis
Revision: 214968

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 214967, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-nacl-bootstrap-cflags.patch
(from rev 214967, chromium/trunk/chromium-nacl-bootstrap-cflags.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 214967, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 214967, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 214967, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 214967, chromium/trunk/chromium.sh)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 214967, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-nacl-bootstrap-cflags.patch
(from rev 214967, chromium/trunk/chromium-nacl-bootstrap-cflags.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 214967, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 214967, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 214967, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 214967, chromium/trunk/chromium.sh)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-nacl-bootstrap-cflags.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-nacl-bootstrap-cflags.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh

---+
 /PKGBUILD |  388 
 /chromium-nacl-bootstrap-cflags.patch |   20 +
 /chromium.default |8 
 /chromium.desktop |  226 +++
 /chromium.install |   24 +
 /chromium.sh  |   32 +
 extra-i686/PKGBUILD   |  194 --
 extra-i686/chromium-nacl-bootstrap-cflags.patch   |   10 
 extra-i686/chromium.default   |4 
 extra-i686/chromium.desktop   |  113 -
 extra-i686/chromium.install   |   12 
 extra-i686/chromium.sh|   16 
 extra-x86_64/PKGBUILD |  194 --
 extra-x86_64/chromium-nacl-bootstrap-cflags.patch |   10 
 extra-x86_64/chromium.default |4 
 extra-x86_64/chromium.desktop |  113 -
 extra-x86_64/chromium.install |   12 
 extra-x86_64/chromium.sh  |   16 
 18 files changed, 698 insertions(+), 698 deletions(-)

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


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

2014-06-10 Thread Evangelos Foutras
Date: Wednesday, June 11, 2014 @ 08:04:57
  Author: foutrelis
Revision: 214967

upgpkg: chromium 35.0.1916.153-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 23:03:23 UTC (rev 214966)
+++ PKGBUILD2014-06-11 06:04:57 UTC (rev 214967)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=35.0.1916.114
+pkgver=35.0.1916.153
 _toolchains_rev=12935
 pkgrel=1
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
@@ -38,7 +38,7 @@
 noextract=(naclsdk_nacl_linux_x86-$_toolchains_rev.tgz
naclsdk_pnacl_linux_x86-$_toolchains_rev.tgz
naclsdk_pnacl_translator-$_toolchains_rev.tgz)
-sha256sums=('566fcdc05d53c551d142ac9742ef69ba7c6d5a450d8ec41c0efd4fc8249f77af'
+sha256sums=('280ceb4307ba334918aacd1c5672e6ce6538bf229f90415245ede5b569e5e70e'
 '2d72245cf0fc5aec95dcf315d88d787aaeff85e2fae28b8521d60a3dd95e28d4'
 '6baee05d11e353aac83a94125722d1f85c1aaa5fae0bfea55f996bd1d9c2a6eb'
 '142108d8ce184c3e2b18126a01bed14e286f953d90897a6d1c97f2bf7802cc0a'



[arch-commits] Commit in linux-grsec/trunk (PKGBUILD sysctl.conf)

2014-06-10 Thread Daniel Micay
Date: Wednesday, June 11, 2014 @ 07:31:25
  Author: thestinger
Revision: 112993

linux-grsec: reword chroot restrictions comment

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/sysctl.conf

-+
 PKGBUILD|2 +-
 sysctl.conf |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-11 05:05:45 UTC (rev 112992)
+++ PKGBUILD2014-06-11 05:31:25 UTC (rev 112993)
@@ -46,7 +46,7 @@
 '65d58f63215ee3c5f9c4fc6bce36fc5311a6c7dbdbe1ad29de40647b47ff9c0d'
 'cf2e7a2d00787f754028e7459688c2755a406e632ce48b60952fa4ff7ed6f4b7'
 '79359454c9d8446eb55add2b1cdbf8332bd67dafb01fefb5b1ca090225f64d18'
-'1f157837d6bbcb6813e7fd095ed8d088ed104cb029404241bf2a3d7abc629fe8')
+'763f9323cdefc9ddf74ffeffd856f9eaec4d8d4ef702c88ee1aab429c2d0b389')
 
 _kernelname=${pkgbase#linux}
 

Modified: sysctl.conf
===
--- sysctl.conf 2014-06-11 05:05:45 UTC (rev 112992)
+++ sysctl.conf 2014-06-11 05:31:25 UTC (rev 112993)
@@ -44,7 +44,7 @@
 #kernel.grsecurity.romount_protect = 1
 
 #
-# chroot restrictions (these will break containers)
+# chroot restrictions (many of these will break containers)
 #
 
 #kernel.grsecurity.chroot_caps = 1



[arch-commits] Commit in linux-grsec/trunk (PKGBUILD sysctl.conf)

2014-06-10 Thread Daniel Micay
Date: Wednesday, June 11, 2014 @ 07:05:45
  Author: thestinger
Revision: 112992

enable chroot_enforce_chdir by default

This does not appear to break any software, so it might as well be enabled.

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/sysctl.conf

-+
 PKGBUILD|2 +-
 sysctl.conf |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 22:06:14 UTC (rev 112991)
+++ PKGBUILD2014-06-11 05:05:45 UTC (rev 112992)
@@ -46,7 +46,7 @@
 '65d58f63215ee3c5f9c4fc6bce36fc5311a6c7dbdbe1ad29de40647b47ff9c0d'
 'cf2e7a2d00787f754028e7459688c2755a406e632ce48b60952fa4ff7ed6f4b7'
 '79359454c9d8446eb55add2b1cdbf8332bd67dafb01fefb5b1ca090225f64d18'
-'e734ac2a6e865b70dbe1e55ce55a5bd1b1e0cedea903c6341b9cfbabe420c763')
+'1f157837d6bbcb6813e7fd095ed8d088ed104cb029404241bf2a3d7abc629fe8')
 
 _kernelname=${pkgbase#linux}
 

Modified: sysctl.conf
===
--- sysctl.conf 2014-06-10 22:06:14 UTC (rev 112991)
+++ sysctl.conf 2014-06-11 05:05:45 UTC (rev 112992)
@@ -57,7 +57,7 @@
 #kernel.grsecurity.chroot_deny_shmat = 1
 #kernel.grsecurity.chroot_deny_sysctl = 1
 #kernel.grsecurity.chroot_deny_unix = 1
-#kernel.grsecurity.chroot_enforce_chdir = 1
+kernel.grsecurity.chroot_enforce_chdir = 1
 #kernel.grsecurity.chroot_findtask = 1
 #kernel.grsecurity.chroot_restrict_nice = 1
 



[arch-commits] Commit in kdebase-workspace/repos (46 files)

2014-06-10 Thread Andrea Scarpino
Date: Wednesday, June 11, 2014 @ 01:03:23
  Author: andrea
Revision: 214966

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

Added:
  kdebase-workspace/repos/extra-i686/PKGBUILD
(from rev 214965, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
(from rev 214965, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/extra-i686/kde-np.pam
(from rev 214965, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-i686/kde.pam
(from rev 214965, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
(from rev 214965, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
(from rev 214965, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-i686/kdm.logrotate
(from rev 214965, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/extra-i686/kdm.service
(from rev 214965, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-i686/khotkeys-qt4.patch
(from rev 214965, kdebase-workspace/trunk/khotkeys-qt4.patch)
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
(from rev 214965, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-i686/terminate-server.patch
(from rev 214965, kdebase-workspace/trunk/terminate-server.patch)
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
(from rev 214965, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
(from rev 214965, kdebase-workspace/trunk/etc-scripts.patch)
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
(from rev 214965, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/extra-x86_64/kde.pam
(from rev 214965, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
(from rev 214965, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
(from rev 214965, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
(from rev 214965, kdebase-workspace/trunk/kdm.logrotate)
  kdebase-workspace/repos/extra-x86_64/kdm.service
(from rev 214965, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/extra-x86_64/khotkeys-qt4.patch
(from rev 214965, kdebase-workspace/trunk/khotkeys-qt4.patch)
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
(from rev 214965, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch
(from rev 214965, kdebase-workspace/trunk/terminate-server.patch)
Deleted:
  kdebase-workspace/repos/extra-i686/PKGBUILD
  kdebase-workspace/repos/extra-i686/etc-scripts.patch
  kdebase-workspace/repos/extra-i686/kde-np.pam
  kdebase-workspace/repos/extra-i686/kde.pam
  kdebase-workspace/repos/extra-i686/kdebase-workspace.install
  kdebase-workspace/repos/extra-i686/kdm-desktopnames.patch
  kdebase-workspace/repos/extra-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-i686/kdm.logrotate
  kdebase-workspace/repos/extra-i686/kdm.service
  kdebase-workspace/repos/extra-i686/khotkeys-qt4.patch
  kdebase-workspace/repos/extra-i686/kscreensaver.pam
  kdebase-workspace/repos/extra-i686/terminate-server.patch
  kdebase-workspace/repos/extra-x86_64/PKGBUILD
  kdebase-workspace/repos/extra-x86_64/etc-scripts.patch
  kdebase-workspace/repos/extra-x86_64/kde-np.pam
  kdebase-workspace/repos/extra-x86_64/kde.pam
  kdebase-workspace/repos/extra-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/extra-x86_64/kdm-desktopnames.patch
  kdebase-workspace/repos/extra-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/extra-x86_64/kdm.logrotate
  kdebase-workspace/repos/extra-x86_64/kdm.service
  kdebase-workspace/repos/extra-x86_64/khotkeys-qt4.patch
  kdebase-workspace/repos/extra-x86_64/kscreensaver.pam
  kdebase-workspace/repos/extra-x86_64/terminate-server.patch

+
 /PKGBUILD  |  186 +++
 /etc-scripts.patch |   22 +++
 /kde-np.pam|   24 
 /kde.pam   |   16 ++
 /kdebase-workspace.install |   62 ++
 /kdm-xinitrd.patch |   36 ++
 /kdm.logrotate |   12 ++
 /kdm.service   |   18 +++
 /khotkeys-qt4.patch|   44 +++
 /kscreensaver.pam  |4 
 /terminate-server.patch|   22 +++
 extra-i686/PKGBUILD|   98 
 extra-i686/etc-scripts.patch   |   11 -
 extra-i686/kde-np.pam  |   12 --
 extra-i686/kde.pam |8 -
 extra-i686/kdebase-workspace.install   |   31 -
 extra-i686/kdm-desktopnames.patch  |   35 -
 extra-i686

[arch-commits] Commit in kdebase-workspace/trunk (PKGBUILD kdm-desktopnames.patch)

2014-06-10 Thread Andrea Scarpino
Date: Wednesday, June 11, 2014 @ 01:03:03
  Author: andrea
Revision: 214965

upgpkg: kdebase-workspace 4.11.10-1

Upstream release

Modified:
  kdebase-workspace/trunk/PKGBUILD
Deleted:
  kdebase-workspace/trunk/kdm-desktopnames.patch

+
 PKGBUILD   |   17 ++---
 kdm-desktopnames.patch |   35 ---
 2 files changed, 6 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 22:47:54 UTC (rev 214964)
+++ PKGBUILD2014-06-10 23:03:03 UTC (rev 214965)
@@ -4,9 +4,9 @@
 
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
-pkgver=4.11.9
-_pkgver=4.12.5
-pkgrel=2
+pkgver=4.11.10
+_pkgver=4.13.2
+pkgrel=1
 pkgdesc="Provides the interface and basic tools for the KDE workspace"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-workspace'
@@ -29,9 +29,8 @@
 
source=("http://download.kde.org/stable/${_pkgver}/src/${_pkgname}-${pkgver}.tar.xz";
 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 'kdm.logrotate'
 'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch'
-'khotkeys-qt4.patch'
-'kdm-desktopnames.patch')
-sha1sums=('ea4f3b3401b7304613adcc21acb92b5c3d11c9c1'
+'khotkeys-qt4.patch')
+sha1sums=('2968043563e25d2d2618c9f49fdfbab5fa14c8cd'
   '660eae40a707d2711d8d7f32a93214865506b795'
   '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe'
   'c6afdf8964b2b2c4809b2e8e694729b2661e29df'
@@ -40,8 +39,7 @@
   'c079ebd157c836ba996190f0d2bcea1a7828d02c'
   'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
   'd509dac592bd8b310df27991b208c95b6d907514'
-  'aa9d2e5a69986c4c3d47829721ea99edb473be12'
-  '51d3a3a83e01ce1998c57b0389e7b094d8e9d7b8')
+  'aa9d2e5a69986c4c3d47829721ea99edb473be12')
 
 prepare() {
 mkdir build
@@ -57,9 +55,6 @@
 
 # KDEBUG#202629
 patch -p0 -i "${srcdir}"/terminate-server.patch
-
-# KDEBUG#334159
-patch -p1 -i "${srcdir}"/kdm-desktopnames.patch
 }
 
 build() {

Deleted: kdm-desktopnames.patch
===
--- kdm-desktopnames.patch  2014-06-10 22:47:54 UTC (rev 214964)
+++ kdm-desktopnames.patch  2014-06-10 23:03:03 UTC (rev 214965)
@@ -1,35 +0,0 @@
-From: David Faure 
-Date: Fri, 02 May 2014 08:26:38 +
-Subject: Fix crash when DesktopNames isn't set
-X-Git-Url: 
http://quickgit.kde.org/?p=kde-workspace.git&a=commitdiff&h=e1724800ecf3c6a7035dfa7bcaa50b2a8f48688f

-Fix crash when DesktopNames isn't set
-
-BUG: 334159
-FIXED-IN: 4.11.10

-
-
 a/kdm/backend/client.c
-+++ b/kdm/backend/client.c
-@@ -1810,12 +1810,14 @@
- !(sessargs = iniEntry(str, "Desktop Entry", 
"Exec", 0)))
- sessargs = "";
- buf = iniEntry(str, "Desktop Entry", "DesktopNames", 0);
--for (buf2 = buf; *buf2; ++buf2) {
--if (*buf2 == ';')
--*buf2 = ':';
-+if (buf) {
-+for (buf2 = buf; *buf2; ++buf2) {
-+if (*buf2 == ';')
-+*buf2 = ':';
-+}
-+userEnviron = setEnv(userEnviron, 
"XDG_CURRENT_DESKTOP", buf);
-+free(buf);
- }
--userEnviron = setEnv(userEnviron, "XDG_CURRENT_DESKTOP", 
buf);
--free(buf);
- free(str);
- free(fname);
- goto gotit;
-



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

2014-06-10 Thread Andrea Scarpino
Date: Wednesday, June 11, 2014 @ 00:47:54
  Author: andrea
Revision: 214964

archrelease: copy trunk to extra-any

Added:
  ttf-oxygen/repos/extra-any/PKGBUILD
(from rev 214963, ttf-oxygen/trunk/PKGBUILD)
  ttf-oxygen/repos/extra-any/ttf-oxygen.install
(from rev 214963, ttf-oxygen/trunk/ttf-oxygen.install)
Deleted:
  ttf-oxygen/repos/extra-any/PKGBUILD
  ttf-oxygen/repos/extra-any/ttf-oxygen.install

+
 PKGBUILD   |   82 +--
 ttf-oxygen.install |   30 +-
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-10 22:47:40 UTC (rev 214963)
+++ PKGBUILD2014-06-10 22:47:54 UTC (rev 214964)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Antonio Rojas 
-
-pkgname=ttf-oxygen
-epoch=1
-pkgver=0.3.96
-_plasmaver=4.96.0
-pkgrel=1
-pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
-arch=('any')
-license=('custom:OFL' 'GPL' 'custom:GPL+FE')
-url="https://projects.kde.org/projects/playground/artwork/oxygen-fonts";
-depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
-provides=('ttf-font')
-install=$pkgname.install
-source=("http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz";)
-md5sums=('642f58a9d8dc99be50d421c468eeba6f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../oxygen-fonts-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
-"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: ttf-oxygen/repos/extra-any/PKGBUILD (from rev 214963, 
ttf-oxygen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-10 22:47:54 UTC (rev 214964)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Antonio Rojas 
+
+pkgname=ttf-oxygen
+epoch=1
+pkgver=0.3.97
+_plasmaver=4.97.0
+pkgrel=1
+pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
+arch=('any')
+license=('custom:OFL' 'GPL' 'custom:GPL+FE')
+url="https://projects.kde.org/projects/playground/artwork/oxygen-fonts";
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+makedepends=('extra-cmake-modules' 'qt5-base' 'fontforge')
+provides=('ttf-font')
+install=$pkgname.install
+source=("http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz";)
+md5sums=('1ecdc2af7be15425f76fa9b3308b85b5')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../oxygen-fonts-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m644 "${srcdir}"/oxygen-fonts-${pkgver}/COPYING-{GPL+FE.txt,OFL} \
+"${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: ttf-oxygen.install
===
--- ttf-oxygen.install  2014-06-10 22:47:40 UTC (rev 214963)
+++ ttf-oxygen.install  2014-06-10 22:47:54 UTC (rev 214964)
@@ -1,15 +0,0 @@
-post_install() {
-  echo -n "Updating font cache... "
-  fc-cache -f > /dev/null
-  mkfontscale /usr/share/fonts/truetype/oxygen
-  mkfontdir /usr/share/fonts/truetype/oxygen
-  echo "done."
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: ttf-oxygen/repos/extra-any/ttf-oxygen.install (from rev 214963, 
ttf-oxygen/trunk/ttf-oxygen.install)
===
--- ttf-oxygen.install  (rev 0)
+++ ttf-oxygen.install  2014-06-10 22:47:54 UTC (rev 214964)
@@ -0,0 +1,15 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -f > /dev/null
+  mkfontscale /usr/share/fonts/truetype/oxygen
+  mkfontdir /usr/share/fonts/truetype/oxygen
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2014-06-10 Thread Andrea Scarpino
Date: Wednesday, June 11, 2014 @ 00:47:40
  Author: andrea
Revision: 214963

upgpkg: ttf-oxygen 1:0.3.97-1

Upstream release

Modified:
  ttf-oxygen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 22:45:50 UTC (rev 214962)
+++ PKGBUILD2014-06-10 22:47:40 UTC (rev 214963)
@@ -4,8 +4,8 @@
 
 pkgname=ttf-oxygen
 epoch=1
-pkgver=0.3.96
-_plasmaver=4.96.0
+pkgver=0.3.97
+_plasmaver=4.97.0
 pkgrel=1
 pkgdesc='A desktop/gui font family for integrated use with the KDE desktop'
 arch=('any')
@@ -16,7 +16,7 @@
 provides=('ttf-font')
 install=$pkgname.install
 
source=("http://download.kde.org/unstable/plasma/$_plasmaver/src/oxygen-fonts-$pkgver.tar.xz";)
-md5sums=('642f58a9d8dc99be50d421c468eeba6f')
+md5sums=('1ecdc2af7be15425f76fa9b3308b85b5')
 
 prepare() {
   mkdir build



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

2014-06-10 Thread Andrea Scarpino
Date: Wednesday, June 11, 2014 @ 00:45:39
  Author: andrea
Revision: 214961

upgpkg: cmake 3.0.0-1

Upstream release

Modified:
  cmake/trunk/PKGBUILD
Deleted:
  cmake/trunk/FindPython-Interp-Libs-Search-for-Python-3.4.patch
  cmake/trunk/findfreetype.patch

+
 FindPython-Interp-Libs-Search-for-Python-3.4.patch |   40 ---
 PKGBUILD   |   25 ---
 findfreetype.patch |   26 
 3 files changed, 9 insertions(+), 82 deletions(-)

Deleted: FindPython-Interp-Libs-Search-for-Python-3.4.patch
===
--- FindPython-Interp-Libs-Search-for-Python-3.4.patch  2014-06-10 19:20:46 UTC 
(rev 214960)
+++ FindPython-Interp-Libs-Search-for-Python-3.4.patch  2014-06-10 22:45:39 UTC 
(rev 214961)
@@ -1,40 +0,0 @@
-From ab6201ab647c13fee44c44822b8502e9848faaaf Mon Sep 17 00:00:00 2001
-From: Matt McCormick 
-Date: Wed, 5 Mar 2014 17:41:47 -0500
-Subject: [PATCH] FindPython{Interp,Libs}: Search for Python 3.4.
-
-Python 3.4.0rnc1 was released on 2014-02-20.

- Modules/FindPythonInterp.cmake | 2 +-
- Modules/FindPythonLibs.cmake   | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Modules/FindPythonInterp.cmake b/Modules/FindPythonInterp.cmake
-index 8da848c..e23a58b 100644
 a/Modules/FindPythonInterp.cmake
-+++ b/Modules/FindPythonInterp.cmake
-@@ -47,7 +47,7 @@ unset(_Python_NAMES)
- 
- set(_PYTHON1_VERSIONS 1.6 1.5)
- set(_PYTHON2_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
--set(_PYTHON3_VERSIONS 3.3 3.2 3.1 3.0)
-+set(_PYTHON3_VERSIONS 3.4 3.3 3.2 3.1 3.0)
- 
- if(PythonInterp_FIND_VERSION)
- if(PythonInterp_FIND_VERSION_COUNT GREATER 1)
-diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake
-index 0749efc..1dbc967 100644
 a/Modules/FindPythonLibs.cmake
-+++ b/Modules/FindPythonLibs.cmake
-@@ -51,7 +51,7 @@ CMAKE_FIND_FRAMEWORKS(Python)
- 
- set(_PYTHON1_VERSIONS 1.6 1.5)
- set(_PYTHON2_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
--set(_PYTHON3_VERSIONS 3.3 3.2 3.1 3.0)
-+set(_PYTHON3_VERSIONS 3.4 3.3 3.2 3.1 3.0)
- 
- if(PythonLibs_FIND_VERSION)
- if(PythonLibs_FIND_VERSION_COUNT GREATER 1)
--- 
-1.9.0
-

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 19:20:46 UTC (rev 214960)
+++ PKGBUILD2014-06-10 22:45:39 UTC (rev 214961)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=cmake
-pkgver=2.8.12.2
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="A cross-platform open-source make system"
 arch=('i686' 'x86_64')
 url="http://www.cmake.org/";
@@ -13,19 +13,12 @@
 makedepends=('qt4' 'emacs')
 optdepends=('qt4: cmake-gui')
 install="${pkgname}.install"
-source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz";
-"findfreetype.patch"
-"FindPython-Interp-Libs-Search-for-Python-3.4.patch")
-md5sums=('17c6513483d23590cbce6957ec6d1e66'
- '90321de1d9d46cd8d6609d0509dbd7b0'
- '5e036a37f9b0b3368b8cfcc5784d1514')
+source=("http://www.cmake.org/files/v3.0/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('21a1c85e1a3b803c4b48e7ff915a863e')
 
 build() {
   cd ${pkgname}-${pkgver}
 
-  patch -Np1 < ${srcdir}/findfreetype.patch
-  patch -Np1 < ${srcdir}/FindPython-Interp-Libs-Search-for-Python-3.4.patch
-
   ./bootstrap --prefix=/usr \
 --mandir=/share/man \
 --docdir=/share/doc/cmake \
@@ -40,12 +33,12 @@
   make DESTDIR="${pkgdir}" install
 
   vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 Docs/cmake-indent.vim "${vimpath}"/indent/cmake-indent.vim
-  install -Dm644 Docs/cmake-syntax.vim "${vimpath}"/syntax/cmake-syntax.vim
+  mkdir -p "${vimpath}"/{help,indent,syntax}
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-help.vim "${vimpath}"/help/
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-indent.vim "${vimpath}"/indent/
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-syntax.vim "${vimpath}"/syntax/
 
-  install -Dm644 Docs/cmake-mode.el \
-"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
-  emacs -batch -f batch-byte-compile 
"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
+  emacs -batch -f batch-byte-compile 
"${pkgdir}"/usr/share/cmake-3.0/editors/emacs/cmake-mode.el
 
   install -Dm644 Copyright.txt \
 "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE

Deleted: findfreetype.patch
===
--- findfreetype.patch  2014-06-10 19:20:46 UTC (rev 214960)
+++ findfreetype.patch  2014-06-10 22:45:39 UTC (rev 214961)
@@ -1,26 +0,0 @@
-diff --git a/Modules/FindFreetype.cmake b/Modules/FindFreetype.cmake
-index 179dc00..0f5a2b4 100644
 a/Modules/FindFreetype.cmake
-+++ b/Modules/FindFreetype.cmake
-@@ -62,10 +62,10 @@ find_path(FREETYPE_INCLUDE_DIR_ft2build ft2build.h
- ENV GTKMM_BASEPATH
- [HKEY_CURRENT_USER\\SOFTWARE\\gtkmm\\2.4;Path]
- [HKEY_LOCAL_MA

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

2014-06-10 Thread Andrea Scarpino
Date: Wednesday, June 11, 2014 @ 00:45:50
  Author: andrea
Revision: 214962

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

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

--+
 testing-i686/PKGBUILD|   45 +
 testing-i686/cmake.install   |   12 ++
 testing-x86_64/PKGBUILD  |   45 +
 testing-x86_64/cmake.install |   12 ++
 4 files changed, 114 insertions(+)

Copied: cmake/repos/testing-i686/PKGBUILD (from rev 214961, 
cmake/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-10 22:45:50 UTC (rev 214962)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="A cross-platform open-source make system"
+arch=('i686' 'x86_64')
+url="http://www.cmake.org/";
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt4' 'emacs')
+optdepends=('qt4: cmake-gui')
+install="${pkgname}.install"
+source=("http://www.cmake.org/files/v3.0/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('21a1c85e1a3b803c4b48e7ff915a863e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  mkdir -p "${vimpath}"/{help,indent,syntax}
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-help.vim "${vimpath}"/help/
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-indent.vim "${vimpath}"/indent/
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-syntax.vim "${vimpath}"/syntax/
+
+  emacs -batch -f batch-byte-compile 
"${pkgdir}"/usr/share/cmake-3.0/editors/emacs/cmake-mode.el
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: cmake/repos/testing-i686/cmake.install (from rev 214961, 
cmake/trunk/cmake.install)
===
--- testing-i686/cmake.install  (rev 0)
+++ testing-i686/cmake.install  2014-06-10 22:45:50 UTC (rev 214962)
@@ -0,0 +1,12 @@
+post_install() {
+   update-mime-database usr/share/mime &> /dev/null
+[[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || 
true
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: cmake/repos/testing-x86_64/PKGBUILD (from rev 214961, 
cmake/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-10 22:45:50 UTC (rev 214962)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="A cross-platform open-source make system"
+arch=('i686' 'x86_64')
+url="http://www.cmake.org/";
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt4' 'emacs')
+optdepends=('qt4: cmake-gui')
+install="${pkgname}.install"
+source=("http://www.cmake.org/files/v3.0/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('21a1c85e1a3b803c4b48e7ff915a863e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  mkdir -p "${vimpath}"/{help,indent,syntax}
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-help.vim "${vimpath}"/help/
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-indent.vim "${vimpath}"/indent/
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-syntax.vim "${vimpath}"/syntax/
+
+  emacs -batch -f batch-byte-compile 
"${pkgdir}"/usr/share/cmake-3.0/editors/emacs/cmake-mode.el
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: cmake/repos/testing-x86_64/cmake.install (from rev 214961, 
cmake/trunk/cmake.install)
===
--- testing-x86_64/cmake.install(rev 0)
+++ testing-x86_64/cmake.install2014-06-10 22

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

2014-06-10 Thread Daniel Micay
Date: Wednesday, June 11, 2014 @ 00:06:14
  Author: thestinger
Revision: 112991

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

Added:
  
linux-grsec/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 112990, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 112990, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-grsec/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 112990, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-grsec/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 112990, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-grsec/repos/community-i686/0012-fix-saa7134.patch
(from rev 112990, linux-grsec/trunk/0012-fix-saa7134.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 112990, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 112990, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 112990, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 112990, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 112990, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 112990, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 112990, linux-grsec/trunk/sysctl.conf)
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 112990, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 112990, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  
linux-grsec/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 112990, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  linux-grsec/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 112990, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  linux-grsec/repos/community-x86_64/0012-fix-saa7134.patch
(from rev 112990, linux-grsec/trunk/0012-fix-saa7134.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 112990, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 112990, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 112990, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 112990, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 112990, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 112990, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/sysctl.conf
(from rev 112990, linux-grsec/trunk/sysctl.conf)
Deleted:
  
linux-grsec/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  linux-grsec/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
  
linux-grsec/repos/community-i686/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
  linux-grsec/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
  
linux-grsec/repos/community-i686/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
  linux-grsec/repos/community-i686/0011-kernfs-fix-removed-error-check.patch
  linux-grsec/repos/community-i686/0012-fix-saa7134.patch
  linux-grsec/repos/community-i686/0015-fix-xsdt-validation.patch
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-i686/sysctl.conf
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
  
linux-grsec/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
  
linux-grsec/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
  
linux-grsec/repos/community-x86_64/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
  linux-grsec/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
  
linux-grsec/repos/community-x86_64/0010-iwlwifi-mvm-delay-enablin

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

2014-06-10 Thread Daniel Micay
Date: Wednesday, June 11, 2014 @ 00:04:36
  Author: thestinger
Revision: 112990

upgpkg: linux-grsec 3.14.6.201406101411-1

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64
Deleted:
  
linux-grsec/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
  
linux-grsec/trunk/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
  linux-grsec/trunk/0011-kernfs-fix-removed-error-check.patch
  linux-grsec/trunk/0015-fix-xsdt-validation.patch

-+
 0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch |   33 --
 0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch |   52 
--
 0011-kernfs-fix-removed-error-check.patch   |   13 --
 0015-fix-xsdt-validation.patch  |   42 
 PKGBUILD|   38 +--
 config  |5 
 config.x86_64   |5 
 7 files changed, 12 insertions(+), 176 deletions(-)

Deleted: 0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
===
--- 0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch 
2014-06-10 21:36:54 UTC (rev 112989)
+++ 0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch 
2014-06-10 22:04:36 UTC (rev 112990)
@@ -1,33 +0,0 @@
-From 71d4f3022d1f625d94187f7cda682d2233a692d8 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Thomas=20B=C3=A4chler?= 
-Date: Thu, 3 Apr 2014 23:59:49 +0200
-Subject: [PATCH 05/10] Revert "Bluetooth: Enable autosuspend for Intel
- Bluetooth device"
-
-This reverts commit d2bee8fb6e18f6116aada39851918473761f7ab1.
-
-USB autosuspend still breaks on some xhci controllers, so disable
-it by default as long as no solution is found.

- drivers/bluetooth/btusb.c | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
-index baeaaed..6d6e09e 100644
 a/drivers/bluetooth/btusb.c
-+++ b/drivers/bluetooth/btusb.c
-@@ -1478,10 +1478,8 @@ static int btusb_probe(struct usb_interface *intf,
-   if (id->driver_info & BTUSB_BCM92035)
-   hdev->setup = btusb_setup_bcm92035;
- 
--  if (id->driver_info & BTUSB_INTEL) {
--  usb_enable_autosuspend(data->udev);
-+  if (id->driver_info & BTUSB_INTEL)
-   hdev->setup = btusb_setup_intel;
--  }
- 
-   /* Interface numbers are hardcoded in the specification */
-   data->isoc = usb_ifnum_to_if(data->udev, 1);
--- 
-1.9.2
-

Deleted: 0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
===
--- 0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch 
2014-06-10 21:36:54 UTC (rev 112989)
+++ 0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch 
2014-06-10 22:04:36 UTC (rev 112990)
@@ -1,52 +0,0 @@
-From 784c4f0b18f89922ddc0fe21e5ec64cc370bb3f2 Mon Sep 17 00:00:00 2001
-From: Johannes Berg 
-Date: Wed, 19 Mar 2014 18:36:39 +0100
-Subject: [PATCH 10/10] iwlwifi: mvm: delay enabling smart FIFO until after
- beacon RX
-
-If we have no beacon data before association, delay smart FIFO
-enablement until after we have this data.
-
-Not doing so can cause association failures in extremely silent
-environments (usually only a shielded box/room) as beacon RX is
-not sent to the host immediately, and then the association time
-event ends without the host receiving any beacon even though it
-was on the air - it's just stuck on the FIFO.
-
-Cc:  [3.14]
-Signed-off-by: Johannes Berg 
-Signed-off-by: Emmanuel Grumbach 

- drivers/net/wireless/iwlwifi/mvm/mac80211.c | 1 +
- drivers/net/wireless/iwlwifi/mvm/sf.c   | 3 ++-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/drivers/net/wireless/iwlwifi/mvm/mac80211.c 
b/drivers/net/wireless/iwlwifi/mvm/mac80211.c
-index c35b866..45e861e 100644
 a/drivers/net/wireless/iwlwifi/mvm/mac80211.c
-+++ b/drivers/net/wireless/iwlwifi/mvm/mac80211.c
-@@ -971,6 +971,7 @@ static void iwl_mvm_bss_info_changed_station(struct 
iwl_mvm *mvm,
-*/
-   iwl_mvm_remove_time_event(mvm, mvmvif,
- &mvmvif->time_event_data);
-+  iwl_mvm_sf_update(mvm, vif, false);
-   } else if (changes & (BSS_CHANGED_PS | BSS_CHANGED_P2P_PS |
- BSS_CHANGED_QOS)) {
-   ret = iwl_mvm_power_update_mode(mvm, vif);
-diff --git a/drivers/net/wireless/iwlwifi/mvm/sf.c 
b/drivers/net/wireless/iwlwifi/mvm/sf.c
-index 8401627..88809b2 100644
 a/drivers/net/wireless/iwlwifi/mvm/sf.c
-+++ b/drivers/net/wireless/iwlwifi/mvm/sf.c
-@@ -274,7 +274,8 @@ int iwl_mvm_sf_update(struct iwl_mvm *mvm,

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

2014-06-10 Thread Alexander Rødseth
Date: Tuesday, June 10, 2014 @ 23:04:48
  Author: arodseth
Revision: 112988

Needs testing. Attempt at fixing FS#40736

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 20:31:46 UTC (rev 112987)
+++ PKGBUILD2014-06-10 21:04:48 UTC (rev 112988)
@@ -6,18 +6,25 @@
 
 pkgname=julia
 pkgver=0.3.0_prerelease
-pkgrel=5
+pkgrel=6
 pkgdesc='High-level, high-performance, dynamic programming language'
 arch=('x86_64' 'i686')
 url='http://julialang.org'
 license=('GPL')
 depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 
'zlib')
-makedepends=('gcc-fortran' 'python2' 'libuv')
+makedepends=('gcc-fortran' 'python2' 'libuv' 'setconf')
 optdepends=('gnuplot: If using the Gaston Package from julia')
 options=('!emptydirs' 'staticlibs')
 source=("git://github.com/JuliaLang/julia.git#commit=3985890")
 sha256sums=('SKIP')
 
+prepare() {
+  # Fix for FS#40736
+  if [[ $CARCH = x86_64 ]]; then
+setconf "$pkgname/Make.inc" JULIA_CPU_TARGET core2
+  fi
+}
+
 build() {
   make -C "$pkgname" prefix=/usr sysconfdir=/etc \
 USE_SYSTEM_LLVM=0 \



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

2014-06-10 Thread Daniel Wallace
Date: Tuesday, June 10, 2014 @ 22:31:46
  Author: dwallace
Revision: 112987

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

Added:
  connman/repos/community-i686/PKGBUILD
(from rev 112986, connman/trunk/PKGBUILD)
  connman/repos/community-i686/allow_group_network.diff
(from rev 112986, connman/trunk/allow_group_network.diff)
  connman/repos/community-x86_64/PKGBUILD
(from rev 112986, connman/trunk/PKGBUILD)
  connman/repos/community-x86_64/allow_group_network.diff
(from rev 112986, connman/trunk/allow_group_network.diff)
Deleted:
  connman/repos/community-i686/PKGBUILD
  connman/repos/community-i686/allow_group_network.diff
  connman/repos/community-x86_64/PKGBUILD
  connman/repos/community-x86_64/allow_group_network.diff

---+
 /PKGBUILD |   98 
 /allow_group_network.diff |   24 ++
 community-i686/PKGBUILD   |   49 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   49 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-10 20:31:14 UTC (rev 112986)
+++ community-i686/PKGBUILD 2014-06-10 20:31:46 UTC (rev 112987)
@@ -1,49 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Lucas De Marchi 
-
-pkgname=connman
-pkgver=1.23
-pkgrel=2
-pkgdesc="Wireless LAN network manager"
-url="http://connman.net/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'iptables' 'gnutls' 'glib2')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices'
-'pptpclient: for ppp support')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
-source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz";
-'allow_group_network.diff')
-md5sums=('f835b8137ab198e0af5deab043e2890a'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-prepare(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/allow_group_network.diff"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --bindir=/usr/bin \
- --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-threads \
-  --enable-pptp \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
-  find "$pkgdir/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 112986, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-10 20:31:46 UTC (rev 112987)
@@ -0,0 +1,49 @@
+#$Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Lucas De Marchi 
+
+pkgname=connman
+pkgver=1.24
+pkgrel=1
+pkgdesc="Wireless LAN network manager"
+url="http://connman.net/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'iptables' 'gnutls' 'glib2')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices'
+'pptpclient: for ppp support')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
+source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+'allow_group_network.diff')
+md5sums=('dd6e1b4d9b9a28d127edb9f9b58bdec1'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+prepare(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/allow_group_network.diff"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-threads \
+  --enable-pptp \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  --enable-polkit \
+  --enable-client
+
+  make
+}
+
+package(){
+  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
+  find "$pkgdir/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
+}

Deleted: community-i686/allow_group_network.diff
===
--- community-i686/allow_group_network.diff 2014-06-10 2

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

2014-06-10 Thread Daniel Wallace
Date: Tuesday, June 10, 2014 @ 22:31:14
  Author: dwallace
Revision: 112986

upgpkg: connman 1.24-1

upgpkg: connman 1.24-1

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 20:27:23 UTC (rev 112985)
+++ PKGBUILD2014-06-10 20:31:14 UTC (rev 112986)
@@ -3,8 +3,8 @@
 # Contributor: Lucas De Marchi 
 
 pkgname=connman
-pkgver=1.23
-pkgrel=2
+pkgver=1.24
+pkgrel=1
 pkgdesc="Wireless LAN network manager"
 url="http://connman.net/";
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
 
source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz";
 'allow_group_network.diff')
-md5sums=('f835b8137ab198e0af5deab043e2890a'
+md5sums=('dd6e1b4d9b9a28d127edb9f9b58bdec1'
  'a8d22ee089fb0ed725130d16ad393047')
 
 prepare(){



[arch-commits] Commit in uwsgi/repos (52 files)

2014-06-10 Thread Daniel Wallace
Date: Tuesday, June 10, 2014 @ 22:27:23
  Author: dwallace
Revision: 112985

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

Added:
  uwsgi/repos/community-i686/.lock
(from rev 112984, uwsgi/trunk/.lock)
  uwsgi/repos/community-i686/PKGBUILD
(from rev 112984, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-i686/archlinux.ini
(from rev 112984, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-i686/emperor.ini
(from rev 112984, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-i686/emperor.uwsgi.service
(from rev 112984, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-i686/emperor.uwsgi.socket
(from rev 112984, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-i686/tmpfilesd
(from rev 112984, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-i686/uwsgi.install
(from rev 112984, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-i686/uwsgi@.service
(from rev 112984, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-i686/uwsgi@.socket
(from rev 112984, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
(from rev 112984, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
(from rev 112984, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
(from rev 112984, uwsgi/trunk/uwsgi_trick_chroot.patch)
  uwsgi/repos/community-x86_64/.lock
(from rev 112984, uwsgi/trunk/.lock)
  uwsgi/repos/community-x86_64/PKGBUILD
(from rev 112984, uwsgi/trunk/PKGBUILD)
  uwsgi/repos/community-x86_64/archlinux.ini
(from rev 112984, uwsgi/trunk/archlinux.ini)
  uwsgi/repos/community-x86_64/emperor.ini
(from rev 112984, uwsgi/trunk/emperor.ini)
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
(from rev 112984, uwsgi/trunk/emperor.uwsgi.service)
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
(from rev 112984, uwsgi/trunk/emperor.uwsgi.socket)
  uwsgi/repos/community-x86_64/tmpfilesd
(from rev 112984, uwsgi/trunk/tmpfilesd)
  uwsgi/repos/community-x86_64/uwsgi.install
(from rev 112984, uwsgi/trunk/uwsgi.install)
  uwsgi/repos/community-x86_64/uwsgi@.service
(from rev 112984, uwsgi/trunk/uwsgi@.service)
  uwsgi/repos/community-x86_64/uwsgi@.socket
(from rev 112984, uwsgi/trunk/uwsgi@.socket)
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
(from rev 112984, uwsgi/trunk/uwsgi_fix_rpath.patch)
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
(from rev 112984, uwsgi/trunk/uwsgi_ruby20_compatibility.patch)
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch
(from rev 112984, uwsgi/trunk/uwsgi_trick_chroot.patch)
Deleted:
  uwsgi/repos/community-i686/.lock
  uwsgi/repos/community-i686/PKGBUILD
  uwsgi/repos/community-i686/archlinux.ini
  uwsgi/repos/community-i686/emperor.ini
  uwsgi/repos/community-i686/emperor.uwsgi.service
  uwsgi/repos/community-i686/emperor.uwsgi.socket
  uwsgi/repos/community-i686/tmpfilesd
  uwsgi/repos/community-i686/uwsgi.install
  uwsgi/repos/community-i686/uwsgi@.service
  uwsgi/repos/community-i686/uwsgi@.socket
  uwsgi/repos/community-i686/uwsgi_fix_rpath.patch
  uwsgi/repos/community-i686/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-i686/uwsgi_trick_chroot.patch
  uwsgi/repos/community-x86_64/.lock
  uwsgi/repos/community-x86_64/PKGBUILD
  uwsgi/repos/community-x86_64/archlinux.ini
  uwsgi/repos/community-x86_64/emperor.ini
  uwsgi/repos/community-x86_64/emperor.uwsgi.service
  uwsgi/repos/community-x86_64/emperor.uwsgi.socket
  uwsgi/repos/community-x86_64/tmpfilesd
  uwsgi/repos/community-x86_64/uwsgi.install
  uwsgi/repos/community-x86_64/uwsgi@.service
  uwsgi/repos/community-x86_64/uwsgi@.socket
  uwsgi/repos/community-x86_64/uwsgi_fix_rpath.patch
  uwsgi/repos/community-x86_64/uwsgi_ruby20_compatibility.patch
  uwsgi/repos/community-x86_64/uwsgi_trick_chroot.patch

---+
 /PKGBUILD |  520 
 /archlinux.ini|   34 +
 /emperor.ini  |8 
 /emperor.uwsgi.service|   28 +
 /emperor.uwsgi.socket |   18 
 /tmpfilesd|2 
 /uwsgi.install|   24 
 /uwsgi@.service   |   28 +
 /uwsgi@.socket|   18 
 /uwsgi_fix_rpath.patch|  132 +
 /uwsgi_ruby20_compatibility.patch |   84 +++
 /uwsgi_trick_chroot.patch |   32 +
 community-i686/PKGBUILD   |  260 --
 community-i686/archlinux.ini  |   17 
 community-i686/emperor.ini|4 
 community-i686/emperor.uwsgi.service  |   14 
 community-i686/emperor.uwsgi

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

2014-06-10 Thread Daniel Wallace
Date: Tuesday, June 10, 2014 @ 22:25:21
  Author: dwallace
Revision: 112984

upgpkg: uwsgi 2.0.5.1-1

upgpkg: uwsgi 2.0.5.1-1

Modified:
  uwsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 19:03:57 UTC (rev 112983)
+++ PKGBUILD2014-06-10 20:25:21 UTC (rev 112984)
@@ -24,8 +24,8 @@
 )
 #uwsgi-plugin-erlang
 #uwsgi-plugin-admin
-pkgver=2.0.4
-pkgrel=3
+pkgver=2.0.5.1
+pkgrel=1
 arch=(i686 x86_64)
 url="http://projects.unbit.it/$pkgbase";
 license=(GPL2)
@@ -46,7 +46,7 @@
 emperor.uwsgi.service
 emperor.uwsgi.socket)
 
-md5sums=('fc37eeb58bd215fa0ed2c97cfe436ff4'
+md5sums=('9c89a1d411719b205f4709abe166efe9'
  'a0749da07b545efcbb0276f52be22652'
  '752475ee32286acfbafa49b898616817'
  'c54a60431d8d81c1a65b9f4b271ac718'



[arch-commits] Commit in abiword/trunk (PKGBUILD abiword-3.0.0-librevenge.patch)

2014-06-10 Thread Andreas Radke
Date: Tuesday, June 10, 2014 @ 21:20:46
  Author: andyrtr
Revision: 214960

try to build against librevenge

Added:
  abiword/trunk/abiword-3.0.0-librevenge.patch
Modified:
  abiword/trunk/PKGBUILD

+
 PKGBUILD   |   25 
 abiword-3.0.0-librevenge.patch | 1186 +++
 2 files changed, 1206 insertions(+), 5 deletions(-)

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


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

2014-06-10 Thread Anatol Pomozov
Date: Tuesday, June 10, 2014 @ 21:03:57
  Author: anatolik
Revision: 112983

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

Added:
  crash/repos/community-i686/PKGBUILD
(from rev 112982, crash/trunk/PKGBUILD)
  crash/repos/community-x86_64/PKGBUILD
(from rev 112982, crash/trunk/PKGBUILD)
Deleted:
  crash/repos/community-i686/PKGBUILD
  crash/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 community-i686/PKGBUILD   |   35 --
 community-x86_64/PKGBUILD |   35 --
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-10 19:03:10 UTC (rev 112982)
+++ community-i686/PKGBUILD 2014-06-10 19:03:57 UTC (rev 112983)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Bernhard Walle 
-# Contributor: Michael Eckert 
-# Contributor: Mathieu Pasquet 
-
-pkgname=crash
-pkgver=7.0.6
-pkgrel=1
-pkgdesc='Linux kernel crashdump analysis tool'
-url='http://people.redhat.com/~anderson'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(xz ncurses zlib)
-source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('c347c44c9a69f914de2192b3b1ba48b9a6c5fcbd4e2de909d00d176f2ea0ed29')
-
-prepare() {
-  cd crash-$pkgver
-  make gdb_unzip
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
-}
-
-build() {
-  cd crash-$pkgver
-  make
-}
-
-package() {
-  cd crash-$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
-  install crash "$pkgdir"/usr/bin/
-  install crash.8 "$pkgdir"/usr/share/man/man8/
-}

Copied: crash/repos/community-i686/PKGBUILD (from rev 112982, 
crash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-10 19:03:57 UTC (rev 112983)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Bernhard Walle 
+# Contributor: Michael Eckert 
+# Contributor: Mathieu Pasquet 
+
+pkgname=crash
+pkgver=7.0.7
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('c473ea9623787bee8fecf2e4d0caa9301a9462c26243e897ad202bf0dc3e9a07')
+
+prepare() {
+  cd crash-$pkgver
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  make
+}
+
+package() {
+  cd crash-$pkgver
+
+  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
+  install crash "$pkgdir"/usr/bin/
+  install crash.8 "$pkgdir"/usr/share/man/man8/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-10 19:03:10 UTC (rev 112982)
+++ community-x86_64/PKGBUILD   2014-06-10 19:03:57 UTC (rev 112983)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Bernhard Walle 
-# Contributor: Michael Eckert 
-# Contributor: Mathieu Pasquet 
-
-pkgname=crash
-pkgver=7.0.6
-pkgrel=1
-pkgdesc='Linux kernel crashdump analysis tool'
-url='http://people.redhat.com/~anderson'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(xz ncurses zlib)
-source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('c347c44c9a69f914de2192b3b1ba48b9a6c5fcbd4e2de909d00d176f2ea0ed29')
-
-prepare() {
-  cd crash-$pkgver
-  make gdb_unzip
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
-}
-
-build() {
-  cd crash-$pkgver
-  make
-}
-
-package() {
-  cd crash-$pkgver
-
-  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
-  install crash "$pkgdir"/usr/bin/
-  install crash.8 "$pkgdir"/usr/share/man/man8/
-}

Copied: crash/repos/community-x86_64/PKGBUILD (from rev 112982, 
crash/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-10 19:03:57 UTC (rev 112983)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Bernhard Walle 
+# Contributor: Michael Eckert 
+# Contributor: Mathieu Pasquet 
+
+pkgname=crash
+pkgver=7.0.7
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('c473ea9623787bee8fecf2e4d0caa9301a9462c26243e897ad202bf0dc3e9a07')
+
+prepare() {
+  cd crash-$pkgver
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  make
+}
+
+package() {
+  cd crash-$

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

2014-06-10 Thread Anatol Pomozov
Date: Tuesday, June 10, 2014 @ 21:03:10
  Author: anatolik
Revision: 112982

upgpkg: crash 7.0.7-1

Modified:
  crash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 18:52:48 UTC (rev 112981)
+++ PKGBUILD2014-06-10 19:03:10 UTC (rev 112982)
@@ -5,7 +5,7 @@
 # Contributor: Mathieu Pasquet 
 
 pkgname=crash
-pkgver=7.0.6
+pkgver=7.0.7
 pkgrel=1
 pkgdesc='Linux kernel crashdump analysis tool'
 url='http://people.redhat.com/~anderson'
@@ -13,7 +13,7 @@
 license=(GPL)
 depends=(xz ncurses zlib)
 source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('c347c44c9a69f914de2192b3b1ba48b9a6c5fcbd4e2de909d00d176f2ea0ed29')
+sha256sums=('c473ea9623787bee8fecf2e4d0caa9301a9462c26243e897ad202bf0dc3e9a07')
 
 prepare() {
   cd crash-$pkgver



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

2014-06-10 Thread Felix Yan
Date: Tuesday, June 10, 2014 @ 20:58:08
  Author: fyan
Revision: 214959

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

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 214958, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-i686/flashplugin.install
(from rev 214958, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-i686/mms.cfg
(from rev 214958, flashplugin/trunk/mms.cfg)
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 214958, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 214958, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-x86_64/mms.cfg
(from rev 214958, flashplugin/trunk/mms.cfg)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-i686/flashplugin.install
  flashplugin/repos/extra-i686/mms.cfg
  flashplugin/repos/extra-x86_64/PKGBUILD
  flashplugin/repos/extra-x86_64/flashplugin.install
  flashplugin/repos/extra-x86_64/mms.cfg

--+
 /PKGBUILD|  104 +
 /flashplugin.install |   28 +
 /mms.cfg |4 +
 extra-i686/PKGBUILD  |   52 --
 extra-i686/flashplugin.install   |   14 
 extra-i686/mms.cfg   |2 
 extra-x86_64/PKGBUILD|   52 --
 extra-x86_64/flashplugin.install |   14 
 extra-x86_64/mms.cfg |2 
 9 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-10 18:56:51 UTC (rev 214958)
+++ extra-i686/PKGBUILD 2014-06-10 18:58:08 UTC (rev 214959)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.359
-pkgrel=1
-pkgdesc='Adobe Flash Player'
-url='http://get.adobe.com/flashplayer'
-arch=('i686' 'x86_64')
-depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
-optdepends=('libvdpau: GPU acceleration on Nvidia card')
-provides=('flashplayer')
-license=('custom')
-options=(!strip)
-install=flashplugin.install
-backup=(etc/adobe/mms.cfg)
-
-if [ "$CARCH" = "i686" ]; then
-
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
-"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";
-mms.cfg)
-md5sums=('dc38e90bb9be3e89202062dd199f5a38'
- '94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-elif [ "$CARCH" = "x86_64" ]; then
-
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz";
-"http://www.adobe.com/products/eulas/pdfs/${_licensefile}";
-mms.cfg)
-md5sums=('055baa41ea395b4c20ef4709b3db16f3'
- '94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-fi
-
-package () {
-install -Dm755 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-if [ "$CARCH" = x86_64 ]; then
-install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
-else
-install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 
"$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so"
-fi
-install -Dm755 usr/bin/flash-player-properties 
"$pkgdir/usr/bin/flash-player-properties"
-for i in 16x16 22x22 24x24 32x32 48x48; do
-install -Dm644 
usr/share/icons/hicolor/$i/apps/flash-player-properties.png \
-
"$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png"
-done
-install -Dm644 usr/share/applications/flash-player-properties.desktop 
"$pkgdir/usr/share/applications/flash-player-properties.desktop"
-install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
"$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop"
-install -Dm644 "${_licensefile}" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf"
-install -Dm644 mms.cfg "$pkgdir/etc/adobe/mms.cfg"
-}

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 214958, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-10 18:58:08 UTC (rev 214959)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.378
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+url='http://get.adobe.com/flashplayer'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
+optdepends=('libvdpau: GPU accelerati

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

2014-06-10 Thread Felix Yan
Date: Tuesday, June 10, 2014 @ 20:56:51
  Author: fyan
Revision: 214958

upgpkg: flashplugin 11.2.202.378-1

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 18:42:04 UTC (rev 214957)
+++ PKGBUILD2014-06-10 18:56:51 UTC (rev 214958)
@@ -4,7 +4,7 @@
 
 pkgname=flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.359
+pkgver=11.2.202.378
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
@@ -21,7 +21,7 @@
 
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz";
 "http://www.adobe.com/products/eulas/pdfs/${_licensefile}";
 mms.cfg)
-md5sums=('dc38e90bb9be3e89202062dd199f5a38'
+md5sums=('c9d92d88e21b8ecacf284efab5c12477'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 elif [ "$CARCH" = "x86_64" ]; then
@@ -28,7 +28,7 @@
 
source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz";
 "http://www.adobe.com/products/eulas/pdfs/${_licensefile}";
 mms.cfg)
-md5sums=('055baa41ea395b4c20ef4709b3db16f3'
+md5sums=('9cfeb8c86b471e72e8ff3046a11225a9'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 fi



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

2014-06-10 Thread Михаил Страшун
Date: Tuesday, June 10, 2014 @ 20:52:48
  Author: dicebot
Revision: 112981

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

Added:
  gdc/repos/community-staging-i686/
  gdc/repos/community-staging-i686/PKGBUILD
(from rev 112980, gdc/trunk/PKGBUILD)
  gdc/repos/community-staging-i686/folders.diff
(from rev 112980, gdc/trunk/folders.diff)
  gdc/repos/community-staging-x86_64/
  gdc/repos/community-staging-x86_64/PKGBUILD
(from rev 112980, gdc/trunk/PKGBUILD)
  gdc/repos/community-staging-x86_64/folders.diff
(from rev 112980, gdc/trunk/folders.diff)

---+
 community-staging-i686/PKGBUILD   |  114 
 community-staging-i686/folders.diff   |   34 +
 community-staging-x86_64/PKGBUILD |  114 
 community-staging-x86_64/folders.diff |   34 +
 4 files changed, 296 insertions(+)

Copied: gdc/repos/community-staging-i686/PKGBUILD (from rev 112980, 
gdc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-06-10 18:52:48 UTC (rev 112981)
@@ -0,0 +1,114 @@
+# Maintainer: Mihails Strasuns 
+# Contributor: Moritz Maxeiner 
+# Contributor: Jerome Berger 
+# Contributor: Jesus Alvarez 
+
+pkgname=('gdc' 'libgphobos-devel')
+pkgver=4.9.0
+pkgrel=3
+arch=('i686' 'x86_64')
+url="https://github.com/D-Programming-GDC/GDC";
+license=('GPL')
+makedepends=('binutils>=2.23' 'git' 'gcc' 'make' 'perl' 'cloog' 'automake')
+options=('!emptydirs' '!buildflags')
+source=(
+"ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2";
+"gdc::git://github.com/D-Programming-GDC/GDC.git#branch=gdc-4.9"
+"git+https://github.com/D-Programming-GDC/GDMD.git";
+"folders.diff"
+)
+sha256sums=(
+'b9b047a97bade9c1c89970bc8e211ff57b7b8998a1730a80a653d329f8ed1257'
+'SKIP'
+'SKIP'
+'82f1ba0825164a74660bd5008d8f3acae1bacc3271c86475efc1601fe0da73c4'
+)
+
+groups=('dlang' 'dlang-gdc')
+conflicts=('gdc1-bin' 'gdc1-hg' 'gdc-git')
+
+prepare()
+{
+cd $srcdir/gcc-$pkgver
+
+# Arch Linux installs x86_64 libraries /lib
+[[ $CARCH == "x86_64" ]] && sed -i '/m64=/s/lib64/lib/' 
gcc/config/i386/t-linux64
+
+echo ${pkgver} > gcc/BASE-VER
+
+# hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
+
+cd $srcdir/gdc
+git apply $srcdir/folders.diff # fix gdc_include_path
+./setup-gcc.sh ../gcc-$pkgver
+
+mkdir $srcdir/gcc-build
+}
+
+
+build()
+{
+cd ${srcdir}/gcc-build
+
+${srcdir}/gcc-$pkgver/configure --prefix=/usr \
+--libdir=/usr/lib --libexecdir=/usr/lib \
+--mandir=/usr/share/man --infodir=/usr/share/info \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-languages=d \
+--enable-shared --enable-threads=posix \
+--with-system-zlib --enable-__cxa_atexit \
+--disable-libunwind-exceptions --enable-clocale=gnu \
+--disable-libstdcxx-pch --disable-libssp \
+--enable-gnu-unique-object --enable-linker-build-id \
+--enable-cloog-backend=isl --disable-cloog-version-check \
+--enable-gold --enable-plugin --enable-ld=default \
+--enable-install-libiberty --with-plugin-ld=ld.gold \
+--with-linker-hash-style=gnu \
+--disable-multilib --disable-werror \
+--disable-nls --disable-bootstrap \
+--disable-libgomp --disable-libmudflap --disable-libquadmath \
+--enable-checking=release
+
+make 
+}
+
+package_gdc()
+{
+depends=('gcc' 'perl' 'binutils' 'libgphobos-devel')
+provides=("d-compiler")
+pkgdesc="Compiler for D programming language which uses gcc backend 
(2.064.2 frontend version)"
+ 
+install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
+install -D -m755 $srcdir/gcc-build/gcc/cc1d 
$pkgdir/usr/lib/gcc/$CHOST/$pkgver/cc1d
+
+# tools
+install -D -m755 $srcdir/GDMD/dmd-script $pkgdir/usr/bin/gdmd
+install -D -m644 $srcdir/GDMD/dmd-script.1 
$pkgdir/usr/share/man/man1/gdmd.1
+}
+
+package_libgphobos-devel()
+{
+pkgdesc="Standard library for D programming language, GDC port"
+provides=("d-runtime" "d-stdlib")
+options=("staticlibs")
+
+# druntime
+install -D $srcdir/gdc/libphobos/libdruntime/object.di 
$pkgdir/usr/include/dlang/gdc/object.di
+install -D $srcdir/gdc/libphobos/libdruntime/__entrypoint.di 
${pkgdir}/usr/include/dlang/gdc/__entrypoint.di
+cp -r $srcdir/gdc/libphobos/libdruntime/core 
$pkgdir/usr/include/dlang/gdc/core
+cp -r $srcdir/gdc/libphobos/libdruntime/gcc 
$pkgdir/usr/include/dlang/gdc/gcc
+
+# workaround for auto-generated libbacktrace issue
+   # script needs to be re-written to first call normal gcc instalaltion 
targets to
+   # avoid such

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

2014-06-10 Thread Михаил Страшун
Date: Tuesday, June 10, 2014 @ 20:52:37
  Author: dicebot
Revision: 112980

upgpkg: gdc 4.9.0-3

rebuild gdc vs [staging]

Modified:
  gdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 18:08:29 UTC (rev 112979)
+++ PKGBUILD2014-06-10 18:52:37 UTC (rev 112980)
@@ -5,7 +5,7 @@
 
 pkgname=('gdc' 'libgphobos-devel')
 pkgver=4.9.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="https://github.com/D-Programming-GDC/GDC";
 license=('GPL')



[arch-commits] Commit in calligra/repos (32 files)

2014-06-10 Thread Andreas Radke
Date: Tuesday, June 10, 2014 @ 20:42:04
  Author: andyrtr
Revision: 214957

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

Added:
  calligra/repos/staging-i686/
  calligra/repos/staging-i686/0001-switch-to-librevenge-based-import-libs.patch
(from rev 214956, 
calligra/trunk/0001-switch-to-librevenge-based-import-libs.patch)
  calligra/repos/staging-i686/PKGBUILD
(from rev 214956, calligra/trunk/PKGBUILD)
  calligra/repos/staging-i686/calligra-braindump.install
(from rev 214956, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-i686/calligra-extras.install
(from rev 214956, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-i686/calligra-filters.install
(from rev 214956, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-i686/calligra-flow.install
(from rev 214956, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-i686/calligra-karbon.install
(from rev 214956, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-i686/calligra-kexi.install
(from rev 214956, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-i686/calligra-krita.install
(from rev 214956, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-i686/calligra-plan.install
(from rev 214956, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-i686/calligra-plugins.install
(from rev 214956, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-i686/calligra-sheets.install
(from rev 214956, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-i686/calligra-stage.install
(from rev 214956, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-i686/calligra-words.install
(from rev 214956, calligra/trunk/calligra-words.install)
  calligra/repos/staging-i686/calligra.install
(from rev 214956, calligra/trunk/calligra.install)
  calligra/repos/staging-x86_64/
  
calligra/repos/staging-x86_64/0001-switch-to-librevenge-based-import-libs.patch
(from rev 214956, 
calligra/trunk/0001-switch-to-librevenge-based-import-libs.patch)
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 214956, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-braindump.install
(from rev 214956, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-x86_64/calligra-extras.install
(from rev 214956, calligra/trunk/calligra-extras.install)
  calligra/repos/staging-x86_64/calligra-filters.install
(from rev 214956, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-x86_64/calligra-flow.install
(from rev 214956, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-x86_64/calligra-karbon.install
(from rev 214956, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-x86_64/calligra-kexi.install
(from rev 214956, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-x86_64/calligra-krita.install
(from rev 214956, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-x86_64/calligra-plan.install
(from rev 214956, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-x86_64/calligra-plugins.install
(from rev 214956, calligra/trunk/calligra-plugins.install)
  calligra/repos/staging-x86_64/calligra-sheets.install
(from rev 214956, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-x86_64/calligra-stage.install
(from rev 214956, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-x86_64/calligra-words.install
(from rev 214956, calligra/trunk/calligra-words.install)
  calligra/repos/staging-x86_64/calligra.install
(from rev 214956, calligra/trunk/calligra.install)

--+
 staging-i686/0001-switch-to-librevenge-based-import-libs.patch   |  882 
++
 staging-i686/PKGBUILD|  255 ++
 staging-i686/calligra-braindump.install  |   12 
 staging-i686/calligra-extras.install |   11 
 staging-i686/calligra-filters.install|   12 
 staging-i686/calligra-flow.install   |   12 
 staging-i686/calligra-karbon.install |   12 
 staging-i686/calligra-kexi.install   |   12 
 staging-i686/calligra-krita.install  |   13 
 staging-i686/calligra-plan.install   |   12 
 staging-i686/calligra-plugins.install|   11 
 staging-i686/calligra-sheets.install |   12 
 staging-i686/calligra-stage.install  |   12 
 staging-i686/calligra-words.install  |   12 
 staging-i686/calligra.install|   11 
 staging-x86_64/0001-switch-to-librevenge-based-import-libs.patch |  882 
++
 

[arch-commits] Commit in warsow-data/repos (3 files)

2014-06-10 Thread Sven-Hendrik Haase
Date: Tuesday, June 10, 2014 @ 20:08:29
  Author: svenstaro
Revision: 112979

db-move: moved warsow-data from [community-testing] to [community] (any)

Added:
  warsow-data/repos/community-any/PKGBUILD
(from rev 112978, warsow-data/repos/community-testing-any/PKGBUILD)
Deleted:
  warsow-data/repos/community-any/PKGBUILD
  warsow-data/repos/community-testing-any/

+
 /PKGBUILD  |   28 
 community-any/PKGBUILD |   28 
 2 files changed, 28 insertions(+), 28 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2014-06-10 18:06:21 UTC (rev 112978)
+++ community-any/PKGBUILD  2014-06-10 18:08:29 UTC (rev 112979)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Slash 
-# Contributor: Babets
-# Contributor: Vain
-
-pkgname=warsow-data
-pkgver=1.5
-pkgrel=2
-pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine 
(data files)"
-url="http://www.warsow.net/";
-license=('custom:Warsow Content License')
-arch=('any')
-source=(http://www.warsow.eu/warsow_15_unified.tar.gz)
-md5sums=('05dfc393f33725e8c40e7894fccd59e8')
-
-package() {
-# Create Destination Directories
-install -d $pkgdir/opt/warsow/
-
-# Move Data to Destination Directory
-cp -r $srcdir/warsow_15/basewsw $pkgdir/opt/warsow
-find $pkgdir/opt/warsow -type d | xargs chmod 755
-find $pkgdir/opt/warsow -type f | xargs chmod 644
-
-# Install Custom License: Warsow Content License
-install -Dm0644 warsow_15/docs/license.txt 
$pkgdir/usr/share/licenses/${pkgname}/license.txt
-}

Copied: warsow-data/repos/community-any/PKGBUILD (from rev 112978, 
warsow-data/repos/community-testing-any/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-06-10 18:08:29 UTC (rev 112979)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Slash 
+# Contributor: Babets
+# Contributor: Vain
+
+pkgname=warsow-data
+pkgver=1.51
+pkgrel=1
+pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine 
(data files)"
+url="http://www.warsow.net/";
+license=('custom:Warsow Content License')
+arch=('any')
+source=(http://www.warsow.eu/warsow_1.51_unified.tar.gz)
+md5sums=('482e2020b5463d8503f1f9fafe0c433d')
+
+package() {
+# Create Destination Directories
+install -d $pkgdir/opt/warsow/
+
+# Move Data to Destination Directory
+cp -r $srcdir/warsow_15/basewsw $pkgdir/opt/warsow
+find $pkgdir/opt/warsow -type d | xargs chmod 755
+find $pkgdir/opt/warsow -type f | xargs chmod 644
+
+# Install Custom License: Warsow Content License
+install -Dm0644 warsow_15/docs/license.txt 
$pkgdir/usr/share/licenses/${pkgname}/license.txt
+}



[arch-commits] Commit in warsow-data/repos (2 files)

2014-06-10 Thread Sven-Hendrik Haase
Date: Tuesday, June 10, 2014 @ 20:06:21
  Author: svenstaro
Revision: 112978

archrelease: copy trunk to community-testing-any

Added:
  warsow-data/repos/community-testing-any/
  warsow-data/repos/community-testing-any/PKGBUILD
(from rev 112977, warsow-data/trunk/PKGBUILD)

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

Copied: warsow-data/repos/community-testing-any/PKGBUILD (from rev 112977, 
warsow-data/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2014-06-10 18:06:21 UTC (rev 112978)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Slash 
+# Contributor: Babets
+# Contributor: Vain
+
+pkgname=warsow-data
+pkgver=1.51
+pkgrel=1
+pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine 
(data files)"
+url="http://www.warsow.net/";
+license=('custom:Warsow Content License')
+arch=('any')
+source=(http://www.warsow.eu/warsow_1.51_unified.tar.gz)
+md5sums=('482e2020b5463d8503f1f9fafe0c433d')
+
+package() {
+# Create Destination Directories
+install -d $pkgdir/opt/warsow/
+
+# Move Data to Destination Directory
+cp -r $srcdir/warsow_15/basewsw $pkgdir/opt/warsow
+find $pkgdir/opt/warsow -type d | xargs chmod 755
+find $pkgdir/opt/warsow -type f | xargs chmod 644
+
+# Install Custom License: Warsow Content License
+install -Dm0644 warsow_15/docs/license.txt 
$pkgdir/usr/share/licenses/${pkgname}/license.txt
+}



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

2014-06-10 Thread Sven-Hendrik Haase
Date: Tuesday, June 10, 2014 @ 20:06:11
  Author: svenstaro
Revision: 112977

upgpkg: warsow-data 1.51-1

upstream release 1.51

Modified:
  warsow-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 18:02:29 UTC (rev 112976)
+++ PKGBUILD2014-06-10 18:06:11 UTC (rev 112977)
@@ -5,14 +5,14 @@
 # Contributor: Vain
 
 pkgname=warsow-data
-pkgver=1.5
-pkgrel=2
+pkgver=1.51
+pkgrel=1
 pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine 
(data files)"
 url="http://www.warsow.net/";
 license=('custom:Warsow Content License')
 arch=('any')
-source=(http://www.warsow.eu/warsow_15_unified.tar.gz)
-md5sums=('05dfc393f33725e8c40e7894fccd59e8')
+source=(http://www.warsow.eu/warsow_1.51_unified.tar.gz)
+md5sums=('482e2020b5463d8503f1f9fafe0c433d')
 
 package() {
 # Create Destination Directories



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

2014-06-10 Thread Andreas Radke
Date: Tuesday, June 10, 2014 @ 19:50:28
  Author: andyrtr
Revision: 214789

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

Added:
  kdelibs/repos/staging-i686/
  kdelibs/repos/staging-i686/PKGBUILD
(from rev 214788, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/staging-i686/archlinux-menu.patch
(from rev 214788, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/staging-i686/fix-cifs-mount.patch
(from rev 214788, kdelibs/trunk/fix-cifs-mount.patch)
  kdelibs/repos/staging-i686/kde-applications-menu.patch
(from rev 214788, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/staging-i686/kdelibs.install
(from rev 214788, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/staging-i686/qt4.patch
(from rev 214788, kdelibs/trunk/qt4.patch)
  kdelibs/repos/staging-x86_64/
  kdelibs/repos/staging-x86_64/PKGBUILD
(from rev 214788, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/staging-x86_64/archlinux-menu.patch
(from rev 214788, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/staging-x86_64/fix-cifs-mount.patch
(from rev 214788, kdelibs/trunk/fix-cifs-mount.patch)
  kdelibs/repos/staging-x86_64/kde-applications-menu.patch
(from rev 214788, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/staging-x86_64/kdelibs.install
(from rev 214788, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/staging-x86_64/qt4.patch
(from rev 214788, kdelibs/trunk/qt4.patch)

+
 staging-i686/PKGBUILD  |   62 +++
 staging-i686/archlinux-menu.patch  |   22 +
 staging-i686/fix-cifs-mount.patch  |   49 +
 staging-i686/kde-applications-menu.patch   |   22 +
 staging-i686/kdelibs.install   |   13 +
 staging-i686/qt4.patch |   11 
 staging-x86_64/PKGBUILD|   62 +++
 staging-x86_64/archlinux-menu.patch|   22 +
 staging-x86_64/fix-cifs-mount.patch|   49 +
 staging-x86_64/kde-applications-menu.patch |   22 +
 staging-x86_64/kdelibs.install |   13 +
 staging-x86_64/qt4.patch   |   11 
 12 files changed, 358 insertions(+)

Copied: kdelibs/repos/staging-i686/PKGBUILD (from rev 214788, 
kdelibs/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-06-10 17:50:28 UTC (rev 214789)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdelibs
+pkgver=4.13.2
+pkgrel=2
+pkgdesc="KDE Core Libraries"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs'
+license=('GPL' 'LGPL' 'FDL')
+depends=('attica' 'libxss' 'krb5' 'grantlee' 'qca' 'libdbusmenu-qt' 'polkit-qt'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'strigi'
+'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
+'media-player-info' 'libxtst' 'libutempter' 'qtwebkit' 'icu')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
+'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
+sha1sums=('c540edeb7da23f5a8feacb4d775bce43f2060a96'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'ed1f57ee661e5c7440efcaba7e51d2554709701c')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   # avoid file conflict with gnome-menus
+   patch -p1 -i "${srcdir}"/kde-applications-menu.patch
+   # add Archlinux menu entry
+   patch -p1 -i "${srcdir}"/archlinux-menu.patch
+   # qmake refers to Qt5
+   patch -p1 -i "${srcdir}"/qt4.patch
+   # fix build with giflib 5.1.0
+   sed -i "/DGifCloseFile/s:file:&, NULL:g" 
khtml/imload/decoders/gifloader.cpp
+}
+
+build() {
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSCONF_INSTALL_DIR=/etc \
+   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
+   -DKDE_DEFAULT_HOME='.kde4' \
+   -DWITH_FAM=OFF \
+   -DWITH_SOLID_UDISKS2=ON
+   make
+}
+
+package() {
+   cd "${srcdir}"/build
+   make DESTDIR="${pkgdir}" install
+
+   # cert bundle seems to be hardcoded
+   # link it to the one from ca-certificates
+   rm -f "${pkgdir}"/usr/share/apps/kssl/ca-bundle.crt
+   ln -sf /etc/ssl/certs/ca-certificates.crt 
"${pkgdir}"/usr/share/apps/kssl/ca-bundle.crt
+}

Copied: kdelibs/repos/staging-i686/archlinux-menu.patch (from rev 214788, 

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

2014-06-10 Thread Andreas Radke
Date: Tuesday, June 10, 2014 @ 19:50:05
  Author: andyrtr
Revision: 214788

upgpkg: kdelibs 4.13.2-2

giflib rebuild

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 17:48:35 UTC (rev 214787)
+++ PKGBUILD2014-06-10 17:50:05 UTC (rev 214788)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.13.2
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -30,6 +30,8 @@
patch -p1 -i "${srcdir}"/archlinux-menu.patch
# qmake refers to Qt5
patch -p1 -i "${srcdir}"/qt4.patch
+   # fix build with giflib 5.1.0
+   sed -i "/DGifCloseFile/s:file:&, NULL:g" 
khtml/imload/decoders/gifloader.cpp
 }
 
 build() {



[arch-commits] Commit in kdegames-kajongg/repos/extra-any (5 files)

2014-06-10 Thread Sven-Hendrik Haase
Date: Tuesday, June 10, 2014 @ 19:48:35
  Author: svenstaro
Revision: 214787

archrelease: copy trunk to extra-any

Added:
  kdegames-kajongg/repos/extra-any/PKGBUILD
(from rev 214786, kdegames-kajongg/trunk/PKGBUILD)
  kdegames-kajongg/repos/extra-any/kdegames-kajongg.install
(from rev 214786, kdegames-kajongg/trunk/kdegames-kajongg.install)
Deleted:
  kdegames-kajongg/repos/extra-any/PKGBUILD
  kdegames-kajongg/repos/extra-any/fix-CMakeLists.txt
  kdegames-kajongg/repos/extra-any/kdegames-kajongg.install

--+
 PKGBUILD |   82 +
 fix-CMakeLists.txt   |   25 -
 kdegames-kajongg.install |   22 ++--
 3 files changed, 50 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-10 17:48:32 UTC (rev 214786)
+++ PKGBUILD2014-06-10 17:48:35 UTC (rev 214787)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=kdegames-kajongg
-pkgver=4.13.1
-pkgrel=2
-pkgdesc="The ancient Chinese board game for 4 players"
-url="http://kde.org/applications/games/kajongg/";
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'twisted' 'kdebindings-python2' 'libkmahjongg')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kajongg-${pkgver}.tar.xz";
-'fix-CMakeLists.txt')
-sha1sums=('e71c088908334d6e807934dc140fc44b189b56c8'
-  '37358177e44a818833ebaf607337d2133bb8ef8f')
-
-prepare() {
-  mkdir build
-
-  cd kajongg-${pkgver}
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-src/{deferredutil,kajongg,kajonggserver,server}.py
-
-  patch -p1 -i "${srcdir}"/fix-CMakeLists.txt
-}
-
-build() {
-  cd build
-  cmake ../kajongg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kajongg/repos/extra-any/PKGBUILD (from rev 214786, 
kdegames-kajongg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-10 17:48:35 UTC (rev 214787)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=kdegames-kajongg
+pkgver=4.13.2
+pkgrel=1
+pkgdesc="The ancient Chinese board game for 4 players"
+url="http://kde.org/applications/games/kajongg/";
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'twisted' 'kdebindings-python2' 'libkmahjongg')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/kajongg-${pkgver}.tar.xz";)
+sha1sums=('38443a6a17eb3b17e763f95a0b35cfd5f1ad4c89')
+
+prepare() {
+  mkdir build
+
+  cd kajongg-${pkgver}
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+src/{deferredutil,kajongg,kajonggserver,server}.py
+}
+
+build() {
+  cd build
+  cmake ../kajongg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: fix-CMakeLists.txt
===
--- fix-CMakeLists.txt  2014-06-10 17:48:32 UTC (rev 214786)
+++ fix-CMakeLists.txt  2014-06-10 17:48:35 UTC (rev 214787)
@@ -1,25 +0,0 @@
-commit 985bf653088e53483722009f6277dd439423fbfa
-Author: Wolfgang Rohdewald 
-Date:   Wed May 21 08:06:33 2014 +0200
-
-CMakeLists.txt: add missing .py files
-
-BUG: 335057
-FIXED-IN: 4.13.2
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b241377..ea51da1 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -74,6 +74,11 @@ src/wall.py
- src/uiwall.py
- src/visible.py
- src/log.py
-+src/qstring.py
-+src/qt.py
-+src/qt4.py
-+src/qt5.py
-+src/configdialog.py
- src/util.py)
- 
- IF(NOT PYQT4_FOUND)

Deleted: kdegames-kajongg.install
===
--- kdegames-kajongg.install2014-06-10 17:48:32 UTC (rev 214786)
+++ kdegames-kajongg.install2014-06-10 17:48:35 UTC (rev 214787)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegames-kajongg/repos/extra-any/kdegames-kajongg.install (from rev 
214786, kdegames-kajongg/trunk/kdegames-kajongg.install)
===
--- kdegames-kajongg.install(rev 0)
+++ kdegames-kajongg.install2014-06-10 17:48:35 UTC (rev 214787)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource 

[arch-commits] Commit in kdegames-kajongg/trunk (PKGBUILD fix-CMakeLists.txt)

2014-06-10 Thread Sven-Hendrik Haase
Date: Tuesday, June 10, 2014 @ 19:48:32
  Author: svenstaro
Revision: 214786

upgpkg: kdegames-kajongg 4.13.2-1

upstream release 4.13.2

Modified:
  kdegames-kajongg/trunk/PKGBUILD
Deleted:
  kdegames-kajongg/trunk/fix-CMakeLists.txt

+
 PKGBUILD   |8 ++--
 fix-CMakeLists.txt |   25 -
 2 files changed, 2 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 17:17:18 UTC (rev 214785)
+++ PKGBUILD2014-06-10 17:48:32 UTC (rev 214786)
@@ -12,10 +12,8 @@
 depends=('kdebase-runtime' 'twisted' 'kdebindings-python2' 'libkmahjongg')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/kajongg-${pkgver}.tar.xz";
-'fix-CMakeLists.txt')
-sha1sums=('38443a6a17eb3b17e763f95a0b35cfd5f1ad4c89'
-  '37358177e44a818833ebaf607337d2133bb8ef8f')
+source=("http://download.kde.org/stable/${pkgver}/src/kajongg-${pkgver}.tar.xz";)
+sha1sums=('38443a6a17eb3b17e763f95a0b35cfd5f1ad4c89')
 
 prepare() {
   mkdir build
@@ -23,8 +21,6 @@
   cd kajongg-${pkgver}
   sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
 src/{deferredutil,kajongg,kajonggserver,server}.py
-
-  patch -p1 -i "${srcdir}"/fix-CMakeLists.txt
 }
 
 build() {

Deleted: fix-CMakeLists.txt
===
--- fix-CMakeLists.txt  2014-06-10 17:17:18 UTC (rev 214785)
+++ fix-CMakeLists.txt  2014-06-10 17:48:32 UTC (rev 214786)
@@ -1,25 +0,0 @@
-commit 985bf653088e53483722009f6277dd439423fbfa
-Author: Wolfgang Rohdewald 
-Date:   Wed May 21 08:06:33 2014 +0200
-
-CMakeLists.txt: add missing .py files
-
-BUG: 335057
-FIXED-IN: 4.13.2
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b241377..ea51da1 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -74,6 +74,11 @@ src/wall.py
- src/uiwall.py
- src/visible.py
- src/log.py
-+src/qstring.py
-+src/qt.py
-+src/qt4.py
-+src/qt5.py
-+src/configdialog.py
- src/util.py)
- 
- IF(NOT PYQT4_FOUND)



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

2014-06-10 Thread Sven-Hendrik Haase
Date: Tuesday, June 10, 2014 @ 19:48:04
  Author: svenstaro
Revision: 112975

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

Added:
  warsow/repos/community-testing-i686/
  warsow/repos/community-testing-i686/PKGBUILD
(from rev 112974, warsow/trunk/PKGBUILD)
  warsow/repos/community-testing-i686/warsow.launcher
(from rev 112974, warsow/trunk/warsow.launcher)
  warsow/repos/community-testing-i686/wsw-server.launcher
(from rev 112974, warsow/trunk/wsw-server.launcher)
  warsow/repos/community-testing-i686/wswtv-server.launcher
(from rev 112974, warsow/trunk/wswtv-server.launcher)
  warsow/repos/community-testing-x86_64/
  warsow/repos/community-testing-x86_64/PKGBUILD
(from rev 112974, warsow/trunk/PKGBUILD)
  warsow/repos/community-testing-x86_64/warsow.launcher
(from rev 112974, warsow/trunk/warsow.launcher)
  warsow/repos/community-testing-x86_64/wsw-server.launcher
(from rev 112974, warsow/trunk/wsw-server.launcher)
  warsow/repos/community-testing-x86_64/wswtv-server.launcher
(from rev 112974, warsow/trunk/wswtv-server.launcher)

+
 community-testing-i686/PKGBUILD|   57 +++
 community-testing-i686/warsow.launcher |5 ++
 community-testing-i686/wsw-server.launcher |5 ++
 community-testing-i686/wswtv-server.launcher   |5 ++
 community-testing-x86_64/PKGBUILD  |   57 +++
 community-testing-x86_64/warsow.launcher   |5 ++
 community-testing-x86_64/wsw-server.launcher   |5 ++
 community-testing-x86_64/wswtv-server.launcher |5 ++
 8 files changed, 144 insertions(+)

Copied: warsow/repos/community-testing-i686/PKGBUILD (from rev 112974, 
warsow/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-06-10 17:48:04 UTC (rev 112975)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Slash 
+# Contributor: Babets
+# Contributor: Vain
+
+pkgname=warsow
+pkgver=1.51
+pkgrel=1
+pkgdesc="Free online multiplayer competitive FPS based on the Qfusion engine"
+url="http://www.warsow.net/";
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('curl' 'libjpeg' 'libvorbis' 'libxinerama' 'libxxf86dga' 'libxxf86vm'
+ 'sdl' 'warsow-data' 'libxrandr' 'libpng' 'libtheora' 'freetype2' 
'libxi')
+makedepends=('mesa' 'openal' 'imagemagick' 'gendesk')
+optdepends=('openal: for openal audio support')
+source=('warsow.launcher' 'wsw-server.launcher' 'wswtv-server.launcher' \
+"http://www.warsow.eu/warsow_1.51_sdk.tar.gz";)
+_genericname=('First person shooter')
+_comment=('Online Mulitiplayer Competitive FPS')
+md5sums=('ec00081d81ad9802a8ca42fc2eac5498'
+ 'f73e10c26197178df71b941b10bf83d7'
+ 'd7e4a69835bbcf801e58307e9d6b951e'
+ '0dc21fbc33cfe13b5f038cdd20139f5c')
+
+
+prepare() {
+  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name "Warsow" 
--categories "Game;ActionGame"
+}
+
+build() {
+  # Compile Warsow
+  cd source/source/
+  make
+}
+
+package() {
+  cd source/source/
+
+  # Create Destination Directories
+  install -d $pkgdir/opt/warsow/
+
+  # Move Compiled Data to Destination Directory
+  cp -r release/* $pkgdir/opt/warsow
+  find $pkgdir/opt/warsow -type d | xargs chmod 755 
+  find $pkgdir/opt/warsow -type f | xargs chmod 755 # only executable files in 
there
+
+  install -D -m 0755 $srcdir/warsow.launcher $pkgdir/usr/bin/warsow
+  install -D -m 0755 $srcdir/wsw-server.launcher $pkgdir/usr/bin/wsw-server
+  install -D -m 0755 $srcdir/wswtv-server.launcher $pkgdir/usr/bin/wswtv-server
+  install -D -m 0644 $srcdir/warsow.desktop 
$pkgdir/usr/share/applications/warsow.desktop
+  convert win32/warsow.ico $srcdir/warsow.png
+  install -D -m 0644 $srcdir/warsow-0.png $pkgdir/usr/share/pixmaps/warsow.png
+}
+
+# vim: ts=2:sw=2

Copied: warsow/repos/community-testing-i686/warsow.launcher (from rev 112974, 
warsow/trunk/warsow.launcher)
===
--- community-testing-i686/warsow.launcher  (rev 0)
+++ community-testing-i686/warsow.launcher  2014-06-10 17:48:04 UTC (rev 
112975)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd "/opt/warsow"
+./warsow $*
+exit $?

Copied: warsow/repos/community-testing-i686/wsw-server.launcher (from rev 
112974, warsow/trunk/wsw-server.launcher)
===
--- community-testing-i686/wsw-server.launcher  (rev 0)
+++ community-testing-i686/wsw-server.launcher  2014-06-10 17:48:04 UTC (rev 
112975)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd "/opt/warsow"
+./wsw_server $*
+exit $?

Copied: warsow/repos/community-testing-i686/wswtv-server.launcher (from rev 
112974, warsow/trunk/wswtv-server.launcher)
===

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

2014-06-10 Thread Sven-Hendrik Haase
Date: Tuesday, June 10, 2014 @ 19:47:57
  Author: svenstaro
Revision: 112974

upgpkg: warsow 1.51-1

upstream release 1.51

Modified:
  warsow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 17:40:28 UTC (rev 112973)
+++ PKGBUILD2014-06-10 17:47:57 UTC (rev 112974)
@@ -5,8 +5,8 @@
 # Contributor: Vain
 
 pkgname=warsow
-pkgver=1.5
-pkgrel=3
+pkgver=1.51
+pkgrel=1
 pkgdesc="Free online multiplayer competitive FPS based on the Qfusion engine"
 url="http://www.warsow.net/";
 license=('GPL')
@@ -16,13 +16,13 @@
 makedepends=('mesa' 'openal' 'imagemagick' 'gendesk')
 optdepends=('openal: for openal audio support')
 source=('warsow.launcher' 'wsw-server.launcher' 'wswtv-server.launcher' \
-"http://www.warsow.net:1337/~warsow/1.5/warsow_15_sdk.tar.gz";)
+"http://www.warsow.eu/warsow_1.51_sdk.tar.gz";)
 _genericname=('First person shooter')
 _comment=('Online Mulitiplayer Competitive FPS')
 md5sums=('ec00081d81ad9802a8ca42fc2eac5498'
  'f73e10c26197178df71b941b10bf83d7'
  'd7e4a69835bbcf801e58307e9d6b951e'
- '96ec72dd00dbdd76317a51a6bf305df0')
+ '0dc21fbc33cfe13b5f038cdd20139f5c')
 
 
 prepare() {



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

2014-06-10 Thread Sven-Hendrik Haase
Date: Tuesday, June 10, 2014 @ 19:40:23
  Author: svenstaro
Revision: 112972

upgpkg: springlobby 0.195-1

upstream release 0.195

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 17:31:34 UTC (rev 112971)
+++ PKGBUILD2014-06-10 17:40:23 UTC (rev 112972)
@@ -3,7 +3,7 @@
 # Contributor: DuGi 
 
 pkgname=springlobby
-pkgver=0.194
+pkgver=0.195
 pkgrel=1
 pkgdesc="A free cross-platform lobby client for the Spring RTS project."
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('boost' 'asio' 'cmake')
 install=springlobby.install
 source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e98f069792256588f0b7f3d82f403c43')
+md5sums=('9a13e2207c80382561f02c74f571b339')
 
 build() {
   cd $srcdir/${pkgname}-$pkgver



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

2014-06-10 Thread Sven-Hendrik Haase
Date: Tuesday, June 10, 2014 @ 19:40:28
  Author: svenstaro
Revision: 112973

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

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

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 ++
 community-i686/PKGBUILD  |   34 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   34 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-10 17:40:23 UTC (rev 112972)
+++ community-i686/PKGBUILD 2014-06-10 17:40:28 UTC (rev 112973)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.194
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS project."
-arch=('i686' 'x86_64')
-url="http://springlobby.info/";
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e98f069792256588f0b7f3d82f403c43')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 112972, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-10 17:40:28 UTC (rev 112973)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.195
+pkgrel=1
+pkgdesc="A free cross-platform lobby client for the Spring RTS project."
+arch=('i686' 'x86_64')
+url="http://springlobby.info/";
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('9a13e2207c80382561f02c74f571b339')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2014-06-10 17:40:23 UTC (rev 112972)
+++ community-i686/springlobby.install  2014-06-10 17:40:28 UTC (rev 112973)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 112972, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2014-06-10 17:40:28 UTC (rev 112973)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-10 17:40:23 UTC (rev 112972)
+++ community-x86_64/PKGBUILD   2014-06-10 17:40:28 UTC (rev 112973)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.194
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS project."
-arch=('i686' 'x86_64')
-url="http://springlobby.info/";
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-

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

2014-06-10 Thread Sven-Hendrik Haase
Date: Tuesday, June 10, 2014 @ 19:31:34
  Author: svenstaro
Revision: 112971

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

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

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 ++
 community-i686/PKGBUILD  |   34 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   34 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-10 17:19:16 UTC (rev 112970)
+++ community-i686/PKGBUILD 2014-06-10 17:31:34 UTC (rev 112971)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.194
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS project."
-arch=('i686' 'x86_64')
-url="http://springlobby.info/";
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e98f069792256588f0b7f3d82f403c43')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 112970, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-10 17:31:34 UTC (rev 112971)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.194
+pkgrel=1
+pkgdesc="A free cross-platform lobby client for the Spring RTS project."
+arch=('i686' 'x86_64')
+url="http://springlobby.info/";
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('e98f069792256588f0b7f3d82f403c43')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2014-06-10 17:19:16 UTC (rev 112970)
+++ community-i686/springlobby.install  2014-06-10 17:31:34 UTC (rev 112971)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 112970, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2014-06-10 17:31:34 UTC (rev 112971)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-10 17:19:16 UTC (rev 112970)
+++ community-x86_64/PKGBUILD   2014-06-10 17:31:34 UTC (rev 112971)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.194
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS project."
-arch=('i686' 'x86_64')
-url="http://springlobby.info/";
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-

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

2014-06-10 Thread Sergej Pupykin
Date: Tuesday, June 10, 2014 @ 19:19:00
  Author: spupykin
Revision: 112969

upgpkg: xbmc-pvr-addons 20140610.13.0_Gotham-1

upd

Modified:
  xbmc-pvr-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 15:40:02 UTC (rev 112968)
+++ PKGBUILD2014-06-10 17:19:00 UTC (rev 112969)
@@ -2,7 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=xbmc-pvr-addons
-pkgver=20140507.Gotham_rc1
+pkgver=20140610.13.0_Gotham
+_relname=${pkgver:9}
 pkgrel=1
 pkgdesc="XBMC PVR add-ons for current stable xbmc"
 arch=('i686' 'x86_64')
@@ -12,13 +13,13 @@
 makedepends=('git' 'libmysqlclient' 'boost')
 optdepends=('tvheadend-git: tvheadend backend' 'mythtv: mythtv backend')
 conflicts=('xbmc-pvr-addons-git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${pkgver:9}.tar.gz";)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${_relname/_/-}.tar.gz";)
 #source=("git://github.com/opdenkamp/xbmc-pvr-addons.git")
 #source=("git://github.com/fetzerch/xbmc-pvr-addons.git#branch=frodo")
-md5sums=('cc899e0f964bf4085fddd6d31f58702e')
+md5sums=('63f5863393ca869eb6f357a62de76378')
 
 build() {
-  cd "$srcdir/$pkgname-${pkgver:9}"
+  cd "$srcdir/$pkgname-${_relname/_/-}"
   ./bootstrap
   ./configure --prefix=/usr --enable-addons-with-dependencies
   make
@@ -25,6 +26,6 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-${pkgver:9}"
+  cd "$srcdir/$pkgname-${_relname/_/-}"
   make DESTDIR="$pkgdir/" install
 }



[arch-commits] Commit in xbmc-pvr-addons/repos (4 files)

2014-06-10 Thread Sergej Pupykin
Date: Tuesday, June 10, 2014 @ 19:19:16
  Author: spupykin
Revision: 112970

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

Added:
  xbmc-pvr-addons/repos/community-i686/PKGBUILD
(from rev 112969, xbmc-pvr-addons/trunk/PKGBUILD)
  xbmc-pvr-addons/repos/community-x86_64/PKGBUILD
(from rev 112969, xbmc-pvr-addons/trunk/PKGBUILD)
Deleted:
  xbmc-pvr-addons/repos/community-i686/PKGBUILD
  xbmc-pvr-addons/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   30 -
 community-x86_64/PKGBUILD |   30 -
 3 files changed, 62 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-10 17:19:00 UTC (rev 112969)
+++ community-i686/PKGBUILD 2014-06-10 17:19:16 UTC (rev 112970)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=xbmc-pvr-addons
-pkgver=20140507.Gotham_rc1
-pkgrel=1
-pkgdesc="XBMC PVR add-ons for current stable xbmc"
-arch=('i686' 'x86_64')
-url="https://github.com/opdenkamp/xbmc-pvr-addons";
-license=('GPL3')
-depends=('xbmc' 'libmysqlclient')
-makedepends=('git' 'libmysqlclient' 'boost')
-optdepends=('tvheadend-git: tvheadend backend' 'mythtv: mythtv backend')
-conflicts=('xbmc-pvr-addons-git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${pkgver:9}.tar.gz";)
-#source=("git://github.com/opdenkamp/xbmc-pvr-addons.git")
-#source=("git://github.com/fetzerch/xbmc-pvr-addons.git#branch=frodo")
-md5sums=('cc899e0f964bf4085fddd6d31f58702e')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver:9}"
-  ./bootstrap
-  ./configure --prefix=/usr --enable-addons-with-dependencies
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver:9}"
-  make DESTDIR="$pkgdir/" install
-}

Copied: xbmc-pvr-addons/repos/community-i686/PKGBUILD (from rev 112969, 
xbmc-pvr-addons/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-10 17:19:16 UTC (rev 112970)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=xbmc-pvr-addons
+pkgver=20140610.13.0_Gotham
+_relname=${pkgver:9}
+pkgrel=1
+pkgdesc="XBMC PVR add-ons for current stable xbmc"
+arch=('i686' 'x86_64')
+url="https://github.com/opdenkamp/xbmc-pvr-addons";
+license=('GPL3')
+depends=('xbmc' 'libmysqlclient')
+makedepends=('git' 'libmysqlclient' 'boost')
+optdepends=('tvheadend-git: tvheadend backend' 'mythtv: mythtv backend')
+conflicts=('xbmc-pvr-addons-git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${_relname/_/-}.tar.gz";)
+#source=("git://github.com/opdenkamp/xbmc-pvr-addons.git")
+#source=("git://github.com/fetzerch/xbmc-pvr-addons.git#branch=frodo")
+md5sums=('63f5863393ca869eb6f357a62de76378')
+
+build() {
+  cd "$srcdir/$pkgname-${_relname/_/-}"
+  ./bootstrap
+  ./configure --prefix=/usr --enable-addons-with-dependencies
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${_relname/_/-}"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-10 17:19:00 UTC (rev 112969)
+++ community-x86_64/PKGBUILD   2014-06-10 17:19:16 UTC (rev 112970)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=xbmc-pvr-addons
-pkgver=20140507.Gotham_rc1
-pkgrel=1
-pkgdesc="XBMC PVR add-ons for current stable xbmc"
-arch=('i686' 'x86_64')
-url="https://github.com/opdenkamp/xbmc-pvr-addons";
-license=('GPL3')
-depends=('xbmc' 'libmysqlclient')
-makedepends=('git' 'libmysqlclient' 'boost')
-optdepends=('tvheadend-git: tvheadend backend' 'mythtv: mythtv backend')
-conflicts=('xbmc-pvr-addons-git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/opdenkamp/xbmc-pvr-addons/archive/${pkgver:9}.tar.gz";)
-#source=("git://github.com/opdenkamp/xbmc-pvr-addons.git")
-#source=("git://github.com/fetzerch/xbmc-pvr-addons.git#branch=frodo")
-md5sums=('cc899e0f964bf4085fddd6d31f58702e')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver:9}"
-  ./bootstrap
-  ./configure --prefix=/usr --enable-addons-with-dependencies
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver:9}"
-  make DESTDIR="$pkgdir/" install
-}

Copied: xbmc-pvr-addons/repos/community-x86_64/PKGBUILD (from rev 112969, 
xbmc-pvr-addons/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-10 17:19:16 UTC (rev 112970)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=xbmc-pvr-addons
+pkgver=20140610.13.0_Gotham
+_relname=${pkgver:9}
+pkgrel=1
+pkgdesc="XBMC PVR add-ons for current stable xbmc"
+arch=('i6

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

2014-06-10 Thread Andreas Radke
Date: Tuesday, June 10, 2014 @ 18:32:35
  Author: andyrtr
Revision: 214782

upgpkg: xdg-utils 1.1.0.git20140426-1

update git snapshot

Modified:
  xdg-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 14:50:14 UTC (rev 214781)
+++ PKGBUILD2014-06-10 16:32:35 UTC (rev 214782)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xdg-utils
-pkgver=1.1.0.git20140207
+pkgver=1.1.0.git20140426
 pkgrel=1
 pkgdesc="Command line tools that assist applications with a variety of desktop 
integration tasks"
 arch=('any')
@@ -16,7 +16,7 @@
 'xorg-xprop: for Xfce support in xdg-open'
 'pcmanfm: for LXDE support in xdg-open'
 'perl-file-mimeinfo: for generic support in xdg-open')
-source=(git://anongit.freedesktop.org/xdg/xdg-utils#commit=6da906f59933133612d006e1bff9918a2b8c5a60)
+source=(git://anongit.freedesktop.org/xdg/xdg-utils#commit=869b22b75fc6e7c9e29ba5367bd97ebf7ce76cb3)
 md5sums=('SKIP')
 
 pkgver() {



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

2014-06-10 Thread Andreas Radke
Date: Tuesday, June 10, 2014 @ 18:34:26
  Author: andyrtr
Revision: 214784

fix pkgdesc, FS#40735

Modified:
  libmspub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 16:32:52 UTC (rev 214783)
+++ PKGBUILD2014-06-10 16:34:26 UTC (rev 214784)
@@ -5,7 +5,7 @@
 pkgname=libmspub
 pkgver=0.1.0
 pkgrel=1
-pkgdesc="Microsoft Publisher file format parser library (latest snapshost)"
+pkgdesc="Microsoft Publisher file format parser library (latest snapshot)"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/libmspub/";
 license=('GPL2' 'LGPL2.1' 'MPL')



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

2014-06-10 Thread Andreas Radke
Date: Tuesday, June 10, 2014 @ 18:32:52
  Author: andyrtr
Revision: 214783

archrelease: copy trunk to extra-any

Added:
  xdg-utils/repos/extra-any/PKGBUILD
(from rev 214782, xdg-utils/trunk/PKGBUILD)
Deleted:
  xdg-utils/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-10 16:32:35 UTC (rev 214782)
+++ PKGBUILD2014-06-10 16:32:52 UTC (rev 214783)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=xdg-utils
-pkgver=1.1.0.git20140207
-pkgrel=1
-pkgdesc="Command line tools that assist applications with a variety of desktop 
integration tasks"
-arch=('any')
-url="http://cgit.freedesktop.org/xdg/xdg-utils/";
-license=('MIT')
-depends=('sh' 'xorg-xset') # xset needed inside xdg-screensaver
-makedepends=('docbook-xsl' 'lynx' 'xmlto' 'git')
-optdepends=('kdebase-runtime: for KDE support in xdg-open'
-'libgnome: for GNOME support in xdg-open'
-'exo: for Xfce support in xdg-open'
-'xorg-xprop: for Xfce support in xdg-open'
-'pcmanfm: for LXDE support in xdg-open'
-'perl-file-mimeinfo: for generic support in xdg-open')
-source=(git://anongit.freedesktop.org/xdg/xdg-utils#commit=6da906f59933133612d006e1bff9918a2b8c5a60)
-md5sums=('SKIP')
-
-pkgver() {
-   cd xdg-utils
-   echo "1.1.0.git$(git log -1 --format="%cd" --date=short | sed 's|-||g')"
-}
-
-build() {
-   cd xdg-utils
-   ./configure --prefix=/usr --mandir=/usr/share/man
-#  make scripts-clean -C scripts # needed if it's a git snapshot
-#  make man scripts -C scripts # needed if it's a git snapshot
-   make # for release builds
-}
-
-package() {
-   cd xdg-utils
-   make DESTDIR="${pkgdir}" install
-   install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   
-   # install empty directory to prevent xdg-desktop-menu install *.desktop 
to fail, see FS#33316
-   install -dm755 $pkgdir/usr/share/desktop-directories
-}

Copied: xdg-utils/repos/extra-any/PKGBUILD (from rev 214782, 
xdg-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-10 16:32:52 UTC (rev 214783)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=xdg-utils
+pkgver=1.1.0.git20140426
+pkgrel=1
+pkgdesc="Command line tools that assist applications with a variety of desktop 
integration tasks"
+arch=('any')
+url="http://cgit.freedesktop.org/xdg/xdg-utils/";
+license=('MIT')
+depends=('sh' 'xorg-xset') # xset needed inside xdg-screensaver
+makedepends=('docbook-xsl' 'lynx' 'xmlto' 'git')
+optdepends=('kdebase-runtime: for KDE support in xdg-open'
+'libgnome: for GNOME support in xdg-open'
+'exo: for Xfce support in xdg-open'
+'xorg-xprop: for Xfce support in xdg-open'
+'pcmanfm: for LXDE support in xdg-open'
+'perl-file-mimeinfo: for generic support in xdg-open')
+source=(git://anongit.freedesktop.org/xdg/xdg-utils#commit=869b22b75fc6e7c9e29ba5367bd97ebf7ce76cb3)
+md5sums=('SKIP')
+
+pkgver() {
+   cd xdg-utils
+   echo "1.1.0.git$(git log -1 --format="%cd" --date=short | sed 's|-||g')"
+}
+
+build() {
+   cd xdg-utils
+   ./configure --prefix=/usr --mandir=/usr/share/man
+#  make scripts-clean -C scripts # needed if it's a git snapshot
+#  make man scripts -C scripts # needed if it's a git snapshot
+   make # for release builds
+}
+
+package() {
+   cd xdg-utils
+   make DESTDIR="${pkgdir}" install
+   install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   
+   # install empty directory to prevent xdg-desktop-menu install *.desktop 
to fail, see FS#33316
+   install -dm755 $pkgdir/usr/share/desktop-directories
+}



[arch-commits] Commit in ibus-table-chinese/repos/community-any (PKGBUILD PKGBUILD)

2014-06-10 Thread Felix Yan
Date: Tuesday, June 10, 2014 @ 16:54:25
  Author: fyan
Revision: 112967

archrelease: copy trunk to community-any

Added:
  ibus-table-chinese/repos/community-any/PKGBUILD
(from rev 112966, ibus-table-chinese/trunk/PKGBUILD)
Deleted:
  ibus-table-chinese/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-10 14:53:40 UTC (rev 112966)
+++ PKGBUILD2014-06-10 14:54:25 UTC (rev 112967)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Leewings Ng 
-# Contributor: Hiroshi Yui 
-
-pkgname=ibus-table-chinese
-pkgver=1.8.1
-pkgrel=1
-pkgdesc="Some table-based input method of tables engines for IBus"
-arch=('any')
-url="http://code.google.com/p/ibus/";
-license=('GPL3')
-depends=('ibus-table')
-makedepends=('cmake' 'git')
-source=("git+https://github.com/definite/ibus-table-chinese.git#tag=$pkgver";
-"git+http://git.fedorahosted.org/git/cmake-fedora.git";)
-sha1sums=('SKIP'
-  'SKIP')
-
-prepare() {
-  cd $pkgname
-  git submodule init
-  git config submodule."cmake-fedora".url "$srcdir/cmake-fedora"
-  git submodule update
-}
-
-build() {
-  cd $pkgname
-  cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DLIBEXEC_DIR='/usr/lib'
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir/" install
-}
-

Copied: ibus-table-chinese/repos/community-any/PKGBUILD (from rev 112966, 
ibus-table-chinese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-10 14:54:25 UTC (rev 112967)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Leewings Ng 
+# Contributor: Hiroshi Yui 
+
+pkgname=ibus-table-chinese
+pkgver=1.8.2
+pkgrel=1
+pkgdesc="Some table-based input method of tables engines for IBus"
+arch=('any')
+url="http://code.google.com/p/ibus/";
+license=('GPL3')
+depends=('ibus-table')
+makedepends=('cmake' 'git')
+source=("git+https://github.com/definite/ibus-table-chinese.git#tag=$pkgver";
+"git+http://git.fedorahosted.org/git/cmake-fedora.git";)
+sha1sums=('SKIP'
+  'SKIP')
+
+prepare() {
+  cd $pkgname
+  git submodule init
+  git config submodule."cmake-fedora".url "$srcdir/cmake-fedora"
+  git submodule update
+}
+
+build() {
+  cd $pkgname
+  cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DLIBEXEC_DIR='/usr/lib'
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir/" install
+}
+



[arch-commits] Commit in ibus-table-chinese/trunk (PKGBUILD)

2014-06-10 Thread Felix Yan
Date: Tuesday, June 10, 2014 @ 16:53:40
  Author: fyan
Revision: 112966

upgpkg: ibus-table-chinese 1.8.2-1

Modified:
  ibus-table-chinese/trunk/PKGBUILD (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 14:41:10 UTC (rev 112965)
+++ PKGBUILD2014-06-10 14:53:40 UTC (rev 112966)
@@ -4,7 +4,7 @@
 # Contributor: Hiroshi Yui 
 
 pkgname=ibus-table-chinese
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="Some table-based input method of tables engines for IBus"
 arch=('any')


Property changes on: ibus-table-chinese/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2014-06-10 Thread Dave Reisner
Date: Tuesday, June 10, 2014 @ 16:50:14
  Author: dreisner
Revision: 214781

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

Added:
  systemd/repos/testing-i686/0001-fsck-disable-l-option-for-now.patch
(from rev 214780, systemd/trunk/0001-fsck-disable-l-option-for-now.patch)
  systemd/repos/testing-i686/0001-networkd-link-intialize-mac-address.patch
(from rev 214780, 
systemd/trunk/0001-networkd-link-intialize-mac-address.patch)
  systemd/repos/testing-i686/0001-udev-always-close-lock-file-descriptor.patch
(from rev 214780, 
systemd/trunk/0001-udev-always-close-lock-file-descriptor.patch)
  
systemd/repos/testing-i686/0001-udev-exclude-device-mapper-from-block-device-ownersh.patch
(from rev 214780, 
systemd/trunk/0001-udev-exclude-device-mapper-from-block-device-ownersh.patch)
  
systemd/repos/testing-i686/0001-udev-really-exclude-device-mapper-from-block-device-.patch
(from rev 214780, 
systemd/trunk/0001-udev-really-exclude-device-mapper-from-block-device-.patch)
  
systemd/repos/testing-i686/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
(from rev 214780, 
systemd/trunk/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch)
  systemd/repos/testing-i686/PKGBUILD
(from rev 214780, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 214780, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 214780, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 214780, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/systemd.install
(from rev 214780, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/0001-fsck-disable-l-option-for-now.patch
(from rev 214780, systemd/trunk/0001-fsck-disable-l-option-for-now.patch)
  systemd/repos/testing-x86_64/0001-networkd-link-intialize-mac-address.patch
(from rev 214780, 
systemd/trunk/0001-networkd-link-intialize-mac-address.patch)
  systemd/repos/testing-x86_64/0001-udev-always-close-lock-file-descriptor.patch
(from rev 214780, 
systemd/trunk/0001-udev-always-close-lock-file-descriptor.patch)
  
systemd/repos/testing-x86_64/0001-udev-exclude-device-mapper-from-block-device-ownersh.patch
(from rev 214780, 
systemd/trunk/0001-udev-exclude-device-mapper-from-block-device-ownersh.patch)
  
systemd/repos/testing-x86_64/0001-udev-really-exclude-device-mapper-from-block-device-.patch
(from rev 214780, 
systemd/trunk/0001-udev-really-exclude-device-mapper-from-block-device-.patch)
  
systemd/repos/testing-x86_64/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
(from rev 214780, 
systemd/trunk/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 214780, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 214780, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 214780, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 214780, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/systemd.install
(from rev 214780, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-i686/0001-fsck-disable-l-option-for-now.patch
  systemd/repos/testing-i686/0001-networkd-link-intialize-mac-address.patch
  
systemd/repos/testing-i686/0001-udev-exclude-device-mapper-from-block-device-ownersh.patch
  
systemd/repos/testing-i686/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
  systemd/repos/testing-i686/PKGBUILD
  systemd/repos/testing-i686/initcpio-hook-udev
  systemd/repos/testing-i686/initcpio-install-systemd
  systemd/repos/testing-i686/initcpio-install-udev
  systemd/repos/testing-i686/systemd.install
  systemd/repos/testing-x86_64/0001-fsck-disable-l-option-for-now.patch
  systemd/repos/testing-x86_64/0001-networkd-link-intialize-mac-address.patch
  
systemd/repos/testing-x86_64/0001-udev-exclude-device-mapper-from-block-device-ownersh.patch
  
systemd/repos/testing-x86_64/0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/systemd.install

+
 /0001-fsck-disable-l-option-for-now.patch  
|  116 +++
 /0001-networkd-link-intialize-mac-address.patch
|   66 +
 /0001-udev-exclude-device-mapper-from-block-device-ownersh.patch   
|   76 ++
 /0001-units-use-KillMode-mixed-for-systemd-nspawn-.service.patch   
|   52 +
 /PKGBUILD 

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

2014-06-10 Thread Dave Reisner
Date: Tuesday, June 10, 2014 @ 16:49:02
  Author: dreisner
Revision: 214780

upgpkg: systemd 213-9

- backport more fixes for LVM boot issues (FS#40765)

Added:
  systemd/trunk/0001-udev-always-close-lock-file-descriptor.patch
  systemd/trunk/0001-udev-really-exclude-device-mapper-from-block-device-.patch
Modified:
  systemd/trunk/PKGBUILD

-+
 0001-udev-always-close-lock-file-descriptor.patch   |   48 
++
 0001-udev-really-exclude-device-mapper-from-block-device-.patch |   33 ++
 PKGBUILD|   13 ++
 3 files changed, 91 insertions(+), 3 deletions(-)

Added: 0001-udev-always-close-lock-file-descriptor.patch
===
--- 0001-udev-always-close-lock-file-descriptor.patch   
(rev 0)
+++ 0001-udev-always-close-lock-file-descriptor.patch   2014-06-10 14:49:02 UTC 
(rev 214780)
@@ -0,0 +1,48 @@
+From 3d06f4183470d42361303086ed9dedd29c0ffc1b Mon Sep 17 00:00:00 2001
+From: Kay Sievers 
+Date: Tue, 3 Jun 2014 10:46:51 +0200
+Subject: [PATCH] udev: always close lock file descriptor
+
+https://bugs.freedesktop.org/show_bug.cgi?id=79576
+---
+ src/udev/udevd.c | 10 --
+ 1 file changed, 4 insertions(+), 6 deletions(-)
+
+diff --git a/src/udev/udevd.c b/src/udev/udevd.c
+index 1c9488e..819ea3b 100644
+--- a/src/udev/udevd.c
 b/src/udev/udevd.c
+@@ -301,6 +301,7 @@ static void worker_new(struct event *event)
+ if (fd_lock >= 0 && flock(fd_lock, 
LOCK_SH|LOCK_NB) < 0) {
+ log_debug("Unable to 
flock(%s), skipping event handling: %m", udev_device_get_devnode(d));
+ err = -EWOULDBLOCK;
++fd_lock = safe_close(fd_lock);
+ goto skip;
+ }
+ }
+@@ -317,8 +318,7 @@ static void worker_new(struct event *event)
+ udev_device_update_db(dev);
+ }
+ 
+-if (fd_lock >= 0)
+-close(fd_lock);
++safe_close(fd_lock);
+ 
+ /* send processed event back to libudev listeners */
+ udev_monitor_send_device(worker_monitor, NULL, dev);
+@@ -377,10 +377,8 @@ skip:
+ }
+ out:
+ udev_device_unref(dev);
+-if (fd_signal >= 0)
+-close(fd_signal);
+-if (fd_ep >= 0)
+-close(fd_ep);
++safe_close(fd_signal);
++safe_close(fd_ep);
+ close(fd_inotify);
+ close(worker_watch[WRITE_END]);
+ udev_rules_unref(rules);
+-- 
+2.0.0
+

Added: 0001-udev-really-exclude-device-mapper-from-block-device-.patch
===
--- 0001-udev-really-exclude-device-mapper-from-block-device-.patch 
(rev 0)
+++ 0001-udev-really-exclude-device-mapper-from-block-device-.patch 
2014-06-10 14:49:02 UTC (rev 214780)
@@ -0,0 +1,33 @@
+From 638ca89c53e2b897cfb3f627f4acbc7d09af2f4c Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Tue, 10 Jun 2014 15:51:15 +0200
+Subject: [PATCH] udev: really exclude device-mapper from block device
+ ownership event locking
+
+Arguments were wrong order, no?
+This fixes commits:
+
+e918a1b5a94f270186dca59156354acd2a596494
+3d06f4183470d42361303086ed9dedd29c0ffc1b
+---
+* dreisner: avoid second hunk of patch which doesn't apply to v213
+
+ src/udev/udevd.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/udev/udevd.c b/src/udev/udevd.c
+index 0f3f3f0..160360e 100644
+--- a/src/udev/udevd.c
 b/src/udev/udevd.c
+@@ -304,7 +304,7 @@ static void worker_new(struct event *event)
+  *  IMHO this sounds like a good plan for this 
moment
+  */
+ if (streq_ptr("block", 
udev_device_get_subsystem(dev)) &&
+-!startswith("dm-", udev_device_get_sysname(dev))) 
{
++!startswith(udev_device_get_sysname(dev), "dm-")) 
{
+ struct udev_device *d = dev;
+ 
+ if (streq_ptr("partition", 
udev_device_get_devtype(d)))
+-- 
+2.0.0
+

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 14:45:54 UTC (rev 214779)
+++ PKGBUILD2014-06-10 14:49:02 UTC (rev 214780)
@@ -4,7 +4,7 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
 pkgver=213
-pkgrel=8
+pkgrel=9
 arch=('i686' 'x86_64')
 url=

[arch-commits] Commit in linux/trunk (config config.x86_64)

2014-06-10 Thread Tobias Powalowski
Date: Tuesday, June 10, 2014 @ 16:45:54
  Author: tpowa
Revision: 214779

readd dell_rbu module

Modified:
  linux/trunk/config
  linux/trunk/config.x86_64

---+
 config|2 +-
 config.x86_64 |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: config
===
--- config  2014-06-10 14:17:49 UTC (rev 214778)
+++ config  2014-06-10 14:45:54 UTC (rev 214779)
@@ -5953,7 +5953,7 @@
 CONFIG_EDD=m
 # CONFIG_EDD_OFF is not set
 CONFIG_FIRMWARE_MEMMAP=y
-# CONFIG_DELL_RBU is not set
+CONFIG_DELL_RBU=m
 CONFIG_DCDBAS=m
 CONFIG_DMIID=y
 CONFIG_DMI_SYSFS=m

Modified: config.x86_64
===
--- config.x86_64   2014-06-10 14:17:49 UTC (rev 214778)
+++ config.x86_64   2014-06-10 14:45:54 UTC (rev 214779)
@@ -5713,7 +5713,7 @@
 CONFIG_EDD=m
 # CONFIG_EDD_OFF is not set
 CONFIG_FIRMWARE_MEMMAP=y
-# CONFIG_DELL_RBU is not set
+CONFIG_DELL_RBU=m
 CONFIG_DCDBAS=m
 CONFIG_DMIID=y
 CONFIG_DMI_SYSFS=m



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

2014-06-10 Thread Maxime Gauduin
Date: Tuesday, June 10, 2014 @ 16:41:01
  Author: alucryd
Revision: 112964

FS#40763: beets 1.3.6-2

Modified:
  beets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 14:23:10 UTC (rev 112963)
+++ PKGBUILD2014-06-10 14:41:01 UTC (rev 112964)
@@ -4,7 +4,7 @@
 
 pkgname=beets
 pkgver=1.3.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Flexible music library manager and tagger'
 arch=('any')
 url='http://beets.radbox.org/'
@@ -11,9 +11,16 @@
 license=('MIT')
 depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs' 
'python2-setuptools' 'python2-unidecode' 'python2-yaml')
 optdepends=('bash-completion: Bash completion'
-'gstreamer0.10-python: BPD audio player plugin'
-'python2-flask: Web interface'
-'python2-pyacoustid: Acoustic fingerprinting'
+'gst-plugins-bad: ReplayGain plugin'
+'gst-plugins-good: ReplayGain plugin'
+'gst-plugins-ugly: ReplayGain plugin'
+'gst-python: ReplayGain plugin'
+'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
+'python2-flask: Web plugin'
+'python2-pyacoustid: Chromaprint/Acoustid plugin'
 'python2-pylast: LastGenre plugin'
 'python2-requests: FetchArt plugin')
 
source=("https://github.com/sampsyo/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)



[arch-commits] Commit in beets/repos/community-any (PKGBUILD PKGBUILD)

2014-06-10 Thread Maxime Gauduin
Date: Tuesday, June 10, 2014 @ 16:41:10
  Author: alucryd
Revision: 112965

archrelease: copy trunk to community-any

Added:
  beets/repos/community-any/PKGBUILD
(from rev 112964, beets/trunk/PKGBUILD)
Deleted:
  beets/repos/community-any/PKGBUILD

--+
 PKGBUILD |   93 -
 1 file changed, 50 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-10 14:41:01 UTC (rev 112964)
+++ PKGBUILD2014-06-10 14:41:10 UTC (rev 112965)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Adrian Sampson 
-
-pkgname=beets
-pkgver=1.3.6
-pkgrel=1
-pkgdesc='Flexible music library manager and tagger'
-arch=('any')
-url='http://beets.radbox.org/'
-license=('MIT')
-depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs' 
'python2-setuptools' 'python2-unidecode' 'python2-yaml')
-optdepends=('bash-completion: Bash completion'
-'gstreamer0.10-python: BPD audio player plugin'
-'python2-flask: Web interface'
-'python2-pyacoustid: Acoustic fingerprinting'
-'python2-pylast: LastGenre plugin'
-'python2-requests: FetchArt plugin')
-source=("https://github.com/sampsyo/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('a62160585ce7f4784088db11b5f91d1ae886601e8ba3aab584b11dbbc43e3ce3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-
-# Manpages
-  install -dm 755 "${pkgdir}"/usr/share/man/man{1,5}
-  install -m 644 man/beet.1 "${pkgdir}"/usr/share/man/man1/
-  install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: beets/repos/community-any/PKGBUILD (from rev 112964, 
beets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-10 14:41:10 UTC (rev 112965)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Adrian Sampson 
+
+pkgname=beets
+pkgver=1.3.6
+pkgrel=2
+pkgdesc='Flexible music library manager and tagger'
+arch=('any')
+url='http://beets.radbox.org/'
+license=('MIT')
+depends=('mutagen' 'python2-enum34' 'python2-munkres' 'python2-musicbrainzngs' 
'python2-setuptools' 'python2-unidecode' 'python2-yaml')
+optdepends=('bash-completion: Bash completion'
+'gst-plugins-bad: ReplayGain plugin'
+'gst-plugins-good: ReplayGain plugin'
+'gst-plugins-ugly: ReplayGain plugin'
+'gst-python: ReplayGain plugin'
+'gstreamer0.10-bad-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-good-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-ugly-plugins: Chromaprint/Acoustid/BPD plugins'
+'gstreamer0.10-python: Chromaprint/Acoustid/BPD plugins'
+'python2-flask: Web plugin'
+'python2-pyacoustid: Chromaprint/Acoustid plugin'
+'python2-pylast: LastGenre plugin'
+'python2-requests: FetchArt plugin')
+source=("https://github.com/sampsyo/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('a62160585ce7f4784088db11b5f91d1ae886601e8ba3aab584b11dbbc43e3ce3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+
+# Manpages
+  install -dm 755 "${pkgdir}"/usr/share/man/man{1,5}
+  install -m 644 man/beet.1 "${pkgdir}"/usr/share/man/man1/
+  install -m 644 man/beetsconfig.5 "${pkgdir}"/usr/share/man/man5/
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in intel-gpu-tools/repos (4 files)

2014-06-10 Thread Daniel Micay
Date: Tuesday, June 10, 2014 @ 16:23:10
  Author: thestinger
Revision: 112963

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

Added:
  intel-gpu-tools/repos/community-i686/PKGBUILD
(from rev 112962, intel-gpu-tools/trunk/PKGBUILD)
  intel-gpu-tools/repos/community-x86_64/PKGBUILD
(from rev 112962, intel-gpu-tools/trunk/PKGBUILD)
Deleted:
  intel-gpu-tools/repos/community-i686/PKGBUILD
  intel-gpu-tools/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-10 14:22:40 UTC (rev 112962)
+++ community-i686/PKGBUILD 2014-06-10 14:23:10 UTC (rev 112963)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.6
-pkgrel=2
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python dri2proto)
-makedepends=(swig)
-source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('e823be446e06d31195c66e354752fb0b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-tests
-  export LANG=en_US.UTF-8
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-i686/PKGBUILD (from rev 112962, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-10 14:23:10 UTC (rev 112963)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.7
+pkgrel=1
+pkgdesc="Tools for development and testing of the Intel DRM driver"
+arch=(i686 x86_64)
+license=(MIT)
+url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
+depends=(libdrm libpciaccess cairo python dri2proto)
+makedepends=(swig)
+source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
+md5sums=('680b95fd4f73f2d3b9004d2a2fb57f77')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-tests
+  export LANG=en_US.UTF-8
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-10 14:22:40 UTC (rev 112962)
+++ community-x86_64/PKGBUILD   2014-06-10 14:23:10 UTC (rev 112963)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.6
-pkgrel=2
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python dri2proto)
-makedepends=(swig)
-source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('e823be446e06d31195c66e354752fb0b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-tests
-  export LANG=en_US.UTF-8
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-x86_64/PKGBUILD (from rev 112962, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-10 14:23:10 UTC (rev 112963)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.7
+pkgrel=1
+pkgdesc="Tools for development and testing of the Intel DRM driver"
+arch=(i686 x86_64)
+license=(MIT)
+url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
+depends=(libdrm libpciaccess cairo python dri2proto)
+makedepends=(swig)
+source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
+md5sums=('680b95fd4f73f2d3b9004d2a2fb57f77')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-tests
+  export LANG=en_US.UTF-8
+

[arch-commits] Commit in intel-gpu-tools/trunk (PKGBUILD)

2014-06-10 Thread Daniel Micay
Date: Tuesday, June 10, 2014 @ 16:22:40
  Author: thestinger
Revision: 112962

upgpkg: intel-gpu-tools 1.7-1

Modified:
  intel-gpu-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 12:58:51 UTC (rev 112961)
+++ PKGBUILD2014-06-10 14:22:40 UTC (rev 112962)
@@ -4,8 +4,8 @@
 # Originally by: Denis Smirnov 
 
 pkgname=intel-gpu-tools
-pkgver=1.6
-pkgrel=2
+pkgver=1.7
+pkgrel=1
 pkgdesc="Tools for development and testing of the Intel DRM driver"
 arch=(i686 x86_64)
 license=(MIT)
@@ -13,7 +13,7 @@
 depends=(libdrm libpciaccess cairo python dri2proto)
 makedepends=(swig)
 
source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('e823be446e06d31195c66e354752fb0b')
+md5sums=('680b95fd4f73f2d3b9004d2a2fb57f77')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



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

2014-06-10 Thread Jan de Groot
Date: Tuesday, June 10, 2014 @ 16:17:49
  Author: jgc
Revision: 214778

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

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

+
 /PKGBUILD  |   86 +++
 /evolution.install |   38 +
 extra-i686/PKGBUILD|   43 ---
 extra-i686/evolution.install   |   19 
 extra-x86_64/PKGBUILD  |   43 ---
 extra-x86_64/evolution.install |   19 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-10 14:17:43 UTC (rev 214777)
+++ extra-i686/PKGBUILD 2014-06-10 14:17:49 UTC (rev 214778)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=evolution
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="Manage your email, contacts and schedule"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
- desktop-file-utils hicolor-icon-theme dconf gtkspell3)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight)
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin'
-'highlight: text highlight plugin')
-groups=('gnome-extra')
-options=('!emptydirs')
-install=evolution.install
-url=https://wiki.gnome.org/Apps/Evolution
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('60742334aaf1e3b9f044c2003c44a37be5905b166e24580e9e6e6c5ae1b9f948')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --disable-schemas-compile
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 214777, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-10 14:17:49 UTC (rev 214778)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=evolution
+pkgver=3.12.3
+pkgrel=1
+pkgdesc="Manage your email, contacts and schedule"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
+ desktop-file-utils hicolor-icon-theme dconf gtkspell3)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight)
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin'
+'highlight: text highlight plugin')
+groups=('gnome-extra')
+options=('!emptydirs')
+install=evolution.install
+url=https://wiki.gnome.org/Apps/Evolution
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('980988cf3d1f537102f4a3143a2c251ac812666b8f0936afd6bdde0fe5a96fea')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --disable-schemas-compile
+  
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/evolution.install
===
--- extra-i686/evolution.install2014-06-10 14:17:43 UTC (rev 214777)
+++ extra-i686/evolution.install

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

2014-06-10 Thread Jan de Groot
Date: Tuesday, June 10, 2014 @ 16:17:43
  Author: jgc
Revision: 214777

upgpkg: evolution 3.12.3-1

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 13:56:37 UTC (rev 214776)
+++ PKGBUILD2014-06-10 14:17:43 UTC (rev 214777)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=evolution
-pkgver=3.12.2
+pkgver=3.12.3
 pkgrel=1
 pkgdesc="Manage your email, contacts and schedule"
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=evolution.install
 url=https://wiki.gnome.org/Apps/Evolution
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('60742334aaf1e3b9f044c2003c44a37be5905b166e24580e9e6e6c5ae1b9f948')
+sha256sums=('980988cf3d1f537102f4a3143a2c251ac812666b8f0936afd6bdde0fe5a96fea')
 
 build() {
   cd $pkgname-$pkgver



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

2014-06-10 Thread Jan de Groot
Date: Tuesday, June 10, 2014 @ 15:56:37
  Author: jgc
Revision: 214776

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

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

+
 /PKGBUILD  |   62 +++
 /evolution-data-server.install |   22 +
 extra-i686/PKGBUILD|   31 -
 extra-i686/evolution-data-server.install   |   11 
 extra-x86_64/PKGBUILD  |   31 -
 extra-x86_64/evolution-data-server.install |   11 
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-10 13:56:31 UTC (rev 214775)
+++ extra-i686/PKGBUILD 2014-06-10 13:56:37 UTC (rev 214776)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.12.2
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
-makedepends=(intltool gperf gobject-introspection vala python2)
-install=$pkgname.install
-url="https://wiki.gnome.org/Apps/Evolution";
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('91c95e17a8c1cd1086dafcd99a40bdf8f5993770f251f8b0a10e5395e3f5a3b6')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr \
-  --enable-vala-bindings --disable-uoa
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 214775, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-06-10 13:56:37 UTC (rev 214776)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.12.3
+pkgrel=1
+pkgdesc="Centralized access to appointments and contacts"
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata)
+makedepends=(intltool gperf gobject-introspection vala python2)
+install=$pkgname.install
+url="https://wiki.gnome.org/Apps/Evolution";
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('342d96446a9d6bf95bb649f14738a032c1454069201b4743c806ce0d8ad9dd7b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr \
+  --enable-vala-bindings --disable-uoa
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/evolution-data-server.install
===
--- extra-i686/evolution-data-server.install2014-06-10 13:56:31 UTC (rev 
214775)
+++ extra-i686/evolution-data-server.install2014-06-10 13:56:37 UTC (rev 
214776)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove () {
-post_install
-}

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

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

2014-06-10 Thread Jan de Groot
Date: Tuesday, June 10, 2014 @ 15:56:31
  Author: jgc
Revision: 214775

upgpkg: evolution-data-server 3.12.3-1

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 13:30:53 UTC (rev 214774)
+++ PKGBUILD2014-06-10 13:56:31 UTC (rev 214775)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evolution-data-server
-pkgver=3.12.2
+pkgver=3.12.3
 pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 url="https://wiki.gnome.org/Apps/Evolution";
 license=(GPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('91c95e17a8c1cd1086dafcd99a40bdf8f5993770f251f8b0a10e5395e3f5a3b6')
+sha256sums=('342d96446a9d6bf95bb649f14738a032c1454069201b4743c806ce0d8ad9dd7b')
 
 build() {
   cd "$pkgname-$pkgver"



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

2014-06-10 Thread Tobias Powalowski
Date: Tuesday, June 10, 2014 @ 15:30:35
  Author: tpowa
Revision: 214773

upgpkg: mdadm 3.3.1-2

fix udev rule dir

Modified:
  mdadm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 10:35:54 UTC (rev 214772)
+++ PKGBUILD2014-06-10 13:30:35 UTC (rev 214773)
@@ -3,7 +3,7 @@
 # Contributor: Judd Vinet 
 pkgname=mdadm
 pkgver=3.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool for managing/monitoring Linux md device arrays, also known as 
Software RAID"
 arch=(i686 x86_64)
 license=('GPL')
@@ -35,7 +35,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  make CXFLAGS="$CFLAGS" BINDIR=/usr/bin
+  make CXFLAGS="$CFLAGS" BINDIR=/usr/bin UDEVDIR=/usr/lib/udev
   # build static mdassemble for Arch's initramfs
   make MDASSEMBLE_AUTO=1 mdassemble
   
@@ -43,7 +43,7 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  make INSTALL=/usr/bin/install BINDIR=/usr/bin DESTDIR=$pkgdir install
+  make INSTALL=/usr/bin/install BINDIR=/usr/bin DESTDIR=$pkgdir 
UDEVDIR=/usr/lib/udev install
   make SYSTEMD_DIR=$pkgdir/usr/lib/systemd/system install-systemd
   install -D -m755 mdassemble $pkgdir/usr/bin/mdassemble
   install -D -m644 ../mdadm.conf $pkgdir/etc/mdadm.conf



[arch-commits] Commit in mdadm/repos (36 files)

2014-06-10 Thread Tobias Powalowski
Date: Tuesday, June 10, 2014 @ 15:30:53
  Author: tpowa
Revision: 214774

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

Added:
  mdadm/repos/testing-i686/PKGBUILD
(from rev 214773, mdadm/trunk/PKGBUILD)
  mdadm/repos/testing-i686/disable-werror.patch
(from rev 214773, mdadm/trunk/disable-werror.patch)
  mdadm/repos/testing-i686/linux-3.0.patch
(from rev 214773, mdadm/trunk/linux-3.0.patch)
  mdadm/repos/testing-i686/mdadm-fix-udev-rules.patch
(from rev 214773, mdadm/trunk/mdadm-fix-udev-rules.patch)
  mdadm/repos/testing-i686/mdadm.conf
(from rev 214773, mdadm/trunk/mdadm.conf)
  mdadm/repos/testing-i686/mdadm.service
(from rev 214773, mdadm/trunk/mdadm.service)
  mdadm/repos/testing-i686/mdadm_hook
(from rev 214773, mdadm/trunk/mdadm_hook)
  mdadm/repos/testing-i686/mdadm_install
(from rev 214773, mdadm/trunk/mdadm_install)
  mdadm/repos/testing-i686/mdadm_udev_install
(from rev 214773, mdadm/trunk/mdadm_udev_install)
  mdadm/repos/testing-x86_64/PKGBUILD
(from rev 214773, mdadm/trunk/PKGBUILD)
  mdadm/repos/testing-x86_64/disable-werror.patch
(from rev 214773, mdadm/trunk/disable-werror.patch)
  mdadm/repos/testing-x86_64/linux-3.0.patch
(from rev 214773, mdadm/trunk/linux-3.0.patch)
  mdadm/repos/testing-x86_64/mdadm-fix-udev-rules.patch
(from rev 214773, mdadm/trunk/mdadm-fix-udev-rules.patch)
  mdadm/repos/testing-x86_64/mdadm.conf
(from rev 214773, mdadm/trunk/mdadm.conf)
  mdadm/repos/testing-x86_64/mdadm.service
(from rev 214773, mdadm/trunk/mdadm.service)
  mdadm/repos/testing-x86_64/mdadm_hook
(from rev 214773, mdadm/trunk/mdadm_hook)
  mdadm/repos/testing-x86_64/mdadm_install
(from rev 214773, mdadm/trunk/mdadm_install)
  mdadm/repos/testing-x86_64/mdadm_udev_install
(from rev 214773, mdadm/trunk/mdadm_udev_install)
Deleted:
  mdadm/repos/testing-i686/PKGBUILD
  mdadm/repos/testing-i686/disable-werror.patch
  mdadm/repos/testing-i686/linux-3.0.patch
  mdadm/repos/testing-i686/mdadm-fix-udev-rules.patch
  mdadm/repos/testing-i686/mdadm.conf
  mdadm/repos/testing-i686/mdadm.service
  mdadm/repos/testing-i686/mdadm_hook
  mdadm/repos/testing-i686/mdadm_install
  mdadm/repos/testing-i686/mdadm_udev_install
  mdadm/repos/testing-x86_64/PKGBUILD
  mdadm/repos/testing-x86_64/disable-werror.patch
  mdadm/repos/testing-x86_64/linux-3.0.patch
  mdadm/repos/testing-x86_64/mdadm-fix-udev-rules.patch
  mdadm/repos/testing-x86_64/mdadm.conf
  mdadm/repos/testing-x86_64/mdadm.service
  mdadm/repos/testing-x86_64/mdadm_hook
  mdadm/repos/testing-x86_64/mdadm_install
  mdadm/repos/testing-x86_64/mdadm_udev_install

---+
 /PKGBUILD |  110 +++
 /disable-werror.patch |   22 ++
 /linux-3.0.patch  |   90 +
 /mdadm-fix-udev-rules.patch   |  274 
 /mdadm.conf   |  134 +
 /mdadm.service|   16 +
 /mdadm_hook   |   98 ++
 /mdadm_install|   92 +
 /mdadm_udev_install   |   50 +
 testing-i686/PKGBUILD |   55 -
 testing-i686/disable-werror.patch |   11 -
 testing-i686/linux-3.0.patch  |   45 
 testing-i686/mdadm-fix-udev-rules.patch   |  137 --
 testing-i686/mdadm.conf   |   67 --
 testing-i686/mdadm.service|8 
 testing-i686/mdadm_hook   |   49 -
 testing-i686/mdadm_install|   46 
 testing-i686/mdadm_udev_install   |   25 --
 testing-x86_64/PKGBUILD   |   55 -
 testing-x86_64/disable-werror.patch   |   11 -
 testing-x86_64/linux-3.0.patch|   45 
 testing-x86_64/mdadm-fix-udev-rules.patch |  137 --
 testing-x86_64/mdadm.conf |   67 --
 testing-x86_64/mdadm.service  |8 
 testing-x86_64/mdadm_hook |   49 -
 testing-x86_64/mdadm_install  |   46 
 testing-x86_64/mdadm_udev_install |   25 --
 27 files changed, 886 insertions(+), 886 deletions(-)

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


[arch-commits] Commit in wanderlust/repos/community-any (4 files)

2014-06-10 Thread Sergej Pupykin
Date: Tuesday, June 10, 2014 @ 14:58:51
  Author: spupykin
Revision: 112961

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   61 +--
 wanderlust.install |   44 ++--
 2 files changed, 53 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-10 12:58:40 UTC (rev 112960)
+++ PKGBUILD2014-06-10 12:58:51 UTC (rev 112961)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Norberto Lopes 
-
-pkgname=wanderlust
-#pkgver=2.15.9
-pkgver=20140522
-pkgrel=1
-pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
-arch=(any)
-url="http://www.gohome.org/wl";
-license=('GPL')
-depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
-makedepends=('cvs' 'bbdb')
-optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=("wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master";)
-md5sums=('dc1ae02e41b1d4addf7b983e2c75b6e4')
-
-package() {
-  cd $srcdir/wanderlust-wanderlust-*
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
-  install -dm0755 $pkgdir/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
-   PIXMAPDIR=$pkgdir$PIXMAPDIR \
-   INFODIR=$pkgdir/usr/share/info
-  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 112960, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-10 12:58:51 UTC (rev 112961)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Norberto Lopes 
+
+pkgname=wanderlust
+#pkgver=2.15.9
+pkgver=20140610
+pkgrel=1
+pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
+arch=(any)
+#url="http://www.gohome.org/wl";
+url="https://github.com/wanderlust/wanderlust/";
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
+makedepends=('cvs' 'bbdb')
+optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=("wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master";)
+md5sums=('063a0781b939b8e0976454c6f2d510bc')
+
+package() {
+  cd $srcdir/wanderlust-wanderlust-*
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
+  install -dm0755 $pkgdir/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR=$pkgdir/usr/share/emacs/site-lisp \
+   PIXMAPDIR=$pkgdir$PIXMAPDIR \
+   INFODIR=$pkgdir/usr/share/info
+  install -m644 utils/ssl.el $pkgdir/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2014-06-10 12:58:40 UTC (rev 112960)
+++ wanderlust.install  2014-06-10 12:58:51 UTC (rev 112961)
@@ -1,22 +0,0 @@
-infodir=/usr/share/info
-
-post_install () {
-cat << EOF
-==> Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl "wl" "Wanderlust" t)
-(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
-(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
-EOF
-  [ -x usr/bin/install-info ] || return 0
-  install-info "$infodir/wl.info.gz" "$infodir/dir"
-}
-
-post_upgrade () {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete "$infodir/wl.info.gz" "$infodir/dir"
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 112960, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2014-06-10 12:58:51 UTC (rev 112961)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+
+post_install () {
+cat << EOF
+==> Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl "wl" "Wanderlust" t)
+(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
+(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
+EOF
+  [ -x usr/bin/install-info ] || return 0
+  install-info "$infodir/wl.info.gz" "$infodir/dir"
+}
+
+post_upgrade () {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete "$infodir/wl.info.gz" "$infodir/dir"
+}



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

2014-06-10 Thread Sergej Pupykin
Date: Tuesday, June 10, 2014 @ 14:58:40
  Author: spupykin
Revision: 112960

upgpkg: wanderlust 20140610-1

upd

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 10:23:21 UTC (rev 112959)
+++ PKGBUILD2014-06-10 12:58:40 UTC (rev 112960)
@@ -4,11 +4,12 @@
 
 pkgname=wanderlust
 #pkgver=2.15.9
-pkgver=20140522
+pkgver=20140610
 pkgrel=1
 pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
 arch=(any)
-url="http://www.gohome.org/wl";
+#url="http://www.gohome.org/wl";
+url="https://github.com/wanderlust/wanderlust/";
 license=('GPL')
 depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
 makedepends=('cvs' 'bbdb')
@@ -15,7 +16,7 @@
 optdepends=('bbdb: contact management utility')
 install=wanderlust.install
 
source=("wanderlust-$pkgver.zip::https://github.com/wanderlust/wanderlust/zipball/master";)
-md5sums=('dc1ae02e41b1d4addf7b983e2c75b6e4')
+md5sums=('063a0781b939b8e0976454c6f2d510bc')
 
 package() {
   cd $srcdir/wanderlust-wanderlust-*



[arch-commits] Commit in firewalld/repos/community-any (7 files)

2014-06-10 Thread Maxime Gauduin
Date: Tuesday, June 10, 2014 @ 12:23:21
  Author: alucryd
Revision: 112959

archrelease: copy trunk to community-any

Added:
  firewalld/repos/community-any/PKGBUILD
(from rev 112958, firewalld/trunk/PKGBUILD)
  firewalld/repos/community-any/firewalld-paths.patch
(from rev 112958, firewalld/trunk/firewalld-paths.patch)
  firewalld/repos/community-any/firewalld-syntax.patch
(from rev 112958, firewalld/trunk/firewalld-syntax.patch)
  firewalld/repos/community-any/firewalld.install
(from rev 112958, firewalld/trunk/firewalld.install)
Deleted:
  firewalld/repos/community-any/PKGBUILD
  firewalld/repos/community-any/firewalld-paths.patch
  firewalld/repos/community-any/firewalld.install

+
 PKGBUILD   |   87 ++-
 firewalld-paths.patch  |  210 ++-
 firewalld-syntax.patch |   23 +
 firewalld.install  |   28 +++---
 4 files changed, 199 insertions(+), 149 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-10 10:23:05 UTC (rev 112958)
+++ PKGBUILD2014-06-10 10:23:21 UTC (rev 112959)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: unikum 
-# Contributor: speed145a 
-
-pkgname=firewalld
-pkgver=0.3.9.3
-pkgrel=2
-pkgdesc='A firewall daemon with D-BUS interface providing a dynamic firewall'
-arch=('any')
-url="http://fedorahosted.org/${pkgname}";
-license=('GPL2')
-depends=('ebtables' 'gtk3' 'iptables' 'libnotify' 'networkmanager' 
'python-slip')
-makedepends=('intltool' 'docbook-xsl')
-backup=('etc/conf.d/firewalld'
-'etc/firewalld/firewalld.conf')
-install="${pkgname}.install"
-source=("http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-'firewalld-paths.patch')
-sha256sums=('2076665137ad93d574bb5c9688fc83b4971cf70e36bdf0fd20f885dd42553002'
-'e2f96a3fbd8e8b9168d49c9f39e76a69fff169e69f302d0c12e458ed698cabc6')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  patch -Np1 -i ../firewalld-paths.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' 
--disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: firewalld/repos/community-any/PKGBUILD (from rev 112958, 
firewalld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-10 10:23:21 UTC (rev 112959)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: unikum 
+# Contributor: speed145a 
+
+pkgname=firewalld
+pkgver=0.3.10
+pkgrel=1
+pkgdesc='A dynamic firewall daemon with a D-BUS interface'
+arch=('any')
+url="http://fedorahosted.org/${pkgname}";
+license=('GPL2')
+depends=('ebtables' 'gtk3' 'iptables' 'libnotify' 'networkmanager' 
'python-slip')
+makedepends=('intltool' 'docbook-xsl')
+backup=('etc/conf.d/firewalld'
+'etc/firewalld/firewalld.conf')
+install="${pkgname}.install"
+source=("http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+"${pkgname}-paths.patch"
+"${pkgname}-syntax.patch")
+sha256sums=('0f5e051655fc06690f5ab72b1b38cb57b4368e49bd5ad98a27e2f88c79e82f2b'
+'41591c5358c5ad8d43b29d72f42c331fcfc25e3d38c0ba5b3c818fc757ceef2f'
+'42f0e4dbf574ac7b87df77117816dbc4a2ac17f709a22990eeeb973950cc6322')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  patch -Np1 -i ../${pkgname}-paths.patch
+  patch -Np1 -i ../${pkgname}-syntax.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' 
--disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: firewalld-paths.patch
===
--- firewalld-paths.patch   2014-06-10 10:23:05 UTC (rev 112958)
+++ firewalld-paths.patch   2014-06-10 10:23:21 UTC (rev 112959)
@@ -1,93 +0,0 @@
 a/config/Makefile.am
-+++ b/config/Makefile.am
-@@ -57,12 +57,12 @@ UNINSTALL_TARGETS += uninstall-init
- endif
- 
- install-sysconfig:
--  $(MKDIR_P) $(DESTDIR)$(sysconfdir)/sysconfig
--  $(INSTALL_DATA) $(srcdir)/firewalld.sysconfig 
$(DESTDIR)$(sysconfdir)/sysconfig/firewalld
-+  $(MKDIR_P) $(DESTDIR)$(sysconfdir)/conf.d
-+  $(INSTALL_DATA) $(srcdir)/firewalld.sysconfig 
$(DESTDIR)$(sysconfdir)/conf.d/firewalld
- 
- uninstall-sysconfig:
--  rm -f $(DESTDIR)$(sysconfdir)/sysconfig/firewalld
--  rmdir $(DESTDIR)$(sysconfdir)/sysconfig || :
-+  rm -f $(DESTDIR)$(sysconfdir)/conf.d/firewalld
-+  rmdir $(DESTDIR)$(sysconfdir)/conf.d || :
- 
- install-init: install-sysconfig
-   $(MKDIR_P) $(DESTDIR)$(sysconfdir)/rc.d/init.d
 a/config/Makefile.in
-+++ b/config/Makefile.in

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

2014-06-10 Thread Maxime Gauduin
Date: Tuesday, June 10, 2014 @ 12:23:05
  Author: alucryd
Revision: 112958

upgpkg: firewalld 0.3.10-1

Added:
  firewalld/trunk/firewalld-syntax.patch
Modified:
  firewalld/trunk/PKGBUILD
  firewalld/trunk/firewalld-paths.patch

+
 PKGBUILD   |   17 ---
 firewalld-paths.patch  |  110 ---
 firewalld-syntax.patch |   23 +
 3 files changed, 100 insertions(+), 50 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 10:01:32 UTC (rev 112957)
+++ PKGBUILD2014-06-10 10:23:05 UTC (rev 112958)
@@ -4,9 +4,9 @@
 # Contributor: speed145a 
 
 pkgname=firewalld
-pkgver=0.3.9.3
-pkgrel=2
-pkgdesc='A firewall daemon with D-BUS interface providing a dynamic firewall'
+pkgver=0.3.10
+pkgrel=1
+pkgdesc='A dynamic firewall daemon with a D-BUS interface'
 arch=('any')
 url="http://fedorahosted.org/${pkgname}";
 license=('GPL2')
@@ -16,14 +16,17 @@
 'etc/firewalld/firewalld.conf')
 install="${pkgname}.install"
 
source=("http://fedorahosted.org/released/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-'firewalld-paths.patch')
-sha256sums=('2076665137ad93d574bb5c9688fc83b4971cf70e36bdf0fd20f885dd42553002'
-'e2f96a3fbd8e8b9168d49c9f39e76a69fff169e69f302d0c12e458ed698cabc6')
+"${pkgname}-paths.patch"
+"${pkgname}-syntax.patch")
+sha256sums=('0f5e051655fc06690f5ab72b1b38cb57b4368e49bd5ad98a27e2f88c79e82f2b'
+'41591c5358c5ad8d43b29d72f42c331fcfc25e3d38c0ba5b3c818fc757ceef2f'
+'42f0e4dbf574ac7b87df77117816dbc4a2ac17f709a22990eeeb973950cc6322')
 
 prepare() {
   cd ${pkgname}-${pkgver}
 
-  patch -Np1 -i ../firewalld-paths.patch
+  patch -Np1 -i ../${pkgname}-paths.patch
+  patch -Np1 -i ../${pkgname}-syntax.patch
 }
 
 build() {

Modified: firewalld-paths.patch
===
--- firewalld-paths.patch   2014-06-10 10:01:32 UTC (rev 112957)
+++ firewalld-paths.patch   2014-06-10 10:23:05 UTC (rev 112958)
@@ -1,8 +1,21 @@
 a/config/Makefile.am
-+++ b/config/Makefile.am
-@@ -57,12 +57,12 @@ UNINSTALL_TARGETS += uninstall-init
- endif
+diff -rupN firewalld-0.3.10.orig/config/firewalld.service.in 
firewalld-0.3.10/config/firewalld.service.in
+--- firewalld-0.3.10.orig/config/firewalld.service.in  2014-06-10 
11:07:27.864758482 +0200
 firewalld-0.3.10/config/firewalld.service.in   2014-06-10 
11:07:39.582420959 +0200
+@@ -6,7 +6,7 @@ Before=NetworkManager.service
+ Conflicts=iptables.service ip6tables.service ebtables.service
  
+ [Service]
+-EnvironmentFile=-/etc/sysconfig/firewalld
++EnvironmentFile=-/etc/conf.d/firewalld
+ ExecStart=@sbindir@/firewalld --nofork --nopid $FIREWALLD_ARGS
+ ExecReload=/bin/kill -HUP $MAINPID
+ # supress to log debug and error output also to /var/log/messages
+diff -rupN firewalld-0.3.10.orig/config/Makefile.am 
firewalld-0.3.10/config/Makefile.am
+--- firewalld-0.3.10.orig/config/Makefile.am   2014-06-10 11:07:27.851758856 
+0200
 firewalld-0.3.10/config/Makefile.am2014-06-10 11:07:39.580421016 
+0200
+@@ -164,12 +164,12 @@ firewalld.service: firewalld.service.in
+   $(edit) $< >$@
+ 
  install-sysconfig:
 -  $(MKDIR_P) $(DESTDIR)$(sysconfdir)/sysconfig
 -  $(INSTALL_DATA) $(srcdir)/firewalld.sysconfig 
$(DESTDIR)$(sysconfdir)/sysconfig/firewalld
@@ -17,10 +30,11 @@
  
  install-init: install-sysconfig
$(MKDIR_P) $(DESTDIR)$(sysconfdir)/rc.d/init.d
 a/config/Makefile.in
-+++ b/config/Makefile.in
-@@ -566,12 +566,12 @@ uninstall-am: uninstall-desktopDATA 
uninstall-dist_dbus_policyDATA \
- all: $(desktop_DATA) $(polkit1_action_DATA) $(gsettings_SCHEMAS)
+diff -rupN firewalld-0.3.10.orig/config/Makefile.in 
firewalld-0.3.10/config/Makefile.in
+--- firewalld-0.3.10.orig/config/Makefile.in   2014-06-10 11:07:27.782760844 
+0200
 firewalld-0.3.10/config/Makefile.in2014-06-10 11:07:39.581420988 
+0200
+@@ -761,12 +761,12 @@ firewalld.service: firewalld.service.in
+   $(edit) $< >$@
  
  install-sysconfig:
 -  $(MKDIR_P) $(DESTDIR)$(sysconfdir)/sysconfig
@@ -36,39 +50,9 @@
  
  install-init: install-sysconfig
$(MKDIR_P) $(DESTDIR)$(sysconfdir)/rc.d/init.d
 a/config/firewalld.service.in
-+++ b/config/firewalld.service.in
-@@ -8,7 +8,7 @@ Before=NetworkManager.service
- Conflicts=iptables.service ip6tables.service ebtables.service
- 
- [Service]
--EnvironmentFile=-/etc/sysconfig/firewalld
-+EnvironmentFile=-/etc/conf.d/firewalld
- ExecStart=@sbindir@/firewalld --nofork --nopid $FIREWALLD_ARGS
- ExecReload=/bin/kill -HUP $MAINPID
- # supress to log debug and error output also to /var/log/messages
 a/src/firewall-offline-cmd.orig   2013-08-11 17:59:31.155087815 +0200
-+++ b/src/firewall-offline-cmd2013-08-11 18:00:19.502502558 +0200
-@@ -184,7 +184,7 @@ def _addStandardOptions(parser):
-   action="callback", dest="

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

2014-06-10 Thread Sergej Pupykin
Date: Tuesday, June 10, 2014 @ 12:01:32
  Author: spupykin
Revision: 112957

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

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

-+
 /PKGBUILD   |  124 ++
 /recoll.install |   26 +++
 community-i686/PKGBUILD |   62 ---
 community-i686/recoll.install   |   13 ---
 community-x86_64/PKGBUILD   |   62 ---
 community-x86_64/recoll.install |   13 ---
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-10 10:01:19 UTC (rev 112956)
+++ community-i686/PKGBUILD 2014-06-10 10:01:32 UTC (rev 112957)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel J Griffiths 
-# Contributor: Andrea Scarpino 
-# Contributor: Vladimir Chizhov 
-# Contributor: Robert Emil Berge 
-
-pkgname=recoll
-pkgver=1.19.13
-pkgrel=1
-pkgdesc="Full text search tool based on Xapian backend"
-arch=('i686' 'x86_64')
-url="http://www.lesbonscomptes.com/recoll/";
-license=('GPL')
-depends=('xapian-core>=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 
'qtwebkit')
-makedepends=('python2')
-optdepends=('libxslt: for XML based formats (fb2,etc)'
-   'unzip: for the OpenOffice.org documents'
-   'poppler: for pdf'
-   'pstotext: for postscipt'
-   'antiword: for msword'
-   'catdoc: for ms excel and powerpoint'
-   'unrtf: for RTF'
-   'untex: for dvi support with dvips'
-   'djvulibre: for djvu'
-   'id3lib: for mp3 tags support with id3info'
-   'python2: for using some filters'
-   'mutagen: Audio metadata'
-   'python2-pychm: CHM files'
-   'perl-image-exiftool: EXIF data from raw files'
-   'aspell-en: English stemming support')
-install=recoll.install
-source=("http://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz";)
-md5sums=('b8a670e182e9671e25ec9a493d8452a1')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-
-  msg2 "Python2 fix"
-  export PYTHON=/usr/bin/python2
-  for file in 
filters/{rclchm,rclexecm.py,rclics,rclpython,rclzip,rclaudio,rclinfo,rclkar,rcllatinclass.py,rclwar,rclrar}
 \
-  doc/user/usermanual.html; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' "$file"
-  done
-  sed -i 's_python$_python2_' desktop/hotrecoll.py
-  sed -i 's_python _python2 _' python/recoll/Makefile recollinstall*
-
-  sed -i '1,1i#include ' utils/rclionice.cpp
-
-  QMAKE=qmake-qt4 ./configure \
---prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: recoll/repos/community-i686/PKGBUILD (from rev 112956, 
recoll/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-10 10:01:32 UTC (rev 112957)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel J Griffiths 
+# Contributor: Andrea Scarpino 
+# Contributor: Vladimir Chizhov 
+# Contributor: Robert Emil Berge 
+
+pkgname=recoll
+pkgver=1.19.14
+pkgrel=1
+pkgdesc="Full text search tool based on Xapian backend"
+arch=('i686' 'x86_64')
+url="http://www.lesbonscomptes.com/recoll/";
+license=('GPL')
+depends=('xapian-core>=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 
'qtwebkit')
+makedepends=('python2')
+optdepends=('libxslt: for XML based formats (fb2,etc)'
+   'unzip: for the OpenOffice.org documents'
+   'poppler: for pdf'
+   'pstotext: for postscipt'
+   'antiword: for msword'
+   'catdoc: for ms excel and powerpoint'
+   'unrtf: for RTF'
+   'untex: for dvi support with dvips'
+   'djvulibre: for djvu'
+   'id3lib: for mp3 tags support with id3info'
+   'python2: for using some filters'
+   'mutagen: Audio metadata'
+   'python2-pychm: CHM files'
+   'perl-image-exiftool: EXIF data from raw files'
+   'aspell-en: English stemming support')
+install=recoll.install
+source=("http://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz";)
+md5sums=('0b0eb1f9ea5a4f3743fb60374b2

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

2014-06-10 Thread Sergej Pupykin
Date: Tuesday, June 10, 2014 @ 12:01:19
  Author: spupykin
Revision: 112956

upgpkg: recoll 1.19.14-1

upd

Modified:
  recoll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 08:02:12 UTC (rev 112955)
+++ PKGBUILD2014-06-10 10:01:19 UTC (rev 112956)
@@ -6,7 +6,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=recoll
-pkgver=1.19.13
+pkgver=1.19.14
 pkgrel=1
 pkgdesc="Full text search tool based on Xapian backend"
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
'aspell-en: English stemming support')
 install=recoll.install
 source=("http://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz";)
-md5sums=('b8a670e182e9671e25ec9a493d8452a1')
+md5sums=('0b0eb1f9ea5a4f3743fb60374b2e5b7b')
 
 build() {
   cd "$srcdir/$pkgname-${pkgver/_/}"



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

2014-06-10 Thread Tobias Powalowski
Date: Tuesday, June 10, 2014 @ 11:24:32
  Author: tpowa
Revision: 214771

archrelease: copy trunk to extra-any

Added:
  clawsker/repos/extra-any/PKGBUILD
(from rev 214770, clawsker/trunk/PKGBUILD)
Deleted:
  clawsker/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-10 09:24:25 UTC (rev 214770)
+++ PKGBUILD2014-06-10 09:24:32 UTC (rev 214771)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Francesco Groccia 
-# Contributor: Jakub "mr.MikyMaus" Fiser 
-
-pkgname=clawsker
-pkgver=0.7.10
-pkgrel=1
-pkgdesc="An applet to edit Claws Mail's hidden preferences."
-arch=('any')
-url="http://www.claws-mail.org/clawsker.php";
-license=('GPL3')
-makedepends=('gettext')
-depends=('gtk2-perl' 'perl-locale-gettext' 'claws-mail')
-source=("http://www.claws-mail.org/tools/$pkgname-$pkgver.tar.gz";)
-
-build()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make PREFIX="/usr" DESTDIR="$pkgdir" install
-}
-md5sums=('500f9a0cf60bd165f14c9030dff45200')

Copied: clawsker/repos/extra-any/PKGBUILD (from rev 214770, 
clawsker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-10 09:24:32 UTC (rev 214771)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Francesco Groccia 
+# Contributor: Jakub "mr.MikyMaus" Fiser 
+
+pkgname=clawsker
+pkgver=0.7.11
+pkgrel=1
+pkgdesc="An applet to edit Claws Mail's hidden preferences."
+arch=('any')
+url="http://www.claws-mail.org/clawsker.php";
+license=('GPL3')
+makedepends=('gettext')
+depends=('gtk2-perl' 'perl-locale-gettext' 'claws-mail')
+source=("http://www.claws-mail.org/tools/$pkgname-$pkgver.tar.gz";)
+
+build()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make PREFIX="/usr" DESTDIR="$pkgdir" install
+}
+md5sums=('50ce3bc4db4ce2e624d4124c8d64065c')



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

2014-06-10 Thread Tobias Powalowski
Date: Tuesday, June 10, 2014 @ 11:24:25
  Author: tpowa
Revision: 214770

upgpkg: clawsker 0.7.11-1

bump to latest version

Modified:
  clawsker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 09:04:19 UTC (rev 214769)
+++ PKGBUILD2014-06-10 09:24:25 UTC (rev 214770)
@@ -4,7 +4,7 @@
 # Contributor: Jakub "mr.MikyMaus" Fiser 
 
 pkgname=clawsker
-pkgver=0.7.10
+pkgver=0.7.11
 pkgrel=1
 pkgdesc="An applet to edit Claws Mail's hidden preferences."
 arch=('any')
@@ -24,4 +24,4 @@
   cd "$srcdir/$pkgname-$pkgver"
   make PREFIX="/usr" DESTDIR="$pkgdir" install
 }
-md5sums=('500f9a0cf60bd165f14c9030dff45200')
+md5sums=('50ce3bc4db4ce2e624d4124c8d64065c')



[arch-commits] Commit in xf86-video-intel/repos (6 files)

2014-06-10 Thread Laurent Carlier
Date: Tuesday, June 10, 2014 @ 11:04:19
  Author: lcarlier
Revision: 214769

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

Added:
  xf86-video-intel/repos/testing-i686/
  xf86-video-intel/repos/testing-i686/PKGBUILD
(from rev 214768, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-i686/xf86-video-intel.install
(from rev 214768, xf86-video-intel/trunk/xf86-video-intel.install)
  xf86-video-intel/repos/testing-x86_64/
  xf86-video-intel/repos/testing-x86_64/PKGBUILD
(from rev 214768, xf86-video-intel/trunk/PKGBUILD)
  xf86-video-intel/repos/testing-x86_64/xf86-video-intel.install
(from rev 214768, xf86-video-intel/trunk/xf86-video-intel.install)

-+
 testing-i686/PKGBUILD   |   49 ++
 testing-i686/xf86-video-intel.install   |   22 +
 testing-x86_64/PKGBUILD |   49 ++
 testing-x86_64/xf86-video-intel.install |   22 +
 4 files changed, 142 insertions(+)

Copied: xf86-video-intel/repos/testing-i686/PKGBUILD (from rev 214768, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-10 09:04:19 UTC (rev 214769)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.912
+pkgrel=1
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9' 'glamor-egl')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
+optdepends=('libxrandr: for intel-virtual-output'
+'libxinerama: for intel-virtual-output'
+'libxcursor: for intel-virtual-output'
+'libxtst: for intel-virtual-output')
+replaces=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+provides=('xf86-video-intel-uxa' 'xf86-video-intel-sna')
+conflicts=('xorg-server<1.15.0' 'X-ABI-VIDEODRV_VERSION<15' 
'X-ABI-VIDEODRV_VERSION>=16'
+   'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
+groups=('xorg-drivers' 'xorg')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('7c8ffc492d59f34cac64093deb70717b4d9223cf416ecc6fa016ab2e8bde9501')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--enable-glamor
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}

Copied: xf86-video-intel/repos/testing-i686/xf86-video-intel.install (from rev 
214768, xf86-video-intel/trunk/xf86-video-intel.install)
===
--- testing-i686/xf86-video-intel.install   (rev 0)
+++ testing-i686/xf86-video-intel.install   2014-06-10 09:04:19 UTC (rev 
214769)
@@ -0,0 +1,22 @@
+post_upgrade() {
+  if (( $(vercmp $2 2.21.15) < 0 )); then
+post_install
+  fi
+}
+
+post_install() {
+  cat <>> This driver uses SNA as the default acceleration method. You can
+fall back to UXA if you run into trouble or test experimental
+Glamor acceleration. To do so, save a file with the following 
+content as /etc/X11/xorg.conf.d/20-intel.conf :
+  Section "Device"
+Identifier  "Intel Graphics"
+Driver  "intel"
+Option  "AccelMethod"  "sna"
+#Option  "AccelMethod"  "uxa"
+#Option  "AccelMethod"  "glamor"
+  EndSection
+MSG
+}
+

Copied: xf86-video-intel/repos/testing-x86_64/PKGBUILD (from rev 214768, 
xf86-video-intel/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-10 09:04:19 UTC (rev 214769)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgname=xf86-video-intel
+pkgver=2.99.912
+pkgrel=1
+arch=(i686 x86_64)
+url="http://xorg.freedesktop.org/";
+license=('custom')
+install=$pkgname.install
+pkgdesc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
+depends=('intel-dri' 'libxvmc' 'pixman' 'xcb-util>=0.3.9' 'glamor-egl')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=15' 'libx11' 
'libxrender'
+ # additional deps for intel-virtual-output
+'libxrandr' 'libxinerama' 'libxcursor' 'libxtst')
+optdepends=('libxrandr: for intel-virtual-output'
+ 

[arch-commits] Commit in xf86-video-intel/trunk (2 files)

2014-06-10 Thread Laurent Carlier
Date: Tuesday, June 10, 2014 @ 11:04:10
  Author: lcarlier
Revision: 214768

upgpkg: xf86-video-intel 2.99.912-1

upstream update 2.99.912

Modified:
  xf86-video-intel/trunk/PKGBUILD
Deleted:
  xf86-video-intel/trunk/sna-avoid-discarding-damage.patch

---+
 PKGBUILD  |   16 +
 sna-avoid-discarding-damage.patch |  103 
 2 files changed, 4 insertions(+), 115 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 07:54:02 UTC (rev 214767)
+++ PKGBUILD2014-06-10 09:04:10 UTC (rev 214768)
@@ -3,8 +3,8 @@
 # Maintainer: Jan de Groot 
 
 pkgname=xf86-video-intel
-pkgver=2.99.911
-pkgrel=2
+pkgver=2.99.912
+pkgrel=1
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/";
 license=('custom')
@@ -23,17 +23,9 @@
 conflicts=('xorg-server<1.15.0' 'X-ABI-VIDEODRV_VERSION<15' 
'X-ABI-VIDEODRV_VERSION>=16'
'xf86-video-intel-sna' 'xf86-video-intel-uxa' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 groups=('xorg-drivers' 'xorg')
-source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2
-sna-avoid-discarding-damage.patch)
-sha256sums=('4e7a68491bcc4d49912c5ec3ee688badce3f929ce1b7618ede9d8001827270d6'
-'122637d66a70d40b098b0bb732000c8227ea1dd155af0c71f605f87934822dcb')
+source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('7c8ffc492d59f34cac64093deb70717b4d9223cf416ecc6fa016ab2e8bde9501')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # Fix FS#39747 (merged upstream)
-  patch -Np1 -i ../sna-avoid-discarding-damage.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \

Deleted: sna-avoid-discarding-damage.patch
===
--- sna-avoid-discarding-damage.patch   2014-06-10 07:54:02 UTC (rev 214767)
+++ sna-avoid-discarding-damage.patch   2014-06-10 09:04:10 UTC (rev 214768)
@@ -1,103 +0,0 @@
-From 3310ee89c1f1a663de5f5b12b8125809a213996f Mon Sep 17 00:00:00 2001
-From: Chris Wilson 
-Date: Sat, 05 Apr 2014 11:18:31 +
-Subject: sna: Avoid discarding damage when applying WHOLE hint to pixmap 
migration
-
-Once again, we must be careful when promoting from a region to whole
-pixmap migration that we do not discard required damage.
-
-Fixes regression from
-commit 27ac9f574f65cbd535751c925e9b2e2d7c8a6b3a [2.99.911]
-Author: Chris Wilson 
-Date:   Thu Feb 27 08:33:52 2014 +
-
-sna: Avoid promoting region-to-whole migration and discarding damage
-
-Reported-by: ged...@gmail.com
-Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77063
-Signed-off-by: Chris Wilson 

-diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
-index 0116d54..71ba34d 100644
 a/src/sna/sna_accel.c
-+++ b/src/sna/sna_accel.c
-@@ -2500,7 +2500,10 @@ sna_drawable_move_region_to_cpu(DrawablePtr drawable,
-   flags |= MOVE_INPLACE_HINT;
-   }
- 
--  if (flags & MOVE_WHOLE_HINT && priv->gpu_damage == NULL)
-+  if ((flags & (MOVE_WHOLE_HINT | MOVE_READ)) == (MOVE_WHOLE_HINT | 
MOVE_READ))
-+  return _sna_pixmap_move_to_cpu(pixmap, flags);
-+
-+  if (flags & MOVE_WHOLE_HINT && priv->gpu_damage == NULL && 
priv->cpu_damage == NULL)
-   return _sna_pixmap_move_to_cpu(pixmap, flags);
- 
-   if (priv->gpu_damage == NULL &&
-@@ -2527,22 +2530,18 @@ sna_drawable_move_region_to_cpu(DrawablePtr drawable,
-   return _sna_pixmap_move_to_cpu(pixmap, flags);
-   }
- 
--  if ((flags & MOVE_READ) == 0 &&
--  priv->gpu_damage &&
--  region_subsumes_damage(region, priv->gpu_damage)) {
--  DBG(("%s: region [(%d, %d), (%d, %d)] subsumes damage [(%d,%d), 
(%d, %d)]\n",
-+  if (flags & MOVE_WHOLE_HINT) {
-+  DBG(("%s: region (%d, %d), (%d, %d) marked with WHOLE hint, 
pixmap %dx%d\n",
-  __FUNCTION__,
-  region->extents.x1,
-  region->extents.y1,
-  region->extents.x2,
-  region->extents.y2,
-- priv->gpu_damage->extents.x1,
-- priv->gpu_damage->extents.y1,
-- priv->gpu_damage->extents.x2,
-- priv->gpu_damage->extents.y2));
-+ pixmap->drawable.width,
-+ pixmap->drawable.height));
-   if (dx | dy)
-   RegionTranslate(region, -dx, -dy);
--  return _sna_pixmap_move_to_cpu(pixmap, flags);
-+  return _sna_pixmap_move_to_cpu(pixmap, flags | MOVE_READ);
-   }
- 
-   if (priv->move_to_gpu && !priv->move_to_gpu(sna, priv, MOVE_READ)) {
-@@ -4471,17 +4470,19 @@ try_upload_tiled_x(PixmapPtr pixmap, RegionRec *region,
-   if (wedged(sna))
-   return false;
- 
--  DBG(("%s: bo? %d, can map? %d\n", __FUNCTION__,
--   priv-

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

2014-06-10 Thread Lukas Fleischer
Date: Tuesday, June 10, 2014 @ 10:02:12
  Author: lfleischer
Revision: 112955

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

Added:
  spawn-fcgi/repos/community-i686/PKGBUILD
(from rev 112954, spawn-fcgi/trunk/PKGBUILD)
  spawn-fcgi/repos/community-x86_64/PKGBUILD
(from rev 112954, spawn-fcgi/trunk/PKGBUILD)
Deleted:
  spawn-fcgi/repos/community-i686/PKGBUILD
  spawn-fcgi/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-10 08:01:59 UTC (rev 112954)
+++ community-i686/PKGBUILD 2014-06-10 08:02:12 UTC (rev 112955)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Aaron Bull Schaefer 
-# Contributor: Felix Hanley 
-
-pkgname=spawn-fcgi
-pkgver=1.6.3
-pkgrel=2
-pkgdesc='A FastCGI process manager for web applications'
-arch=('i686' 'x86_64')
-url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
-license=('BSD')
-depends=('glibc')
-source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('787ed2f88d2204bf1fe4fbd6e509d1d7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: spawn-fcgi/repos/community-i686/PKGBUILD (from rev 112954, 
spawn-fcgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-10 08:02:12 UTC (rev 112955)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Aaron Bull Schaefer 
+# Contributor: Felix Hanley 
+
+pkgname=spawn-fcgi
+pkgver=1.6.4
+pkgrel=1
+pkgdesc='A FastCGI process manager for web applications'
+arch=('i686' 'x86_64')
+url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
+license=('BSD')
+depends=('glibc')
+source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('bf269849995ab8b3a8989779fa5818aa')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-10 08:01:59 UTC (rev 112954)
+++ community-x86_64/PKGBUILD   2014-06-10 08:02:12 UTC (rev 112955)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: Aaron Bull Schaefer 
-# Contributor: Felix Hanley 
-
-pkgname=spawn-fcgi
-pkgver=1.6.3
-pkgrel=2
-pkgdesc='A FastCGI process manager for web applications'
-arch=('i686' 'x86_64')
-url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
-license=('BSD')
-depends=('glibc')
-source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('787ed2f88d2204bf1fe4fbd6e509d1d7')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: spawn-fcgi/repos/community-x86_64/PKGBUILD (from rev 112954, 
spawn-fcgi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-10 08:02:12 UTC (rev 112955)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Aaron Bull Schaefer 
+# Contributor: Felix Hanley 
+
+pkgname=spawn-fcgi
+pkgver=1.6.4
+pkgrel=1
+pkgdesc='A FastCGI process manager for web applications'
+arch=('i686' 'x86_64')
+url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
+license=('BSD')
+depends=('glibc')
+source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('bf269849995ab8b3a8989779fa5818aa')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}



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

2014-06-10 Thread Lukas Fleischer
Date: Tuesday, June 10, 2014 @ 10:01:59
  Author: lfleischer
Revision: 112954

upgpkg: spawn-fcgi 1.6.4-1

Upstream update.

Modified:
  spawn-fcgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 07:56:52 UTC (rev 112953)
+++ PKGBUILD2014-06-10 08:01:59 UTC (rev 112954)
@@ -4,8 +4,8 @@
 # Contributor: Felix Hanley 
 
 pkgname=spawn-fcgi
-pkgver=1.6.3
-pkgrel=2
+pkgver=1.6.4
+pkgrel=1
 pkgdesc='A FastCGI process manager for web applications'
 arch=('i686' 'x86_64')
 url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
@@ -12,7 +12,7 @@
 license=('BSD')
 depends=('glibc')
 source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('787ed2f88d2204bf1fe4fbd6e509d1d7')
+md5sums=('bf269849995ab8b3a8989779fa5818aa')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2014-06-10 Thread Lukas Fleischer
Date: Tuesday, June 10, 2014 @ 09:56:36
  Author: lfleischer
Revision: 112952

upgpkg: pylibacl 0.5.2-1

Upstream update.

Modified:
  pylibacl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 07:50:39 UTC (rev 112951)
+++ PKGBUILD2014-06-10 07:56:36 UTC (rev 112952)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Fleischer 
 
 pkgname=pylibacl
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc='A python extension module that allows you to manipulate the POSIX.1e 
ACLs.'
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@
 license=('GPL')
 depends=('python2')
 makedepends=('python2-distribute')
-source=("https://github.com/downloads/iustin/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('a429256345ffdc2cea57fd24da0d980d')
+source=("http://${pkgname}.k1024.org/downloads/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('78e4d537dc39d8e8c80d09a154fd4fe1')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2014-06-10 Thread Lukas Fleischer
Date: Tuesday, June 10, 2014 @ 09:56:52
  Author: lfleischer
Revision: 112953

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

Added:
  pylibacl/repos/community-i686/PKGBUILD
(from rev 112952, pylibacl/trunk/PKGBUILD)
  pylibacl/repos/community-x86_64/PKGBUILD
(from rev 112952, pylibacl/trunk/PKGBUILD)
Deleted:
  pylibacl/repos/community-i686/PKGBUILD
  pylibacl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-10 07:56:36 UTC (rev 112952)
+++ community-i686/PKGBUILD 2014-06-10 07:56:52 UTC (rev 112953)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-
-pkgname=pylibacl
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='A python extension module that allows you to manipulate the POSIX.1e 
ACLs.'
-arch=('i686' 'x86_64')
-url='http://pylibacl.k1024.org/'
-license=('GPL')
-depends=('python2')
-makedepends=('python2-distribute')
-source=("https://github.com/downloads/iustin/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('a429256345ffdc2cea57fd24da0d980d')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}"
-}

Copied: pylibacl/repos/community-i686/PKGBUILD (from rev 112952, 
pylibacl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-10 07:56:52 UTC (rev 112953)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+
+pkgname=pylibacl
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='A python extension module that allows you to manipulate the POSIX.1e 
ACLs.'
+arch=('i686' 'x86_64')
+url='http://pylibacl.k1024.org/'
+license=('GPL')
+depends=('python2')
+makedepends=('python2-distribute')
+source=("http://${pkgname}.k1024.org/downloads/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('78e4d537dc39d8e8c80d09a154fd4fe1')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-10 07:56:36 UTC (rev 112952)
+++ community-x86_64/PKGBUILD   2014-06-10 07:56:52 UTC (rev 112953)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-
-pkgname=pylibacl
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='A python extension module that allows you to manipulate the POSIX.1e 
ACLs.'
-arch=('i686' 'x86_64')
-url='http://pylibacl.k1024.org/'
-license=('GPL')
-depends=('python2')
-makedepends=('python2-distribute')
-source=("https://github.com/downloads/iustin/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('a429256345ffdc2cea57fd24da0d980d')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}"
-}

Copied: pylibacl/repos/community-x86_64/PKGBUILD (from rev 112952, 
pylibacl/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-10 07:56:52 UTC (rev 112953)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+
+pkgname=pylibacl
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='A python extension module that allows you to manipulate the POSIX.1e 
ACLs.'
+arch=('i686' 'x86_64')
+url='http://pylibacl.k1024.org/'
+license=('GPL')
+depends=('python2')
+makedepends=('python2-distribute')
+source=("http://${pkgname}.k1024.org/downloads/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('78e4d537dc39d8e8c80d09a154fd4fe1')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}



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

2014-06-10 Thread Tobias Powalowski
Date: Tuesday, June 10, 2014 @ 09:54:02
  Author: tpowa
Revision: 214767

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

Added:
  refind-efi/repos/testing-i686/
  refind-efi/repos/testing-i686/PKGBUILD
(from rev 214766, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/testing-i686/refind-efi.install
(from rev 214766, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/testing-i686/refind_linux.conf
(from rev 214766, refind-efi/trunk/refind_linux.conf)
  refind-efi/repos/testing-x86_64/
  refind-efi/repos/testing-x86_64/PKGBUILD
(from rev 214766, refind-efi/trunk/PKGBUILD)
  refind-efi/repos/testing-x86_64/refind-efi.install
(from rev 214766, refind-efi/trunk/refind-efi.install)
  refind-efi/repos/testing-x86_64/refind_linux.conf
(from rev 214766, refind-efi/trunk/refind_linux.conf)

---+
 testing-i686/PKGBUILD |  363 
 testing-i686/refind-efi.install   |   32 +++
 testing-i686/refind_linux.conf|5 
 testing-x86_64/PKGBUILD   |  363 
 testing-x86_64/refind-efi.install |   32 +++
 testing-x86_64/refind_linux.conf  |5 
 6 files changed, 800 insertions(+)

Copied: refind-efi/repos/testing-i686/PKGBUILD (from rev 214766, 
refind-efi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-10 07:54:02 UTC (rev 214767)
@@ -0,0 +1,363 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) 
(gemmaeiil) (ddoott) (ccoomm)>
+
+_USE_GNU_EFI="1"
+
+###
+[[ "${CARCH}" == "x86_64" ]] && _TIANO_ARCH="X64"
+[[ "${CARCH}" == "i686" ]] && _TIANO_ARCH="IA32"
+
+[[ "${CARCH}" == "x86_64" ]] && _TIANO_S_ARCH="x64"
+[[ "${CARCH}" == "i686" ]] && _TIANO_S_ARCH="ia32"
+###
+
+pkgname="refind-efi"
+pkgver="0.8.2"
+pkgrel="1"
+pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager"
+url="http://www.rodsbooks.com/refind/index.html";
+arch=('x86_64' 'i686')
+license=('GPL3' 'custom')
+
+depends=('bash' 'dosfstools' 'efibootmgr')
+optdepends=('mactel-boot: For bless command in Apple Mac systems'
+'imagemagick: For refind-mkfont script')
+
+options=('!strip' 'docs' '!makeflags')
+
+install="${pkgname}.install"
+
+source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip";
+'refind_linux.conf')
+
+md5sums=('3752afeca886c9c9d9176490a35cd1f5'
+ '12ce3e22a216e7b25c253478a34713b4')
+
+if [[ "${_USE_GNU_EFI}" == "1" ]]; then
+   
+   pkgdesc="${pkgdesc} - Built with GNU-EFI libs"
+   makedepends=('gnu-efi-libs')
+   
+else
+   
+   pkgdesc="${pkgdesc} - Built with Tianocore UDK libs"
+   makedepends+=('subversion' 'python2')
+   
+   
_TIANOCORE_SVN_URL="https://svn.code.sf.net/p/edk2/code/branches/UDK2014";
+   _TIANO_DIR_="tianocore-udk-2014-svn"
+   _TIANO_SVN_REV_="15322"
+   
+   _TIANOCORE_PKG="Mde"
+   _TIANOCORE_TARGET="RELEASE"
+   _UDK_TARGET="${_TIANOCORE_PKG}Pkg/${_TIANOCORE_PKG}Pkg.dsc"
+   _COMPILER="GCC48"
+   
+   ## BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg
+   for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
+   
source+=("${_TIANO_DIR_}_${_DIR_}::svn+${_TIANOCORE_SVN_URL}/${_DIR_}#revision=${_TIANO_SVN_REV_}")
+   done
+   
+fi
+
+
+_setup_tianocore_env_vars() {
+   
+   msg "Setup UDK PATH ENV variables"
+   export _UDK_DIR="${srcdir}/${_TIANO_DIR_}_build"
+   export EDK_TOOLS_PATH="${_UDK_DIR}/BaseTools"
+   
+}
+
+_prepare_tianocore_sources() {
+   
+   msg "Delete old UDK BUILD dir"
+   rm -rf "${_UDK_DIR}/" || true
+   
+   msg "Create UDK BUILD dir"
+   mkdir -p "${_UDK_DIR}/"
+   
+   for _DIR_ in BaseTools MdePkg MdeModulePkg IntelFrameworkPkg 
IntelFrameworkModulePkg ; do
+   mv "${srcdir}/${_TIANO_DIR_}_${_DIR_}" "${_UDK_DIR}/${_DIR_}"
+   done
+   
+   cd "${_UDK_DIR}/"
+   
+   msg "Cleanup UDK config files"
+   rm -rf "${_UDK_DIR}/Build/" || true
+   rm -rf "${_UDK_DIR}/Conf/" || true
+   mkdir -p "${_UDK_DIR}/Conf/"
+   mkdir -p "${_UDK_DIR}/Build/"
+   
+   msg "Use python2 for UDK BaseTools"
+   sed 's|python |python2 |g' -i 
"${EDK_TOOLS_PATH}/BinWrappers/PosixLike"/* || true
+   sed 's|python |python2 |g' -i "${EDK_TOOLS_PATH}/Tests/GNUmakefile"
+   
+   msg "Fix GCC Warning as error"
+   sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i 
"${EDK_TOOLS_PATH}/Source/C/Makefiles/header.makefile" || true
+   sed 's|-Werror |-Wno-error -Wno-unused-but-set-variable |g' -i 
"${EDK_TOOLS_PATH}/Conf/tools_def.template" || true
+   
+   msg "Fix GenFw: ERROR 3000: Invalid, bad symbol definit

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

2014-06-10 Thread Tobias Powalowski
Date: Tuesday, June 10, 2014 @ 09:53:52
  Author: tpowa
Revision: 214766

upgpkg: refind-efi 0.8.2-1

bump to latest version

Modified:
  refind-efi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 06:59:21 UTC (rev 214765)
+++ PKGBUILD2014-06-10 07:53:52 UTC (rev 214766)
@@ -13,7 +13,7 @@
 ###
 
 pkgname="refind-efi"
-pkgver="0.8.1"
+pkgver="0.8.2"
 pkgrel="1"
 pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager"
 url="http://www.rodsbooks.com/refind/index.html";
@@ -31,6 +31,9 @@
 source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip";
 'refind_linux.conf')
 
+md5sums=('3752afeca886c9c9d9176490a35cd1f5'
+ '12ce3e22a216e7b25c253478a34713b4')
+
 if [[ "${_USE_GNU_EFI}" == "1" ]]; then

pkgdesc="${pkgdesc} - Built with GNU-EFI libs"
@@ -57,8 +60,6 @@

 fi
 
-md5sums=('9bb5181bab8700a32a6ab835a131e5c5'
- '12ce3e22a216e7b25c253478a34713b4')
 
 _setup_tianocore_env_vars() {




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

2014-06-10 Thread Lukas Fleischer
Date: Tuesday, June 10, 2014 @ 09:50:39
  Author: lfleischer
Revision: 112951

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

Added:
  autofs/repos/community-i686/PKGBUILD
(from rev 112950, autofs/trunk/PKGBUILD)
  autofs/repos/community-i686/git-fixes.patch
(from rev 112950, autofs/trunk/git-fixes.patch)
  autofs/repos/community-x86_64/PKGBUILD
(from rev 112950, autofs/trunk/PKGBUILD)
  autofs/repos/community-x86_64/git-fixes.patch
(from rev 112950, autofs/trunk/git-fixes.patch)
Deleted:
  autofs/repos/community-i686/PKGBUILD
  autofs/repos/community-i686/git-fixes.patch
  autofs/repos/community-x86_64/PKGBUILD
  autofs/repos/community-x86_64/git-fixes.patch

--+
 /PKGBUILD|  102 ++
 /git-fixes.patch | 1554 +
 community-i686/PKGBUILD  |   51 -
 community-i686/git-fixes.patch   |  777 --
 community-x86_64/PKGBUILD|   51 -
 community-x86_64/git-fixes.patch |  777 --
 6 files changed, 1656 insertions(+), 1656 deletions(-)

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


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

2014-06-10 Thread Lukas Fleischer
Date: Tuesday, June 10, 2014 @ 09:50:19
  Author: lfleischer
Revision: 112950

upgpkg: autofs 5.1.0-1

Upstream update.

Modified:
  autofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-06-10 05:04:01 UTC (rev 112949)
+++ PKGBUILD2014-06-10 07:50:19 UTC (rev 112950)
@@ -5,7 +5,7 @@
 # Contributor: Manolis Tzanidakis
 
 pkgname=autofs
-pkgver=5.0.9
+pkgver=5.1.0
 pkgrel=1
 pkgdesc='A kernel-based automounter for Linux.'
 arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@
 'etc/default/autofs')
 options=(!makeflags)
 
source=("http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('81ab99ee1656a10ecaffe7933c26e8fc720f0b639ed47ab52adc66cdd868fd5c')
+sha256sums=('f4b343797e6df03627a9fd41bda6fd85acb84aa3fdd15694eec03ec90a52bc27')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2014-06-10 Thread Tobias Powalowski
Date: Tuesday, June 10, 2014 @ 08:59:21
  Author: tpowa
Revision: 214765

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

Added:
  mdadm/repos/testing-i686/
  mdadm/repos/testing-i686/PKGBUILD
(from rev 214764, mdadm/trunk/PKGBUILD)
  mdadm/repos/testing-i686/disable-werror.patch
(from rev 214764, mdadm/trunk/disable-werror.patch)
  mdadm/repos/testing-i686/linux-3.0.patch
(from rev 214764, mdadm/trunk/linux-3.0.patch)
  mdadm/repos/testing-i686/mdadm-fix-udev-rules.patch
(from rev 214764, mdadm/trunk/mdadm-fix-udev-rules.patch)
  mdadm/repos/testing-i686/mdadm.conf
(from rev 214764, mdadm/trunk/mdadm.conf)
  mdadm/repos/testing-i686/mdadm.service
(from rev 214764, mdadm/trunk/mdadm.service)
  mdadm/repos/testing-i686/mdadm_hook
(from rev 214764, mdadm/trunk/mdadm_hook)
  mdadm/repos/testing-i686/mdadm_install
(from rev 214764, mdadm/trunk/mdadm_install)
  mdadm/repos/testing-i686/mdadm_udev_install
(from rev 214764, mdadm/trunk/mdadm_udev_install)
  mdadm/repos/testing-x86_64/
  mdadm/repos/testing-x86_64/PKGBUILD
(from rev 214764, mdadm/trunk/PKGBUILD)
  mdadm/repos/testing-x86_64/disable-werror.patch
(from rev 214764, mdadm/trunk/disable-werror.patch)
  mdadm/repos/testing-x86_64/linux-3.0.patch
(from rev 214764, mdadm/trunk/linux-3.0.patch)
  mdadm/repos/testing-x86_64/mdadm-fix-udev-rules.patch
(from rev 214764, mdadm/trunk/mdadm-fix-udev-rules.patch)
  mdadm/repos/testing-x86_64/mdadm.conf
(from rev 214764, mdadm/trunk/mdadm.conf)
  mdadm/repos/testing-x86_64/mdadm.service
(from rev 214764, mdadm/trunk/mdadm.service)
  mdadm/repos/testing-x86_64/mdadm_hook
(from rev 214764, mdadm/trunk/mdadm_hook)
  mdadm/repos/testing-x86_64/mdadm_install
(from rev 214764, mdadm/trunk/mdadm_install)
  mdadm/repos/testing-x86_64/mdadm_udev_install
(from rev 214764, mdadm/trunk/mdadm_udev_install)

---+
 testing-i686/PKGBUILD |   55 +++
 testing-i686/disable-werror.patch |   11 ++
 testing-i686/linux-3.0.patch  |   45 +
 testing-i686/mdadm-fix-udev-rules.patch   |  137 
 testing-i686/mdadm.conf   |   67 +
 testing-i686/mdadm.service|8 +
 testing-i686/mdadm_hook   |   49 ++
 testing-i686/mdadm_install|   46 +
 testing-i686/mdadm_udev_install   |   25 +
 testing-x86_64/PKGBUILD   |   55 +++
 testing-x86_64/disable-werror.patch   |   11 ++
 testing-x86_64/linux-3.0.patch|   45 +
 testing-x86_64/mdadm-fix-udev-rules.patch |  137 
 testing-x86_64/mdadm.conf |   67 +
 testing-x86_64/mdadm.service  |8 +
 testing-x86_64/mdadm_hook |   49 ++
 testing-x86_64/mdadm_install  |   46 +
 testing-x86_64/mdadm_udev_install |   25 +
 18 files changed, 886 insertions(+)

Copied: mdadm/repos/testing-i686/PKGBUILD (from rev 214764, 
mdadm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-10 06:59:21 UTC (rev 214765)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Judd Vinet 
+pkgname=mdadm
+pkgver=3.3.1
+pkgrel=1
+pkgdesc="A tool for managing/monitoring Linux md device arrays, also known as 
Software RAID"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://neil.brown.name/blog/mdadm";
+groups=('base')
+conflicts=('mkinitcpio<0.7')
+depends=('glibc')
+backup=('etc/mdadm.conf')
+source=(ftp://ftp.kernel.org/pub/linux/utils/raid/mdadm/mdadm-$pkgver.tar.xz
+mdadm.conf 
+mdadm_install
+mdadm_hook
+mdadm_udev_install
+mdadm.service
+disable-werror.patch)
+replaces=('raidtools')
+md5sums=('4227d48de62dfb217c92fa0c54171bbe'
+ '5a37c112aa07dccdde62f9fa5b888607'
+ 'af2f73f0094ebee66f503ca4710c7142'
+ 'fbfb7d07efcbaf5dc61af424c5f6e352'
+ 'b6b0bfd6487c99264578630616dfe5eb'
+ 'eb1786b18fa4d13cfd7b71d6b05cfb4f'
+ '599745ed2bec4489e83991cff89c46ee')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np0 -i ../disable-werror.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make CXFLAGS="$CFLAGS" BINDIR=/usr/bin
+  # build static mdassemble for Arch's initramfs
+  make MDASSEMBLE_AUTO=1 mdassemble
+  
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make INSTALL=/usr/bin/install BINDIR=/usr/bin DESTDIR=$pkgdir install
+  make SYSTEMD_DIR=$pkgdir/usr/lib/systemd/system install-systemd
+  install -D -m755 mdassemble $pkgdir/usr/bin/mdassemble
+  install -D -m644 ../mdadm.conf $pkgdir/etc/mdadm.conf
+  install -D -m644 ../mdadm_install $pkgdir/usr/lib/initcpio/install/mdadm
+  install -D -m644 ../mdadm_ho