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

2014-04-08 Thread Andrea Scarpino
Date: Tuesday, April 8, 2014 @ 09:08:08
  Author: andrea
Revision: 209893

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-08 07:07:58 UTC (rev 209892)
+++ extra-i686/PKGBUILD 2014-04-08 07:08:08 UTC (rev 209893)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=prison
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/prison'
-license=('GPL')
-depends=('qt4' 'libdmtx' 'qrencode')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/1.1/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d809eaf66b0954dc28e8d63afca838ed')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: prison/repos/extra-i686/PKGBUILD (from rev 209892, 
prison/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-08 07:08:08 UTC (rev 209893)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=prison
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/prison'
+license=('GPL')
+depends=('qt4' 'libdmtx' 'qrencode')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0901ebed8be8da7055fcf534d55bd6cc')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-08 07:07:58 UTC (rev 209892)
+++ extra-x86_64/PKGBUILD   2014-04-08 07:08:08 UTC (rev 209893)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=prison
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kdesupport/prison'
-license=('GPL')
-depends=('qt4' 'libdmtx' 'qrencode')
-makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/1.1/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d809eaf66b0954dc28e8d63afca838ed')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: prison/repos/extra-x86_64/PKGBUILD (from rev 209892, 
prison/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-04-08 07:08:08 UTC (rev 209893)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=prison
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kdesupport/prison'
+license=('GPL')
+depends=('qt4' 'libdmtx' 'qrencode')
+makedepends=('cmake')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0901ebed8be8da7055fcf534d55bd6cc')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-04-08 Thread Andrea Scarpino
Date: Tuesday, April 8, 2014 @ 09:07:58
  Author: andrea
Revision: 209892

upgpkg: prison 1.1.1-1

Upstream release

Modified:
  prison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 04:55:34 UTC (rev 209891)
+++ PKGBUILD2014-04-08 07:07:58 UTC (rev 209892)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=prison
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc=A barcode API to produce QRCode barcodes and DataMatrix barcodes
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@
 license=('GPL')
 depends=('qt4' 'libdmtx' 'qrencode')
 makedepends=('cmake')
