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

2013-11-10 Thread Andrea Scarpino
Date: Sunday, November 10, 2013 @ 10:45:06
  Author: andrea
Revision: 199308

fix qt5-webkit license

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 08:38:12 UTC (rev 199307)
+++ PKGBUILD2013-11-10 09:45:06 UTC (rev 199308)
@@ -405,6 +405,7 @@
 package_qt5-webkit() {
   pkgdesc='A cross-platform application and UI framework (QtWebKit)'
   depends=('qt5-declarative' 'gstreamer0.10-base' 'libxslt' 'libxcomposite' 
'qt5-sensors')
+  license=('GPL3' 'LGPL' 'FDL')
 
   cd ${_pkgfqn}/qtwebkit
   make INSTALL_ROOT=${pkgdir} install
@@ -415,9 +416,6 @@
 
   # Fix wrong path in pc file
   perl -pi -e s, -L${srcdir}/?\S+,,g 
${pkgdir}/usr/lib/pkgconfig/Qt5WebKit.pc
-
-  install -D -m644 LGPL_EXCEPTION.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LGPL_EXCEPTION.txt
 }
 
 package_qt5-x11extras() {



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

2013-11-10 Thread Andrea Scarpino
Date: Sunday, November 10, 2013 @ 10:59:04
  Author: andrea
Revision: 199309

upgpkg: phonon-vlc 0.7.0-2

Rebuild against phonon 4.7

Modified:
  phonon-vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 09:45:06 UTC (rev 199308)
+++ PKGBUILD2013-11-10 09:59:04 UTC (rev 199309)
@@ -3,7 +3,7 @@
 
 pkgname=phonon-vlc
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 pkgdesc=Phonon VLC backend



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

2013-11-10 Thread Andrea Scarpino
Date: Sunday, November 10, 2013 @ 10:59:15
  Author: andrea
Revision: 199310

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

Added:
  phonon-vlc/repos/extra-i686/PKGBUILD
(from rev 199309, phonon-vlc/trunk/PKGBUILD)
  phonon-vlc/repos/extra-x86_64/PKGBUILD
(from rev 199309, phonon-vlc/trunk/PKGBUILD)
Deleted:
  phonon-vlc/repos/extra-i686/PKGBUILD
  phonon-vlc/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-10 09:59:04 UTC (rev 199309)
+++ extra-i686/PKGBUILD 2013-11-10 09:59:15 UTC (rev 199310)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=phonon-vlc
-pkgver=0.7.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc=Phonon VLC backend
-license=('LGPL')
-depends=('vlc')
-makedepends=('cmake' 'automoc4' 'phonon-qt4')
-provides=('phonon-backend')
-source=(http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/src/phonon-backend-vlc-${pkgver}.tar.xz;)
-md5sums=('1a172744eb0fd9cb0dbe0ea8b69e50f1')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../phonon-backend-vlc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: phonon-vlc/repos/extra-i686/PKGBUILD (from rev 199309, 
phonon-vlc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-10 09:59:15 UTC (rev 199310)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=phonon-vlc
+pkgver=0.7.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+pkgdesc=Phonon VLC backend
+license=('LGPL')
+depends=('vlc')
+makedepends=('cmake' 'automoc4' 'phonon-qt4')
+provides=('phonon-backend')
+source=(http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/src/phonon-backend-vlc-${pkgver}.tar.xz;)
+md5sums=('1a172744eb0fd9cb0dbe0ea8b69e50f1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../phonon-backend-vlc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-10 09:59:04 UTC (rev 199309)
+++ extra-x86_64/PKGBUILD   2013-11-10 09:59:15 UTC (rev 199310)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=phonon-vlc
-pkgver=0.7.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc=Phonon VLC backend
-license=('LGPL')
-depends=('vlc')
-makedepends=('cmake' 'automoc4' 'phonon-qt4')
-provides=('phonon-backend')
-source=(http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/src/phonon-backend-vlc-${pkgver}.tar.xz;)
-md5sums=('1a172744eb0fd9cb0dbe0ea8b69e50f1')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../phonon-backend-vlc-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: phonon-vlc/repos/extra-x86_64/PKGBUILD (from rev 199309, 
phonon-vlc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-10 09:59:15 UTC (rev 199310)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=phonon-vlc
+pkgver=0.7.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+pkgdesc=Phonon VLC backend
+license=('LGPL')
+depends=('vlc')
+makedepends=('cmake' 'automoc4' 'phonon-qt4')
+provides=('phonon-backend')
+source=(http://download.kde.org/stable/phonon/phonon-backend-vlc/${pkgver}/src/phonon-backend-vlc-${pkgver}.tar.xz;)
+md5sums=('1a172744eb0fd9cb0dbe0ea8b69e50f1')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../phonon-backend-vlc-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-11-10 Thread Andrea Scarpino
Date: Sunday, November 10, 2013 @ 11:00:15
  Author: andrea
Revision: 199311

upgpkg: phonon-gstreamer 4.7.0-2

Rebuild against phonon 4.7

Modified:
  phonon-gstreamer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 09:59:15 UTC (rev 199310)
+++ PKGBUILD2013-11-10 10:00:15 UTC (rev 199311)
@@ -3,7 +3,7 @@
 
 pkgname=phonon-gstreamer
 pkgver=4.7.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 pkgdesc=Phonon GStreamer backend



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

2013-11-10 Thread Andrea Scarpino
Date: Sunday, November 10, 2013 @ 11:00:23
  Author: andrea
Revision: 199312

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

Added:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
(from rev 199311, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install
(from rev 199311, phonon-gstreamer/trunk/phonon-gstreamer.install)
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
(from rev 199311, phonon-gstreamer/trunk/PKGBUILD)
  phonon-gstreamer/repos/extra-x86_64/phonon-gstreamer.install
(from rev 199311, phonon-gstreamer/trunk/phonon-gstreamer.install)
Deleted:
  phonon-gstreamer/repos/extra-i686/PKGBUILD
  phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install
  phonon-gstreamer/repos/extra-x86_64/PKGBUILD
  phonon-gstreamer/repos/extra-x86_64/phonon-gstreamer.install

---+
 /PKGBUILD |   70 
 /phonon-gstreamer.install |   22 ++
 extra-i686/PKGBUILD   |   35 
 extra-i686/phonon-gstreamer.install   |   11 -
 extra-x86_64/PKGBUILD |   35 
 extra-x86_64/phonon-gstreamer.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-10 10:00:15 UTC (rev 199311)
+++ extra-i686/PKGBUILD 2013-11-10 10:00:23 UTC (rev 199312)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=phonon-gstreamer
-pkgver=4.7.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc=Phonon GStreamer backend
-license=('LGPL')
-depends=('gstreamer0.10-base-plugins')
-makedepends=('cmake' 'automoc4' 'phonon-qt4')
-provides=('phonon-backend')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
-md5sums=('f00a1529d43158ce9faea516814562d3')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../phonon-backend-gstreamer-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: phonon-gstreamer/repos/extra-i686/PKGBUILD (from rev 199311, 
phonon-gstreamer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-10 10:00:23 UTC (rev 199312)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=phonon-gstreamer
+pkgver=4.7.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://phonon.kde.org/'
+pkgdesc=Phonon GStreamer backend
+license=('LGPL')
+depends=('gstreamer0.10-base-plugins')
+makedepends=('cmake' 'automoc4' 'phonon-qt4')
+provides=('phonon-backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/phonon/phonon-backend-gstreamer/${pkgver}/src/phonon-backend-gstreamer-${pkgver}.tar.xz;)
+md5sums=('f00a1529d43158ce9faea516814562d3')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../phonon-backend-gstreamer-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/phonon-gstreamer.install
===
--- extra-i686/phonon-gstreamer.install 2013-11-10 10:00:15 UTC (rev 199311)
+++ extra-i686/phonon-gstreamer.install 2013-11-10 10:00:23 UTC (rev 199312)
@@ -1,11 +0,0 @@
-post_install(){
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: phonon-gstreamer/repos/extra-i686/phonon-gstreamer.install (from rev 
199311, phonon-gstreamer/trunk/phonon-gstreamer.install)
===
--- extra-i686/phonon-gstreamer.install (rev 0)
+++ extra-i686/phonon-gstreamer.install 2013-11-10 10:00:23 UTC (rev 199312)
@@ -0,0 +1,11 @@
+post_install(){
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-10 10:00:15 UTC (rev 199311)
+++ extra-x86_64/PKGBUILD   2013-11-10 10:00:23 UTC (rev 199312)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=phonon-gstreamer
-pkgver=4.7.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://phonon.kde.org/'
-pkgdesc=Phonon GStreamer backend
-license=('LGPL')

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

2013-11-10 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 12:07:32
  Author: fyan
Revision: 100755

upgpkg: librime 1.0-1

Modified:
  librime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 05:58:32 UTC (rev 100754)
+++ PKGBUILD2013-11-10 11:07:32 UTC (rev 100755)
@@ -4,8 +4,8 @@
 # Contributor: 網軍總司令
 
 pkgname=librime
-pkgver=0.9.9
-pkgrel=3
+pkgver=1.0
+pkgrel=1
 pkgdesc=Rime input method engine
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/rimeime/;
@@ -25,4 +25,4 @@
   make DESTDIR=$pkgdir install
 }
 
-md5sums=('bd705cd3e4c7ab6e47d983b07044769f')
+sha512sums=('79f51174043e0ff524f8af090fd1d0a21301b4e5e530c772648ff59894d39135d15c53c0f4d197895c301defca2e084635eb222464dd20859ab3bdbc6ae8fb2c')



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

2013-11-10 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 12:08:31
  Author: fyan
Revision: 100756

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

Added:
  librime/repos/community-testing-i686/
  librime/repos/community-testing-i686/PKGBUILD
(from rev 100755, librime/trunk/PKGBUILD)
  librime/repos/community-testing-x86_64/
  librime/repos/community-testing-x86_64/PKGBUILD
(from rev 100755, librime/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   28 
 community-testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: librime/repos/community-testing-i686/PKGBUILD (from rev 100755, 
librime/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-10 11:08:31 UTC (rev 100756)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.0
+pkgrel=1
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/$pkgname
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('79f51174043e0ff524f8af090fd1d0a21301b4e5e530c772648ff59894d39135d15c53c0f4d197895c301defca2e084635eb222464dd20859ab3bdbc6ae8fb2c')

Copied: librime/repos/community-testing-x86_64/PKGBUILD (from rev 100755, 
librime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-11-10 11:08:31 UTC (rev 100756)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=librime
+pkgver=1.0
+pkgrel=1
+pkgdesc=Rime input method engine
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp=0.5')
+optdepends=('brise: Rime schema repository')
+makedepends=('cmake')
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/$pkgname
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('79f51174043e0ff524f8af090fd1d0a21301b4e5e530c772648ff59894d39135d15c53c0f4d197895c301defca2e084635eb222464dd20859ab3bdbc6ae8fb2c')



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

2013-11-10 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 13:11:19
  Author: fyan
Revision: 100757

upgpkg: brise 0.30-1

Modified:
  brise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 11:08:31 UTC (rev 100756)
+++ PKGBUILD2013-11-10 12:11:19 UTC (rev 100757)
@@ -3,7 +3,7 @@
 # Contributor: GONG Chen chen dot sst at gmail dot com
 
 pkgname=brise
-pkgver=0.22
+pkgver=0.30
 pkgrel=1
 pkgdesc=Rime schema repository
 arch=('i686' 'x86_64')
@@ -10,18 +10,19 @@
 url=http://code.google.com/p/rimeime/;
 license=('GPL3')
 depends=()
-makedepends=('cmake' 'librime=0.9.9')
+makedepends=('cmake' 'librime=1.0')
 provides=('librime-data')
-conflicts=('librime0.9.9' 'ibus-rime0.9.9')
+conflicts=('librime1.0' 'ibus-rime1.0')
 source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
 
 build() {
-  cd ${srcdir}/$pkgname
+  cd $pkgname
   make
 }
 
 package() {
-  cd ${srcdir}/$pkgname
+  cd $pkgname
   make DESTDIR=$pkgdir install
 }
-md5sums=('d9a55bc0b6bdd49e2622b76df43ef12f')
+
+sha512sums=('1d727e71ad9aabbbfab04e934f6a26bee75f8d277eb2a1c67a05616c36b2e029b0b3958eaf94af4263aa6fe350738c96e7c084fe4a5ecc45474a8900d4927748')



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

2013-11-10 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 13:12:18
  Author: fyan
Revision: 100758

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

Added:
  brise/repos/community-testing-i686/
  brise/repos/community-testing-i686/PKGBUILD
(from rev 100757, brise/trunk/PKGBUILD)
  brise/repos/community-testing-x86_64/
  brise/repos/community-testing-x86_64/PKGBUILD
(from rev 100757, brise/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   28 
 community-testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: brise/repos/community-testing-i686/PKGBUILD (from rev 100757, 
brise/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-10 12:12:18 UTC (rev 100758)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+
+pkgname=brise
+pkgver=0.30
+pkgrel=1
+pkgdesc=Rime schema repository
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=()
+makedepends=('cmake' 'librime=1.0')
+provides=('librime-data')
+conflicts=('librime1.0' 'ibus-rime1.0')
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('1d727e71ad9aabbbfab04e934f6a26bee75f8d277eb2a1c67a05616c36b2e029b0b3958eaf94af4263aa6fe350738c96e7c084fe4a5ecc45474a8900d4927748')

Copied: brise/repos/community-testing-x86_64/PKGBUILD (from rev 100757, 
brise/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-11-10 12:12:18 UTC (rev 100758)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+
+pkgname=brise
+pkgver=0.30
+pkgrel=1
+pkgdesc=Rime schema repository
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=()
+makedepends=('cmake' 'librime=1.0')
+provides=('librime-data')
+conflicts=('librime1.0' 'ibus-rime1.0')
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('1d727e71ad9aabbbfab04e934f6a26bee75f8d277eb2a1c67a05616c36b2e029b0b3958eaf94af4263aa6fe350738c96e7c084fe4a5ecc45474a8900d4927748')



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

2013-11-10 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 13:36:32
  Author: fyan
Revision: 100759

upgpkg: cgminer 3.8.0-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 12:12:18 UTC (rev 100758)
+++ PKGBUILD2013-11-10 12:36:32 UTC (rev 100759)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=3.7.2
+pkgver=3.8.0
 #_pkgver=3.6.6
 _pkgver=$pkgver
 pkgrel=1
@@ -13,10 +13,8 @@
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
 license=('GPL3')
 arch=('i686' 'x86_64')
-depends=('curl' 'libcl' 'libusbx' 'jansson')
-makedepends=('opencl-headers' 'git')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-# 'opencl-catalyst: OpenCL implementation for AMD') # catalyst 
currently dropped from repo
+depends=('curl' 'libusbx' 'jansson')
+makedepends=('git')
 source=(git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver;
 $pkgname.conf.d
 $pkgname.service)
@@ -62,8 +60,6 @@
 
   ./autogen.sh \
 --prefix=/usr \
---enable-scrypt \
---enable-opencl \
 --enable-bflsc \
 --enable-bitforce \
 --enable-icarus \
@@ -73,8 +69,8 @@
 --enable-bitfury \
 --enable-hashfast \
 --enable-knc \
---with-system-libusb \
---disable-adl # For license issues
+--enable-bab \
+--with-system-libusb
   
   make
 }



[arch-commits] Commit in cgminer/repos (9 files)

2013-11-10 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 13:37:29
  Author: fyan
Revision: 100761

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 100759, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 100759, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 100759, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|   94 +++
 /cgminer.conf.d  |   11 
 /cgminer.service |8 +++
 community-i686/PKGBUILD  |   98 -
 community-i686/cgminer.conf.d|   11 
 community-i686/cgminer.service   |8 ---
 community-x86_64/PKGBUILD|   98 -
 community-x86_64/cgminer.conf.d  |   11 
 community-x86_64/cgminer.service |8 ---
 9 files changed, 113 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-10 12:37:22 UTC (rev 100760)
+++ community-i686/PKGBUILD 2013-11-10 12:37:29 UTC (rev 100761)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=3.7.2
-#_pkgver=3.6.6
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl' 'libusbx' 'jansson')
-makedepends=('opencl-headers' 'git')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-# 'opencl-catalyst: OpenCL implementation for AMD') # catalyst 
currently dropped from repo
-source=(git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == x86_64 ]  makedepends+=('yasm')
-
-prepare() {
-  cd $pkgname
-  # We have latest jansson and libusb - just use them
-
-  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.5.*||' \
-  -e 
's|JANSSON_LIBS=compat/jansson-2\.5/src/\.libs/libjansson\.a|JANSSON_LIBS=-ljansson|'
 \
-  -e 's|compat/Makefile||' \
-  -i ./configure.ac
-
-  sed -e 's|^JANSSON_INCLUDES= .*||' \
-  -e 's|^USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' \
-  -e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-  -i ./Makefile.am
-
-  #sed s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'|| -i 
./configure
-  #sed 's|subdirs=$subdirs compat/libusb\-1.0||' -i ./configure
-  #sed 's|subdirs=$subdirs compat/jansson\-2.5||' -i ./configure
-  #sed 
's|LIBUSB_LIBS=compat/libusb-1.0/libusb/.libs/libusb-1.0.a|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  #sed 
's|JANSSON_LIBS=compat/jansson-2.5/src/.libs/libjansson.a|JANSSON_LIBS=-ljansson|'
 -i ./configure
-  #sed 's|compat/Makefile ||' -i ./configure
-
-  #sed 's|JANSSON_INCLUDES = .*||' -i ./Makefile.in
-  #sed 's|USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  #sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-}
-
-build() {
-  cd $pkgname
-  
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  # ./configure \
-
-  ./autogen.sh \
---prefix=/usr \
---enable-scrypt \
---enable-opencl \
---enable-bflsc \
---enable-bitforce \
---enable-icarus \
---enable-modminer \
---enable-avalon \
---enable-klondike \
---enable-bitfury \
---enable-hashfast \
---enable-knc \
---with-system-libusb \
---disable-adl # For license issues
-  
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -m755 miner.php api-example.* $pkgdir/usr/share/$pkgname
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-sha512sums=('SKIP'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-

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

2013-11-10 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 13:37:22
  Author: fyan
Revision: 100760

upgpkg: ibus-rime 1.0-1

Modified:
  ibus-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 12:36:32 UTC (rev 100759)
+++ PKGBUILD2013-11-10 12:37:22 UTC (rev 100760)
@@ -4,25 +4,25 @@
 # Contributor: 網軍總司令
 
 pkgname=ibus-rime
-pkgver=0.9.9
+pkgver=1.0
 pkgrel=1
 pkgdesc=Rime input method engine for ibus
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/rimeime/;
 license=('GPL3')
-depends=('ibus' 'libnotify' 'librime=0.9.9' 'brise')
+depends=('ibus' 'libnotify' 'librime=1.0' 'brise')
 makedepends=('cmake')
 install='ibus-rime.install'
 source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
 
 build() {
-  cd $srcdir/$pkgname
+  cd $pkgname
   make
 }
 
 package() {
-  cd $srcdir/$pkgname
+  cd $pkgname
   make DESTDIR=$pkgdir install
 }
 
-sha512sums=('b18e6f3ba6c97e3b55900d9c4cb70d58f24b202bf2ae894ca861af10ddb028c193d9ac97e609f3b4f0f183b212b74180a02e5d823f235b4c799733933a48afb7')
+sha512sums=('75ed251c62fc4772ffd05f95b599932ebed3cb7c52406daa785ef755f825b32d22e6ce3dce94fcb28a88480b696e1014578e4d2210c933bae5fb00a1b0b8e275')



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

2013-11-10 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 13:38:31
  Author: fyan
Revision: 100762

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

Added:
  ibus-rime/repos/community-testing-i686/
  ibus-rime/repos/community-testing-i686/PKGBUILD
(from rev 100761, ibus-rime/trunk/PKGBUILD)
  ibus-rime/repos/community-testing-i686/ibus-rime.install
(from rev 100761, ibus-rime/trunk/ibus-rime.install)
  ibus-rime/repos/community-testing-x86_64/
  ibus-rime/repos/community-testing-x86_64/PKGBUILD
(from rev 100761, ibus-rime/trunk/PKGBUILD)
  ibus-rime/repos/community-testing-x86_64/ibus-rime.install
(from rev 100761, ibus-rime/trunk/ibus-rime.install)

+
 community-testing-i686/PKGBUILD|   28 +++
 community-testing-i686/ibus-rime.install   |3 ++
 community-testing-x86_64/PKGBUILD  |   28 +++
 community-testing-x86_64/ibus-rime.install |3 ++
 4 files changed, 62 insertions(+)

Copied: ibus-rime/repos/community-testing-i686/PKGBUILD (from rev 100761, 
ibus-rime/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-10 12:38:31 UTC (rev 100762)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=ibus-rime
+pkgver=1.0
+pkgrel=1
+pkgdesc=Rime input method engine for ibus
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('ibus' 'libnotify' 'librime=1.0' 'brise')
+makedepends=('cmake')
+install='ibus-rime.install'
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('75ed251c62fc4772ffd05f95b599932ebed3cb7c52406daa785ef755f825b32d22e6ce3dce94fcb28a88480b696e1014578e4d2210c933bae5fb00a1b0b8e275')

Copied: ibus-rime/repos/community-testing-i686/ibus-rime.install (from rev 
100761, ibus-rime/trunk/ibus-rime.install)
===
--- community-testing-i686/ibus-rime.install(rev 0)
+++ community-testing-i686/ibus-rime.install2013-11-10 12:38:31 UTC (rev 
100762)
@@ -0,0 +1,3 @@
+pre_upgrade() {
+  rm -f /usr/share/ibus-rime/*.bin
+}

Copied: ibus-rime/repos/community-testing-x86_64/PKGBUILD (from rev 100761, 
ibus-rime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-11-10 12:38:31 UTC (rev 100762)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: GONG Chen chen dot sst at gmail dot com
+# Contributor: 網軍總司令
+
+pkgname=ibus-rime
+pkgver=1.0
+pkgrel=1
+pkgdesc=Rime input method engine for ibus
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/rimeime/;
+license=('GPL3')
+depends=('ibus' 'libnotify' 'librime=1.0' 'brise')
+makedepends=('cmake')
+install='ibus-rime.install'
+source=(http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz;)
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('75ed251c62fc4772ffd05f95b599932ebed3cb7c52406daa785ef755f825b32d22e6ce3dce94fcb28a88480b696e1014578e4d2210c933bae5fb00a1b0b8e275')

Copied: ibus-rime/repos/community-testing-x86_64/ibus-rime.install (from rev 
100761, ibus-rime/trunk/ibus-rime.install)
===
--- community-testing-x86_64/ibus-rime.install  (rev 0)
+++ community-testing-x86_64/ibus-rime.install  2013-11-10 12:38:31 UTC (rev 
100762)
@@ -0,0 +1,3 @@
+pre_upgrade() {
+  rm -f /usr/share/ibus-rime/*.bin
+}



[arch-commits] Commit in cgminer/repos (9 files)

2013-11-10 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 13:40:01
  Author: fyan
Revision: 100763

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 100762, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 100762, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 100762, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 100762, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 100762, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 100762, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service

--+
 /PKGBUILD|   94 +
 /cgminer.conf.d  |   11 
 /cgminer.service |8 +++
 community-i686/PKGBUILD  |   94 -
 community-i686/cgminer.conf.d|   11 
 community-i686/cgminer.service   |8 ---
 community-x86_64/PKGBUILD|   94 +
 community-x86_64/cgminer.conf.d  |   11 
 community-x86_64/cgminer.service |8 +++
 9 files changed, 226 insertions(+), 113 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-10 12:38:31 UTC (rev 100762)
+++ community-i686/PKGBUILD 2013-11-10 12:40:01 UTC (rev 100763)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=3.8.0
-#_pkgver=3.6.6
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libusbx' 'jansson')
-makedepends=('git')
-source=(git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == x86_64 ]  makedepends+=('yasm')
-
-prepare() {
-  cd $pkgname
-  # We have latest jansson and libusb - just use them
-
-  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.5.*||' \
-  -e 
's|JANSSON_LIBS=compat/jansson-2\.5/src/\.libs/libjansson\.a|JANSSON_LIBS=-ljansson|'
 \
-  -e 's|compat/Makefile||' \
-  -i ./configure.ac
-
-  sed -e 's|^JANSSON_INCLUDES= .*||' \
-  -e 's|^USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' \
-  -e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-  -i ./Makefile.am
-
-  #sed s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'|| -i 
./configure
-  #sed 's|subdirs=$subdirs compat/libusb\-1.0||' -i ./configure
-  #sed 's|subdirs=$subdirs compat/jansson\-2.5||' -i ./configure
-  #sed 
's|LIBUSB_LIBS=compat/libusb-1.0/libusb/.libs/libusb-1.0.a|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  #sed 
's|JANSSON_LIBS=compat/jansson-2.5/src/.libs/libjansson.a|JANSSON_LIBS=-ljansson|'
 -i ./configure
-  #sed 's|compat/Makefile ||' -i ./configure
-
-  #sed 's|JANSSON_INCLUDES = .*||' -i ./Makefile.in
-  #sed 's|USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  #sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-}
-
-build() {
-  cd $pkgname
-  
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  # ./configure \
-
-  ./autogen.sh \
---prefix=/usr \
---enable-bflsc \
---enable-bitforce \
---enable-icarus \
---enable-modminer \
---enable-avalon \
---enable-klondike \
---enable-bitfury \
---enable-hashfast \
---enable-knc \
---enable-bab \
---with-system-libusb
-  
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -m755 miner.php api-example.* $pkgdir/usr/share/$pkgname
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-sha512sums=('SKIP'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Copied: 

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

2013-11-10 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 13:46:33
  Author: fyan
Revision: 100764

upgpkg: fcitx-rime 0.3.0-1

Modified:
  fcitx-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 12:40:01 UTC (rev 100763)
+++ PKGBUILD2013-11-10 12:46:33 UTC (rev 100764)
@@ -3,30 +3,27 @@
 # Contributor: lh jason5...@gmail.com
 
 pkgname=fcitx-rime
-pkgver=0.2.2
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='Fcitx Wrapper for librime'
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/fcitx;
 license=('GPL')
-depends=('fcitx=4.2.8.1' librime brise)
+depends=('fcitx' librime brise)
 makedepends=('cmake')
 install=fcitx-rime.install
 source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  mkdir -p build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver/build
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }
 
-sha512sums=('4497cfdf38e6fd85e358b0c8b52efa21b54a8c46cf5f6a640ca1c1f91a30df2a2033f46eec2d123bfadf9c8c58e4b8f6ec96b1564d32b2b8157261ca14a2855b')
+sha512sums=('cf6f2ccaa8872c2b68fd719972662f36a09dcf27a8bea519bf0d9fdd6794e332a4e00dd0c1f2f18c503e76b658326fd56395a6bb23d782a8867ec95fb851cfc5')



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

2013-11-10 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 13:47:29
  Author: fyan
Revision: 100765

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

Added:
  fcitx-rime/repos/community-testing-i686/
  fcitx-rime/repos/community-testing-i686/PKGBUILD
(from rev 100764, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-testing-i686/fcitx-rime.install
(from rev 100764, fcitx-rime/trunk/fcitx-rime.install)
  fcitx-rime/repos/community-testing-x86_64/
  fcitx-rime/repos/community-testing-x86_64/PKGBUILD
(from rev 100764, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-testing-x86_64/fcitx-rime.install
(from rev 100764, fcitx-rime/trunk/fcitx-rime.install)

-+
 community-testing-i686/PKGBUILD |   29 ++
 community-testing-i686/fcitx-rime.install   |   11 +
 community-testing-x86_64/PKGBUILD   |   29 ++
 community-testing-x86_64/fcitx-rime.install |   11 +
 4 files changed, 80 insertions(+)

Copied: fcitx-rime/repos/community-testing-i686/PKGBUILD (from rev 100764, 
fcitx-rime/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-10 12:47:29 UTC (rev 100765)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lh jason5...@gmail.com
+
+pkgname=fcitx-rime
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx' librime brise)
+makedepends=('cmake')
+install=fcitx-rime.install
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('cf6f2ccaa8872c2b68fd719972662f36a09dcf27a8bea519bf0d9fdd6794e332a4e00dd0c1f2f18c503e76b658326fd56395a6bb23d782a8867ec95fb851cfc5')

Copied: fcitx-rime/repos/community-testing-i686/fcitx-rime.install (from rev 
100764, fcitx-rime/trunk/fcitx-rime.install)
===
--- community-testing-i686/fcitx-rime.install   (rev 0)
+++ community-testing-i686/fcitx-rime.install   2013-11-10 12:47:29 UTC (rev 
100765)
@@ -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
+}

Copied: fcitx-rime/repos/community-testing-x86_64/PKGBUILD (from rev 100764, 
fcitx-rime/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-11-10 12:47:29 UTC (rev 100765)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lh jason5...@gmail.com
+
+pkgname=fcitx-rime
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx' librime brise)
+makedepends=('cmake')
+install=fcitx-rime.install
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('cf6f2ccaa8872c2b68fd719972662f36a09dcf27a8bea519bf0d9fdd6794e332a4e00dd0c1f2f18c503e76b658326fd56395a6bb23d782a8867ec95fb851cfc5')

Copied: fcitx-rime/repos/community-testing-x86_64/fcitx-rime.install (from rev 
100764, fcitx-rime/trunk/fcitx-rime.install)
===
--- community-testing-x86_64/fcitx-rime.install (rev 0)
+++ community-testing-x86_64/fcitx-rime.install 2013-11-10 12:47:29 UTC (rev 
100765)
@@ -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
+}



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

2013-11-10 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 14:28:22
  Author: fyan
Revision: 100766

upgpkg: fcitx-rime 0.3.0-2

Modified:
  fcitx-rime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 12:47:29 UTC (rev 100765)
+++ PKGBUILD2013-11-10 13:28:22 UTC (rev 100766)
@@ -4,7 +4,7 @@
 
 pkgname=fcitx-rime
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Fcitx Wrapper for librime'
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/fcitx;
@@ -26,4 +26,4 @@
   make DESTDIR=$pkgdir install
 }
 
-sha512sums=('cf6f2ccaa8872c2b68fd719972662f36a09dcf27a8bea519bf0d9fdd6794e332a4e00dd0c1f2f18c503e76b658326fd56395a6bb23d782a8867ec95fb851cfc5')
+sha512sums=('8dbb8fddf4d372d4af9707d2f1bbdb7c15eb29602ad5de8f0cec5dfca81074087fb2873980afd8cdd09f78316620b086708761d91b820b714539a5100bc156a8')



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

2013-11-10 Thread Felix Yan
Date: Sunday, November 10, 2013 @ 14:29:38
  Author: fyan
Revision: 100767

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

Added:
  fcitx-rime/repos/community-testing-i686/PKGBUILD
(from rev 100766, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-testing-i686/fcitx-rime.install
(from rev 100766, fcitx-rime/trunk/fcitx-rime.install)
  fcitx-rime/repos/community-testing-x86_64/PKGBUILD
(from rev 100766, fcitx-rime/trunk/PKGBUILD)
  fcitx-rime/repos/community-testing-x86_64/fcitx-rime.install
(from rev 100766, fcitx-rime/trunk/fcitx-rime.install)
Deleted:
  fcitx-rime/repos/community-testing-i686/PKGBUILD
  fcitx-rime/repos/community-testing-i686/fcitx-rime.install
  fcitx-rime/repos/community-testing-x86_64/PKGBUILD
  fcitx-rime/repos/community-testing-x86_64/fcitx-rime.install

-+
 /PKGBUILD   |   58 ++
 /fcitx-rime.install |   22 +
 community-testing-i686/PKGBUILD |   29 -
 community-testing-i686/fcitx-rime.install   |   11 
 community-testing-x86_64/PKGBUILD   |   29 -
 community-testing-x86_64/fcitx-rime.install |   11 
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-11-10 13:28:22 UTC (rev 100766)
+++ community-testing-i686/PKGBUILD 2013-11-10 13:29:38 UTC (rev 100767)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx' librime brise)
-makedepends=('cmake')
-install=fcitx-rime.install
-source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-sha512sums=('cf6f2ccaa8872c2b68fd719972662f36a09dcf27a8bea519bf0d9fdd6794e332a4e00dd0c1f2f18c503e76b658326fd56395a6bb23d782a8867ec95fb851cfc5')

Copied: fcitx-rime/repos/community-testing-i686/PKGBUILD (from rev 100766, 
fcitx-rime/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-10 13:29:38 UTC (rev 100767)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: lh jason5...@gmail.com
+
+pkgname=fcitx-rime
+pkgver=0.3.0
+pkgrel=2
+pkgdesc='Fcitx Wrapper for librime'
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/fcitx;
+license=('GPL')
+depends=('fcitx' librime brise)
+makedepends=('cmake')
+install=fcitx-rime.install
+source=(http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz;)
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+sha512sums=('8dbb8fddf4d372d4af9707d2f1bbdb7c15eb29602ad5de8f0cec5dfca81074087fb2873980afd8cdd09f78316620b086708761d91b820b714539a5100bc156a8')

Deleted: community-testing-i686/fcitx-rime.install
===
--- community-testing-i686/fcitx-rime.install   2013-11-10 13:28:22 UTC (rev 
100766)
+++ community-testing-i686/fcitx-rime.install   2013-11-10 13:29:38 UTC (rev 
100767)
@@ -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: fcitx-rime/repos/community-testing-i686/fcitx-rime.install (from rev 
100766, fcitx-rime/trunk/fcitx-rime.install)
===
--- community-testing-i686/fcitx-rime.install   (rev 0)
+++ community-testing-i686/fcitx-rime.install   2013-11-10 13:29:38 UTC (rev 
100767)
@@ -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-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2013-11-10 13:28:22 UTC (rev 100766)
+++ community-testing-x86_64/PKGBUILD   2013-11-10 13:29:38 UTC (rev 100767)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: lh jason5...@gmail.com
-
-pkgname=fcitx-rime
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='Fcitx Wrapper for librime'
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/fcitx;
-license=('GPL')
-depends=('fcitx' librime brise)
-makedepends=('cmake')

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

2013-11-10 Thread Alexander Rødseth
Date: Sunday, November 10, 2013 @ 14:31:38
  Author: arodseth
Revision: 100768

upgpkg: grails 2.3.2-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 13:29:38 UTC (rev 100767)
+++ PKGBUILD2013-11-10 13:31:38 UTC (rev 100768)
@@ -3,7 +3,7 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=2.3.1
+pkgver=2.3.2
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 arch=('any')
@@ -17,8 +17,8 @@
 
source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip;
 
http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip;
 $pkgbase.sh)
-sha256sums=('d37fa632a11ce0dfb0c9cadefebf1631911fde226885964c6cb5b87ab7f6c30f'
-'9fbaf89879176e12fa74fbdbb604c7e94e8736c8821f5b72a82f3636b8f8d308'
+sha256sums=('c4cd9b0465b184e0f6fc06b4dfe89f87c4bec53072815c60074d9c4e39c70fe1'
+'c038c82265084004e6278e10b446b262cdf0b481383df8e4ff71975671d0fc9f'
 '5b9b76115640a31c728fb6951a1ee9ed0c7da7bbb558e0f1fe22f383c05633f0')
 
 prepare() {



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

2013-11-10 Thread Alexander Rødseth
Date: Sunday, November 10, 2013 @ 14:31:47
  Author: arodseth
Revision: 100769

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 100768, grails/trunk/PKGBUILD)
  grails/repos/community-any/grails.sh
(from rev 100768, grails/trunk/grails.sh)
Deleted:
  grails/repos/community-any/PKGBUILD
  grails/repos/community-any/grails.sh

---+
 PKGBUILD  |  136 ++--
 grails.sh |   14 +++---
 2 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-10 13:31:38 UTC (rev 100768)
+++ PKGBUILD2013-11-10 13:31:47 UTC (rev 100769)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-arch=('any')
-url='http://grails.org/'
-license=('APACHE')
-makedepends=('setconf' 'apache-ant' 'unzip')
-optdepends=('groovy: the groovy programming language'
-'grails-docs: documentation for grails')
-options=('!emptydirs')
-noextract=(${pkgname[1]}-$pkgver.zip)
-source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip;
-
http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip;
-$pkgbase.sh)
-sha256sums=('d37fa632a11ce0dfb0c9cadefebf1631911fde226885964c6cb5b87ab7f6c30f'
-'9fbaf89879176e12fa74fbdbb604c7e94e8736c8821f5b72a82f3636b8f8d308'
-'5b9b76115640a31c728fb6951a1ee9ed0c7da7bbb558e0f1fe22f383c05633f0')
-
-prepare() {
-  cd ${pkgname[0]}-$pkgver
-
-  # configure paths
-  setconf bin/grails DIRNAME /usr/share/grails
-  setconf bin/grails-debug DIRNAME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash' 'sh')
-  cd $pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/share/pixmaps/
-  cp -r $srcdir/$pkgname-$pkgver $pkgdir/usr/share/$pkgname
-
-  # wrapper scripts
-  install -Dm755 bin/startGrails \
-$pkgdir/usr/share/$pkgname/startGrails
-  install -Dm755 ../$pkgname.sh \
-$pkgdir/usr/bin/$pkgname
-  install -Dm755 ../$pkgname.sh \
-$pkgdir/usr/share/$pkgname/bin/$pkgname
-
-  # icons
-  cp media/icons/*.png $pkgdir/usr/share/pixmaps/
-  
-  # profile.d script
-  echo 'export GRAILS_HOME=/usr/share/grails'  $pkgname.sh
-  install -Dm755 $pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
-
-  # clean up
-  cd $pkgdir/usr/share/$pkgname
-  rm -rf doc INSTALL LICENSE README
-  find $pkgdir/usr/share -name *.bat -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-
-  install -d $pkgdir/usr/share/doc $pkgdir/usr/share/grails
-  unzip grails-docs-$pkgver.zip -d $pkgdir/usr/share/doc/grails-$pkgver
-  ln -s /usr/share/doc/grails-$pkgver $pkgdir/usr/share/grails/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 100768, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-10 13:31:47 UTC (rev 100769)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+arch=('any')
+url='http://grails.org/'
+license=('APACHE')
+makedepends=('setconf' 'apache-ant' 'unzip')
+optdepends=('groovy: the groovy programming language'
+'grails-docs: documentation for grails')
+options=('!emptydirs')
+noextract=(${pkgname[1]}-$pkgver.zip)
+source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip;
+
http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip;
+$pkgbase.sh)
+sha256sums=('c4cd9b0465b184e0f6fc06b4dfe89f87c4bec53072815c60074d9c4e39c70fe1'
+'c038c82265084004e6278e10b446b262cdf0b481383df8e4ff71975671d0fc9f'
+'5b9b76115640a31c728fb6951a1ee9ed0c7da7bbb558e0f1fe22f383c05633f0')
+
+prepare() {
+  cd ${pkgname[0]}-$pkgver
+
+  # configure paths
+  setconf bin/grails DIRNAME /usr/share/grails
+  setconf bin/grails-debug DIRNAME /usr/share/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash' 'sh')
+  cd $pkgname-$pkgver
+
+  mkdir -p $pkgdir/usr/share/pixmaps/
+  cp -r $srcdir/$pkgname-$pkgver $pkgdir/usr/share/$pkgname
+
+  # wrapper scripts
+  install -Dm755 bin/startGrails \
+$pkgdir/usr/share/$pkgname/startGrails
+  install -Dm755 ../$pkgname.sh \
+$pkgdir/usr/bin/$pkgname
+  install -Dm755 ../$pkgname.sh \
+$pkgdir/usr/share/$pkgname/bin/$pkgname
+
+  # icons
+  cp media/icons/*.png $pkgdir/usr/share/pixmaps/
+  
+  # profile.d script
+  echo 'export GRAILS_HOME=/usr/share/grails'  $pkgname.sh
+  install -Dm755 $pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
+
+  # clean up

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

2013-11-10 Thread Kyle Keen
Date: Sunday, November 10, 2013 @ 16:31:32
  Author: kkeen
Revision: 100770

upgpkg: libuhd 3.5.4-3

Modified:
  libuhd/trunk/PKGBUILD
Deleted:
  libuhd/trunk/libuhd.install

+
 PKGBUILD   |3 +--
 libuhd.install |7 ---
 2 files changed, 1 insertion(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 13:31:47 UTC (rev 100769)
+++ PKGBUILD2013-11-10 15:31:32 UTC (rev 100770)
@@ -5,7 +5,7 @@
 pkgname=libuhd
 pkgver=3.5.4
 _verstring=003_005_004
-pkgrel=2
+pkgrel=3
 pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
 arch=('x86_64' 'i686')
 url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
@@ -12,7 +12,6 @@
 license=('GPL')
 depends=('boost-libs' 'orc' 'libusbx')
 makedepends=('cmake' 'boost' 'python2-cheetah')
-install='libuhd.install'
 
 
source=(libuhd-$pkgver.tar.gz::https://codeload.github.com/EttusResearch/uhd/tar.gz/release_$_verstring;)
 md5sums=('e90c95483a52b75cacc85f4fb0ef63ed')

Deleted: libuhd.install
===
--- libuhd.install  2013-11-10 13:31:47 UTC (rev 100769)
+++ libuhd.install  2013-11-10 15:31:32 UTC (rev 100770)
@@ -1,7 +0,0 @@
-post_install() {
-   ldconfig
-}
-
-post_upgrade() {
-   ldconfig
-}



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

2013-11-10 Thread Kyle Keen
Date: Sunday, November 10, 2013 @ 16:32:25
  Author: kkeen
Revision: 100771

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

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

-+
 /PKGBUILD   |   88 ++
 community-i686/PKGBUILD |   45 ---
 community-i686/libuhd.install   |7 ---
 community-x86_64/PKGBUILD   |   45 ---
 community-x86_64/libuhd.install |7 ---
 5 files changed, 88 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-10 15:31:32 UTC (rev 100770)
+++ community-i686/PKGBUILD 2013-11-10 15:32:25 UTC (rev 100771)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-
-pkgname=libuhd
-pkgver=3.5.4
-_verstring=003_005_004
-pkgrel=2
-pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
-arch=('x86_64' 'i686')
-url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
-license=('GPL')
-depends=('boost-libs' 'orc' 'libusbx')
-makedepends=('cmake' 'boost' 'python2-cheetah')
-install='libuhd.install'
-
-source=(libuhd-$pkgver.tar.gz::https://codeload.github.com/EttusResearch/uhd/tar.gz/release_$_verstring;)
-md5sums=('e90c95483a52b75cacc85f4fb0ef63ed')
-
-build() {
-  cd $srcdir/uhd-release_$_verstring/host
-  # fix for py2
-  find -name *.py | xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env 
python2|
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
-   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-   -DENABLE_EXAMPLES=OFF \
-   -DENABLE_UTILS=ON \
-   -DENABLE_TESTS=OFF \
-   -DENABLE_E100=ON
-  # e100 is disabled by default for now, check that on future releases
-  make
-}
-
-check() {
-  cd $srcdir/uhd-release_$_verstring/host/build
-  make test
-}
-
-package() {
-  cd $srcdir/uhd-release_$_verstring/host/build
-  make DESTDIR=$pkgdir install
-  install -Dm644 $pkgdir/usr/share/uhd/utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
-} 

Copied: libuhd/repos/community-i686/PKGBUILD (from rev 100770, 
libuhd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-10 15:32:25 UTC (rev 100771)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Dominik Heidler dheid...@gmail.com
+
+pkgname=libuhd
+pkgver=3.5.4
+_verstring=003_005_004
+pkgrel=3
+pkgdesc=Universal Software Radio Peripheral (USRP) userspace driver
+arch=('x86_64' 'i686')
+url=http://code.ettus.com/redmine/ettus/projects/uhd/wiki;
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+makedepends=('cmake' 'boost' 'python2-cheetah')
+
+source=(libuhd-$pkgver.tar.gz::https://codeload.github.com/EttusResearch/uhd/tar.gz/release_$_verstring;)
+md5sums=('e90c95483a52b75cacc85f4fb0ef63ed')
+
+build() {
+  cd $srcdir/uhd-release_$_verstring/host
+  # fix for py2
+  find -name *.py | xargs sed -i s|#!/usr/bin/env python$|#!/usr/bin/env 
python2|
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+   -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+   -DENABLE_EXAMPLES=OFF \
+   -DENABLE_UTILS=ON \
+   -DENABLE_TESTS=OFF \
+   -DENABLE_E100=ON
+  # e100 is disabled by default for now, check that on future releases
+  make
+}
+
+check() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make test
+}
+
+package() {
+  cd $srcdir/uhd-release_$_verstring/host/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 $pkgdir/usr/share/uhd/utils/uhd-usrp.rules 
$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules
+} 

Deleted: community-i686/libuhd.install
===
--- community-i686/libuhd.install   2013-11-10 15:31:32 UTC (rev 100770)
+++ community-i686/libuhd.install   2013-11-10 15:32:25 UTC (rev 100771)
@@ -1,7 +0,0 @@
-post_install() {
-   ldconfig
-}
-
-post_upgrade() {
-   ldconfig
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-10 15:31:32 UTC (rev 100770)
+++ community-x86_64/PKGBUILD   2013-11-10 15:32:25 UTC (rev 100771)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Dominik Heidler dheid...@gmail.com
-
-pkgname=libuhd
-pkgver=3.5.4
-_verstring=003_005_004
-pkgrel=2
-pkgdesc=Universal 

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

2013-11-10 Thread Михаил Страшун
Date: Sunday, November 10, 2013 @ 16:38:22
  Author: dicebot
Revision: 100772

Initial release of dstep tool (C-D binding generator)

Added:
  dstep/
  dstep/repos/
  dstep/trunk/
  dstep/trunk/PKGBUILD

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

Added: dstep/trunk/PKGBUILD
===
--- dstep/trunk/PKGBUILD(rev 0)
+++ dstep/trunk/PKGBUILD2013-11-10 15:38:22 UTC (rev 100772)
@@ -0,0 +1,40 @@
+# Maintainer: Dicebot pub...@dicebot.lv
+pkgname=dstep-git
+pkgver=0.1.0
+pkgrel=1
+pkgdesc=Automatic C header to D module translator
+arch=('i686' 'x86_64')
+groups=('dlang')
+url=https://github.com/jacob-carlborg/dstep;
+license=('custom')
+depends=('clang')
+makedepends=('git' 'dmd' 'dtools')
+
+source=(
+git+https://github.com/jacob-carlborg/dstep.git#tag=v$pkgver;
+tango::git+https://github.com/SiegeLord/Tango-D2.git;
+http://www.boost.org/LICENSE_1_0.txt;
+)
+sha1sums=(
+'SKIP'
+'SKIP'
+'3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
+)
+
+build ()
+{
+cd $srcdir/tango
+ARCH=$CARCH make -f build/Makefile
+
+cd $srcdir/dstep
+git submodule update --init --recursive
+rdmd --build-only -debug -gc -ofbin/dstep -Idstack/mambo -Idstack 
-I$srcdir/tango -L-L$srcdir/tango -I/usr/include/dlang -L-lclang -L-ltango-dmd 
dstep/driver/DStep.d
+}
+
+package ()
+{
+mkdir -p $pkgdir/usr/bin
+install -m755 $srcdir/dstep/bin/dstep $pkgdir/usr/bin/dstep
+mkdir -p $pkgdir/usr/share/licenses/$pkgname
+install -m644 $srcdir/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}


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


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

2013-11-10 Thread Михаил Страшун
Date: Sunday, November 10, 2013 @ 16:47:05
  Author: dicebot
Revision: 100774

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

Added:
  dstep/repos/community-i686/
  dstep/repos/community-i686/PKGBUILD
(from rev 100773, dstep/trunk/PKGBUILD)
  dstep/repos/community-x86_64/
  dstep/repos/community-x86_64/PKGBUILD
(from rev 100773, dstep/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   39 +++
 community-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: dstep/repos/community-i686/PKGBUILD (from rev 100773, 
dstep/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-10 15:47:05 UTC (rev 100774)
@@ -0,0 +1,39 @@
+# Maintainer: Dicebot pub...@dicebot.lv
+pkgname=dstep-git
+pkgver=0.1.0
+pkgrel=1
+pkgdesc=Automatic C header to D module translator
+arch=('i686' 'x86_64')
+groups=('dlang')
+url=https://github.com/jacob-carlborg/dstep;
+license=('custom')
+depends=('clang')
+makedepends=('git' 'dmd' 'libphobos-devel' 'dtools')
+source=(
+git+https://github.com/jacob-carlborg/dstep.git#tag=v$pkgver;
+tango::git+https://github.com/SiegeLord/Tango-D2.git;
+http://www.boost.org/LICENSE_1_0.txt;
+)
+sha1sums=(
+'SKIP'
+'SKIP'
+'3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
+)
+
+build ()
+{
+cd $srcdir/tango
+ARCH=$CARCH make -f build/Makefile
+
+cd $srcdir/dstep
+git submodule update --init --recursive
+rdmd --build-only -debug -gc -ofbin/dstep -Idstack/mambo -Idstack 
-I$srcdir/tango -L-L$srcdir/tango -I/usr/include/dlang -L-lclang -L-ltango-dmd 
dstep/driver/DStep.d
+}
+
+package ()
+{
+mkdir -p $pkgdir/usr/bin
+install -m755 $srcdir/dstep/bin/dstep $pkgdir/usr/bin/dstep
+mkdir -p $pkgdir/usr/share/licenses/$pkgname
+install -m644 $srcdir/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}

Copied: dstep/repos/community-x86_64/PKGBUILD (from rev 100773, 
dstep/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-10 15:47:05 UTC (rev 100774)
@@ -0,0 +1,39 @@
+# Maintainer: Dicebot pub...@dicebot.lv
+pkgname=dstep-git
+pkgver=0.1.0
+pkgrel=1
+pkgdesc=Automatic C header to D module translator
+arch=('i686' 'x86_64')
+groups=('dlang')
+url=https://github.com/jacob-carlborg/dstep;
+license=('custom')
+depends=('clang')
+makedepends=('git' 'dmd' 'libphobos-devel' 'dtools')
+source=(
+git+https://github.com/jacob-carlborg/dstep.git#tag=v$pkgver;
+tango::git+https://github.com/SiegeLord/Tango-D2.git;
+http://www.boost.org/LICENSE_1_0.txt;
+)
+sha1sums=(
+'SKIP'
+'SKIP'
+'3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
+)
+
+build ()
+{
+cd $srcdir/tango
+ARCH=$CARCH make -f build/Makefile
+
+cd $srcdir/dstep
+git submodule update --init --recursive
+rdmd --build-only -debug -gc -ofbin/dstep -Idstack/mambo -Idstack 
-I$srcdir/tango -L-L$srcdir/tango -I/usr/include/dlang -L-lclang -L-ltango-dmd 
dstep/driver/DStep.d
+}
+
+package ()
+{
+mkdir -p $pkgdir/usr/bin
+install -m755 $srcdir/dstep/bin/dstep $pkgdir/usr/bin/dstep
+mkdir -p $pkgdir/usr/share/licenses/$pkgname
+install -m644 $srcdir/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}



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

2013-11-10 Thread Михаил Страшун
Date: Sunday, November 10, 2013 @ 16:46:51
  Author: dicebot
Revision: 100773

upgpkg: dstep-git 0.1.0-1

dstep initial relase (0.1.0)

Modified:
  dstep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 15:38:22 UTC (rev 100772)
+++ PKGBUILD2013-11-10 15:46:51 UTC (rev 100773)
@@ -8,8 +8,7 @@
 url=https://github.com/jacob-carlborg/dstep;
 license=('custom')
 depends=('clang')
-makedepends=('git' 'dmd' 'dtools')
-
+makedepends=('git' 'dmd' 'libphobos-devel' 'dtools')
 source=(
 git+https://github.com/jacob-carlborg/dstep.git#tag=v$pkgver;
 tango::git+https://github.com/SiegeLord/Tango-D2.git;



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

2013-11-10 Thread Михаил Страшун
Date: Sunday, November 10, 2013 @ 16:55:05
  Author: dicebot
Revision: 100775

upgpkg: dstep 0.1.0-1

dstep initial relase (0.1.0)

Modified:
  dstep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 15:47:05 UTC (rev 100774)
+++ PKGBUILD2013-11-10 15:55:05 UTC (rev 100775)
@@ -1,5 +1,5 @@
 # Maintainer: Dicebot pub...@dicebot.lv
-pkgname=dstep-git
+pkgname=dstep
 pkgver=0.1.0
 pkgrel=1
 pkgdesc=Automatic C header to D module translator



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

2013-11-10 Thread Михаил Страшун
Date: Sunday, November 10, 2013 @ 16:55:28
  Author: dicebot
Revision: 100776

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-10 15:55:05 UTC (rev 100775)
+++ community-i686/PKGBUILD 2013-11-10 15:55:28 UTC (rev 100776)
@@ -1,39 +0,0 @@
-# Maintainer: Dicebot pub...@dicebot.lv
-pkgname=dstep-git
-pkgver=0.1.0
-pkgrel=1
-pkgdesc=Automatic C header to D module translator
-arch=('i686' 'x86_64')
-groups=('dlang')
-url=https://github.com/jacob-carlborg/dstep;
-license=('custom')
-depends=('clang')
-makedepends=('git' 'dmd' 'libphobos-devel' 'dtools')
-source=(
-git+https://github.com/jacob-carlborg/dstep.git#tag=v$pkgver;
-tango::git+https://github.com/SiegeLord/Tango-D2.git;
-http://www.boost.org/LICENSE_1_0.txt;
-)
-sha1sums=(
-'SKIP'
-'SKIP'
-'3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
-)
-
-build ()
-{
-cd $srcdir/tango
-ARCH=$CARCH make -f build/Makefile
-
-cd $srcdir/dstep
-git submodule update --init --recursive
-rdmd --build-only -debug -gc -ofbin/dstep -Idstack/mambo -Idstack 
-I$srcdir/tango -L-L$srcdir/tango -I/usr/include/dlang -L-lclang -L-ltango-dmd 
dstep/driver/DStep.d
-}
-
-package ()
-{
-mkdir -p $pkgdir/usr/bin
-install -m755 $srcdir/dstep/bin/dstep $pkgdir/usr/bin/dstep
-mkdir -p $pkgdir/usr/share/licenses/$pkgname
-install -m644 $srcdir/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: dstep/repos/community-i686/PKGBUILD (from rev 100775, 
dstep/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-10 15:55:28 UTC (rev 100776)
@@ -0,0 +1,39 @@
+# Maintainer: Dicebot pub...@dicebot.lv
+pkgname=dstep
+pkgver=0.1.0
+pkgrel=1
+pkgdesc=Automatic C header to D module translator
+arch=('i686' 'x86_64')
+groups=('dlang')
+url=https://github.com/jacob-carlborg/dstep;
+license=('custom')
+depends=('clang')
+makedepends=('git' 'dmd' 'libphobos-devel' 'dtools')
+source=(
+git+https://github.com/jacob-carlborg/dstep.git#tag=v$pkgver;
+tango::git+https://github.com/SiegeLord/Tango-D2.git;
+http://www.boost.org/LICENSE_1_0.txt;
+)
+sha1sums=(
+'SKIP'
+'SKIP'
+'3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
+)
+
+build ()
+{
+cd $srcdir/tango
+ARCH=$CARCH make -f build/Makefile
+
+cd $srcdir/dstep
+git submodule update --init --recursive
+rdmd --build-only -debug -gc -ofbin/dstep -Idstack/mambo -Idstack 
-I$srcdir/tango -L-L$srcdir/tango -I/usr/include/dlang -L-lclang -L-ltango-dmd 
dstep/driver/DStep.d
+}
+
+package ()
+{
+mkdir -p $pkgdir/usr/bin
+install -m755 $srcdir/dstep/bin/dstep $pkgdir/usr/bin/dstep
+mkdir -p $pkgdir/usr/share/licenses/$pkgname
+install -m644 $srcdir/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-10 15:55:05 UTC (rev 100775)
+++ community-x86_64/PKGBUILD   2013-11-10 15:55:28 UTC (rev 100776)
@@ -1,39 +0,0 @@
-# Maintainer: Dicebot pub...@dicebot.lv
-pkgname=dstep-git
-pkgver=0.1.0
-pkgrel=1
-pkgdesc=Automatic C header to D module translator
-arch=('i686' 'x86_64')
-groups=('dlang')
-url=https://github.com/jacob-carlborg/dstep;
-license=('custom')
-depends=('clang')
-makedepends=('git' 'dmd' 'libphobos-devel' 'dtools')
-source=(
-git+https://github.com/jacob-carlborg/dstep.git#tag=v$pkgver;
-tango::git+https://github.com/SiegeLord/Tango-D2.git;
-http://www.boost.org/LICENSE_1_0.txt;
-)
-sha1sums=(
-'SKIP'
-'SKIP'
-'3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
-)
-
-build ()
-{
-cd $srcdir/tango
-ARCH=$CARCH make -f build/Makefile
-
-cd $srcdir/dstep
-git submodule update --init --recursive
-rdmd --build-only -debug -gc -ofbin/dstep -Idstack/mambo -Idstack 
-I$srcdir/tango -L-L$srcdir/tango -I/usr/include/dlang -L-lclang -L-ltango-dmd 
dstep/driver/DStep.d
-}
-
-package ()
-{
-mkdir -p $pkgdir/usr/bin
-install -m755 $srcdir/dstep/bin/dstep $pkgdir/usr/bin/dstep
-mkdir -p $pkgdir/usr/share/licenses/$pkgname
-install -m644 $srcdir/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: 

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

2013-11-10 Thread Михаил Страшун
Date: Sunday, November 10, 2013 @ 16:56:16
  Author: dicebot
Revision: 100777

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-10 15:55:28 UTC (rev 100776)
+++ community-i686/PKGBUILD 2013-11-10 15:56:16 UTC (rev 100777)
@@ -1,39 +0,0 @@
-# Maintainer: Dicebot pub...@dicebot.lv
-pkgname=dstep
-pkgver=0.1.0
-pkgrel=1
-pkgdesc=Automatic C header to D module translator
-arch=('i686' 'x86_64')
-groups=('dlang')
-url=https://github.com/jacob-carlborg/dstep;
-license=('custom')
-depends=('clang')
-makedepends=('git' 'dmd' 'libphobos-devel' 'dtools')
-source=(
-git+https://github.com/jacob-carlborg/dstep.git#tag=v$pkgver;
-tango::git+https://github.com/SiegeLord/Tango-D2.git;
-http://www.boost.org/LICENSE_1_0.txt;
-)
-sha1sums=(
-'SKIP'
-'SKIP'
-'3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
-)
-
-build ()
-{
-cd $srcdir/tango
-ARCH=$CARCH make -f build/Makefile
-
-cd $srcdir/dstep
-git submodule update --init --recursive
-rdmd --build-only -debug -gc -ofbin/dstep -Idstack/mambo -Idstack 
-I$srcdir/tango -L-L$srcdir/tango -I/usr/include/dlang -L-lclang -L-ltango-dmd 
dstep/driver/DStep.d
-}
-
-package ()
-{
-mkdir -p $pkgdir/usr/bin
-install -m755 $srcdir/dstep/bin/dstep $pkgdir/usr/bin/dstep
-mkdir -p $pkgdir/usr/share/licenses/$pkgname
-install -m644 $srcdir/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: dstep/repos/community-i686/PKGBUILD (from rev 100776, 
dstep/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-10 15:56:16 UTC (rev 100777)
@@ -0,0 +1,39 @@
+# Maintainer: Dicebot pub...@dicebot.lv
+pkgname=dstep
+pkgver=0.1.0
+pkgrel=1
+pkgdesc=Automatic C header to D module translator
+arch=('i686' 'x86_64')
+groups=('dlang')
+url=https://github.com/jacob-carlborg/dstep;
+license=('custom')
+depends=('clang')
+makedepends=('git' 'dmd' 'libphobos-devel' 'dtools')
+source=(
+git+https://github.com/jacob-carlborg/dstep.git#tag=v$pkgver;
+tango::git+https://github.com/SiegeLord/Tango-D2.git;
+http://www.boost.org/LICENSE_1_0.txt;
+)
+sha1sums=(
+'SKIP'
+'SKIP'
+'3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
+)
+
+build ()
+{
+cd $srcdir/tango
+ARCH=$CARCH make -f build/Makefile
+
+cd $srcdir/dstep
+git submodule update --init --recursive
+rdmd --build-only -debug -gc -ofbin/dstep -Idstack/mambo -Idstack 
-I$srcdir/tango -L-L$srcdir/tango -I/usr/include/dlang -L-lclang -L-ltango-dmd 
dstep/driver/DStep.d
+}
+
+package ()
+{
+mkdir -p $pkgdir/usr/bin
+install -m755 $srcdir/dstep/bin/dstep $pkgdir/usr/bin/dstep
+mkdir -p $pkgdir/usr/share/licenses/$pkgname
+install -m644 $srcdir/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-10 15:55:28 UTC (rev 100776)
+++ community-x86_64/PKGBUILD   2013-11-10 15:56:16 UTC (rev 100777)
@@ -1,39 +0,0 @@
-# Maintainer: Dicebot pub...@dicebot.lv
-pkgname=dstep
-pkgver=0.1.0
-pkgrel=1
-pkgdesc=Automatic C header to D module translator
-arch=('i686' 'x86_64')
-groups=('dlang')
-url=https://github.com/jacob-carlborg/dstep;
-license=('custom')
-depends=('clang')
-makedepends=('git' 'dmd' 'libphobos-devel' 'dtools')
-source=(
-git+https://github.com/jacob-carlborg/dstep.git#tag=v$pkgver;
-tango::git+https://github.com/SiegeLord/Tango-D2.git;
-http://www.boost.org/LICENSE_1_0.txt;
-)
-sha1sums=(
-'SKIP'
-'SKIP'
-'3cba29011be2b9d59f6204d6fa0a386b1b2dbd90'
-)
-
-build ()
-{
-cd $srcdir/tango
-ARCH=$CARCH make -f build/Makefile
-
-cd $srcdir/dstep
-git submodule update --init --recursive
-rdmd --build-only -debug -gc -ofbin/dstep -Idstack/mambo -Idstack 
-I$srcdir/tango -L-L$srcdir/tango -I/usr/include/dlang -L-lclang -L-ltango-dmd 
dstep/driver/DStep.d
-}
-
-package ()
-{
-mkdir -p $pkgdir/usr/bin
-install -m755 $srcdir/dstep/bin/dstep $pkgdir/usr/bin/dstep
-mkdir -p $pkgdir/usr/share/licenses/$pkgname
-install -m644 $srcdir/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: 

[arch-commits] Commit in lib32-libphobos/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-11-10 Thread Михаил Страшун
Date: Sunday, November 10, 2013 @ 17:01:31
  Author: dicebot
Revision: 100778

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libphobos/repos/multilib-x86_64/PKGBUILD
(from rev 100777, lib32-libphobos/trunk/PKGBUILD)
Deleted:
  lib32-libphobos/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-10 15:56:16 UTC (rev 100777)
+++ PKGBUILD2013-11-10 16:01:31 UTC (rev 100778)
@@ -1,50 +0,0 @@
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Anders Bergh ande...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=('lib32-libphobos-devel' 'lib32-libphobos')
-groups=('dlang' 'dlang-dmd')
-pkgver=2.064.2
-pkgrel=1
-arch=('x86_64')
-groups=('dlang' 'dlang-dmd')
-url=http://www.dlang.org;
-source=(git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
-
git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
-sha1sums=('SKIP'
-  'SKIP')
-makedepends=('dmd' 'git')
-depends=('lib32-curl')
-license=('custom')
-
-build() {
-cd $srcdir/druntime
-make -f posix.mak MODEL=32 RELEASE=1
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=32 RELEASE=1
-}
-
-package_lib32-libphobos-devel() {
-pkgdesc=The Phobos standard library for D programming language. Modules 
and static library (32-bit)
-   depends=(dmd)
-   options=(staticlibs)
-provides=(d-runtime=$pkgver d-stdlib=$pkgver)
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_lib32-libphobos() {
-pkgdesc=The Phobos standard library for D programming language (32-bit)
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}

Copied: lib32-libphobos/repos/multilib-x86_64/PKGBUILD (from rev 100777, 
lib32-libphobos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-10 16:01:31 UTC (rev 100778)
@@ -0,0 +1,50 @@
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Anders Bergh ande...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=('lib32-libphobos-devel' 'lib32-libphobos')
+groups=('dlang' 'dlang-dmd')
+pkgver=2.064.2
+pkgrel=1
+arch=('x86_64')
+groups=('dlang' 'dlang-dmd')
+url=http://www.dlang.org;
+source=(git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
+
git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
+sha1sums=('SKIP'
+  'SKIP')
+makedepends=('dmd' 'git')
+depends=('lib32-curl')
+license=('custom')
+
+build() {
+cd $srcdir/druntime
+make -f posix.mak MODEL=32 RELEASE=1
+
+cd $srcdir/phobos
+make -f posix.mak MODEL=32 RELEASE=1
+}
+
+package_lib32-libphobos-devel() {
+pkgdesc=The Phobos standard library for D programming language. Modules 
and static library (32-bit)
+   depends=(dmd)
+   options=(staticlibs)
+provides=(d-runtime=$pkgver d-stdlib=$pkgver)
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}
+
+package_lib32-libphobos() {
+pkgdesc=The Phobos standard library for D programming language (32-bit)
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}



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

2013-11-10 Thread Михаил Страшун
Date: Sunday, November 10, 2013 @ 17:09:28
  Author: dicebot
Revision: 100779

upgpkg: lib32-libphobos 2.064.2-1

Name reordering

Modified:
  lib32-libphobos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 16:01:31 UTC (rev 100778)
+++ PKGBUILD2013-11-10 16:09:28 UTC (rev 100779)
@@ -5,7 +5,7 @@
 # Contributor: Anders Bergh ande...@gmail.com
 # Contributor: Alexander Fehr pizzapunk gmail com
 
-pkgname=('lib32-libphobos-devel' 'lib32-libphobos')
+pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
 groups=('dlang' 'dlang-dmd')
 pkgver=2.064.2
 pkgrel=1



[arch-commits] Commit in lib32-libphobos/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-11-10 Thread Михаил Страшун
Date: Sunday, November 10, 2013 @ 17:09:39
  Author: dicebot
Revision: 100780

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libphobos/repos/multilib-x86_64/PKGBUILD
(from rev 100779, lib32-libphobos/trunk/PKGBUILD)
Deleted:
  lib32-libphobos/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-10 16:09:28 UTC (rev 100779)
+++ PKGBUILD2013-11-10 16:09:39 UTC (rev 100780)
@@ -1,50 +0,0 @@
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Anders Bergh ande...@gmail.com
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=('lib32-libphobos-devel' 'lib32-libphobos')
-groups=('dlang' 'dlang-dmd')
-pkgver=2.064.2
-pkgrel=1
-arch=('x86_64')
-groups=('dlang' 'dlang-dmd')
-url=http://www.dlang.org;
-source=(git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
-
git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
-sha1sums=('SKIP'
-  'SKIP')
-makedepends=('dmd' 'git')
-depends=('lib32-curl')
-license=('custom')
-
-build() {
-cd $srcdir/druntime
-make -f posix.mak MODEL=32 RELEASE=1
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=32 RELEASE=1
-}
-
-package_lib32-libphobos-devel() {
-pkgdesc=The Phobos standard library for D programming language. Modules 
and static library (32-bit)
-   depends=(dmd)
-   options=(staticlibs)
-provides=(d-runtime=$pkgver d-stdlib=$pkgver)
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_lib32-libphobos() {
-pkgdesc=The Phobos standard library for D programming language (32-bit)
-
-install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}

Copied: lib32-libphobos/repos/multilib-x86_64/PKGBUILD (from rev 100779, 
lib32-libphobos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-10 16:09:39 UTC (rev 100780)
@@ -0,0 +1,50 @@
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Anders Bergh ande...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=('lib32-libphobos' 'lib32-libphobos-devel')
+groups=('dlang' 'dlang-dmd')
+pkgver=2.064.2
+pkgrel=1
+arch=('x86_64')
+groups=('dlang' 'dlang-dmd')
+url=http://www.dlang.org;
+source=(git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
+
git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;)
+sha1sums=('SKIP'
+  'SKIP')
+makedepends=('dmd' 'git')
+depends=('lib32-curl')
+license=('custom')
+
+build() {
+cd $srcdir/druntime
+make -f posix.mak MODEL=32 RELEASE=1
+
+cd $srcdir/phobos
+make -f posix.mak MODEL=32 RELEASE=1
+}
+
+package_lib32-libphobos-devel() {
+pkgdesc=The Phobos standard library for D programming language. Modules 
and static library (32-bit)
+   depends=(dmd)
+   options=(staticlibs)
+provides=(d-runtime=$pkgver d-stdlib=$pkgver)
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.a 
$pkgdir/usr/lib32/libphobos2.a
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}
+
+package_lib32-libphobos() {
+pkgdesc=The Phobos standard library for D programming language (32-bit)
+
+install -Dm644 $srcdir/phobos/generated/linux/release/32/libphobos2.so 
$pkgdir/usr/lib32/libphobos2.so
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}



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

2013-11-10 Thread Jan Steffens
Date: Sunday, November 10, 2013 @ 17:32:55
  Author: heftig
Revision: 199313

3.10.2

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 10:00:23 UTC (rev 199312)
+++ PKGBUILD2013-11-10 16:32:55 UTC (rev 199313)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=evolution-data-server
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=Centralized access to appointments and contacts
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 url=http://www.gnome.org;
 license=(GPL)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a6b5acbd21767b685d58ebfd4c152baa693387f5654fb738b3645ee39e82f9f5')
+sha256sums=('0f384d18811515e2e73d6e8683a440559cef495637b94fecfb10e6ff0283ecb9')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-10 Thread Jan Steffens
Date: Sunday, November 10, 2013 @ 17:49:31
  Author: heftig
Revision: 199314

3.10.2

Modified:
  evolution/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 16:32:55 UTC (rev 199313)
+++ PKGBUILD2013-11-10 16:49:31 UTC (rev 199314)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=evolution
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=Manage your email, contacts and schedule
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=evolution.install
 url=http://www.gnome.org/projects/evolution/
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('da1aacab365f27feed74cb89d03c2f4847fef7c5370d0fd84b04ab24ada83546')
+sha256sums=('39d228460b0f6701d9786ebd98d8ed4d87ecf8a73c12e00d41f7b107d27b7c47')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-10 Thread Jan Steffens
Date: Sunday, November 10, 2013 @ 17:51:02
  Author: heftig
Revision: 199315

3.10.2

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 16:49:31 UTC (rev 199314)
+++ PKGBUILD2013-11-10 16:51:02 UTC (rev 199315)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=evolution-ews
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc=MS Exchange integration through Exchange Web Services
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'evolution')
 options=('!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('018bf22f5fd88bb80f88c8f1feb696c7a7c216ab1367b7b50d02b4e313d858c9')
+sha256sums=('c9cf41a7cfdf0a9e6e9c056b0c0a48df5d760ca802251a62288eb0bacd349284')
 
 build() {
   cd $pkgname-$pkgver



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

2013-11-10 Thread Jan Steffens
Date: Sunday, November 10, 2013 @ 17:52:59
  Author: heftig
Revision: 199316

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

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

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

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

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

Deleted: extra-i686/evolution-data-server.install
===
--- extra-i686/evolution-data-server.install2013-11-10 16:51:02 UTC (rev 
199315)
+++ extra-i686/evolution-data-server.install2013-11-10 16:52:59 UTC (rev 
199316)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove () {
-post_install
-}

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

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

2013-11-10 Thread Jan Steffens
Date: Sunday, November 10, 2013 @ 17:58:22
  Author: heftig
Revision: 199317

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

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

+
 /PKGBUILD  |   88 +++
 /evolution.install |   38 
 extra-i686/PKGBUILD|   44 ---
 extra-i686/evolution.install   |   19 
 extra-x86_64/PKGBUILD  |   44 ---
 extra-x86_64/evolution.install |   19 
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-10 16:52:59 UTC (rev 199316)
+++ extra-i686/PKGBUILD 2013-11-10 16:58:22 UTC (rev 199317)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=evolution
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=Manage your email, contacts and schedule
-arch=(i686 x86_64)
-license=(GPL)
-depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
- desktop-file-utils hicolor-icon-theme dconf)
-makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight)
-optdepends=('bogofilter: possible junk filter plugin'
-'spamassassin: possible junk filter plugin'
-'highlight: text highlight plugin')
-groups=('gnome-extra')
-options=('!emptydirs')
-install=evolution.install
-url=http://www.gnome.org/projects/evolution/
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('da1aacab365f27feed74cb89d03c2f4847fef7c5370d0fd84b04ab24ada83546')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-nss=yes \
-  --with-openldap=yes \
-  --enable-smime=yes \
-  --with-krb5=/usr \
-  --disable-schemas-compile
-  
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution/repos/extra-i686/PKGBUILD (from rev 199316, 
evolution/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-10 16:58:22 UTC (rev 199317)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=evolution
+pkgver=3.10.2
+pkgrel=1
+pkgdesc=Manage your email, contacts and schedule
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst 
libytnef psmisc
+ desktop-file-utils hicolor-icon-theme dconf)
+makedepends=(intltool itstool docbook-xsl networkmanager bogofilter 
spamassassin highlight)
+optdepends=('bogofilter: possible junk filter plugin'
+'spamassassin: possible junk filter plugin'
+'highlight: text highlight plugin')
+groups=('gnome-extra')
+options=('!emptydirs')
+install=evolution.install
+url=http://www.gnome.org/projects/evolution/
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('39d228460b0f6701d9786ebd98d8ed4d87ecf8a73c12e00d41f7b107d27b7c47')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-nss=yes \
+  --with-openldap=yes \
+  --enable-smime=yes \
+  --with-krb5=/usr \
+  --disable-schemas-compile
+  
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/evolution.install
===
--- 

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

2013-11-10 Thread Jan Steffens
Date: Sunday, November 10, 2013 @ 17:59:05
  Author: heftig
Revision: 199318

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

Added:
  evolution-ews/repos/extra-i686/PKGBUILD
(from rev 199317, evolution-ews/trunk/PKGBUILD)
  evolution-ews/repos/extra-x86_64/PKGBUILD
(from rev 199317, evolution-ews/trunk/PKGBUILD)
Deleted:
  evolution-ews/repos/extra-i686/PKGBUILD
  evolution-ews/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-10 16:58:22 UTC (rev 199317)
+++ extra-i686/PKGBUILD 2013-11-10 16:59:05 UTC (rev 199318)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
-makedepends=('intltool' 'evolution')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('018bf22f5fd88bb80f88c8f1feb696c7a7c216ab1367b7b50d02b4e313d858c9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-i686/PKGBUILD (from rev 199317, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-10 16:59:05 UTC (rev 199318)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.10.2
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c9cf41a7cfdf0a9e6e9c056b0c0a48df5d760ca802251a62288eb0bacd349284')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-10 16:58:22 UTC (rev 199317)
+++ extra-x86_64/PKGBUILD   2013-11-10 16:59:05 UTC (rev 199318)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=evolution-ews
-pkgver=3.10.1
-pkgrel=1
-pkgdesc=MS Exchange integration through Exchange Web Services
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url=http://www.gnome.org;
-depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
-makedepends=('intltool' 'evolution')
-options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('018bf22f5fd88bb80f88c8f1feb696c7a7c216ab1367b7b50d02b4e313d858c9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: evolution-ews/repos/extra-x86_64/PKGBUILD (from rev 199317, 
evolution-ews/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-10 16:59:05 UTC (rev 199318)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=evolution-ews
+pkgver=3.10.2
+pkgrel=1
+pkgdesc=MS Exchange integration through Exchange Web Services
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+url=http://www.gnome.org;
+depends=('evolution-data-server' 'gtkhtml4' 'libmspack')
+makedepends=('intltool' 'evolution')
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c9cf41a7cfdf0a9e6e9c056b0c0a48df5d760ca802251a62288eb0bacd349284')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/evolution --disable-static --with-krb5
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-11-10 Thread Sergej Pupykin
Date: Sunday, November 10, 2013 @ 21:06:13
  Author: spupykin
Revision: 100782

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   82 -
 anki.install |   20 ++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-10 20:05:59 UTC (rev 100781)
+++ PKGBUILD2013-11-10 20:06:13 UTC (rev 100782)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Timm Preetz t...@preetz.us
-# Contributor: Michael 'manveru' Fellinger m.fellin...@gmail.com
-# Contributor: Dave Pretty david dot pretty at gmail dot com
-
-pkgname=anki
-pkgver=2.0.16
-pkgrel=1
-pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
-url=http://ankisrs.net/;
-license=('AGPL3')
-arch=('any')
-depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
-'python2-pysqlite' 'python2-beautifulsoup3')
-makedepends=()
-optdepends=('python2-matplotlib: show graphs'
-   'sox: audio recording'
-   'portaudio')
-install=anki.install
-source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('53686072ddce3386e2b6b92d75ade814')
-
-build() {
-  cd $srcdir/anki-$pkgver
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' runanki
-  rm -f anki.bat
-}
-
-package() {
-  cd $srcdir/anki-$pkgver
-  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * $pkgdir/usr/share/anki/
-  cd $pkgdir/usr/share/anki  (
-mv runanki ../../bin/anki
-mv anki.xpm anki.png ../pixmaps/
-mv anki.desktop ../applications/
-mv anki.1 ../man/man1/
-  )
-  rm -f $pkgdir/usr/share/anki/thirdparty/py*/_portaudio.so
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 100781, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-10 20:06:13 UTC (rev 100782)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Timm Preetz t...@preetz.us
+# Contributor: Michael 'manveru' Fellinger m.fellin...@gmail.com
+# Contributor: Dave Pretty david dot pretty at gmail dot com
+
+pkgname=anki
+pkgver=2.0.17
+pkgrel=1
+pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
+url=http://ankisrs.net/;
+license=('AGPL3')
+arch=('any')
+depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
+'python2-pysqlite' 'python2-beautifulsoup3')
+makedepends=()
+optdepends=('python2-matplotlib: show graphs'
+   'sox: audio recording'
+   'portaudio')
+install=anki.install
+source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
+md5sums=('659d1d3a1d697451d84c980a9cd9babf')
+
+build() {
+  cd $srcdir/anki-$pkgver
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' runanki
+  rm -f anki.bat
+}
+
+package() {
+  cd $srcdir/anki-$pkgver
+  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * $pkgdir/usr/share/anki/
+  cd $pkgdir/usr/share/anki  (
+mv runanki ../../bin/anki
+mv anki.xpm anki.png ../pixmaps/
+mv anki.desktop ../applications/
+mv anki.1 ../man/man1/
+  )
+  rm -f $pkgdir/usr/share/anki/thirdparty/py*/_portaudio.so
+}

Deleted: anki.install
===
--- anki.install2013-11-10 20:05:59 UTC (rev 100781)
+++ anki.install2013-11-10 20:06:13 UTC (rev 100782)
@@ -1,10 +0,0 @@
-post_install() {
-#  xdg-mime install --novendor usr/share/anki/anki.xml
-#  xdg-mime default anki.desktop application/x-anki
-#  xdg-mime default anki.desktop application/x-apkg
-  [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}

Copied: anki/repos/community-any/anki.install (from rev 100781, 
anki/trunk/anki.install)
===
--- anki.install(rev 0)
+++ anki.install2013-11-10 20:06:13 UTC (rev 100782)
@@ -0,0 +1,10 @@
+post_install() {
+#  xdg-mime install --novendor usr/share/anki/anki.xml
+#  xdg-mime default anki.desktop application/x-anki
+#  xdg-mime default anki.desktop application/x-apkg
+  [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}



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

2013-11-10 Thread Sergej Pupykin
Date: Sunday, November 10, 2013 @ 21:06:27
  Author: spupykin
Revision: 100784

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 100783, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-10 20:06:17 UTC (rev 100783)
+++ PKGBUILD2013-11-10 20:06:27 UTC (rev 100784)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=firefox-noscript
-pkgver=2.6.8.4
-pkgrel=1
-pkgdesc=plugin for firefox which disables script
-arch=('any')
-url=http://noscript.net/;
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('3096cfcd43988c7a2f0caa031dc74d51')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
-#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
-  depends=(firefox)
-
-  cd $srcdir
-  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 100783, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-10 20:06:27 UTC (rev 100784)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=firefox-noscript
+pkgver=2.6.8.5
+pkgrel=1
+pkgdesc=plugin for firefox which disables script
+arch=('any')
+url=http://noscript.net/;
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('cef9d5060b1c1931028e802a251a820d')
+
+package() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
+#  depends=(firefox=${_ffver} firefox=${_ffver/0/99})
+  depends=(firefox)
+
+  cd $srcdir
+  local emid=$(sed -n -e '/\?em:id\?/!d; s/.*\([\{].*[}\]\).*/\1/; 
s/\//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+#  sed -i 
's#em:maxVersion.*/em:maxVersion#em:maxVersion7.*/em:maxVersion#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}



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

2013-11-10 Thread Sergej Pupykin
Date: Sunday, November 10, 2013 @ 21:05:59
  Author: spupykin
Revision: 100781

upgpkg: anki 2.0.17-1

upd

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 16:09:39 UTC (rev 100780)
+++ PKGBUILD2013-11-10 20:05:59 UTC (rev 100781)
@@ -5,7 +5,7 @@
 # Contributor: Dave Pretty david dot pretty at gmail dot com
 
 pkgname=anki
-pkgver=2.0.16
+pkgver=2.0.17
 pkgrel=1
 pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
 url=http://ankisrs.net/;
@@ -19,7 +19,7 @@
'portaudio')
 install=anki.install
 source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('53686072ddce3386e2b6b92d75ade814')
+md5sums=('659d1d3a1d697451d84c980a9cd9babf')
 
 build() {
   cd $srcdir/anki-$pkgver



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

2013-11-10 Thread Sergej Pupykin
Date: Sunday, November 10, 2013 @ 21:06:17
  Author: spupykin
Revision: 100783

upgpkg: firefox-noscript 2.6.8.5-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 20:06:13 UTC (rev 100782)
+++ PKGBUILD2013-11-10 20:06:17 UTC (rev 100783)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=firefox-noscript
-pkgver=2.6.8.4
+pkgver=2.6.8.5
 pkgrel=1
 pkgdesc=plugin for firefox which disables script
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('3096cfcd43988c7a2f0caa031dc74d51')
+md5sums=('cef9d5060b1c1931028e802a251a820d')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`



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

2013-11-10 Thread Sergej Pupykin
Date: Sunday, November 10, 2013 @ 21:07:06
  Author: spupykin
Revision: 100788

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-10 20:06:50 UTC (rev 100787)
+++ community-i686/PKGBUILD 2013-11-10 20:07:06 UTC (rev 100788)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Eric Belanger belan...@astro.umontreal.ca
-# Contributor: Jason Taylor jftaylo...@gmail.com
-# Contributor: Georg Grabler ggrab...@chello.at
-
-pkgname=kdbg
-pkgver=2.5.3
-pkgrel=2
-pkgdesc=A gdb GUI for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdbg.org;
-license=('GPL')
-depends=('kdebase-runtime' 'gdb')
-makedepends=('automoc4' 'cmake' 'optipng')
-source=(http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz;)
-md5sums=('345183d07eb11a9c841d3dc34b734613')
-
-build() {
-  cd $srcdir
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr
-  make
-  find -name '*.png' -exec optipng -quiet -force -fix {} \;
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdbg/repos/community-i686/PKGBUILD (from rev 100787, 
kdbg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-10 20:07:06 UTC (rev 100788)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Eric Belanger belan...@astro.umontreal.ca
+# Contributor: Jason Taylor jftaylo...@gmail.com
+# Contributor: Georg Grabler ggrab...@chello.at
+
+pkgname=kdbg
+pkgver=2.5.4
+pkgrel=1
+pkgdesc=A gdb GUI for KDE
+arch=('i686' 'x86_64')
+url=http://www.kdbg.org;
+license=('GPL')
+depends=('kdebase-runtime' 'gdb')
+makedepends=('automoc4' 'cmake' 'optipng')
+source=(http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz;)
+md5sums=('715219a810f39e02b493cab9c4a845a1')
+
+build() {
+  cd $srcdir
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr
+  make
+  find -name '*.png' -exec optipng -quiet -force -fix {} \;
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-10 20:06:50 UTC (rev 100787)
+++ community-x86_64/PKGBUILD   2013-11-10 20:07:06 UTC (rev 100788)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Eric Belanger belan...@astro.umontreal.ca
-# Contributor: Jason Taylor jftaylo...@gmail.com
-# Contributor: Georg Grabler ggrab...@chello.at
-
-pkgname=kdbg
-pkgver=2.5.3
-pkgrel=2
-pkgdesc=A gdb GUI for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdbg.org;
-license=('GPL')
-depends=('kdebase-runtime' 'gdb')
-makedepends=('automoc4' 'cmake' 'optipng')
-source=(http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz;)
-md5sums=('345183d07eb11a9c841d3dc34b734613')
-
-build() {
-  cd $srcdir
-  mkdir -p build
-  cd build
-  cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=/usr
-  make
-  find -name '*.png' -exec optipng -quiet -force -fix {} \;
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdbg/repos/community-x86_64/PKGBUILD (from rev 100787, 
kdbg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-10 20:07:06 UTC (rev 100788)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Eric Belanger belan...@astro.umontreal.ca
+# Contributor: Jason Taylor jftaylo...@gmail.com
+# Contributor: Georg Grabler ggrab...@chello.at
+
+pkgname=kdbg
+pkgver=2.5.4
+pkgrel=1
+pkgdesc=A gdb GUI for KDE
+arch=('i686' 'x86_64')
+url=http://www.kdbg.org;
+license=('GPL')
+depends=('kdebase-runtime' 'gdb')
+makedepends=('automoc4' 'cmake' 'optipng')
+source=(http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz;)
+md5sums=('715219a810f39e02b493cab9c4a845a1')
+
+build() {
+  cd $srcdir
+  mkdir -p build
+  cd build
+  cmake ../${pkgname}-${pkgver} 

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

2013-11-10 Thread Sergej Pupykin
Date: Sunday, November 10, 2013 @ 21:06:31
  Author: spupykin
Revision: 100785

upgpkg: girara 0.1.8-1

upd

Modified:
  girara/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 20:06:27 UTC (rev 100784)
+++ PKGBUILD2013-11-10 20:06:31 UTC (rev 100785)
@@ -5,8 +5,8 @@
 
 pkgbase=girara
 pkgname=(girara-common girara-gtk2 girara-gtk3)
-pkgver=0.1.7
-pkgrel=2
+pkgver=0.1.8
+pkgrel=1
 pkgdesc=user interface library
 arch=('i686' 'x86_64')
 url=http://pwmt.org/projects/girara;
@@ -13,7 +13,7 @@
 license=('custom')
 makedepends=('gtk3' 'gtk2')
 source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('ff73bf26b56cdc28a4a2dcce46f4aa20')
+md5sums=('92d95412121406981bb4184ecd344975')
 
 build() {
   true



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

2013-11-10 Thread Sergej Pupykin
Date: Sunday, November 10, 2013 @ 21:06:47
  Author: spupykin
Revision: 100786

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-10 20:06:31 UTC (rev 100785)
+++ community-i686/PKGBUILD 2013-11-10 20:06:47 UTC (rev 100786)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mlq m...@pwmt.org
-
-pkgbase=girara
-pkgname=(girara-common girara-gtk2 girara-gtk3)
-pkgver=0.1.7
-pkgrel=2
-pkgdesc=user interface library
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/girara;
-license=('custom')
-makedepends=('gtk3' 'gtk2')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('ff73bf26b56cdc28a4a2dcce46f4aa20')
-
-build() {
-  true
-}
-
-package_girara-common() {
-  depends=()
-  pkgdesc=user interface library - common files
-
-  cd $srcdir/girara-$pkgver
-
-  make clean
-
-  # install header
-  make DESTDIR=$pkgdir/ install-headers
-
-  # install language files
-  make DESTDIR=$pkgdir/ -C po install
-
-  # remove pkgconfig files
-  rm -r $pkgdir/usr/lib/pkgconfig
-
-  # install license
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_girara-gtk2() {
-  depends=('gtk2' 'girara-common')
-  provides=('girara')
-
-  cd $srcdir/girara-$pkgver
-
-  make clean
-  make GIRARA_GTK_VERSION=2
-
-  # install files
-  make GIRARA_GTK_VERSION=2 DESTDIR=$pkgdir/ install
-
-  # remove common files
-  rm -r $pkgdir/usr/include
-  rm -r $pkgdir/usr/share
-
-  # install license
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_girara-gtk3() {
-  depends=('gtk3' 'girara-common')
-  provides=('girara')
-
-  cd $srcdir/girara-$pkgver
-
-  make clean
-  make GIRARA_GTK_VERSION=3
-
-  # install files
-  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
-
-  # remove common files
-  rm -r $pkgdir/usr/include
-  rm -r $pkgdir/usr/share
-
-  # install license
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-i686/PKGBUILD (from rev 100785, 
girara/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-10 20:06:47 UTC (rev 100786)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: mlq m...@pwmt.org
+
+pkgbase=girara
+pkgname=(girara-common girara-gtk2 girara-gtk3)
+pkgver=0.1.8
+pkgrel=1
+pkgdesc=user interface library
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/girara;
+license=('custom')
+makedepends=('gtk3' 'gtk2')
+source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
+md5sums=('92d95412121406981bb4184ecd344975')
+
+build() {
+  true
+}
+
+package_girara-common() {
+  depends=()
+  pkgdesc=user interface library - common files
+
+  cd $srcdir/girara-$pkgver
+
+  make clean
+
+  # install header
+  make DESTDIR=$pkgdir/ install-headers
+
+  # install language files
+  make DESTDIR=$pkgdir/ -C po install
+
+  # remove pkgconfig files
+  rm -r $pkgdir/usr/lib/pkgconfig
+
+  # install license
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_girara-gtk2() {
+  depends=('gtk2' 'girara-common')
+  provides=('girara')
+
+  cd $srcdir/girara-$pkgver
+
+  make clean
+  make GIRARA_GTK_VERSION=2
+
+  # install files
+  make GIRARA_GTK_VERSION=2 DESTDIR=$pkgdir/ install
+
+  # remove common files
+  rm -r $pkgdir/usr/include
+  rm -r $pkgdir/usr/share
+
+  # install license
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_girara-gtk3() {
+  depends=('gtk3' 'girara-common')
+  provides=('girara')
+
+  cd $srcdir/girara-$pkgver
+
+  make clean
+  make GIRARA_GTK_VERSION=3
+
+  # install files
+  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
+
+  # remove common files
+  rm -r $pkgdir/usr/include
+  rm -r $pkgdir/usr/share
+
+  # install license
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- 

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

2013-11-10 Thread Sergej Pupykin
Date: Sunday, November 10, 2013 @ 21:07:09
  Author: spupykin
Revision: 100789

upgpkg: zathura 0.2.5-1

upd

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 20:07:06 UTC (rev 100788)
+++ PKGBUILD2013-11-10 20:07:09 UTC (rev 100789)
@@ -4,7 +4,7 @@
 # Contributor: ML neldoreth
 
 pkgname=zathura
-pkgver=0.2.4
+pkgver=0.2.5
 pkgrel=1
 pkgdesc=a document viewer
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=zathura.install
 source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
bash-completion)
-md5sums=('935c6e15f5b7688bf4024ec7fe45f064'
+md5sums=('a16bd5a892423f14b2f08e0312c42d21'
  'cac20c37f0e77ba62a8138788f4ccabb')
 
 build() {



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

2013-11-10 Thread Sergej Pupykin
Date: Sunday, November 10, 2013 @ 21:06:50
  Author: spupykin
Revision: 100787

upgpkg: kdbg 2.5.4-1

upd

Modified:
  kdbg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 20:06:47 UTC (rev 100786)
+++ PKGBUILD2013-11-10 20:06:50 UTC (rev 100787)
@@ -5,8 +5,8 @@
 # Contributor: Georg Grabler ggrab...@chello.at
 
 pkgname=kdbg
-pkgver=2.5.3
-pkgrel=2
+pkgver=2.5.4
+pkgrel=1
 pkgdesc=A gdb GUI for KDE
 arch=('i686' 'x86_64')
 url=http://www.kdbg.org;
@@ -14,7 +14,7 @@
 depends=('kdebase-runtime' 'gdb')
 makedepends=('automoc4' 'cmake' 'optipng')
 
source=(http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz;)
-md5sums=('345183d07eb11a9c841d3dc34b734613')
+md5sums=('715219a810f39e02b493cab9c4a845a1')
 
 build() {
   cd $srcdir



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

2013-11-10 Thread Sergej Pupykin
Date: Sunday, November 10, 2013 @ 21:07:26
  Author: spupykin
Revision: 100790

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 100789, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 100789, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 100789, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 100789, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 100789, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 100789, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   66 +
 /bash-completion |   58 
 /zathura.install |   28 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/bash-completion   |   29 
 community-i686/zathura.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/bash-completion |   29 
 community-x86_64/zathura.install |   14 ---
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-10 20:07:09 UTC (rev 100789)
+++ community-i686/PKGBUILD 2013-11-10 20:07:26 UTC (rev 100790)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: ML neldoreth
-
-pkgname=zathura
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=a document viewer
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/zathura/;
-license=('custom')
-depends=('girara-gtk2' 'sqlite' 'desktop-file-utils')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('935c6e15f5b7688bf4024ec7fe45f064'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  sed -i 's/rst2man/2/' config.mk
-  make ZATHURA_GTK_VERSION=2
-}
-
-package() {
-  cd $srcdir/zathura-$pkgver
-  make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=2
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 100789, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-10 20:07:26 UTC (rev 100790)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: ML neldoreth
+
+pkgname=zathura
+pkgver=0.2.5
+pkgrel=1
+pkgdesc=a document viewer
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/zathura/;
+license=('custom')
+depends=('girara-gtk2' 'sqlite' 'desktop-file-utils')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('a16bd5a892423f14b2f08e0312c42d21'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  sed -i 's/rst2man/2/' config.mk
+  make ZATHURA_GTK_VERSION=2
+}
+
+package() {
+  cd $srcdir/zathura-$pkgver
+  make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=2
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
+}

Deleted: community-i686/bash-completion
===
--- community-i686/bash-completion  2013-11-10 20:07:09 UTC (rev 100789)
+++ community-i686/bash-completion  2013-11-10 20:07:26 UTC (rev 100790)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS=$EXTENTIONS|pdf
-;;
-  ps.so)
-EXTENTIONS=$EXTENTIONS|ps|eps|epsi|epsf
-;;
-  djvu.so)
-EXTENTIONS=$EXTENTIONS|djvu|djv
-   

[arch-commits] Commit in syslog-ng/trunk (PKGBUILD syslog-ng.conf)

2013-11-10 Thread Eric Bélanger
Date: Sunday, November 10, 2013 @ 21:18:20
  Author: eric
Revision: 199319

upgpkg: syslog-ng 3.5.1-2

Update config file (close FS#37714), Add libxslt makedepends to build man pages

Modified:
  syslog-ng/trunk/PKGBUILD
  syslog-ng/trunk/syslog-ng.conf

+
 PKGBUILD   |6 +++---
 syslog-ng.conf |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 16:59:05 UTC (rev 199318)
+++ PKGBUILD2013-11-10 20:18:20 UTC (rev 199319)
@@ -3,13 +3,13 @@
 
 pkgname=syslog-ng
 pkgver=3.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
 arch=('i686' 'x86_64')
 url=http://www.balabit.com/network-security/syslog-ng/;
 license=('GPL2' 'LGPL2.1')
 depends=('awk' 'eventlog' 'openssl' 'systemd')
-makedepends=('python2')
+makedepends=('python2' 'libxslt')
 optdepends=('logrotate: for rotating log files')
 backup=('etc/syslog-ng/scl.conf'
 'etc/syslog-ng/syslog-ng.conf'
@@ -18,7 +18,7 @@
 syslog-ng.conf
 syslog-ng.logrotate)
 sha1sums=('e7e135f64a093db6a7258e6e0bfb35ac014b6de8'
-  '0aaf695ea6756b59198ff2e4af237b4a6186525d'
+  'b5b0d54ec295c6f8a62f68238c36fe62da01ef6e'
   '949128fe3d7f77a7aab99048061f885bc758000c')
 
 prepare() {

Modified: syslog-ng.conf
===
--- syslog-ng.conf  2013-11-10 16:59:05 UTC (rev 199318)
+++ syslog-ng.conf  2013-11-10 20:18:20 UTC (rev 199319)
@@ -1,4 +1,4 @@
-@version: 3.4
+@version: 3.5
 #
 # /etc/syslog-ng/syslog-ng.conf
 #



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

2013-11-10 Thread Eric Bélanger
Date: Sunday, November 10, 2013 @ 21:19:03
  Author: eric
Revision: 199320

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

Added:
  syslog-ng/repos/extra-i686/PKGBUILD
(from rev 199319, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/extra-i686/syslog-ng.conf
(from rev 199319, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/extra-i686/syslog-ng.logrotate
(from rev 199319, syslog-ng/trunk/syslog-ng.logrotate)
  syslog-ng/repos/extra-x86_64/PKGBUILD
(from rev 199319, syslog-ng/trunk/PKGBUILD)
  syslog-ng/repos/extra-x86_64/syslog-ng.conf
(from rev 199319, syslog-ng/trunk/syslog-ng.conf)
  syslog-ng/repos/extra-x86_64/syslog-ng.logrotate
(from rev 199319, syslog-ng/trunk/syslog-ng.logrotate)
Deleted:
  syslog-ng/repos/extra-i686/PKGBUILD
  syslog-ng/repos/extra-i686/syslog-ng.conf
  syslog-ng/repos/extra-i686/syslog-ng.logrotate
  syslog-ng/repos/extra-x86_64/PKGBUILD
  syslog-ng/repos/extra-x86_64/syslog-ng.conf
  syslog-ng/repos/extra-x86_64/syslog-ng.logrotate

--+
 /PKGBUILD|  118 +++
 /syslog-ng.conf  |  184 +
 /syslog-ng.logrotate |   14 ++
 extra-i686/PKGBUILD  |   61 
 extra-i686/syslog-ng.conf|   92 --
 extra-i686/syslog-ng.logrotate   |7 -
 extra-x86_64/PKGBUILD|   61 
 extra-x86_64/syslog-ng.conf  |   92 --
 extra-x86_64/syslog-ng.logrotate |7 -
 9 files changed, 316 insertions(+), 320 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-10 20:18:20 UTC (rev 199319)
+++ extra-i686/PKGBUILD 2013-11-10 20:19:03 UTC (rev 199320)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=syslog-ng
-pkgver=3.5.1
-pkgrel=1
-pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
-arch=('i686' 'x86_64')
-url=http://www.balabit.com/network-security/syslog-ng/;
-license=('GPL2' 'LGPL2.1')
-depends=('awk' 'eventlog' 'openssl' 'systemd')
-makedepends=('python2')
-optdepends=('logrotate: for rotating log files')
-backup=('etc/syslog-ng/scl.conf'
-'etc/syslog-ng/syslog-ng.conf'
-'etc/logrotate.d/syslog-ng')
-source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz;
-syslog-ng.conf
-syslog-ng.logrotate)
-sha1sums=('e7e135f64a093db6a7258e6e0bfb35ac014b6de8'
-  '0aaf695ea6756b59198ff2e4af237b4a6186525d'
-  '949128fe3d7f77a7aab99048061f885bc758000c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's,/sbin/,/bin/,' contrib/systemd/syslog-ng.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/syslog-ng \
---libexecdir=/usr/lib \
---sbindir=/usr/bin \
---localstatedir=/var/lib/syslog-ng \
---datadir=/usr/share/syslog-ng \
---with-pidfile-dir=/run \
---disable-spoof-source \
---enable-ipv6 \
---enable-systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-
-  install -dm755 $pkgdir/var/lib/syslog-ng 
$pkgdir/etc/syslog-ng/patterndb.d
-  install -Dm644 $srcdir/syslog-ng.conf 
$pkgdir/etc/syslog-ng/syslog-ng.conf
-  install -Dm644 $srcdir/syslog-ng.logrotate 
$pkgdir/etc/logrotate.d/syslog-ng
-
-
-}

Copied: syslog-ng/repos/extra-i686/PKGBUILD (from rev 199319, 
syslog-ng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-10 20:19:03 UTC (rev 199320)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=syslog-ng
+pkgver=3.5.1
+pkgrel=2
+pkgdesc=Next-generation syslogd with advanced networking and filtering 
capabilities
+arch=('i686' 'x86_64')
+url=http://www.balabit.com/network-security/syslog-ng/;
+license=('GPL2' 'LGPL2.1')
+depends=('awk' 'eventlog' 'openssl' 'systemd')
+makedepends=('python2' 'libxslt')
+optdepends=('logrotate: for rotating log files')
+backup=('etc/syslog-ng/scl.conf'
+'etc/syslog-ng/syslog-ng.conf'
+'etc/logrotate.d/syslog-ng')
+source=(http://www.balabit.com/downloads/files/syslog-ng/sources/$pkgver/source/${pkgname}_$pkgver.tar.gz;
+syslog-ng.conf
+syslog-ng.logrotate)
+sha1sums=('e7e135f64a093db6a7258e6e0bfb35ac014b6de8'
+  'b5b0d54ec295c6f8a62f68238c36fe62da01ef6e'
+  '949128fe3d7f77a7aab99048061f885bc758000c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,/sbin/,/bin/,' contrib/systemd/syslog-ng.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/syslog-ng \
+--libexecdir=/usr/lib \
+

[arch-commits] Commit in gcc-multilib/trunk (PKGBUILD gcc-4.8-lambda-ICE.patch)

2013-11-10 Thread Jan Steffens
Date: Monday, November 11, 2013 @ 01:52:59
  Author: heftig
Revision: 100791

4.8.2-4

Added:
  gcc-multilib/trunk/gcc-4.8-lambda-ICE.patch
Modified:
  gcc-multilib/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 gcc-4.8-lambda-ICE.patch |   35 +++
 2 files changed, 44 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 20:07:26 UTC (rev 100790)
+++ PKGBUILD2013-11-11 00:52:59 UTC (rev 100791)
@@ -7,7 +7,7 @@
 
 pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
 pkgver=4.8.2
-pkgrel=3
+pkgrel=4
 #_snapshot=4.8-20130725
 pkgdesc=The GNU Compiler Collection for multilib
 arch=('x86_64')
@@ -19,9 +19,11 @@
 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-filename-output.patch
+gcc-4.8-lambda-ICE.patch)
 md5sums=('a3d7d63b9cb6b6ea049469a0c4a43c9d'
- '40cb437805e2f7a006aa0d0c3098ab0f')
+ '40cb437805e2f7a006aa0d0c3098ab0f'
+ '6eb6e080dbf7bc6825f53a0aaa6c4ef9')
 
 
 if [ -n ${_snapshot} ]; then
@@ -46,7 +48,10 @@
 
   # 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
 }
 

Added: gcc-4.8-lambda-ICE.patch
===
--- gcc-4.8-lambda-ICE.patch(rev 0)
+++ gcc-4.8-lambda-ICE.patch2013-11-11 00:52:59 UTC (rev 100791)
@@ -0,0 +1,35 @@
+diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c
+index 0b8e2f7..ad1c209 100644
+--- a/gcc/cp/semantics.c
 b/gcc/cp/semantics.c
+@@ -2719,8 +2719,10 @@ finish_member_declaration (tree decl)
+ /*friend_p=*/0);
+   }
+ }
+-  /* Enter the DECL into the scope of the class.  */
+-  else if (pushdecl_class_level (decl))
++  /* Enter the DECL into the scope of the class, if the class
++ isn't a closure (whose fields are supposed to be unnamed).  */
++  else if (CLASSTYPE_LAMBDA_EXPR (current_class_type)
++ || pushdecl_class_level (decl))
+ {
+   if (TREE_CODE (decl) == USING_DECL)
+   {
+diff --git a/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-names1.C 
b/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-names1.C
+new file mode 100644
+index 000..df2b037
+--- /dev/null
 b/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-names1.C
+@@ -0,0 +1,9 @@
++// PR c++/56710
++// { dg-options -std=c++11 -Wall }
++
++int main()
++{
++int t = 0;
++return []() - int {int __t; __t = t; return __t; }();
++return [t]() - int {int __t; __t = t; return __t; }();
++}
+-- 
+1.8.4.2
+



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

2013-11-10 Thread Jan Steffens
Date: Monday, November 11, 2013 @ 02:15:53
  Author: heftig
Revision: 100792

archrelease: copy trunk to multilib-testing-x86_64

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

---+
 PKGBUILD  |  341 
 gcc-4.8-filename-output.patch |   17 +
 gcc-4.8-lambda-ICE.patch  |   35 
 gcc-ada.install   |   20 ++
 gcc-fortran.install   |   16 +
 gcc-go.install|   20 ++
 gcc-libs.install  |   16 +
 gcc.install   |   20 ++
 8 files changed, 485 insertions(+)

Copied: gcc-multilib/repos/multilib-testing-x86_64/PKGBUILD (from rev 100791, 
gcc-multilib/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-11-11 01:15:53 UTC (rev 100792)
@@ -0,0 +1,341 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+
+# toolchain build order: 
linux-api-headers-glibc-binutils-gcc-binutils-glibc
+# NOTE: libtool requires rebuilt with each new gcc version
+
+pkgname=('gcc-multilib' 'gcc-libs-multilib' 'lib32-gcc-libs' 
'gcc-fortran-multilib' 'gcc-objc-multilib' 'gcc-ada-multilib' 'gcc-go-multilib')
+pkgver=4.8.2
+pkgrel=4
+#_snapshot=4.8-20130725
+pkgdesc=The GNU Compiler Collection for multilib
+arch=('x86_64')
+license=('GPL' 'LGPL' 'FDL' 'custom')
+url=http://gcc.gnu.org;
+makedepends=('binutils-multilib=2.23' 'libmpc' 'cloog' 'gcc-ada-multilib' 
'doxygen'
+ 'lib32-glibc=2.17')
+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
+
+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=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  ${srcdir}/${_basedir}/configure --prefix=/usr \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --mandir=/usr/share/man --infodir=/usr/share/info \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch \
+  --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 \
+  --enable-multilib --disable-libssp --disable-werror \
+  --enable-checking=release
+  make
+  

[arch-commits] Commit in abook/trunk (PKGBUILD vcard.patch)

2013-11-10 Thread Gaetan Bisson
Date: Monday, November 11, 2013 @ 02:52:46
  Author: bisson
Revision: 199322

improve vcard patch as suggested by upstream

Modified:
  abook/trunk/PKGBUILD
  abook/trunk/vcard.patch

-+
 PKGBUILD|4 ++--
 vcard.patch |   23 +--
 2 files changed, 19 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-10 20:21:49 UTC (rev 199321)
+++ PKGBUILD2013-11-11 01:52:46 UTC (rev 199322)
@@ -5,7 +5,7 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=abook
-pkgver=0.6.0pre2.20130928
+pkgver=0.6.0pre2.20131110
 pkgrel=1
 pkgdesc='Text-based addressbook designed for use with Mutt'
 url='http://abook.sourceforge.net/'
@@ -16,7 +16,7 @@
 
source=(abook::git://abook.git.sourceforge.net/gitroot/abook/abook#commit=2e3d4f7341e154bf09907aabcdfe73345cc72e68
 'vcard.patch')
 sha1sums=('SKIP'
-  'ac71e84812c5d57cb8ddaf5b03b7c25cbdf4c3db')
+  '7f58e32814510ae491fadaa9f06d787ccd2ecfcd')
 
 prepare() {
cd ${srcdir}/${pkgname}

Modified: vcard.patch
===
--- vcard.patch 2013-11-10 20:21:49 UTC (rev 199321)
+++ vcard.patch 2013-11-11 01:52:46 UTC (rev 199322)
@@ -1,7 +1,18 @@
-diff -Naur old/filter.c new/filter.c
 old/filter.c   2013-08-22 20:49:06.229337260 -1000
-+++ new/filter.c   2013-08-22 20:49:13.552700987 -1000
-@@ -1673,7 +1673,7 @@
+diff -aur old/filter.c new/filter.c
+--- old/filter.c   2013-10-10 16:04:46.230433845 -1000
 new/filter.c   2013-10-10 16:40:07.014569795 -1000
+@@ -1557,8 +1557,9 @@
+   NICKNAME, /* NICK */
+   URL,  /* URL */
+   NOTE, /* NOTES */
++  BDAY, /* ANNIVERSARY */
+   N,/* NAME: special case/mapping in 
vcard_parse_line() */
+-  NULL/* not implemented: ANNIVERSARY, ITEM_FIELDS */
++  NULL/* not implemented: ITEM_FIELDS */
+ };
+ 
+ enum {
+@@ -1673,7 +1674,7 @@
// vCard(the country name)
item_fput(item, COUNTRY, xstrdup(strsep(value, ;)));
  
@@ -10,7 +21,7 @@
  }
  
  static void
-@@ -2052,6 +2052,13 @@
+@@ -2052,6 +2053,13 @@
  
free(name);
  
@@ -18,7 +29,7 @@
 +fprintf(out, NICKNAME:%s\r\n,
 +safe_str(db_fget(item, NICK)));
 +  if(db_fget(item, ANNIVERSARY))
-+fprintf(out, BIRTHDAY:%s\r\n,
++fprintf(out, BDAY:%s\r\n,
 +safe_str(db_fget(item, ANNIVERSARY)));
 +
// see rfc6350 section 6.3.1



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

2013-11-10 Thread Gaetan Bisson
Date: Monday, November 11, 2013 @ 02:53:25
  Author: bisson
Revision: 199323

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

Added:
  abook/repos/extra-i686/PKGBUILD
(from rev 199322, abook/trunk/PKGBUILD)
  abook/repos/extra-i686/vcard.patch
(from rev 199322, abook/trunk/vcard.patch)
  abook/repos/extra-x86_64/PKGBUILD
(from rev 199322, abook/trunk/PKGBUILD)
  abook/repos/extra-x86_64/vcard.patch
(from rev 199322, abook/trunk/vcard.patch)
Deleted:
  abook/repos/extra-i686/PKGBUILD
  abook/repos/extra-i686/vcard.patch
  abook/repos/extra-x86_64/PKGBUILD
  abook/repos/extra-x86_64/vcard.patch

--+
 /PKGBUILD|   72 +++
 /vcard.patch |   74 +
 extra-i686/PKGBUILD  |   36 -
 extra-i686/vcard.patch   |   26 ---
 extra-x86_64/PKGBUILD|   36 -
 extra-x86_64/vcard.patch |   26 ---
 6 files changed, 146 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-11 01:52:46 UTC (rev 199322)
+++ extra-i686/PKGBUILD 2013-11-11 01:53:25 UTC (rev 199323)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Thayer Williams tha...@archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=abook
-pkgver=0.6.0pre2.20130928
-pkgrel=1
-pkgdesc='Text-based addressbook designed for use with Mutt'
-url='http://abook.sourceforge.net/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('git')
-depends=('readline')
-source=(abook::git://abook.git.sourceforge.net/gitroot/abook/abook#commit=2e3d4f7341e154bf09907aabcdfe73345cc72e68
-'vcard.patch')
-sha1sums=('SKIP'
-  'ac71e84812c5d57cb8ddaf5b03b7c25cbdf4c3db')
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-   patch -p1 -i ../vcard.patch
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-   cd po  make update-po
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-   make DESTDIR=${pkgdir} install
-}

Copied: abook/repos/extra-i686/PKGBUILD (from rev 199322, abook/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-11 01:53:25 UTC (rev 199323)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Thayer Williams tha...@archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=abook
+pkgver=0.6.0pre2.20131110
+pkgrel=1
+pkgdesc='Text-based addressbook designed for use with Mutt'
+url='http://abook.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('git')
+depends=('readline')
+source=(abook::git://abook.git.sourceforge.net/gitroot/abook/abook#commit=2e3d4f7341e154bf09907aabcdfe73345cc72e68
+'vcard.patch')
+sha1sums=('SKIP'
+  '7f58e32814510ae491fadaa9f06d787ccd2ecfcd')
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+   patch -p1 -i ../vcard.patch
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+   cd po  make update-po
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/vcard.patch
===
--- extra-i686/vcard.patch  2013-11-11 01:52:46 UTC (rev 199322)
+++ extra-i686/vcard.patch  2013-11-11 01:53:25 UTC (rev 199323)
@@ -1,26 +0,0 @@
-diff -Naur old/filter.c new/filter.c
 old/filter.c   2013-08-22 20:49:06.229337260 -1000
-+++ new/filter.c   2013-08-22 20:49:13.552700987 -1000
-@@ -1673,7 +1673,7 @@
-   // vCard(the country name)
-   item_fput(item, COUNTRY, xstrdup(strsep(value, ;)));
- 
--  if(*value) xfree(value);
-+  if(value) xfree(value);
- }
- 
- static void
-@@ -2052,6 +2052,13 @@
- 
-   free(name);
- 
-+  if(db_fget(item, NICK))
-+fprintf(out, NICKNAME:%s\r\n,
-+safe_str(db_fget(item, NICK)));
-+  if(db_fget(item, ANNIVERSARY))
-+fprintf(out, BIRTHDAY:%s\r\n,
-+safe_str(db_fget(item, ANNIVERSARY)));
-+
-   // see rfc6350 section 6.3.1
-   if(db_fget(item, ADDRESS)) {
-   fprintf(out, ADR:;%s;%s;%s;%s;%s;%s\r\n,

Copied: abook/repos/extra-i686/vcard.patch (from rev 199322, 
abook/trunk/vcard.patch)
===
--- extra-i686/vcard.patch  (rev 0)
+++ extra-i686/vcard.patch  2013-11-11 01:53:25 UTC (rev 199323)
@@ -0,0 +1,37 @@
+diff -aur old/filter.c new/filter.c
+--- old/filter.c   

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

2013-11-10 Thread Felix Yan
Date: Monday, November 11, 2013 @ 02:58:44
  Author: fyan
Revision: 100793

upgpkg: cgminer 3.8.1-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-11 01:15:53 UTC (rev 100792)
+++ PKGBUILD2013-11-11 01:58:44 UTC (rev 100793)
@@ -5,7 +5,7 @@
 # Contributor: David Manouchehri da...@davidmanouchehri.com
 
 pkgname=cgminer
-pkgver=3.8.0
+pkgver=3.8.1
 #_pkgver=3.6.6
 _pkgver=$pkgver
 pkgrel=1



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

2013-11-10 Thread Felix Yan
Date: Monday, November 11, 2013 @ 03:00:26
  Author: fyan
Revision: 100794

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 100793, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 100793, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 100793, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 100793, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 100793, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 100793, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  188 +
 /cgminer.conf.d  |   22 
 /cgminer.service |   16 +++
 community-i686/PKGBUILD  |   94 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   94 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 226 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-11 01:58:44 UTC (rev 100793)
+++ community-i686/PKGBUILD 2013-11-11 02:00:26 UTC (rev 100794)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: monson holymon...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: David Manouchehri da...@davidmanouchehri.com
-
-pkgname=cgminer
-pkgver=3.8.0
-#_pkgver=3.6.6
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc=Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libusbx' 'jansson')
-makedepends=('git')
-source=(git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver;
-$pkgname.conf.d
-$pkgname.service)
-backup=(etc/conf.d/$pkgname etc/$pkgname.conf)
-
-[ $CARCH == x86_64 ]  makedepends+=('yasm')
-
-prepare() {
-  cd $pkgname
-  # We have latest jansson and libusb - just use them
-
-  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.5.*||' \
-  -e 
's|JANSSON_LIBS=compat/jansson-2\.5/src/\.libs/libjansson\.a|JANSSON_LIBS=-ljansson|'
 \
-  -e 's|compat/Makefile||' \
-  -i ./configure.ac
-
-  sed -e 's|^JANSSON_INCLUDES= .*||' \
-  -e 's|^USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' \
-  -e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-  -i ./Makefile.am
-
-  #sed s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'|| -i 
./configure
-  #sed 's|subdirs=$subdirs compat/libusb\-1.0||' -i ./configure
-  #sed 's|subdirs=$subdirs compat/jansson\-2.5||' -i ./configure
-  #sed 
's|LIBUSB_LIBS=compat/libusb-1.0/libusb/.libs/libusb-1.0.a|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  #sed 
's|JANSSON_LIBS=compat/jansson-2.5/src/.libs/libjansson.a|JANSSON_LIBS=-ljansson|'
 -i ./configure
-  #sed 's|compat/Makefile ||' -i ./configure
-
-  #sed 's|JANSSON_INCLUDES = .*||' -i ./Makefile.in
-  #sed 's|USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  #sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-}
-
-build() {
-  cd $pkgname
-  
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS=-O2 -march=native -mtune=native -msse2
-  
-  # ./configure \
-
-  ./autogen.sh \
---prefix=/usr \
---enable-bflsc \
---enable-bitforce \
---enable-icarus \
---enable-modminer \
---enable-avalon \
---enable-klondike \
---enable-bitfury \
---enable-hashfast \
---enable-knc \
---enable-bab \
---with-system-libusb
-  
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -m755 miner.php api-example.* $pkgdir/usr/share/$pkgname
-
-  install -Dm644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $srcdir/$pkgname.conf.d $pkgdir/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf  $pkgname.conf
-  install -Dm644 $pkgname.conf $pkgdir/etc/$pkgname.conf
-}
-
-sha512sums=('SKIP'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-

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

2013-11-10 Thread Sébastien Luttringer
Date: Monday, November 11, 2013 @ 04:42:38
  Author: seblu
Revision: 100797

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

Added:
  keepalived/repos/community-i686/PKGBUILD
(from rev 100796, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-i686/keepalived.service
(from rev 100796, keepalived/trunk/keepalived.service)
  keepalived/repos/community-x86_64/PKGBUILD
(from rev 100796, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-x86_64/keepalived.service
(from rev 100796, keepalived/trunk/keepalived.service)
Deleted:
  keepalived/repos/community-i686/PKGBUILD
  keepalived/repos/community-i686/keepalived.service
  keepalived/repos/community-x86_64/PKGBUILD
  keepalived/repos/community-x86_64/keepalived.service

-+
 /PKGBUILD   |   76 ++
 /keepalived.service |   18 
 community-i686/PKGBUILD |   38 -
 community-i686/keepalived.service   |9 
 community-x86_64/PKGBUILD   |   38 -
 community-x86_64/keepalived.service |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-11 03:42:30 UTC (rev 100796)
+++ community-i686/PKGBUILD 2013-11-11 03:42:38 UTC (rev 100797)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-
-pkgname=keepalived
-pkgver=1.2.8
-pkgrel=1
-pkgdesc='Failover and monitoring daemon for LVS clusters'
-arch=('i686' 'x86_64')
-url='http://www.keepalived.org/'
-license=('GPL2')
-backup=('etc/keepalived/keepalived.conf')
-depends=('openssl' 'popt' 'libnl1')
-source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
-'keepalived.service')
-md5sums=('8a362b6cea145fd4393bf004d09b4057'
- '0a5171f4298528315e8a8004b55befb7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # clean pacakge init scripts
-  rm -r $pkgdir/etc/rc.d $pkgdir/etc/sysconfig
-  # move examples to /usr/share
-  install -d -m 755 $pkgdir/usr/share/$pkgname
-  mv $pkgdir/etc/keepalived/samples $pkgdir/usr/share/$pkgname/samples
-  # systemd
-  install -D -m 644 $srcdir/$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: keepalived/repos/community-i686/PKGBUILD (from rev 100796, 
keepalived/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-11 03:42:38 UTC (rev 100797)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+
+pkgname=keepalived
+pkgver=1.2.9
+pkgrel=1
+pkgdesc='Failover and monitoring daemon for LVS clusters'
+arch=('i686' 'x86_64')
+url='http://www.keepalived.org/'
+license=('GPL2')
+backup=('etc/keepalived/keepalived.conf')
+depends=('openssl' 'popt' 'libnl1')
+source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
+'keepalived.service')
+md5sums=('adfad98a2cc34230867d794ebc633492'
+ '0a5171f4298528315e8a8004b55befb7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # clean pacakge init scripts
+  rm -r $pkgdir/etc/rc.d $pkgdir/etc/sysconfig
+  # move examples to /usr/share
+  install -d -m 755 $pkgdir/usr/share/$pkgname
+  mv $pkgdir/etc/keepalived/samples $pkgdir/usr/share/$pkgname/samples
+  # systemd
+  install -D -m 644 $srcdir/$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/keepalived.service
===
--- community-i686/keepalived.service   2013-11-11 03:42:30 UTC (rev 100796)
+++ community-i686/keepalived.service   2013-11-11 03:42:38 UTC (rev 100797)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Keepalive Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/keepalived --dont-fork
-
-[Install]
-WantedBy=multi-user.target

Copied: keepalived/repos/community-i686/keepalived.service (from rev 100796, 
keepalived/trunk/keepalived.service)
===
--- community-i686/keepalived.service   (rev 0)
+++ community-i686/keepalived.service   2013-11-11 03:42:38 UTC (rev 100797)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Keepalive Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/keepalived --dont-fork
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD

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

2013-11-10 Thread Sébastien Luttringer
Date: Monday, November 11, 2013 @ 04:42:30
  Author: seblu
Revision: 100796

upgpkg: keepalived 1.2.9-1

Modified:
  keepalived/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-11 03:40:00 UTC (rev 100795)
+++ PKGBUILD2013-11-11 03:42:30 UTC (rev 100796)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli zukk...@gmail.com
 
 pkgname=keepalived
-pkgver=1.2.8
+pkgver=1.2.9
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
 'keepalived.service')
-md5sums=('8a362b6cea145fd4393bf004d09b4057'
+md5sums=('adfad98a2cc34230867d794ebc633492'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {



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

2013-11-10 Thread Thomas Dziedzic
Date: Monday, November 11, 2013 @ 05:43:26
  Author: td123
Revision: 199327

upgpkg: vim 7.4.86-1

bump

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-11 03:44:43 UTC (rev 199326)
+++ PKGBUILD2013-11-11 04:43:26 UTC (rev 199327)
@@ -6,11 +6,11 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
 _topver=7.4
-_patchlevel=16
-__hgrev=d17ef148ada4
+_patchlevel=86
+__hgrev=f6940759212d
 _versiondir=vim${_topver//./}
 pkgver=${_topver}.${_patchlevel}
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom:vim')
 url=http://www.vim.org;
@@ -20,7 +20,7 @@
 'vimrc'
 'archlinux.vim'
 'gvim.desktop')
-md5sums=('733cce44a08ea953ad0e1f9d574670e0'
+md5sums=('436d4d3c6402ce20309bf2cdedce63c0'
  'SKIP'
  'b9d4dcb9d3ee2e151dc4be1e94934f6a'
  '10353a61aadc3f276692d0e17db1478e'



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

2013-11-10 Thread Thomas Dziedzic
Date: Monday, November 11, 2013 @ 05:45:51
  Author: td123
Revision: 199328

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

Added:
  vim/repos/testing-i686/
  vim/repos/testing-i686/PKGBUILD
(from rev 199327, vim/trunk/PKGBUILD)
  vim/repos/testing-i686/archlinux.vim
(from rev 199327, vim/trunk/archlinux.vim)
  vim/repos/testing-i686/gvim.desktop
(from rev 199327, vim/trunk/gvim.desktop)
  vim/repos/testing-i686/gvim.install
(from rev 199327, vim/trunk/gvim.install)
  vim/repos/testing-i686/vimrc
(from rev 199327, vim/trunk/vimrc)
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 199327, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 199327, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/gvim.desktop
(from rev 199327, vim/trunk/gvim.desktop)
  vim/repos/testing-x86_64/gvim.install
(from rev 199327, vim/trunk/gvim.install)
  vim/repos/testing-x86_64/vimrc
(from rev 199327, vim/trunk/vimrc)

--+
 testing-i686/PKGBUILD|  227 +
 testing-i686/archlinux.vim   |   26 
 testing-i686/gvim.desktop|   63 +++
 testing-i686/gvim.install|   11 +
 testing-i686/vimrc   |   16 ++
 testing-x86_64/PKGBUILD  |  227 +
 testing-x86_64/archlinux.vim |   26 
 testing-x86_64/gvim.desktop  |   63 +++
 testing-x86_64/gvim.install  |   11 +
 testing-x86_64/vimrc |   16 ++
 10 files changed, 686 insertions(+)

Copied: vim/repos/testing-i686/PKGBUILD (from rev 199327, vim/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-11 04:45:51 UTC (rev 199328)
@@ -0,0 +1,227 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+_topver=7.4
+_patchlevel=86
+__hgrev=f6940759212d
+_versiondir=vim${_topver//./}
+pkgver=${_topver}.${_patchlevel}
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('custom:vim')
+url=http://www.vim.org;
+makedepends=('gpm' 'python2' 'ruby' 'libxt' 'desktop-file-utils' 'gtk2' 'lua')
+source=(ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz;
+ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig;
+'vimrc'
+'archlinux.vim'
+'gvim.desktop')
+md5sums=('436d4d3c6402ce20309bf2cdedce63c0'
+ 'SKIP'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
+ '10353a61aadc3f276692d0e17db1478e'
+ 'd90413bd21f400313a785bb4010120cd')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/hg ]] || (echo hg not found. Install mercurial.  return 1)
+
+  __hgroot='http://vim.googlecode.com/hg/'
+  __hgrepo='vim'
+  __hgbranch='default'
+
+  hg clone -b ${__hgbranch} -u ${__hgrev} ${__hgroot}${__hgrepo} ${__hgrepo}
+
+  pushd ${__hgrepo}
+  if (( $(hg id -n)  $(hg id -nr ${__hgbranch}) )); then
+printf 'You are not building the latest revision!\n'
+printf Consider updating __hgrev to $(hg id -r ${__hgbranch}).\n
+  fi
+  popd
+
+  mv vim ${pkgname}-${pkgver}
+  find ${pkgname}-${pkgver} -depth -type d -name .hg -exec rm -rf {} \;
+  rm ${pkgname}-${pkgver}/{.hgignore,.hgtags}
+  tar -cJf ${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  rm -r ${pkgname}-${pkgver}
+
+  gpg --detach-sign ${pkgname}-${pkgver}.tar.xz
+
+  scp ${pkgname}-${pkgver}.tar.xz nym:/srv/ftp/other/vim/
+  scp ${pkgname}-${pkgver}.tar.xz.sig nym:/srv/ftp/other/vim/
+}
+
+build() {
+  cp -a ${pkgname}-${pkgver} vim-build
+
+  # define the place for the global (g)vimrc file (set to /etc/vimrc)
+  sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+  sed -i 's|^.*\(#define VIMRC_FILE.*\) .*$|\1|' \
+vim-build/src/feature.h
+
+  (cd vim-build/src  autoconf)
+
+  cp -a vim-build gvim-build
+
+  cd ${srcdir}/vim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=no \
+--disable-gui \
+--enable-multibyte \
+--enable-cscope \
+--disable-netbeans \
+--enable-perlinterp \
+--disable-pythoninterp \
+--disable-python3interp \
+--disable-rubyinterp \
+--disable-luainterp
+
+  make
+
+  cd ${srcdir}/gvim-build
+
+  ./configure \
+--prefix=/usr \
+--localstatedir=/var/lib/vim \
+--with-features=huge \
+--with-compiledby='Arch Linux' \
+--enable-gpm \
+--enable-acl \
+--with-x=yes \
+--enable-gui=gtk2 \
+--enable-multibyte \
+--enable-cscope \
+--enable-netbeans \
+--enable-perlinterp \
+--enable-pythoninterp \
+