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

2013-11-27 Thread Federico Cinelli
Date: Thursday, November 28, 2013 @ 08:53:15
  Author: cinelli
Revision: 101579

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

Added:
  pokerth/repos/community-staging-i686/
  pokerth/repos/community-staging-i686/PKGBUILD
(from rev 101578, pokerth/trunk/PKGBUILD)
  pokerth/repos/community-staging-x86_64/
  pokerth/repos/community-staging-x86_64/PKGBUILD
(from rev 101578, pokerth/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   36 
 community-staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: pokerth/repos/community-staging-i686/PKGBUILD (from rev 101578, 
pokerth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-28 07:53:15 UTC (rev 101579)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Mateusz Herych 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="Poker game written in C++/Qt4"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/";
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+ 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2";)
+md5sums=('c6dcf0ed68ab50af91371348ffad5d00')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver-src"
+  
+  qmake-qt4 "$pkgname.pro"
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 "docs/pokerth.1" "$pkgdir/usr/share/man/man1/pokerth.1"
+  install -Dm644 "data/data-copyright.txt" 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
+}

Copied: pokerth/repos/community-staging-x86_64/PKGBUILD (from rev 101578, 
pokerth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-28 07:53:15 UTC (rev 101579)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Mateusz Herych 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="Poker game written in C++/Qt4"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/";
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+ 'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2";)
+md5sums=('c6dcf0ed68ab50af91371348ffad5d00')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver-src"
+  
+  qmake-qt4 "$pkgname.pro"
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 "docs/pokerth.1" "$pkgdir/usr/share/man/man1/pokerth.1"
+  install -Dm644 "data/data-copyright.txt" 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
+}



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

2013-11-27 Thread Andrea Scarpino
Date: Thursday, November 28, 2013 @ 08:44:32
  Author: andrea
Revision: 200405

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

Added:
  bluedevil/repos/extra-i686/PKGBUILD
(from rev 200404, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/extra-i686/bluedevil.install
(from rev 200404, bluedevil/trunk/bluedevil.install)
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 200404, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/extra-x86_64/bluedevil.install
(from rev 200404, bluedevil/trunk/bluedevil.install)
Deleted:
  bluedevil/repos/extra-i686/PKGBUILD
  bluedevil/repos/extra-i686/bluedevil.install
  bluedevil/repos/extra-i686/fix-build.patch
  bluedevil/repos/extra-x86_64/PKGBUILD
  bluedevil/repos/extra-x86_64/bluedevil.install
  bluedevil/repos/extra-x86_64/fix-build.patch

+
 /PKGBUILD  |   74 +++
 /bluedevil.install |   24 
 extra-i686/PKGBUILD|   42 --
 extra-i686/bluedevil.install   |   12 --
 extra-i686/fix-build.patch |   46 
 extra-x86_64/PKGBUILD  |   42 --
 extra-x86_64/bluedevil.install |   12 --
 extra-x86_64/fix-build.patch   |   46 
 8 files changed, 98 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-28 07:44:24 UTC (rev 200404)
+++ extra-i686/PKGBUILD 2013-11-28 07:44:32 UTC (rev 200405)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=2.0.git3a7a27e
-pkgrel=1
-pkgdesc='KDE bluetooth framework'
-arch=('i686' 'x86_64')
-url="https://projects.kde.org/projects/extragear/base/bluedevil";
-license=('GPL')
-depends=('kdebase-workspace' 'libbluedevil')
-makedepends=('cmake' 'automoc4' 'git')
-install="${pkgname}.install"
-source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5"
-'fix-build.patch')
-md5sums=('SKIP'
- '4bc2613ab2b5d1125f63af615911d7f1')
-
-pkgver() {
-  cd ${pkgname}
-  echo "2.0.git$(git log --pretty=format:'%h' -n 1)"
-}
-
-prepare() {
-  mkdir build
-
-  cd ${pkgname}
-  patch -p1 -i "${srcdir}"/fix-build.patch
-}
-
-build(){
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: bluedevil/repos/extra-i686/PKGBUILD (from rev 200404, 
bluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-28 07:44:32 UTC (rev 200405)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=2.0.gitdfbf95b
+pkgrel=1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/extragear/base/bluedevil";
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil')
+makedepends=('cmake' 'automoc4' 'git')
+install="${pkgname}.install"
+source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
+md5sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  echo "2.0.git$(git log --pretty=format:'%h' -n 1)"
+}
+
+prepare() {
+  mkdir build
+}
+
+build(){
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/bluedevil.install
===
--- extra-i686/bluedevil.install2013-11-28 07:44:24 UTC (rev 200404)
+++ extra-i686/bluedevil.install2013-11-28 07:44:32 UTC (rev 200405)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: bluedevil/repos/extra-i686/bluedevil.install (from rev 200404, 
bluedevil/trunk/bluedevil.install)
===
--- extra-i686/bluedevil.install(rev 0)
+++ extra-i686/bluedevil.install2013-11-28 07:44:32 UTC (rev 200405)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-i686/fix-build.patch
===
--- extra-i686/fix-build.patch  2013-11-28 07:44:24 UTC (rev 200404)
+++ extra-i686/fix-build.patch  2013-11-28 07:44:32 UTC (rev 200405)
@@ -1,46 +0,0 @@
-From 5720d2054d2e5e087811093378bf6096e714f3dc Mon Sep 17 00:00:00 2001
-From: Andrea Scarpino 
-Date: Wed, 27 Nov 2013 16:19:32 +0100
-Subject: [PATCH] Fix build
-

- src/kio/obexftp/daemon/CMakeLists.txt | 2 +-
- src/kio/obexft

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

2013-11-27 Thread Andrea Scarpino
Date: Thursday, November 28, 2013 @ 08:44:24
  Author: andrea
Revision: 200404

upgpkg: bluedevil 2.0.gitdfbf95b-1

Upstream release

Modified:
  bluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 07:43:57 UTC (rev 200403)
+++ PKGBUILD2013-11-28 07:44:24 UTC (rev 200404)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=bluedevil
-pkgver=2.0.git3a7a27e
+pkgver=2.0.gitdfbf95b
 pkgrel=1
 pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')



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

2013-11-27 Thread Andrea Scarpino
Date: Thursday, November 28, 2013 @ 08:43:48
  Author: andrea
Revision: 200402

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-28 07:43:38 UTC (rev 200401)
+++ extra-i686/PKGBUILD 2013-11-28 07:43:48 UTC (rev 200402)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-
-pkgname=libbluedevil
-pkgver=2.0
-pkgrel=0.1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url="https://projects.kde.org/projects/playground/libs/libbluedevil";
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake' 'git')
-source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
-md5sums=('SKIP')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libbluedevil/repos/extra-i686/PKGBUILD (from rev 200401, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-28 07:43:48 UTC (rev 200402)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+
+pkgname=libbluedevil
+pkgver=2.0.gita46446f
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/playground/libs/libbluedevil";
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
+md5sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  echo "2.0.git$(git log --pretty=format:'%h' -n 1)"
+}
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-28 07:43:38 UTC (rev 200401)
+++ extra-x86_64/PKGBUILD   2013-11-28 07:43:48 UTC (rev 200402)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-
-pkgname=libbluedevil
-pkgver=2.0
-pkgrel=0.1
-pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
-arch=('i686' 'x86_64')
-url="https://projects.kde.org/projects/playground/libs/libbluedevil";
-license=('GPL')
-depends=('qt4' 'bluez')
-makedepends=('cmake' 'git')
-source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
-md5sums=('SKIP')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libbluedevil/repos/extra-x86_64/PKGBUILD (from rev 200401, 
libbluedevil/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-28 07:43:48 UTC (rev 200402)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+
+pkgname=libbluedevil
+pkgver=2.0.gita46446f
+pkgrel=1
+pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/playground/libs/libbluedevil";
+license=('GPL')
+depends=('qt4' 'bluez')
+makedepends=('cmake' 'git')
+source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
+md5sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  echo "2.0.git$(git log --pretty=format:'%h' -n 1)"
+}
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



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

2013-11-27 Thread Andrea Scarpino
Date: Thursday, November 28, 2013 @ 08:43:38
  Author: andrea
Revision: 200401

upgpkg: libbluedevil 2.0.gita46446f-1

Upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 07:43:10 UTC (rev 200400)
+++ PKGBUILD2013-11-28 07:43:38 UTC (rev 200401)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=libbluedevil
-pkgver=
+pkgver=2.0.gita46446f
 pkgrel=1
 pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')



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

2013-11-27 Thread Andrea Scarpino
Date: Thursday, November 28, 2013 @ 08:43:10
  Author: andrea
Revision: 200400

upgpkg: libbluedevil -1

Upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 07:36:22 UTC (rev 200399)
+++ PKGBUILD2013-11-28 07:43:10 UTC (rev 200400)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=libbluedevil
-pkgver=2.0
-pkgrel=0.1
+pkgver=
+pkgrel=1
 pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')
 url="https://projects.kde.org/projects/playground/libs/libbluedevil";
@@ -14,8 +14,16 @@
 source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
 md5sums=('SKIP')
 
+pkgver() {
+  cd ${pkgname}
+  echo "2.0.git$(git log --pretty=format:'%h' -n 1)"
+}
+
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir build
   cd build
   cmake ../${pkgname} \
 -DCMAKE_BUILD_TYPE=Release \



[arch-commits] Commit in bluedevil/trunk (PKGBUILD fix-build.patch)

2013-11-27 Thread Andrea Scarpino
Date: Thursday, November 28, 2013 @ 08:43:57
  Author: andrea
Revision: 200403

upgpkg: bluedevil 2.0.git3a7a27e-1

Upstream release

Modified:
  bluedevil/trunk/PKGBUILD
Deleted:
  bluedevil/trunk/fix-build.patch

-+
 PKGBUILD|9 ++---
 fix-build.patch |   46 --
 2 files changed, 2 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 07:43:48 UTC (rev 200402)
+++ PKGBUILD2013-11-28 07:43:57 UTC (rev 200403)
@@ -11,10 +11,8 @@
 depends=('kdebase-workspace' 'libbluedevil')
 makedepends=('cmake' 'automoc4' 'git')
 install="${pkgname}.install"
-source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5"
-'fix-build.patch')
-md5sums=('SKIP'
- '4bc2613ab2b5d1125f63af615911d7f1')
+source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
+md5sums=('SKIP')
 
 pkgver() {
   cd ${pkgname}
@@ -23,9 +21,6 @@
 
 prepare() {
   mkdir build
-
-  cd ${pkgname}
-  patch -p1 -i "${srcdir}"/fix-build.patch
 }
 
 build(){

Deleted: fix-build.patch
===
--- fix-build.patch 2013-11-28 07:43:48 UTC (rev 200402)
+++ fix-build.patch 2013-11-28 07:43:57 UTC (rev 200403)
@@ -1,46 +0,0 @@
-From 5720d2054d2e5e087811093378bf6096e714f3dc Mon Sep 17 00:00:00 2001
-From: Andrea Scarpino 
-Date: Wed, 27 Nov 2013 16:19:32 +0100
-Subject: [PATCH] Fix build
-

- src/kio/obexftp/daemon/CMakeLists.txt | 2 +-
- src/kio/obexftp/obexdtypes.h  | 7 ---
- 2 files changed, 1 insertion(+), 8 deletions(-)
-
-diff --git a/src/kio/obexftp/daemon/CMakeLists.txt 
b/src/kio/obexftp/daemon/CMakeLists.txt
-index e45f64f..4fcf880 100644
 a/src/kio/obexftp/daemon/CMakeLists.txt
-+++ b/src/kio/obexftp/daemon/CMakeLists.txt
-@@ -7,7 +7,7 @@ set(SENDER_PLUGIN_PATH 
${CMAKE_SOURCE_DIR}/src/actionplugins/sendfile/helper/)
- qt4_add_dbus_interface(kded_obexftp_SRCS 
${SENDER_PLUGIN_PATH}org.bluez.obex.Client1.xml obexd_client)
- 
- set(OBJECT_MANAGER_FILE org.freedesktop.DBus.ObjectManager.xml)
--set_source_files_properties(${OBJECT_MANAGER_FILE} PROPERTIES INCLUDE 
"../obexdtypes.h")
-+set_source_files_properties(${OBJECT_MANAGER_FILE} PROPERTIES INCLUDE 
"${LibBlueDevil_INCLUDE_DIR}/bluedevil/bluedevildbustypes.h")
- qt4_add_dbus_interface(kded_obexftp_SRCS 
org.freedesktop.DBus.ObjectManager.xml dbus_object_manager)
- 
- kde4_add_plugin(kded_obexftpdaemon
-diff --git a/src/kio/obexftp/obexdtypes.h b/src/kio/obexftp/obexdtypes.h
-index f3496f1..2e957a0 100644
 a/src/kio/obexftp/obexdtypes.h
-+++ b/src/kio/obexftp/obexdtypes.h
-@@ -21,15 +21,8 @@
- 
- #include 
- #include 
--#include 
--#include 
- 
- typedef QList QVariantMapList;
- Q_DECLARE_METATYPE(QVariantMapList);
- 
--typedef QMap QVariantMapMap;
--Q_DECLARE_METATYPE(QVariantMapMap)
--
--typedef QMap DBusManagerStruct;
--Q_DECLARE_METATYPE(DBusManagerStruct)
- #endif //OBEXD_TYPES_H
--- 
-1.8.4.2
-



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

2013-11-27 Thread Andrea Scarpino
Date: Thursday, November 28, 2013 @ 08:36:22
  Author: andrea
Revision: 200399

archrelease: copy trunk to extra-any

Added:
  calligra-l10n/repos/extra-any/PKGBUILD
(from rev 200398, calligra-l10n/trunk/PKGBUILD)
Deleted:
  calligra-l10n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  624 ++---
 1 file changed, 312 insertions(+), 312 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-28 05:04:07 UTC (rev 200398)
+++ PKGBUILD2013-11-28 07:36:22 UTC (rev 200399)
@@ -1,312 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgbase=calligra-l10n
-pkgname=('calligra-l10n-bs'
-   'calligra-l10n-ca'
-   'calligra-l10n-cs'
-   'calligra-l10n-da'
-   'calligra-l10n-de'
-   'calligra-l10n-el'
-   'calligra-l10n-es'
-   'calligra-l10n-et'
-   'calligra-l10n-fi'
-   'calligra-l10n-fr'
-   'calligra-l10n-gl'
-   'calligra-l10n-hu'
-   'calligra-l10n-it'
-   'calligra-l10n-kk'
-   'calligra-l10n-nb'
-   'calligra-l10n-nds'
-   'calligra-l10n-nl'
-   'calligra-l10n-pl'
-   'calligra-l10n-pt'
-   'calligra-l10n-pt_br'
-   'calligra-l10n-ru'
-   'calligra-l10n-sk'
-   'calligra-l10n-sl'
-   'calligra-l10n-sv'
-   'calligra-l10n-tr'
-   'calligra-l10n-uk'
-   'calligra-l10n-zh_cn'
-   'calligra-l10n-zh_tw')
-pkgver=2.7.4
-pkgrel=1
-pkgdesc="Localization for Calligra"
-arch=('any')
-url='http://www.calligra-suite.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4' 'kdelibs')
-options=('docs')
-source=("http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-bs-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ca-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-cs-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-da-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-de-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-el-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-es-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-et-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fi-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-fr-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-gl-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-hu-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-it-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-kk-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nb-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nds-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-nl-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pl-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-pt_BR-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-ru-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sk-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sl-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-sv-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-tr-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.xz";
-  
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.xz";)
-md5sums=('bd16bf4aeeab9532b0268977b834eca0'
- '641eb7346069343bc36452df75905340'
- '82df293e8df73d60647f61babf05e726'
- 'e181d8fa4057cff28932ad703c7f0523'
- '5b44bdd14de0739b1d608a93b9a042b5'
- 'c2e593b5a2ce96d6f422d9216637413e'
- 'e3c208c5b9c53b02c30232d9833d4484'
- '318b3b88068b4292ac597ad3b92702c2'
- 'adb28b523ef842888a0d9519b8466728'
- '02143b0403735d2e064cdc5ef13dfb87'
- 'e385c805d2ee3a8351917deff88ac628'
- '2478610dd599d0170801deb6a4f66330'
- '63a9b0324c469ebbe38a14e985b49069'
- 'a480e07b0b8757df7166eb2475ce85cc'
- '1ea245a8f939b3ccf193c60

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

2013-11-27 Thread Allan McRae
Date: Thursday, November 28, 2013 @ 06:04:07
  Author: allan
Revision: 200398

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

Added:
  gcc/repos/testing-i686/
  gcc/repos/testing-i686/PKGBUILD
(from rev 200397, gcc/trunk/PKGBUILD)
  gcc/repos/testing-i686/gcc-4.8-filename-output.patch
(from rev 200397, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/testing-i686/gcc-4.8-lambda-ICE.patch
(from rev 200397, gcc/trunk/gcc-4.8-lambda-ICE.patch)
  gcc/repos/testing-i686/gcc-ada.install
(from rev 200397, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-i686/gcc-fortran.install
(from rev 200397, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-i686/gcc-go.install
(from rev 200397, gcc/trunk/gcc-go.install)
  gcc/repos/testing-i686/gcc-libs.install
(from rev 200397, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-i686/gcc.install
(from rev 200397, gcc/trunk/gcc.install)
  gcc/repos/testing-x86_64/
  gcc/repos/testing-x86_64/PKGBUILD
(from rev 200397, gcc/trunk/PKGBUILD)
  gcc/repos/testing-x86_64/gcc-4.8-filename-output.patch
(from rev 200397, gcc/trunk/gcc-4.8-filename-output.patch)
  gcc/repos/testing-x86_64/gcc-4.8-lambda-ICE.patch
(from rev 200397, gcc/trunk/gcc-4.8-lambda-ICE.patch)
  gcc/repos/testing-x86_64/gcc-ada.install
(from rev 200397, gcc/trunk/gcc-ada.install)
  gcc/repos/testing-x86_64/gcc-fortran.install
(from rev 200397, gcc/trunk/gcc-fortran.install)
  gcc/repos/testing-x86_64/gcc-go.install
(from rev 200397, gcc/trunk/gcc-go.install)
  gcc/repos/testing-x86_64/gcc-libs.install
(from rev 200397, gcc/trunk/gcc-libs.install)
  gcc/repos/testing-x86_64/gcc.install
(from rev 200397, gcc/trunk/gcc.install)

--+
 testing-i686/PKGBUILD|  304 +
 testing-i686/gcc-4.8-filename-output.patch   |   17 +
 testing-i686/gcc-4.8-lambda-ICE.patch|   35 ++
 testing-i686/gcc-ada.install |   20 +
 testing-i686/gcc-fortran.install |   16 +
 testing-i686/gcc-go.install  |   20 +
 testing-i686/gcc-libs.install|   16 +
 testing-i686/gcc.install |   20 +
 testing-x86_64/PKGBUILD  |  304 +
 testing-x86_64/gcc-4.8-filename-output.patch |   17 +
 testing-x86_64/gcc-4.8-lambda-ICE.patch  |   35 ++
 testing-x86_64/gcc-ada.install   |   20 +
 testing-x86_64/gcc-fortran.install   |   16 +
 testing-x86_64/gcc-go.install|   20 +
 testing-x86_64/gcc-libs.install  |   16 +
 testing-x86_64/gcc.install   |   20 +
 16 files changed, 896 insertions(+)

Copied: gcc/repos/testing-i686/PKGBUILD (from rev 200397, gcc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-28 05:04:07 UTC (rev 200398)
@@ -0,0 +1,304 @@
+# $Id$
+# Maintainer: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->binutils->glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
+pkgver=4.8.2
+_pkgver=4.8
+pkgrel=5
+#_snapshot=4.8-20130725
+pkgdesc="The GNU Compiler Collection"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url="http://gcc.gnu.org";
+makedepends=('binutils>=2.23' 'libmpc' 'cloog' 'gcc-ada' 'doxygen')
+checkdepends=('dejagnu' 'inetutils')
+options=('!emptydirs')
+source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2
+
#ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+gcc-4.8-filename-output.patch
+gcc-4.8-lambda-ICE.patch)
+md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d'
+ '40cb437805e2f7a006aa0d0c3098ab0f'
+ '6eb6e080dbf7bc6825f53a0aaa6c4ef9')
+
+
+if [ -n "${_snapshot}" ]; then
+  _basedir=gcc-${_snapshot}
+else
+  _basedir=gcc-${pkgver}
+fi
+
+_libdir="usr/lib/gcc/$CHOST/$pkgver"
+
+prepare() {
+  cd ${srcdir}/${_basedir}
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # 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
+
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57653
+  patch -p0 -i ${srcdir}/gcc-4.8-filename-output.patch
+  
+  # http://gcc.gnu.org/bugzilla//show_bug.cgi?id=56710 - commit 3d1f8279
+  patch -p1 -i ${srcdir}/gcc-4.8-lambda-ICE.patch
+  
+  mkdir ${srcdir}/gcc-build
+}
+
+build() {
+  cd ${srcdir}/gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4

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

2013-11-27 Thread Eric Bélanger
Date: Thursday, November 28, 2013 @ 04:51:40
  Author: eric
Revision: 101578

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 101577, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-28 03:51:14 UTC (rev 101577)
+++ PKGBUILD2013-11-28 03:51:40 UTC (rev 101578)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2013.11.25.3
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('03d3fa5b1cd6d8a1e0c0b1e9881dbd78050dde0e'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
-"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 101577, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-28 03:51:40 UTC (rev 101578)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2013.11.26
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('1a4b4d37bb39a896bd738c54989c8258f5a8bbec'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2013-11-27 Thread Eric Bélanger
Date: Thursday, November 28, 2013 @ 04:51:14
  Author: eric
Revision: 101577

upgpkg: youtube-dl 2013.11.26-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 02:36:00 UTC (rev 101576)
+++ PKGBUILD2013-11-28 03:51:14 UTC (rev 101577)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2013.11.25.3
+pkgver=2013.11.26
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('03d3fa5b1cd6d8a1e0c0b1e9881dbd78050dde0e'
+sha1sums=('1a4b4d37bb39a896bd738c54989c8258f5a8bbec'
   'SKIP')
 
 prepare() {



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

2013-11-27 Thread Felix Yan
Date: Thursday, November 28, 2013 @ 03:36:00
  Author: fyan
Revision: 101576

archrelease: copy trunk to community-any

Added:
  python-boto/repos/community-any/LICENSE
(from rev 101575, python-boto/trunk/LICENSE)
  python-boto/repos/community-any/PKGBUILD
(from rev 101575, python-boto/trunk/PKGBUILD)
Deleted:
  python-boto/repos/community-any/LICENSE
  python-boto/repos/community-any/PKGBUILD

--+
 LICENSE  |   38 +++
 PKGBUILD |   74 ++---
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-11-28 02:35:14 UTC (rev 101575)
+++ LICENSE 2013-11-28 02:36:00 UTC (rev 101576)
@@ -1,19 +0,0 @@
-Copyright (c) 2007 Mitch Garnaat
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-boto/repos/community-any/LICENSE (from rev 101575, 
python-boto/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2013-11-28 02:36:00 UTC (rev 101576)
@@ -0,0 +1,19 @@
+Copyright (c) 2007 Mitch Garnaat
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-28 02:35:14 UTC (rev 101575)
+++ PKGBUILD2013-11-28 02:36:00 UTC (rev 101576)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Kaiting Chen 
-# Maintainer: Aaron Schaefer 
-
-pkgbase=python-boto
-pkgname=python2-boto
-pkgver=2.18.0
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-depends=('python2')
-makedepends=('python2-setuptools')
-conflicts=('python-boto>=2.5.2-1')
-replaces=('python-boto>=2.5.2-1')
-source=("http://github.com/boto/boto/archive/${pkgver}.tar.gz";
-'LICENSE')
-
-prepare() {
-  cd boto-$pkgver
-
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-package_python2-boto() {
-  cd boto-$pkgver
-
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-sha512sums=('a8ac914eef7c6a70a2faed54896f01490e607455baa9e6cc59d88046046ef7c5953845d020724d1865874165a437ab8a09592dd787040cc84bd6a5fbb0474ed3'
-
'1d7ec138faa438b8302b9d15a5b8ec80dcda4b9854408095cf01f83b6d131cf6e567e564b888fdddab087953a595d85487435bb8aca445354bd0be14676a3a8d')

Copied: python-boto/repos/community-any/PKGBUILD (from rev 101575, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-28 02:36:00 UTC (rev 101576)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Kaiting Chen 
+# Maintainer: Aaron Schaefer 
+
+pkgbase=python-boto
+pkgna

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

2013-11-27 Thread Felix Yan
Date: Thursday, November 28, 2013 @ 03:35:14
  Author: fyan
Revision: 101575

upgpkg: python-boto 2.19.0-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 02:32:14 UTC (rev 101574)
+++ PKGBUILD2013-11-28 02:35:14 UTC (rev 101575)
@@ -12,7 +12,7 @@
 url='https://github.com/boto/boto'
 license=('MIT')
 depends=('python2')
-makedepends=('python2-setuptools')
+makedepends=('python2-setuptools' 'git')
 conflicts=('python-boto>=2.5.2-1')
 replaces=('python-boto>=2.5.2-1')
 source=("git+https://github.com/boto/boto.git#tag=$pkgver";
@@ -19,7 +19,7 @@
 'LICENSE')
 
 prepare() {
-  cd boto-$pkgver
+  cd boto
 
   # python2 fix
   find . -name '*.py' -type f -print0 | xargs -0 \
@@ -27,7 +27,7 @@
 }
 
 package_python2-boto() {
-  cd boto-$pkgver
+  cd boto
 
   python2 setup.py install --root="$pkgdir"
   install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"



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

2013-11-27 Thread Felix Yan
Date: Thursday, November 28, 2013 @ 03:32:14
  Author: fyan
Revision: 101574

upgpkg: python-boto 2.19.0-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 01:30:36 UTC (rev 101573)
+++ PKGBUILD2013-11-28 02:32:14 UTC (rev 101574)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=python2-boto
-pkgver=2.18.0
+pkgver=2.19.0
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')
@@ -15,7 +15,7 @@
 makedepends=('python2-setuptools')
 conflicts=('python-boto>=2.5.2-1')
 replaces=('python-boto>=2.5.2-1')
-source=("http://github.com/boto/boto/archive/${pkgver}.tar.gz";
+source=("git+https://github.com/boto/boto.git#tag=$pkgver";
 'LICENSE')
 
 prepare() {
@@ -33,5 +33,5 @@
   install -D -m644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-sha512sums=('a8ac914eef7c6a70a2faed54896f01490e607455baa9e6cc59d88046046ef7c5953845d020724d1865874165a437ab8a09592dd787040cc84bd6a5fbb0474ed3'
+sha512sums=('SKIP'
 
'1d7ec138faa438b8302b9d15a5b8ec80dcda4b9854408095cf01f83b6d131cf6e567e564b888fdddab087953a595d85487435bb8aca445354bd0be14676a3a8d')



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

2013-11-27 Thread Alexandre Filgueira
Date: Thursday, November 28, 2013 @ 02:30:36
  Author: faidoc
Revision: 101573

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

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

---+
 /PKGBUILD |  102 
 /nemo.install |   28 ++
 community-i686/PKGBUILD   |   51 
 community-i686/nemo.install   |   14 -
 community-x86_64/PKGBUILD |   51 
 community-x86_64/nemo.install |   14 -
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-28 01:29:26 UTC (rev 101572)
+++ community-i686/PKGBUILD 2013-11-28 01:30:36 UTC (rev 101573)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=2.0.6
-pkgrel=1
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo";
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 
'libxml2'
- 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common')
-options=('!emptydirs')
-install=nemo.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";)
-sha256sums=('4d00d805faad653de3f095d3352c76dd10315df1154a09dce6bd0ca4002cdcf8')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
-
-  # Fix build
-  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-packagekit \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 101572, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-28 01:30:36 UTC (rev 101573)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=2.0.8
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo";
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+ 'cinnamon-desktop' 'gnome-icon-theme' 'libnotify' 'libtracker-sparql' 
'libxml2'
+ 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common')
+options=('!emptydirs')
+install=nemo.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";)
+sha256sums=('6a40868e46fd2ed6c27e694e76c160996d16e2d27681bf5126e6b0e647c24033')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  sed -i 's/bin\/python/bin\/python2/g' 
files/usr/share/nemo/actions/myaction.py
+
+  # Fix build
+  sed -i '/AC_SUBST(DISABLE_DEPRECATED_CFLAGS)/d' configure.in
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-packagekit \
+  --disable-gtk-doc-html \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/nemo.install
===
--- community-i686/nemo.install 2013-11-28 01:29:26 UTC (rev 101572)
+++ community-i686/nemo.install 2013-11-28 01:30:36 UTC (rev 101573)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas --allow-any-name usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -ftq us

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

2013-11-27 Thread Alexandre Filgueira
Date: Thursday, November 28, 2013 @ 02:29:26
  Author: faidoc
Revision: 101572

upgpkg: nemo 2.0.8-1

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 01:27:47 UTC (rev 101571)
+++ PKGBUILD2013-11-28 01:29:26 UTC (rev 101572)
@@ -3,7 +3,7 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=2.0.6
+pkgver=2.0.8
 pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 install=nemo.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";)
-sha256sums=('4d00d805faad653de3f095d3352c76dd10315df1154a09dce6bd0ca4002cdcf8')
+sha256sums=('6a40868e46fd2ed6c27e694e76c160996d16e2d27681bf5126e6b0e647c24033')
 
 prepare() {
   cd linuxmint-nemo-*



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

2013-11-27 Thread Alexandre Filgueira
Date: Thursday, November 28, 2013 @ 02:27:47
  Author: faidoc
Revision: 101571

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

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

-+
 /PKGBUILD   |   68 ++
 /muffin.install |   20 +++
 community-i686/PKGBUILD |   34 ---
 community-i686/muffin.install   |   10 -
 community-x86_64/PKGBUILD   |   34 ---
 community-x86_64/muffin.install |   10 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-28 01:26:58 UTC (rev 101570)
+++ community-i686/PKGBUILD 2013-11-28 01:27:47 UTC (rev 101571)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin";
-license=('GPL')
-depends=('clutter' 'gobject-introspection' 'cinnamon-desktop' 'libcanberra'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
-options=('!emptydirs')
-install=$pkgname.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
-sha256sums=('d719e1dc958f1789e4f03d01d0ceebb84e972dd24158c229e213514c7e41d2fb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 101570, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-28 01:27:47 UTC (rev 101571)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=2.0.5
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin";
+license=('GPL')
+depends=('clutter' 'gobject-introspection' 'cinnamon-desktop' 'libcanberra'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+options=('!emptydirs')
+install=$pkgname.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
+sha256sums=('81a57d452ea88ea926b284248033f021960400b3b9d13f5a334a77cf3bd4c7ee')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/muffin.install
===
--- community-i686/muffin.install   2013-11-28 01:26:58 UTC (rev 101570)
+++ community-i686/muffin.install   2013-11-28 01:27:47 UTC (rev 101571)
@@ -1,10 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-post_remove() {
-  post_install
-}

Copied: muffin/repos/community-i686/muffin.install (from rev 101570, 
muffin/trunk/muffin.install)
===
--- community-i686/muffin.install   (rev 0)
+++ community-i686/muffin.install   2013-11-28 01:27:47 UTC (rev 101571)
@@ -0,0 +1,10 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-28 01:26:58 UTC (rev 101570)
+++ community-x86_64/PKGBUILD   2013-11-28 01:27:47 UTC (rev 101571)
@@ -1,34 +0,0 @@

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

2013-11-27 Thread Alexandre Filgueira
Date: Thursday, November 28, 2013 @ 02:26:58
  Author: faidoc
Revision: 101570

upgpkg: muffin 2.0.5-1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 01:25:33 UTC (rev 101569)
+++ PKGBUILD2013-11-28 01:26:58 UTC (rev 101570)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 options=('!emptydirs')
 install=$pkgname.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
-sha256sums=('d719e1dc958f1789e4f03d01d0ceebb84e972dd24158c229e213514c7e41d2fb')
+sha256sums=('81a57d452ea88ea926b284248033f021960400b3b9d13f5a334a77cf3bd4c7ee')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-11-27 Thread Alexandre Filgueira
Date: Thursday, November 28, 2013 @ 02:25:33
  Author: faidoc
Revision: 101569

archrelease: copy trunk to community-any

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
(from rev 101568, cinnamon-translations/trunk/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-28 01:24:55 UTC (rev 101568)
+++ PKGBUILD2013-11-28 01:25:33 UTC (rev 101569)
@@ -1,19 +0,0 @@
-# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
-# Maintainer: Alexandre Filgueira 
-
-pkgname=cinnamon-translations
-pkgver=2.0.2
-pkgrel=1
-pkgdesc="Translations for Cinnamon and Nemo"
-arch=(any)
-url="http://cinnamon.linuxmint.com/";
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
-sha256sums=('cb9f6da2f39452a6de6ffedf92278b50323a1597febdbdcdfaa4f43d9b912469')
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -m 0755 -d ${pkgdir}/usr/share/cinnamon/locale/ 
-  cp -Rp mo-export/* ${pkgdir}/usr/share/cinnamon/locale/
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 101568, 
cinnamon-translations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-28 01:25:33 UTC (rev 101569)
@@ -0,0 +1,19 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-translations
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=(any)
+url="http://cinnamon.linuxmint.com/";
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
+sha256sums=('ec75f7414714e9f4144ffc8bba863b50a5bc43f3b1add94846d7e58e42d8831f')
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -m 0755 -d ${pkgdir}/usr/share/cinnamon/locale/ 
+  cp -Rp mo-export/* ${pkgdir}/usr/share/cinnamon/locale/
+}



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

2013-11-27 Thread Alexandre Filgueira
Date: Thursday, November 28, 2013 @ 02:24:55
  Author: faidoc
Revision: 101568

upgpkg: cinnamon-translations 2.0.3-1

Modified:
  cinnamon-translations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 01:22:56 UTC (rev 101567)
+++ PKGBUILD2013-11-28 01:24:55 UTC (rev 101568)
@@ -2,7 +2,7 @@
 # Maintainer: Alexandre Filgueira 
 
 pkgname=cinnamon-translations
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=(any)
@@ -9,7 +9,7 @@
 url="http://cinnamon.linuxmint.com/";
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
-sha256sums=('cb9f6da2f39452a6de6ffedf92278b50323a1597febdbdcdfaa4f43d9b912469')
+sha256sums=('ec75f7414714e9f4144ffc8bba863b50a5bc43f3b1add94846d7e58e42d8831f')
 
 package() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in cinnamon-settings-daemon/repos (16 files)

2013-11-27 Thread Alexandre Filgueira
Date: Thursday, November 28, 2013 @ 02:22:56
  Author: faidoc
Revision: 101567

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

Added:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
(from rev 101566, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-i686/automount-plugin.patch
(from rev 101566, cinnamon-settings-daemon/trunk/automount-plugin.patch)
  cinnamon-settings-daemon/repos/community-i686/cinnamon-settings-daemon.install
(from rev 101566, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-i686/keyboard.patch
(from rev 101566, cinnamon-settings-daemon/trunk/keyboard.patch)
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 101566, cinnamon-settings-daemon/trunk/PKGBUILD)
  cinnamon-settings-daemon/repos/community-x86_64/automount-plugin.patch
(from rev 101566, cinnamon-settings-daemon/trunk/automount-plugin.patch)
  
cinnamon-settings-daemon/repos/community-x86_64/cinnamon-settings-daemon.install
(from rev 101566, 
cinnamon-settings-daemon/trunk/cinnamon-settings-daemon.install)
  cinnamon-settings-daemon/repos/community-x86_64/keyboard.patch
(from rev 101566, cinnamon-settings-daemon/trunk/keyboard.patch)
Deleted:
  cinnamon-settings-daemon/repos/community-i686/PKGBUILD
  cinnamon-settings-daemon/repos/community-i686/automount-plugin.patch
  cinnamon-settings-daemon/repos/community-i686/cinnamon-settings-daemon.install
  cinnamon-settings-daemon/repos/community-i686/keyboard.patch
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
  cinnamon-settings-daemon/repos/community-x86_64/automount-plugin.patch
  
cinnamon-settings-daemon/repos/community-x86_64/cinnamon-settings-daemon.install
  cinnamon-settings-daemon/repos/community-x86_64/keyboard.patch

---+
 /PKGBUILD |   96 
 /automount-plugin.patch   |  894 +
 /cinnamon-settings-daemon.install |   24 
 /keyboard.patch   | 9456 
 community-i686/PKGBUILD   |   48 
 community-i686/automount-plugin.patch |  447 
 community-i686/cinnamon-settings-daemon.install   |   12 
 community-i686/keyboard.patch | 4728 --
 community-x86_64/PKGBUILD |   48 
 community-x86_64/automount-plugin.patch   |  447 
 community-x86_64/cinnamon-settings-daemon.install |   12 
 community-x86_64/keyboard.patch   | 4728 --
 12 files changed, 10470 insertions(+), 10470 deletions(-)

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


[arch-commits] Commit in cinnamon-settings-daemon/trunk (PKGBUILD)

2013-11-27 Thread Alexandre Filgueira
Date: Thursday, November 28, 2013 @ 02:21:33
  Author: faidoc
Revision: 101566

upgpkg: cinnamon-settings-daemon 2.0.8-1

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 01:20:18 UTC (rev 101565)
+++ PKGBUILD2013-11-28 01:21:33 UTC (rev 101566)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-settings-daemon
-pkgver=2.0.7
+pkgver=2.0.8
 pkgrel=1
 pkgdesc="The Cinnamon Settings daemon"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz";
 keyboard.patch
 automount-plugin.patch)
-sha256sums=('7354b1d88d7447934e2f0b5cc4161ea59ad1f84201ea019185c2de15332771f4'
+sha256sums=('6889f021acab93d146c78fe8aa540a83a12260232e1ea5f697037a7c94c877fd'
 '3c05b978cb414c8fc1530f211bab58627a64ac9c156630c9d486f5926a85109c'
 '4fc2b3a354b53d41d92d7f95d175a6a18382330353a0579d29c2d33b9400a837')
 



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

2013-11-27 Thread Alexandre Filgueira
Date: Thursday, November 28, 2013 @ 02:20:18
  Author: faidoc
Revision: 101565

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

Added:
  cinnamon-session/repos/community-i686/PKGBUILD
(from rev 101564, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-i686/cinnamon-session.install
(from rev 101564, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-i686/remove_sessionmigration.patch
(from rev 101564, cinnamon-session/trunk/remove_sessionmigration.patch)
  cinnamon-session/repos/community-i686/timeout.patch
(from rev 101564, cinnamon-session/trunk/timeout.patch)
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 101564, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
(from rev 101564, cinnamon-session/trunk/cinnamon-session.install)
  cinnamon-session/repos/community-x86_64/remove_sessionmigration.patch
(from rev 101564, cinnamon-session/trunk/remove_sessionmigration.patch)
  cinnamon-session/repos/community-x86_64/timeout.patch
(from rev 101564, cinnamon-session/trunk/timeout.patch)
Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/repos/community-i686/cinnamon-session.install
  cinnamon-session/repos/community-i686/remove_sessionmigration.patch
  cinnamon-session/repos/community-i686/timeout.patch
  cinnamon-session/repos/community-x86_64/PKGBUILD
  cinnamon-session/repos/community-x86_64/cinnamon-session.install
  cinnamon-session/repos/community-x86_64/remove_sessionmigration.patch
  cinnamon-session/repos/community-x86_64/timeout.patch

+
 /PKGBUILD  |   96 +++
 /cinnamon-session.install  |   24 +
 /remove_sessionmigration.patch |   36 
 /timeout.patch |   48 +++
 community-i686/PKGBUILD|   48 ---
 community-i686/cinnamon-session.install|   12 --
 community-i686/remove_sessionmigration.patch   |   18 
 community-i686/timeout.patch   |   24 -
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/cinnamon-session.install  |   12 --
 community-x86_64/remove_sessionmigration.patch |   18 
 community-x86_64/timeout.patch |   24 -
 12 files changed, 204 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-28 01:19:08 UTC (rev 101564)
+++ community-i686/PKGBUILD 2013-11-28 01:20:18 UTC (rev 101565)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-session
-pkgver=2.0.5
-pkgrel=1
-pkgdesc="The Cinnamon Session Handler"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(cinnamon-desktop upower)
-makedepends=(intltool mesa json-glib xtrans gnome-common)
-options=('!emptydirs')
-install=cinnamon-session.install
-url="https://github.com/linuxmint/cinnamon-session";
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
-remove_sessionmigration.patch
-timeout.patch)
-sha256sums=('d3c29db7c6c9290e066eef6f41157555690f74d260e556837e45ecfd16504967'
-'f3c0bc1a3debfaa686230f19ba371b08dd4645064d90ead0c34f465c7d416736'
-'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Do not try to execute session-migration script (it's specific to Ubuntu)
-  patch -Np1 -i ../remove_sessionmigration.patch
-
-  # Increase timeout, for slow machines
-  patch -Np1 -i ../timeout.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
-  --disable-schemas-compile --enable-systemd --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Prefix 'Startup Applications' with 'Cinnamon' to avoid confusion with 
gnome-session
-  sed -i 's/^Name\(.*\)=\(.*\)/Name\1=Cinnamon \2/' \
-  "$pkgdir/usr/share/applications/cinnamon-session-properties.desktop"
-}

Copied: cinnamon-session/repos/community-i686/PKGBUILD (from rev 101564, 
cinnamon-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-28 01:20:18 UTC (rev 101565)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-session
+pkgver=2.0.6
+pkgrel=1
+pkgdesc="The Cinnamon Session Handler"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(cinnamon-desktop upower)
+makedepends

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

2013-11-27 Thread Alexandre Filgueira
Date: Thursday, November 28, 2013 @ 02:19:08
  Author: faidoc
Revision: 101564

upgpkg: cinnamon-session 2.0.6-1

Modified:
  cinnamon-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 01:18:16 UTC (rev 101563)
+++ PKGBUILD2013-11-28 01:19:08 UTC (rev 101564)
@@ -3,7 +3,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-session
-pkgver=2.0.5
+pkgver=2.0.6
 pkgrel=1
 pkgdesc="The Cinnamon Session Handler"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
 remove_sessionmigration.patch
 timeout.patch)
-sha256sums=('d3c29db7c6c9290e066eef6f41157555690f74d260e556837e45ecfd16504967'
+sha256sums=('831a63f31bd5c0f5dcaee833d3e43e50e8c9d540cbe931e71b8e0f79ede14567'
 'f3c0bc1a3debfaa686230f19ba371b08dd4645064d90ead0c34f465c7d416736'
 'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
 



[arch-commits] Commit in cinnamon-control-center/repos (12 files)

2013-11-27 Thread Alexandre Filgueira
Date: Thursday, November 28, 2013 @ 02:18:16
  Author: faidoc
Revision: 101563

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 101562, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 101562, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-i686/region.patch
(from rev 101562, cinnamon-control-center/trunk/region.patch)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 101562, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 101562, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/region.patch
(from rev 101562, cinnamon-control-center/trunk/region.patch)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-i686/region.patch
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/region.patch

--+
 /PKGBUILD|  118 
 /cinnamon-control-center.install |   22 
 /region.patch|10626 +
 community-i686/PKGBUILD  |   59 
 community-i686/cinnamon-control-center.install   |   11 
 community-i686/region.patch  | 5313 --
 community-x86_64/PKGBUILD|   59 
 community-x86_64/cinnamon-control-center.install |   11 
 community-x86_64/region.patch| 5313 --
 9 files changed, 10766 insertions(+), 10766 deletions(-)

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


[arch-commits] Commit in cinnamon-control-center/trunk (PKGBUILD)

2013-11-27 Thread Alexandre Filgueira
Date: Thursday, November 28, 2013 @ 02:16:14
  Author: faidoc
Revision: 101562

upgpkg: cinnamon-control-center 2.0.9-1

Modified:
  cinnamon-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-28 01:14:22 UTC (rev 101561)
+++ PKGBUILD2013-11-28 01:16:14 UTC (rev 101562)
@@ -5,7 +5,7 @@
 # Jan de Groot 
 
 pkgname=cinnamon-control-center
-pkgver=2.0.8
+pkgver=2.0.9
 pkgrel=1
 pkgdesc="The Control Center for Cinnamon"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz";
 region.patch)
-sha256sums=('49c7b5eae92d9708c12ca5bd694afdfc8aba31ae3de77904bf5107c2c9a30a3f'
+sha256sums=('63bb179a50d5f873ed1c19de97966592eedbc055ce2829e4298223a75fc33b4e'
 '077cb8d6814c32a4df85f71c2b8fa84da25e5260263a6e0536c6e1626051f022')
 
 prepare() {



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

2013-11-27 Thread Alexandre Filgueira
Date: Thursday, November 28, 2013 @ 02:14:22
  Author: faidoc
Revision: 101561

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 101560, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/cinnamon-gstreamer1.patch
(from rev 101560, cinnamon/trunk/cinnamon-gstreamer1.patch)
  cinnamon/repos/community-i686/cinnamon.install
(from rev 101560, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-i686/input_keybindings.patch
(from rev 101560, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-i686/keyboard_applet.patch
(from rev 101560, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 101560, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 101560, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/cinnamon-gstreamer1.patch
(from rev 101560, cinnamon/trunk/cinnamon-gstreamer1.patch)
  cinnamon/repos/community-x86_64/cinnamon.install
(from rev 101560, cinnamon/trunk/cinnamon.install)
  cinnamon/repos/community-x86_64/input_keybindings.patch
(from rev 101560, cinnamon/trunk/input_keybindings.patch)
  cinnamon/repos/community-x86_64/keyboard_applet.patch
(from rev 101560, cinnamon/trunk/keyboard_applet.patch)
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy
(from rev 101560, 
cinnamon/trunk/org.archlinux.pkexec.cinnamon-settings-users.policy)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/cinnamon-gstreamer1.patch
  cinnamon/repos/community-i686/cinnamon.install
  cinnamon/repos/community-i686/input_keybindings.patch
  cinnamon/repos/community-i686/keyboard_applet.patch
  
cinnamon/repos/community-i686/org.archlinux.pkexec.cinnamon-settings-users.policy
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/cinnamon-gstreamer1.patch
  cinnamon/repos/community-x86_64/cinnamon.install
  cinnamon/repos/community-x86_64/input_keybindings.patch
  cinnamon/repos/community-x86_64/keyboard_applet.patch
  
cinnamon/repos/community-x86_64/org.archlinux.pkexec.cinnamon-settings-users.policy

+
 /PKGBUILD  |  194 +
 /cinnamon-gstreamer1.patch |  564 +++
 /cinnamon.install  |   22 +
 /input_keybindings.patch   |   22 +
 /keyboard_applet.patch |  266 
 community-i686/PKGBUILD|   97 
 community-i686/cinnamon-gstreamer1.patch   |  282 -
 community-i686/cinnamon.install|   11 
 community-i686/input_keybindings.patch |   11 
 community-i686/keyboard_applet.patch   |  133 --
 community-x86_64/PKGBUILD  |   97 
 community-x86_64/cinnamon-gstreamer1.patch |  282 -
 community-x86_64/cinnamon.install  |   11 
 community-x86_64/input_keybindings.patch   |   11 
 community-x86_64/keyboard_applet.patch |  133 --
 15 files changed, 1068 insertions(+), 1068 deletions(-)

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


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

2013-11-27 Thread Alexandre Filgueira
Date: Thursday, November 28, 2013 @ 02:12:19
  Author: faidoc
Revision: 101560

upgpkg: cinnamon 2.0.14-1

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 20:15:40 UTC (rev 101559)
+++ PKGBUILD2013-11-28 01:12:19 UTC (rev 101560)
@@ -5,7 +5,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=2.0.12
+pkgver=2.0.14
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 "keyboard_applet.patch"
 "input_keybindings.patch"
 "org.archlinux.pkexec.cinnamon-settings-users.policy")
-sha256sums=('5c0f7142cafae9906d2653f38086f22704fcf021b486a9525b0f62b9a654d07b'
+sha256sums=('447f65ceb22a40717656d3d708d16ad450802298d783b23004b6e8d3c8d7da85'
 '2e10ba71fd9ba40afd7e9492b2fc0d5bcc27874bcde543cfd8a47ad20c52354a'
 '6acb07393105ddced8a4c3c869a596350d1a7d81a808ca5307d2ad770653a9d3'
 'e28c40eb844105154fa6106f5b4de3151a22805b3a7b2f84be9ea6c15cec3de6'



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

2013-11-27 Thread Allan McRae
Date: Wednesday, November 27, 2013 @ 23:14:15
  Author: allan
Revision: 200397

major PKGBUILD clean-up, move libatomic to gcc-libs, make gcc-ada link shared

Modified:
  gcc/trunk/PKGBUILD

--+
 PKGBUILD |  174 -
 1 file changed, 94 insertions(+), 80 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 20:54:58 UTC (rev 200396)
+++ PKGBUILD2013-11-27 22:14:15 UTC (rev 200397)
@@ -6,7 +6,8 @@
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go')
 pkgver=4.8.2
-pkgrel=4
+_pkgver=4.8
+pkgrel=5
 #_snapshot=4.8-20130725
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
@@ -30,6 +31,8 @@
   _basedir=gcc-${pkgver}
 fi
 
+_libdir="usr/lib/gcc/$CHOST/$pkgver"
+
 prepare() {
   cd ${srcdir}/${_basedir}
 
@@ -69,19 +72,17 @@
   --enable-shared --enable-threads=posix \
   --with-system-zlib --enable-__cxa_atexit \
   --disable-libunwind-exceptions --enable-clocale=gnu \
-  --disable-libstdcxx-pch \
+  --disable-libstdcxx-pch --disable-libssp \
   --enable-gnu-unique-object --enable-linker-build-id \
   --enable-cloog-backend=isl --disable-cloog-version-check \
-  --enable-lto --enable-gold --enable-ld=default \
-  --enable-plugin --with-plugin-ld=ld.gold \
-  --with-linker-hash-style=gnu --disable-install-libiberty \
-  --disable-multilib --disable-libssp --disable-werror \
+  --enable-lto --enable-plugin \
+  --with-linker-hash-style=gnu \
+  --disable-multilib --disable-werror \
   --enable-checking=release
   make
   
   # make documentation
-  cd $CHOST/libstdc++-v3
-  make doc-man-doxygen
+  make -C $CHOST/libstdc++-v3/doc doc-man-doxygen
 }
 
 check() {
@@ -101,31 +102,38 @@
   pkgdesc="Runtime libraries shipped by GCC"
   groups=('base')
   depends=('glibc>=2.17')
+  options=('!emptydirs')
   install=gcc-libs.install
 
   cd ${srcdir}/gcc-build
-  make -j1 -C $CHOST/libgcc DESTDIR=${pkgdir} install-shared
-  for lib in libmudflap libgomp libstdc++-v3/src libitm libsanitizer/asan; do
-make -j1 -C $CHOST/$lib DESTDIR=${pkgdir} install-toolexeclibLTLIBRARIES
+  
+  make -C $CHOST/libgcc DESTDIR=${pkgdir} install-shared
+  rm ${pkgdir}/${_libdir}/libgcc_eh.a
+  
+  for lib in libmudflap \
+ libgomp \
+ libitm \
+ libatomic \
+ libstdc++-v3/src \
+ libquadmath \
+ libgfortran \
+ libsanitizer/asan; do
+make -C $CHOST/$lib DESTDIR=${pkgdir} install-toolexeclibLTLIBRARIES
   done
 
   [[ $CARCH == "x86_64" ]] && \
-make -j1 -C $CHOST/libsanitizer/tsan DESTDIR=${pkgdir} 
install-toolexeclibLTLIBRARIES
+make -C $CHOST/libsanitizer/tsan DESTDIR=${pkgdir} 
install-toolexeclibLTLIBRARIES
+
+  make -C $CHOST/libobjc DESTDIR=${pkgdir} install-libs
   
-  make -j1 -C $CHOST/libstdc++-v3/po DESTDIR=${pkgdir} install
-  make -j1 -C $CHOST/libgomp DESTDIR=${pkgdir} install-info
-  make -j1 -C $CHOST/libitm DESTDIR=${pkgdir} install-info
+  make -C $CHOST/libstdc++-v3/po DESTDIR=${pkgdir} install
 
-  make -j1 DESTDIR=${pkgdir} install-target-libquadmath  
-  make -j1 DESTDIR=${pkgdir} install-target-libgfortran
-  make -j1 DESTDIR=${pkgdir} install-target-libobjc
+  for lib in libgomp \
+ libitm \
+ libquadmath; do
+make -C $CHOST/$lib DESTDIR=${pkgdir} install-info
+  done
 
-  # remove unnecessary files installed by 
install-target-{libquadmath,libgfortran,libobjc}
-  rm -r ${pkgdir}/usr/lib/{gcc/,libgfortran.spec}
-
-  # remove static libraries
-  find ${pkgdir} -name *.a -delete
-  
   # Install Runtime Library Exception
   install -Dm644 ${srcdir}/${_basedir}/COPYING.RUNTIME \
 ${pkgdir}/usr/share/licenses/gcc-libs/RUNTIME.LIBRARY.EXCEPTION
@@ -140,29 +148,43 @@
   install=gcc.install
 
   cd ${srcdir}/gcc-build
+
+  make -C gcc DESTDIR=${pkgdir} install-driver install-cpp install-gcc-ar \
+c++.install-common install-headers install-plugin install-lto-wrapper
+
+  install -m755 gcc/gcov $pkgdir/usr/bin/
+  install -m755 -t $pkgdir/${_libdir}/ gcc/{cc1,cc1plus,collect2,lto1}
+
+  make -C $CHOST/libgcc DESTDIR=${pkgdir} install
+  rm ${pkgdir}/usr/lib/libgcc_s.so*
   
-  make -j1 DESTDIR=${pkgdir} install
+  make -C $CHOST/libstdc++-v3/src DESTDIR=${pkgdir} install
+  make -C $CHOST/libstdc++-v3/include DESTDIR=${pkgdir} install
+  make -C $CHOST/libstdc++-v3/libsupc++ DESTDIR=${pkgdir} install
+  make -C $CHOST/libstdc++-v3/python DESTDIR=${pkgdir} install
 
   install -d $pkgdir/usr/share/gdb/auto-load/usr/lib
   mv $pkgdir{,/usr/share/gdb/auto-load}/usr/lib/libstdc++.so.6.0.18-gdb.py
+  rm ${pkgdir}/usr/lib/libstdc++.so*
 
-  # unfortunately it is much, much easier to install the lot and clean-up the 
mess...
-  rm $pkgdir/usr/bin/{{$CHOST-,}gfortran,{$CHOST-,}gccgo,gnat*}
-  rm $pkgdir/usr/lib/*.so*
-  rm $pkgdir/usr/lib/lib{atomic,gfortran,go{,beg

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

2013-11-27 Thread Andrea Scarpino
Date: Wednesday, November 27, 2013 @ 21:54:58
  Author: andrea
Revision: 200396

upgpkg: calligra-l10n 2.7.5-1

Upstream release

Modified:
  calligra-l10n/trunk/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 20:54:34 UTC (rev 200395)
+++ PKGBUILD2013-11-27 20:54:58 UTC (rev 200396)
@@ -30,7 +30,7 @@
'calligra-l10n-uk'
'calligra-l10n-zh_cn'
'calligra-l10n-zh_tw')
-pkgver=2.7.4
+pkgver=2.7.5
 pkgrel=1
 pkgdesc="Localization for Calligra"
 arch=('any')
@@ -66,34 +66,34 @@
   
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-uk-${pkgver}.tar.xz";
   
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_CN-${pkgver}.tar.xz";
   
"http://download.kde.org/stable/calligra-${pkgver}/${pkgbase}/${pkgbase}-zh_TW-${pkgver}.tar.xz";)
-md5sums=('bd16bf4aeeab9532b0268977b834eca0'
- '641eb7346069343bc36452df75905340'
- '82df293e8df73d60647f61babf05e726'
- 'e181d8fa4057cff28932ad703c7f0523'
- '5b44bdd14de0739b1d608a93b9a042b5'
- 'c2e593b5a2ce96d6f422d9216637413e'
- 'e3c208c5b9c53b02c30232d9833d4484'
- '318b3b88068b4292ac597ad3b92702c2'
- 'adb28b523ef842888a0d9519b8466728'
- '02143b0403735d2e064cdc5ef13dfb87'
- 'e385c805d2ee3a8351917deff88ac628'
- '2478610dd599d0170801deb6a4f66330'
- '63a9b0324c469ebbe38a14e985b49069'
- 'a480e07b0b8757df7166eb2475ce85cc'
- '1ea245a8f939b3ccf193c60f3f31a023'
- 'becb1c2524cfcab00b281fc6b40bdef1'
- '96fc7e62519cfec204e2e908b9d198bb'
- '039485a30828c06c6389cd76ba324562'
- '9b485fffefe87480136af41a17cc0b98'
- '6712ee79c214a7506267685e34a2f0d9'
- '399fea315ca4c84a2885eb39399d1296'
- '7773f778f5d9f481ab231d305efa2934'
- '0a132e5361fb2c25b29b370f8ae9e2cb'
- 'f27be65cc1c32bcb8e0824fa224e86ff'
- '35f6b7206535260d5bbb9b86d71db810'
- '813bd1b06a1da5e735e3d741eacce27a'
- '98f19fb4a06201365310b2e42c77e913'
- '5c346db18fe5896e7063cd0e8bce8cec')
+md5sums=('c28966dce75cc5731d13f6461cba6977'
+ '44d4b9167167b51da439d30945d1c898'
+ 'c2601b227432c6e2a26d174f191942cb'
+ 'eeeb7a652603eefcad25466c441ac700'
+ 'a2b98cfd74dab9c20e07b478b9aef4c6'
+ '83597b02415eed90b49d699707540ba7'
+ 'f217fe79f710a0316add8c10df5e20d1'
+ '9b4fa02ddad5373d79aaf2c0f9a679c6'
+ 'ba18303b4aeef8cca7fa0fb6b44aaccc'
+ '968b2b558a6d3ba22466de3a3f5a6163'
+ '116ba36f96ebeaad778a9ec9dbbde396'
+ '39f007c871406102192c420d86dac78f'
+ 'dc72617f9e6fc1fb99435141c1b62aa8'
+ '7a07e2ec30a8a2bf21f748f4076f7926'
+ '76aa878f9f7d14021a7360896f2eed40'
+ '1a6af385cbb7ce70724fc2d6be57d725'
+ 'c654a558c39398165a4cdc29164d5f6c'
+ '8b2cd22d771f8f92b681adbee84a6144'
+ '13e9d33cb428040518247a5e304c2e75'
+ 'cf7a706eeb04ca44100d550c9f6bda12'
+ '529fab32d05384c702b78c76cc6375cd'
+ '6b89099115630ee46ce12b4cf1916701'
+ 'fb6db0304d6f531136b673338688aeac'
+ 'c2e0180460609af6e25c8107201ae000'
+ 'c6b22213e65a6eda16946ad0644e800f'
+ '7ba49bdd90870b63479df782f57f1488'
+ 'bc8b5570928b4e83eaceedbd60aae23f'
+ '3fb85153b2800f5527d3b76f54d5af0f')
 
 build() {
   for lang in bs ca cs da de el es et fi fr gl hu it kk nb nds \



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

2013-11-27 Thread Andrea Scarpino
Date: Wednesday, November 27, 2013 @ 21:54:34
  Author: andrea
Revision: 200395

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

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 200394, calligra/trunk/PKGBUILD)
  calligra/repos/extra-i686/calligra-braindump.install
(from rev 200394, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-i686/calligra-extras.install
(from rev 200394, calligra/trunk/calligra-extras.install)
  calligra/repos/extra-i686/calligra-filters.install
(from rev 200394, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-i686/calligra-flow.install
(from rev 200394, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-i686/calligra-karbon.install
(from rev 200394, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-i686/calligra-kexi.install
(from rev 200394, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-i686/calligra-krita.install
(from rev 200394, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-i686/calligra-plan.install
(from rev 200394, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-i686/calligra-plugins.install
(from rev 200394, calligra/trunk/calligra-plugins.install)
  calligra/repos/extra-i686/calligra-sheets.install
(from rev 200394, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-i686/calligra-stage.install
(from rev 200394, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-i686/calligra-words.install
(from rev 200394, calligra/trunk/calligra-words.install)
  calligra/repos/extra-i686/calligra.install
(from rev 200394, calligra/trunk/calligra.install)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 200394, calligra/trunk/PKGBUILD)
  calligra/repos/extra-x86_64/calligra-braindump.install
(from rev 200394, calligra/trunk/calligra-braindump.install)
  calligra/repos/extra-x86_64/calligra-extras.install
(from rev 200394, calligra/trunk/calligra-extras.install)
  calligra/repos/extra-x86_64/calligra-filters.install
(from rev 200394, calligra/trunk/calligra-filters.install)
  calligra/repos/extra-x86_64/calligra-flow.install
(from rev 200394, calligra/trunk/calligra-flow.install)
  calligra/repos/extra-x86_64/calligra-karbon.install
(from rev 200394, calligra/trunk/calligra-karbon.install)
  calligra/repos/extra-x86_64/calligra-kexi.install
(from rev 200394, calligra/trunk/calligra-kexi.install)
  calligra/repos/extra-x86_64/calligra-krita.install
(from rev 200394, calligra/trunk/calligra-krita.install)
  calligra/repos/extra-x86_64/calligra-plan.install
(from rev 200394, calligra/trunk/calligra-plan.install)
  calligra/repos/extra-x86_64/calligra-plugins.install
(from rev 200394, calligra/trunk/calligra-plugins.install)
  calligra/repos/extra-x86_64/calligra-sheets.install
(from rev 200394, calligra/trunk/calligra-sheets.install)
  calligra/repos/extra-x86_64/calligra-stage.install
(from rev 200394, calligra/trunk/calligra-stage.install)
  calligra/repos/extra-x86_64/calligra-words.install
(from rev 200394, calligra/trunk/calligra-words.install)
  calligra/repos/extra-x86_64/calligra.install
(from rev 200394, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-i686/calligra-braindump.install
  calligra/repos/extra-i686/calligra-extras.install
  calligra/repos/extra-i686/calligra-filters.install
  calligra/repos/extra-i686/calligra-flow.install
  calligra/repos/extra-i686/calligra-karbon.install
  calligra/repos/extra-i686/calligra-kexi.install
  calligra/repos/extra-i686/calligra-krita.install
  calligra/repos/extra-i686/calligra-plan.install
  calligra/repos/extra-i686/calligra-plugins.install
  calligra/repos/extra-i686/calligra-sheets.install
  calligra/repos/extra-i686/calligra-stage.install
  calligra/repos/extra-i686/calligra-words.install
  calligra/repos/extra-i686/calligra.install
  calligra/repos/extra-x86_64/PKGBUILD
  calligra/repos/extra-x86_64/calligra-braindump.install
  calligra/repos/extra-x86_64/calligra-extras.install
  calligra/repos/extra-x86_64/calligra-filters.install
  calligra/repos/extra-x86_64/calligra-flow.install
  calligra/repos/extra-x86_64/calligra-karbon.install
  calligra/repos/extra-x86_64/calligra-kexi.install
  calligra/repos/extra-x86_64/calligra-krita.install
  calligra/repos/extra-x86_64/calligra-plan.install
  calligra/repos/extra-x86_64/calligra-plugins.install
  calligra/repos/extra-x86_64/calligra-sheets.install
  calligra/repos/extra-x86_64/calligra-stage.install
  calligra/repos/extra-x86_64/calligra-words.install
  calligra/repos/extra-x86_64/calligra.install

-+
 /PKGBUILD   |  458 ++
 /calligra-braindump.install |   24 +
 /calligra-extras.install|   22 +
 /calligra-filters.install   |   22 +
 /calligra-flow.install 

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

2013-11-27 Thread Andrea Scarpino
Date: Wednesday, November 27, 2013 @ 21:53:55
  Author: andrea
Revision: 200394

upgpkg: calligra 2.7.5-1

Upstream release

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 19:33:15 UTC (rev 200393)
+++ PKGBUILD2013-11-27 20:53:55 UTC (rev 200394)
@@ -17,7 +17,7 @@
  'calligra-sheets'
  'calligra-stage'
  'calligra-words')
-pkgver=2.7.4
+pkgver=2.7.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
@@ -28,7 +28,7 @@
  'openjpeg' 'kdegraphics-okular' 'pstoedit' 'vc')
 groups=('calligra')
 
source=("http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.xz";)
-md5sums=('0a9368b4a134eaf7c9834d21097e5016')
+md5sums=('05d1d0bac970d6dc68ffabc12fca2eb7')
 
 prepare() {
   mkdir build



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

2013-11-27 Thread Timothy Redaelli
Date: Wednesday, November 27, 2013 @ 21:15:40
  Author: tredaelli
Revision: 101559

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 101558, parallel/trunk/PKGBUILD)
  parallel/repos/community-any/fix-pod-numbers.patch
(from rev 101558, parallel/trunk/fix-pod-numbers.patch)
Deleted:
  parallel/repos/community-any/PKGBUILD
  parallel/repos/community-any/fix-pod-numbers.patch

---+
 PKGBUILD  |   62 +++
 fix-pod-numbers.patch |   94 
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-27 20:15:20 UTC (rev 101558)
+++ PKGBUILD2013-11-27 20:15:40 UTC (rev 101559)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons 
-
-pkgname=parallel
-pkgver=20131022
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('086c1d04145ee4e1d986191aa1d3f621'
- 'SKIP')
-sha1sums=('b1b65f3d063a09518f5b98fcc1829fcd89eb6f81'
-  'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 101558, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-27 20:15:40 UTC (rev 101559)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons 
+
+pkgname=parallel
+pkgver=20131122
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('9cec34e1d32a373a09dba692436ceedf'
+ 'SKIP')
+sha1sums=('a5ed91fa4b7a9743c8800e15ad5a8711d6de6c7a'
+  'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: fix-pod-numbers.patch
===
--- fix-pod-numbers.patch   2013-11-27 20:15:20 UTC (rev 101558)
+++ fix-pod-numbers.patch   2013-11-27 20:15:40 UTC (rev 101559)
@@ -1,47 +0,0 @@
 src/parallel.pod.orig
-+++ src/parallel.pod
-@@ -528,18 +528,18 @@
- 
- =over 3
- 
--=item 0
-+=item 0Z<>
- 
- Do not halt if a job fails. Exit status will be the number of jobs
- failed. This is the default.
- 
--=item 1
-+=item 1Z<>
- 
- Do not start new jobs if a job fails, but complete the running jobs
- including cleanup. The exit status will be the exit status from the
- last failing job.
- 
--=item 2
-+=item 2Z<>
- 
- Kill off all jobs immediately and exit without cleanup. The exit
- status will be the exit status from the failing job.
-@@ -2760,7 +2760,7 @@
- 
- =over 6
- 
--=item 0
-+=item 0Z<>
- 
- All jobs ran without error.
- 
-@@ -2768,11 +2768,11 @@
- 
- Some of the jobs failed. The exit status gives the number of failed jobs
- 
--=item 254
-+=item 254Z<>
- 
- More than 253 jobs failed.
- 
--=item 255
-+=item 255Z<>
- 
- Other error.
- 

Copied: parallel/repos/community-any/fix-pod-numbers.patch (from rev 101558, 
parallel/trunk/fix-pod-numbers.patch)
===
--- fix-pod-numbers.patch   (rev 0)
+++ fix-pod-numbers.patch   2013-11-27 20:15:40 UTC (rev 101559)
@@ -0,0 +1,47 @@
+--- src/parallel.pod.orig
 src/parallel.pod
+@@ -528,18 +528,18 @@
+ 
+ =over 3
+ 
+-=item 0
++=item 0Z<>
+ 
+ Do not halt if a job fails. Exit status will be the number of jobs
+ failed. This is the default.
+ 
+-=item 1
++=item 1Z<>
+ 
+ Do not start new jobs if a job fails, but complete the running jobs
+ including cleanup. The exit status will be the exit status from the
+ last failing job.
+ 
+-=item 2
++=item 2Z<>
+ 
+ Kill off all jobs immediately and exit without cleanup. The exit
+ status will be the exit status from the failing job.
+@@ -2760,7 +2760,7 @@
+ 
+ =over 6
+ 
+-=item 0
++=item 0Z<>
+ 
+ All jobs ran without error.
+ 
+@@ -2768,11 +2768,11 @@
+ 
+ Some of the jobs failed. The exit status gives the number of failed jobs
+ 
+-=item 254
++=item 254Z<>
+ 
+ More than 253 jobs failed.
+ 
+-=item 255
++=item 255Z<>
+ 
+ Other error.
+ 



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

2013-11-27 Thread Timothy Redaelli
Date: Wednesday, November 27, 2013 @ 21:15:20
  Author: tredaelli
Revision: 101558

upgpkg: parallel 20131122-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 20:13:39 UTC (rev 101557)
+++ PKGBUILD2013-11-27 20:15:20 UTC (rev 101558)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20131022
+pkgver=20131122
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl')
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('086c1d04145ee4e1d986191aa1d3f621'
+md5sums=('9cec34e1d32a373a09dba692436ceedf'
  'SKIP')
-sha1sums=('b1b65f3d063a09518f5b98fcc1829fcd89eb6f81'
+sha1sums=('a5ed91fa4b7a9743c8800e15ad5a8711d6de6c7a'
   'SKIP')
 
 build() {



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

2013-11-27 Thread Timothy Redaelli
Date: Wednesday, November 27, 2013 @ 21:13:39
  Author: tredaelli
Revision: 101557

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

Added:
  bitcoin/repos/staging-i686/PKGBUILD
(from rev 101556, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/staging-i686/bitcoin-qt.install
(from rev 101556, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/staging-x86_64/PKGBUILD
(from rev 101556, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/staging-x86_64/bitcoin-qt.install
(from rev 101556, bitcoin/trunk/bitcoin-qt.install)
Deleted:
  bitcoin/repos/staging-i686/PKGBUILD
  bitcoin/repos/staging-i686/bitcoin-qt.install
  bitcoin/repos/staging-x86_64/PKGBUILD
  bitcoin/repos/staging-x86_64/bitcoin-qt.install

---+
 /PKGBUILD |  114 
 /bitcoin-qt.install   |   22 ++
 staging-i686/PKGBUILD |   57 --
 staging-i686/bitcoin-qt.install   |   11 ---
 staging-x86_64/PKGBUILD   |   57 --
 staging-x86_64/bitcoin-qt.install |   11 ---
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-11-27 20:13:04 UTC (rev 101556)
+++ staging-i686/PKGBUILD   2013-11-27 20:13:39 UTC (rev 101557)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: shahid 
-
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-qt')
-pkgver=0.8.5
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/";
-makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
-license=('MIT')
-source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
-sha256sums=('84543f10de5e82ce6e88dd5a501db37c6327edf79a2a04f29199c24843e71f63')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver-linux/src"
-
-  # and make qt gui
-  qmake-qt4 USE_QRCODE=1
-  make
-
-  # make bitcoind
-  make -f makefile.unix -C src  CXXFLAGS="$CXXFLAGS"
-}
-
-
-package_bitcoin-qt() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
-  depends=(boost-libs qt4 miniupnpc qrencode)
-  install=bitcoin-qt.install
-
-  cd "$srcdir/$pkgbase-$pkgver-linux/src"
-  install -Dm755 bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
-  install -Dm644 contrib/debian/bitcoin-qt.desktop \
-"$pkgdir"/usr/share/applications/bitcoin.desktop
-  install -Dm644 share/pixmaps/bitcoin128.png \
-"$pkgdir"/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-daemon() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
-  depends=(boost-libs miniupnpc openssl)
-
-  cd "$srcdir/$pkgbase-$pkgver-linux/src"
-  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
-  install -Dm644 contrib/debian/examples/bitcoin.conf \
-"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
-  install -Dm644 contrib/debian/manpages/bitcoind.1 \
-"$pkgdir"/usr/share/man/man1/bitcoind.1
-  install -Dm644 contrib/debian/manpages/bitcoin.conf.5 \
-"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-

Copied: bitcoin/repos/staging-i686/PKGBUILD (from rev 101556, 
bitcoin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-27 20:13:39 UTC (rev 101557)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-qt')
+pkgver=0.8.5
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/";
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
+license=('MIT')
+source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
+sha256sums=('84543f10de5e82ce6e88dd5a501db37c6327edf79a2a04f29199c24843e71f63')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver-linux/src"
+
+  # and make qt gui
+  qmake-qt4 USE_QRCODE=1
+  make
+
+  # make bitcoind
+  make -f makefile.unix -C src  CXXFLAGS="$CXXFLAGS"
+}
+
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
+  depends=(boost-libs qt4 miniupnpc qrencode)
+  install=bitcoin-qt.install
+
+  cd "$srcdir/$pkgbase-$pkgver-linux/src"
+  install -Dm755 bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
+  install -Dm644 contrib/debian/bitcoin-qt.desktop \
+"$pkgdir"/usr/share/applications/bitcoin.desktop
+  install -Dm644 share/pixmaps/bitcoin128.png \
+"$pkgdir"/usr/share/pixmaps/bitcoin128.png
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-daemon() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
+  depends=(boost-libs miniupnpc openssl)
+
+  cd "$srcdir/$pkgbase-$pkg

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

2013-11-27 Thread Timothy Redaelli
Date: Wednesday, November 27, 2013 @ 21:13:04
  Author: tredaelli
Revision: 101556

upgpkg: bitcoin 0.8.5-2

boost 1.55.0 rebuild

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 19:59:33 UTC (rev 101555)
+++ PKGBUILD2013-11-27 20:13:04 UTC (rev 101556)
@@ -5,7 +5,7 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-qt')
 pkgver=0.8.5
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/";
 makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')



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

2013-11-27 Thread Timothy Redaelli
Date: Wednesday, November 27, 2013 @ 20:59:33
  Author: tredaelli
Revision: 101555

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

Added:
  bitcoin/repos/staging-i686/
  bitcoin/repos/staging-i686/PKGBUILD
(from rev 101554, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/staging-i686/bitcoin-qt.install
(from rev 101554, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/staging-x86_64/
  bitcoin/repos/staging-x86_64/PKGBUILD
(from rev 101554, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/staging-x86_64/bitcoin-qt.install
(from rev 101554, bitcoin/trunk/bitcoin-qt.install)

---+
 staging-i686/PKGBUILD |   57 
 staging-i686/bitcoin-qt.install   |   11 ++
 staging-x86_64/PKGBUILD   |   57 
 staging-x86_64/bitcoin-qt.install |   11 ++
 4 files changed, 136 insertions(+)

Copied: bitcoin/repos/staging-i686/PKGBUILD (from rev 101554, 
bitcoin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-27 19:59:33 UTC (rev 101555)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-qt')
+pkgver=0.8.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/";
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
+license=('MIT')
+source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
+sha256sums=('84543f10de5e82ce6e88dd5a501db37c6327edf79a2a04f29199c24843e71f63')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver-linux/src"
+
+  # and make qt gui
+  qmake-qt4 USE_QRCODE=1
+  make
+
+  # make bitcoind
+  make -f makefile.unix -C src  CXXFLAGS="$CXXFLAGS"
+}
+
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
+  depends=(boost-libs qt4 miniupnpc qrencode)
+  install=bitcoin-qt.install
+
+  cd "$srcdir/$pkgbase-$pkgver-linux/src"
+  install -Dm755 bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
+  install -Dm644 contrib/debian/bitcoin-qt.desktop \
+"$pkgdir"/usr/share/applications/bitcoin.desktop
+  install -Dm644 share/pixmaps/bitcoin128.png \
+"$pkgdir"/usr/share/pixmaps/bitcoin128.png
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-daemon() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
+  depends=(boost-libs miniupnpc openssl)
+
+  cd "$srcdir/$pkgbase-$pkgver-linux/src"
+  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
+  install -Dm644 contrib/debian/examples/bitcoin.conf \
+"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
+  install -Dm644 contrib/debian/manpages/bitcoind.1 \
+"$pkgdir"/usr/share/man/man1/bitcoind.1
+  install -Dm644 contrib/debian/manpages/bitcoin.conf.5 \
+"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+

Copied: bitcoin/repos/staging-i686/bitcoin-qt.install (from rev 101554, 
bitcoin/trunk/bitcoin-qt.install)
===
--- staging-i686/bitcoin-qt.install (rev 0)
+++ staging-i686/bitcoin-qt.install 2013-11-27 19:59:33 UTC (rev 101555)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Copied: bitcoin/repos/staging-x86_64/PKGBUILD (from rev 101554, 
bitcoin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-27 19:59:33 UTC (rev 101555)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-qt')
+pkgver=0.8.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/";
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
+license=('MIT')
+source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
+sha256sums=('84543f10de5e82ce6e88dd5a501db37c6327edf79a2a04f29199c24843e71f63')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver-linux/src"
+
+  # and make qt gui
+  qmake-qt4 USE_QRCODE=1
+  make
+
+  # make bitcoind
+  make -f makefile.unix -C src  CXXFLAGS="$CXXFLAGS"
+}
+
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
+  depends=(boost-libs qt4 miniupnpc qrencode)
+  install=bitcoin-qt.install
+
+  cd "$srcdir/$pkgbase-$pkgver-linux/src"
+  install -Dm755 bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
+  install -Dm644 contrib/debian/bitcoin-qt.desktop \
+"$pkgdir"/usr/share/applications/bitcoin.desktop
+  install -Dm644 share/pixmaps/bitcoin128.png 

[arch-commits] Commit in lib32-nvidia-304xx-utils/trunk (PKGBUILD)

2013-11-27 Thread Eric Bélanger
Date: Wednesday, November 27, 2013 @ 20:47:59
  Author: eric
Revision: 101553

upgpkg: lib32-nvidia-304xx-utils 304.116-2

Fix license conflict (close FS#37929)

Modified:
  lib32-nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 16:48:17 UTC (rev 101552)
+++ PKGBUILD2013-11-27 19:47:59 UTC (rev 101553)
@@ -7,7 +7,7 @@
 _pkgbasename=nvidia-304xx-utils
 pkgname=lib32-$_pkgbasename
 pkgver=304.116
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
 arch=('x86_64')
 url="http://www.nvidia.com/";
@@ -61,6 +61,7 @@
 done
 
 rm -rf "${pkgdir}"/usr/{include,share,bin}
-install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 



[arch-commits] Commit in lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64 (2 files)

2013-11-27 Thread Eric Bélanger
Date: Wednesday, November 27, 2013 @ 20:48:16
  Author: eric
Revision: 101554

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64/PKGBUILD
(from rev 101553, lib32-nvidia-304xx-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64/PKGBUILD

--+
 PKGBUILD |  133 ++---
 1 file changed, 67 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-27 19:47:59 UTC (rev 101553)
+++ PKGBUILD2013-11-27 19:48:16 UTC (rev 101554)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: noone currently
-# Contributor: Jason Graham 
-# Contributor: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-304xx-utils
-pkgname=lib32-$_pkgbasename
-pkgver=304.116
-pkgrel=1
-pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
-arch=('x86_64')
-url="http://www.nvidia.com/";
-depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 'nvidia-304xx-utils')
-conflicts=('lib32-mesa-libgl' 'lib32-catalyst-utils' 'lib32-nvidia-utils')
-provides=('lib32-libgl')
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('0626e8582fd81f14e7fbd906fbca1d51')
-
-build() {
-cd "${srcdir}"
-sh ${_pkg}.run --extract-only
-}
-
-package() {
-cd "${srcdir}/${_pkg}"
-
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} 
"${pkgdir}/usr/lib32/libGL.so.${pkgver}"
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
-# XvMC
-install -D -m644 libXvMCNVIDIA.a "${pkgdir}/usr/lib32/libXvMCNVIDIA.a"
-install -D -m755 libXvMCNVIDIA.so.${pkgver} 
"${pkgdir}/usr/lib32/libXvMCNVIDIA.so.${pkgver}"
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
"${pkgdir}/usr/lib32/libcuda.so.${pkgver}"
-install -D -m755 libnvcuvid.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}"
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
-# OpenCL
-install -D -m755 libnvidia-compiler.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-install -D -m755 libOpenCL.so.1.0.0 
"${pkgdir}/usr/lib32/libOpenCL.so.1.0.0"
-
-install -D -m755 libnvidia-cfg.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}"
-install -D -m755 libnvidia-ml.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}"
-
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*'); do
-_soname="$(dirname ${_lib})/$(LC_ALL=C readelf -d "$_lib" | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')"
-if [ ! -e "${_soname}" ]; then
-ln -s "$(basename ${_lib})" "${_soname}"
-ln -s "$(basename ${_soname})" "${_soname/.[0-9]*/}"
-fi
-done
-
-rm -rf "${pkgdir}"/usr/{include,share,bin}
-install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: lib32-nvidia-304xx-utils/repos/multilib-testing-x86_64/PKGBUILD (from 
rev 101553, lib32-nvidia-304xx-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-27 19:48:16 UTC (rev 101554)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: noone currently
+# Contributor: Jason Graham 
+# Contributor: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-304xx-utils
+pkgname=lib32-$_pkgbasename
+pkgver=304.116
+pkgrel=2
+pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
+arch=('x86_64')
+url="http://www.nvidia.com/";
+depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 'nvidia-304xx-utils')
+conflicts=('lib32-mesa-libgl' 'lib32-catalyst-utils' 'lib32-nvidia-utils')
+provides=('lib32-libgl')
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('0626e8582fd81f14e7fbd906fbca1d51')
+
+build() {
+cd "${srcdir}"
+sh ${_pkg}.run --extract-only
+}
+
+package() {
+cd "${srcdir}/${_pkg}"
+
+# OpenGL library
+install -D -m755 libGL.so.${pkgver} 
"${pkgdir}/usr/lib32/libGL.so.${pkgver}"
+# OpenGL core library
+install -D -m755 libnvidia-glcore.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+# XvMC
+install -D -m644 libXvMCNVIDIA.a "${pkgdir}/usr/lib32/libXvMCNVIDIA.a"
+install -D -m755 libXvMCNVIDIA.so.${pkgver} 
"${pkgdir}/usr/lib32/libXvMCNVIDIA.so.${pkgver}"
+# VDPAU
+install -D -m755 libvdpau_nvidia.so.${pkgver} 

[arch-commits] Commit in nvidia-304xx-utils/repos (4 files)

2013-11-27 Thread Eric Bélanger
Date: Wednesday, November 27, 2013 @ 20:33:15
  Author: eric
Revision: 200393

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

Added:
  nvidia-304xx-utils/repos/testing-i686/PKGBUILD
(from rev 200392, nvidia-304xx-utils/trunk/PKGBUILD)
  nvidia-304xx-utils/repos/testing-x86_64/PKGBUILD
(from rev 200392, nvidia-304xx-utils/trunk/PKGBUILD)
Deleted:
  nvidia-304xx-utils/repos/testing-i686/PKGBUILD
  nvidia-304xx-utils/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  230 ++
 testing-i686/PKGBUILD   |  114 --
 testing-x86_64/PKGBUILD |  114 --
 3 files changed, 230 insertions(+), 228 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-11-27 19:32:45 UTC (rev 200392)
+++ testing-i686/PKGBUILD   2013-11-27 19:33:15 UTC (rev 200393)
@@ -1,114 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgbase=nvidia-304xx-utils
-pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
-pkgver=304.116
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-license=('custom')
-makedepends=('libcl' 'libxvmc' 'xorg-server' 'zlib')
-options=('!strip')
-
-if [ "$CARCH" = "i686" ]; then
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('0626e8582fd81f14e7fbd906fbca1d51')
-elif [ "$CARCH" = "x86_64" ]; then
-_arch='x86_64'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('8b89d14e717ce7dd78c4d38cab930d1e')
-fi
-
-create_links() {
-# create soname links
-while read -d '' _lib; do
-_soname="$(dirname "${_lib}")/$(LC_ALL=C readelf -d "${_lib}" | sed 
-nr 's/.*Library soname: \[(.*)\].*/\1/p')"
-[[ -e "${_soname}" ]] || ln -s "$(basename "${_lib}")" "${_soname}"
-[[ -e "${_soname/.[0-9]*/}" ]] || ln -s "$(basename "${_soname}")" 
"${_soname/.[0-9]*/}"
-done < <(find "${pkgdir}" -type f -name '*.so*' -print0)
-}
-
-build() {
-cd "${srcdir}"
-sh "${_pkg}.run" --extract-only
-}
-
-package_opencl-nvidia-304xx() {
-pkgdesc="OpenCL implemention for NVIDIA, 304xx legacy branch"
-depends=('libcl' 'zlib')
-optdepends=('opencl-headers: headers necessary for OpenCL development')
-provides=('opencl-nvidia')
-conflicts=('opencl-nvidia')
- 
-cd "${srcdir}/${_pkg}"
-
-# OpenCL
-install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
-install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
-install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" 
-
-create_links
-
-install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/opencl-nvidia-304xx/LICENSE"
-}
-
-package_nvidia-304xx-utils() {
-pkgdesc="NVIDIA drivers utilities and libraries, 304xx legacy branch"
-depends=('xorg-server' 'libxvmc')
-optdepends=('gtk2: nvidia-settings'
-'pkg-config: nvidia-xconfig'
-'opencl-nvidia-304xx: OpenCL support')
-conflicts=('libgl' 'nvidia-utils')
-provides=('libgl' 'nvidia-utils')
-cd "${srcdir}/${_pkg}"
-
-# X driver
-install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
-# GLX extension module for X
-install -D -m755 "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}"
-ln -s "libglx.so.${pkgver}" 
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so"  # X doesn't find glx 
otherwise
-# OpenGL library
-install -D -m755 "libGL.so.${pkgver}" 
"${pkgdir}/usr/lib/libGL.so.${pkgver}"
-# OpenGL core library
-install -D -m755 "libnvidia-glcore.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}"
-# XvMC
-#install -D -m644 libXvMCNVIDIA.a "${pkgdir}/usr/lib/libXvMCNVIDIA.a"
-install -D -m755 "libXvMCNVIDIA.so.${pkgver}" 
"${pkgdir}/usr/lib/libXvMCNVIDIA.so.${pkgver}"
-# VDPAU
-install -D -m755 "libvdpau_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}"
-# nvidia-tls library
-install -D -m755 "tls/libnvidia-tls.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}"
-install -D -m755 "libnvidia-cfg.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-cfg.so.${pkgver}"
-
-install -D -m755 "libnvidia-ml.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}"
-# CUDA
-install -D -m755 "libcuda.so.${pkgver}" 
"${pkgdir}/usr/lib/libcuda.so.${pkgver}"
-install -D -m755 "libnvcuvid.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvcuvid.so.${pkgver}"
-
-# nvidia-xconfig
-install -D -m755 nvidia-xconfig "${pkgdir}/usr/bin/nvidia-xconfig"
-install -D -m644 nvidia-xconfig.1.g

[arch-commits] Commit in nvidia-304xx-utils/trunk (PKGBUILD)

2013-11-27 Thread Eric Bélanger
Date: Wednesday, November 27, 2013 @ 20:32:45
  Author: eric
Revision: 200392

upgpkg: nvidia-304xx-utils 304.116-2

Fix license conflict (close FS#37929)

Modified:
  nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 19:30:19 UTC (rev 200391)
+++ PKGBUILD2013-11-27 19:32:45 UTC (rev 200392)
@@ -4,7 +4,7 @@
 pkgbase=nvidia-304xx-utils
 pkgname=('nvidia-304xx-utils' 'opencl-nvidia-304xx')
 pkgver=304.116
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
 license=('custom')
@@ -104,8 +104,9 @@
 install -D -m755 nvidia-smi "${pkgdir}/usr/bin/nvidia-smi"
 install -D -m644 nvidia-smi.1.gz 
"${pkgdir}/usr/share/man/man1/nvidia-smi.1.gz"
 
+install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx/LICENSE"
+ln -s nvidia-304xx "${pkgdir}/usr/share/licenses/nvidia-304xx-utils"
 
-install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx-utils/LICENSE"
 install -D -m644 README.txt "${pkgdir}/usr/share/doc/nvidia-304xx/README"
 install -D -m644 NVIDIA_Changelog 
"${pkgdir}/usr/share/doc/nvidia-304xx/NVIDIA_Changelog"
 ln -s nvidia-304xx "${pkgdir}/usr/share/doc/nvidia-304xx-utils"



[arch-commits] Commit in nvidia-304xx/repos (8 files)

2013-11-27 Thread Eric Bélanger
Date: Wednesday, November 27, 2013 @ 20:30:19
  Author: eric
Revision: 200391

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

Added:
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 200390, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nvidia.install
(from rev 200390, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 200390, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nvidia.install
(from rev 200390, nvidia-304xx/trunk/nvidia.install)
Deleted:
  nvidia-304xx/repos/testing-i686/PKGBUILD
  nvidia-304xx/repos/testing-i686/nvidia.install
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
  nvidia-304xx/repos/testing-x86_64/nvidia.install

---+
 /PKGBUILD |   96 
 /nvidia.install   |   30 
 testing-i686/PKGBUILD |   47 ---
 testing-i686/nvidia.install   |   15 --
 testing-x86_64/PKGBUILD   |   47 ---
 testing-x86_64/nvidia.install |   15 --
 6 files changed, 126 insertions(+), 124 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-11-27 19:29:37 UTC (rev 200390)
+++ testing-i686/PKGBUILD   2013-11-27 19:30:19 UTC (rev 200391)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler 
-
-pkgname=nvidia-304xx
-pkgver=304.116
-_extramodules=extramodules-3.12-ARCH
-pkgrel=1
-pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux>=3.12' 'linux<3.13' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
-conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ "$CARCH" = "i686" ]; then
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('0626e8582fd81f14e7fbd906fbca1d51')
-elif [ "$CARCH" = "x86_64" ]; then
-_arch='x86_64'
-   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('8b89d14e717ce7dd78c4d38cab930d1e')
-fi
-
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${srcdir}"
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}/kernel"
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package() {
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 ${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx/LICENSE"
-}

Copied: nvidia-304xx/repos/testing-i686/PKGBUILD (from rev 200390, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-27 19:30:19 UTC (rev 200391)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Thomas Baechler 
+
+pkgname=nvidia-304xx
+pkgver=304.116
+_extramodules=extramodules-3.12-ARCH
+pkgrel=2
+pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux>=3.12' 'linux<3.13' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-headers>=3.12' 'linux-headers<3.13')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('0626e8582fd81f14e7fbd906fbca1d51')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('8b89d14e717ce7dd78c4d38cab930d1e')
+fi
+
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${srcdir}"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
+sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/"

[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD)

2013-11-27 Thread Eric Bélanger
Date: Wednesday, November 27, 2013 @ 20:29:37
  Author: eric
Revision: 200390

upgpkg: nvidia-304xx 304.116-2

Fix license conflict (close FS#37929)

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 17:39:28 UTC (rev 200389)
+++ PKGBUILD2013-11-27 19:29:37 UTC (rev 200390)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx
 pkgver=304.116
 _extramodules=extramodules-3.12-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers for linux, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
@@ -43,5 +43,6 @@
 echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
 sed -i -e "s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/" 
"${startdir}/nvidia.install"
 gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 ${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx/LICENSE"
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
 }



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

2013-11-27 Thread Andrea Scarpino
Date: Wednesday, November 27, 2013 @ 18:39:17
  Author: andrea
Revision: 200388

upgpkg: bluedevil 2.0.git3a7a27e-1

Fix pkgver

Modified:
  bluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 16:31:34 UTC (rev 200387)
+++ PKGBUILD2013-11-27 17:39:17 UTC (rev 200388)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=bluedevil
-pkgver=2.0git3a7a27e
+pkgver=2.0.git3a7a27e
 pkgrel=1
 pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')



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

2013-11-27 Thread Andrea Scarpino
Date: Wednesday, November 27, 2013 @ 18:39:28
  Author: andrea
Revision: 200389

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

Added:
  bluedevil/repos/extra-i686/PKGBUILD
(from rev 200388, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/extra-i686/bluedevil.install
(from rev 200388, bluedevil/trunk/bluedevil.install)
  bluedevil/repos/extra-i686/fix-build.patch
(from rev 200388, bluedevil/trunk/fix-build.patch)
  bluedevil/repos/extra-x86_64/PKGBUILD
(from rev 200388, bluedevil/trunk/PKGBUILD)
  bluedevil/repos/extra-x86_64/bluedevil.install
(from rev 200388, bluedevil/trunk/bluedevil.install)
  bluedevil/repos/extra-x86_64/fix-build.patch
(from rev 200388, bluedevil/trunk/fix-build.patch)
Deleted:
  bluedevil/repos/extra-i686/PKGBUILD
  bluedevil/repos/extra-i686/bluedevil.install
  bluedevil/repos/extra-x86_64/PKGBUILD
  bluedevil/repos/extra-x86_64/bluedevil.install

+
 /PKGBUILD  |   84 +++
 /bluedevil.install |   24 +++
 extra-i686/PKGBUILD|   29 -
 extra-i686/bluedevil.install   |   12 -
 extra-i686/fix-build.patch |   46 +
 extra-x86_64/PKGBUILD  |   29 -
 extra-x86_64/bluedevil.install |   12 -
 extra-x86_64/fix-build.patch   |   46 +
 8 files changed, 200 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-27 17:39:17 UTC (rev 200388)
+++ extra-i686/PKGBUILD 2013-11-27 17:39:28 UTC (rev 200389)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-
-pkgname=bluedevil
-pkgver=2.0
-pkgrel=0.1
-pkgdesc='KDE bluetooth framework'
-arch=('i686' 'x86_64')
-url="https://projects.kde.org/projects/extragear/base/bluedevil";
-license=('GPL')
-depends=('kdebase-workspace' 'libbluedevil')
-makedepends=('cmake' 'automoc4' 'git')
-install="${pkgname}.install"
-source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
-md5sums=('SKIP')
-
-build(){
-  mkdir build
-  cd build
-  cmake ../${pkgname} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: bluedevil/repos/extra-i686/PKGBUILD (from rev 200388, 
bluedevil/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-27 17:39:28 UTC (rev 200389)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+
+pkgname=bluedevil
+pkgver=2.0.git3a7a27e
+pkgrel=1
+pkgdesc='KDE bluetooth framework'
+arch=('i686' 'x86_64')
+url="https://projects.kde.org/projects/extragear/base/bluedevil";
+license=('GPL')
+depends=('kdebase-workspace' 'libbluedevil')
+makedepends=('cmake' 'automoc4' 'git')
+install="${pkgname}.install"
+source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5"
+'fix-build.patch')
+md5sums=('SKIP'
+ '4bc2613ab2b5d1125f63af615911d7f1')
+
+pkgver() {
+  cd ${pkgname}
+  echo "2.0.git$(git log --pretty=format:'%h' -n 1)"
+}
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}
+  patch -p1 -i "${srcdir}"/fix-build.patch
+}
+
+build(){
+  cd build
+  cmake ../${pkgname} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/bluedevil.install
===
--- extra-i686/bluedevil.install2013-11-27 17:39:17 UTC (rev 200388)
+++ extra-i686/bluedevil.install2013-11-27 17:39:28 UTC (rev 200389)
@@ -1,12 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: bluedevil/repos/extra-i686/bluedevil.install (from rev 200388, 
bluedevil/trunk/bluedevil.install)
===
--- extra-i686/bluedevil.install(rev 0)
+++ extra-i686/bluedevil.install2013-11-27 17:39:28 UTC (rev 200389)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: bluedevil/repos/extra-i686/fix-build.patch (from rev 200388, 
bluedevil/trunk/fix-build.patch)
===
--- extra-i686/fix-build.patch  (rev 0)
+++ extra-i686/fix-build.patch  2013-11-27 17:39:28 UTC (rev 200389)
@@ -0,0 +1,46 @@
+From 5720d2054d2e5e087811093378bf6096e714f3dc Mon Sep 17 00:00:00 2001
+From: Andrea Scarpino 
+Date: Wed, 27 Nov 2013 16:19:32 +0100
+Subject: [PATCH] Fix build
+
+---
+ src/kio/obexftp/daemon/CMakeLi

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

2013-11-27 Thread Sven-Hendrik Haase
Date: Wednesday, November 27, 2013 @ 17:48:17
  Author: svenstaro
Revision: 101552

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

Added:
  widelands/repos/community-staging-i686/
  widelands/repos/community-staging-i686/PKGBUILD
(from rev 101551, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-i686/widelands.desktop
(from rev 101551, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-i686/widelands.png
(from rev 101551, widelands/trunk/widelands.png)
  widelands/repos/community-staging-i686/widelands.sh
(from rev 101551, widelands/trunk/widelands.sh)
  widelands/repos/community-staging-x86_64/
  widelands/repos/community-staging-x86_64/PKGBUILD
(from rev 101551, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-x86_64/widelands.desktop
(from rev 101551, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-x86_64/widelands.png
(from rev 101551, widelands/trunk/widelands.png)
  widelands/repos/community-staging-x86_64/widelands.sh
(from rev 101551, widelands/trunk/widelands.sh)

+
 community-staging-i686/PKGBUILD|   54 +++
 community-staging-i686/widelands.desktop   |8 
 community-staging-i686/widelands.sh|3 +
 community-staging-x86_64/PKGBUILD  |   54 +++
 community-staging-x86_64/widelands.desktop |8 
 community-staging-x86_64/widelands.sh  |3 +
 6 files changed, 130 insertions(+)

Copied: widelands/repos/community-staging-i686/PKGBUILD (from rev 101551, 
widelands/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-27 16:48:17 UTC (rev 101552)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Arkham 
+# Contributor: Christoph Zeiler 
+
+pkgname=widelands
+pkgver=17
+_realver=build17
+pkgrel=11
+pkgdesc="A realtime strategy game with emphasis on economy and transport"
+arch=('i686' 'x86_64')
+url="http://widelands.org/";
+license=('GPL')
+depends=('sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'sdl_gfx' 'lua51' 'glew' 
'python2' 'boost-libs')
+makedepends=('cmake' 'boost' 'mesa')
+source=("https://launchpad.net/widelands/build17/build-17/+download/$pkgname-$_realver-src.tar.bz2";
+$pkgname.desktop
+$pkgname.png
+$pkgname.sh)
+md5sums=('bdc9bc0aa631af1aa7fb450507611a58'
+ '15820bf099fd6f16251fe70a75c534bb'
+ '3dfda7e9ca76ca00dd98d745d0ceb328'
+ '7cae50aba5ed0cd2cfeea79124637b46')
+
+build() {
+cd $srcdir/$pkgname-$_realver-src
+
+sed -i "1 i #include " src/main.cc
+sed -i "/Boost_USE_STATIC_LIBS/d" CMakeLists.txt
+
+mkdir -p build/compile && cd build/compile
+
+cmake ../.. -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWL_INSTALL_PREFIX=/usr \
+-DWL_INSTALL_DATADIR=share/$pkgname \
+-DWL_INSTALL_BINDIR=bin
+make
+}
+
+package() {
+depends=(${depends[@]} 'widelands-data')
+cd $srcdir/$pkgname-$_realver-src/build/compile
+
+make DESTDIR="$pkgdir" install
+
+rm -r 
$pkgdir/usr/share/widelands/{campaigns,fonts,global,locale,maps,music,pics,scripting,sound,tribes,txts,worlds}
+
+# Install bin, icon and desktop file
+#install -Dm 755 src/$pkgname $pkgdir/usr/share/$pkgname/$pkgname
+#install -Dm 755 $srcdir/$pkgname.sh $pkgdir/usr/bin/$pkgname
+install -Dm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+install -Dm644 $srcdir/$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+}

Copied: widelands/repos/community-staging-i686/widelands.desktop (from rev 
101551, widelands/trunk/widelands.desktop)
===
--- community-staging-i686/widelands.desktop(rev 0)
+++ community-staging-i686/widelands.desktop2013-11-27 16:48:17 UTC (rev 
101552)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Widelands
+GenericName=Widelands
+Comment=Realtime strategy game
+Icon=widelands
+Exec=widelands
+Type=Application
+Categories=Game;StrategyGame;

Copied: widelands/repos/community-staging-i686/widelands.png (from rev 101551, 
widelands/trunk/widelands.png)
===
(Binary files differ)

Copied: widelands/repos/community-staging-i686/widelands.sh (from rev 101551, 
widelands/trunk/widelands.sh)
===
--- community-staging-i686/widelands.sh (rev 0)
+++ community-staging-i686/widelands.sh 2013-11-27 16:48:17 UTC (rev 101552)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /usr/share/widelands
+./widelands $*

Copied: widelands/repos/community-staging-x86_64/PKGBUILD (from rev 101551, 
widelands/trunk

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

2013-11-27 Thread Sven-Hendrik Haase
Date: Wednesday, November 27, 2013 @ 17:48:10
  Author: svenstaro
Revision: 101551

upgpkg: widelands 17-11

boost 1.55.0 rebuild

Modified:
  widelands/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 16:25:05 UTC (rev 101550)
+++ PKGBUILD2013-11-27 16:48:10 UTC (rev 101551)
@@ -6,7 +6,7 @@
 pkgname=widelands
 pkgver=17
 _realver=build17
-pkgrel=10
+pkgrel=11
 pkgdesc="A realtime strategy game with emphasis on economy and transport"
 arch=('i686' 'x86_64')
 url="http://widelands.org/";



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

2013-11-27 Thread Tobias Powalowski
Date: Wednesday, November 27, 2013 @ 17:31:34
  Author: tpowa
Revision: 200387

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

Added:
  syslinux/repos/testing-i686/PKGBUILD
(from rev 200386, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-i686/syslinux-6.02-fix-bios-isolinux.patch
(from rev 200386, syslinux/trunk/syslinux-6.02-fix-bios-isolinux.patch)
  syslinux/repos/testing-i686/syslinux-6.02-fix-chainloading.patch
(from rev 200386, syslinux/trunk/syslinux-6.02-fix-chainloading.patch)
  syslinux/repos/testing-i686/syslinux-install_update
(from rev 200386, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-i686/syslinux.cfg
(from rev 200386, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-i686/syslinux.install
(from rev 200386, syslinux/trunk/syslinux.install)
  syslinux/repos/testing-x86_64/PKGBUILD
(from rev 200386, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-x86_64/syslinux-6.02-fix-bios-isolinux.patch
(from rev 200386, syslinux/trunk/syslinux-6.02-fix-bios-isolinux.patch)
  syslinux/repos/testing-x86_64/syslinux-6.02-fix-chainloading.patch
(from rev 200386, syslinux/trunk/syslinux-6.02-fix-chainloading.patch)
  syslinux/repos/testing-x86_64/syslinux-install_update
(from rev 200386, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-x86_64/syslinux.cfg
(from rev 200386, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-x86_64/syslinux.install
(from rev 200386, syslinux/trunk/syslinux.install)
Deleted:
  syslinux/repos/testing-i686/syslinux-6.02-fix-bios-isolinux.patch
  syslinux/repos/testing-x86_64/syslinux-6.02-fix-bios-isolinux.patch

--+
 /syslinux-6.02-fix-bios-isolinux.patch   |   24 
 testing-i686/PKGBUILD|  188 +++
 testing-i686/syslinux-6.02-fix-bios-isolinux.patch   |   12 
 testing-i686/syslinux-6.02-fix-chainloading.patch|   47 +
 testing-i686/syslinux-install_update |  453 +
 testing-i686/syslinux.cfg|   78 ++
 testing-i686/syslinux.install|   43 +
 testing-x86_64/PKGBUILD  |  188 +++
 testing-x86_64/syslinux-6.02-fix-bios-isolinux.patch |   12 
 testing-x86_64/syslinux-6.02-fix-chainloading.patch  |   47 +
 testing-x86_64/syslinux-install_update   |  453 +
 testing-x86_64/syslinux.cfg  |   78 ++
 testing-x86_64/syslinux.install  |   43 +
 13 files changed, 1642 insertions(+), 24 deletions(-)

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


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

2013-11-27 Thread Tobias Powalowski
Date: Wednesday, November 27, 2013 @ 17:30:18
  Author: tpowa
Revision: 200386

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

Added:
  syslinux/repos/testing-i686/
  syslinux/repos/testing-i686/syslinux-6.02-fix-bios-isolinux.patch
(from rev 200385, syslinux/trunk/syslinux-6.02-fix-bios-isolinux.patch)
  syslinux/repos/testing-x86_64/
  syslinux/repos/testing-x86_64/syslinux-6.02-fix-bios-isolinux.patch
(from rev 200385, syslinux/trunk/syslinux-6.02-fix-bios-isolinux.patch)
Deleted:
  syslinux/repos/testing-i686/PKGBUILD
  syslinux/repos/testing-i686/syslinux-6.02-fix-chainloading.patch
  syslinux/repos/testing-i686/syslinux-install_update
  syslinux/repos/testing-i686/syslinux.cfg
  syslinux/repos/testing-i686/syslinux.install
  syslinux/repos/testing-x86_64/PKGBUILD
  syslinux/repos/testing-x86_64/syslinux-6.02-fix-chainloading.patch
  syslinux/repos/testing-x86_64/syslinux-install_update
  syslinux/repos/testing-x86_64/syslinux.cfg
  syslinux/repos/testing-x86_64/syslinux.install

--+
 testing-i686/PKGBUILD|  164 --
 testing-i686/syslinux-6.02-fix-bios-isolinux.patch   |   12 
 testing-i686/syslinux-6.02-fix-chainloading.patch|   47 -
 testing-i686/syslinux-install_update |  453 -
 testing-i686/syslinux.cfg|   78 --
 testing-i686/syslinux.install|   28 -
 testing-x86_64/PKGBUILD  |  164 --
 testing-x86_64/syslinux-6.02-fix-bios-isolinux.patch |   12 
 testing-x86_64/syslinux-6.02-fix-chainloading.patch  |   47 -
 testing-x86_64/syslinux-install_update   |  453 -
 testing-x86_64/syslinux.cfg  |   78 --
 testing-x86_64/syslinux.install  |   28 -
 12 files changed, 24 insertions(+), 1540 deletions(-)

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


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

2013-11-27 Thread Sven-Hendrik Haase
Date: Wednesday, November 27, 2013 @ 17:24:56
  Author: svenstaro
Revision: 101549

upgpkg: springlobby 0.176-1

Updating to 0.176

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 16:02:52 UTC (rev 101548)
+++ PKGBUILD2013-11-27 16:24:56 UTC (rev 101549)
@@ -3,7 +3,7 @@
 # Contributor: DuGi 
 
 pkgname=springlobby
-pkgver=0.175
+pkgver=0.176
 pkgrel=1
 pkgdesc="A free cross-platform lobby client for the Spring RTS project."
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('boost' 'asio' 'cmake')
 install=springlobby.install
 source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5e34cb1209f5d022b6e9bcad03ed8b3b')
+md5sums=('5ba41f39ae05e62e58475b9a73baf6ab')
 
 build() {
   cd $srcdir/${pkgname}-$pkgver



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

2013-11-27 Thread Sven-Hendrik Haase
Date: Wednesday, November 27, 2013 @ 17:25:05
  Author: svenstaro
Revision: 101550

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 101549, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 101549, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 101549, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 101549, 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|   66 +
 /springlobby.install |   22 +++
 community-i686/PKGBUILD  |   33 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   33 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-27 16:24:56 UTC (rev 101549)
+++ community-i686/PKGBUILD 2013-11-27 16:25:05 UTC (rev 101550)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.175
-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')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5e34cb1209f5d022b6e9bcad03ed8b3b')
-
-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 101549, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-27 16:25:05 UTC (rev 101550)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.176
+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')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('5ba41f39ae05e62e58475b9a73baf6ab')
+
+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  2013-11-27 16:24:56 UTC (rev 101549)
+++ community-i686/springlobby.install  2013-11-27 16:25:05 UTC (rev 101550)
@@ -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 101549, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2013-11-27 16:25:05 UTC (rev 101550)
@@ -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   2013-11-27 16:24:56 UTC (rev 101549)
+++ community-x86_64/PKGBUILD   2013-11-27 16:25:05 UTC (rev 101550)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.175
-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')
-optdepends=('

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

2013-11-27 Thread Tobias Powalowski
Date: Wednesday, November 27, 2013 @ 17:25:16
  Author: tpowa
Revision: 200385

upgpkg: syslinux 6.02-7

fix isolinux boot issues

Added:
  syslinux/trunk/syslinux-6.02-fix-bios-isolinux.patch
Modified:
  syslinux/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++---
 syslinux-6.02-fix-bios-isolinux.patch |   12 
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 15:53:02 UTC (rev 200384)
+++ PKGBUILD2013-11-27 16:25:16 UTC (rev 200385)
@@ -4,7 +4,7 @@
 
 pkgname="syslinux"
 pkgver="6.02"
-pkgrel="6"
+pkgrel="7"
 arch=('x86_64' 'i686')
 pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs 
filesystems, from CDs and via PXE"
 url="http://syslinux.zytor.com/";
@@ -24,12 +24,15 @@
 
source=("https://www.kernel.org/pub/linux/utils/boot/syslinux/${pkgname}-${pkgver}.tar.xz";
 'syslinux.cfg'
 'syslinux-install_update'
-'syslinux-6.02-fix-chainloading.patch')
+'syslinux-6.02-fix-chainloading.patch'
+'syslinux-6.02-fix-bios-isolinux.patch')
 md5sums=('6f275813a1b08cf852e55c0a3f8fbc78'
  '46ca150f53322ff8f1597d9a342f7e40'
  '9376f18fa3e42fc36cffa4cff0a84c09'
- '9dbede6b71a4de9e46aac4aad65334d7')
+ '9dbede6b71a4de9e46aac4aad65334d7'
+ 'adf71eceb4fccecd9a7efe1ab3d54918')
 
+
 prepare() {
 
 cd "${srcdir}/${pkgname}-${pkgver}/"
@@ -50,6 +53,10 @@
 # http://www.syslinux.org/archives/2013-October/020971.html
 patch -Np1 -i "${srcdir}/syslinux-6.02-fix-chainloading.patch"
 
+# fix bios booting from isohybrid
+# http://www.syslinux.org/archives/2013-November/021189.html
+patch -Np1 -i "${srcdir}/syslinux-6.02-fix-bios-isolinux.patch"
+
 }
 
 _build_syslinux_bios() {

Added: syslinux-6.02-fix-bios-isolinux.patch
===
--- syslinux-6.02-fix-bios-isolinux.patch   (rev 0)
+++ syslinux-6.02-fix-bios-isolinux.patch   2013-11-27 16:25:16 UTC (rev 
200385)
@@ -0,0 +1,12 @@
+diff --git a/core/isolinux.asm b/core/isolinux.asm
+index bd4e9556922d..c4db4133e274 100644
+--- a/core/isolinux.asm
 b/core/isolinux.asm
+@@ -420,7 +420,7 @@ MaxLMA equ 384*1024; Reasonable 
limit (384K)
+   call getlinsec
+   pop eax
+   pop cx
+-  mov dx,cx
++  movzx edx,cx
+   pop bp
+   pop bx



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

2013-11-27 Thread Sergej Pupykin
Date: Wednesday, November 27, 2013 @ 17:02:52
  Author: spupykin
Revision: 101548

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

Added:
  unrealircd/repos/community-i686/PKGBUILD
(from rev 101547, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-i686/arch-fixes.patch
(from rev 101547, unrealircd/trunk/arch-fixes.patch)
  unrealircd/repos/community-i686/unrealircd.install
(from rev 101547, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-i686/unrealircd.service
(from rev 101547, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-x86_64/PKGBUILD
(from rev 101547, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-x86_64/arch-fixes.patch
(from rev 101547, unrealircd/trunk/arch-fixes.patch)
  unrealircd/repos/community-x86_64/unrealircd.install
(from rev 101547, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-x86_64/unrealircd.service
(from rev 101547, unrealircd/trunk/unrealircd.service)
Deleted:
  unrealircd/repos/community-i686/PKGBUILD
  unrealircd/repos/community-i686/arch-fixes.patch
  unrealircd/repos/community-i686/unrealircd.service
  unrealircd/repos/community-x86_64/PKGBUILD
  unrealircd/repos/community-x86_64/arch-fixes.patch
  unrealircd/repos/community-x86_64/unrealircd.service

-+
 /PKGBUILD   |  144 +++
 /arch-fixes.patch   |  178 ++
 /unrealircd.service |   24 
 community-i686/PKGBUILD |   72 -
 community-i686/arch-fixes.patch |   89 -
 community-i686/unrealircd.install   |   14 ++
 community-i686/unrealircd.service   |   12 --
 community-x86_64/PKGBUILD   |   72 -
 community-x86_64/arch-fixes.patch   |   89 -
 community-x86_64/unrealircd.install |   14 ++
 community-x86_64/unrealircd.service |   12 --
 11 files changed, 374 insertions(+), 346 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-27 16:02:33 UTC (rev 101547)
+++ community-i686/PKGBUILD 2013-11-27 16:02:52 UTC (rev 101548)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zerial 
-
-pkgname=unrealircd
-pkgver=3.2.10.1
-pkgrel=1
-pkgdesc="Open Source IRC Server"
-arch=('i686' 'x86_64')
-url="http://unrealircd.com";
-license=('GPL2')
-depends=('openssl' 'curl' 'c-ares')
-conflicts=('ircd')
-provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf'
-   'etc/conf.d/unrealircd')
-source=(http://www.unrealircd.com/downloads/Unreal$pkgver.tar.gz
-   unrealircd.service
-   arch-fixes.patch)
-md5sums=('97b4bd68a804e517355efa756f401a90'
- '93276a1cd426e4a811c072c35fc31e94'
- '77807313c4578f2c30286b9f9e3fb21c')
-
-build() {
-  cd $srcdir/Unreal$pkgver
-
-  patch -p1 <$srcdir/arch-fixes.patch
-
-  ac_cv_ip6=yes ./configure --with-showlistmodes \
-  --enable-hub --enable-prefixaq --with-listen=5 \
-  --with-dpath=/etc/unrealircd \
-  --with-spath=/usr/bin \
-  --with-nick-history=2000 --with-sendq=300 \
-  --with-bufferpool=18 --with-hostname=archlinux \
-  --with-permissions=0600 --with-fd-setsize=1024 \
-  --enable-dynamic-linking \
-  --enable-ziplinks \
-  --enable-ssl \
-  --enable-inet6 \
-  --enable-libcurl=/usr \
-  --with-system-cares
-
-  make
-}
-
-package() {
-  cd $srcdir/Unreal$pkgver
-
-  mkdir -p $pkgdir/etc/unrealircd
-  mkdir -p $pkgdir/usr/bin
-
-  make IRCDDIR=$pkgdir/etc/unrealircd BINDIR=$pkgdir/usr/bin install
-
-  mv $srcdir/Unreal$pkgver/src/ircd $pkgdir/usr/bin/unrealircd
-  mv $srcdir/Unreal$pkgver/doc/example.conf 
$pkgdir/etc/unrealircd/unrealircd.conf
-  mkdir -p $pkgdir/usr/lib/unrealircd
-  mv $pkgdir/etc/unrealircd/modules $pkgdir/usr/lib/unrealircd/
-  ln -s /usr/lib/unrealircd/modules $pkgdir/etc/unrealircd/modules
-
-  # log
-  mkdir -p $pkgdir/var/log/unrealircd/
-  touch $pkgdir/var/log/unrealircd/ircd.log
-  ln -s /var/log/unrealircd/ircd.log $pkgdir/etc/unrealircd/ircd.log
-
-  mkdir -p $pkgdir/etc/conf.d/
-  echo 'UNREALIRCD_USER=root' >$pkgdir/etc/conf.d/unrealircd
-
-  find $pkgdir/usr -type f -exec chmod ugo+r {} \;
-  find $pkgdir/usr -type d -exec chmod ugo+rx {} \;
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: unrealircd/repos/community-i686/PKGBUILD (from rev 101547, 
unrealircd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-27 16:02:52 UTC (rev 101548)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Zerial 
+
+pkgname=unrealircd
+pkgver=3.2.10.2
+pkgrel=1
+pkgdesc="Open Source IRC Server"
+arch=('i686' 'x86_64')
+url="http://un

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

2013-11-27 Thread Sergej Pupykin
Date: Wednesday, November 27, 2013 @ 17:02:33
  Author: spupykin
Revision: 101547

upgpkg: unrealircd 3.2.10.2-1

upd

Added:
  unrealircd/trunk/unrealircd.install
Modified:
  unrealircd/trunk/PKGBUILD

+
 PKGBUILD   |   19 +++
 unrealircd.install |   14 ++
 2 files changed, 25 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 14:52:34 UTC (rev 101546)
+++ PKGBUILD2013-11-27 16:02:33 UTC (rev 101547)
@@ -3,7 +3,7 @@
 # Contributor: Zerial 
 
 pkgname=unrealircd
-pkgver=3.2.10.1
+pkgver=3.2.10.2
 pkgrel=1
 pkgdesc="Open Source IRC Server"
 arch=('i686' 'x86_64')
@@ -12,26 +12,29 @@
 depends=('openssl' 'curl' 'c-ares')
 conflicts=('ircd')
 provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf'
-   'etc/conf.d/unrealircd')
+backup=('etc/unrealircd/unrealircd.conf')
+install=unrealircd.install
 source=(http://www.unrealircd.com/downloads/Unreal$pkgver.tar.gz
unrealircd.service
arch-fixes.patch)
-md5sums=('97b4bd68a804e517355efa756f401a90'
+md5sums=('21c460dc04d221b401a1701ca96e9e58'
  '93276a1cd426e4a811c072c35fc31e94'
  '77807313c4578f2c30286b9f9e3fb21c')
 
+prepare() {
+  cd $srcdir/Unreal$pkgver
+  patch -p1 <$srcdir/arch-fixes.patch
+}
+
 build() {
   cd $srcdir/Unreal$pkgver
 
-  patch -p1 <$srcdir/arch-fixes.patch
-
   ac_cv_ip6=yes ./configure --with-showlistmodes \
-  --enable-hub --enable-prefixaq --with-listen=5 \
+  --enable-prefixaq --with-listen=5 \
   --with-dpath=/etc/unrealircd \
   --with-spath=/usr/bin \
   --with-nick-history=2000 --with-sendq=300 \
-  --with-bufferpool=18 --with-hostname=archlinux \
+  --with-bufferpool=18 \
   --with-permissions=0600 --with-fd-setsize=1024 \
   --enable-dynamic-linking \
   --enable-ziplinks \

Added: unrealircd.install
===
--- unrealircd.install  (rev 0)
+++ unrealircd.install  2013-11-27 16:02:33 UTC (rev 101547)
@@ -0,0 +1,14 @@
+post_install() {
+  echo "Create ircd user and chown /etc/unrealircd and /var/log/unrealircd 
recursively"
+  echo "SSL is enabled by default, so you need to create pem files"
+  echo "Also unrealircd.conf needs adjustments"
+  echo "See also: https://wiki.archlinux.org/index.php/UnrealIRCd";
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  echo "Don't forget to remove ircd user"
+}



[arch-commits] Commit in bluedevil/trunk (PKGBUILD fix-build.patch)

2013-11-27 Thread Andrea Scarpino
Date: Wednesday, November 27, 2013 @ 16:53:02
  Author: andrea
Revision: 200384

Fix build and proper versioning

Added:
  bluedevil/trunk/fix-build.patch
Modified:
  bluedevil/trunk/PKGBUILD

-+
 PKGBUILD|   23 ++-
 fix-build.patch |   46 ++
 2 files changed, 64 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 11:26:40 UTC (rev 200383)
+++ PKGBUILD2013-11-27 15:53:02 UTC (rev 200384)
@@ -2,8 +2,8 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=bluedevil
-pkgver=2.0
-pkgrel=0.1
+pkgver=2.0git3a7a27e
+pkgrel=1
 pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')
 url="https://projects.kde.org/projects/extragear/base/bluedevil";
@@ -11,11 +11,24 @@
 depends=('kdebase-workspace' 'libbluedevil')
 makedepends=('cmake' 'automoc4' 'git')
 install="${pkgname}.install"
-source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5")
-md5sums=('SKIP')
+source=("git://anongit.kde.org/${pkgname}.git#branch=bluez5"
+'fix-build.patch')
+md5sums=('SKIP'
+ '4bc2613ab2b5d1125f63af615911d7f1')
 
+pkgver() {
+  cd ${pkgname}
+  echo "2.0.git$(git log --pretty=format:'%h' -n 1)"
+}
+
+prepare() {
+  mkdir build
+
+  cd ${pkgname}
+  patch -p1 -i "${srcdir}"/fix-build.patch
+}
+
 build(){
-  mkdir build
   cd build
   cmake ../${pkgname} \
 -DCMAKE_BUILD_TYPE=Release \

Added: fix-build.patch
===
--- fix-build.patch (rev 0)
+++ fix-build.patch 2013-11-27 15:53:02 UTC (rev 200384)
@@ -0,0 +1,46 @@
+From 5720d2054d2e5e087811093378bf6096e714f3dc Mon Sep 17 00:00:00 2001
+From: Andrea Scarpino 
+Date: Wed, 27 Nov 2013 16:19:32 +0100
+Subject: [PATCH] Fix build
+
+---
+ src/kio/obexftp/daemon/CMakeLists.txt | 2 +-
+ src/kio/obexftp/obexdtypes.h  | 7 ---
+ 2 files changed, 1 insertion(+), 8 deletions(-)
+
+diff --git a/src/kio/obexftp/daemon/CMakeLists.txt 
b/src/kio/obexftp/daemon/CMakeLists.txt
+index e45f64f..4fcf880 100644
+--- a/src/kio/obexftp/daemon/CMakeLists.txt
 b/src/kio/obexftp/daemon/CMakeLists.txt
+@@ -7,7 +7,7 @@ set(SENDER_PLUGIN_PATH 
${CMAKE_SOURCE_DIR}/src/actionplugins/sendfile/helper/)
+ qt4_add_dbus_interface(kded_obexftp_SRCS 
${SENDER_PLUGIN_PATH}org.bluez.obex.Client1.xml obexd_client)
+ 
+ set(OBJECT_MANAGER_FILE org.freedesktop.DBus.ObjectManager.xml)
+-set_source_files_properties(${OBJECT_MANAGER_FILE} PROPERTIES INCLUDE 
"../obexdtypes.h")
++set_source_files_properties(${OBJECT_MANAGER_FILE} PROPERTIES INCLUDE 
"${LibBlueDevil_INCLUDE_DIR}/bluedevil/bluedevildbustypes.h")
+ qt4_add_dbus_interface(kded_obexftp_SRCS 
org.freedesktop.DBus.ObjectManager.xml dbus_object_manager)
+ 
+ kde4_add_plugin(kded_obexftpdaemon
+diff --git a/src/kio/obexftp/obexdtypes.h b/src/kio/obexftp/obexdtypes.h
+index f3496f1..2e957a0 100644
+--- a/src/kio/obexftp/obexdtypes.h
 b/src/kio/obexftp/obexdtypes.h
+@@ -21,15 +21,8 @@
+ 
+ #include 
+ #include 
+-#include 
+-#include 
+ 
+ typedef QList QVariantMapList;
+ Q_DECLARE_METATYPE(QVariantMapList);
+ 
+-typedef QMap QVariantMapMap;
+-Q_DECLARE_METATYPE(QVariantMapMap)
+-
+-typedef QMap DBusManagerStruct;
+-Q_DECLARE_METATYPE(DBusManagerStruct)
+ #endif //OBEXD_TYPES_H
+-- 
+1.8.4.2
+



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

2013-11-27 Thread Alexander Rødseth
Date: Wednesday, November 27, 2013 @ 15:52:34
  Author: arodseth
Revision: 101546

Prepared for boost rebuild TODO

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 13:37:50 UTC (rev 101545)
+++ PKGBUILD2013-11-27 14:52:34 UTC (rev 101546)
@@ -14,45 +14,32 @@
 license=('AGPL3')
 url='http://povray.org/'
 depends=('libtiff' 'libpng' 'boost-libs')
-makedepends=('boost' 'git')
+makedepends=('boost')
 backup=("etc/povray/$pkgver/povray.conf"
 "etc/povray/$pkgver/povray.ini")
 source=("https://github.com/POV-Ray/$pkgname/archive/$pkgver-stable.zip";
-'povray3.7.0_rc3-user-conf.patch'
-'git://github.com/UberPOV/UberPOV.git')
+'povray3.7.0_rc3-user-conf.patch')
 sha256sums=('1261d963327a4b04c09d56bbd7436d0062e6bf8363674e3fb4e240beefb5b5cb'
-'95b04ec4973e6e8a80fc83df2e3caff0b4d6699c4154144f3017d42cab7236e0'
-'SKIP')
+'95b04ec4973e6e8a80fc83df2e3caff0b4d6699c4154144f3017d42cab7236e0')
 
 prepare() {
-  # Fix FS#37689, can be removed for next povray release
-  cp -ruv UberPOV/* "$pkgname-$pkgver-stable"
+  cd "$pkgname-$pkgver-stable"
 
-  cd "$pkgname-$pkgver-stable/unix"
-
-  # configure the script that configures configure
+  cd unix
   sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
   sed 's/dist-bzip2/dist-bzip2 subdir-objects/g' -i configure.ac
-
-  # configure configure
   ./prebuild.sh
   cd ..
   ./bootstrap
-
-  patch -p1 < "$srcdir/povray3.7.0_rc3-user-conf.patch" ||  true
+  patch -p1 < "$srcdir/povray3.7.0_rc3-user-conf.patch"
 }
 
 build() {
   cd "$pkgname-$pkgver-stable"
 
-  # just configure
   ./configure LIBS="-lboost_system -lboost_thread" COMPILED_BY='Arch Linux' \
 --prefix=/usr --sysconfdir=/etc
-
-  # compile
   make CXXFLAGS+="-w -lboost_system -lboost_thread"
-
-  # compress the man page
   gzip -f povray.1
 }
 
@@ -61,8 +48,7 @@
 
   install -d "$pkgdir/usr/share/$pkgname-$pkgver"
   install -d "$pkgdir/usr/share/doc/$pkgname-$pkgver"
-  cp -r icons include ini scenes "$pkgdir/usr/share/$pkgname-$pkgver"
-  cp -r scripts "$pkgdir/usr/share/$pkgname-$pkgver" || true
+  cp -r icons include ini scenes scripts "$pkgdir/usr/share/$pkgname-$pkgver"
   cp -r doc "$pkgdir/usr/share/doc/$pkgname-$pkgver"
   install -Dm755 unix/povray "$pkgdir/usr/bin/povray"
   install -Dm644 povray.conf "$pkgdir/etc/povray/$pkgver/povray.conf"



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

2013-11-27 Thread Alexander Rødseth
Date: Wednesday, November 27, 2013 @ 14:37:50
  Author: arodseth
Revision: 101545

Applied patches (UberPOV) to fix FS#37689 while waiting for a new release.

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 11:45:16 UTC (rev 101544)
+++ PKGBUILD2013-11-27 13:37:50 UTC (rev 101545)
@@ -7,7 +7,7 @@
 
 pkgname=povray
 pkgver=3.7
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Script based raytracer for creating 3D graphics'
 arch=('x86_64' 'i686')
@@ -14,32 +14,45 @@
 license=('AGPL3')
 url='http://povray.org/'
 depends=('libtiff' 'libpng' 'boost-libs')
-makedepends=('boost')
+makedepends=('boost' 'git')
 backup=("etc/povray/$pkgver/povray.conf"
 "etc/povray/$pkgver/povray.ini")
 source=("https://github.com/POV-Ray/$pkgname/archive/$pkgver-stable.zip";
-'povray3.7.0_rc3-user-conf.patch')
+'povray3.7.0_rc3-user-conf.patch'
+'git://github.com/UberPOV/UberPOV.git')
 sha256sums=('1261d963327a4b04c09d56bbd7436d0062e6bf8363674e3fb4e240beefb5b5cb'
-'95b04ec4973e6e8a80fc83df2e3caff0b4d6699c4154144f3017d42cab7236e0')
+'95b04ec4973e6e8a80fc83df2e3caff0b4d6699c4154144f3017d42cab7236e0'
+'SKIP')
 
 prepare() {
-  cd "$pkgname-$pkgver-stable"
+  # Fix FS#37689, can be removed for next povray release
+  cp -ruv UberPOV/* "$pkgname-$pkgver-stable"
 
-  cd unix
+  cd "$pkgname-$pkgver-stable/unix"
+
+  # configure the script that configures configure
   sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh
   sed 's/dist-bzip2/dist-bzip2 subdir-objects/g' -i configure.ac
+
+  # configure configure
   ./prebuild.sh
   cd ..
   ./bootstrap
-  patch -p1 < "$srcdir/povray3.7.0_rc3-user-conf.patch"
+
+  patch -p1 < "$srcdir/povray3.7.0_rc3-user-conf.patch" ||  true
 }
 
 build() {
   cd "$pkgname-$pkgver-stable"
 
+  # just configure
   ./configure LIBS="-lboost_system -lboost_thread" COMPILED_BY='Arch Linux' \
 --prefix=/usr --sysconfdir=/etc
+
+  # compile
   make CXXFLAGS+="-w -lboost_system -lboost_thread"
+
+  # compress the man page
   gzip -f povray.1
 }
 
@@ -48,7 +61,8 @@
 
   install -d "$pkgdir/usr/share/$pkgname-$pkgver"
   install -d "$pkgdir/usr/share/doc/$pkgname-$pkgver"
-  cp -r icons include ini scenes scripts "$pkgdir/usr/share/$pkgname-$pkgver"
+  cp -r icons include ini scenes "$pkgdir/usr/share/$pkgname-$pkgver"
+  cp -r scripts "$pkgdir/usr/share/$pkgname-$pkgver" || true
   cp -r doc "$pkgdir/usr/share/doc/$pkgname-$pkgver"
   install -Dm755 unix/povray "$pkgdir/usr/bin/povray"
   install -Dm644 povray.conf "$pkgdir/etc/povray/$pkgver/povray.conf"



[arch-commits] Commit in (lxc-docker)

2013-11-27 Thread Alexander Rødseth
Date: Wednesday, November 27, 2013 @ 12:45:16
  Author: arodseth
Revision: 101544

Removed until the naming issue has been decided on the mailinglist.

Deleted:
  lxc-docker/



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

2013-11-27 Thread Tom Gundersen
Date: Wednesday, November 27, 2013 @ 12:26:40
  Author: tomegun
Revision: 200383

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

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 200382, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 200382, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 200382, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 200382, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 200382, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 200382, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 200382, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 200382, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/PKGBUILD |   47 
 testing-i686/btrfs-progs.install  |9 ++
 testing-i686/initcpio-hook-btrfs  |7 
 testing-i686/initcpio-install-btrfs   |   17 +++
 testing-x86_64/PKGBUILD   |   47 
 testing-x86_64/btrfs-progs.install|9 ++
 testing-x86_64/initcpio-hook-btrfs|7 
 testing-x86_64/initcpio-install-btrfs |   17 +++
 8 files changed, 160 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 200382, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-27 11:26:40 UTC (rev 200383)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=3.12
+pkgrel=1
+pkgdesc="btrfs filesystem utilities"
+arch=(i686 x86_64)
+depends=('glibc' 'e2fsprogs' 'lzo2')
+makedepends=('git')
+url="http://btrfs.wiki.kernel.org/";
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=("git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git#tag=v${pkgver}"
+   initcpio-install-btrfs
+   initcpio-hook-btrfs)
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')
+
+build() {
+   cd $pkgname
+   make CFLAGS="$CFLAGS"
+   make CFLAGS="$CFLAGS" btrfs-select-super
+}
+
+package() {
+   cd $pkgname
+
+   make prefix=$pkgdir/usr install
+   install -Dm755 btrfs-select-super $pkgdir/usr/bin
+
+   # fix manpage
+   mkdir -p $pkgdir/usr/share/
+   mv $pkgdir/usr/man $pkgdir/usr/share/man
+
+   # install mkinitcpio hooks
+   install -Dm644 "$srcdir/initcpio-install-btrfs" \
+ "$pkgdir/usr/lib/initcpio/install/btrfs"
+   install -Dm644 "$srcdir/initcpio-hook-btrfs" \
+ "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+}

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 200382, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ testing-i686/btrfs-progs.install2013-11-27 11:26:40 UTC (rev 200383)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+  if [ "$(vercmp 0.19.20121005 "$2")" -eq 1 ]; then
+echo "btrfs multi-device support now relies on linux 3.6 or later"
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 200382, 
btrfs-progs/trunk/initcpio-hook-btrfs)
===
--- testing-i686/initcpio-hook-btrfs(rev 0)
+++ testing-i686/initcpio-hook-btrfs2013-11-27 11:26:40 UTC (rev 200383)
@@ -0,0 +1,7 @@
+#!/usr/bin/ash
+
+run_hook() {
+btrfs device scan
+}
+
+# vim: set ft=sh ts=4 sw=4 et:

Copied: btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 200382, 
btrfs-progs/trunk/initcpio-install-btrfs)
===
--- testing-i686/initcpio-install-btrfs (rev 0)
+++ testing-i686/initcpio-install-btrfs 2013-11-27 11:26:40 UTC (rev 200383)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+build() {
+add_module btrfs
+add_binary btrfs
+add_binary btrfsck
+add_runscript
+}
+
+help() {
+cat <
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=3.12
+pkgrel=1
+pkgdesc="btrfs filesystem utilities"
+arch=(i686 x86_64)
+depends=('glibc' 'e2fsprogs' 'lzo2')
+makedepends=('git')
+url="http://btrfs.wiki.kernel.org/";
+replaces=('btrfs-progs-unstabl

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

2013-11-27 Thread Tom Gundersen
Date: Wednesday, November 27, 2013 @ 12:26:30
  Author: tomegun
Revision: 200382

upgpkg: btrfs-progs 3.12-1

upstream release

Modified:
  btrfs-progs/trunk/PKGBUILD
Deleted:
  
btrfs-progs/trunk/Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch

-+
 Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch |   71 
--
 PKGBUILD|   17 --
 2 files changed, 5 insertions(+), 83 deletions(-)

Deleted: Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch
===
--- Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch 
2013-11-27 10:08:51 UTC (rev 200381)
+++ Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch 
2013-11-27 11:26:30 UTC (rev 200382)
@@ -1,71 +0,0 @@
-diff --git a/btrfs-find-root.c b/btrfs-find-root.c
-index 9b3d7df..374cf81 100644
 a/btrfs-find-root.c
-+++ b/btrfs-find-root.c
-@@ -82,7 +82,7 @@ static struct btrfs_root *open_ctree_broken(int fd, const 
char *device)
-   return NULL;
-   }
- 
--  ret = btrfs_scan_fs_devices(fd, device, &fs_devices);
-+  ret = btrfs_scan_fs_devices(fd, device, &fs_devices, 0);
-   if (ret)
-   goto out;
- 
-diff --git a/cmds-chunk.c b/cmds-chunk.c
-index 03314de..6ada328 100644
 a/cmds-chunk.c
-+++ b/cmds-chunk.c
-@@ -1291,7 +1291,7 @@ static int recover_prepare(struct recover_control *rc, 
char *path)
-   goto fail_free_sb;
-   }
- 
--  ret = btrfs_scan_fs_devices(fd, path, &fs_devices);
-+  ret = btrfs_scan_fs_devices(fd, path, &fs_devices, 0);
-   if (ret)
-   goto fail_free_sb;
- 
-diff --git a/disk-io.c b/disk-io.c
-index 13dbe27..f8e236c 100644
 a/disk-io.c
-+++ b/disk-io.c
-@@ -909,13 +909,16 @@ void btrfs_cleanup_all_caches(struct btrfs_fs_info 
*fs_info)
- }
- 
- int btrfs_scan_fs_devices(int fd, const char *path,
--struct btrfs_fs_devices **fs_devices)
-+struct btrfs_fs_devices **fs_devices,
-+u64 sb_bytenr)
- {
-   u64 total_devs;
-   int ret;
-+  if (!sb_bytenr)
-+  sb_bytenr = BTRFS_SUPER_INFO_OFFSET;
- 
-   ret = btrfs_scan_one_device(fd, path, fs_devices,
--  &total_devs, BTRFS_SUPER_INFO_OFFSET);
-+  &total_devs, sb_bytenr);
-   if (ret) {
-   fprintf(stderr, "No valid Btrfs found on %s\n", path);
-   return ret;
-@@ -1001,7 +1004,7 @@ static struct btrfs_fs_info *__open_ctree_fd(int fp, 
const char *path,
-   if (restore)
-   fs_info->on_restoring = 1;
- 
--  ret = btrfs_scan_fs_devices(fp, path, &fs_devices);
-+  ret = btrfs_scan_fs_devices(fp, path, &fs_devices, sb_bytenr);
-   if (ret)
-   goto out;
- 
-diff --git a/disk-io.h b/disk-io.h
-index effaa9f..bc749c3 100644
 a/disk-io.h
-+++ b/disk-io.h
-@@ -59,7 +59,7 @@ int btrfs_setup_all_roots(struct btrfs_fs_info *fs_info,
- void btrfs_release_all_roots(struct btrfs_fs_info *fs_info);
- void btrfs_cleanup_all_caches(struct btrfs_fs_info *fs_info);
- int btrfs_scan_fs_devices(int fd, const char *path,
--struct btrfs_fs_devices **fs_devices);
-+struct btrfs_fs_devices **fs_devices, u64 sb_bytenr);
- int btrfs_setup_chunk_tree_and_device_map(struct btrfs_fs_info *fs_info);
- 
- struct btrfs_root *open_ctree(const char *filename, u64 sb_bytenr, int 
writes);

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 10:08:51 UTC (rev 200381)
+++ PKGBUILD2013-11-27 11:26:30 UTC (rev 200382)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=0.20rc1.3
-pkgrel=2
+pkgver=3.12
+pkgrel=1
 pkgdesc="btrfs filesystem utilities"
 arch=(i686 x86_64)
 depends=('glibc' 'e2fsprogs' 'lzo2')
@@ -14,22 +14,15 @@
 conflicts=('btrfs-progs-unstable')
 provides=('btrfs-progs-unstable')
 license=('GPL2')
-source=("git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git#commit=194aa4a1bd6447bb545286d0bcb0b0be8204d79f"
+source=("git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git#tag=v${pkgver}"
initcpio-install-btrfs
-   initcpio-hook-btrfs
-   Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch)
+   initcpio-hook-btrfs)
 install=btrfs-progs.install
 options=(!staticlibs)
 md5sums=('SKIP'
  '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad'
- '1ef602823a7a09f98cd713f52aa33f20')
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')
 
-prepare() {
-   cd $pkgname
-   patch -Np1 -i 
$srcdir/Btrfs-progs-fix-wrong-arg-sb_bytenr-for-btrfs_scan_fs_devices.patch
-}
-
 build() {
cd $pkgname
make CFLA

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

2013-11-27 Thread Alexander Rødseth
Date: Wednesday, November 27, 2013 @ 12:21:30
  Author: arodseth
Revision: 101543

work in progress

Modified:
  lxc-docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 10:14:00 UTC (rev 101542)
+++ PKGBUILD2013-11-27 11:21:30 UTC (rev 101543)
@@ -6,7 +6,7 @@
 
 # TODO: Build from source instead of using the binary release
 
-pkgname=lxc-docker
+pkgname=docker
 pkgver=0.7.0
 pkgrel=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -14,8 +14,9 @@
 url='https://github.com/dotcloud/docker'
 license=('APACHE')
 depends=('bridge-utils' 'iproute2' 'device-mapper' 'lxc' 'git')
+makdepends=('git')
 backup=('etc/sysctl.d/docker.conf')
-source=("docker.elf::https://get.docker.io/builds/Linux/x86_64/docker-$pkgver";
+source=('git://github.com/docker/docker.git#blabla=commit fragment thing'
 'docker.service'
 'docker.sysctl'
 
'docker.bash::https://raw.github.com/dotcloud/docker/master/contrib/completion/bash/docker'



[arch-commits] Commit in (9 files)

2013-11-27 Thread Alexander Rødseth
Date: Wednesday, November 27, 2013 @ 11:14:00
  Author: arodseth
Revision: 101542

Moving docker to [community]. 30 votes. APACHE license.

Added:
  lxc-docker/
  lxc-docker/repos/
  lxc-docker/repos/community-i686/
  lxc-docker/repos/community-x86_64/
  lxc-docker/trunk/
  lxc-docker/trunk/PKGBUILD
  lxc-docker/trunk/docker.install
  lxc-docker/trunk/docker.service
  lxc-docker/trunk/docker.sysctl

+
 PKGBUILD   |   37 +
 docker.install |   37 +
 docker.service |   10 ++
 docker.sysctl  |   13 +
 4 files changed, 97 insertions(+)

Added: lxc-docker/trunk/PKGBUILD
===
--- lxc-docker/trunk/PKGBUILD   (rev 0)
+++ lxc-docker/trunk/PKGBUILD   2013-11-27 10:14:00 UTC (rev 101542)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Nicolas Dudebout 
+# Contributor: Ido Rosen 
+# Contributor: frio 
+
+# TODO: Build from source instead of using the binary release
+
+pkgname=lxc-docker
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64' 'i686')
+url='https://github.com/dotcloud/docker'
+license=('APACHE')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'lxc' 'git')
+backup=('etc/sysctl.d/docker.conf')
+source=("docker.elf::https://get.docker.io/builds/Linux/x86_64/docker-$pkgver";
+'docker.service'
+'docker.sysctl'
+
'docker.bash::https://raw.github.com/dotcloud/docker/master/contrib/completion/bash/docker'
+
'docker.zsh::https://raw.github.com/dotcloud/docker/master/contrib/completion/zsh/_docker')
+sha256sums=('41aa07c6292135f67eb7a1d0fc5656521622732f7db57bab3c8006a8b2cec8a1'
+'633f67629c9a49af7b203da736d39270586ebf5edf4c0a2641be7ff4d1623d0f'
+'1384108f7176b2325893ad010649f1cbeab23143d8cd5f068de91291a9b54c36'
+'5f1ce099ffa21288a38786615732cf51749e850d4187ac5b729cfda1f9ffc733'
+'8751db6fe138be46e242af47ed17ef9a8a3f528bd7ee50c1f937bc9a3c6d2c6d')
+
+package() {
+  install -Dm755 "docker.elf" "$pkgdir/usr/bin/docker"
+  install -Dm644 "docker.service" 
"$pkgdir/usr/lib/systemd/system/docker.service"
+  install -Dm644 "docker.sysctl" "$pkgdir/etc/sysctl.d/docker.conf"
+  install -Dm644 "docker.bash" 
"$pkgdir/usr/share/bash-completion/completions/docker"
+  install -Dm644 "docker.zsh" "$pkgdir/usr/share/zsh/site-functions/_docker"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: lxc-docker/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lxc-docker/trunk/docker.install
===
--- lxc-docker/trunk/docker.install (rev 0)
+++ lxc-docker/trunk/docker.install 2013-11-27 10:14:00 UTC (rev 101542)
@@ -0,0 +1,37 @@
+# Contributor: Nicolas Dudebout 
+
+post_install() {
+  grep -q '^docker:' /etc/group || groupadd --system docker
+  systemctl daemon-reload
+  echo 'To make Docker fully functional, consider performing the following 
actions:'
+  echo '  + Start the docker daemon:'
+  echo '  $ sudo systemctl start docker'
+  echo '  + (OPTIONAL) Start the docker daemon at boot:'
+  echo '  $ sudo systemctl enable docker'
+  echo '  + Add your user to the docker group to run the docker client without 
sudo:'
+  echo '  $ sudo usermod -a -G docker '
+  echo 'Login again for the change to take effect or run the following 
command'
+  echo 'for a change affecting only the current shell:'
+  echo '  $ newgrp docker'
+  echo '  + Enable IPv4 forwarding to allow internet connections inside the 
containers.'
+  echo 'See /etc/sysctl.d/docker.conf for WARNING and instructions.'
+}
+
+pre_upgrade() {
+  systemctl stop docker
+}
+
+post_upgrade() {
+  systemctl daemon-reload
+}
+
+pre_remove() {
+  systemctl stop docker
+  grep -q '^docker:' /etc/group && groupdel docker
+}
+
+post_remove() {
+  systemctl daemon-reload
+}
+
+# vim:set ts=2 sw=2 et:

Added: lxc-docker/trunk/docker.service
===
--- lxc-docker/trunk/docker.service (rev 0)
+++ lxc-docker/trunk/docker.service 2013-11-27 10:14:00 UTC (rev 101542)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Docker Daemon
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/docker -d
+
+[Install]
+WantedBy=multi-user.target

Added: lxc-docker/trunk/docker.sysctl
===
--- lxc-docker/trunk/docker.sysctl  (rev 0)
+++ lxc-docker/trunk/docker.sysctl  2013-11-27 10:14:00 UTC (rev 101542)
@@ -0,0 +1,13 @@
+## WARNING: Enabling IPv4 forwarding has potential security implications.
+## Setting up a proper firewall w

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

2013-11-27 Thread Tobias Powalowski
Date: Wednesday, November 27, 2013 @ 11:08:51
  Author: tpowa
Revision: 200381

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

Added:
  cifs-utils/repos/extra-i686/PKGBUILD
(from rev 200380, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-i686/fix-5.9-credentials.patch
(from rev 200380, cifs-utils/trunk/fix-5.9-credentials.patch)
  cifs-utils/repos/extra-x86_64/PKGBUILD
(from rev 200380, cifs-utils/trunk/PKGBUILD)
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch
(from rev 200380, cifs-utils/trunk/fix-5.9-credentials.patch)
Deleted:
  cifs-utils/repos/extra-i686/PKGBUILD
  cifs-utils/repos/extra-i686/fix-5.9-credentials.patch
  cifs-utils/repos/extra-x86_64/PKGBUILD
  cifs-utils/repos/extra-x86_64/fix-5.9-credentials.patch

+
 /PKGBUILD  |   54 +++
 /fix-5.9-credentials.patch |   32 ++
 extra-i686/PKGBUILD|   27 ---
 extra-i686/fix-5.9-credentials.patch   |   16 -
 extra-x86_64/PKGBUILD  |   27 ---
 extra-x86_64/fix-5.9-credentials.patch |   16 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-27 10:08:36 UTC (rev 200380)
+++ extra-i686/PKGBUILD 2013-11-27 10:08:51 UTC (rev 200381)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=cifs-utils
-pkgver=6.1
-pkgrel=1
-pkgdesc="CIFS filesystem user-space tools"
-arch=(i686 x86_64)
-url="http://wiki.samba.org/index.php/LinuxCIFS_utils";
-license=('GPL')
-depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
-source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  # systemd support is broken in mount.cifs
-  # https://bugs.archlinux.org/task/30958
-  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install
-  # set mount.cifs uid, to enable none root mounting form fstab
-  chmod +s $pkgdir/usr/bin/mount.cifs
-}
-md5sums=('f83ef48ab1154aa74dd4cf1c1202bf04')

Copied: cifs-utils/repos/extra-i686/PKGBUILD (from rev 200380, 
cifs-utils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-27 10:08:51 UTC (rev 200381)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=cifs-utils
+pkgver=6.2
+pkgrel=1
+pkgdesc="CIFS filesystem user-space tools"
+arch=(i686 x86_64)
+url="http://wiki.samba.org/index.php/LinuxCIFS_utils";
+license=('GPL')
+depends=('libcap-ng' 'keyutils' 'krb5' 'talloc' 'libwbclient')
+source=(ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # systemd support is broken in mount.cifs
+  # https://bugs.archlinux.org/task/30958
+  ./configure --prefix=/usr --sbindir=/usr/bin --disable-systemd
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" ROOTSBINDIR=/usr/bin install
+  # set mount.cifs uid, to enable none root mounting form fstab
+  chmod +s $pkgdir/usr/bin/mount.cifs
+}
+md5sums=('6a83fe19e02266cb468ea3bf1cc0d007')

Deleted: extra-i686/fix-5.9-credentials.patch
===
--- extra-i686/fix-5.9-credentials.patch2013-11-27 10:08:36 UTC (rev 
200380)
+++ extra-i686/fix-5.9-credentials.patch2013-11-27 10:08:51 UTC (rev 
200381)
@@ -1,16 +0,0 @@
-X-Git-Url: 
https://git.samba.org/?p=cifs-utils.git;a=blobdiff_plain;f=mount.cifs.c;h=40b77e92e3f734c606f522ccf279a0508ad64eab;hp=c7c3055cb890764937193b1d50d1f0fb7ae18826;hb=1a01f7c4b90695211d12291d7a24bec05b1f2922;hpb=739289ad3ce915e1ee2705ecd7ac4e907cd91405
-
-diff --git a/mount.cifs.c b/mount.cifs.c
-index c7c3055..40b77e9 100644
 a/mount.cifs.c
-+++ b/mount.cifs.c
-@@ -581,7 +581,8 @@ static int open_cred_file(char *file_name,
-   switch (parse_cred_line(line_buf + i, &temp_val)) {
-   case CRED_USER:
-   strlcpy(parsed_info->username, temp_val,
--  sizeof(parsed_info->domain));
-+  sizeof(parsed_info->username));
-+  parsed_info->got_user = 1;
-   break;
-   case CRED_PASS:
-   i = set_password(parsed_info, temp_val);

Copied: cifs-utils/repos/extra-i686/fix-5.9-credentials.patch (from rev 200380, 
cifs-utils/trunk/fix-5.9-credentials.patch)
===
--- extra-i686/fix-5.9-credentials.patch(rev 0)
+++ extra-i686/fix-5.9-credentials.patch2013-11-27 10:0

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

2013-11-27 Thread Tobias Powalowski
Date: Wednesday, November 27, 2013 @ 11:08:36
  Author: tpowa
Revision: 200380

upgpkg: cifs-utils 6.2-1

bump to latest version

Modified:
  cifs-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 09:20:14 UTC (rev 200379)
+++ PKGBUILD2013-11-27 10:08:36 UTC (rev 200380)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski 
 pkgname=cifs-utils
-pkgver=6.1
+pkgver=6.2
 pkgrel=1
 pkgdesc="CIFS filesystem user-space tools"
 arch=(i686 x86_64)
@@ -24,4 +24,4 @@
   # set mount.cifs uid, to enable none root mounting form fstab
   chmod +s $pkgdir/usr/bin/mount.cifs
 }
-md5sums=('f83ef48ab1154aa74dd4cf1c1202bf04')
+md5sums=('6a83fe19e02266cb468ea3bf1cc0d007')



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

2013-11-27 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 10:20:14
  Author: angvp
Revision: 200379

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

Added:
  subversion/repos/testing-i686/
  subversion/repos/testing-i686/PKGBUILD
(from rev 200378, subversion/trunk/PKGBUILD)
  subversion/repos/testing-i686/subversion.install
(from rev 200378, subversion/trunk/subversion.install)
  subversion/repos/testing-i686/subversion.rpath.fix.patch
(from rev 200378, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-i686/svn
(from rev 200378, subversion/trunk/svn)
  subversion/repos/testing-i686/svnserve.conf
(from rev 200378, subversion/trunk/svnserve.conf)
  subversion/repos/testing-i686/svnserve.service
(from rev 200378, subversion/trunk/svnserve.service)
  subversion/repos/testing-i686/svnserve.tmpfiles
(from rev 200378, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/testing-x86_64/
  subversion/repos/testing-x86_64/PKGBUILD
(from rev 200378, subversion/trunk/PKGBUILD)
  subversion/repos/testing-x86_64/subversion.install
(from rev 200378, subversion/trunk/subversion.install)
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
(from rev 200378, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-x86_64/svn
(from rev 200378, subversion/trunk/svn)
  subversion/repos/testing-x86_64/svnserve.conf
(from rev 200378, subversion/trunk/svnserve.conf)
  subversion/repos/testing-x86_64/svnserve.service
(from rev 200378, subversion/trunk/svnserve.service)
  subversion/repos/testing-x86_64/svnserve.tmpfiles
(from rev 200378, subversion/trunk/svnserve.tmpfiles)

---+
 testing-i686/PKGBUILD |  100 
 testing-i686/subversion.install   |7 +
 testing-i686/subversion.rpath.fix.patch   |   10 ++
 testing-i686/svn  |   11 +++
 testing-i686/svnserve.conf|7 +
 testing-i686/svnserve.service |   11 +++
 testing-i686/svnserve.tmpfiles|1 
 testing-x86_64/PKGBUILD   |  100 
 testing-x86_64/subversion.install |7 +
 testing-x86_64/subversion.rpath.fix.patch |   10 ++
 testing-x86_64/svn|   11 +++
 testing-x86_64/svnserve.conf  |7 +
 testing-x86_64/svnserve.service   |   11 +++
 testing-x86_64/svnserve.tmpfiles  |1 
 14 files changed, 294 insertions(+)

Copied: subversion/repos/testing-i686/PKGBUILD (from rev 200378, 
subversion/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-27 09:20:14 UTC (rev 200379)
@@ -0,0 +1,100 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Stéphane Gaudreault 
+# Contributor: Paul Mattal 
+# Contributor: Jason Chu 
+
+pkgname=subversion
+pkgver=1.8.5
+pkgrel=1
+pkgdesc="A Modern Concurrent Version Control System"
+arch=('i686' 'x86_64')
+url="http://subversion.apache.org/";
+license=('APACHE')
+depends=('sqlite' 'file' 'serf' 'systemd')
+makedepends=('apache' 'python2' 'perl' 'swig' 'java-runtime' 'java-environment'
+ 'libgnome-keyring' 'kdelibs' 'ruby')
+optdepends=('libgnome-keyring: for GNOME Keyring for auth credentials'
+'kdeutils-kwallet: for KWallet for auth credentials'
+'bash-completion: for svn bash completion'
+'python2: for some hook scripts'
+'java-environment: for Java support'
+'ruby: for some hook scripts')
+provides=('svn')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+options=('!makeflags' '!emptydirs')
+install=${pkgname}.install
+source=(http://www.apache.org/dist/subversion/subversion-${pkgver}.tar.bz2{,.asc}
+svn
+svnserve.conf
+svnserve.tmpfiles
+svnserve.service
+subversion.rpath.fix.patch)
+md5sums=('77349caf0ef5a612c9718c53516a9934'
+ 'SKIP'
+ 'a0db6dd43af33952739b6ec089852630'
+ 'c459e299192552f61578f3438abf0664'
+ 'bb2857eceafcfac35dde39dcffad2314'
+ 'e8020c7a1d1a0c47091b5fdd034f81c5'
+ '6b4340ba9d8845cd8497e013ae01be3f')
+
+prepare() {
+   cd ${pkgname}-${pkgver}
+   patch -Np0 -i ../subversion.rpath.fix.patch
+   sed -i 's|/usr/bin/env python|/usr/bin/env python2|' 
tools/hook-scripts/{,mailer/{,tests/}}*.py
+}
+
+build() {
+   cd ${pkgname}-${pkgver}
+   export PYTHON=/usr/bin/python2
+   ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \
+   --with-zlib=/usr --with-serf=/usr --with-apxs \
+   --with-sqlite=/usr 
--with-berkeley-db=:/usr/include/:/usr/lib:db-5.3 \
+   --enable-javahl --with-gnome-keyring --with-kwallet \
+   --with-apache-libexecdir=/usr/lib/httpd/modules \
+   --with-ruby-sitedir=/usr/lib/ruby/vendor_ruby \
+ 

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

2013-11-27 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 10:18:28
  Author: angvp
Revision: 200378

upgpkg: subversion 1.8.5-1

Version bump to 1.8.5

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 08:49:58 UTC (rev 200377)
+++ PKGBUILD2013-11-27 09:18:28 UTC (rev 200378)
@@ -5,7 +5,7 @@
 # Contributor: Jason Chu 
 
 pkgname=subversion
-pkgver=1.8.3
+pkgver=1.8.5
 pkgrel=1
 pkgdesc="A Modern Concurrent Version Control System"
 arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@
 svnserve.tmpfiles
 svnserve.service
 subversion.rpath.fix.patch)
-md5sums=('7d7bd97347a4491e1ffb529563ce2e9e'
+md5sums=('77349caf0ef5a612c9718c53516a9934'
  'SKIP'
  'a0db6dd43af33952739b6ec089852630'
  'c459e299192552f61578f3438abf0664'
@@ -97,3 +97,4 @@
   ln -sf subversion "${pkgdir}"/usr/share/bash-completion/completions/${i}
done
 }
+



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

2013-11-27 Thread Sven-Hendrik Haase
Date: Wednesday, November 27, 2013 @ 10:14:27
  Author: svenstaro
Revision: 101541

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

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

---+
 /PKGBUILD |  106 
 /supertuxkart.install |   24 +++
 community-i686/PKGBUILD   |   53 
 community-i686/supertuxkart.install   |   12 ---
 community-x86_64/PKGBUILD |   53 
 community-x86_64/supertuxkart.install |   12 ---
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-27 09:14:15 UTC (rev 101540)
+++ community-i686/PKGBUILD 2013-11-27 09:14:27 UTC (rev 101541)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: Allan McRae 
-# Contributor: rabyte 
-
-pkgname=supertuxkart
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='Kart racing game featuring Tux and his friends'
-arch=('i686' 'x86_64')
-url='http://supertuxkart.sourceforge.net/'
-license=('GPL2')
-depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'bluez-libs')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2";)
-install=supertuxkart.install
-md5sums=('aa31ecf883dc35859eec76c667f1a6d6')
-
-build() {
-  cd ${srcdir}/SuperTuxKart-${pkgver}
-
-  _fn="data/${pkgname}_desktop.template"
-  setconf "$_fn" Exec "$pkgname --log=file"
-  setconf "$_fn" TryExec "$pkgname"
-  setconf "$_fn" Icon "$pkgname"_64
-
-  cd lib/irrlicht/source/Irrlicht
-  NDEBUG=1 make
-
-  cd ${srcdir}/SuperTuxKart-${pkgver}
-  #sed -i "s|share/games|share|g" CMakeLists.txt
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake \
--DIRRLICHT_DIR="$srcdir/irrlicht" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_CXX_FLAGS="-lpthread -lm -ldl" \
-..
-
-  make
-}
-
-package() {
-  cd ${srcdir}/SuperTuxKart-${pkgver}
-
-  cd build
-  make DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: supertuxkart/repos/community-i686/PKGBUILD (from rev 101540, 
supertuxkart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-27 09:14:27 UTC (rev 101541)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: Allan McRae 
+# Contributor: rabyte 
+
+pkgname=supertuxkart
+pkgver=0.8.1
+pkgrel=2
+pkgdesc='Kart racing game featuring Tux and his friends'
+arch=('i686' 'x86_64')
+url='http://supertuxkart.sourceforge.net/'
+license=('GPL2')
+depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl' 'bluez-libs')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2";)
+install=supertuxkart.install
+md5sums=('aa31ecf883dc35859eec76c667f1a6d6')
+
+build() {
+  cd ${srcdir}/SuperTuxKart-${pkgver}
+
+  _fn="data/${pkgname}_desktop.template"
+  setconf "$_fn" Exec "$pkgname --log=file"
+  setconf "$_fn" TryExec "$pkgname"
+  setconf "$_fn" Icon "$pkgname"_64
+
+  cd lib/irrlicht/source/Irrlicht
+  NDEBUG=1 make
+
+  cd ${srcdir}/SuperTuxKart-${pkgver}
+  #sed -i "s|share/games|share|g" CMakeLists.txt
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake \
+-DIRRLICHT_DIR="$srcdir/irrlicht" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_FLAGS="-lpthread -lm -ldl" \
+..
+
+  make
+}
+
+package() {
+  cd ${srcdir}/SuperTuxKart-${pkgver}
+
+  cd build
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/supertuxkart.install
===
--- community-i686/supertuxkart.install 2013-11-27 09:14:15 UTC (rev 101540)
+++ community-i686/supertuxkart.install 2013-11-27 09:14:27 UTC (rev 101541)
@@ -1,12 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: supertuxkart/repos/community-i686/supert

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

2013-11-27 Thread Sven-Hendrik Haase
Date: Wednesday, November 27, 2013 @ 10:14:15
  Author: svenstaro
Revision: 101540

upgpkg: supertuxkart 0.8.1-2

Add bluez-libs to depends

Modified:
  supertuxkart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 09:04:03 UTC (rev 101539)
+++ PKGBUILD2013-11-27 09:14:15 UTC (rev 101540)
@@ -6,13 +6,13 @@
 
 pkgname=supertuxkart
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Kart racing game featuring Tux and his friends'
 arch=('i686' 'x86_64')
 url='http://supertuxkart.sourceforge.net/'
 license=('GPL2')
-depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl')
-makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf' 'bluez-libs')
+depends=('openal' 'libvorbis' 'libgl' 'fribidi' 'curl' 'bluez-libs')
+makedepends=('cmake' 'subversion' 'mesa' 'imagemagick' 'setconf')
 
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-src.tar.bz2";)
 install=supertuxkart.install
 md5sums=('aa31ecf883dc35859eec76c667f1a6d6')



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

2013-11-27 Thread Tobias Powalowski
Date: Wednesday, November 27, 2013 @ 09:49:58
  Author: tpowa
Revision: 200377

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-27 08:49:45 UTC (rev 200376)
+++ extra-i686/PKGBUILD 2013-11-27 08:49:58 UTC (rev 200377)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-# Contributor: Ng Oon-Ee 
-# Contributor: Thomas Burdick 
-
-pkgname=tevent
-pkgver=0.9.18
-pkgrel=1
-pkgdesc="An event system based on the talloc memory management library"
-arch=('i686' 'x86_64')
-url="https://tevent.samba.org/";
-source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz";)
-license=('GPL3')
-depends=('talloc')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   make
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('952535f0bcf002eee5a8db68deb6374b')

Copied: tevent/repos/extra-i686/PKGBUILD (from rev 200376, 
tevent/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-27 08:49:58 UTC (rev 200377)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+# Contributor: Ng Oon-Ee 
+# Contributor: Thomas Burdick 
+
+pkgname=tevent
+pkgver=0.9.19
+pkgrel=1
+pkgdesc="An event system based on the talloc memory management library"
+arch=('i686' 'x86_64')
+url="https://tevent.samba.org/";
+source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz";)
+license=('GPL3')
+depends=('talloc')
+makedepends=('python2')
+optdepends=('python2: for python bindings')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # change to use python2
+   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
+   export PYTHON=/usr/bin/python2
+
+   ./configure --prefix=/usr
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   
+   make
+   make DESTDIR=${pkgdir}/ install
+}
+md5sums=('f9ecb7e344bd20fb40f05e97116523f2')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-27 08:49:45 UTC (rev 200376)
+++ extra-x86_64/PKGBUILD   2013-11-27 08:49:58 UTC (rev 200377)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-# Contributor: Ng Oon-Ee 
-# Contributor: Thomas Burdick 
-
-pkgname=tevent
-pkgver=0.9.18
-pkgrel=1
-pkgdesc="An event system based on the talloc memory management library"
-arch=('i686' 'x86_64')
-url="https://tevent.samba.org/";
-source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz";)
-license=('GPL3')
-depends=('talloc')
-makedepends=('python2')
-optdepends=('python2: for python bindings')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # change to use python2
-   sed -i -e "s|/usr/bin/env python$|/usr/bin/env python2|" 
buildtools/bin/waf
-   export PYTHON=/usr/bin/python2
-
-   ./configure --prefix=/usr
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   
-   make
-   make DESTDIR=${pkgdir}/ install
-}
-md5sums=('952535f0bcf002eee5a8db68deb6374b')

Copied: tevent/repos/extra-x86_64/PKGBUILD (from rev 200376, 
tevent/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-27 08:49:58 UTC (rev 200377)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+# Contributor: Ng Oon-Ee 
+# Contributor: Thomas Burdick 
+
+pkgname=tevent
+pkgver=0.9.19
+pkgrel=1
+pkgdesc="An event system based on the talloc memory management library"
+arch=('i686' 'x86_64')
+url="https://tevent.samba.org/";
+source=("http://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar.gz";)
+license=('GPL3')
+depends=('talloc')
+makedepe

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

2013-11-27 Thread Tobias Powalowski
Date: Wednesday, November 27, 2013 @ 09:49:45
  Author: tpowa
Revision: 200376

upgpkg: tevent 0.9.19-1

bump to latest version

Modified:
  tevent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 08:41:28 UTC (rev 200375)
+++ PKGBUILD2013-11-27 08:49:45 UTC (rev 200376)
@@ -6,7 +6,7 @@
 # Contributor: Thomas Burdick 
 
 pkgname=tevent
-pkgver=0.9.18
+pkgver=0.9.19
 pkgrel=1
 pkgdesc="An event system based on the talloc memory management library"
 arch=('i686' 'x86_64')
@@ -33,4 +33,4 @@
make
make DESTDIR=${pkgdir}/ install
 }
-md5sums=('952535f0bcf002eee5a8db68deb6374b')
+md5sums=('f9ecb7e344bd20fb40f05e97116523f2')



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

2013-11-27 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 09:41:28
  Author: angvp
Revision: 200375

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

Added:
  serf/repos/testing-i686/
  serf/repos/testing-i686/PKGBUILD
(from rev 200374, serf/trunk/PKGBUILD)
  serf/repos/testing-i686/serf-ssl-allocator-v2.patch
(from rev 200374, serf/trunk/serf-ssl-allocator-v2.patch)
  serf/repos/testing-x86_64/
  serf/repos/testing-x86_64/PKGBUILD
(from rev 200374, serf/trunk/PKGBUILD)
  serf/repos/testing-x86_64/serf-ssl-allocator-v2.patch
(from rev 200374, serf/trunk/serf-ssl-allocator-v2.patch)

+
 testing-i686/PKGBUILD  |   32 +++
 testing-i686/serf-ssl-allocator-v2.patch   |   57 +++
 testing-x86_64/PKGBUILD|   32 +++
 testing-x86_64/serf-ssl-allocator-v2.patch |   57 +++
 4 files changed, 178 insertions(+)

Copied: serf/repos/testing-i686/PKGBUILD (from rev 200374, serf/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-27 08:41:28 UTC (rev 200375)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Stéphane Gaudreault 
+
+pkgname=serf
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="High-performance asynchronous HTTP client library"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/serf/";
+license=('Apache')
+depends=('apr-util')
+makedepends=('scons')
+options=('!staticlibs')
+source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('43ce30fccf39ab0186a7590e2733e3ec')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  scons PREFIX=/usr
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  scons check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr"
+  scons PREFIX="${pkgdir}/usr" install
+}

Copied: serf/repos/testing-i686/serf-ssl-allocator-v2.patch (from rev 200374, 
serf/trunk/serf-ssl-allocator-v2.patch)
===
--- testing-i686/serf-ssl-allocator-v2.patch(rev 0)
+++ testing-i686/serf-ssl-allocator-v2.patch2013-11-27 08:41:28 UTC (rev 
200375)
@@ -0,0 +1,57 @@
+Index: buckets/ssl_buckets.c
+===
+--- buckets/ssl_buckets.c   (revision 2130)
 buckets/ssl_buckets.c   (working copy)
+@@ -1192,21 +1192,16 @@
+ context->server_cert_userdata = data;
+ }
+ 
+-static serf_ssl_context_t *ssl_init_context(void)
++static serf_ssl_context_t *ssl_init_context(serf_bucket_alloc_t *allocator)
+ {
+ serf_ssl_context_t *ssl_ctx;
+-apr_pool_t *pool;
+-serf_bucket_alloc_t *allocator;
+ 
+ init_ssl_libraries();
+ 
+-apr_pool_create(&pool, NULL);
+-allocator = serf_bucket_allocator_create(pool, NULL, NULL);
+-
+ ssl_ctx = serf_bucket_mem_alloc(allocator, sizeof(*ssl_ctx));
+ 
+ ssl_ctx->refcount = 0;
+-ssl_ctx->pool = pool;
++ssl_ctx->pool = serf_bucket_allocator_get_pool(allocator);
+ ssl_ctx->allocator = allocator;
+ 
+ ssl_ctx->ctx = SSL_CTX_new(SSLv23_client_method());
+@@ -1263,8 +1258,6 @@
+ static apr_status_t ssl_free_context(
+ serf_ssl_context_t *ssl_ctx)
+ {
+-apr_pool_t *p;
+-
+ /* If never had the pending buckets, don't try to free them. */
+ if (ssl_ctx->decrypt.pending != NULL) {
+ serf_bucket_destroy(ssl_ctx->decrypt.pending);
+@@ -1277,10 +1270,7 @@
+ SSL_free(ssl_ctx->ssl);
+ SSL_CTX_free(ssl_ctx->ctx);
+ 
+-p = ssl_ctx->pool;
+-
+ serf_bucket_mem_free(ssl_ctx->allocator, ssl_ctx);
+-apr_pool_destroy(p);
+ 
+ return APR_SUCCESS;
+ }
+@@ -1294,7 +1284,7 @@
+ 
+ ctx = serf_bucket_mem_alloc(allocator, sizeof(*ctx));
+ if (!ssl_ctx) {
+-ctx->ssl_ctx = ssl_init_context();
++ctx->ssl_ctx = ssl_init_context(allocator);
+ }
+ else {
+ ctx->ssl_ctx = ssl_ctx;

Copied: serf/repos/testing-x86_64/PKGBUILD (from rev 200374, 
serf/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-27 08:41:28 UTC (rev 200375)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: Stéphane Gaudreault 
+
+pkgname=serf
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="High-performance asynchronous HTTP client library"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/serf/";
+license=('Apache')
+depends=('apr-util')
+makedepends=('scons')
+options=('!staticlibs')
+source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('43ce30fccf39ab0186a7590e2733e3ec')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  scons PREFIX=/usr
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  scons check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr"
+ 

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

2013-11-27 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 09:40:33
  Author: angvp
Revision: 200374

upgpkg: serf 1.3.2-1

Version bump to 1.3.2

Modified:
  serf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 08:31:29 UTC (rev 200373)
+++ PKGBUILD2013-11-27 08:40:33 UTC (rev 200374)
@@ -3,8 +3,8 @@
 # Contributor: Stéphane Gaudreault 
 
 pkgname=serf
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
 pkgdesc="High-performance asynchronous HTTP client library"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/serf/";
@@ -12,16 +12,9 @@
 depends=('apr-util')
 makedepends=('scons')
 options=('!staticlibs')
-source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2 
'serf-ssl-allocator-v2.patch')
-md5sums=('da5aca0cad19fd9c19129c3f8f7393dd'
- 'a0ff486ee26f86cb2825decfd1dc8355')
+source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('43ce30fccf39ab0186a7590e2733e3ec')
 
-prepare() {
-  mv serf-ssl-allocator-v2.patch ${pkgname}-${pkgver} 
-  cd ${pkgname}-${pkgver}
-  patch -Np0 -i serf-ssl-allocator-v2.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   scons PREFIX=/usr



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

2013-11-27 Thread Tobias Powalowski
Date: Wednesday, November 27, 2013 @ 09:31:29
  Author: tpowa
Revision: 200373

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

Added:
  linux/repos/core-i686/3.12-btrfs-relocate-csums.patch
(from rev 200372, linux/repos/testing-i686/3.12-btrfs-relocate-csums.patch)
  linux/repos/core-i686/PKGBUILD
(from rev 200372, linux/repos/testing-i686/PKGBUILD)
  linux/repos/core-i686/change-default-console-loglevel.patch
(from rev 200372, 
linux/repos/testing-i686/change-default-console-loglevel.patch)
  linux/repos/core-i686/config
(from rev 200372, linux/repos/testing-i686/config)
  linux/repos/core-i686/config.x86_64
(from rev 200372, linux/repos/testing-i686/config.x86_64)
  linux/repos/core-i686/criu-no-expert.patch
(from rev 200372, linux/repos/testing-i686/criu-no-expert.patch)
  linux/repos/core-i686/linux.install
(from rev 200372, linux/repos/testing-i686/linux.install)
  linux/repos/core-i686/linux.preset
(from rev 200372, linux/repos/testing-i686/linux.preset)
  linux/repos/core-x86_64/3.12-btrfs-relocate-csums.patch
(from rev 200372, 
linux/repos/testing-x86_64/3.12-btrfs-relocate-csums.patch)
  linux/repos/core-x86_64/PKGBUILD
(from rev 200372, linux/repos/testing-x86_64/PKGBUILD)
  linux/repos/core-x86_64/change-default-console-loglevel.patch
(from rev 200372, 
linux/repos/testing-x86_64/change-default-console-loglevel.patch)
  linux/repos/core-x86_64/config
(from rev 200372, linux/repos/testing-x86_64/config)
  linux/repos/core-x86_64/config.x86_64
(from rev 200372, linux/repos/testing-x86_64/config.x86_64)
  linux/repos/core-x86_64/criu-no-expert.patch
(from rev 200372, linux/repos/testing-x86_64/criu-no-expert.patch)
  linux/repos/core-x86_64/linux.install
(from rev 200372, linux/repos/testing-x86_64/linux.install)
  linux/repos/core-x86_64/linux.preset
(from rev 200372, linux/repos/testing-x86_64/linux.preset)
Deleted:
  linux/repos/core-i686/PKGBUILD
  linux/repos/core-i686/change-default-console-loglevel.patch
  linux/repos/core-i686/config
  linux/repos/core-i686/config.x86_64
  linux/repos/core-i686/criu-no-expert.patch
  linux/repos/core-i686/linux.install
  linux/repos/core-i686/linux.preset
  linux/repos/core-x86_64/PKGBUILD
  linux/repos/core-x86_64/change-default-console-loglevel.patch
  linux/repos/core-x86_64/config
  linux/repos/core-x86_64/config.x86_64
  linux/repos/core-x86_64/criu-no-expert.patch
  linux/repos/core-x86_64/linux.install
  linux/repos/core-x86_64/linux.preset
  linux/repos/testing-i686/
  linux/repos/testing-x86_64/

---+
 /PKGBUILD |  686 +
 /change-default-console-loglevel.patch|   24 
 /config   |12960 
 /config.x86_64|12562 +++
 /criu-no-expert.patch |   44 
 /linux.install|   62 
 /linux.preset |   28 
 core-i686/3.12-btrfs-relocate-csums.patch |   63 
 core-i686/PKGBUILD|  336 
 core-i686/change-default-console-loglevel.patch   |   12 
 core-i686/config  | 6480 --
 core-i686/config.x86_64   | 6280 -
 core-i686/criu-no-expert.patch|   22 
 core-i686/linux.install   |   31 
 core-i686/linux.preset|   14 
 core-x86_64/3.12-btrfs-relocate-csums.patch   |   63 
 core-x86_64/PKGBUILD  |  336 
 core-x86_64/change-default-console-loglevel.patch |   12 
 core-x86_64/config| 6480 --
 core-x86_64/config.x86_64 | 6280 -
 core-x86_64/criu-no-expert.patch  |   22 
 core-x86_64/linux.install |   31 
 core-x86_64/linux.preset  |   14 
 23 files changed, 26492 insertions(+), 26350 deletions(-)

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


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

2013-11-27 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 09:27:58
  Author: angvp
Revision: 200372

archrelease: copy trunk to extra-any

Added:
  hunspell-es/repos/extra-any/PKGBUILD
(from rev 200371, hunspell-es/trunk/PKGBUILD)
Deleted:
  hunspell-es/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  163 +++--
 1 file changed, 83 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-27 08:27:14 UTC (rev 200371)
+++ PKGBUILD2013-11-27 08:27:58 UTC (rev 200372)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Maintainer: AndyRTR 
-
-pkgname=hunspell-es
-pkgver=0.7
-pkgrel=1
-epoch=1
-pkgdesc="Spanish hunspell dictionaries"
-arch=(any)
-url="https://forja.rediris.es/projects/rla-es/";
-license=('LGPL3')
-makedepends=('hunspell')
-optdepends=('hunspell: the spell checking libraries and apps')
-noextract=(es_ANY.oxt es_AR.oxt es_BO.oxt es_CL.oxt es_CO.oxt 
-   es_CR.oxt es_CU.oxt es_DO.oxt es_EC.oxt es_ES.oxt 
-   es_GT.oxt es_HN.oxt es_MX.oxt es_NI.oxt es_PA.oxt 
-   es_PE.oxt es_PR.oxt es_SV.oxt es_UY.oxt es_VE.oxt)
-source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt'
-'http://forja.rediris.es/frs/download.php/2619/es_AR.oxt'
-'http://forja.rediris.es/frs/download.php/2620/es_BO.oxt'
-'http://forja.rediris.es/frs/download.php/2621/es_CL.oxt'
-'http://forja.rediris.es/frs/download.php/2622/es_CO.oxt'
-'http://forja.rediris.es/frs/download.php/2623/es_CR.oxt'
-'http://forja.rediris.es/frs/download.php/2624/es_CU.oxt'
-'http://forja.rediris.es/frs/download.php/2625/es_DO.oxt'
-'http://forja.rediris.es/frs/download.php/2626/es_EC.oxt'
-'http://forja.rediris.es/frs/download.php/2627/es_ES.oxt'
-'http://forja.rediris.es/frs/download.php/2628/es_GT.oxt'
-'http://forja.rediris.es/frs/download.php/2629/es_HN.oxt'
-'http://forja.rediris.es/frs/download.php/2630/es_MX.oxt'
-'http://forja.rediris.es/frs/download.php/2631/es_NI.oxt'
-'http://forja.rediris.es/frs/download.php/2632/es_PA.oxt'
-'http://forja.rediris.es/frs/download.php/2633/es_PE.oxt'
-'http://forja.rediris.es/frs/download.php/2634/es_PR.oxt'
-'http://forja.rediris.es/frs/download.php/2635/es_SV.oxt'
-'http://forja.rediris.es/frs/download.php/2636/es_UY.oxt'
-'http://forja.rediris.es/frs/download.php/2637/es_VE.oxt')
-
-package() {
-  cd "$srcdir"
-  for file in *.oxt; do
-LANG=en_US.utf8 bsdtar -xf $file
-  done
-
-  install -dm755 "${pkgdir}/usr/share/hunspell"
-  install -m644 es_*.dic es_*.aff "$pkgdir/usr/share/hunspell"
-
-  # the symlinks
-  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
-  pushd "$pkgdir/usr/share/myspell/dicts"
-for file in "$pkgdir"/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-  
-  # docs
-  install -dm755 "${pkgdir}/usr/share/doc/$pkgname"
-  install -m644 README.txt "$pkgdir/usr/share/doc/$pkgname"
-}
-md5sums=('9676e94487e4a09a1c7adb8e2357774d'
- '15a2bbadfbdaed50a85cee048e0448e1'
- 'a946fa01accc85bba4ac4c8a65bda990'
- '63156d580f93eb5eabe150a64e891180'
- '2e598c9f6425144c6a74ef075df55536'
- '023f3308e7f2bda68409eadf55cffc1a'
- '8076fddccbfc8119afce7e63797a86f1'
- 'c0b96ecfe25b90eba9dfd455a44e876d'
- 'e40a866e0f4fa43d19c606be2c78a919'
- '28776430bb77547fd70cf6db504bda63'
- '5bba781582ffa42acfdd3c5dd3899add'
- 'cc4a81266f2aa06a3980dfaef3dc'
- 'e237488413344febc567d41c716d1608'
- 'e5396b996777854860e1071953bf1159'
- '3c77326ae63077d08bd167039831506d'
- 'a0fe867554ff50d79a92534e904204f4'
- 'b9e10ee9f910b4e983c088da31635cc4'
- '17987e5ab82801d3b0a583bcc617cc25'
- '8b511d64b06ddec5c8589cdc1f74a39c'
- '2c0312e7100b6a5347f16fa33f1a29ba')

Copied: hunspell-es/repos/extra-any/PKGBUILD (from rev 200371, 
hunspell-es/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-27 08:27:58 UTC (rev 200372)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Maintainer: AndyRTR 
+
+pkgname=hunspell-es
+pkgver=0.7
+pkgrel=2
+epoch=1
+pkgdesc="Spanish hunspell dictionaries"
+arch=(any)
+url="https://forja.rediris.es/projects/rla-es/";
+license=('LGPL3')
+makedepends=('hunspell')
+optdepends=('hunspell: the spell checking libraries and apps')
+noextract=(es_ANY.oxt es_AR.oxt es_BO.oxt es_CL.oxt es_CO.oxt 
+   es_CR.oxt es_CU.oxt es_DO.oxt es_EC.oxt es_ES.oxt 
+   es_GT.oxt es_HN.oxt es_MX.oxt es_NI.oxt es_PA.oxt 
+   es_PE.oxt es_PR.oxt es_PY.oxt es_SV.oxt es_UY.oxt es_VE.oxt)
+source=('http://forja.rediris.es/frs/download.php/2933/es_ANY.oxt'
+'http://forja.

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

2013-11-27 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 09:27:14
  Author: angvp
Revision: 200371

upgpkg: hunspell-es 1:0.7-2

Update spanish dictionaries

Modified:
  hunspell-es/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 08:14:21 UTC (rev 200370)
+++ PKGBUILD2013-11-27 08:27:14 UTC (rev 200371)
@@ -4,7 +4,7 @@
 
 pkgname=hunspell-es
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Spanish hunspell dictionaries"
 arch=(any)
@@ -15,27 +15,49 @@
 noextract=(es_ANY.oxt es_AR.oxt es_BO.oxt es_CL.oxt es_CO.oxt 
es_CR.oxt es_CU.oxt es_DO.oxt es_EC.oxt es_ES.oxt 
es_GT.oxt es_HN.oxt es_MX.oxt es_NI.oxt es_PA.oxt 
-   es_PE.oxt es_PR.oxt es_SV.oxt es_UY.oxt es_VE.oxt)
-source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt'
-'http://forja.rediris.es/frs/download.php/2619/es_AR.oxt'
-'http://forja.rediris.es/frs/download.php/2620/es_BO.oxt'
-'http://forja.rediris.es/frs/download.php/2621/es_CL.oxt'
-'http://forja.rediris.es/frs/download.php/2622/es_CO.oxt'
-'http://forja.rediris.es/frs/download.php/2623/es_CR.oxt'
-'http://forja.rediris.es/frs/download.php/2624/es_CU.oxt'
-'http://forja.rediris.es/frs/download.php/2625/es_DO.oxt'
-'http://forja.rediris.es/frs/download.php/2626/es_EC.oxt'
-'http://forja.rediris.es/frs/download.php/2627/es_ES.oxt'
-'http://forja.rediris.es/frs/download.php/2628/es_GT.oxt'
-'http://forja.rediris.es/frs/download.php/2629/es_HN.oxt'
-'http://forja.rediris.es/frs/download.php/2630/es_MX.oxt'
-'http://forja.rediris.es/frs/download.php/2631/es_NI.oxt'
-'http://forja.rediris.es/frs/download.php/2632/es_PA.oxt'
-'http://forja.rediris.es/frs/download.php/2633/es_PE.oxt'
-'http://forja.rediris.es/frs/download.php/2634/es_PR.oxt'
-'http://forja.rediris.es/frs/download.php/2635/es_SV.oxt'
-'http://forja.rediris.es/frs/download.php/2636/es_UY.oxt'
-'http://forja.rediris.es/frs/download.php/2637/es_VE.oxt')
+   es_PE.oxt es_PR.oxt es_PY.oxt es_SV.oxt es_UY.oxt es_VE.oxt)
+source=('http://forja.rediris.es/frs/download.php/2933/es_ANY.oxt'
+'http://forja.rediris.es/frs/download.php/2953/es_AR.oxt'
+'http://forja.rediris.es/frs/download.php/2952/es_BO.oxt'
+'http://forja.rediris.es/frs/download.php/2951/es_CL.oxt'
+'http://forja.rediris.es/frs/download.php/2950/es_CO.oxt'
+'http://forja.rediris.es/frs/download.php/2949/es_CR.oxt'
+'http://forja.rediris.es/frs/download.php/2948/es_CU.oxt'
+'http://forja.rediris.es/frs/download.php/2947/es_DO.oxt'
+'http://forja.rediris.es/frs/download.php/2946/es_EC.oxt'
+'http://forja.rediris.es/frs/download.php/2945/es_ES.oxt'
+'http://forja.rediris.es/frs/download.php/2944/es_GT.oxt'
+'http://forja.rediris.es/frs/download.php/2943/es_HN.oxt'
+'http://forja.rediris.es/frs/download.php/2942/es_MX.oxt'
+'http://forja.rediris.es/frs/download.php/2941/es_NI.oxt'
+'http://forja.rediris.es/frs/download.php/2940/es_PA.oxt'
+'http://forja.rediris.es/frs/download.php/2939/es_PE.oxt'
+'http://forja.rediris.es/frs/download.php/2938/es_PR.oxt'
+'http://forja.rediris.es/frs/download.php/2937/es_PY.oxt'
+'http://forja.rediris.es/frs/download.php/2936/es_SV.oxt'
+'http://forja.rediris.es/frs/download.php/2935/es_UY.oxt'
+'http://forja.rediris.es/frs/download.php/2934/es_VE.oxt')
+md5sums=('e3d4b38f280e7376178529db2ece982b'
+ '68ee8f4ebc89a1fa461045d4dbb9b7be'
+ '1ebf11b6094e0bfece8e95cc34e7a409'
+ '092a388101350b77af4fd789668582bd'
+ 'fc440fd9fc55ca2dfb9bfa34a1e63864'
+ '7510fd0f4eb3c6e65523a8d0960f77dd'
+ '0ab4b9638f58ddd3d95d1265918ff39e'
+ '24a20fd4d887693afef539e6f1a3b58e'
+ '5d7343a246323ceda58cfbbf1428e279'
+ '59dd45e6785ed644adbbd73f4f126182'
+ 'b1a9be80687e3117c67ac46aad6b8d66'
+ 'd0db5bebd6925738b524de9709950f22'
+ '0de780714f84955112f38f35fb63a894'
+ 'd259d7be17c34df76c7de40c80720a39'
+ '085fbdbed6a2e248630c801881563b7a'
+ 'f4673063246888995d4eaa2d4a24ee3d'
+ 'e67bcf891ba9eeaeb57a60ec8e57f1ac'
+ 'ba98e3197c81db4c572def2c5cca942d'
+ 'c68ca9d188cb23c88cdd34a069c5a013'
+ 'aeb9d39e4d17e9c904c1f3567178aad6'
+ '8afa9619aede2d9708e799e0f5d0fcab')
 
 package() {
   cd "$srcdir"
@@ -58,23 +80,4 @@
   install -dm755 "${pkgdir}/usr/share/doc/$pkgname"
   install -m644 README.txt "$pkgdir/usr/share/doc/$pkgname"
 }
-md5sums=('9676e94487e4a09a1c7adb8e2357774d'
- '15a2bbadfbdaed50a85cee048e0448e1'
- 'a946fa01accc85bba4ac4c8a65bda990'
-  

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

2013-11-27 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 09:14:21
  Author: angvp
Revision: 200370

archrelease: copy trunk to extra-any

Added:
  mythes-es/repos/extra-any/PKGBUILD
(from rev 200369, mythes-es/trunk/PKGBUILD)
Deleted:
  mythes-es/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-27 08:13:41 UTC (rev 200369)
+++ PKGBUILD2013-11-27 08:14:21 UTC (rev 200370)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez  
-# Contributor: AndyRTR 
-
-pkgname=mythes-es
-pkgver=0.7
-pkgrel=1
-epoch=1
-pkgdesc="Spanish thesaurus"
-arch=(any)
-url="https://forja.rediris.es/projects/rla-es/";
-license=('LGPL3')
-optdepends=('libmythes: offers thesaurus library functions')
-noextract=('es_ANY.oxt')
-source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt')
-md5sums=('9676e94487e4a09a1c7adb8e2357774d')
-
-package() {
-  cd "$srcdir"
-  LANG=en_US.utf8 bsdtar -xf es_ANY.oxt
-  install -dm755 "${pkgdir}/usr/share/mythes"
-  install -m644 th_es_ES_v2.* "$pkgdir/usr/share/mythes"
-
-  pushd "$pkgdir/usr/share/mythes/"
-  es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN 
es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE"
-  for lang in $es_ES_aliases; do
-ln -s th_es_ES_v2.idx "th_"$lang"_v2.idx"
-ln -s th_es_ES_v2.dat "th_"$lang"_v2.dat"
-  done
-  popd
-
-  # the symlinks
-  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
-  pushd "$pkgdir/usr/share/myspell/dicts"
-  for file in "$pkgdir"/usr/share/mythes/*; do
-ln -sv /usr/share/mythes/$(basename $file) .
-  done
-  popd
-  
-  # docs
-  install -Dm644 README_th_es_ES.txt 
"${pkgdir}/usr/share/doc/$pkgname/README_th_es_ES.txt"
-}

Copied: mythes-es/repos/extra-any/PKGBUILD (from rev 200369, 
mythes-es/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-27 08:14:21 UTC (rev 200370)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: AndyRTR 
+
+pkgname=mythes-es
+pkgver=0.7
+pkgrel=2
+epoch=1
+pkgdesc="Spanish thesaurus"
+arch=(any)
+url="https://forja.rediris.es/projects/rla-es/";
+license=('LGPL3')
+optdepends=('libmythes: offers thesaurus library functions')
+noextract=('es_ANY.oxt')
+source=('http://forja.rediris.es/frs/download.php/2933/es_ANY.oxt')
+md5sums=('e3d4b38f280e7376178529db2ece982b')
+
+package() {
+  cd "$srcdir"
+  LANG=en_US.utf8 bsdtar -xf es_ANY.oxt
+  install -dm755 "${pkgdir}/usr/share/mythes"
+  install -m644 th_es_ES_v2.* "$pkgdir/usr/share/mythes"
+
+  pushd "$pkgdir/usr/share/mythes/"
+  es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN 
es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE"
+  for lang in $es_ES_aliases; do
+ln -s th_es_ES_v2.idx "th_"$lang"_v2.idx"
+ln -s th_es_ES_v2.dat "th_"$lang"_v2.dat"
+  done
+  popd
+
+  # the symlinks
+  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
+  pushd "$pkgdir/usr/share/myspell/dicts"
+  for file in "$pkgdir"/usr/share/mythes/*; do
+ln -sv /usr/share/mythes/$(basename $file) .
+  done
+  popd
+  
+  # docs
+  install -Dm644 README_th_es_ES.txt 
"${pkgdir}/usr/share/doc/$pkgname/README_th_es_ES.txt"
+}



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

2013-11-27 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 09:13:41
  Author: angvp
Revision: 200369

upgpkg: mythes-es 1:0.7-2

Update spanish dictionaries

Modified:
  mythes-es/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 08:13:27 UTC (rev 200368)
+++ PKGBUILD2013-11-27 08:13:41 UTC (rev 200369)
@@ -4,7 +4,7 @@
 
 pkgname=mythes-es
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Spanish thesaurus"
 arch=(any)
@@ -12,8 +12,8 @@
 license=('LGPL3')
 optdepends=('libmythes: offers thesaurus library functions')
 noextract=('es_ANY.oxt')
-source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt')
-md5sums=('9676e94487e4a09a1c7adb8e2357774d')
+source=('http://forja.rediris.es/frs/download.php/2933/es_ANY.oxt')
+md5sums=('e3d4b38f280e7376178529db2ece982b')
 
 package() {
   cd "$srcdir"



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

2013-11-27 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 09:12:48
  Author: angvp
Revision: 200367

upgpkg: hyphen-es 1:0.7-1

Version bump to 0.7

Modified:
  hyphen-es/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 08:03:22 UTC (rev 200366)
+++ PKGBUILD2013-11-27 08:12:48 UTC (rev 200367)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: AndyRTR 
+# Maintainer: Angel Velasquez  
+# Contributor: AndyRTR 
 
 pkgname=hyphen-es
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 epoch=1
 pkgdesc="Spanish hyphenation rules"
@@ -11,8 +12,8 @@
 license=('LGPL3')
 optdepends=('hyphen: offers hyphenation library functions')
 noextract=('es_ANY.oxt')
-source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt')
-md5sums=('9676e94487e4a09a1c7adb8e2357774d')
+source=('http://forja.rediris.es/frs/download.php/2933/es_ANY.oxt')
+md5sums=('e3d4b38f280e7376178529db2ece982b')
 
 package() {
   cd "$srcdir"



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

2013-11-27 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 09:13:27
  Author: angvp
Revision: 200368

archrelease: copy trunk to extra-any

Added:
  hyphen-es/repos/extra-any/PKGBUILD
(from rev 200367, hyphen-es/trunk/PKGBUILD)
Deleted:
  hyphen-es/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   79 ++---
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-27 08:12:48 UTC (rev 200367)
+++ PKGBUILD2013-11-27 08:13:27 UTC (rev 200368)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=hyphen-es
-pkgver=0.6
-pkgrel=1
-epoch=1
-pkgdesc="Spanish hyphenation rules"
-arch=('any')
-url="https://forja.rediris.es/projects/rla-es/";
-license=('LGPL3')
-optdepends=('hyphen: offers hyphenation library functions')
-noextract=('es_ANY.oxt')
-source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt')
-md5sums=('9676e94487e4a09a1c7adb8e2357774d')
-
-package() {
-  cd "$srcdir"
-  LANG=en_US.utf8 bsdtar -xf es_ANY.oxt
-  install -Dm644 hyph_es_ANY.dic "$pkgdir/usr/share/hyphen/hyph_es_ANY.dic"
-
-  pushd "$pkgdir/usr/share/hyphen/"
-  es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT 
es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE"
-  for lang in $es_ES_aliases; do
-ln -s hyph_es_ANY.dic hyph_$lang.dic
-  done
-  popd
-
-  # the symlinks
-  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
-  pushd "$pkgdir/usr/share/myspell/dicts"
-for file in "$pkgdir"/usr/share/hyphen/*; do
-  ln -sv /usr/share/hyphen/$(basename $file) .
-done
-  popd
-  
-  # docs
-  install -Dm644 README_hyph_es_ANY.txt 
"${pkgdir}/usr/share/doc/$pkgname/README_hyph_es_ANY.txt"
-}

Copied: hyphen-es/repos/extra-any/PKGBUILD (from rev 200367, 
hyphen-es/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-27 08:13:27 UTC (rev 200368)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Contributor: AndyRTR 
+
+pkgname=hyphen-es
+pkgver=0.7
+pkgrel=1
+epoch=1
+pkgdesc="Spanish hyphenation rules"
+arch=('any')
+url="https://forja.rediris.es/projects/rla-es/";
+license=('LGPL3')
+optdepends=('hyphen: offers hyphenation library functions')
+noextract=('es_ANY.oxt')
+source=('http://forja.rediris.es/frs/download.php/2933/es_ANY.oxt')
+md5sums=('e3d4b38f280e7376178529db2ece982b')
+
+package() {
+  cd "$srcdir"
+  LANG=en_US.utf8 bsdtar -xf es_ANY.oxt
+  install -Dm644 hyph_es_ANY.dic "$pkgdir/usr/share/hyphen/hyph_es_ANY.dic"
+
+  pushd "$pkgdir/usr/share/hyphen/"
+  es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT 
es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE"
+  for lang in $es_ES_aliases; do
+ln -s hyph_es_ANY.dic hyph_$lang.dic
+  done
+  popd
+
+  # the symlinks
+  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
+  pushd "$pkgdir/usr/share/myspell/dicts"
+for file in "$pkgdir"/usr/share/hyphen/*; do
+  ln -sv /usr/share/hyphen/$(basename $file) .
+done
+  popd
+  
+  # docs
+  install -Dm644 README_hyph_es_ANY.txt 
"${pkgdir}/usr/share/doc/$pkgname/README_hyph_es_ANY.txt"
+}



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

2013-11-27 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 09:02:44
  Author: angvp
Revision: 200365

upgpkg: hunspell-es 1:0.7-1

Version bump to 0.7

Modified:
  hunspell-es/trunk/PKGBUILD

--+
 PKGBUILD |   43 ++-
 1 file changed, 22 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-27 07:44:20 UTC (rev 200364)
+++ PKGBUILD2013-11-27 08:02:44 UTC (rev 200365)
@@ -1,8 +1,9 @@
 # $Id$
+# Maintainer: Angel Velasquez  
 # Maintainer: AndyRTR 
 
 pkgname=hunspell-es
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 epoch=1
 pkgdesc="Spanish hunspell dictionaries"
@@ -35,26 +36,6 @@
 'http://forja.rediris.es/frs/download.php/2635/es_SV.oxt'
 'http://forja.rediris.es/frs/download.php/2636/es_UY.oxt'
 'http://forja.rediris.es/frs/download.php/2637/es_VE.oxt')
-md5sums=('9676e94487e4a09a1c7adb8e2357774d'
- '15a2bbadfbdaed50a85cee048e0448e1'
- 'a946fa01accc85bba4ac4c8a65bda990'
- '63156d580f93eb5eabe150a64e891180'
- '2e598c9f6425144c6a74ef075df55536'
- '023f3308e7f2bda68409eadf55cffc1a'
- '8076fddccbfc8119afce7e63797a86f1'
- 'c0b96ecfe25b90eba9dfd455a44e876d'
- 'e40a866e0f4fa43d19c606be2c78a919'
- '28776430bb77547fd70cf6db504bda63'
- '5bba781582ffa42acfdd3c5dd3899add'
- 'cc4a81266f2aa06a3980dfaef3dc'
- 'e237488413344febc567d41c716d1608'
- 'e5396b996777854860e1071953bf1159'
- '3c77326ae63077d08bd167039831506d'
- 'a0fe867554ff50d79a92534e904204f4'
- 'b9e10ee9f910b4e983c088da31635cc4'
- '17987e5ab82801d3b0a583bcc617cc25'
- '8b511d64b06ddec5c8589cdc1f74a39c'
- '2c0312e7100b6a5347f16fa33f1a29ba')
 
 package() {
   cd "$srcdir"
@@ -77,3 +58,23 @@
   install -dm755 "${pkgdir}/usr/share/doc/$pkgname"
   install -m644 README.txt "$pkgdir/usr/share/doc/$pkgname"
 }
+md5sums=('9676e94487e4a09a1c7adb8e2357774d'
+ '15a2bbadfbdaed50a85cee048e0448e1'
+ 'a946fa01accc85bba4ac4c8a65bda990'
+ '63156d580f93eb5eabe150a64e891180'
+ '2e598c9f6425144c6a74ef075df55536'
+ '023f3308e7f2bda68409eadf55cffc1a'
+ '8076fddccbfc8119afce7e63797a86f1'
+ 'c0b96ecfe25b90eba9dfd455a44e876d'
+ 'e40a866e0f4fa43d19c606be2c78a919'
+ '28776430bb77547fd70cf6db504bda63'
+ '5bba781582ffa42acfdd3c5dd3899add'
+ 'cc4a81266f2aa06a3980dfaef3dc'
+ 'e237488413344febc567d41c716d1608'
+ 'e5396b996777854860e1071953bf1159'
+ '3c77326ae63077d08bd167039831506d'
+ 'a0fe867554ff50d79a92534e904204f4'
+ 'b9e10ee9f910b4e983c088da31635cc4'
+ '17987e5ab82801d3b0a583bcc617cc25'
+ '8b511d64b06ddec5c8589cdc1f74a39c'
+ '2c0312e7100b6a5347f16fa33f1a29ba')



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

2013-11-27 Thread Ángel Velásquez
Date: Wednesday, November 27, 2013 @ 09:03:22
  Author: angvp
Revision: 200366

archrelease: copy trunk to extra-any

Added:
  hunspell-es/repos/extra-any/PKGBUILD
(from rev 200365, hunspell-es/trunk/PKGBUILD)
Deleted:
  hunspell-es/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  159 ++---
 1 file changed, 80 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-27 08:02:44 UTC (rev 200365)
+++ PKGBUILD2013-11-27 08:03:22 UTC (rev 200366)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgname=hunspell-es
-pkgver=0.6
-pkgrel=1
-epoch=1
-pkgdesc="Spanish hunspell dictionaries"
-arch=(any)
-url="https://forja.rediris.es/projects/rla-es/";
-license=('LGPL3')
-makedepends=('hunspell')
-optdepends=('hunspell: the spell checking libraries and apps')
-noextract=(es_ANY.oxt es_AR.oxt es_BO.oxt es_CL.oxt es_CO.oxt 
-   es_CR.oxt es_CU.oxt es_DO.oxt es_EC.oxt es_ES.oxt 
-   es_GT.oxt es_HN.oxt es_MX.oxt es_NI.oxt es_PA.oxt 
-   es_PE.oxt es_PR.oxt es_SV.oxt es_UY.oxt es_VE.oxt)
-source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt'
-'http://forja.rediris.es/frs/download.php/2619/es_AR.oxt'
-'http://forja.rediris.es/frs/download.php/2620/es_BO.oxt'
-'http://forja.rediris.es/frs/download.php/2621/es_CL.oxt'
-'http://forja.rediris.es/frs/download.php/2622/es_CO.oxt'
-'http://forja.rediris.es/frs/download.php/2623/es_CR.oxt'
-'http://forja.rediris.es/frs/download.php/2624/es_CU.oxt'
-'http://forja.rediris.es/frs/download.php/2625/es_DO.oxt'
-'http://forja.rediris.es/frs/download.php/2626/es_EC.oxt'
-'http://forja.rediris.es/frs/download.php/2627/es_ES.oxt'
-'http://forja.rediris.es/frs/download.php/2628/es_GT.oxt'
-'http://forja.rediris.es/frs/download.php/2629/es_HN.oxt'
-'http://forja.rediris.es/frs/download.php/2630/es_MX.oxt'
-'http://forja.rediris.es/frs/download.php/2631/es_NI.oxt'
-'http://forja.rediris.es/frs/download.php/2632/es_PA.oxt'
-'http://forja.rediris.es/frs/download.php/2633/es_PE.oxt'
-'http://forja.rediris.es/frs/download.php/2634/es_PR.oxt'
-'http://forja.rediris.es/frs/download.php/2635/es_SV.oxt'
-'http://forja.rediris.es/frs/download.php/2636/es_UY.oxt'
-'http://forja.rediris.es/frs/download.php/2637/es_VE.oxt')
-md5sums=('9676e94487e4a09a1c7adb8e2357774d'
- '15a2bbadfbdaed50a85cee048e0448e1'
- 'a946fa01accc85bba4ac4c8a65bda990'
- '63156d580f93eb5eabe150a64e891180'
- '2e598c9f6425144c6a74ef075df55536'
- '023f3308e7f2bda68409eadf55cffc1a'
- '8076fddccbfc8119afce7e63797a86f1'
- 'c0b96ecfe25b90eba9dfd455a44e876d'
- 'e40a866e0f4fa43d19c606be2c78a919'
- '28776430bb77547fd70cf6db504bda63'
- '5bba781582ffa42acfdd3c5dd3899add'
- 'cc4a81266f2aa06a3980dfaef3dc'
- 'e237488413344febc567d41c716d1608'
- 'e5396b996777854860e1071953bf1159'
- '3c77326ae63077d08bd167039831506d'
- 'a0fe867554ff50d79a92534e904204f4'
- 'b9e10ee9f910b4e983c088da31635cc4'
- '17987e5ab82801d3b0a583bcc617cc25'
- '8b511d64b06ddec5c8589cdc1f74a39c'
- '2c0312e7100b6a5347f16fa33f1a29ba')
-
-package() {
-  cd "$srcdir"
-  for file in *.oxt; do
-LANG=en_US.utf8 bsdtar -xf $file
-  done
-
-  install -dm755 "${pkgdir}/usr/share/hunspell"
-  install -m644 es_*.dic es_*.aff "$pkgdir/usr/share/hunspell"
-
-  # the symlinks
-  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
-  pushd "$pkgdir/usr/share/myspell/dicts"
-for file in "$pkgdir"/usr/share/hunspell/*; do
-  ln -sv /usr/share/hunspell/$(basename $file) .
-done
-  popd
-  
-  # docs
-  install -dm755 "${pkgdir}/usr/share/doc/$pkgname"
-  install -m644 README.txt "$pkgdir/usr/share/doc/$pkgname"
-}

Copied: hunspell-es/repos/extra-any/PKGBUILD (from rev 200365, 
hunspell-es/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-27 08:03:22 UTC (rev 200366)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Angel Velasquez  
+# Maintainer: AndyRTR 
+
+pkgname=hunspell-es
+pkgver=0.7
+pkgrel=1
+epoch=1
+pkgdesc="Spanish hunspell dictionaries"
+arch=(any)
+url="https://forja.rediris.es/projects/rla-es/";
+license=('LGPL3')
+makedepends=('hunspell')
+optdepends=('hunspell: the spell checking libraries and apps')
+noextract=(es_ANY.oxt es_AR.oxt es_BO.oxt es_CL.oxt es_CO.oxt 
+   es_CR.oxt es_CU.oxt es_DO.oxt es_EC.oxt es_ES.oxt 
+   es_GT.oxt es_HN.oxt es_MX.oxt es_NI.oxt es_PA.oxt 
+   es_PE.oxt es_PR.oxt es_SV.oxt es_UY.oxt es_VE.oxt)
+source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt'
+'http://forja.rediris.es/frs/download.php/2619/es_AR.oxt'