-source=(http://download.kde.org/stable/${pkgname}/1.1/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('d809eaf66b0954dc28e8d63afca838ed')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0901ebed8be8da7055fcf534d55bd6cc')
 
 prepare() {
   mkdir build



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

2014-04-08 Thread Andrea Scarpino
Date: Tuesday, April 8, 2014 @ 09:14:42
  Author: andrea
Revision: 209894

upgpkg: libkgapi 2.1.1-1

Upstream release

Modified:
  libkgapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 07:08:08 UTC (rev 209893)
+++ PKGBUILD2014-04-08 07:14:42 UTC (rev 209894)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libkgapi
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc=A KDE-based library for accessing various Google services via their 
public API
 url='https://projects.kde.org/projects/extragear/libs/libkgapi'
@@ -13,7 +13,7 @@
 replaces=('akonadi-google' 'libkgoogle')
 conflicts=('akonadi-google' 'libkgoogle')
 
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('94afbdf8996943eceb1c23e4abd0ca4f')
+md5sums=('b93450d22cfc7d11f4d070691f4b39a0')
 
 prepare() {
   mkdir build



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

2014-04-08 Thread Andrea Scarpino
Date: Tuesday, April 8, 2014 @ 09:14:51
  Author: andrea
Revision: 209895

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-08 07:14:42 UTC (rev 209894)
+++ extra-i686/PKGBUILD 2014-04-08 07:14:51 UTC (rev 209895)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkgapi
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=A KDE-based library for accessing various Google services via their 
public API
-url='https://projects.kde.org/projects/extragear/libs/libkgapi'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs')
-makedepends=('cmake' 'automoc4' 'boost')
-replaces=('akonadi-google' 'libkgoogle')
-conflicts=('akonadi-google' 'libkgoogle')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('94afbdf8996943eceb1c23e4abd0ca4f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE4_BUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkgapi/repos/extra-i686/PKGBUILD (from rev 209894, 
libkgapi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-08 07:14:51 UTC (rev 209895)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+replaces=('akonadi-google' 'libkgoogle')
+conflicts=('akonadi-google' 'libkgoogle')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b93450d22cfc7d11f4d070691f4b39a0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE4_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-08 07:14:42 UTC (rev 209894)
+++ extra-x86_64/PKGBUILD   2014-04-08 07:14:51 UTC (rev 209895)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkgapi
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=A KDE-based library for accessing various Google services via their 
public API
-url='https://projects.kde.org/projects/extragear/libs/libkgapi'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdepimlibs')
-makedepends=('cmake' 'automoc4' 'boost')
-replaces=('akonadi-google' 'libkgoogle')
-conflicts=('akonadi-google' 'libkgoogle')
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('94afbdf8996943eceb1c23e4abd0ca4f')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE4_BUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkgapi/repos/extra-x86_64/PKGBUILD (from rev 209894, 
libkgapi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-04-08 07:14:51 UTC (rev 209895)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkgapi
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=A KDE-based library for accessing various Google services via their 
public API
+url='https://projects.kde.org/projects/extragear/libs/libkgapi'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdepimlibs')
+makedepends=('cmake' 'automoc4' 'boost')
+replaces=('akonadi-google' 'libkgoogle')
+conflicts=('akonadi-google' 'libkgoogle')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('b93450d22cfc7d11f4d070691f4b39a0')
+
+prepare() {
+  mkdir build
+}

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

2014-04-08 Thread Andrea Scarpino
Date: Tuesday, April 8, 2014 @ 09:26:43
  Author: andrea
Revision: 209897

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

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

--+
 /PKGBUILD|   74 +
 /akonadi.install |   22 
 extra-i686/PKGBUILD  |   37 
 extra-i686/akonadi.install   |   11 --
 extra-x86_64/PKGBUILD|   37 
 extra-x86_64/akonadi.install |   11 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-08 07:26:35 UTC (rev 209896)
+++ extra-i686/PKGBUILD 2014-04-08 07:26:43 UTC (rev 209897)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=akonadi
-pkgver=1.12.0
-pkgrel=1
-pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
-arch=('i686' 'x86_64')
-url='http://community.kde.org/KDE_PIM/Akonadi'
-license=('LGPL')
-depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
-makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
-optdepends=('postgresql: PostgreSQL backend')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3fb6703072410534bce51bbc3e6aa6e4')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
--DQT_QMAKE_EXECUTABLE=qmake-qt4 \
--DAKONADI_BUILD_TESTS=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: akonadi/repos/extra-i686/PKGBUILD (from rev 209896, 
akonadi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-08 07:26:43 UTC (rev 209897)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=akonadi
+pkgver=1.12.1
+pkgrel=1
+pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
+arch=('i686' 'x86_64')
+url='http://community.kde.org/KDE_PIM/Akonadi'
+license=('LGPL')
+depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano')
+makedepends=('cmake' 'automoc4' 'boost' 'postgresql')
+optdepends=('postgresql: PostgreSQL backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('9a4a99d10e003a267a515fc60de4f817')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DINSTALL_QSQLITE_IN_QT_PREFIX=TRUE \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DAKONADI_BUILD_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/akonadi.install
===
--- extra-i686/akonadi.install  2014-04-08 07:26:35 UTC (rev 209896)
+++ extra-i686/akonadi.install  2014-04-08 07:26:43 UTC (rev 209897)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: akonadi/repos/extra-i686/akonadi.install (from rev 209896, 
akonadi/trunk/akonadi.install)
===
--- extra-i686/akonadi.install  (rev 0)
+++ extra-i686/akonadi.install  2014-04-08 07:26:43 UTC (rev 209897)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-08 07:26:35 UTC (rev 209896)
+++ extra-x86_64/PKGBUILD   2014-04-08 07:26:43 UTC (rev 209897)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=akonadi
-pkgver=1.12.0
-pkgrel=1
-pkgdesc=PIM layer, which provides an asynchronous API to 

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

2014-04-08 Thread Andrea Scarpino
Date: Tuesday, April 8, 2014 @ 09:26:35
  Author: andrea
Revision: 209896

upgpkg: akonadi 1.12.1-1

Upstream release

Modified:
  akonadi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 07:14:51 UTC (rev 209895)
+++ PKGBUILD2014-04-08 07:26:35 UTC (rev 209896)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=akonadi
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc=PIM layer, which provides an asynchronous API to access all kind of 
PIM data
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 optdepends=('postgresql: PostgreSQL backend')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3fb6703072410534bce51bbc3e6aa6e4')
+md5sums=('9a4a99d10e003a267a515fc60de4f817')
 
 prepare() {
   mkdir build



[arch-commits] Commit in akonadi (kde-unstable)

2014-04-08 Thread Andrea Scarpino
Date: Tuesday, April 8, 2014 @ 09:28:45
  Author: andrea
Revision: 209900

Cleanup

Deleted:
  akonadi/kde-unstable/



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

2014-04-08 Thread Andrea Scarpino
Date: Tuesday, April 8, 2014 @ 09:29:51
  Author: andrea
Revision: 209902

upgpkg: qt4 4.8.5-9

icu rebuild

Modified:
  qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 07:29:29 UTC (rev 209901)
+++ PKGBUILD2014-04-08 07:29:51 UTC (rev 209902)
@@ -4,7 +4,7 @@
 
 pkgname=qt4
 pkgver=4.8.5
-pkgrel=8
+pkgrel=9
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')



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

2014-04-08 Thread Andrea Scarpino
Date: Tuesday, April 8, 2014 @ 09:29:29
  Author: andrea
Revision: 209901

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

Added:
  kdevelop-python2/repos/extra-i686/
  kdevelop-python2/repos/extra-i686/PKGBUILD
(from rev 209900, kdevelop-python2/trunk/PKGBUILD)
  kdevelop-python2/repos/extra-x86_64/
  kdevelop-python2/repos/extra-x86_64/PKGBUILD
(from rev 209900, kdevelop-python2/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   32 
 extra-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: kdevelop-python2/repos/extra-i686/PKGBUILD (from rev 209900, 
kdevelop-python2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-08 07:29:29 UTC (rev 209901)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-python2
+pkgver=1.6.0
+_pkgver=4.6.0
+pkgrel=1
+pkgdesc=Python 2 language and documentation plugin for KDevelop
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop' 'python2')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
+sha1sums=('88618dbd3a80d5193f49f6c61a6ad02a5e9c0652')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdevelop-python2/repos/extra-x86_64/PKGBUILD (from rev 209900, 
kdevelop-python2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-04-08 07:29:29 UTC (rev 209901)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-python2
+pkgver=1.6.0
+_pkgver=4.6.0
+pkgrel=1
+pkgdesc=Python 2 language and documentation plugin for KDevelop
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop' 'python2')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
+sha1sums=('88618dbd3a80d5193f49f6c61a6ad02a5e9c0652')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2014-04-08 Thread Andrea Scarpino
Date: Tuesday, April 8, 2014 @ 09:30:50
  Author: andrea
Revision: 209904

upgpkg: qt5 5.2.1-2

icu rebuild

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 07:30:22 UTC (rev 209903)
+++ PKGBUILD2014-04-08 07:30:50 UTC (rev 209904)
@@ -22,12 +22,12 @@
  'qt5-x11extras'
  'qt5-xmlpatterns')
 pkgver=5.2.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://qt-project.org/'
 license=('GPL3' 'LGPL' 'FDL' 'custom')
 makedepends=('libxcb' 'xcb-proto' 'xcb-util' 'xcb-util-image' 'xcb-util-wm' 
'xcb-util-keysyms'
-'mesa' 'at-spi2-core' 'alsa-lib' 'gstreamer0.10-base-plugins' 
'libmng'
+'mesa' 'at-spi2-core' 'alsa-lib' 'gst-plugins-base-libs' 'libmng'
 'libjpeg-turbo' 'cups' 'libpulse' 'hicolor-icon-theme' 
'desktop-file-utils'
 'postgresql-libs' 'libmariadbclient' 'sqlite' 'unixodbc' 
'libfbclient'
 'python2' 'ruby' 'gperf' 'libxslt' 'libxcomposite' 'fontconfig'
@@ -218,7 +218,7 @@
 
 package_qt5-multimedia() {
   pkgdesc='A cross-platform application and UI framework (QtMultimedia)'
-  depends=('qt5-declarative' 'libpulse' 'gstreamer0.10-base' 'openal')
+  depends=('qt5-declarative' 'libpulse' 'gst-plugins-base' 'openal')
   conflicts=('qt')
 
   cd ${_pkgfqn}/qtmultimedia
@@ -245,7 +245,7 @@
 
 package_qt5-imageformats() {
   pkgdesc='A cross-platform application and UI framework (Images plugins)'
-  depends=('qt5-base' 'libtiff')
+  depends=('qt5-base' 'libtiff' 'libmng')
   conflicts=('qt')
 
   cd ${_pkgfqn}/qtimageformats
@@ -414,7 +414,7 @@
 
 package_qt5-webkit() {
   pkgdesc='A cross-platform application and UI framework (QtWebKit)'
-  depends=('qt5-sensors' 'qt5-location' 'gstreamer0.10-base' 'libxslt' 
'libxcomposite')
+  depends=('qt5-sensors' 'qt5-location' 'gst-plugins-base' 'libxslt' 
'libxcomposite')
   license=('GPL3' 'LGPL' 'FDL')
 
   cd ${_pkgfqn}/qtwebkit



[arch-commits] Commit in qt4/repos (28 files)

2014-04-08 Thread Andrea Scarpino
Date: Tuesday, April 8, 2014 @ 09:30:22
  Author: andrea
Revision: 209903

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

Added:
  qt4/repos/staging-i686/
  qt4/repos/staging-i686/CVE-2013-4549.patch
(from rev 209902, qt4/trunk/CVE-2013-4549.patch)
  qt4/repos/staging-i686/PKGBUILD
(from rev 209902, qt4/trunk/PKGBUILD)
  qt4/repos/staging-i686/assistant-qt4.desktop
(from rev 209902, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/staging-i686/designer-qt4.desktop
(from rev 209902, qt4/trunk/designer-qt4.desktop)
  qt4/repos/staging-i686/improve-cups-support.patch
(from rev 209902, qt4/trunk/improve-cups-support.patch)
  qt4/repos/staging-i686/libmng2.patch
(from rev 209902, qt4/trunk/libmng2.patch)
  qt4/repos/staging-i686/linguist-qt4.desktop
(from rev 209902, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/staging-i686/qdbusviewer-qt4.desktop
(from rev 209902, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/staging-i686/qt4.install
(from rev 209902, qt4/trunk/qt4.install)
  qt4/repos/staging-i686/qtbug-31579.patch
(from rev 209902, qt4/trunk/qtbug-31579.patch)
  qt4/repos/staging-i686/qtbug-32534.patch
(from rev 209902, qt4/trunk/qtbug-32534.patch)
  qt4/repos/staging-i686/qtbug-32908.patch
(from rev 209902, qt4/trunk/qtbug-32908.patch)
  qt4/repos/staging-i686/qtconfig-qt4.desktop
(from rev 209902, qt4/trunk/qtconfig-qt4.desktop)
  qt4/repos/staging-x86_64/
  qt4/repos/staging-x86_64/CVE-2013-4549.patch
(from rev 209902, qt4/trunk/CVE-2013-4549.patch)
  qt4/repos/staging-x86_64/PKGBUILD
(from rev 209902, qt4/trunk/PKGBUILD)
  qt4/repos/staging-x86_64/assistant-qt4.desktop
(from rev 209902, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/staging-x86_64/designer-qt4.desktop
(from rev 209902, qt4/trunk/designer-qt4.desktop)
  qt4/repos/staging-x86_64/improve-cups-support.patch
(from rev 209902, qt4/trunk/improve-cups-support.patch)
  qt4/repos/staging-x86_64/libmng2.patch
(from rev 209902, qt4/trunk/libmng2.patch)
  qt4/repos/staging-x86_64/linguist-qt4.desktop
(from rev 209902, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/staging-x86_64/qdbusviewer-qt4.desktop
(from rev 209902, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/staging-x86_64/qt4.install
(from rev 209902, qt4/trunk/qt4.install)
  qt4/repos/staging-x86_64/qtbug-31579.patch
(from rev 209902, qt4/trunk/qtbug-31579.patch)
  qt4/repos/staging-x86_64/qtbug-32534.patch
(from rev 209902, qt4/trunk/qtbug-32534.patch)
  qt4/repos/staging-x86_64/qtbug-32908.patch
(from rev 209902, qt4/trunk/qtbug-32908.patch)
  qt4/repos/staging-x86_64/qtconfig-qt4.desktop
(from rev 209902, qt4/trunk/qtconfig-qt4.desktop)

---+
 staging-i686/CVE-2013-4549.patch  |  233 
 staging-i686/PKGBUILD |  165 +++
 staging-i686/assistant-qt4.desktop|9 +
 staging-i686/designer-qt4.desktop |   11 +
 staging-i686/improve-cups-support.patch   |   84 ++
 staging-i686/libmng2.patch|   35 
 staging-i686/linguist-qt4.desktop |   10 +
 staging-i686/qdbusviewer-qt4.desktop  |   10 +
 staging-i686/qt4.install  |   12 +
 staging-i686/qtbug-31579.patch|  146 +
 staging-i686/qtbug-32534.patch|   40 
 staging-i686/qtbug-32908.patch|   40 
 staging-i686/qtconfig-qt4.desktop |9 +
 staging-x86_64/CVE-2013-4549.patch|  233 
 staging-x86_64/PKGBUILD   |  165 +++
 staging-x86_64/assistant-qt4.desktop  |9 +
 staging-x86_64/designer-qt4.desktop   |   11 +
 staging-x86_64/improve-cups-support.patch |   84 ++
 staging-x86_64/libmng2.patch  |   35 
 staging-x86_64/linguist-qt4.desktop   |   10 +
 staging-x86_64/qdbusviewer-qt4.desktop|   10 +
 staging-x86_64/qt4.install|   12 +
 staging-x86_64/qtbug-31579.patch  |  146 +
 staging-x86_64/qtbug-32534.patch  |   40 
 staging-x86_64/qtbug-32908.patch  |   40 
 staging-x86_64/qtconfig-qt4.desktop   |9 +
 26 files changed, 1608 insertions(+)

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


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

2014-04-08 Thread Andrea Scarpino
Date: Tuesday, April 8, 2014 @ 09:31:10
  Author: andrea
Revision: 209905

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

Added:
  qt5/repos/staging-i686/
  qt5/repos/staging-i686/PKGBUILD
(from rev 209904, qt5/trunk/PKGBUILD)
  qt5/repos/staging-i686/assistant.desktop
(from rev 209904, qt5/trunk/assistant.desktop)
  qt5/repos/staging-i686/designer.desktop
(from rev 209904, qt5/trunk/designer.desktop)
  qt5/repos/staging-i686/linguist.desktop
(from rev 209904, qt5/trunk/linguist.desktop)
  qt5/repos/staging-i686/qdbusviewer.desktop
(from rev 209904, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/staging-i686/qt5-tools.install
(from rev 209904, qt5/trunk/qt5-tools.install)
  qt5/repos/staging-i686/use-python2.patch
(from rev 209904, qt5/trunk/use-python2.patch)
  qt5/repos/staging-x86_64/
  qt5/repos/staging-x86_64/PKGBUILD
(from rev 209904, qt5/trunk/PKGBUILD)
  qt5/repos/staging-x86_64/assistant.desktop
(from rev 209904, qt5/trunk/assistant.desktop)
  qt5/repos/staging-x86_64/designer.desktop
(from rev 209904, qt5/trunk/designer.desktop)
  qt5/repos/staging-x86_64/linguist.desktop
(from rev 209904, qt5/trunk/linguist.desktop)
  qt5/repos/staging-x86_64/qdbusviewer.desktop
(from rev 209904, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/staging-x86_64/qt5-tools.install
(from rev 209904, qt5/trunk/qt5-tools.install)
  qt5/repos/staging-x86_64/use-python2.patch
(from rev 209904, qt5/trunk/use-python2.patch)

+
 staging-i686/PKGBUILD  |  444 +++
 staging-i686/assistant.desktop |8 
 staging-i686/designer.desktop  |   10 
 staging-i686/linguist.desktop  |9 
 staging-i686/qdbusviewer.desktop   |9 
 staging-i686/qt5-tools.install |   12 
 staging-i686/use-python2.patch |   88 ++
 staging-x86_64/PKGBUILD|  444 +++
 staging-x86_64/assistant.desktop   |8 
 staging-x86_64/designer.desktop|   10 
 staging-x86_64/linguist.desktop|9 
 staging-x86_64/qdbusviewer.desktop |9 
 staging-x86_64/qt5-tools.install   |   12 
 staging-x86_64/use-python2.patch   |   88 ++
 14 files changed, 1160 insertions(+)

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


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

2014-04-08 Thread Felix Yan
Date: Tuesday, April 8, 2014 @ 09:50:23
  Author: fyan
Revision: 209906

upgpkg: texlive-bin 2013.30973-9

- icu 53 rebuild

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 07:31:10 UTC (rev 209905)
+++ PKGBUILD2014-04-08 07:50:23 UTC (rev 209906)
@@ -4,7 +4,7 @@
 
 pkgname=texlive-bin
 pkgver=2013.30973
-pkgrel=8
+pkgrel=9
 _biber_ver=1.8 # for biblatex 2.8 only.
 pkgdesc=TeX Live binaries
 license=('GPL')



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

2014-04-08 Thread Felix Yan
Date: Tuesday, April 8, 2014 @ 09:52:01
  Author: fyan
Revision: 209907

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

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 209906, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch
(from rev 209906, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 209906, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 209906, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch
(from rev 209906, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 209906, texlive-bin/trunk/texlive.install)

-+
 staging-i686/PKGBUILD   |  312 ++
 staging-i686/fix-fontforge-encoding.patch   |   12 +
 staging-i686/texlive.install|   50 
 staging-x86_64/PKGBUILD |  312 ++
 staging-x86_64/fix-fontforge-encoding.patch |   12 +
 staging-x86_64/texlive.install  |   50 
 6 files changed, 748 insertions(+)

Copied: texlive-bin/repos/staging-i686/PKGBUILD (from rev 209906, 
texlive-bin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-04-08 07:52:01 UTC (rev 209907)
@@ -0,0 +1,312 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: francois francois.archlinux.org
+
+pkgname=texlive-bin
+pkgver=2013.30973
+pkgrel=9
+_biber_ver=1.8 # for biblatex 2.8 only.
+pkgdesc=TeX Live binaries
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler=0.24.4'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu')
+makedepends=('perl' 'clisp' 'ffcall')
+optdepends=('ed: for texconfig')
+provides=('lcdf-typetools' 'kpathsea' 'xindy' 'pdfjam')
+conflicts=('pdfjam')
+options=('!strip')
+url='http://tug.org/texlive/'
+install=texlive.install
+source=('fix-fontforge-encoding.patch'
+
http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
+
http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_64.tar.gz;
+
http://downloads.sourceforge.net/project/biblatex-biber/biblatex-biber/${_biber_ver}/binaries/Linux/biber-linux_x86_32.tar.gz;
+)
+noextract=(biber-linux_x86_64.tar.gz
+   biber-linux_x86_32.tar.gz)
+md5sums=('bfb9716aa00c86c08cd31e5b32edeb98'
+ '0a8ffd5c0002a080a4202057b1f106c6'
+ '64715ade77a7d659fd43be8773ebfdb9'
+ '1011bee56611d55a1818a8698afdc6ed')
+
+build() {
+   cd $srcdir
+
+   if [ ${CARCH} = x86_64 ]; then
+ export CFLAGS=${CFLAGS} -fPIC
+ export CXXFLAGS=${CXXFLAGS} -fPIC
+ tar xf biber-linux_x86_64.tar.gz 
+   else
+ tar xf biber-linux_x86_32.tar.gz
+   fi
+
+   # this patch removes spurious error message with locale xx_YY.utf8
+   #patch -Np0 -i fix-fontforge-encoding.patch
+   # t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+   sed -i s/SELFAUTOPARENT/TEXMFROOT/ source/texk/tex4htk/t4ht.c
+   #
+   ### configure
+   cd source
+   ## prevent compiling Xdvi with libXp
+   sed -i~ 's|-lXp ||' texk/xdvik/configure
+   test ! -d Work  mkdir Work
+   cd Work
+   echo -- Initial configuration...
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   # system zlib is disabled due to issues with zlib 1.2.6 (FS#28221)
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add=/Arch Linux \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --enable-shared \
+ --disable-static \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
+ --with-system-ncurses \
+ --with-system-t1lib \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ --with-system-freetype2 \
+ --with-system-pixman \
+ --with-system-cairo \
+ --with-system-harfbuzz \
+ --with-system-graphite \
+ --with-system-icu \
+ --with-freetype2-libdir=/usr/lib \
+ --with-freetype2-include=/usr/include/freetype2 \
+ --with-xdvi-x-toolkit=xaw \
+ --disable-dump-share \
+ --disable-aleph \
+ --enable-luatex \
+ 

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

2014-04-08 Thread Felix Yan
Date: Tuesday, April 8, 2014 @ 10:45:26
  Author: fyan
Revision: 209908

upgpkg: brltty 4.5-8

- icu 53 rebuild

Modified:
  brltty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 07:52:01 UTC (rev 209907)
+++ PKGBUILD2014-04-08 08:45:26 UTC (rev 209908)
@@ -5,7 +5,7 @@
 
 pkgname=brltty
 pkgver=4.5
-pkgrel=7
+pkgrel=8
 pkgdesc=Braille display driver for Linux/Unix
 arch=(i686 x86_64)
 url=http://mielke.cc/brltty;



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

2014-04-08 Thread Felix Yan
Date: Tuesday, April 8, 2014 @ 10:46:44
  Author: fyan
Revision: 209909

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

Added:
  brltty/repos/staging-i686/
  brltty/repos/staging-i686/PKGBUILD
(from rev 209908, brltty/trunk/PKGBUILD)
  brltty/repos/staging-i686/brltty.install
(from rev 209908, brltty/trunk/brltty.install)
  brltty/repos/staging-i686/brltty.service
(from rev 209908, brltty/trunk/brltty.service)
  brltty/repos/staging-x86_64/
  brltty/repos/staging-x86_64/PKGBUILD
(from rev 209908, brltty/trunk/PKGBUILD)
  brltty/repos/staging-x86_64/brltty.install
(from rev 209908, brltty/trunk/brltty.install)
  brltty/repos/staging-x86_64/brltty.service
(from rev 209908, brltty/trunk/brltty.service)

---+
 staging-i686/PKGBUILD |   50 
 staging-i686/brltty.install   |   20 
 staging-i686/brltty.service   |   12 +
 staging-x86_64/PKGBUILD   |   50 
 staging-x86_64/brltty.install |   20 
 staging-x86_64/brltty.service |   12 +
 6 files changed, 164 insertions(+)

Copied: brltty/repos/staging-i686/PKGBUILD (from rev 209908, 
brltty/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-04-08 08:46:44 UTC (rev 209909)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=4.5
+pkgrel=8
+pkgdesc=Braille display driver for Linux/Unix
+arch=(i686 x86_64)
+url=http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl cython)
+makedepends=(bluez-libs at-spi2-core tcl)
+optdepends=('bluez-libs: bluetooth support'
+'at-spi2-core: X11/GNOME Apps accessibility'
+'atk: ATK bridge for X11/GNOME accessibility')
+backup=(etc/brltty.conf)
+options=('!emptydirs')
+install=brltty.install
+source=(https://github.com/brltty/brltty/archive/${pkgname^^}-$pkgver.tar.gz
+brltty.service)
+
+prepare() {
+  cd $pkgname-${pkgname^^}-$pkgver
+  ./autogen
+}
+
+build() {
+  cd $pkgname-${pkgname^^}-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--mandir=/usr/share/man \
+--with-tables-directory=/usr/share/brltty \
+--with-screen-driver=lx \
+--enable-gpm \
+--disable-java-bindings \
+--disable-static
+
+  make
+}
+
+package() {
+  cd $pkgname-${pkgname^^}-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+  install -Dm644 Documents/brltty.conf $pkgdir/etc/brltty.conf
+  install -Dm644 ../brltty.service 
$pkgdir/usr/lib/systemd/system/brltty.service
+}
+
+md5sums=('c21cfd64fd84b21739383e63e1ec81b3'
+ '0cad54bb5470122535f5e3a11d5ca123')

Copied: brltty/repos/staging-i686/brltty.install (from rev 209908, 
brltty/trunk/brltty.install)
===
--- staging-i686/brltty.install (rev 0)
+++ staging-i686/brltty.install 2014-04-08 08:46:44 UTC (rev 209909)
@@ -0,0 +1,20 @@
+post_install () {
+ getent group brlapi  /dev/null || groupadd -r brlapi
+ if [ ! -e /etc/brlapi.key ]; then
+ mcookie /etc/brlapi.key
+ chmod 0640 /etc/brlapi.key
+ chgrp brlapi /etc/brlapi.key
+ echo Please add your user to the brlapi group.
+ fi
+}
+
+post_upgrade () {
+post_install
+}
+
+post_remove () {
+getent group brlapi /dev/null 21  groupdel brlapi
+if [ -e /etc/brlapi.key ]; then
+rm -f /etc/brlapi.key
+fi
+}

Copied: brltty/repos/staging-i686/brltty.service (from rev 209908, 
brltty/trunk/brltty.service)
===
--- staging-i686/brltty.service (rev 0)
+++ staging-i686/brltty.service 2014-04-08 08:46:44 UTC (rev 209909)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Braille Console Driver
+DefaultDependencies=no
+Before=sysinit.target
+
+[Service]
+ExecStart=/usr/bin/brltty --pid-file=/run/brltty.pid
+Type=forking
+PIDFile=/run/brltty.pid
+
+[Install]
+WantedBy=sysinit.target

Copied: brltty/repos/staging-x86_64/PKGBUILD (from rev 209908, 
brltty/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-04-08 08:46:44 UTC (rev 209909)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=4.5
+pkgrel=8
+pkgdesc=Braille display driver for Linux/Unix
+arch=(i686 x86_64)
+url=http://mielke.cc/brltty;
+license=(GPL LGPL)
+depends=(libxaw gpm icu tcl cython)
+makedepends=(bluez-libs at-spi2-core tcl)

[arch-commits] Commit in perl-dbd-odbc/trunk (PKGBUILD)

2014-04-08 Thread Sergej Pupykin
Date: Tuesday, April 8, 2014 @ 11:20:36
  Author: spupykin
Revision: 108957

upgpkg: perl-dbd-odbc 1.48-1

upd

Modified:
  perl-dbd-odbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 09:20:32 UTC (rev 108956)
+++ PKGBUILD2014-04-08 09:20:36 UTC (rev 108957)
@@ -3,7 +3,7 @@
 # Contributor: François Charette firmicus ατ gmx δοτ net
 
 pkgname=perl-dbd-odbc
-pkgver=1.47
+pkgver=1.48
 pkgrel=1
 pkgdesc=ODBC Driver for DBI
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('perl-dbi' 'perl' 'unixodbc')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz;)
-md5sums=('d5dc91518dc4a476f98e74d8c0774947')
+md5sums=('b029f1a9a555f4c22f8d773b2d267899')
 
 build() {
   cd  DBD-ODBC-${pkgver}



[arch-commits] Commit in perl-dbd-odbc/repos (4 files)

2014-04-08 Thread Sergej Pupykin
Date: Tuesday, April 8, 2014 @ 11:20:49
  Author: spupykin
Revision: 108958

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

Added:
  perl-dbd-odbc/repos/community-i686/PKGBUILD
(from rev 108957, perl-dbd-odbc/trunk/PKGBUILD)
  perl-dbd-odbc/repos/community-x86_64/PKGBUILD
(from rev 108957, perl-dbd-odbc/trunk/PKGBUILD)
Deleted:
  perl-dbd-odbc/repos/community-i686/PKGBUILD
  perl-dbd-odbc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-08 09:20:36 UTC (rev 108957)
+++ community-i686/PKGBUILD 2014-04-08 09:20:49 UTC (rev 108958)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-dbd-odbc
-pkgver=1.47
-pkgrel=1
-pkgdesc=ODBC Driver for DBI
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DBD-ODBC/;
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi' 'perl' 'unixodbc')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz;)
-md5sums=('d5dc91518dc4a476f98e74d8c0774947')
-
-build() {
-  cd  DBD-ODBC-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  DBD-ODBC-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-dbd-odbc/repos/community-i686/PKGBUILD (from rev 108957, 
perl-dbd-odbc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-08 09:20:49 UTC (rev 108958)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-dbd-odbc
+pkgver=1.48
+pkgrel=1
+pkgdesc=ODBC Driver for DBI
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DBD-ODBC/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi' 'perl' 'unixodbc')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz;)
+md5sums=('b029f1a9a555f4c22f8d773b2d267899')
+
+build() {
+  cd  DBD-ODBC-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  DBD-ODBC-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-08 09:20:36 UTC (rev 108957)
+++ community-x86_64/PKGBUILD   2014-04-08 09:20:49 UTC (rev 108958)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-dbd-odbc
-pkgver=1.47
-pkgrel=1
-pkgdesc=ODBC Driver for DBI
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DBD-ODBC/;
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi' 'perl' 'unixodbc')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz;)
-md5sums=('d5dc91518dc4a476f98e74d8c0774947')
-
-build() {
-  cd  DBD-ODBC-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  DBD-ODBC-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-dbd-odbc/repos/community-x86_64/PKGBUILD (from rev 108957, 
perl-dbd-odbc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-08 09:20:49 UTC (rev 108958)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-dbd-odbc
+pkgver=1.48
+pkgrel=1
+pkgdesc=ODBC Driver for DBI
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DBD-ODBC/;
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi' 'perl' 'unixodbc')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz;)
+md5sums=('b029f1a9a555f4c22f8d773b2d267899')
+
+build() {
+  cd  DBD-ODBC-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  DBD-ODBC-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



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

2014-04-08 Thread Sergej Pupykin
Date: Tuesday, April 8, 2014 @ 11:20:12
  Author: spupykin
Revision: 108955

upgpkg: ipsec-tools 0.8.2-1

upd

Modified:
  ipsec-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 03:49:40 UTC (rev 108954)
+++ PKGBUILD2014-04-08 09:20:12 UTC (rev 108955)
@@ -3,8 +3,8 @@
 # Contributor: Allan Henriksen allan.henrik...@gmail.com
 
 pkgname=ipsec-tools
-pkgver=0.8.1
-pkgrel=6
+pkgver=0.8.2
+pkgrel=1
 pkgdesc=KAME IPSec tools ported to Linux
 arch=('i686' 'x86_64')
 url=http://ipsec-tools.sourceforge.net/;
@@ -16,7 +16,7 @@
racoon.service
ipsec.service
ipsec-tools-linux-3.7-compat.patch)
-md5sums=('d38b39f291ba2962387c3232e7335dd8'
+md5sums=('d53ec14a0a3ece64e09e5e34b3350b41'
  '3a64a9e3b498c6da90450ffb0b758aea'
  '387a0b0c4f10e42b2bb62282885cdc9c'
  'ae1dd20c83dcfce3dedb46ee73e83613')



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

2014-04-08 Thread Sergej Pupykin
Date: Tuesday, April 8, 2014 @ 11:20:32
  Author: spupykin
Revision: 108956

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

Added:
  ipsec-tools/repos/community-i686/PKGBUILD
(from rev 108955, ipsec-tools/trunk/PKGBUILD)
  ipsec-tools/repos/community-i686/ipsec-tools-linux-3.7-compat.patch
(from rev 108955, ipsec-tools/trunk/ipsec-tools-linux-3.7-compat.patch)
  ipsec-tools/repos/community-i686/ipsec.service
(from rev 108955, ipsec-tools/trunk/ipsec.service)
  ipsec-tools/repos/community-i686/racoon.service
(from rev 108955, ipsec-tools/trunk/racoon.service)
  ipsec-tools/repos/community-x86_64/PKGBUILD
(from rev 108955, ipsec-tools/trunk/PKGBUILD)
  ipsec-tools/repos/community-x86_64/ipsec-tools-linux-3.7-compat.patch
(from rev 108955, ipsec-tools/trunk/ipsec-tools-linux-3.7-compat.patch)
  ipsec-tools/repos/community-x86_64/ipsec.service
(from rev 108955, ipsec-tools/trunk/ipsec.service)
  ipsec-tools/repos/community-x86_64/racoon.service
(from rev 108955, ipsec-tools/trunk/racoon.service)
Deleted:
  ipsec-tools/repos/community-i686/PKGBUILD
  ipsec-tools/repos/community-i686/ipsec-tools-linux-3.7-compat.patch
  ipsec-tools/repos/community-i686/ipsec.service
  ipsec-tools/repos/community-i686/racoon.service
  ipsec-tools/repos/community-x86_64/PKGBUILD
  ipsec-tools/repos/community-x86_64/ipsec-tools-linux-3.7-compat.patch
  ipsec-tools/repos/community-x86_64/ipsec.service
  ipsec-tools/repos/community-x86_64/racoon.service

-+
 /PKGBUILD   |   86 +++
 /ipsec-tools-linux-3.7-compat.patch |  100 ++
 /ipsec.service  |   24 
 /racoon.service |   20 +++
 community-i686/PKGBUILD |   43 ---
 community-i686/ipsec-tools-linux-3.7-compat.patch   |   50 -
 community-i686/ipsec.service|   12 --
 community-i686/racoon.service   |   10 -
 community-x86_64/PKGBUILD   |   43 ---
 community-x86_64/ipsec-tools-linux-3.7-compat.patch |   50 -
 community-x86_64/ipsec.service  |   12 --
 community-x86_64/racoon.service |   10 -
 12 files changed, 230 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-08 09:20:12 UTC (rev 108955)
+++ community-i686/PKGBUILD 2014-04-08 09:20:32 UTC (rev 108956)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Allan Henriksen allan.henrik...@gmail.com
-
-pkgname=ipsec-tools
-pkgver=0.8.1
-pkgrel=6
-pkgdesc=KAME IPSec tools ported to Linux
-arch=('i686' 'x86_64')
-url=http://ipsec-tools.sourceforge.net/;
-depends=('readline' 'openssl' 'krb5')
-makedepends=('linux-headers')
-license=('GPL')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/sourceforge/ipsec-tools/$pkgname-$pkgver.tar.bz2
-   racoon.service
-   ipsec.service
-   ipsec-tools-linux-3.7-compat.patch)
-md5sums=('d38b39f291ba2962387c3232e7335dd8'
- '3a64a9e3b498c6da90450ffb0b758aea'
- '387a0b0c4f10e42b2bb62282885cdc9c'
- 'ae1dd20c83dcfce3dedb46ee73e83613')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -p1 $srcdir/ipsec-tools-linux-3.7-compat.patch
-  sed -i 's#-Werror##' configure.ac
-
-  ./bootstrap
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin \
-   --enable-security-context=no --enable-hybrid --enable-dpd --enable-natt 
\
-   --enable-adminport --enable-gssapi \
-   --with-kernel-headers=/usr/include
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm0644 $srcdir/racoon.service 
$pkgdir/usr/lib/systemd/system/racoon.service
-  install -Dm0644 $srcdir/ipsec.service 
$pkgdir/usr/lib/systemd/system/ipsec.service
-}

Copied: ipsec-tools/repos/community-i686/PKGBUILD (from rev 108955, 
ipsec-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-08 09:20:32 UTC (rev 108956)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Allan Henriksen allan.henrik...@gmail.com
+
+pkgname=ipsec-tools
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=KAME IPSec tools ported to Linux
+arch=('i686' 'x86_64')
+url=http://ipsec-tools.sourceforge.net/;
+depends=('readline' 'openssl' 'krb5')
+makedepends=('linux-headers')
+license=('GPL')
+options=('!makeflags')
+source=(http://downloads.sourceforge.net/sourceforge/ipsec-tools/$pkgname-$pkgver.tar.bz2
+   racoon.service
+   ipsec.service
+   ipsec-tools-linux-3.7-compat.patch)

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

2014-04-08 Thread Alexander Rødseth
Date: Tuesday, April 8, 2014 @ 11:57:00
  Author: arodseth
Revision: 108959

upgpkg: yaws 1.98-1

Modified:
  yaws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 09:20:49 UTC (rev 108958)
+++ PKGBUILD2014-04-08 09:57:00 UTC (rev 108959)
@@ -4,7 +4,7 @@
 # Contributor: Patrick Smits m...@patricksmits.net
 
 pkgname=yaws
-pkgver=1.97
+pkgver=1.98
 pkgrel=1
 pkgdesc='Pure Erlang HTTP web server/framework'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 install=$pkgname.install
 source=(http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz;
 $pkgname.service)
-sha256sums=('a792478564866393f3e901bf4ec33272c22d7c01a8c5493b33856729d25b026e'
+sha256sums=('d47d14cce5173d18e5cf0e7f63b06447021ff250450ac4865547c1fe8e6a0831'
 '09bd1f9f17833c83b4d82d3ac9dc2bf539c8e20ef92d438fced6e70b2aea61bc')
 
 prepare() {



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

2014-04-08 Thread Alexander Rødseth
Date: Tuesday, April 8, 2014 @ 11:57:10
  Author: arodseth
Revision: 108960

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

Added:
  yaws/repos/community-i686/PKGBUILD
(from rev 108959, yaws/trunk/PKGBUILD)
  yaws/repos/community-i686/yaws.install
(from rev 108959, yaws/trunk/yaws.install)
  yaws/repos/community-i686/yaws.service
(from rev 108959, yaws/trunk/yaws.service)
  yaws/repos/community-x86_64/PKGBUILD
(from rev 108959, yaws/trunk/PKGBUILD)
  yaws/repos/community-x86_64/yaws.install
(from rev 108959, yaws/trunk/yaws.install)
  yaws/repos/community-x86_64/yaws.service
(from rev 108959, yaws/trunk/yaws.service)
Deleted:
  yaws/repos/community-i686/PKGBUILD
  yaws/repos/community-i686/yaws.install
  yaws/repos/community-i686/yaws.service
  yaws/repos/community-x86_64/PKGBUILD
  yaws/repos/community-x86_64/yaws.install
  yaws/repos/community-x86_64/yaws.service

---+
 /PKGBUILD |  100 
 /yaws.install |   26 ++
 /yaws.service |   26 ++
 community-i686/PKGBUILD   |   50 
 community-i686/yaws.install   |   13 -
 community-i686/yaws.service   |   13 -
 community-x86_64/PKGBUILD |   50 
 community-x86_64/yaws.install |   13 -
 community-x86_64/yaws.service |   13 -
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-08 09:57:00 UTC (rev 108959)
+++ community-i686/PKGBUILD 2014-04-08 09:57:10 UTC (rev 108960)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Maintainer: Vesa Kaihlavirta ve...@iki.fi
-# Contributor: Patrick Smits m...@patricksmits.net
-
-pkgname=yaws
-pkgver=1.97
-pkgrel=1
-pkgdesc='Pure Erlang HTTP web server/framework'
-arch=('x86_64' 'i686')
-url='http://yaws.hyber.org/'
-license=('BSD')
-depends=('pam' 'erlang-nox')
-backup=('etc/yaws/yaws.conf')
-options=('!emptydirs')
-install=$pkgname.install
-source=(http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz;
-$pkgname.service)
-sha256sums=('a792478564866393f3e901bf4ec33272c22d7c01a8c5493b33856729d25b026e'
-'09bd1f9f17833c83b4d82d3ac9dc2bf539c8e20ef92d438fced6e70b2aea61bc')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # python2 fix
-  for file in cgi.yaws cgi-bin/foo.py; do
- sed -i '0,/on/s//on2/' www/$file
-  done
-  # R16B1 fix
-  sed -i 's/:sha(Salted)/:hash(sha, Salted)/' src/yaws_websockets.erl
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/lib/erlang/lib
-  ln -s /usr/lib/yaws $pkgdir/usr/lib/erlang/lib/$pkgname-$pkgver
-  install -Dm644 $pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 $pkgname-$pkgver/LICENSE \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: yaws/repos/community-i686/PKGBUILD (from rev 108959, 
yaws/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-08 09:57:10 UTC (rev 108960)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Patrick Smits m...@patricksmits.net
+
+pkgname=yaws
+pkgver=1.98
+pkgrel=1
+pkgdesc='Pure Erlang HTTP web server/framework'
+arch=('x86_64' 'i686')
+url='http://yaws.hyber.org/'
+license=('BSD')
+depends=('pam' 'erlang-nox')
+backup=('etc/yaws/yaws.conf')
+options=('!emptydirs')
+install=$pkgname.install
+source=(http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz;
+$pkgname.service)
+sha256sums=('d47d14cce5173d18e5cf0e7f63b06447021ff250450ac4865547c1fe8e6a0831'
+'09bd1f9f17833c83b4d82d3ac9dc2bf539c8e20ef92d438fced6e70b2aea61bc')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # python2 fix
+  for file in cgi.yaws cgi-bin/foo.py; do
+ sed -i '0,/on/s//on2/' www/$file
+  done
+  # R16B1 fix
+  sed -i 's/:sha(Salted)/:hash(sha, Salted)/' src/yaws_websockets.erl
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/lib/erlang/lib
+  ln -s /usr/lib/yaws $pkgdir/usr/lib/erlang/lib/$pkgname-$pkgver
+  install -Dm644 $pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 $pkgname-$pkgver/LICENSE \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/yaws.install
===
--- 

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

2014-04-08 Thread Sergej Pupykin
Date: Tuesday, April 8, 2014 @ 12:03:14
  Author: spupykin
Revision: 108961

use ASCII filenames

Modified:
  arch-wiki-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 09:57:10 UTC (rev 108960)
+++ PKGBUILD2014-04-08 10:03:14 UTC (rev 108961)
@@ -19,7 +19,7 @@
 
 build() {
   cd $pkgname
-  python arch-wiki-docs.py --output-directory $srcdir/build_wiki
+  python arch-wiki-docs.py --output-directory $srcdir/build_wiki --clean 
--safe-filenames
 }
 
 package() {



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

2014-04-08 Thread Sergej Pupykin
Date: Tuesday, April 8, 2014 @ 12:13:18
  Author: spupykin
Revision: 108962

upgpkg: gnustep-gui 0.23.1-7

upd

Modified:
  gnustep-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 10:03:14 UTC (rev 108961)
+++ PKGBUILD2014-04-08 10:13:18 UTC (rev 108962)
@@ -5,7 +5,7 @@
 
 pkgname=gnustep-gui
 pkgver=0.23.1
-pkgrel=5
+pkgrel=7
 pkgdesc=The GNUstep GUI class library
 arch=('i686' 'x86_64')
 url=http://www.gnustep.org/;



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

2014-04-08 Thread Sergej Pupykin
Date: Tuesday, April 8, 2014 @ 12:13:57
  Author: spupykin
Revision: 108965

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

Added:
  mapnik/repos/community-staging-i686/
  mapnik/repos/community-staging-i686/PKGBUILD
(from rev 108964, mapnik/trunk/PKGBUILD)
  
mapnik/repos/community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
(from rev 108964, 
mapnik/trunk/mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
  mapnik/repos/community-staging-i686/mapnik.install
(from rev 108964, mapnik/trunk/mapnik.install)
  mapnik/repos/community-staging-x86_64/
  mapnik/repos/community-staging-x86_64/PKGBUILD
(from rev 108964, mapnik/trunk/PKGBUILD)
  
mapnik/repos/community-staging-x86_64/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
(from rev 108964, 
mapnik/trunk/mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
  mapnik/repos/community-staging-x86_64/mapnik.install
(from rev 108964, mapnik/trunk/mapnik.install)

+
 community-staging-i686/PKGBUILD|   46 
++
 community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch   |   36 
+++
 community-staging-i686/mapnik.install  |   11 
++
 community-staging-x86_64/PKGBUILD  |   46 
++
 community-staging-x86_64/mapnik-2.1.0-compile-fix-for-boost-1.53.patch |   36 
+++
 community-staging-x86_64/mapnik.install|   11 
++
 6 files changed, 186 insertions(+)

Copied: mapnik/repos/community-staging-i686/PKGBUILD (from rev 108964, 
mapnik/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-08 10:13:57 UTC (rev 108965)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: David Dent thewi...@gmail.com
+# Contributor: orbisvicis orbisvi...@gmail.com
+
+pkgname=mapnik
+pkgver=2.2.0
+pkgrel=7
+pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
+arch=('i686' 'x86_64')
+url=http://mapnik.org/;
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python2-pillow:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fastcgi: Web Map Service - or:'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+makedepends=('scons' 'boost')
+install=mapnik.install
+source=($pkgname-$pkgvar.tar.gz::https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz;)
+md5sums=('b837931c7f1a4dc630d8550d3e635036')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's|lib64|lib|g' SConstruct
+  sed -i 's|python|python2|' \
+   utils/performance/mapnik-speed-check \
+   utils/upgrade_map_xml/*.py
+  scons configure \
+PREFIX=/usr \
+INPUT_PLUGINS=all \
+DESTDIR=$pkgdir
+  scons $MAKEFLAGS
+}
+
+package(){
+  cd $srcdir/$pkgname-$pkgver
+  scons install
+}

Copied: 
mapnik/repos/community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
 (from rev 108964, mapnik/trunk/mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
===
--- community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
(rev 0)
+++ community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
2014-04-08 10:13:57 UTC (rev 108965)
@@ -0,0 +1,36 @@
+From cf70b9959a45b9ab6af4a34824a5e4e80ce1d05c Mon Sep 17 00:00:00 2001
+From: Dane Springmeyer d...@dbsgeo.com
+Date: Sun, 10 Feb 2013 07:24:35 -0800
+Subject: [PATCH] fix compile of json feature_collection grammar when building
+ against = boost 1.52 - refs #1658 and #1716
+
+---
+ src/json/feature_collection_parser.cpp | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/src/json/feature_collection_parser.cpp 
b/src/json/feature_collection_parser.cpp
+index 3faeda7..51ad824 100644
+--- a/src/json/feature_collection_parser.cpp
 b/src/json/feature_collection_parser.cpp
+@@ -20,12 +20,17 @@
+  *
+  
*/
+ 
++// TODO https://github.com/mapnik/mapnik/issues/1658
++#include boost/version.hpp
++#if BOOST_VERSION = 105200
++#define BOOST_SPIRIT_USE_PHOENIX_V3
++#endif
++
+ // mapnik
+ #include mapnik/json/feature_collection_parser.hpp
+ #include mapnik/json/feature_collection_grammar.hpp
+ 
+ // boost
+-#include 

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

2014-04-08 Thread Sergej Pupykin
Date: Tuesday, April 8, 2014 @ 12:13:44
  Author: spupykin
Revision: 108964

upgpkg: mapnik 2.2.0-7

upd

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 10:13:37 UTC (rev 108963)
+++ PKGBUILD2014-04-08 10:13:44 UTC (rev 108964)
@@ -5,7 +5,7 @@
 
 pkgname=mapnik
 pkgver=2.2.0
-pkgrel=5
+pkgrel=7
 pkgdesc=Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps
 arch=('i686' 'x86_64')
 url=http://mapnik.org/;
@@ -23,7 +23,7 @@
 'mod_wsgi2:   Web Map Service')
 makedepends=('scons' 'boost')
 install=mapnik.install
-source=(https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz;)
+source=($pkgname-$pkgvar.tar.gz::https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz;)
 md5sums=('b837931c7f1a4dc630d8550d3e635036')
 
 build() {



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

2014-04-08 Thread Sergej Pupykin
Date: Tuesday, April 8, 2014 @ 12:13:37
  Author: spupykin
Revision: 108963

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

Added:
  gnustep-gui/repos/community-staging-i686/
  gnustep-gui/repos/community-staging-i686/ChangeLog
(from rev 108962, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-i686/PKGBUILD
(from rev 108962, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-i686/giflib-5.0.patch
(from rev 108962, gnustep-gui/trunk/giflib-5.0.patch)
  gnustep-gui/repos/community-staging-x86_64/
  gnustep-gui/repos/community-staging-x86_64/ChangeLog
(from rev 108962, gnustep-gui/trunk/ChangeLog)
  gnustep-gui/repos/community-staging-x86_64/PKGBUILD
(from rev 108962, gnustep-gui/trunk/PKGBUILD)
  gnustep-gui/repos/community-staging-x86_64/giflib-5.0.patch
(from rev 108962, gnustep-gui/trunk/giflib-5.0.patch)

---+
 community-staging-i686/ChangeLog  |2 +
 community-staging-i686/PKGBUILD   |   36 
 community-staging-i686/giflib-5.0.patch   |   21 
 community-staging-x86_64/ChangeLog|2 +
 community-staging-x86_64/PKGBUILD |   36 
 community-staging-x86_64/giflib-5.0.patch |   21 
 6 files changed, 118 insertions(+)

Copied: gnustep-gui/repos/community-staging-i686/ChangeLog (from rev 108962, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2014-04-08 10:13:37 UTC (rev 108963)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-i686/PKGBUILD (from rev 108962, 
gnustep-gui/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-08 10:13:37 UTC (rev 108963)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+# Contributor: Sebastian Sareyko pub...@nooms.de
+
+pkgname=gnustep-gui
+pkgver=0.23.1
+pkgrel=7
+pkgdesc=The GNUstep GUI class library
+arch=('i686' 'x86_64')
+url=http://www.gnustep.org/;
+license=('LGPL')
+depends=('gnustep-back' 'aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 
'giflib' 'libao')
+makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
+conflicts=('gnustep-gui-svn')
+groups=('gnustep-core')
+options=('!makeflags')
+source=(ftp://ftp.gnustep.org/pub/gnustep/core/$pkgname-$pkgver.tar.gz
+giflib-5.0.patch)
+md5sums=('1771bdb42f27ee946b17bf60fef5eb2e'
+ 'b998c0bc3e2bc260c2779d7a50ce6407')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  . /etc/profile.d/GNUstep.sh
+  ./configure --prefix=/usr --sysconfdir=/etc/GNUstep
+  sed -i 's|#include GNUstepBase/preface.h|//#include 
GNUstepBase/preface.h |' Source/GSGuiPrivate.h
+  sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m
+  patch -Np1 -i ../giflib-5.0.patch
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnustep-gui/repos/community-staging-i686/giflib-5.0.patch (from rev 
108962, gnustep-gui/trunk/giflib-5.0.patch)
===
--- community-staging-i686/giflib-5.0.patch (rev 0)
+++ community-staging-i686/giflib-5.0.patch 2014-04-08 10:13:37 UTC (rev 
108963)
@@ -0,0 +1,21 @@
+diff -rupN a/Source/NSBitmapImageRep+GIF.m b/Source/NSBitmapImageRep+GIF.m
+--- a/Source/NSBitmapImageRep+GIF.m2013-01-13 14:57:37.0 +0100
 b/Source/NSBitmapImageRep+GIF.m2013-07-30 11:30:19.630935640 +0200
+@@ -142,7 +142,7 @@ static int gs_gif_output(GifFileType *fi
+ }
+ 
+   gs_gif_init_input_source(src, imageData);
+-  file = DGifOpen(src, gs_gif_input);
++  file = DGifOpen(src, gs_gif_input, NULL);
+   if (file == NULL)
+ {
+   /* we do not use giferror here because it doesn't
+@@ -216,7 +216,7 @@ static int gs_gif_output(GifFileType *fi
+ 
+   /* open the image */
+   gs_gif_init_input_source(src, imageData);
+-  file = DGifOpen(src, gs_gif_input);
++  file = DGifOpen(src, gs_gif_input, NULL);
+   if (file == NULL)
+ {
+   /* we do not use giferror here because it doesn't

Copied: gnustep-gui/repos/community-staging-x86_64/ChangeLog (from rev 108962, 
gnustep-gui/trunk/ChangeLog)
===
--- community-staging-x86_64/ChangeLog  (rev 0)
+++ community-staging-x86_64/ChangeLog  2014-04-08 10:13:37 UTC (rev 108963)
@@ -0,0 +1,2 @@
+2007-06-27 tardo ta...@nagi-fanboi.net
+* version upgrade

Copied: gnustep-gui/repos/community-staging-x86_64/PKGBUILD (from rev 108962, 

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

2014-04-08 Thread Sergej Pupykin
Date: Tuesday, April 8, 2014 @ 12:20:37
  Author: spupykin
Revision: 108966

upgpkg: poedit 1.6.4-4

upd

Modified:
  poedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 10:13:57 UTC (rev 108965)
+++ PKGBUILD2014-04-08 10:20:37 UTC (rev 108966)
@@ -7,7 +7,7 @@
 
 pkgname=poedit
 pkgver=1.6.4
-pkgrel=2
+pkgrel=4
 pkgdesc=Cross-platform gettext catalogs (.po files) editor
 arch=('i686' 'x86_64')
 url=http://www.poedit.net/;



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

2014-04-08 Thread Sergej Pupykin
Date: Tuesday, April 8, 2014 @ 12:20:48
  Author: spupykin
Revision: 108967

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

Added:
  poedit/repos/community-staging-i686/
  poedit/repos/community-staging-i686/PKGBUILD
(from rev 108966, poedit/trunk/PKGBUILD)
  poedit/repos/community-staging-i686/poedit.install
(from rev 108966, poedit/trunk/poedit.install)
  poedit/repos/community-staging-x86_64/
  poedit/repos/community-staging-x86_64/PKGBUILD
(from rev 108966, poedit/trunk/PKGBUILD)
  poedit/repos/community-staging-x86_64/poedit.install
(from rev 108966, poedit/trunk/poedit.install)

-+
 community-staging-i686/PKGBUILD |   33 ++
 community-staging-i686/poedit.install   |   12 ++
 community-staging-x86_64/PKGBUILD   |   33 ++
 community-staging-x86_64/poedit.install |   12 ++
 4 files changed, 90 insertions(+)

Copied: poedit/repos/community-staging-i686/PKGBUILD (from rev 108966, 
poedit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-08 10:20:48 UTC (rev 108967)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alexander Fehr pizzap...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=poedit
+pkgver=1.6.4
+pkgrel=4
+pkgdesc=Cross-platform gettext catalogs (.po files) editor
+arch=('i686' 'x86_64')
+url=http://www.poedit.net/;
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}b.tar.gz)
+md5sums=('bd494435b42121b5262b386d95ca66fd')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: poedit/repos/community-staging-i686/poedit.install (from rev 108966, 
poedit/trunk/poedit.install)
===
--- community-staging-i686/poedit.install   (rev 0)
+++ community-staging-i686/poedit.install   2014-04-08 10:20:48 UTC (rev 
108967)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: poedit/repos/community-staging-x86_64/PKGBUILD (from rev 108966, 
poedit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-08 10:20:48 UTC (rev 108967)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Alexander Fehr pizzap...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=poedit
+pkgver=1.6.4
+pkgrel=4
+pkgdesc=Cross-platform gettext catalogs (.po files) editor
+arch=('i686' 'x86_64')
+url=http://www.poedit.net/;
+license=('MIT')
+depends=('wxgtk' 'desktop-file-utils' 'lucene++' 'gtkspell')
+makedepends=('boost' 'libsm')
+install=poedit.install
+#source=(http://www.poedit.net/dl/poedit-$pkgver.tar.gz)
+#source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-$pkgver.tar.gz
+source=(https://github.com/vslavik/poedit/releases/download/v$pkgver-oss/poedit-${pkgver}b.tar.gz)
+md5sums=('bd494435b42121b5262b386d95ca66fd')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure --prefix=/usr --libexecdir=/usr/lib/poedit
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: poedit/repos/community-staging-x86_64/poedit.install (from rev 108966, 
poedit/trunk/poedit.install)
===
--- community-staging-x86_64/poedit.install (rev 0)
+++ community-staging-x86_64/poedit.install 2014-04-08 10:20:48 UTC (rev 
108967)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  

[arch-commits] Commit in (5 files)

2014-04-08 Thread Timothy Redaelli
Date: Tuesday, April 8, 2014 @ 13:03:29
  Author: tredaelli
Revision: 108968

Add trojita

Added:
  trojita/
  trojita/repos/
  trojita/trunk/
  trojita/trunk/PKGBUILD
  trojita/trunk/trojita.install

-+
 PKGBUILD|   31 +++
 trojita.install |   12 
 2 files changed, 43 insertions(+)

Added: trojita/trunk/PKGBUILD
===
--- trojita/trunk/PKGBUILD  (rev 0)
+++ trojita/trunk/PKGBUILD  2014-04-08 11:03:29 UTC (rev 108968)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=trojita
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=A QT IMAP email client
+arch=('i686' 'x86_64')
+url=http://trojita.flaska.net;
+license=('GPL')
+makedepends=('cmake' 'automoc4')
+depends=('qtwebkit')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('130c9e51bb71564511ab123f88236850')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


Property changes on: trojita/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: trojita/trunk/trojita.install
===
--- trojita/trunk/trojita.install   (rev 0)
+++ trojita/trunk/trojita.install   2014-04-08 11:03:29 UTC (rev 108968)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file



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

2014-04-08 Thread Timothy Redaelli
Date: Tuesday, April 8, 2014 @ 13:05:06
  Author: tredaelli
Revision: 108969

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

Added:
  trojita/repos/community-i686/
  trojita/repos/community-i686/PKGBUILD
(from rev 108968, trojita/trunk/PKGBUILD)
  trojita/repos/community-i686/trojita.install
(from rev 108968, trojita/trunk/trojita.install)
  trojita/repos/community-x86_64/
  trojita/repos/community-x86_64/PKGBUILD
(from rev 108968, trojita/trunk/PKGBUILD)
  trojita/repos/community-x86_64/trojita.install
(from rev 108968, trojita/trunk/trojita.install)

--+
 community-i686/PKGBUILD  |   31 +++
 community-i686/trojita.install   |   12 
 community-x86_64/PKGBUILD|   31 +++
 community-x86_64/trojita.install |   12 
 4 files changed, 86 insertions(+)

Copied: trojita/repos/community-i686/PKGBUILD (from rev 108968, 
trojita/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-08 11:05:06 UTC (rev 108969)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=trojita
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=A QT IMAP email client
+arch=('i686' 'x86_64')
+url=http://trojita.flaska.net;
+license=('GPL')
+makedepends=('cmake' 'automoc4')
+depends=('qtwebkit')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('130c9e51bb71564511ab123f88236850')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: trojita/repos/community-i686/trojita.install (from rev 108968, 
trojita/trunk/trojita.install)
===
--- community-i686/trojita.install  (rev 0)
+++ community-i686/trojita.install  2014-04-08 11:05:06 UTC (rev 108969)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file

Copied: trojita/repos/community-x86_64/PKGBUILD (from rev 108968, 
trojita/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-04-08 11:05:06 UTC (rev 108969)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=trojita
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=A QT IMAP email client
+arch=('i686' 'x86_64')
+url=http://trojita.flaska.net;
+license=('GPL')
+makedepends=('cmake' 'automoc4')
+depends=('qtwebkit')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('130c9e51bb71564511ab123f88236850')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: trojita/repos/community-x86_64/trojita.install (from rev 108968, 
trojita/trunk/trojita.install)
===
--- community-x86_64/trojita.install(rev 0)
+++ community-x86_64/trojita.install2014-04-08 11:05:06 UTC (rev 108969)
@@ -0,0 +1,12 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file



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

2014-04-08 Thread Florian Pritz
Date: Tuesday, April 8, 2014 @ 14:14:10
  Author: bluewind
Revision: 108970

upgpkg: vimpager 1.8.8-1

upstream update

Modified:
  vimpager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 11:05:06 UTC (rev 108969)
+++ PKGBUILD2014-04-08 12:14:10 UTC (rev 108970)
@@ -3,7 +3,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=vimpager
-pkgver=1.8.7
+pkgver=1.8.8
 pkgrel=1
 pkgdesc=A vim-based script to use as a PAGER.
 arch=('any')
@@ -14,7 +14,7 @@
 backup=(etc/vimpagerrc)
 
source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
 
license.txt)
-md5sums=('58e9ffbd3bebb4195e4b725b30e34a7a'
+md5sums=('52bf47dd3ebb1f35a0a44177dd7035cb'
  'cd49910a3dde6fe0a7e24ebe8cbf7066')
 
 build() {



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

2014-04-08 Thread Florian Pritz
Date: Tuesday, April 8, 2014 @ 14:14:13
  Author: bluewind
Revision: 108971

archrelease: copy trunk to community-any

Added:
  vimpager/repos/community-any/PKGBUILD
(from rev 108970, vimpager/trunk/PKGBUILD)
  vimpager/repos/community-any/license.txt
(from rev 108970, vimpager/trunk/license.txt)
Deleted:
  vimpager/repos/community-any/PKGBUILD
  vimpager/repos/community-any/license.txt

-+
 PKGBUILD|   74 +++
 license.txt |  574 +-
 2 files changed, 324 insertions(+), 324 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-08 12:14:10 UTC (rev 108970)
+++ PKGBUILD2014-04-08 12:14:13 UTC (rev 108971)
@@ -1,37 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=vimpager
-pkgver=1.8.7
-pkgrel=1
-pkgdesc=A vim-based script to use as a PAGER.
-arch=('any')
-url=http://www.vim.org/scripts/script.php?script_id=1723;
-license=('custom:vim')
-depends=('vim')
-noextract=(vimpager-$pkgver.tar.gz)
-backup=(etc/vimpagerrc)
-source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
 
-   license.txt)
-md5sums=('58e9ffbd3bebb4195e4b725b30e34a7a'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-
-build() {
-   cd ${srcdir}
-
-   mkdir -p $srcdir/vimpager-$pkgver
-   bsdtar --strip-components=1 -C $srcdir/vimpager-$pkgver -xf 
vimpager-$pkgver.tar.gz
-
-   cd $srcdir/vimpager-$pkgver
-
-   sed -i s/\r$// vimpager
-}
-
-package() {
-   cd ${srcdir}/vimpager-$pkgver
-
-   make SYSCONFDIR=/etc PREFIX=/usr DESTDIR=$pkgdir install
-
-   install -Dm644 $srcdir/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}

Copied: vimpager/repos/community-any/PKGBUILD (from rev 108970, 
vimpager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-08 12:14:13 UTC (rev 108971)
@@ -0,0 +1,37 @@
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Geoffroy Carrier geoffroy.carr...@koon.fr
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=vimpager
+pkgver=1.8.8
+pkgrel=1
+pkgdesc=A vim-based script to use as a PAGER.
+arch=('any')
+url=http://www.vim.org/scripts/script.php?script_id=1723;
+license=('custom:vim')
+depends=('vim')
+noextract=(vimpager-$pkgver.tar.gz)
+backup=(etc/vimpagerrc)
+source=(vimpager-$pkgver.tar.gz::https://github.com/rkitover/vimpager/tarball/$pkgver;
 
+   license.txt)
+md5sums=('52bf47dd3ebb1f35a0a44177dd7035cb'
+ 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+
+build() {
+   cd ${srcdir}
+
+   mkdir -p $srcdir/vimpager-$pkgver
+   bsdtar --strip-components=1 -C $srcdir/vimpager-$pkgver -xf 
vimpager-$pkgver.tar.gz
+
+   cd $srcdir/vimpager-$pkgver
+
+   sed -i s/\r$// vimpager
+}
+
+package() {
+   cd ${srcdir}/vimpager-$pkgver
+
+   make SYSCONFDIR=/etc PREFIX=/usr DESTDIR=$pkgdir install
+
+   install -Dm644 $srcdir/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
+}

Deleted: license.txt
===
--- license.txt 2014-04-08 12:14:10 UTC (rev 108970)
+++ license.txt 2014-04-08 12:14:13 UTC (rev 108971)
@@ -1,287 +0,0 @@
-*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
-
-
- VIM REFERENCE MANUALby Bram Moolenaar
-
-
-   *uganda* *Uganda* *copying* *copyright* *license*
-SUMMARY
-   *iccf* *ICCF*
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-   http://iccf-holland.org/
-   http://www.vim.org/iccf/
-   http://www.iccf.nl/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-that they must include this license text.  You can also distribute
-unmodified parts of Vim, likewise unrestricted except that they must
-include this license text.  You are also allowed to include executables
-that you made from the unmodified Vim sources, plus your own usage
-examples and Vim scripts.
-
-II) It is allowed to distribute a modified (or extended) version of Vim,
-including executables and/or source code, when the following four
-conditions are met:
-1) This license text must be included unmodified.
-2) The 

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

2014-04-08 Thread Florian Pritz
Date: Tuesday, April 8, 2014 @ 14:14:41
  Author: bluewind
Revision: 108973

archrelease: copy trunk to community-any

Added:
  inxi/repos/community-any/PKGBUILD
(from rev 108972, inxi/trunk/PKGBUILD)
  inxi/repos/community-any/upgpkg
(from rev 108972, inxi/trunk/upgpkg)
Deleted:
  inxi/repos/community-any/PKGBUILD
  inxi/repos/community-any/upgpkg

--+
 PKGBUILD |   72 ++---
 upgpkg   |8 +++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-08 12:14:37 UTC (rev 108972)
+++ PKGBUILD2014-04-08 12:14:41 UTC (rev 108973)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz f...@gmx.at
-pkgname=inxi
-pkgver=2.1.15
-pkgrel=1
-pkgdesc=script to get system information
-arch=('any')
-url=http://inxi.org;
-license=('GPL')
-depends=(coreutils gawk grep pciutils procps-ng sed)
-optdepends=(
-  dmidecode: inxi -M if no sys machine data
-  file: inxi -o unmounted file system
-  hddtemp: inxi -Dx show hdd temp
-  net-tools: inxi -i ip lan-deprecated
-  iproute2: inxi -i ip lan
-  lm_sensors: inxi -s sensors output
-  usbutils: inxi -A usb audio;-N usb networking
-  kmod: inxi -Ax,-Nx module version
-  systemd-sysvcompat: inxi -I runlevel
-  sudo: inxi -Dx hddtemp-user;-o file-user
-  mesa-demos: inxi -G glx info
-  xorg-xdpyinfo: inxi -G multi screen resolution
-  xorg-xprop: inxi -S desktop data
-  xorg-xrandr: inxi -G single screen resolution
-)
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('415afe0ca789198f5f486159155c0beb')
-
-package() {
-  cd $srcdir
-  install -D -m755 inxi $pkgdir/usr/bin/inxi
-  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: inxi/repos/community-any/PKGBUILD (from rev 108972, inxi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-08 12:14:41 UTC (rev 108973)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Florian Pritz f...@gmx.at
+pkgname=inxi
+pkgver=2.1.19
+pkgrel=1
+pkgdesc=script to get system information
+arch=('any')
+url=http://inxi.org;
+license=('GPL')
+depends=(coreutils gawk grep pciutils procps-ng sed)
+optdepends=(
+  dmidecode: inxi -M if no sys machine data
+  file: inxi -o unmounted file system
+  hddtemp: inxi -Dx show hdd temp
+  net-tools: inxi -i ip lan-deprecated
+  iproute2: inxi -i ip lan
+  lm_sensors: inxi -s sensors output
+  usbutils: inxi -A usb audio;-N usb networking
+  kmod: inxi -Ax,-Nx module version
+  systemd-sysvcompat: inxi -I runlevel
+  sudo: inxi -Dx hddtemp-user;-o file-user
+  mesa-demos: inxi -G glx info
+  xorg-xdpyinfo: inxi -G multi screen resolution
+  xorg-xprop: inxi -S desktop data
+  xorg-xrandr: inxi -G single screen resolution
+)
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('2d605d5978d64bfd39c34803fdb0f52d')
+
+package() {
+  cd $srcdir
+  install -D -m755 inxi $pkgdir/usr/bin/inxi
+  install -D -m755 inxi.1.gz $pkgdir/usr/share/man/man1/inxi.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: upgpkg
===
--- upgpkg  2014-04-08 12:14:37 UTC (rev 108972)
+++ upgpkg  2014-04-08 12:14:41 UTC (rev 108973)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
-  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
-  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
-}

Copied: inxi/repos/community-any/upgpkg (from rev 108972, inxi/trunk/upgpkg)
===
--- upgpkg  (rev 0)
+++ upgpkg  2014-04-08 12:14:41 UTC (rev 108973)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+  wget http://inxi.googlecode.com/svn/trunk/inxi.tar.gz -O 
inxi-$_newpkgver.tar.gz
+  scp inxi-$_newpkgver.tar.gz nymeria:/srv/ftp/other/community/inxi
+}



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

2014-04-08 Thread Florian Pritz
Date: Tuesday, April 8, 2014 @ 14:14:37
  Author: bluewind
Revision: 108972

upgpkg: inxi 2.1.19-1

upstream update

Modified:
  inxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 12:14:13 UTC (rev 108971)
+++ PKGBUILD2014-04-08 12:14:37 UTC (rev 108972)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Florian Pritz f...@gmx.at
 pkgname=inxi
-pkgver=2.1.15
+pkgver=2.1.19
 pkgrel=1
 pkgdesc=script to get system information
 arch=('any')
@@ -25,7 +25,7 @@
   xorg-xrandr: inxi -G single screen resolution
 )
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('415afe0ca789198f5f486159155c0beb')
+md5sums=('2d605d5978d64bfd39c34803fdb0f52d')
 
 package() {
   cd $srcdir



[arch-commits] Commit in roundcubemail/trunk (PKGBUILD apache.conf)

2014-04-08 Thread Sergej Pupykin
Date: Tuesday, April 8, 2014 @ 15:24:00
  Author: spupykin
Revision: 108974

upgpkg: roundcubemail 1.0.0-1

upd

Modified:
  roundcubemail/trunk/PKGBUILD
  roundcubemail/trunk/apache.conf

-+
 PKGBUILD|6 +++---
 apache.conf |3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 12:14:41 UTC (rev 108973)
+++ PKGBUILD2014-04-08 13:24:00 UTC (rev 108974)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 
 pkgname=roundcubemail
-pkgver=0.9.5
+pkgver=1.0.0
 pkgrel=1
 pkgdesc=A PHP web-based mail client
 arch=('any')
@@ -16,8 +16,8 @@
 options=('!strip')
 
source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
apache.conf)
-md5sums=('757f6ab3306d4abf8da6664ae65138d7'
- '88d8ef3ae01ec84cc09b35bcb100dccb')
+md5sums=('325f79deeadb8993ca8a20f0077f2535'
+ '9ef887b19632239911b287ce0e270ae8')
 
 package() {
   mkdir -p ${pkgdir}/etc/webapps/roundcubemail

Modified: apache.conf
===
--- apache.conf 2014-04-08 12:14:41 UTC (rev 108973)
+++ apache.conf 2014-04-08 13:24:00 UTC (rev 108974)
@@ -2,7 +2,6 @@
 Directory /usr/share/webapps/roundcubemail
 AllowOverride All
 Options FollowSymlinks
-Order allow,deny
-Allow from all
+Require all granted
 php_admin_value open_basedir 
/tmp/:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail
 /Directory



[arch-commits] Commit in roundcubemail/repos/community-any (6 files)

2014-04-08 Thread Sergej Pupykin
Date: Tuesday, April 8, 2014 @ 15:24:11
  Author: spupykin
Revision: 108975

archrelease: copy trunk to community-any

Added:
  roundcubemail/repos/community-any/PKGBUILD
(from rev 108974, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 108974, roundcubemail/trunk/apache.conf)
  roundcubemail/repos/community-any/roundcubemail.install
(from rev 108974, roundcubemail/trunk/roundcubemail.install)
Deleted:
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf
  roundcubemail/repos/community-any/roundcubemail.install

---+
 PKGBUILD  |   80 
 apache.conf   |   15 -
 roundcubemail.install |   14 
 3 files changed, 54 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-08 13:24:00 UTC (rev 108974)
+++ PKGBUILD2014-04-08 13:24:11 UTC (rev 108975)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=roundcubemail
-pkgver=0.9.5
-pkgrel=1
-pkgdesc=A PHP web-based mail client
-arch=('any')
-url=http://www.roundcube.net;
-license=('GPL')
-depends=('php')
-optdepends=('python2')
-backup=('etc/webapps/roundcubemail/.htaccess'
-   'etc/webapps/roundcubemail/apache.conf')
-install=roundcubemail.install
-options=('!strip')
-source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
-   apache.conf)
-md5sums=('757f6ab3306d4abf8da6664ae65138d7'
- '88d8ef3ae01ec84cc09b35bcb100dccb')
-
-package() {
-  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
-  mkdir -p ${pkgdir}/usr/share/webapps
-  mkdir -p ${pkgdir}/var/log
-  cd ${pkgdir}/usr/share/webapps
-  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
-  cd roundcubemail
-
-  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
-
-  mv config $pkgdir/etc/webapps/roundcubemail/
-  ln -s /etc/webapps/roundcubemail/config config
-
-  mv logs $pkgdir/var/log/roundcubemail
-  ln -s /var/log/roundcubemail logs
-
-  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
-}

Copied: roundcubemail/repos/community-any/PKGBUILD (from rev 108974, 
roundcubemail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-08 13:24:11 UTC (rev 108975)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=roundcubemail
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=A PHP web-based mail client
+arch=('any')
+url=http://www.roundcube.net;
+license=('GPL')
+depends=('php')
+optdepends=('python2')
+backup=('etc/webapps/roundcubemail/.htaccess'
+   'etc/webapps/roundcubemail/apache.conf')
+install=roundcubemail.install
+options=('!strip')
+source=(http://downloads.sourceforge.net/sourceforge/roundcubemail/roundcubemail-${pkgver/rc/-rc}.tar.gz
+   apache.conf)
+md5sums=('325f79deeadb8993ca8a20f0077f2535'
+ '9ef887b19632239911b287ce0e270ae8')
+
+package() {
+  mkdir -p ${pkgdir}/etc/webapps/roundcubemail
+  mkdir -p ${pkgdir}/usr/share/webapps
+  mkdir -p ${pkgdir}/var/log
+  cd ${pkgdir}/usr/share/webapps
+  cp -ra ${srcdir}/roundcubemail-${pkgver/rc/-rc} roundcubemail
+  cd roundcubemail
+
+  mv .htaccess $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/.htaccess .htaccess
+
+  mv config $pkgdir/etc/webapps/roundcubemail/
+  ln -s /etc/webapps/roundcubemail/config config
+
+  mv logs $pkgdir/var/log/roundcubemail
+  ln -s /var/log/roundcubemail logs
+
+  install -Dm0644 $srcdir/apache.conf 
$pkgdir/etc/webapps/roundcubemail/apache.conf
+}

Deleted: apache.conf
===
--- apache.conf 2014-04-08 13:24:00 UTC (rev 108974)
+++ apache.conf 2014-04-08 13:24:11 UTC (rev 108975)
@@ -1,8 +0,0 @@
-Alias /roundcube /usr/share/webapps/roundcubemail
-Directory /usr/share/webapps/roundcubemail
-AllowOverride All
-Options FollowSymlinks
-Order allow,deny
-Allow from all
-php_admin_value open_basedir 
/tmp/:/usr/share/webapps/roundcubemail:/etc/webapps/roundcubemail:/usr/share/pear/:/var/log/roundcubemail
-/Directory

Copied: roundcubemail/repos/community-any/apache.conf (from rev 108974, 
roundcubemail/trunk/apache.conf)
===
--- apache.conf (rev 0)
+++ apache.conf 2014-04-08 13:24:11 UTC (rev 108975)
@@ -0,0 +1,7 @@
+Alias /roundcube /usr/share/webapps/roundcubemail
+Directory /usr/share/webapps/roundcubemail
+AllowOverride All
+Options FollowSymlinks
+Require all granted
+php_admin_value open_basedir 

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

2014-04-08 Thread Andreas Radke
Date: Tuesday, April 8, 2014 @ 15:33:06
  Author: andyrtr
Revision: 209910

upgpkg: gnutls 3.2.13-1

upstream update 3.2.13

Modified:
  gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 08:46:44 UTC (rev 209909)
+++ PKGBUILD2014-04-08 13:33:06 UTC (rev 209910)
@@ -3,7 +3,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=gnutls
-pkgver=3.2.12.1
+pkgver=3.2.13
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!zipman')
 depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('a795db68253d1336f1e3c2ee48c1fee4'
+md5sums=('300e5f413054e2f4719c1c3b5179a611'
  'SKIP')
 
 build() {



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

2014-04-08 Thread Andreas Radke
Date: Tuesday, April 8, 2014 @ 15:33:24
  Author: andyrtr
Revision: 209911

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

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

-+
 /PKGBUILD   |   82 ++
 /gnutls.install |   40 
 extra-i686/PKGBUILD |   41 -
 extra-i686/gnutls.install   |   20 --
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/gnutls.install |   20 --
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-08 13:33:06 UTC (rev 209910)
+++ extra-i686/PKGBUILD 2014-04-08 13:33:24 UTC (rev 209911)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=gnutls
-pkgver=3.2.12.1
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://www.gnutls.org/;
-install=gnutls.install
-options=('!zipman')
-depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('a795db68253d1336f1e3c2ee48c1fee4'
- 'SKIP')
-
-build() {
-  cd ${pkgname}-* #${pkgver}
-  ./configure --prefix=/usr \
-   --with-zlib \
-   --disable-static \
-   --disable-guile
-  make
-}
-
-check() {
-  cd ${pkgname}-* #${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-* #${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
-  # gzip -9 all files in infodir and manpages manually
-  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
-  find $pkgdir/usr/share/man -exec gzip -9 {} \;
-}

Copied: gnutls/repos/extra-i686/PKGBUILD (from rev 209910, 
gnutls/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-08 13:33:24 UTC (rev 209911)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=gnutls
+pkgver=3.2.13
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://www.gnutls.org/;
+install=gnutls.install
+options=('!zipman')
+depends=('gcc-libs' 'libtasn1' 'readline' 'zlib' 'nettle' 'p11-kit')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('300e5f413054e2f4719c1c3b5179a611'
+ 'SKIP')
+
+build() {
+  cd ${pkgname}-* #${pkgver}
+  ./configure --prefix=/usr \
+   --with-zlib \
+   --disable-static \
+   --disable-guile
+  make
+}
+
+check() {
+  cd ${pkgname}-* #${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-* #${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # lots of .png files are put into infodir and are gzipped by makepkg! this 
may need to be fixed by using !zipman
+  # gzip -9 all files in infodir and manpages manually
+  find $pkgdir/usr/share/info -name '*.info*' -exec gzip -9 {} \;
+  find $pkgdir/usr/share/man -exec gzip -9 {} \;
+}

Deleted: extra-i686/gnutls.install
===
--- extra-i686/gnutls.install   2014-04-08 13:33:06 UTC (rev 209910)
+++ extra-i686/gnutls.install   2014-04-08 13:33:24 UTC (rev 209911)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(gnutls.info-1.gz gnutls.info-2.gz gnutls.info-3.gz gnutls.info-4.gz 
gnutls.info-5.gz gnutls.info.gz gnutls-guile.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-  done
-}

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

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

2014-04-08 Thread Andreas Radke
Date: Tuesday, April 8, 2014 @ 16:24:40
  Author: andyrtr
Revision: 209913

upgpkg: abiword 3.0.0-2

fix saving pdf documents; FS#39652

Added:
  abiword/trunk/fix_crash_saving_pdf.patch
Modified:
  abiword/trunk/PKGBUILD

+
 PKGBUILD   |   11 -
 fix_crash_saving_pdf.patch |   86 +++
 2 files changed, 94 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 13:40:06 UTC (rev 209912)
+++ PKGBUILD2014-04-08 14:24:40 UTC (rev 209913)
@@ -5,7 +5,7 @@
 pkgbase=abiword
 pkgname=('abiword' 'abiword-plugins')
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://www.abisource.com'
@@ -14,8 +14,10 @@
  'libots' 'libwpg' 'librsvg' 'loudmouth' 'libsoup' 'psiconv'
  'redland' 'libical')
 options=('!makeflags')
-source=(http://abisource.com/downloads/$pkgbase/$pkgver/source/$pkgbase-$pkgver.tar.gz)
-md5sums=('8d9c41cff3a8fbef8d0c835c65600e65')
+source=(http://abisource.com/downloads/$pkgbase/$pkgver/source/$pkgbase-$pkgver.tar.gz
+fix_crash_saving_pdf.patch)
+md5sums=('8d9c41cff3a8fbef8d0c835c65600e65'
+ 'c3336f5ac7d227ff755c7e42459f20e1')
 
 build() {
   cd $pkgbase-$pkgver
@@ -37,6 +39,9 @@
 #./../../../backends/tcp/xp/Session.h:34:63: error: expected class-name before 
',' token
 # class Session : public Synchronizer, public boost::noncopyable, public 
boost::enable_shared_from_thisSession
 
+  # fix FS#39652 - http://bugzilla.abisource.com/show_bug.cgi?id=13586#c2
+  patch -Np2 -i ${srcdir}/fix_crash_saving_pdf.patch
+
   ./configure --prefix=/usr \
 --enable-shared \
 --disable-static \

Added: fix_crash_saving_pdf.patch
===
--- fix_crash_saving_pdf.patch  (rev 0)
+++ fix_crash_saving_pdf.patch  2014-04-08 14:24:40 UTC (rev 209913)
@@ -0,0 +1,86 @@
+--- abiword/trunk/src/text/fmt/gtk/fv_UnixSelectionHandles.cpp 2013/12/23 
03:20:34 33661
 abiword/trunk/src/text/fmt/gtk/fv_UnixSelectionHandles.cpp 2013/12/28 
02:04:39 33662
+@@ -36,42 +36,60 @@
+ 
+   mode = _fv_text_handle_get_mode (handle);
+ 
+-  if (pos == FV_TEXT_HANDLE_POSITION_SELECTION_START)
++  if (pos == FV_TEXT_HANDLE_POSITION_SELECTION_START) {
+   handles-updateSelectionStart ((UT_sint32)x, (UT_sint32)y);
++}
+   else {
+-  if (mode == FV_TEXT_HANDLE_MODE_SELECTION)
++  if (mode == FV_TEXT_HANDLE_MODE_SELECTION) {
+   handles-updateSelectionEnd ((UT_sint32)x, 
(UT_sint32)y);
+-else
++}
++else {
+   handles-updateCursor((UT_sint32)x, (UT_sint32)y);
++}
+   }
+ }
+ 
+ FV_UnixSelectionHandles::FV_UnixSelectionHandles(FV_View *view, FV_Selection 
selection)
+   : FV_SelectionHandles (view, selection)
++  , m_text_handle(NULL)
+ {
+   XAP_Frame * pFrame = static_castXAP_Frame*(m_pView-getParentData());
+-  XAP_UnixFrameImpl * pFrameImpl =static_castXAP_UnixFrameImpl *( 
pFrame-getFrameImpl());
+-  GtkWidget * pWidget = pFrameImpl-getViewWidget();
+-
+-  m_text_handle = _fv_text_handle_new (pWidget);
+-_fv_text_handle_set_relative_to (m_text_handle,
+- gtk_widget_get_window (pWidget));
+-g_signal_connect (m_text_handle, handle-dragged,
+-  G_CALLBACK(handle_dragged_cb), this);
++  // When saving to PDF (and printing) we don't have a frame
++  // See bug 13586
++  if (pFrame) {
++  XAP_UnixFrameImpl * pFrameImpl = static_castXAP_UnixFrameImpl 
*(pFrame-getFrameImpl());
++  GtkWidget * pWidget = pFrameImpl-getViewWidget();
++
++  m_text_handle = _fv_text_handle_new (pWidget);
++  _fv_text_handle_set_relative_to (m_text_handle,
++   gtk_widget_get_window 
(pWidget));
++  g_signal_connect (m_text_handle, handle-dragged,
++G_CALLBACK(handle_dragged_cb), this);
++  }
+ }
+ 
+ FV_UnixSelectionHandles::~FV_UnixSelectionHandles()
+ {
++  if(!m_text_handle) {
++  return;
++  }
+   g_object_unref (m_text_handle);
+ }
+ 
+ void FV_UnixSelectionHandles::hide()
+ {
++  if(!m_text_handle) {
++  return;
++  }
+   _fv_text_handle_set_mode (m_text_handle, FV_TEXT_HANDLE_MODE_NONE);
+ }
+ 
+ void FV_UnixSelectionHandles::setCursorCoords(UT_sint32 x, UT_sint32 y, 
UT_uint32 height, bool visible)
+ {
++  if(!m_text_handle) {
++  return;
++  }
++
+   GdkRectangle rect;
+ 
+   _fv_text_handle_set_mode(m_text_handle, FV_TEXT_HANDLE_MODE_CURSOR);
+@@ -92,6 +110,10 @@
+ void FV_UnixSelectionHandles::setSelectionCoords(UT_sint32 

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

2014-04-08 Thread Andreas Radke
Date: Tuesday, April 8, 2014 @ 16:25:03
  Author: andyrtr
Revision: 209914

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

Added:
  abiword/repos/extra-i686/PKGBUILD
(from rev 209913, abiword/trunk/PKGBUILD)
  abiword/repos/extra-i686/abiword.install
(from rev 209913, abiword/trunk/abiword.install)
  abiword/repos/extra-i686/fix_crash_saving_pdf.patch
(from rev 209913, abiword/trunk/fix_crash_saving_pdf.patch)
  abiword/repos/extra-x86_64/PKGBUILD
(from rev 209913, abiword/trunk/PKGBUILD)
  abiword/repos/extra-x86_64/abiword.install
(from rev 209913, abiword/trunk/abiword.install)
  abiword/repos/extra-x86_64/fix_crash_saving_pdf.patch
(from rev 209913, abiword/trunk/fix_crash_saving_pdf.patch)
Deleted:
  abiword/repos/extra-i686/PKGBUILD
  abiword/repos/extra-i686/abiword.install
  abiword/repos/extra-x86_64/PKGBUILD
  abiword/repos/extra-x86_64/abiword.install

-+
 /PKGBUILD   |  160 ++
 /abiword.install|   24 
 extra-i686/PKGBUILD |   75 --
 extra-i686/abiword.install  |   12 --
 extra-i686/fix_crash_saving_pdf.patch   |   86 
 extra-x86_64/PKGBUILD   |   75 --
 extra-x86_64/abiword.install|   12 --
 extra-x86_64/fix_crash_saving_pdf.patch |   86 
 8 files changed, 356 insertions(+), 174 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-08 14:24:40 UTC (rev 209913)
+++ extra-i686/PKGBUILD 2014-04-08 14:25:03 UTC (rev 209914)
@@ -1,75 +0,0 @@
-# $Id$
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Maël Lavault moim...@neuf.fr
-
-pkgbase=abiword
-pkgname=('abiword' 'abiword-plugins')
-pkgver=3.0.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.abisource.com'
-makedepends=('pkgconfig' 'asio' 'boost' 'fribidi' 'goffice' 'libwmf' 'wv'
- 'link-grammar' 'gtkmathview' 'aiksaurus' 'libxslt' 'enchant'
- 'libots' 'libwpg' 'librsvg' 'loudmouth' 'libsoup' 'psiconv'
- 'redland' 'libical')
-options=('!makeflags')
-source=(http://abisource.com/downloads/$pkgbase/$pkgver/source/$pkgbase-$pkgver.tar.gz)
-md5sums=('8d9c41cff3a8fbef8d0c835c65600e65')
-
-build() {
-  cd $pkgbase-$pkgver
-
-# Collab plugin is somehow broken:
-# part service
-#In file included from ./../../../backends/service/xp/RealmConnection.h:33:0,
-# from 
./../../../backends/service/xp/AbiCollabSaveInterceptor.h:23,
-# from 
./../../../backends/service/xp/ServiceAccountHandler.h:33,
-# from ServiceUnixAccountHandler.h:23,
-# from ServiceUnixAccountHandler.cpp:20:
-#./../../../core/sync/xp/SynchronizedQueue.h:32:1: error: expected class-name 
before '{' token
-# {
-# part tcp
-#In file included from ./../../../backends/tcp/xp/IOServerHandler.h:29:0,
-# from ./../../../backends/tcp/xp/TCPAccountHandler.h:25,
-# from TCPUnixAccountHandler.h:22,
-# from TCPUnixAccountHandler.cpp:20:
-#./../../../backends/tcp/xp/Session.h:34:63: error: expected class-name before 
',' token
-# class Session : public Synchronizer, public boost::noncopyable, public 
boost::enable_shared_from_thisSession
-
-  ./configure --prefix=/usr \
---enable-shared \
---disable-static \
---enable-clipart \
---enable-templates \
---disable-builtin-plugins \
---enable-plugins \
---disable-collab-backend-service \
---disable-collab-backend-tcp
-  make
-}
-
-package_abiword() {
-  pkgdesc='Fully-featured word processor'
-  depends=('fribidi' 'wv' 'goffice' 'librsvg' 'enchant' 'desktop-file-utils'
-   'redland' 'libical' 'gtk-update-icon-cache')
-  install=$pkgname.install
-  optdepends=('abiword-plugins')
-  conflicts=(abiword-plugins${pkgver}-${pkgrel})
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # split out plugins, there's no Makefile target for a clean way
-  mkdir ${srcdir}/_pluginsdir
-  mv $pkgdir/usr/lib/abiword-${pkgver%.*}/plugins ${srcdir}/_pluginsdir
-}
-
-package_abiword-plugins() {
-  pkgdesc='Additional plugins for Abiword'
-  depends=(abiword=${pkgver}-${pkgrel} 'loudmouth' 'libwpg' 'libwmf' 
'link-grammar' 
-   'gtkmathview' 'aiksaurus' 'libxslt' 'libsoup' 'libots' 'libgsf' 
'psiconv')
-
-  install -dm755 ${pkgdir}/usr/lib/abiword-${pkgver%.*}
-  mv ${srcdir}/_pluginsdir/plugins ${pkgdir}/usr/lib/abiword-${pkgver%.*}/
-}

Copied: abiword/repos/extra-i686/PKGBUILD (from rev 209913, 
abiword/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-08 14:25:03 UTC (rev 209914)
@@ -0,0 +1,80 @@
+# $Id$
+# Contributor: Giovanni Scafora 

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

2014-04-08 Thread Balló György
Date: Tuesday, April 8, 2014 @ 16:22:20
  Author: bgyorgy
Revision: 108976

Update upstream URL

Modified:
  emerillon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 13:24:11 UTC (rev 108975)
+++ PKGBUILD2014-04-08 14:22:20 UTC (rev 108976)
@@ -5,7 +5,7 @@
 pkgrel=5
 pkgdesc=Map viewer for OpenStreetMap
 arch=('i686' 'x86_64')
-url=http://projects.gnome.org/emerillon/;
+url=https://wiki.gnome.org/Apps/Emerillon;
 license=('GPL')
 depends=('libchamplain' 'geoclue' 'libpeas' 'rest')
 makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala')



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

2014-04-08 Thread Daniel Micay
Date: Tuesday, April 8, 2014 @ 17:14:43
  Author: thestinger
Revision: 108977

upgpkg: freeradius 3.0.2-2

openssl rebuild

Modified:
  freeradius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 14:22:20 UTC (rev 108976)
+++ PKGBUILD2014-04-08 15:14:43 UTC (rev 108977)
@@ -1,10 +1,11 @@
 # $Id$
 # Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
 # Contributor: Jason R Begley (jay...@digitalgoat.com
+# Contributor: Daniel Micay danielmi...@gmail.com
 
 pkgname=freeradius
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=The premier open source RADIUS server
 arch=('i686' 'x86_64')
 url=http://www.freeradius.org/;
@@ -16,19 +17,12 @@
 install=$pkgname.install
 
source=(ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2{,.sig}
freeradius.tmpfiles
-   freeradius.service
-   
https://github.com/FreeRADIUS/freeradius-server/commit/ff5147c9e5088c7.patch)
+freeradius.service)
 md5sums=('c6b25a532e65ce6bfef4f422b7240d4d'
  'SKIP'
  'f959e89812bedfc9f8308076f78cd74e'
- 'e3f18e3a25df3b692e59f60605354708'
- '9dc9a08bee8b0c3e4822c94f272e1fd6')
+ 'e3f18e3a25df3b692e59f60605354708')
 
-prepare() {
-  cd $srcdir/freeradius-server-$pkgver
-#  patch -p1 $srcdir/ff5147c9e5088c7.patch
-}
-
 build() {
   cd $srcdir/freeradius-server-$pkgver
   ./configure --with-system-libtool --with-system-libltdl \



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

2014-04-08 Thread Daniel Micay
Date: Tuesday, April 8, 2014 @ 17:15:47
  Author: thestinger
Revision: 108978

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

Added:
  freeradius/repos/community-i686/PKGBUILD
(from rev 108977, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-i686/freeradius.install
(from rev 108977, freeradius/trunk/freeradius.install)
  freeradius/repos/community-i686/freeradius.service
(from rev 108977, freeradius/trunk/freeradius.service)
  freeradius/repos/community-i686/freeradius.tmpfiles
(from rev 108977, freeradius/trunk/freeradius.tmpfiles)
  freeradius/repos/community-x86_64/PKGBUILD
(from rev 108977, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-x86_64/freeradius.install
(from rev 108977, freeradius/trunk/freeradius.install)
  freeradius/repos/community-x86_64/freeradius.service
(from rev 108977, freeradius/trunk/freeradius.service)
  freeradius/repos/community-x86_64/freeradius.tmpfiles
(from rev 108977, freeradius/trunk/freeradius.tmpfiles)
Deleted:
  freeradius/repos/community-i686/PKGBUILD
  freeradius/repos/community-i686/freeradius.install
  freeradius/repos/community-i686/freeradius.service
  freeradius/repos/community-i686/freeradius.tmpfiles
  freeradius/repos/community-x86_64/PKGBUILD
  freeradius/repos/community-x86_64/freeradius.install
  freeradius/repos/community-x86_64/freeradius.service
  freeradius/repos/community-x86_64/freeradius.tmpfiles

--+
 /PKGBUILD|   94 +
 /freeradius.install  |   42 ++
 /freeradius.service  |   30 ++
 /freeradius.tmpfiles |2 
 community-i686/PKGBUILD  |   53 --
 community-i686/freeradius.install|   21 ---
 community-i686/freeradius.service|   15 -
 community-i686/freeradius.tmpfiles   |1 
 community-x86_64/PKGBUILD|   53 --
 community-x86_64/freeradius.install  |   21 ---
 community-x86_64/freeradius.service  |   15 -
 community-x86_64/freeradius.tmpfiles |1 
 12 files changed, 168 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-08 15:14:43 UTC (rev 108977)
+++ community-i686/PKGBUILD 2014-04-08 15:15:47 UTC (rev 108978)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Jason R Begley (jay...@digitalgoat.com
-
-pkgname=freeradius
-pkgver=3.0.2
-pkgrel=1
-pkgdesc=The premier open source RADIUS server
-arch=('i686' 'x86_64')
-url=http://www.freeradius.org/;
-license=('GPL')
-depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc')
-makedepends=('libpcap' 'unixodbc' 'python2')
-optdepends=('libpcap' 'unixodbc' 'python2')
-options=('!makeflags')
-install=$pkgname.install
-source=(ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2{,.sig}
-   freeradius.tmpfiles
-   freeradius.service
-   
https://github.com/FreeRADIUS/freeradius-server/commit/ff5147c9e5088c7.patch)
-md5sums=('c6b25a532e65ce6bfef4f422b7240d4d'
- 'SKIP'
- 'f959e89812bedfc9f8308076f78cd74e'
- 'e3f18e3a25df3b692e59f60605354708'
- '9dc9a08bee8b0c3e4822c94f272e1fd6')
-
-prepare() {
-  cd $srcdir/freeradius-server-$pkgver
-#  patch -p1 $srcdir/ff5147c9e5088c7.patch
-}
-
-build() {
-  cd $srcdir/freeradius-server-$pkgver
-  ./configure --with-system-libtool --with-system-libltdl \
- --prefix=/usr --enable-heimdal-krb5 \
- --localstatedir=/var \
- --sysconfdir=/etc \
- --sbindir=/usr/bin \
- --libdir=/usr/lib/freeradius \
- --with-udpfromto
-  make
-}
-
-package() {
-  cd $srcdir/freeradius-server-$pkgver
-  make install R=$pkgdir
-  chmod o+r $pkgdir/etc/raddb/*
-  mv $pkgdir/etc/raddb $pkgdir/etc/raddb.default
-  rm -rf $pkgdir/var/run
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: freeradius/repos/community-i686/PKGBUILD (from rev 108977, 
freeradius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-08 15:15:47 UTC (rev 108978)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Jason R Begley (jay...@digitalgoat.com
+# Contributor: Daniel Micay danielmi...@gmail.com
+
+pkgname=freeradius
+pkgver=3.0.2
+pkgrel=2
+pkgdesc=The premier open source RADIUS server
+arch=('i686' 'x86_64')
+url=http://www.freeradius.org/;
+license=('GPL')
+depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc')
+makedepends=('libpcap' 'unixodbc' 

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

2014-04-08 Thread Andreas Radke
Date: Tuesday, April 8, 2014 @ 17:37:24
  Author: andyrtr
Revision: 209918

upgpkg: cups-filters 1.0.52-1

upstream update 1.0.52

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 15:23:45 UTC (rev 209917)
+++ PKGBUILD2014-04-08 15:37:24 UTC (rev 209918)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=cups-filters
-pkgver=1.0.51
+pkgver=1.0.52
 pkgrel=1
 pkgdesc=OpenPrinting CUPS Filters
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('9e416d67aaa576b1e885d3b54aa29ef0')
+md5sums=('64825cb330c2ef6dcb29215158e701bb')
 
 build() {
   cd $pkgname-$pkgver



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

2014-04-08 Thread Andreas Radke
Date: Tuesday, April 8, 2014 @ 17:37:41
  Author: andyrtr
Revision: 209919

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-08 15:37:24 UTC (rev 209918)
+++ extra-i686/PKGBUILD 2014-04-08 15:37:41 UTC (rev 209919)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=cups-filters
-pkgver=1.0.51
-pkgrel=1
-pkgdesc=OpenPrinting CUPS Filters
-arch=('i686' 'x86_64')
-url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-depends=('lcms2' 'poppler' 'qpdf')
-makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('9e416d67aaa576b1e885d3b54aa29ef0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 209918, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-08 15:37:41 UTC (rev 209919)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.52
+pkgrel=1
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('64825cb330c2ef6dcb29215158e701bb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  sed -i s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed| 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
+  
+  # use lp group from cups pkg FS#36769
+  chgrp -R lp ${pkgdir}/etc/cups
+}

Deleted: 

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

2014-04-08 Thread Balló György
Date: Tuesday, April 8, 2014 @ 18:05:56
  Author: bgyorgy
Revision: 108979

Update upstream URL

Modified:
  nautilus-actions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 15:15:47 UTC (rev 108978)
+++ PKGBUILD2014-04-08 16:05:56 UTC (rev 108979)
@@ -9,7 +9,7 @@
 pkgrel=2
 pkgdesc=Configures programs to be launched when files are selected in 
Nautilus
 arch=('i686' 'x86_64')
-url=http://www.nautilus-actions.org/;
+url=http://git.gnome.org/browse/nautilus-actions;
 license=('GPL')
 depends=('nautilus' 'libunique3' 'libgtop' 'libsm' 'gconf')
 makedepends=('intltool' 'gnome-doc-utils')



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

2014-04-08 Thread Andrea Scarpino
Date: Tuesday, April 8, 2014 @ 18:35:57
  Author: andrea
Revision: 209920

upgpkg: kdevelop-python2 1.6.0-2

The python2 plugin cannot be used when the python3 plugin is installed

Modified:
  kdevelop-python2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 15:37:41 UTC (rev 209919)
+++ PKGBUILD2014-04-08 16:35:57 UTC (rev 209920)
@@ -4,7 +4,7 @@
 pkgname=kdevelop-python2
 pkgver=1.6.0
 _pkgver=4.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Python 2 language and documentation plugin for KDevelop
 arch=('i686' 'x86_64')
 url=http://www.kdevelop.org/;
@@ -11,6 +11,7 @@
 license=('GPL')
 depends=('kdevelop' 'python2')
 makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+conflicts=('kdevelop-python')
 
source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
 sha1sums=('88618dbd3a80d5193f49f6c61a6ad02a5e9c0652')
 



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

2014-04-08 Thread Andrea Scarpino
Date: Tuesday, April 8, 2014 @ 18:36:06
  Author: andrea
Revision: 209921

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

Added:
  kdevelop-python2/repos/extra-i686/PKGBUILD
(from rev 209920, kdevelop-python2/trunk/PKGBUILD)
  kdevelop-python2/repos/extra-x86_64/PKGBUILD
(from rev 209920, kdevelop-python2/trunk/PKGBUILD)
Deleted:
  kdevelop-python2/repos/extra-i686/PKGBUILD
  kdevelop-python2/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-08 16:35:57 UTC (rev 209920)
+++ extra-i686/PKGBUILD 2014-04-08 16:36:06 UTC (rev 209921)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdevelop-python2
-pkgver=1.6.0
-_pkgver=4.6.0
-pkgrel=1
-pkgdesc=Python 2 language and documentation plugin for KDevelop
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevelop' 'python2')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
-sha1sums=('88618dbd3a80d5193f49f6c61a6ad02a5e9c0652')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdevelop-python2/repos/extra-i686/PKGBUILD (from rev 209920, 
kdevelop-python2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-04-08 16:36:06 UTC (rev 209921)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-python2
+pkgver=1.6.0
+_pkgver=4.6.0
+pkgrel=2
+pkgdesc=Python 2 language and documentation plugin for KDevelop
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop' 'python2')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+conflicts=('kdevelop-python')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
+sha1sums=('88618dbd3a80d5193f49f6c61a6ad02a5e9c0652')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-04-08 16:35:57 UTC (rev 209920)
+++ extra-x86_64/PKGBUILD   2014-04-08 16:36:06 UTC (rev 209921)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdevelop-python2
-pkgver=1.6.0
-_pkgver=4.6.0
-pkgrel=1
-pkgdesc=Python 2 language and documentation plugin for KDevelop
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevelop' 'python2')
-makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
-sha1sums=('88618dbd3a80d5193f49f6c61a6ad02a5e9c0652')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../kdev-python-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdevelop-python2/repos/extra-x86_64/PKGBUILD (from rev 209920, 
kdevelop-python2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-04-08 16:36:06 UTC (rev 209921)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 208352 2014-03-22 17:47:04Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-python2
+pkgver=1.6.0
+_pkgver=4.6.0
+pkgrel=2
+pkgdesc=Python 2 language and documentation plugin for KDevelop
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop' 'python2')
+makedepends=('cmake' 'automoc4' 'kdevelop-pg-qt')
+conflicts=('kdevelop-python')
+source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/kdev-python-${pkgver}.tar.xz;)
+sha1sums=('88618dbd3a80d5193f49f6c61a6ad02a5e9c0652')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../kdev-python-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} 

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

2014-04-08 Thread Balló György
Date: Tuesday, April 8, 2014 @ 18:41:26
  Author: bgyorgy
Revision: 108980

Update upstream URL

Modified:
  gdesklets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 16:05:56 UTC (rev 108979)
+++ PKGBUILD2014-04-08 16:41:26 UTC (rev 108980)
@@ -8,7 +8,7 @@
 pkgrel=4
 pkgdesc=System for bringing mini programs (desklets) onto your desktop
 arch=('i686' 'x86_64')
-url=http://gdesklets.de/;
+url=https://launchpad.net/gdesklets;
 license=('GPL') 
 depends=('libgtop' 'librsvg' 'pygtk' 'desktop-file-utils' 'gnome-icon-theme' 
'xdg-utils')
 makedepends=('gnome-python' 'intltool')



[arch-commits] Commit in gdesklets (3 files)

2014-04-08 Thread Balló György
Date: Tuesday, April 8, 2014 @ 18:45:39
  Author: bgyorgy
Revision: 108981

Update upstream source

Modified:
  gdesklets/repos/community-i686/PKGBUILD
  gdesklets/repos/community-x86_64/PKGBUILD
  gdesklets/trunk/PKGBUILD

-+
 repos/community-i686/PKGBUILD   |2 +-
 repos/community-x86_64/PKGBUILD |2 +-
 trunk/PKGBUILD  |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: repos/community-i686/PKGBUILD
===
--- repos/community-i686/PKGBUILD   2014-04-08 16:41:26 UTC (rev 108980)
+++ repos/community-i686/PKGBUILD   2014-04-08 16:45:39 UTC (rev 108981)
@@ -13,7 +13,7 @@
 depends=('libgtop' 'librsvg' 'pygtk' 'desktop-file-utils' 'gnome-icon-theme' 
'xdg-utils')
 makedepends=('gnome-python' 'intltool')
 install=$pkgname.install
-source=(http://gdesklets.de/files/$pkgname-$pkgver.tar.bz2
+source=(https://launchpad.net/gdesklets/0.3x/release-of-$pkgver/+download/$pkgname-$pkgver.tar.bz2
 gdesklets-core-0.36.3-.in-files.patch
 fix-vfs.patch
 make-gconf-optional.patch)

Modified: repos/community-x86_64/PKGBUILD
===
--- repos/community-x86_64/PKGBUILD 2014-04-08 16:41:26 UTC (rev 108980)
+++ repos/community-x86_64/PKGBUILD 2014-04-08 16:45:39 UTC (rev 108981)
@@ -13,7 +13,7 @@
 depends=('libgtop' 'librsvg' 'pygtk' 'desktop-file-utils' 'gnome-icon-theme' 
'xdg-utils')
 makedepends=('gnome-python' 'intltool')
 install=$pkgname.install
-source=(http://gdesklets.de/files/$pkgname-$pkgver.tar.bz2
+source=(https://launchpad.net/gdesklets/0.3x/release-of-$pkgver/+download/$pkgname-$pkgver.tar.bz2
 gdesklets-core-0.36.3-.in-files.patch
 fix-vfs.patch
 make-gconf-optional.patch)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2014-04-08 16:41:26 UTC (rev 108980)
+++ trunk/PKGBUILD  2014-04-08 16:45:39 UTC (rev 108981)
@@ -13,7 +13,7 @@
 depends=('libgtop' 'librsvg' 'pygtk' 'desktop-file-utils' 'gnome-icon-theme' 
'xdg-utils')
 makedepends=('gnome-python' 'intltool')
 install=$pkgname.install
-source=(http://gdesklets.de/files/$pkgname-$pkgver.tar.bz2
+source=(https://launchpad.net/gdesklets/0.3x/release-of-$pkgver/+download/$pkgname-$pkgver.tar.bz2
 gdesklets-core-0.36.3-.in-files.patch
 fix-vfs.patch
 make-gconf-optional.patch)



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

2014-04-08 Thread Balló György
Date: Tuesday, April 8, 2014 @ 19:01:26
  Author: bgyorgy
Revision: 108982

Update upstream URL

Modified:
  gnome-do-plugins/trunk/PKGBUILD
  gnome-do/trunk/PKGBUILD

-+
 -plugins/trunk/PKGBUILD |2 +-
 trunk/PKGBUILD  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2014-04-08 16:45:39 UTC (rev 108981)
+++ trunk/PKGBUILD  2014-04-08 17:01:26 UTC (rev 108982)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc=Quickly search for many items present on your desktop or the web, and 
perform useful actions on those items
 arch=('i686' 'x86_64')
-url=https://launchpad.net/do;
+url=http://cooperteam.net/;
 license=('GPL3')
 depends=('gconf-sharp' 'gnome-desktop2' 'gnome-keyring-sharp' 'mono-addins' 
'notify-sharp' 'gkeyfile-sharp' 'hicolor-icon-theme' 'xdg-utils')
 makedepends=('intltool' 'gio-sharp')

Modified: -plugins/trunk/PKGBUILD
===
--- -plugins/trunk/PKGBUILD 2014-04-08 16:45:39 UTC (rev 108981)
+++ -plugins/trunk/PKGBUILD 2014-04-08 17:01:26 UTC (rev 108982)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc=Plugins for gnome-do
 arch=('any')
-url=https://launchpad.net/do-plugins;
+url=http://cooperteam.net/;
 license=('GPL3')
 depends=('gnome-do=0.9' 'flickrnet' 'gdata-sharp' 'wnck-sharp')
 makedepends=('intltool' 'libgnome-sharp' 'libgnome-desktop-sharp')



[arch-commits] Commit in screenlets (-pack-basic/trunk/PKGBUILD trunk/PKGBUILD)

2014-04-08 Thread Balló György
Date: Tuesday, April 8, 2014 @ 19:52:35
  Author: bgyorgy
Revision: 108983

Update upstream URL

Modified:
  screenlets-pack-basic/trunk/PKGBUILD
  screenlets/trunk/PKGBUILD

+
 -pack-basic/trunk/PKGBUILD |2 +-
 trunk/PKGBUILD |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/PKGBUILD
===
--- trunk/PKGBUILD  2014-04-08 17:01:26 UTC (rev 108982)
+++ trunk/PKGBUILD  2014-04-08 17:52:35 UTC (rev 108983)
@@ -8,7 +8,7 @@
 pkgrel=4
 pkgdesc=Widget framework that consists of small owner-drawn applications
 arch=('any')
-url=http://screenlets.org/;
+url=https://launchpad.net/screenlets;
 license=('GPL3')
 depends=('python2-beautifulsoup3' 'python2-dbus' 'python2-gconf' 
  'python2-gnomekeyring' 'python2-rsvg' 'pywebkitgtk' 

Modified: -pack-basic/trunk/PKGBUILD
===
--- -pack-basic/trunk/PKGBUILD  2014-04-08 17:01:26 UTC (rev 108982)
+++ -pack-basic/trunk/PKGBUILD  2014-04-08 17:52:35 UTC (rev 108983)
@@ -7,7 +7,7 @@
 pkgrel=3
 pkgdesc=Desktop widgets for Screenlets
 arch=('any')
-url=http://screenlets.org/;
+url=https://launchpad.net/indiv-screenlets;
 license=('GPL3')
 depends=('screenlets')
 makedepends=('dos2unix')



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

2014-04-08 Thread Balló György
Date: Tuesday, April 8, 2014 @ 19:59:04
  Author: bgyorgy
Revision: 108984

Update upstream URL

Modified:
  smuxi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 17:52:35 UTC (rev 108983)
+++ PKGBUILD2014-04-08 17:59:04 UTC (rev 108984)
@@ -11,11 +11,11 @@
 pkgrel=1
 pkgdesc=User-friendly and cross-platform IRC client for sophisticated users 
for GNOME/GTK+
 arch=('any')
-url=http://www.smuxi.org/;
+url=https://smuxi.im/;
 license=('GPL')
 makedepends=('notify-sharp' 'log4net' 'nini' 'gtkspell' 'stfl' 'intltool')
 options=('!emptydirs')
-source=(http://www.smuxi.org/jaws/data/files/$pkgbase-$pkgver.tar.gz)
+source=(https://smuxi.im/jaws/data/files/$pkgbase-$pkgver.tar.gz)
 md5sums=('a65d5ab884c85b2e11ece2c1a23148d5')
 
 build() {



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

2014-04-08 Thread Maxime Gauduin
Date: Wednesday, April 9, 2014 @ 00:37:21
  Author: alucryd
Revision: 108985

icu rebuild: aegisub 3.1.3-1

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 17:59:04 UTC (rev 108984)
+++ PKGBUILD2014-04-08 22:37:21 UTC (rev 108985)
@@ -4,7 +4,7 @@
 # Contributor: Limao Luo luolimao+...@gmail.com
 
 pkgname=aegisub
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc=A general-purpose subtitle editor with ASS/SSA support
 arch=('i686' 'x86_64')
@@ -14,10 +14,10 @@
 makedepends=('boost' 'intltool' 'mesa')
 install=${pkgname}.install
 
source=(http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('36ebfd05cc642b050da1e91ce2d2082b317a37bdfab109e191f861170d7cff86')
+sha256sums=('efea5bc2bc5e0651ada4f65cfdd8af1b422a15f87933710d11287bf51e2b5e58')
 
 build() {
-  cd ${pkgname}-${pkgver}/${pkgname}
+  cd ${pkgname}-${pkgver}
 
   ./configure --prefix='/usr' --without-{portaudio,openal,oss}
   make
@@ -24,7 +24,7 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}/${pkgname}
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR=${pkgdir} install
 



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

2014-04-08 Thread Maxime Gauduin
Date: Wednesday, April 9, 2014 @ 00:37:31
  Author: alucryd
Revision: 108986

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

Added:
  aegisub/repos/community-staging-i686/
  aegisub/repos/community-staging-i686/PKGBUILD
(from rev 108985, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-i686/aegisub.install
(from rev 108985, aegisub/trunk/aegisub.install)
  aegisub/repos/community-staging-x86_64/
  aegisub/repos/community-staging-x86_64/PKGBUILD
(from rev 108985, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-staging-x86_64/aegisub.install
(from rev 108985, aegisub/trunk/aegisub.install)

--+
 community-staging-i686/PKGBUILD  |   35 +
 community-staging-i686/aegisub.install   |   14 +++
 community-staging-x86_64/PKGBUILD|   35 +
 community-staging-x86_64/aegisub.install |   14 +++
 4 files changed, 98 insertions(+)

Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 108985, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-04-08 22:37:31 UTC (rev 108986)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: kozec ko...@kozec.com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgname=aegisub
+pkgver=3.1.3
+pkgrel=1
+pkgdesc=A general-purpose subtitle editor with ASS/SSA support
+arch=('i686' 'x86_64')
+url=http://www.aegisub.org;
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'lua51' 
'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+install=${pkgname}.install
+source=(http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('efea5bc2bc5e0651ada4f65cfdd8af1b422a15f87933710d11287bf51e2b5e58')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --without-{portaudio,openal,oss}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
+  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-i686/aegisub.install (from rev 108985, 
aegisub/trunk/aegisub.install)
===
--- community-staging-i686/aegisub.install  (rev 0)
+++ community-staging-i686/aegisub.install  2014-04-08 22:37:31 UTC (rev 
108986)
@@ -0,0 +1,14 @@
+post_install() {
+gtk-update-icon-cache -ftq usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-x86_64/PKGBUILD (from rev 108985, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-04-08 22:37:31 UTC (rev 108986)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: kozec ko...@kozec.com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgname=aegisub
+pkgver=3.1.3
+pkgrel=1
+pkgdesc=A general-purpose subtitle editor with ASS/SSA support
+arch=('i686' 'x86_64')
+url=http://www.aegisub.org;
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'lua51' 
'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+install=${pkgname}.install
+source=(http://ftp.aegisub.org/pub/archives/releases/source/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('efea5bc2bc5e0651ada4f65cfdd8af1b422a15f87933710d11287bf51e2b5e58')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --without-{portaudio,openal,oss}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/aegisub
+  install -m 644 LICENCE ${pkgdir}/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-x86_64/aegisub.install (from rev 
108985, aegisub/trunk/aegisub.install)
===
--- community-staging-x86_64/aegisub.install(rev 0)
+++ community-staging-x86_64/aegisub.install2014-04-08 22:37:31 UTC (rev 
108986)
@@ -0,0 +1,14 @@
+post_install() {
+gtk-update-icon-cache -ftq usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in (5 files)

2014-04-08 Thread Daniel Wallace
Date: Wednesday, April 9, 2014 @ 01:26:50
  Author: dwallace
Revision: 108987

move salt-api from aur to community

Added:
  salt-api/
  salt-api/repo/
  salt-api/trunk/
  salt-api/trunk/PKGBUILD
  salt-api/trunk/salt-api.service

--+
 PKGBUILD |   34 ++
 salt-api.service |   10 ++
 2 files changed, 44 insertions(+)

Added: salt-api/trunk/PKGBUILD
===
--- salt-api/trunk/PKGBUILD (rev 0)
+++ salt-api/trunk/PKGBUILD 2014-04-08 23:26:50 UTC (rev 108987)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Christer Edwards christer.edwa...@gmail.com
+
+pkgname=salt-api
+pkgver=0.8.4.1
+pkgrel=1
+pkgdesc=Salt API is used to expose the fundamental aspects of Salt control to 
external sources.
+arch=(any)
+url=https://github.com/saltstack/salt-api;
+license=(APACHE)
+depends=('salt'
+ 'python2-requests')
+makedepends=('python2-setuptools')
+optdepends=('python2-cherrypy: rest_cherrypy interface')
+
+source=(http://pypi.python.org/packages/source/s/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+salt-api.service)
+
+sha256sums=('b733534a1de80602d89938be9c328cd83b9cf27b69bc0ffa661e17369b7c5dd6'
+'b28b93928a5210a3340ad420f8b9b372fb22888b3765238796331f59c6d681c3')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   python2 setup.py build
+   chmod a+r doc/man/*
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   python2 setup.py install --skip-build -O1 --root=$pkgdir
+   install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+   install -Dm0644 $srcdir/salt-api.service 
$pkgdir/usr/lib/systemd/system/salt-api.service
+}


Property changes on: salt-api/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: salt-api/trunk/salt-api.service
===
--- salt-api/trunk/salt-api.service (rev 0)
+++ salt-api/trunk/salt-api.service 2014-04-08 23:26:50 UTC (rev 108987)
@@ -0,0 +1,10 @@
+[Unit]
+Description=The Salt API
+After=syslog.target network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/salt-api
+
+[Install]
+WantedBy=multi-user.target



[arch-commits] Commit in salt-api (4 files)

2014-04-08 Thread Daniel Wallace
Date: Wednesday, April 9, 2014 @ 01:30:40
  Author: dwallace
Revision: 108989

archrelease: copy trunk to community-any

Added:
  salt-api/repos/
  salt-api/repos/community-any/
  salt-api/repos/community-any/PKGBUILD
(from rev 108988, salt-api/trunk/PKGBUILD)
  salt-api/repos/community-any/salt-api.service
(from rev 108988, salt-api/trunk/salt-api.service)

--+
 PKGBUILD |   39 +++
 salt-api.service |   10 ++
 2 files changed, 49 insertions(+)

Copied: salt-api/repos/community-any/PKGBUILD (from rev 108988, 
salt-api/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2014-04-08 23:30:40 UTC (rev 108989)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Christer Edwards christer.edwa...@gmail.com
+
+pkgname=salt-api
+pkgver=0.8.4.1
+pkgrel=1
+pkgdesc=Salt API is used to expose the fundamental aspects of Salt control to 
external sources.
+arch=(any)
+url=https://github.com/saltstack/salt-api;
+license=(APACHE)
+depends=('salt'
+ 'python2-requests')
+makedepends=('python2-setuptools')
+optdepends=('python2-cherrypy: rest_cherrypy interface')
+
+source=(http://pypi.python.org/packages/source/s/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+salt-api.service)
+
+sha256sums=('b733534a1de80602d89938be9c328cd83b9cf27b69bc0ffa661e17369b7c5dd6'
+'b28b93928a5210a3340ad420f8b9b372fb22888b3765238796331f59c6d681c3')
+
+prepare(){
+  find $srcdir/$pkgname-$pkgver -type f -name '*.py' | xargs sed -i 
'1s/python$/2/'
+}
+
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   python2 setup.py build
+   chmod a+r doc/man/*
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   python2 setup.py install --skip-build -O1 --root=$pkgdir
+   install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+   install -Dm0644 $srcdir/salt-api.service 
$pkgdir/usr/lib/systemd/system/salt-api.service
+}

Copied: salt-api/repos/community-any/salt-api.service (from rev 108988, 
salt-api/trunk/salt-api.service)
===
--- repos/community-any/salt-api.service(rev 0)
+++ repos/community-any/salt-api.service2014-04-08 23:30:40 UTC (rev 
108989)
@@ -0,0 +1,10 @@
+[Unit]
+Description=The Salt API
+After=syslog.target network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/salt-api
+
+[Install]
+WantedBy=multi-user.target



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

2014-04-08 Thread Daniel Wallace
Date: Wednesday, April 9, 2014 @ 01:30:19
  Author: dwallace
Revision: 108988

upgpkg: salt-api 0.8.4.1-1

newpkg: salt-api 0.8.4.1

Modified:
  salt-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 23:26:50 UTC (rev 108987)
+++ PKGBUILD2014-04-08 23:30:19 UTC (rev 108988)
@@ -20,6 +20,11 @@
 sha256sums=('b733534a1de80602d89938be9c328cd83b9cf27b69bc0ffa661e17369b7c5dd6'
 'b28b93928a5210a3340ad420f8b9b372fb22888b3765238796331f59c6d681c3')
 
+prepare(){
+  find $srcdir/$pkgname-$pkgver -type f -name '*.py' | xargs sed -i 
'1s/python$/2/'
+}
+
+
 build() {
cd $srcdir/$pkgname-$pkgver
python2 setup.py build



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

2014-04-08 Thread Thomas Dziedzic
Date: Wednesday, April 9, 2014 @ 04:55:47
  Author: td123
Revision: 209923

upgpkg: ghc 7.8.1-1

bump

Modified:
  ghc/trunk/PKGBUILD

--+
 PKGBUILD |  115 +++--
 1 file changed, 60 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-08 17:36:56 UTC (rev 209922)
+++ PKGBUILD2014-04-09 02:55:47 UTC (rev 209923)
@@ -10,7 +10,7 @@
 # grep -r ghc /var/abs/ | awk -F '/' '{ print $5; }' | sort -u
 
 pkgname=ghc
-pkgver=7.6.3
+pkgver=7.8.1
 pkgrel=1
 pkgdesc='The Glasgow Haskell Compiler'
 arch=('i686' 'x86_64')
@@ -17,67 +17,72 @@
 url='http://www.haskell.org/ghc/'
 license=('custom')
 # libffi might be needed in the future: 
http://hackage.haskell.org/trac/ghc/ticket/4496
-depends=('perl' 'gmp=5.0' 'gcc') # 'libffi')
+depends=('perl' 'gmp' 'gcc') # 'libffi') TODO enable libffi the next time we 
build ghc
 makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl')
 checkdepends=('python2')
 install='ghc.install'
-# keep this otherwise a lot of tests will show as unexpected failures... need 
to investigate why using -jn for n  1 does this...
-#options=('!makeflags')
-# missing rtl?
 options=('staticlibs')
-provides=('haskell-array=0.4.0.1'
-  'haskell-base=4.6.0.1'
-  'haskell-binary=0.5.1.1'
+provides=('haskell-array=0.5.0.0'
+  'haskell-base=4.7.0.0'
+  'haskell-binary=0.7.1.0'
   'haskell-bin-package-db=0.0.0.0'
-  'haskell-bytestring=0.10.0.2'
-  'haskell-containers=0.5.0.0'
-  'haskell-deepseq=1.3.0.1'
-  'haskell-directory=1.2.0.1'
-  'haskell-filepath=1.3.0.1'
-  'haskell-ghc-prim=0.3.0.0'
-  'haskell-haskell2010=1.1.1.0'
-  'haskell-haskell98=2.0.0.2'
-  'haskell-hoopl=3.9.0.0'
-  'haskell-hpc=0.6.0.0'
-  'haskell-integer-gmp=0.5.0.0'
-  'haskell-old-locale=1.0.0.5'
-  'haskell-old-time=1.1.0.1'
-  'haskell-pretty=1.1.1.0'
-  'haskell-process=1.1.0.2'
-  'haskell-template-haskell=2.8.0.0'
-  'haskell-time=1.4.0.1'
-  'haskell-unix=2.6.0.1'
-  'haskell-cabal=1.16.0'
+  'haskell-bytestring=0.10.4.0'
+  'haskell-containers=0.5.5.1'
+  'haskell-deepseq=1.3.0.2'
+  'haskell-directory=1.2.1.0'
+  'haskell-filepath=1.3.0.2'
+  'haskell-ghc-prim=0.3.1.0'
+  'haskell-haskeline=0.7.1.2'
+  'haskell-haskell2010=1.1.2.0'
+  'haskell-haskell98=2.0.0.3'
+  'haskell-hoopl=3.10.0.1'
+  'haskell-hpc=0.6.0.1'
+  'haskell-integer-gmp=0.5.1.0'
+  'haskell-old-locale=1.0.0.6'
+  'haskell-old-time=1.1.0.2'
+  'haskell-pretty=1.1.1.1'
+  'haskell-process=1.2.0.0'
+  'haskell-template-haskell=2.9.0.0'
+  'haskell-terminfo=0.4.0.0'
+  'haskell-time=1.4.2'
+  'haskell-transformers=0.3.0.0'
+  'haskell-unix=2.7.0.1'
+  'haskell-xhtml=3000.2.1'
+  'haskell-cabal=1.18.1.3'
  )
-replaces=('haskell-array0.4.0.1'
-  'haskell-base4.6.0.1'
-  'haskell-binary0.5.1.1'
+replaces=('haskell-array0.5.0.0'
+  'haskell-base4.7.0.0'
+  'haskell-binary0.7.1.0'
   'haskell-bin-package-db0.0.0.0'
-  'haskell-bytestring0.10.0.2'
-  'haskell-containers0.5.0.0'
-  'haskell-deepseq1.3.0.1'
-  'haskell-directory1.2.0.1'
-  'haskell-filepath1.3.0.1'
-  'haskell-ghc-prim0.3.0.0'
-  'haskell-haskell20101.1.1.0'
-  'haskell-haskell982.0.0.2'
-  'haskell-hoopl3.9.0.0'
-  'haskell-hpc0.6.0.0'
-  'haskell-integer-gmp0.5.0.0'
-  'haskell-old-locale1.0.0.5'
-  'haskell-old-time1.1.0.1'
-  'haskell-pretty1.1.1.0'
-  'haskell-process1.1.0.2'
-  'haskell-template-haskell2.8.0.0'
-  'haskell-time1.4.0.1'
-  'haskell-unix2.6.0.1'
-  'haskell-cabal1.16.0'
+  'haskell-bytestring0.10.4.0'
+  'haskell-containers0.5.5.1'
+  'haskell-deepseq1.3.0.2'
+  'haskell-directory1.2.1.0'
+  'haskell-filepath1.3.0.2'
+  'haskell-ghc-prim0.3.1.0'
+  'haskell-haskeline0.7.1.2'
+  'haskell-haskell20101.1.2.0'
+  'haskell-haskell982.0.0.3'
+  'haskell-hoopl3.10.0.1'
+  'haskell-hpc0.6.0.1'
+  'haskell-integer-gmp0.5.1.0'
+  'haskell-old-locale1.0.0.6'
+  'haskell-old-time1.1.0.2'
+  'haskell-pretty1.1.1.1'
+  'haskell-process1.2.0.0'
+  'haskell-template-haskell2.9.0.0'
+  'haskell-terminfo0.4.0.0'
+  'haskell-time1.4.2'
+  'haskell-transformers0.3.0.0'
+  'haskell-unix2.7.0.1'
+  'haskell-xhtml3000.2.1'
+  'haskell-cabal1.18.1.3'
  )

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

2014-04-08 Thread Thomas Dziedzic
Date: Wednesday, April 9, 2014 @ 04:56:42
  Author: td123
Revision: 209924

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

Added:
  ghc/repos/staging-i686/
  ghc/repos/staging-i686/PKGBUILD
(from rev 209923, ghc/trunk/PKGBUILD)
  ghc/repos/staging-i686/build.mk
(from rev 209923, ghc/trunk/build.mk)
  ghc/repos/staging-i686/ghc.install
(from rev 209923, ghc/trunk/ghc.install)
  ghc/repos/staging-i686/print-provides-replaces.sh
(from rev 209923, ghc/trunk/print-provides-replaces.sh)
  ghc/repos/staging-x86_64/
  ghc/repos/staging-x86_64/PKGBUILD
(from rev 209923, ghc/trunk/PKGBUILD)
  ghc/repos/staging-x86_64/build.mk
(from rev 209923, ghc/trunk/build.mk)
  ghc/repos/staging-x86_64/ghc.install
(from rev 209923, ghc/trunk/ghc.install)
  ghc/repos/staging-x86_64/print-provides-replaces.sh
(from rev 209923, ghc/trunk/print-provides-replaces.sh)

---+
 staging-i686/PKGBUILD |  140 +++
 staging-i686/build.mk |  200 
 staging-i686/ghc.install  |   10 +
 staging-i686/print-provides-replaces.sh   |   38 +
 staging-x86_64/PKGBUILD   |  140 +++
 staging-x86_64/build.mk   |  200 
 staging-x86_64/ghc.install|   10 +
 staging-x86_64/print-provides-replaces.sh |   38 +
 8 files changed, 776 insertions(+)

Copied: ghc/repos/staging-i686/PKGBUILD (from rev 209923, ghc/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-04-09 02:56:42 UTC (rev 209924)
@@ -0,0 +1,140 @@
+# $Id$
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Special note for devs looking to upgrade this package:
+#   ghc places a unique hash for each library when it is built.
+#   Libraries depend on versions specified by those hashes.
+#   This implies that all libraries need to be rebuilt when ghc is rebuilt.
+
+# use the following command to print out packages that need to get rebuilt
+# grep -r ghc /var/abs/ | awk -F '/' '{ print $5; }' | sort -u
+
+pkgname=ghc
+pkgver=7.8.1
+pkgrel=1
+pkgdesc='The Glasgow Haskell Compiler'
+arch=('i686' 'x86_64')
+url='http://www.haskell.org/ghc/'
+license=('custom')
+# libffi might be needed in the future: 
http://hackage.haskell.org/trac/ghc/ticket/4496
+depends=('perl' 'gmp' 'gcc') # 'libffi') TODO enable libffi the next time we 
build ghc
+makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl')
+checkdepends=('python2')
+install='ghc.install'
+options=('staticlibs')
+provides=('haskell-array=0.5.0.0'
+  'haskell-base=4.7.0.0'
+  'haskell-binary=0.7.1.0'
+  'haskell-bin-package-db=0.0.0.0'
+  'haskell-bytestring=0.10.4.0'
+  'haskell-containers=0.5.5.1'
+  'haskell-deepseq=1.3.0.2'
+  'haskell-directory=1.2.1.0'
+  'haskell-filepath=1.3.0.2'
+  'haskell-ghc-prim=0.3.1.0'
+  'haskell-haskeline=0.7.1.2'
+  'haskell-haskell2010=1.1.2.0'
+  'haskell-haskell98=2.0.0.3'
+  'haskell-hoopl=3.10.0.1'
+  'haskell-hpc=0.6.0.1'
+  'haskell-integer-gmp=0.5.1.0'
+  'haskell-old-locale=1.0.0.6'
+  'haskell-old-time=1.1.0.2'
+  'haskell-pretty=1.1.1.1'
+  'haskell-process=1.2.0.0'
+  'haskell-template-haskell=2.9.0.0'
+  'haskell-terminfo=0.4.0.0'
+  'haskell-time=1.4.2'
+  'haskell-transformers=0.3.0.0'
+  'haskell-unix=2.7.0.1'
+  'haskell-xhtml=3000.2.1'
+  'haskell-cabal=1.18.1.3'
+ )
+replaces=('haskell-array0.5.0.0'
+  'haskell-base4.7.0.0'
+  'haskell-binary0.7.1.0'
+  'haskell-bin-package-db0.0.0.0'
+  'haskell-bytestring0.10.4.0'
+  'haskell-containers0.5.5.1'
+  'haskell-deepseq1.3.0.2'
+  'haskell-directory1.2.1.0'
+  'haskell-filepath1.3.0.2'
+  'haskell-ghc-prim0.3.1.0'
+  'haskell-haskeline0.7.1.2'
+  'haskell-haskell20101.1.2.0'
+  'haskell-haskell982.0.0.3'
+  'haskell-hoopl3.10.0.1'
+  'haskell-hpc0.6.0.1'
+  'haskell-integer-gmp0.5.1.0'
+  'haskell-old-locale1.0.0.6'
+  'haskell-old-time1.1.0.2'
+  'haskell-pretty1.1.1.1'
+  'haskell-process1.2.0.0'
+  'haskell-template-haskell2.9.0.0'
+  'haskell-terminfo0.4.0.0'
+  'haskell-time1.4.2'
+  'haskell-transformers0.3.0.0'
+  'haskell-unix2.7.0.1'
+  'haskell-xhtml3000.2.1'
+  'haskell-cabal1.18.1.3'
+ )
+source=(http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-src.tar.xz;
+
http://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-testsuite.tar.xz;
+'build.mk')

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

2014-04-08 Thread Thomas Dziedzic
Date: Wednesday, April 9, 2014 @ 06:37:02
  Author: td123
Revision: 209925

upgpkg: cabal-install 1.18.0.3-1

bump

Modified:
  cabal-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-09 02:56:42 UTC (rev 209924)
+++ PKGBUILD2014-04-09 04:37:02 UTC (rev 209925)
@@ -3,17 +3,16 @@
 # Contributor: Arch Haskell Team arch-hask...@haskell.org
 
 pkgname=cabal-install
-pkgver=1.18.0.2
+pkgver=1.18.0.3
 pkgrel=1
 pkgdesc=The command-line interface for Cabal and Hackage.
 url=http://hackage.haskell.org/package/cabal-install;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
-#depends=('ghc' 'gmp' 'zlib')
 makedepends=('ghc')
 depends=('gmp' 'zlib')
 
source=(http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz;)
-md5sums=('e7e46406d43539616388aeafa01c689d')
+md5sums=('f7823387c21b4969e64238f63bb25740')
 
 build() {
   cd cabal-install-${pkgver}



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

2014-04-08 Thread Thomas Dziedzic
Date: Wednesday, April 9, 2014 @ 06:37:41
  Author: td123
Revision: 209926

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

Added:
  cabal-install/repos/staging-i686/
  cabal-install/repos/staging-i686/PKGBUILD
(from rev 209925, cabal-install/trunk/PKGBUILD)
  cabal-install/repos/staging-x86_64/
  cabal-install/repos/staging-x86_64/PKGBUILD
(from rev 209925, cabal-install/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   33 +
 staging-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: cabal-install/repos/staging-i686/PKGBUILD (from rev 209925, 
cabal-install/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-04-09 04:37:41 UTC (rev 209926)
@@ -0,0 +1,33 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=cabal-install
+pkgver=1.18.0.3
+pkgrel=1
+pkgdesc=The command-line interface for Cabal and Hackage.
+url=http://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=('gmp' 'zlib')
+source=(http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz;)
+md5sums=('f7823387c21b4969e64238f63bb25740')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  sh bootstrap.sh --user
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}

Copied: cabal-install/repos/staging-x86_64/PKGBUILD (from rev 209925, 
cabal-install/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-04-09 04:37:41 UTC (rev 209926)
@@ -0,0 +1,33 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Maintainer: Vesa Kaihlavirta v...@archlinux.org
+# Contributor: Arch Haskell Team arch-hask...@haskell.org
+
+pkgname=cabal-install
+pkgver=1.18.0.3
+pkgrel=1
+pkgdesc=The command-line interface for Cabal and Hackage.
+url=http://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=('gmp' 'zlib')
+source=(http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz;)
+md5sums=('f7823387c21b4969e64238f63bb25740')
+
+build() {
+  cd cabal-install-${pkgver}
+
+  sh bootstrap.sh --user
+}
+
+package() {
+  cd cabal-install-${pkgver}
+
+  install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # add bash completion
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 bash-completion/cabal \
+${pkgdir}/usr/share/bash-completion/completions
+}