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

2015-05-25 Thread Andreas Radke
Date: Monday, May 25, 2015 @ 10:31:53
  Author: andyrtr
Revision: 239733

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

Added:
  libreoffice-still/repos/staging-i686/
  libreoffice-still/repos/staging-i686/PKGBUILD
(from rev 239732, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-i686/libreoffice-still.csh
(from rev 239732, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-i686/libreoffice-still.install
(from rev 239732, libreoffice-still/trunk/libreoffice-still.install)
  libreoffice-still/repos/staging-i686/libreoffice-still.sh
(from rev 239732, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 239732, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 239732, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 239732, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.install
(from rev 239732, libreoffice-still/trunk/libreoffice-still.install)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 239732, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 239732, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 staging-i686/PKGBUILD   |  415 
++
 staging-i686/libreoffice-still.csh  |6 
 staging-i686/libreoffice-still.install  |   13 
 staging-i686/libreoffice-still.sh   |6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 staging-x86_64/PKGBUILD |  415 
++
 staging-x86_64/libreoffice-still.csh|6 
 staging-x86_64/libreoffice-still.install|   13 
 staging-x86_64/libreoffice-still.sh |6 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 10 files changed, 968 insertions(+)

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


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

2015-05-25 Thread Jelle van der Waa
Date: Monday, May 25, 2015 @ 10:35:31
  Author: jelle
Revision: 134039

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

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

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

Copied: pdf2djvu/repos/community-staging-i686/PKGBUILD (from rev 134038, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-25 08:35:31 UTC (rev 134039)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=pdf2djvu
+pkgver=0.7.21
+pkgrel=1
+pkgdesc=Creates DjVu files from PDF files
+arch=('i686' 'x86_64')
+url=http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('1efee113c9985d4102c09ab997fc795d'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+#sed -i 's/nosetests/nosetests2/' tests/Makefile
+#make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+

Copied: pdf2djvu/repos/community-staging-x86_64/PKGBUILD (from rev 134038, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-05-25 08:35:31 UTC (rev 134039)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgname=pdf2djvu
+pkgver=0.7.21
+pkgrel=1
+pkgdesc=Creates DjVu files from PDF files
+arch=('i686' 'x86_64')
+url=http://pdf2djvu.googlecode.com;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'libxslt' 'gcc-libs' 'graphicsmagick')
+makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('1efee113c9985d4102c09ab997fc795d'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+#sed -i 's/nosetests/nosetests2/' tests/Makefile
+#make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+install -Dm644 doc/${pkgname}.1 ${pkgdir}/usr/share/man/man1/${pkgname}.1
+}
+


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

2015-05-25 Thread Jelle van der Waa
Date: Monday, May 25, 2015 @ 10:35:23
  Author: jelle
Revision: 134038

upgpkg: pdf2djvu 0.7.21-1

poppler 0.33.0 rebuild

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-24 19:38:45 UTC (rev 134037)
+++ PKGBUILD2015-05-25 08:35:23 UTC (rev 134038)
@@ -3,8 +3,8 @@
 # Maintainer: Jelle van der Waa je...@vdwaa.nl
 
 pkgname=pdf2djvu
-pkgver=0.7.19
-pkgrel=5
+pkgver=0.7.21
+pkgrel=1
 pkgdesc=Creates DjVu files from PDF files
 arch=('i686' 'x86_64')
 url=http://pdf2djvu.googlecode.com;
@@ -13,7 +13,7 @@
 makedepends=('pstreams' 'python2-nose' 'ttf-liberation')
 
source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
 validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
-md5sums=('f6bef50f67f8d60e52e44e81be069c27'
+md5sums=('1efee113c9985d4102c09ab997fc795d'
  'SKIP')
 
 build() {
@@ -26,8 +26,8 @@
 check() {
 cd ${srcdir}/${pkgname}-${pkgver}
 
-sed -i 's/nosetests/nosetests2/' tests/Makefile
-#make test
+#sed -i 's/nosetests/nosetests2/' tests/Makefile
+#make test
 }
 
 package() {


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

2015-05-25 Thread Evgeniy Alekseev
Date: Monday, May 25, 2015 @ 12:51:45
  Author: arcanis
Revision: 134043

upgpkg: geogebra 5.0.119.0-1

Modified:
  geogebra/trunk/ChangeLog
  geogebra/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2015-05-25 10:46:12 UTC (rev 134042)
+++ ChangeLog   2015-05-25 10:51:45 UTC (rev 134043)
@@ -1,3 +1,6 @@
+5.0.119.0-1:
+upstream update
+
 5.0.112.0-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 10:46:12 UTC (rev 134042)
+++ PKGBUILD2015-05-25 10:51:45 UTC (rev 134043)
@@ -5,7 +5,7 @@
 # Contributor: moostik mooostik at gmail dot com
 
 pkgname=geogebra
-pkgver=5.0.112.0
+pkgver=5.0.119.0
 pkgrel=1
 pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
 arch=('any')
@@ -37,5 +37,5 @@
   #install -Dm644 geogebra.png ${pkgdir}/usr/share/pixmaps/geogebra.png
 }
 
-md5sums=('84e40d2e721a3ed5264de19edc8ecbff'
+md5sums=('49a06de33fcba2620e7027b80a6c201b'
  'fc4a3140ceb50967598a620eb85219f4')


[arch-commits] Commit in geogebra/repos/community-any (8 files)

2015-05-25 Thread Evgeniy Alekseev
Date: Monday, May 25, 2015 @ 12:52:03
  Author: arcanis
Revision: 134044

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/ChangeLog
(from rev 134043, geogebra/trunk/ChangeLog)
  geogebra/repos/community-any/PKGBUILD
(from rev 134043, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra
(from rev 134043, geogebra/trunk/geogebra)
  geogebra/repos/community-any/geogebra.install
(from rev 134043, geogebra/trunk/geogebra.install)
Deleted:
  geogebra/repos/community-any/ChangeLog
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra
  geogebra/repos/community-any/geogebra.install

--+
 ChangeLog|   39 +
 PKGBUILD |   82 ++---
 geogebra |   14 -
 geogebra.install |   28 +-
 4 files changed, 83 insertions(+), 80 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-05-25 10:51:45 UTC (rev 134043)
+++ ChangeLog   2015-05-25 10:52:03 UTC (rev 134044)
@@ -1,18 +0,0 @@
-5.0.112.0-1:
-upstream update
-
-5.0.82.0-1:
-upstream update
-
-5.0.74.0-1:
-upstream update
-
-5.0.57.0-1:
-upstream update
-
-5.0.56.0-1:
-upstream update
-
-5.0.53.0-1:
-upstream update
-

Copied: geogebra/repos/community-any/ChangeLog (from rev 134043, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-05-25 10:52:03 UTC (rev 134044)
@@ -0,0 +1,21 @@
+5.0.119.0-1:
+upstream update
+
+5.0.112.0-1:
+upstream update
+
+5.0.82.0-1:
+upstream update
+
+5.0.74.0-1:
+upstream update
+
+5.0.57.0-1:
+upstream update
+
+5.0.56.0-1:
+upstream update
+
+5.0.53.0-1:
+upstream update
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 10:51:45 UTC (rev 134043)
+++ PKGBUILD2015-05-25 10:52:03 UTC (rev 134044)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: Bartłomiej Piotrowski bpiotrowski at archlinux dot org
-# Contributor: Felipe Hommen felibank at gmail dot com
-# Contributor: moostik mooostik at gmail dot com
-
-pkgname=geogebra
-pkgver=5.0.112.0
-pkgrel=1
-pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
- 'shared-mime-info' 'xdg-utils')
-makedepends=('gendesk')
-source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
-geogebra)
-install=geogebra.install
-changelog=ChangeLog
-
-prepare() {
-  gendesk -f -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} \
-  --name=GeoGebra \
-  --categories=Education;Science;Math \
-  
--mimetypes=application/vnd.geogebra.file;application/vnd.geogebra.tool
-}
-
-package() {
-  cd GeoGebra-Linux-Portable-${pkgver}
-
-  install -Dm755 ${srcdir}/geogebra ${pkgdir}/usr/bin/geogebra
-  install -dm755 ${pkgdir}/usr/share/geogebra
-  install geogebra/* -t ${pkgdir}/usr/share/geogebra/
-
-  install -Dm644 ${srcdir}/geogebra.desktop 
${pkgdir}/usr/share/applications/geogebra.desktop
-  #install -Dm644 geogebra.png ${pkgdir}/usr/share/pixmaps/geogebra.png
-}
-
-md5sums=('84e40d2e721a3ed5264de19edc8ecbff'
- 'fc4a3140ceb50967598a620eb85219f4')

Copied: geogebra/repos/community-any/PKGBUILD (from rev 134043, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 10:52:03 UTC (rev 134044)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
+# Contributor: Bartłomiej Piotrowski bpiotrowski at archlinux dot org
+# Contributor: Felipe Hommen felibank at gmail dot com
+# Contributor: moostik mooostik at gmail dot com
+
+pkgname=geogebra
+pkgver=5.0.119.0
+pkgrel=1
+pkgdesc=Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
+ 'shared-mime-info' 'xdg-utils')
+makedepends=('gendesk')
+source=(http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2
+geogebra)
+install=geogebra.install
+changelog=ChangeLog
+
+prepare() {
+  gendesk -f -n --pkgname ${pkgname} --pkgdesc ${pkgdesc} \
+  --name=GeoGebra \
+  --categories=Education;Science;Math \
+  
--mimetypes=application/vnd.geogebra.file;application/vnd.geogebra.tool
+}
+
+package() {
+  cd GeoGebra-Linux-Portable-${pkgver}
+
+  install -Dm755 ${srcdir}/geogebra ${pkgdir}/usr/bin/geogebra
+  

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

2015-05-25 Thread Thorsten Töpper
Date: Monday, May 25, 2015 @ 13:04:52
  Author: ttoepper
Revision: 134046

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

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

--+
 /PKGBUILD|   76 +
 /roxterm.install |   22 ++
 community-i686/PKGBUILD  |   38 --
 community-i686/roxterm.install   |   11 -
 community-x86_64/PKGBUILD|   38 --
 community-x86_64/roxterm.install |   11 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 11:04:46 UTC (rev 134045)
+++ community-i686/PKGBUILD 2015-05-25 11:04:52 UTC (rev 134046)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Alexander Fehr pizzapunk gmail com
-
-pkgname=roxterm
-pkgver=2.9.5
-pkgrel=1
-pkgdesc='Tabbed, VTE-based terminal emulator'
-arch=('i686' 'x86_64')
-url='http://roxterm.sourceforge.net/'
-license=('GPL3')
-depends=('dbus-glib' 'vte290' 'hicolor-icon-theme' 'libsm')
-makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
- 'imagemagick' 'librsvg' 'itstool')
-install=roxterm.install
-source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;
-
http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign;)
-md5sums=('69f0781210092b7ea8fbf6a49ff3fd43'
- 'SKIP')
-sha1sums=('ad231fd8517a8a630203e5388b0f9f35255af83d'
-  'SKIP')
-
-
-build() {
-  cd ${srcdir}/roxterm-${pkgver}
-
-  # FS#38967: Reenable deprecated VTE3 functions
-  python2 mscript.py configure --prefix='/usr' \
-  --enable-deprecated-bg-opts
-  python2 mscript.py build
-}
-
-package() {
-  cd ${srcdir}/roxterm-${pkgver}
-  python2 mscript.py install --destdir=${pkgdir}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: roxterm/repos/community-i686/PKGBUILD (from rev 134045, 
roxterm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 11:04:52 UTC (rev 134046)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=roxterm
+pkgver=2.9.7
+pkgrel=1
+pkgdesc='Tabbed, VTE-based terminal emulator'
+arch=('i686' 'x86_64')
+url='http://roxterm.sourceforge.net/'
+license=('GPL3')
+depends=('dbus-glib' 'vte290' 'hicolor-icon-theme' 'libsm')
+makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile'
+ 'imagemagick' 'librsvg' 'itstool')
+install=roxterm.install
+source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;
+
http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign;)
+md5sums=('496b5ddc078cede502f168dadef46cb6'
+ 'SKIP')
+sha1sums=('b88fe4d807b5cd96128d8320793569405c4b208e'
+  'SKIP')
+validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
+
+build() {
+  cd ${srcdir}/roxterm-${pkgver}
+
+  # FS#38967: Reenable deprecated VTE3 functions
+  python2 mscript.py configure --prefix='/usr' \
+  --enable-deprecated-bg-opts
+  python2 mscript.py build
+}
+
+package() {
+  cd ${srcdir}/roxterm-${pkgver}
+  python2 mscript.py install --destdir=${pkgdir}
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/roxterm.install
===
--- community-i686/roxterm.install  2015-05-25 11:04:46 UTC (rev 134045)
+++ community-i686/roxterm.install  2015-05-25 11:04:52 UTC (rev 134046)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: roxterm/repos/community-i686/roxterm.install (from rev 134045, 
roxterm/trunk/roxterm.install)
===
--- community-i686/roxterm.install  (rev 0)
+++ community-i686/roxterm.install  2015-05-25 11:04:52 UTC (rev 134046)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: 

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

2015-05-25 Thread Thorsten Töpper
Date: Monday, May 25, 2015 @ 13:05:23
  Author: ttoepper
Revision: 134050

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 11:05:18 UTC (rev 134049)
+++ community-i686/PKGBUILD 2015-05-25 11:05:23 UTC (rev 134050)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel dhom...@gmail.com
-
-pkgname=mksh
-_pkgver=R50e
-pkgver=50.e
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-install=mksh.install
-source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('5f0bd21e64aabef4ac64d95a95e1b727'
- '56add717e01667833e5c8148afddabb6')
-
-check() {
-  cd $srcdir/$pkgname
-  ./test.sh
-}
-
-build() {
-  cd $srcdir/$pkgname
-  sh Build.sh -r -c lto
-}
-
-package() {
-  cd $srcdir/$pkgname
-  install -D -m 755 mksh $pkgdir/usr/bin/mksh
-  install -D -m 644 mksh.1 $pkgdir/usr/share/man/man1/mksh.1
-  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
-  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 134049, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 11:05:23 UTC (rev 134050)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: Daniel Hommel dhom...@gmail.com
+
+pkgname=mksh
+_pkgver=R50f
+pkgver=50.f
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+install=mksh.install
+source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('c3bdd668992e7369165910f0902fa854'
+ '56add717e01667833e5c8148afddabb6')
+
+check() {
+  cd $srcdir/$pkgname
+  ./test.sh
+}
+
+build() {
+  cd $srcdir/$pkgname
+  sh Build.sh -r -c lto
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -D -m 755 mksh $pkgdir/usr/bin/mksh
+  install -D -m 644 mksh.1 $pkgdir/usr/share/man/man1/mksh.1
+  install -D -m 644 dot.mkshrc $pkgdir/etc/skel/.mkshrc
+  install -D -m 644 $srcdir/TaC-mksh.txt 
$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2015-05-25 11:05:18 UTC (rev 134049)
+++ community-i686/mksh.install 2015-05-25 11:05:23 UTC (rev 134050)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
-}
-
-post_remove() {
-  sed -i /^\/bin\/mksh$/d /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 134049, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2015-05-25 11:05:23 UTC (rev 134050)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells /dev/null || echo /bin/mksh /etc/shells
+}
+
+post_remove() {
+  sed -i /^\/bin\/mksh$/d /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-25 11:05:18 UTC (rev 134049)
+++ community-x86_64/PKGBUILD   2015-05-25 11:05:23 UTC (rev 134050)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: Daniel Hommel dhom...@gmail.com
-

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

2015-05-25 Thread Thorsten Töpper
Date: Monday, May 25, 2015 @ 13:04:46
  Author: ttoepper
Revision: 134045

upgpkg: roxterm 2.9.7-1

Modified:
  roxterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 10:52:03 UTC (rev 134044)
+++ PKGBUILD2015-05-25 11:04:46 UTC (rev 134045)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Fehr pizzapunk gmail com
 
 pkgname=roxterm
-pkgver=2.9.5
+pkgver=2.9.7
 pkgrel=1
 pkgdesc='Tabbed, VTE-based terminal emulator'
 arch=('i686' 'x86_64')
@@ -15,9 +15,9 @@
 install=roxterm.install
 source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2;
 
http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign;)
-md5sums=('69f0781210092b7ea8fbf6a49ff3fd43'
+md5sums=('496b5ddc078cede502f168dadef46cb6'
  'SKIP')
-sha1sums=('ad231fd8517a8a630203e5388b0f9f35255af83d'
+sha1sums=('b88fe4d807b5cd96128d8320793569405c4b208e'
   'SKIP')
 validpgpkeys=('2FF283656D0745E54850B1C0BF0EBCD13D97CD09') # Tony Houghton
 


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

2015-05-25 Thread Christian Hesse
Date: Monday, May 25, 2015 @ 12:06:01
  Author: eworm
Revision: 134040

upgpkg: oath-toolkit 2.6.0-1

Modified:
  oath-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 08:35:31 UTC (rev 134039)
+++ PKGBUILD2015-05-25 10:06:01 UTC (rev 134040)
@@ -1,10 +1,10 @@
 # $Id$
 # Maintainer: Sébastien Luttringer
-# Contributor: Christian Hesse m...@eworm.de
+# Maintainer: Christian Hesse m...@eworm.de
 # Contributor: L42y 423...@gmail.com
 
 pkgname=oath-toolkit
-pkgver=2.4.1
+pkgver=2.6.0
 pkgrel=1
 pkgdesc='OATH one-time password toolkit'
 arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@
 url='http://www.nongnu.org/oath-toolkit/'
 license=('GPL3')
 depends=('glibc' 'pam' 'xmlsec')
-validpgpkeys=('0424D4EE81A0E3D119C6F835EDA21E94B565716F') # Simon Josefsson
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # Simon Josefsson
 
source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('951bafd1d86e6013903c10be3b6623bb'
+md5sums=('f19f1c47eb7d1c609b3e244876b9ce63'
  'SKIP')
 
 build() {


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

2015-05-25 Thread Antonio Rojas
Date: Monday, May 25, 2015 @ 12:00:23
  Author: arojas
Revision: 239734

Add catdoc optdepends

Modified:
  kfilemetadata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 08:31:53 UTC (rev 239733)
+++ PKGBUILD2015-05-25 10:00:23 UTC (rev 239734)
@@ -12,6 +12,7 @@
 license=('LGPL')
 depends=('ki18n' 'karchive' 'exiv2' 'poppler-qt5' 'taglib' 'ffmpeg' 
'ebook-tools')
 makedepends=('extra-cmake-modules' 'python2')
+optdepends=('catdoc: to extract text from Office 98 files') 
 conflicts=('kfilemetadata5')
 replaces=('kfilemetadata5')
 
source=(http://download.kde.org/stable/plasma/${_pkgver}/$pkgname-$pkgver.tar.xz;)


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

2015-05-25 Thread Evgeniy Alekseev
Date: Monday, May 25, 2015 @ 12:46:12
  Author: arcanis
Revision: 134042

archrelease: copy trunk to community-any

Added:
  python-pmw/repos/community-any/ChangeLog
(from rev 134041, python-pmw/trunk/ChangeLog)
  python-pmw/repos/community-any/LICENSE.txt
(from rev 134041, python-pmw/trunk/LICENSE.txt)
  python-pmw/repos/community-any/PKGBUILD
(from rev 134041, python-pmw/trunk/PKGBUILD)
Deleted:
  python-pmw/repos/community-any/ChangeLog
  python-pmw/repos/community-any/LICENSE.txt
  python-pmw/repos/community-any/PKGBUILD

-+
 ChangeLog   |   13 ---
 LICENSE.txt |   42 +++
 PKGBUILD|  104 +-
 3 files changed, 81 insertions(+), 78 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2015-05-25 10:45:55 UTC (rev 134041)
+++ ChangeLog   2015-05-25 10:46:12 UTC (rev 134042)
@@ -1,5 +0,0 @@
-2.0.0-2:
-rebuild according to FS#42100
-
-2.0.0-1:
-upstream update

Copied: python-pmw/repos/community-any/ChangeLog (from rev 134041, 
python-pmw/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-05-25 10:46:12 UTC (rev 134042)
@@ -0,0 +1,8 @@
+2.0.1-1:
+upstream update
+
+2.0.0-2:
+rebuild according to FS#42100
+
+2.0.0-1:
+upstream update

Deleted: LICENSE.txt
===
--- LICENSE.txt 2015-05-25 10:45:55 UTC (rev 134041)
+++ LICENSE.txt 2015-05-25 10:46:12 UTC (rev 134042)
@@ -1,21 +0,0 @@
-Copyright (c) 2007,2008  David M. Cooke david.m.co...@gmail.com
-Copyright (c) 2009,2010  Francesc Alted fal...@pytables.org
-Copyright (c) 2011-  See AUTHORS.txt
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the Software), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.

Copied: python-pmw/repos/community-any/LICENSE.txt (from rev 134041, 
python-pmw/trunk/LICENSE.txt)
===
--- LICENSE.txt (rev 0)
+++ LICENSE.txt 2015-05-25 10:46:12 UTC (rev 134042)
@@ -0,0 +1,21 @@
+Copyright (c) 2007,2008  David M. Cooke david.m.co...@gmail.com
+Copyright (c) 2009,2010  Francesc Alted fal...@pytables.org
+Copyright (c) 2011-  See AUTHORS.txt
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the Software), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 10:45:55 UTC (rev 134041)
+++ PKGBUILD2015-05-25 10:46:12 UTC (rev 134042)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis.arch at gmail dot com
-# Contributor: kfgz kfgz at interia dot pl
-# Contributor: Michael Krauss hippodriver at gmx dot net
-# Contributor: dsa
-
-pkgbase=python-pmw
-pkgname=('python2-pmw' 'python-pmw')
-pkgver=2.0.0
-pkgrel=2
-pkgdesc=A toolkit for high-level compound widgets in Python using the Tkinter 
module
-arch=('any')
-url=http://pmw.sourceforge.net/;
-license=('MIT')
-depends=('python' 

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

2015-05-25 Thread Evgeniy Alekseev
Date: Monday, May 25, 2015 @ 12:45:55
  Author: arcanis
Revision: 134041

upgpkg: python-pmw 2.0.1-1

Modified:
  python-pmw/trunk/ChangeLog
  python-pmw/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |8 
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2015-05-25 10:06:01 UTC (rev 134040)
+++ ChangeLog   2015-05-25 10:45:55 UTC (rev 134041)
@@ -1,3 +1,6 @@
+2.0.1-1:
+upstream update
+
 2.0.0-2:
 rebuild according to FS#42100
 

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 10:06:01 UTC (rev 134040)
+++ PKGBUILD2015-05-25 10:45:55 UTC (rev 134041)
@@ -6,16 +6,16 @@
 
 pkgbase=python-pmw
 pkgname=('python2-pmw' 'python-pmw')
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc=A toolkit for high-level compound widgets in Python using the Tkinter 
module
 arch=('any')
 url=http://pmw.sourceforge.net/;
 license=('MIT')
 depends=('python' 'python2' 'tk')
-source=(${pkgname}-${pkgver}.tar.gz::http://sourceforge.net/projects/pmw/files/Pmw-${pkgver}.tar.gz/download
+source=(${pkgbase}-${pkgver}.tar.gz::https://pypi.python.org/packages/source/P/Pmw/Pmw-${pkgver}.tar.gz
 LICENSE.txt)
-md5sums=('c7c3f26c4f5abaa99807edefee578fc0'
+md5sums=('8080b0fabc731ff236f97e88e13b3938'
  '28b047a148c1780eddcf4bed6b150123')
 changelog=ChangeLog
 


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

2015-05-25 Thread Thorsten Töpper
Date: Monday, May 25, 2015 @ 13:05:08
  Author: ttoepper
Revision: 134048

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 11:05:02 UTC (rev 134047)
+++ community-i686/PKGBUILD 2015-05-25 11:05:08 UTC (rev 134048)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=i3lock
-pkgver=2.6
-pkgrel=1
-pkgdesc=An improved screenlocker based upon XCB and PAM
-arch=('i686' 'x86_64')
-url=http://i3wm.org/i3lock/;
-license=('MIT')
-groups=(i3)
-depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11')
-options=('docs')
-backup=(etc/pam.d/i3lock)
-source=(http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2;
-http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc;)
-md5sums=('46870f347f474a894ec8044717b4d925' 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix ticket FS#31544, sed line taken from gentoo
-  sed -i -e 's:login:system-auth:' i3lock.pam
-
-  make
-  gzip i3lock.1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3lock/repos/community-i686/PKGBUILD (from rev 134047, 
i3lock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 11:05:08 UTC (rev 134048)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=i3lock
+pkgver=2.7
+pkgrel=1
+pkgdesc=An improved screenlocker based upon XCB and PAM
+arch=('i686' 'x86_64')
+url=http://i3wm.org/i3lock/;
+license=('MIT')
+groups=(i3)
+depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11')
+options=('docs')
+backup=(etc/pam.d/i3lock)
+source=(http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2;
+http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc;)
+md5sums=('7ac6cc52a08be10536d3f8d32cb83b45' 'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  
+  # Fix ticket FS#31544, sed line taken from gentoo
+  sed -i -e 's:login:system-auth:' i3lock.pam
+
+  make
+  gzip i3lock.1
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-25 11:05:02 UTC (rev 134047)
+++ community-x86_64/PKGBUILD   2015-05-25 11:05:08 UTC (rev 134048)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=i3lock
-pkgver=2.6
-pkgrel=1
-pkgdesc=An improved screenlocker based upon XCB and PAM
-arch=('i686' 'x86_64')
-url=http://i3wm.org/i3lock/;
-license=('MIT')
-groups=(i3)
-depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon-x11')
-options=('docs')
-backup=(etc/pam.d/i3lock)
-source=(http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2;
-http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc;)
-md5sums=('46870f347f474a894ec8044717b4d925' 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix ticket FS#31544, sed line taken from gentoo
-  sed -i -e 's:login:system-auth:' i3lock.pam
-
-  make
-  gzip i3lock.1
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  
-  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3lock/repos/community-x86_64/PKGBUILD (from rev 134047, 
i3lock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-25 11:05:08 UTC (rev 134048)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=i3lock
+pkgver=2.7
+pkgrel=1
+pkgdesc=An 

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

2015-05-25 Thread Thorsten Töpper
Date: Monday, May 25, 2015 @ 13:05:02
  Author: ttoepper
Revision: 134047

upgpkg: i3lock 2.7-1

Modified:
  i3lock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 11:04:52 UTC (rev 134046)
+++ PKGBUILD2015-05-25 11:05:02 UTC (rev 134047)
@@ -2,7 +2,7 @@
 # Maintainer: Thorsten Töpper atsutane...@freethoughts.de
 
 pkgname=i3lock
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc=An improved screenlocker based upon XCB and PAM
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=(etc/pam.d/i3lock)
 source=(http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2;
 http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2.asc;)
-md5sums=('46870f347f474a894ec8044717b4d925' 'SKIP')
+md5sums=('7ac6cc52a08be10536d3f8d32cb83b45' 'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 
 build() {


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

2015-05-25 Thread Thorsten Töpper
Date: Monday, May 25, 2015 @ 13:05:18
  Author: ttoepper
Revision: 134049

upgpkg: mksh 50.f-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 11:05:08 UTC (rev 134048)
+++ PKGBUILD2015-05-25 11:05:18 UTC (rev 134049)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Hommel dhom...@gmail.com
 
 pkgname=mksh
-_pkgver=R50e
-pkgver=50.e
+_pkgver=R50f
+pkgver=50.f
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -14,7 +14,7 @@
 install=mksh.install
 source=(https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
 'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('5f0bd21e64aabef4ac64d95a95e1b727'
+md5sums=('c3bdd668992e7369165910f0902fa854'
  '56add717e01667833e5c8148afddabb6')
 
 check() {


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

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 14:02:43
  Author: spupykin
Revision: 134051

upgpkg: python2-ipy 0.83-1

upd

Modified:
  python2-ipy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 11:05:23 UTC (rev 134050)
+++ PKGBUILD2015-05-25 12:02:43 UTC (rev 134051)
@@ -4,7 +4,7 @@
 # Contributor: Celos celos94(AT)gmail(DOT)com
 
 pkgname=python2-ipy
-pkgver=0.81
+pkgver=0.83
 pkgrel=1
 pkgdesc=Python class and tools for handling of IPv4 and IPv6 addresses and 
networks.
 arch=('any')
@@ -12,7 +12,7 @@
 license=('BSD')
 depends=('python2')
 source=(http://cheeseshop.python.org/packages/source/I/IPy/IPy-$pkgver.tar.gz)
-md5sums=('7a305c0b60950a9a90c89e9a6f9e06f4')
+md5sums=('7b8c6eb4111b15aea31b67108e769712')
 
 package() {
   cd $srcdir/IPy-$pkgver


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

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 14:04:05
  Author: spupykin
Revision: 134055

Added:
  liburcu/
  liburcu/repos/
  liburcu/trunk/
  liburcu/trunk/PKGBUILD

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

Added: liburcu/trunk/PKGBUILD
===
--- liburcu/trunk/PKGBUILD  (rev 0)
+++ liburcu/trunk/PKGBUILD  2015-05-25 12:04:05 UTC (rev 134055)
@@ -0,0 +1,27 @@
+# Maintainer: Christian Babeux christian.bab...@0x80.ca
+# Contributor: Yggdrasil tetzank at web dot de
+
+pkgname=liburcu
+pkgver=0.8.6
+pkgrel=1
+pkgdesc=LGPLv2.1 userspace RCU (read-copy-update) library
+arch=('i686' 'x86_64')
+url=http://lttng.org/urcu;
+license=('LGPL2.1')
+source=(http://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2)
+depends=('glibc')
+options=('!libtool')
+sha1sums=('f10e9bf812557cd0c2a35a277e04010ec278d25d')
+
+build()
+{
+cd ${srcdir}/userspace-rcu-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package()
+{
+cd ${srcdir}/userspace-rcu-${pkgver}
+make install DESTDIR=${pkgdir}
+}


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

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 14:02:57
  Author: spupykin
Revision: 134053

upgpkg: tkabber 1.1.2-1

upd

Modified:
  tkabber/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 12:02:54 UTC (rev 134052)
+++ PKGBUILD2015-05-25 12:02:57 UTC (rev 134053)
@@ -4,7 +4,7 @@
 # Contributor: slubman slub...@slubman.net
 
 pkgname=tkabber
-pkgver=1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc=Tkabber is an open source Jabber client, written in Tcl/Tk.
 arch=(any)
@@ -13,8 +13,8 @@
 depends=('tcl' 'tk' 'bwidget' 'tcllib' 'tls')
 source=(http://files.jabber.ru/tkabber/tkabber-$pkgver.tar.xz
http://files.jabber.ru/tkabber/tkabber-plugins-$pkgver.tar.xz)
-md5sums=('f0bd52c46f538599f4ed96d013cfb2d8'
- '65a5fdfd8a91114508a4347031713ecd')
+md5sums=('6d15da2d72bbc76a525f4b72b127fd8e'
+ 'cc876866fd00ae1068679bff1456e9cf')
 
 build() {
   make -C $srcdir/$pkgname-$pkgver PREFIX=/usr


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

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 14:03:05
  Author: spupykin
Revision: 134054

archrelease: copy trunk to community-any

Added:
  tkabber/repos/community-any/PKGBUILD
(from rev 134053, tkabber/trunk/PKGBUILD)
Deleted:
  tkabber/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 12:02:57 UTC (rev 134053)
+++ PKGBUILD2015-05-25 12:03:05 UTC (rev 134054)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: gh0stwizard vitaliy.tokarev_AT_gmail.com
-# Contributor: slubman slub...@slubman.net
-
-pkgname=tkabber
-pkgver=1.1
-pkgrel=1
-pkgdesc=Tkabber is an open source Jabber client, written in Tcl/Tk.
-arch=(any)
-url=http://tkabber.jabber.ru/;
-license=(GPL)
-depends=('tcl' 'tk' 'bwidget' 'tcllib' 'tls')
-source=(http://files.jabber.ru/tkabber/tkabber-$pkgver.tar.xz
-   http://files.jabber.ru/tkabber/tkabber-plugins-$pkgver.tar.xz)
-md5sums=('f0bd52c46f538599f4ed96d013cfb2d8'
- '65a5fdfd8a91114508a4347031713ecd')
-
-build() {
-  make -C $srcdir/$pkgname-$pkgver PREFIX=/usr
-#  make -C $srcdir/$pkgname-plugins-$pkgver PREFIX=/usr
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver install PREFIX=$pkgdir/usr
-  make -C $srcdir/$pkgname-plugins-$pkgver install PREFIX=/usr DESTDIR=$pkgdir
-  sed -i s|$pkgdir||g $pkgdir/usr/bin/*
-}

Copied: tkabber/repos/community-any/PKGBUILD (from rev 134053, 
tkabber/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 12:03:05 UTC (rev 134054)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: gh0stwizard vitaliy.tokarev_AT_gmail.com
+# Contributor: slubman slub...@slubman.net
+
+pkgname=tkabber
+pkgver=1.1.2
+pkgrel=1
+pkgdesc=Tkabber is an open source Jabber client, written in Tcl/Tk.
+arch=(any)
+url=http://tkabber.jabber.ru/;
+license=(GPL)
+depends=('tcl' 'tk' 'bwidget' 'tcllib' 'tls')
+source=(http://files.jabber.ru/tkabber/tkabber-$pkgver.tar.xz
+   http://files.jabber.ru/tkabber/tkabber-plugins-$pkgver.tar.xz)
+md5sums=('6d15da2d72bbc76a525f4b72b127fd8e'
+ 'cc876866fd00ae1068679bff1456e9cf')
+
+build() {
+  make -C $srcdir/$pkgname-$pkgver PREFIX=/usr
+#  make -C $srcdir/$pkgname-plugins-$pkgver PREFIX=/usr
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver install PREFIX=$pkgdir/usr
+  make -C $srcdir/$pkgname-plugins-$pkgver install PREFIX=/usr DESTDIR=$pkgdir
+  sed -i s|$pkgdir||g $pkgdir/usr/bin/*
+}


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

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 14:02:54
  Author: spupykin
Revision: 134052

archrelease: copy trunk to community-any

Added:
  python2-ipy/repos/community-any/PKGBUILD
(from rev 134051, python2-ipy/trunk/PKGBUILD)
Deleted:
  python2-ipy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 12:02:43 UTC (rev 134051)
+++ PKGBUILD2015-05-25 12:02:54 UTC (rev 134052)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mathieui mathieui(AT)mathieui(DOT)net
-# Contributor: Celos celos94(AT)gmail(DOT)com
-
-pkgname=python2-ipy
-pkgver=0.81
-pkgrel=1
-pkgdesc=Python class and tools for handling of IPv4 and IPv6 addresses and 
networks.
-arch=('any')
-url=http://software.inl.fr/trac/wiki/IPy;
-license=('BSD')
-depends=('python2')
-source=(http://cheeseshop.python.org/packages/source/I/IPy/IPy-$pkgver.tar.gz)
-md5sums=('7a305c0b60950a9a90c89e9a6f9e06f4')
-
-package() {
-  cd $srcdir/IPy-$pkgver
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-  install -D -m644 $srcdir/IPy-$pkgver/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: python2-ipy/repos/community-any/PKGBUILD (from rev 134051, 
python2-ipy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 12:02:54 UTC (rev 134052)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: mathieui mathieui(AT)mathieui(DOT)net
+# Contributor: Celos celos94(AT)gmail(DOT)com
+
+pkgname=python2-ipy
+pkgver=0.83
+pkgrel=1
+pkgdesc=Python class and tools for handling of IPv4 and IPv6 addresses and 
networks.
+arch=('any')
+url=https://pypi.python.org/pypi/IPy;
+license=('BSD')
+depends=('python2')
+source=(http://cheeseshop.python.org/packages/source/I/IPy/IPy-$pkgver.tar.gz)
+md5sums=('7b8c6eb4111b15aea31b67108e769712')
+
+package() {
+  cd $srcdir/IPy-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+  install -D -m644 $srcdir/IPy-$pkgver/COPYING 
$pkgdir/usr/share/licenses/$pkgname/COPYING
+}


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

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 15:34:34
  Author: spupykin
Revision: 134057

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

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

+
 /PKGBUILD  |  126 +++
 /glusterfs.install |   16 
 community-i686/PKGBUILD|   63 -
 community-i686/glusterfs.install   |7 -
 community-x86_64/PKGBUILD  |   63 -
 community-x86_64/glusterfs.install |7 -
 6 files changed, 142 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 13:34:20 UTC (rev 134056)
+++ community-i686/PKGBUILD 2015-05-25 13:34:34 UTC (rev 134057)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller henn...@orgizm.net
-
-pkgname=glusterfs
-pkgver=3.6.2
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(i686 x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-depends=(fuse python2 libxml2 libaio)
-makedepends=(flex bison)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-md5sums=('36fd4ecd3eb9cde0de64c13146bead02')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make -j1 DESTDIR=$pkgdir install
-
-  mkdir -p $pkgdir/usr/lib/tmpfiles.d
-  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
-$pkgdir/usr/share/doc/glusterfs/
-
-  cp -rf \
-$srcdir/$pkgname-$pkgver/doc/* \
-$pkgdir/usr/share/doc/glusterfs/
-  rm -rf $pkgdir/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-i686/PKGBUILD (from rev 134056, 
glusterfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 13:34:34 UTC (rev 134057)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller henn...@orgizm.net
+
+pkgname=glusterfs
+pkgver=3.7.0
+pkgrel=1
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(i686 x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+depends=(fuse python2 libxml2 libaio liburcu)
+makedepends=(flex bison)
+optdepends=('rpcbind: NFS'
+   'glib2: qemu-block')
+source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+md5sums=('51789050e4f7824146f02191f03b779b')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python:env\ python2:' \
+-e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+PYTHON=python2 LEXLIB=
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make -j1 DESTDIR=$pkgdir install
+
+  mkdir -p $pkgdir/usr/lib/tmpfiles.d
+  echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
+
+  install -D -m 644 \
+$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
+

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

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 15:34:45
  Author: spupykin
Revision: 134058

upgpkg: liburcu 0.8.6-1

upd

Modified:
  liburcu/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 13:34:34 UTC (rev 134057)
+++ PKGBUILD2015-05-25 13:34:45 UTC (rev 134058)
@@ -1,3 +1,5 @@
+# $Id$
+# Maintainer: Sergej Pupykin arch+...@sergej.pp.ru
 # Maintainer: Christian Babeux christian.bab...@0x80.ca
 # Contributor: Yggdrasil tetzank at web dot de
 
@@ -13,15 +15,13 @@
 options=('!libtool')
 sha1sums=('f10e9bf812557cd0c2a35a277e04010ec278d25d')
 
-build()
-{
+build() {
 cd ${srcdir}/userspace-rcu-${pkgver}
 ./configure --prefix=/usr
 make
 }
 
-package()
-{
+package() {
 cd ${srcdir}/userspace-rcu-${pkgver}
 make install DESTDIR=${pkgdir}
 }


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


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

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 15:34:58
  Author: spupykin
Revision: 134059

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

Added:
  liburcu/repos/community-i686/
  liburcu/repos/community-i686/PKGBUILD
(from rev 134058, liburcu/trunk/PKGBUILD)
  liburcu/repos/community-x86_64/
  liburcu/repos/community-x86_64/PKGBUILD
(from rev 134058, liburcu/trunk/PKGBUILD)

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

Copied: liburcu/repos/community-i686/PKGBUILD (from rev 134058, 
liburcu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 13:34:58 UTC (rev 134059)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin arch+...@sergej.pp.ru
+# Maintainer: Christian Babeux christian.bab...@0x80.ca
+# Contributor: Yggdrasil tetzank at web dot de
+
+pkgname=liburcu
+pkgver=0.8.6
+pkgrel=1
+pkgdesc=LGPLv2.1 userspace RCU (read-copy-update) library
+arch=('i686' 'x86_64')
+url=http://lttng.org/urcu;
+license=('LGPL2.1')
+source=(http://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2)
+depends=('glibc')
+options=('!libtool')
+sha1sums=('f10e9bf812557cd0c2a35a277e04010ec278d25d')
+
+build() {
+cd ${srcdir}/userspace-rcu-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/userspace-rcu-${pkgver}
+make install DESTDIR=${pkgdir}
+}

Copied: liburcu/repos/community-x86_64/PKGBUILD (from rev 134058, 
liburcu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-25 13:34:58 UTC (rev 134059)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin arch+...@sergej.pp.ru
+# Maintainer: Christian Babeux christian.bab...@0x80.ca
+# Contributor: Yggdrasil tetzank at web dot de
+
+pkgname=liburcu
+pkgver=0.8.6
+pkgrel=1
+pkgdesc=LGPLv2.1 userspace RCU (read-copy-update) library
+arch=('i686' 'x86_64')
+url=http://lttng.org/urcu;
+license=('LGPL2.1')
+source=(http://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2)
+depends=('glibc')
+options=('!libtool')
+sha1sums=('f10e9bf812557cd0c2a35a277e04010ec278d25d')
+
+build() {
+cd ${srcdir}/userspace-rcu-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/userspace-rcu-${pkgver}
+make install DESTDIR=${pkgdir}
+}


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

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 15:34:20
  Author: spupykin
Revision: 134056

upgpkg: glusterfs 3.7.0-1

upd

Modified:
  glusterfs/trunk/PKGBUILD
  glusterfs/trunk/glusterfs.install

---+
 PKGBUILD  |8 
 glusterfs.install |1 +
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 12:04:05 UTC (rev 134055)
+++ PKGBUILD2015-05-25 13:34:20 UTC (rev 134056)
@@ -5,7 +5,7 @@
 #   henning mueller henn...@orgizm.net
 
 pkgname=glusterfs
-pkgver=3.6.2
+pkgver=3.7.0
 pkgrel=1
 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
 arch=(i686 x86_64)
@@ -12,12 +12,12 @@
 url='http://www.gluster.org/'
 license=(GPL2 LGPL3)
 install=glusterfs.install
-depends=(fuse python2 libxml2 libaio)
+depends=(fuse python2 libxml2 libaio liburcu)
 makedepends=(flex bison)
 optdepends=('rpcbind: NFS'
'glib2: qemu-block')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-md5sums=('36fd4ecd3eb9cde0de64c13146bead02')
+md5sums=('51789050e4f7824146f02191f03b779b')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
@@ -51,7 +51,7 @@
   echo d /var/run/glusterfs 0755 root root - 
$pkgdir/usr/lib/tmpfiles.d/glusterfs.conf
 
   install -D -m 644 \
-$srcdir/$pkgname-$pkgver/{README,INSTALL,COPYING*} \
+$srcdir/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
 $pkgdir/usr/share/doc/glusterfs/
 
   cp -rf \

Modified: glusterfs.install
===
--- glusterfs.install   2015-05-25 12:04:05 UTC (rev 134055)
+++ glusterfs.install   2015-05-25 13:34:20 UTC (rev 134056)
@@ -4,4 +4,5 @@
 
 post_upgrade() {
   systemd-tmpfiles --create glusterfs.conf
+  echo -- Read 
http://www.gluster.org/community/documentation/index.php/Upgrade_to_3.7 page!
 }


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

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 17:32:49
  Author: spupykin
Revision: 134066

archrelease: copy trunk to community-any

Added:
  mediawiki/repos/community-any/PKGBUILD
(from rev 134065, mediawiki/trunk/PKGBUILD)
  mediawiki/repos/community-any/apache.example.conf
(from rev 134065, mediawiki/trunk/apache.example.conf)
  mediawiki/repos/community-any/mediawiki.install
(from rev 134065, mediawiki/trunk/mediawiki.install)
Deleted:
  mediawiki/repos/community-any/PKGBUILD
  mediawiki/repos/community-any/apache.example.conf
  mediawiki/repos/community-any/mediawiki.install

-+
 PKGBUILD|  152 +-
 apache.example.conf |   14 ++--
 mediawiki.install   |   10 +--
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 15:32:40 UTC (rev 134065)
+++ PKGBUILD2015-05-25 15:32:49 UTC (rev 134066)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgbase=mediawiki
-pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.24.2
-_basever=1.24
-pkgrel=1
-pkgdesc=MediaWiki engine
-arch=('any')
-url=http://www.mediawiki.org/wiki/MediaWiki;
-# + http://www.mediawiki.org/wiki/Extension:Math
-license=(GPL)
-depends=('php')
-makedepends=('git')
-optdepends=('texvc: for math rendering'
-   'python2'
-   'pcre: for regular expressions support'
-   'php-intl: to handle Unicode normalization'
-#  'php-mysql: for MySQL database support'
-   'php-pgsql: for PostgreSQL database support'
-   'php-sqlite: for sqlite database support'
-   'php-apc: for cache support'
-   'php-xcache: for cache support'
-   'memcached: for cache support'
-   'php-gd: for thumbnails rendering'
-   'imagemagick: for thumbnails rendering'
-   'smtp-forwarder: for mail sending')
-install=mediawiki.install
-options=(!strip)
-#  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
-source=(http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz;
-   
mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
-   apache.example.conf)
-md5sums=('6832bba1b9407245ec9f63b10845d0c1'
- '1e7724847829653beb75f844db21f555'
- '1b34e53d7be9a124377ac34d9821d574')
-
-package_mediawiki() {
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps
-  install -vdm0755 $pkgdir/etc/webapps/mediawiki
-  cp -a $pkgname-$pkgver $pkgdir/usr/share/webapps/mediawiki
-
-  install -vDm0644 $srcdir/apache.example.conf 
$pkgdir/etc/webapps/mediawiki/apache.example.conf
-
-  # move cache and images to /var
-  install -vdm0755 -o http -g http $pkgdir/var/cache/mediawiki
-  install -vdm0755 -o http -g http $pkgdir/var/lib/mediawiki
-
-  cd $pkgdir/usr/share/webapps/mediawiki
-
-  mv cache/.htaccess $pkgdir/var/cache/mediawiki/
-  rmdir cache
-  ln -sf /var/cache/mediawiki cache
-
-  mv images/* $pkgdir/var/lib/mediawiki/
-  mv images/.htaccess $pkgdir/var/lib/mediawiki/
-  rmdir images
-  ln -sf /var/lib/mediawiki images
-}
-
-package_mediawiki-math() {
-  depends=('mediawiki' 'texvc')
-  optdepends=()
-  backup=()
-  pkgdesc=MediaWiki math extension
-  unset install
-
-  cd $srcdir
-  install -vdm0755 $pkgdir/usr/share/webapps/mediawiki/extensions
-#  cp -a mediawiki-math-${_basever} 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-2ab9fb0 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  ln -s /usr/bin/texvc 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math/math/texvc
-}

Copied: mediawiki/repos/community-any/PKGBUILD (from rev 134065, 
mediawiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 15:32:49 UTC (rev 134066)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgbase=mediawiki
+pkgname=('mediawiki' 'mediawiki-math')
+pkgver=1.25.0
+_basever=1.25
+pkgrel=1
+pkgdesc=MediaWiki engine
+arch=('any')
+url=http://www.mediawiki.org/wiki/MediaWiki;
+# + http://www.mediawiki.org/wiki/Extension:Math
+license=(GPL)
+depends=('php')
+makedepends=('git')
+optdepends=('texvc: for math rendering'
+   'python2'
+   'pcre: for regular expressions support'
+   'php-intl: to handle Unicode normalization'
+#  'php-mysql: for MySQL database support'
+   'php-pgsql: for PostgreSQL database support'
+   'php-sqlite: for sqlite database support'
+   'php-apc: for cache support'
+   'php-xcache: for cache support'
+   

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

2015-05-25 Thread Christian Hesse
Date: Monday, May 25, 2015 @ 17:48:34
  Author: eworm
Revision: 134069

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

Added:
  oath-toolkit/repos/community-i686/0001-fix-make-check-on-32-bit-systems.patch
(from rev 134068, 
oath-toolkit/trunk/0001-fix-make-check-on-32-bit-systems.patch)
  oath-toolkit/repos/community-i686/PKGBUILD
(from rev 134068, oath-toolkit/trunk/PKGBUILD)
  
oath-toolkit/repos/community-x86_64/0001-fix-make-check-on-32-bit-systems.patch
(from rev 134068, 
oath-toolkit/trunk/0001-fix-make-check-on-32-bit-systems.patch)
  oath-toolkit/repos/community-x86_64/PKGBUILD
(from rev 134068, oath-toolkit/trunk/PKGBUILD)
Deleted:
  oath-toolkit/repos/community-i686/PKGBUILD
  oath-toolkit/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   90 ++
 community-i686/0001-fix-make-check-on-32-bit-systems.patch   |   43 
 community-i686/PKGBUILD  |   37 
 community-x86_64/0001-fix-make-check-on-32-bit-systems.patch |   43 
 community-x86_64/PKGBUILD|   37 
 5 files changed, 176 insertions(+), 74 deletions(-)

Copied: 
oath-toolkit/repos/community-i686/0001-fix-make-check-on-32-bit-systems.patch 
(from rev 134068, 
oath-toolkit/trunk/0001-fix-make-check-on-32-bit-systems.patch)
===
--- community-i686/0001-fix-make-check-on-32-bit-systems.patch  
(rev 0)
+++ community-i686/0001-fix-make-check-on-32-bit-systems.patch  2015-05-25 
15:48:34 UTC (rev 134069)
@@ -0,0 +1,43 @@
+From 547065646f96d8e7a3b88ebc03b0fd35294e9d11 Mon Sep 17 00:00:00 2001
+From: Christian Hesse m...@eworm.de
+Date: Mon, 25 May 2015 17:34:19 +0200
+Subject: [PATCH 1/1] fix make check on 32 bit systems
+
+Some tests break with time_t limited to 32 bit. The test code has
+exception, but bad values. Update the values to what we expect and make
+tests pass.
+
+Signed-off-by: Christian Hesse m...@eworm.de
+---
+ liboath/tests/tst_totp_algo.c | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/liboath/tests/tst_totp_algo.c b/liboath/tests/tst_totp_algo.c
+index 019efb9..f56be1f 100644
+--- a/liboath/tests/tst_totp_algo.c
 b/liboath/tests/tst_totp_algo.c
+@@ -131,8 +131,8 @@ main (void)
+   if (strcmp (otp, tv[i].sha256otp) != 0)
+   {
+ printf (otp[%ld] got %s expected2 %s\n, i, otp, tv[i].sha256otp);
+-if (strcmp (otp, 82762030) == 0
+- strcmp (tv[i].sha256otp, 65353130) == 0)
++if (strcmp (otp, 11281421) == 0
++ strcmp (tv[i].sha256otp, 77737706) == 0)
+   printf (Mismatch due to 32-bit time_t...\n);
+ else
+   return 1;
+@@ -153,8 +153,8 @@ main (void)
+   if (strcmp (otp, tv[i].sha512otp) != 0)
+   {
+ printf (otp[%ld] got %s expected2 %s\n, i, otp, tv[i].sha512otp);
+-if (strcmp (otp, 82762030) == 0
+- strcmp (tv[i].sha512otp, 65353130) == 0)
++if (strcmp (otp, 29833534) == 0
++ strcmp (tv[i].sha512otp, 47863826) == 0)
+   printf (Mismatch due to 32-bit time_t...\n);
+ else
+   return 1;
+-- 
+2.4.1
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 15:45:39 UTC (rev 134068)
+++ community-i686/PKGBUILD 2015-05-25 15:48:34 UTC (rev 134069)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Christian Hesse m...@eworm.de
-# Contributor: L42y 423...@gmail.com
-
-pkgname=oath-toolkit
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='OATH one-time password toolkit'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/oath-toolkit/'
-license=('GPL3')
-depends=('glibc' 'pam' 'xmlsec')
-source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('951bafd1d86e6013903c10be3b6623bb'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # Install basic docs too
-  install -D -m 644 pam_oath/README $pkgdir/usr/share/doc/$pkgname/PAM_README
-  install -D -m 644 README $pkgdir/usr/share/doc/$pkgname/README
-}
-
-# vim:set ts=2 sw=2 et:

Copied: oath-toolkit/repos/community-i686/PKGBUILD (from rev 134068, 
oath-toolkit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 15:48:34 UTC (rev 134069)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Christian Hesse m...@eworm.de
+# Contributor: L42y 423...@gmail.com
+
+pkgname=oath-toolkit
+pkgver=2.6.0
+pkgrel=1

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

2015-05-25 Thread Gaetan Bisson
Date: Monday, May 25, 2015 @ 18:52:37
  Author: bisson
Revision: 239740

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-25 16:52:07 UTC (rev 239739)
+++ extra-i686/PKGBUILD 2015-05-25 16:52:37 UTC (rev 239740)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=feh
-pkgver=2.13
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=(${url}${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha1sums=('d6c257a167c7487f862cd4c16bb950ac29bd4479' 'SKIP')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 239739, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-25 16:52:37 UTC (rev 239740)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=feh
+pkgver=2.13.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=(${url}${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha1sums=('3f333c1ea26346a3f5481653c8a2e4633cde3a1a' 'SKIP')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-25 16:52:07 UTC (rev 239739)
+++ extra-x86_64/PKGBUILD   2015-05-25 16:52:37 UTC (rev 239740)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=feh
-pkgver=2.13
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=(${url}${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha1sums=('d6c257a167c7487f862cd4c16bb950ac29bd4479' 'SKIP')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 239739, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-25 16:52:37 UTC (rev 239740)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=feh
+pkgver=2.13.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 

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

2015-05-25 Thread Gaetan Bisson
Date: Monday, May 25, 2015 @ 18:52:07
  Author: bisson
Revision: 239739

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 16:31:49 UTC (rev 239738)
+++ PKGBUILD2015-05-25 16:52:07 UTC (rev 239739)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=feh
-pkgver=2.13
+pkgver=2.13.1
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='http://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=(${url}${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha1sums=('d6c257a167c7487f862cd4c16bb950ac29bd4479' 'SKIP')
+sha1sums=('3f333c1ea26346a3f5481653c8a2e4633cde3a1a' 'SKIP')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}


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

2015-05-25 Thread Sébastien Luttringer
Date: Monday, May 25, 2015 @ 17:03:03
  Author: seblu
Revision: 239735

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

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

+
 /PKGBUILD  |  104 +++
 /btrfs-progs.install   |   18 ++
 /initcpio-hook-btrfs   |   14 
 /initcpio-install-btrfs|   34 +++
 core-i686/PKGBUILD |   52 -
 core-i686/btrfs-progs.install  |9 ---
 core-i686/initcpio-hook-btrfs  |7 --
 core-i686/initcpio-install-btrfs   |   17 -
 core-x86_64/PKGBUILD   |   52 -
 core-x86_64/btrfs-progs.install|9 ---
 core-x86_64/initcpio-hook-btrfs|7 --
 core-x86_64/initcpio-install-btrfs |   17 -
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-05-25 10:00:23 UTC (rev 239734)
+++ core-i686/PKGBUILD  2015-05-25 15:03:03 UTC (rev 239735)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
-# Contributor: Tom Gundersen t...@jklm.no
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-pkgname=btrfs-progs
-pkgver=4.0
-pkgrel=2
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
-url='http://btrfs.wiki.kernel.org/'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-source=(git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad')
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname
-  make prefix=$pkgdir/usr install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
$pkgdir/usr/share/bash-completion/completions/btrfs
-
-  # install mkinitcpio hooks
-  cd $srcdir
-  install -Dm644 initcpio-install-btrfs 
$pkgdir/usr/lib/initcpio/install/btrfs
-  install -Dm644 initcpio-hook-btrfs $pkgdir/usr/lib/initcpio/hooks/btrfs
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/core-i686/PKGBUILD (from rev 239734, 
btrfs-progs/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-05-25 15:03:03 UTC (rev 239735)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=btrfs-progs
+pkgver=4.0.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+url='http://btrfs.wiki.kernel.org/'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=(git://git.kernel.org/pub/scm/linux/kernel/git/kdave/$pkgname.git#tag=v$pkgver
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs')

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

2015-05-25 Thread Sébastien Luttringer
Date: Monday, May 25, 2015 @ 17:03:04
  Author: seblu
Revision: 239736

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

Added:
  coreutils/repos/core-i686/01-btrfs-alloc.patch
(from rev 239734, coreutils/repos/testing-i686/01-btrfs-alloc.patch)
  coreutils/repos/core-i686/PKGBUILD
(from rev 239734, coreutils/repos/testing-i686/PKGBUILD)
  coreutils/repos/core-i686/coreutils.install
(from rev 239734, coreutils/repos/testing-i686/coreutils.install)
  coreutils/repos/core-x86_64/01-btrfs-alloc.patch
(from rev 239734, coreutils/repos/testing-x86_64/01-btrfs-alloc.patch)
  coreutils/repos/core-x86_64/PKGBUILD
(from rev 239734, coreutils/repos/testing-x86_64/PKGBUILD)
  coreutils/repos/core-x86_64/coreutils.install
(from rev 239734, coreutils/repos/testing-x86_64/coreutils.install)
Deleted:
  coreutils/repos/core-i686/0001-cp-don-t-reserve-a-device-number.patch
  coreutils/repos/core-i686/PKGBUILD
  coreutils/repos/core-i686/coreutils.install
  coreutils/repos/core-x86_64/0001-cp-don-t-reserve-a-device-number.patch
  coreutils/repos/core-x86_64/PKGBUILD
  coreutils/repos/core-x86_64/coreutils.install
  coreutils/repos/testing-i686/
  coreutils/repos/testing-x86_64/

-+
 /PKGBUILD   |  106 ++
 /coreutils.install  |   34 
 core-i686/0001-cp-don-t-reserve-a-device-number.patch   |   77 --
 core-i686/01-btrfs-alloc.patch  |   96 
 core-i686/PKGBUILD  |   45 -
 core-i686/coreutils.install |   17 --
 core-x86_64/0001-cp-don-t-reserve-a-device-number.patch |   77 --
 core-x86_64/01-btrfs-alloc.patch|   96 
 core-x86_64/PKGBUILD|   45 -
 core-x86_64/coreutils.install   |   17 --
 10 files changed, 332 insertions(+), 278 deletions(-)

Deleted: core-i686/0001-cp-don-t-reserve-a-device-number.patch
===
--- core-i686/0001-cp-don-t-reserve-a-device-number.patch   2015-05-25 
15:03:03 UTC (rev 239735)
+++ core-i686/0001-cp-don-t-reserve-a-device-number.patch   2015-05-25 
15:03:04 UTC (rev 239736)
@@ -1,77 +0,0 @@
-From d0294ff3b90430750a631556277c75f1a555dd44 Mon Sep 17 00:00:00 2001
-From: Paul Eggert egg...@cs.ucla.edu
-Date: Thu, 3 Apr 2014 09:48:22 -0700
-Subject: [PATCH] cp: don't reserve a device number
-
-* src/copy.c (copy_internal): Replace dev_t arg DEVICE with struct
-stat pointer arg PARENT.  All callers changed.  This removes an
-unwarranted assumption that dev_t values of 0 cannot occur in file
-systems.  See: http://bugs.gnu.org/17179

- src/copy.c | 15 +++
- 1 file changed, 7 insertions(+), 8 deletions(-)
-
-diff --git a/src/copy.c b/src/copy.c
-index 781cc1e..d471a77 100644
 a/src/copy.c
-+++ b/src/copy.c
-@@ -117,7 +117,7 @@ struct dir_list
- #define DEST_INFO_INITIAL_CAPACITY 61
- 
- static bool copy_internal (char const *src_name, char const *dst_name,
--   bool new_dst, dev_t device,
-+   bool new_dst, struct stat const *parent,
-struct dir_list *ancestors,
-const struct cp_options *x,
-bool command_line_arg,
-@@ -621,7 +621,7 @@ copy_dir (char const *src_name_in, char const 
*dst_name_in, bool new_dst,
-   char *dst_name = file_name_concat (dst_name_in, namep, NULL);
-   bool first_dir_created = *first_dir_created_per_command_line_arg;
- 
--  ok = copy_internal (src_name, dst_name, new_dst, src_sb-st_dev,
-+  ok = copy_internal (src_name, dst_name, new_dst, src_sb,
-ancestors, non_command_line_options, false,
-first_dir_created,
-local_copy_into_self, NULL);
-@@ -1725,9 +1725,8 @@ should_dereference (const struct cp_options *x, bool 
command_line_arg)
- /* Copy the file SRC_NAME to the file DST_NAME.  The files may be of
-any type.  NEW_DST should be true if the file DST_NAME cannot
-exist because its parent directory was just created; NEW_DST should
--   be false if DST_NAME might already exist.  DEVICE is the device
--   number of the parent directory, or 0 if the parent of this file is
--   not known.  ANCESTORS points to a linked, null terminated list of
-+   be false if DST_NAME might already exist.  A nonnull PARENT describes the
-+   parent directory.  ANCESTORS points to a linked, null terminated list of
-devices and inodes of parent directories of SRC_NAME.  COMMAND_LINE_ARG
-is true iff SRC_NAME was specified on the command line.
-FIRST_DIR_CREATED_PER_COMMAND_LINE_ARG is both input and output.
-@@ -1737,7 +1736,7 @@ should_dereference (const 

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

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 17:26:41
  Author: spupykin
Revision: 134064

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

Added:
  opensips/repos/community-i686/PKGBUILD
(from rev 134063, opensips/trunk/PKGBUILD)
  opensips/repos/community-i686/opensips.install
(from rev 134063, opensips/trunk/opensips.install)
  opensips/repos/community-i686/opensips.service
(from rev 134063, opensips/trunk/opensips.service)
  opensips/repos/community-i686/remove-inline.patch
(from rev 134063, opensips/trunk/remove-inline.patch)
  opensips/repos/community-x86_64/PKGBUILD
(from rev 134063, opensips/trunk/PKGBUILD)
  opensips/repos/community-x86_64/opensips.install
(from rev 134063, opensips/trunk/opensips.install)
  opensips/repos/community-x86_64/opensips.service
(from rev 134063, opensips/trunk/opensips.service)
  opensips/repos/community-x86_64/remove-inline.patch
(from rev 134063, opensips/trunk/remove-inline.patch)
Deleted:
  opensips/repos/community-i686/PKGBUILD
  opensips/repos/community-i686/opensips.install
  opensips/repos/community-i686/opensips.service
  opensips/repos/community-x86_64/PKGBUILD
  opensips/repos/community-x86_64/opensips.install
  opensips/repos/community-x86_64/opensips.service

--+
 /PKGBUILD|  168 +
 /opensips.install|6 +
 /opensips.service|   22 
 community-i686/PKGBUILD  |   80 ---
 community-i686/opensips.install  |3 
 community-i686/opensips.service  |   11 --
 community-i686/remove-inline.patch   |  157 ++
 community-x86_64/PKGBUILD|   80 ---
 community-x86_64/opensips.install|3 
 community-x86_64/opensips.service|   11 --
 community-x86_64/remove-inline.patch |  157 ++
 11 files changed, 510 insertions(+), 188 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 15:26:21 UTC (rev 134063)
+++ community-i686/PKGBUILD 2015-05-25 15:26:41 UTC (rev 134064)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=opensips
-pkgver=2.1.0
-pkgrel=1
-pkgdesc=An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ...
-url=http://www.opensips.org;
-depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
-makedepends=('postgresql-libs=8.4.1' 'unixodbc' 'libldap=2.4.18' 
'libmariadbclient'
-'lynx' 'libxslt')
-optdepends=('postgresql-libs'
-   'unixodbc'
-   'libldap'
-   'libmariadbclient'
-   'libsasl'
-   'python2'
-   'pcre')
-backup=(etc/opensips/opensips.cfg
-   etc/opensips/dictionary.radius
-   etc/opensips/opensipsctlrc)
-arch=('i686' 'x86_64')
-license=('GPL')
-install=opensips.install
-options=('!emptydirs' 'zipman' '!makeflags' 'docs')
-source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}.tar.gz
-   opensips.service)
-md5sums=('68375c1b6cb546ad2c036b5a1c5b31b9'
- '35cdcb3692f6925236fd5fe7e9484c58')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -i 's|sbin|bin|g' Makefile
-  sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
-}
-
-_modules=ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops
-
-build() {
-  cd $srcdir/$pkgname-$pkgver/
-
-  make \
-   include_modules=${_modules} \
-   LIBDIR=lib PREFIX=/usr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/
-
-  make \
-   include_modules=${_modules} \
-   BASEDIR=$pkgdir PREFIX=/usr LIBDIR=lib install
-
-  # Conforms to the arch packaging standards 
(http://wiki.archlinux.org/index.php/Arch_Packaging_Standards)
-  mkdir -p $pkgdir/etc/
-  mv $pkgdir/usr/etc/opensips/ $pkgdir/etc/
-  sed -i 
's#mpath=.*lib/opensips/modules/#mpath=/usr/lib/opensips/modules/#' 
$pkgdir/etc/opensips/opensips.cfg
-
-  # fix bad paths
-  cd $pkgdir/usr/share
-  find -type f -exec sed -i s#$pkgdir## {} \;
-
-  cd $pkgdir/usr/lib/opensips/opensipsctl
-  find -type f -exec sed -i s#$pkgdir## {} \;
-
-  cd $pkgdir/usr/bin
-  sed -i s#$pkgdir## opensipsctl opensipsdbctl osipsconsole
-
-  cd $pkgdir/etc
-  find -type f -exec sed -i s#$pkgdir## {} \;
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: opensips/repos/community-i686/PKGBUILD (from rev 134063, 
opensips/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 

[arch-commits] Commit in opensips/trunk (PKGBUILD remove-inline.patch)

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 17:26:21
  Author: spupykin
Revision: 134063

upgpkg: opensips 2.1.0-2

upd

Added:
  opensips/trunk/remove-inline.patch
Modified:
  opensips/trunk/PKGBUILD

-+
 PKGBUILD|2 
 remove-inline.patch |  157 ++
 2 files changed, 158 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 15:04:34 UTC (rev 134062)
+++ PKGBUILD2015-05-25 15:26:21 UTC (rev 134063)
@@ -8,7 +8,7 @@
 url=http://www.opensips.org;
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
 makedepends=('postgresql-libs=8.4.1' 'unixodbc' 'libldap=2.4.18' 
'libmariadbclient'
-'lynx' 'libxslt')
+'lynx' 'libxslt' 'libmicrohttpd')
 optdepends=('postgresql-libs'
'unixodbc'
'libldap'

Added: remove-inline.patch
===
--- remove-inline.patch (rev 0)
+++ remove-inline.patch 2015-05-25 15:26:21 UTC (rev 134063)
@@ -0,0 +1,157 @@
+diff -wbBur opensips-2.1.0/db/db_insertq.c opensips-2.1.0.my/db/db_insertq.c
+--- opensips-2.1.0/db/db_insertq.c 2015-04-22 11:20:03.0 +0300
 opensips-2.1.0.my/db/db_insertq.c  2015-05-25 16:57:42.010460560 +0300
+@@ -534,7 +534,7 @@
+ }
+ 
+ /* clean shm memory used by the rows */
+-inline void cleanup_rows(db_val_t **rows)
++void cleanup_rows(db_val_t **rows)
+ {
+   int i;
+ 
+diff -wbBur opensips-2.1.0/db/db_insertq.h opensips-2.1.0.my/db/db_insertq.h
+--- opensips-2.1.0/db/db_insertq.h 2015-04-22 11:20:03.0 +0300
 opensips-2.1.0.my/db/db_insertq.h  2015-05-25 16:57:34.480593553 +0300
+@@ -92,7 +92,7 @@
+   lock_release((entry)-lock); \
+   } while (0)
+ 
+-inline void cleanup_rows(db_val_t **rows);
++void cleanup_rows(db_val_t **rows);
+ void handle_ql_shutdown(void);
+ 
+ #endif
+diff -wbBur opensips-2.1.0/dprint.c opensips-2.1.0.my/dprint.c
+--- opensips-2.1.0/dprint.c2015-04-22 11:20:03.0 +0300
 opensips-2.1.0.my/dprint.c 2015-05-25 16:57:11.490999596 +0300
+@@ -119,18 +119,18 @@
+ }
+ 
+ /* change the actual log level of the current process */
+-inline void set_proc_debug_level(int level)
++void set_proc_debug_level(int level)
+ {
+   __set_proc_debug_level(process_no, level);
+ }
+ 
+ /* change the actual log level of a given process */
+-inline void __set_proc_debug_level(int proc_idx, int level)
++void __set_proc_debug_level(int proc_idx, int level)
+ {
+   pt[proc_idx].debug = level;
+ }
+ 
+-inline void set_global_debug_level(int level)
++void set_global_debug_level(int level)
+ {
+   int i;
+ 
+@@ -140,7 +140,7 @@
+   }
+ }
+ 
+-inline void reset_proc_debug_level(void)
++void reset_proc_debug_level(void)
+ {
+   *debug = *default_debug;
+ }
+diff -wbBur opensips-2.1.0/dprint.h opensips-2.1.0.my/dprint.h
+--- opensips-2.1.0/dprint.h2015-04-22 11:20:03.0 +0300
 opensips-2.1.0.my/dprint.h 2015-05-25 16:57:21.624153957 +0300
+@@ -117,21 +117,21 @@
+ int str2facility(char *s);
+ 
+ /* set the current and default log levels for all OpenSIPS processes */
+-inline void set_global_debug_level(int level);
++void set_global_debug_level(int level);
+ 
+ /* set the log level of the current process */
+-inline void set_proc_debug_level(int level);
++void set_proc_debug_level(int level);
+ 
+ /*
+  * set the (default) log level of a given process
+  *
+  * Note: the index param is not validated!
+  */
+-inline void __set_proc_debug_level(int proc_idx, int level);
+-inline void __set_proc_default_debug(int proc_idx, int level);
++void __set_proc_debug_level(int proc_idx, int level);
++void __set_proc_default_debug(int proc_idx, int level);
+ 
+ /* changes the logging level to the default value for the current process */
+-inline void reset_proc_debug_level(void);
++void reset_proc_debug_level(void);
+ 
+ inline static char* dp_time(void)
+ {
+diff -wbBur opensips-2.1.0/mem/mem.c opensips-2.1.0.my/mem/mem.c
+--- opensips-2.1.0/mem/mem.c   2015-04-22 11:20:03.0 +0300
 opensips-2.1.0.my/mem/mem.c2015-05-25 16:55:03.996584777 +0300
+@@ -166,7 +166,7 @@
+   event_pkg_pending = 0;
+ }
+ 
+-inline void pkg_threshold_check(void)
++void pkg_threshold_check(void)
+ {
+   long pkg_perc, used, size;
+ 
+diff -wbBur opensips-2.1.0/mem/meminfo.h opensips-2.1.0.my/mem/meminfo.h
+--- opensips-2.1.0/mem/meminfo.h   2015-04-22 11:20:03.0 +0300
 opensips-2.1.0.my/mem/meminfo.h2015-05-25 16:54:49.196846178 +0300
+@@ -44,7 +44,7 @@
+ // threshold percentage checked
+ extern long event_pkg_threshold;
+ // events are used only if STATISTICS are used
+-inline void pkg_threshold_check(void);
++void pkg_threshold_check(void);
+ #else
+  #define pkg_threshold_check()
+ #endif /* STATISTICS */
+diff -wbBur opensips-2.1.0/resolve.c opensips-2.1.0.my/resolve.c
+--- 

[arch-commits] Commit in oath-toolkit/trunk (1 file)

2015-05-25 Thread Christian Hesse
Date: Monday, May 25, 2015 @ 17:45:39
  Author: eworm
Revision: 134068

actually add the patch...

Added:
  oath-toolkit/trunk/0001-fix-make-check-on-32-bit-systems.patch

-+
 0001-fix-make-check-on-32-bit-systems.patch |   43 ++
 1 file changed, 43 insertions(+)

Added: 0001-fix-make-check-on-32-bit-systems.patch
===
--- 0001-fix-make-check-on-32-bit-systems.patch (rev 0)
+++ 0001-fix-make-check-on-32-bit-systems.patch 2015-05-25 15:45:39 UTC (rev 
134068)
@@ -0,0 +1,43 @@
+From 547065646f96d8e7a3b88ebc03b0fd35294e9d11 Mon Sep 17 00:00:00 2001
+From: Christian Hesse m...@eworm.de
+Date: Mon, 25 May 2015 17:34:19 +0200
+Subject: [PATCH 1/1] fix make check on 32 bit systems
+
+Some tests break with time_t limited to 32 bit. The test code has
+exception, but bad values. Update the values to what we expect and make
+tests pass.
+
+Signed-off-by: Christian Hesse m...@eworm.de
+---
+ liboath/tests/tst_totp_algo.c | 8 
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/liboath/tests/tst_totp_algo.c b/liboath/tests/tst_totp_algo.c
+index 019efb9..f56be1f 100644
+--- a/liboath/tests/tst_totp_algo.c
 b/liboath/tests/tst_totp_algo.c
+@@ -131,8 +131,8 @@ main (void)
+   if (strcmp (otp, tv[i].sha256otp) != 0)
+   {
+ printf (otp[%ld] got %s expected2 %s\n, i, otp, tv[i].sha256otp);
+-if (strcmp (otp, 82762030) == 0
+- strcmp (tv[i].sha256otp, 65353130) == 0)
++if (strcmp (otp, 11281421) == 0
++ strcmp (tv[i].sha256otp, 77737706) == 0)
+   printf (Mismatch due to 32-bit time_t...\n);
+ else
+   return 1;
+@@ -153,8 +153,8 @@ main (void)
+   if (strcmp (otp, tv[i].sha512otp) != 0)
+   {
+ printf (otp[%ld] got %s expected2 %s\n, i, otp, tv[i].sha512otp);
+-if (strcmp (otp, 82762030) == 0
+- strcmp (tv[i].sha512otp, 65353130) == 0)
++if (strcmp (otp, 29833534) == 0
++ strcmp (tv[i].sha512otp, 47863826) == 0)
+   printf (Mismatch due to 32-bit time_t...\n);
+ else
+   return 1;
+-- 
+2.4.1
+


[arch-commits] Commit in lib32-mesa/repos/multilib-x86_64 (4 files)

2015-05-25 Thread Laurent Carlier
Date: Monday, May 25, 2015 @ 17:50:06
  Author: lcarlier
Revision: 134071

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa/repos/multilib-x86_64/LICENSE
(from rev 134070, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-x86_64/PKGBUILD
(from rev 134070, lib32-mesa/trunk/PKGBUILD)
Deleted:
  lib32-mesa/repos/multilib-x86_64/LICENSE
  lib32-mesa/repos/multilib-x86_64/PKGBUILD

--+
 LICENSE  |  164 +--
 PKGBUILD |  278 ++---
 2 files changed, 221 insertions(+), 221 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2015-05-25 15:49:26 UTC (rev 134070)
+++ LICENSE 2015-05-25 15:50:06 UTC (rev 134071)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the Software),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa/repos/multilib-x86_64/LICENSE (from rev 134070, 
lib32-mesa/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2015-05-25 15:50:06 UTC (rev 134071)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*
+To the extent that Mesa utilizes the OpenGL command syntax or state
+machine, it is being used with authorization from Silicon Graphics,
+Inc.(SGI). However, the author does not possess an OpenGL 

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

2015-05-25 Thread Laurent Carlier
Date: Monday, May 25, 2015 @ 17:49:26
  Author: lcarlier
Revision: 134070

upgpkg: lib32-mesa 10.5.6-1

upstream update 10.5.6

Modified:
  lib32-mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 15:48:34 UTC (rev 134069)
+++ PKGBUILD2015-05-25 15:49:26 UTC (rev 134070)
@@ -4,7 +4,7 @@
 
 pkgbase=lib32-mesa
 pkgname=('lib32-mesa-vdpau' 'lib32-mesa' 'lib32-mesa-libgl')
-pkgver=10.5.5
+pkgver=10.5.6
 pkgrel=1
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
@@ -14,7 +14,7 @@
 license=('custom')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/mesa-${pkgver}.tar.xz{,.sig}
LICENSE)
-sha256sums=('4ac4e4ea3414f1cadb1467f2f173f9e56170d31e8674f7953a46f0549d319f28'
+sha256sums=('66017853bde5f7a6647db3eede30512a091a3491daa1708e0ad8027c328ba595'
 'SKIP'
 '7fdc119cf53c8ca65396ea73f6d10af641ba41ea1dd2bd44a824726e01c8b3f2')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D') # Emil Velikov 
emil.l.veli...@gmail.com


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

2015-05-25 Thread Gaetan Bisson
Date: Monday, May 25, 2015 @ 19:20:46
  Author: bisson
Revision: 239742

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

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

-+
 staging-i686/PKGBUILD   |   56 ++
 staging-i686/install|   13 ++
 staging-x86_64/PKGBUILD |   56 ++
 staging-x86_64/install  |   13 ++
 4 files changed, 138 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 239741, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-25 17:20:46 UTC (rev 239742)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=9
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+#source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
+source=(https://inkscape.global.ssl.fastly.net/media/resources/file/inkscape-0.91.tar.bz2;
+
'http://bazaar.launchpad.net/~inkscape.dev/inkscape/RELEASE_0_91_BRANCH/download/head:/markers_strokepaint.-20091128124040-aej0x7yhxng1m6ly-8339/markers_strokepaint.inx.disabled')
+sha1sums=('9941ee467af570ac71a70f965cd9c48d4993b8f3'
+  'f61909a58c185ed9249b19f71242af2edd32ef9a')
+
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   sed -i 's|/usr/bin/python\|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|python },|python2 },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|python|python2|g' src/main.cpp
+
+   # FS#43744
+   mv ../markers_strokepaint.inx.disabled 
share/extensions/markers_strokepaint.inx
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Copied: inkscape/repos/staging-i686/install (from rev 239741, 
inkscape/trunk/install)
===
--- staging-i686/install(rev 0)
+++ staging-i686/install2015-05-25 17:20:46 UTC (rev 239742)
@@ -0,0 +1,13 @@
+post_install() {
+   update-desktop-database -q
+   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 239741, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-05-25 17:20:46 UTC (rev 239742)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: tobias tob...@archlinux.org
+
+pkgname=inkscape
+pkgver=0.91
+pkgrel=9
+pkgdesc='Vector graphics editor using the SVG file format'
+url='http://inkscape.sourceforge.net/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib' 
'popt'
+ 'ttf-dejavu' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+optdepends=('pstoedit: latex formulas'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+   

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

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 17:04:34
  Author: spupykin
Revision: 134062

Modified:
  opensips/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 14:25:16 UTC (rev 134061)
+++ PKGBUILD2015-05-25 15:04:34 UTC (rev 134062)
@@ -3,7 +3,7 @@
 
 pkgname=opensips
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ...
 url=http://www.opensips.org;
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -24,8 +24,10 @@
 install=opensips.install
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}.tar.gz
+   remove-inline.patch
opensips.service)
 md5sums=('68375c1b6cb546ad2c036b5a1c5b31b9'
+ '3771f5720c54c7fe3326611f9b57013d'
  '35cdcb3692f6925236fd5fe7e9484c58')
 
 prepare() {
@@ -39,9 +41,11 @@
 
   sed -i 's|sbin|bin|g' Makefile
   sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
+
+  patch -p1 $srcdir/remove-inline.patch
 }
 
-_modules=ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops
+_modules=ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops db_http httpd
 
 build() {
   cd $srcdir/$pkgname-$pkgver/


[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD)

2015-05-25 Thread Dan McGee
Date: Monday, May 25, 2015 @ 18:31:37
  Author: dan
Revision: 239737

upgpkg: postgresql-old-upgrade 9.3.7-1

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 15:03:04 UTC (rev 239736)
+++ PKGBUILD2015-05-25 16:31:37 UTC (rev 239737)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=postgresql-old-upgrade
-pkgver=9.3.6
+pkgver=9.3.7
 _majorver=${pkgver%.*}
 pkgrel=1
 pkgdesc=PostgreSQL build for migrating between major versions with pg_upgrade
@@ -12,8 +12,8 @@
 depends=(postgresql-libs=${_majorver} 'libxml2' 'openssl=1.0.0' 'pam')
 makedepends=('krb5' 'python2' 'perl' 'tcl=8.6.0')
 
source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-md5sums=('0212b03f2835fdd33126a2e70996be8e')
-sha256sums=('2368cb61e68d9581da7bfdb61bdf39ffbe59d2d95609b0e93adb3b6b8fd6ca14')
+md5sums=('662c0d7f0ec5ffcb1a9af5c83f41d0a2')
+sha256sums=('8b746ab3f7e84db9ba0c9fa0d9865f458fe4e43d5ae1d4ff2860db1f5204ff3d')
 
 build() {
   cd ${srcdir}/postgresql-${pkgver}


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

2015-05-25 Thread Sven-Hendrik Haase
Date: Monday, May 25, 2015 @ 16:25:16
  Author: svenstaro
Revision: 134061

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

Added:
  nbd/repos/community-i686/PKGBUILD
(from rev 134060, nbd/trunk/PKGBUILD)
  nbd/repos/community-i686/config
(from rev 134060, nbd/trunk/config)
  nbd/repos/community-i686/nbd.install
(from rev 134060, nbd/trunk/nbd.install)
  nbd/repos/community-i686/nbd.service
(from rev 134060, nbd/trunk/nbd.service)
  nbd/repos/community-x86_64/PKGBUILD
(from rev 134060, nbd/trunk/PKGBUILD)
  nbd/repos/community-x86_64/config
(from rev 134060, nbd/trunk/config)
  nbd/repos/community-x86_64/nbd.install
(from rev 134060, nbd/trunk/nbd.install)
  nbd/repos/community-x86_64/nbd.service
(from rev 134060, nbd/trunk/nbd.service)
Deleted:
  nbd/repos/community-i686/PKGBUILD
  nbd/repos/community-i686/config
  nbd/repos/community-i686/nbd.install
  nbd/repos/community-i686/nbd.service
  nbd/repos/community-x86_64/PKGBUILD
  nbd/repos/community-x86_64/config
  nbd/repos/community-x86_64/nbd.install
  nbd/repos/community-x86_64/nbd.service

--+
 /PKGBUILD|   80 +
 /config  |   66 +
 /nbd.install |   16 
 /nbd.service |   20 ++
 community-i686/PKGBUILD  |   40 
 community-i686/config|   33 
 community-i686/nbd.install   |8 
 community-i686/nbd.service   |   10 -
 community-x86_64/PKGBUILD|   40 
 community-x86_64/config  |   33 
 community-x86_64/nbd.install |8 
 community-x86_64/nbd.service |   10 -
 12 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 14:25:02 UTC (rev 134060)
+++ community-i686/PKGBUILD 2015-05-25 14:25:16 UTC (rev 134061)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Christian Hesse m...@eworm.de
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Gerhard Brauer ger...@archlinux.de
-
-pkgname=nbd
-pkgver=3.10
-pkgrel=1
-pkgdesc=tools for network block devices, allowing you to use remote block 
devices over TCP/IP
-arch=('i686' 'x86_64')
-url=http://nbd.sourceforge.net;
-license=('GPL')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz
-   config nbd.service)
-backup=('etc/nbd-server/config')
-depends=('glib2')
-install=nbd.install
-md5sums=('c39aea16c30850812c0137714668b0f3'
- '2d05d426b8c2708d5f8a0d028fcbae05'
- '5d1acc143018117174f79eff15afa038')
-
-build(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ${srcdir}/config ${pkgdir}/etc/nbd-server/config
-  install -D -m644 ${srcdir}/nbd.service 
${pkgdir}/usr/lib/systemd/system/nbd.service
-
-  install -D -m644 doc/README ${pkgdir}/usr/share/doc/nbd/README
-}

Copied: nbd/repos/community-i686/PKGBUILD (from rev 134060, nbd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 14:25:16 UTC (rev 134061)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Christian Hesse m...@eworm.de
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Gerhard Brauer ger...@archlinux.de
+
+pkgname=nbd
+pkgver=3.11
+pkgrel=1
+pkgdesc=tools for network block devices, allowing you to use remote block 
devices over TCP/IP
+arch=('i686' 'x86_64')
+url=http://nbd.sourceforge.net;
+license=('GPL')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz
+   config nbd.service)
+backup=('etc/nbd-server/config')
+depends=('glib2')
+install=nbd.install
+md5sums=('73d11644a28b9f335292cdb3bdc4b74b'
+ '2d05d426b8c2708d5f8a0d028fcbae05'
+ '5d1acc143018117174f79eff15afa038')
+
+build(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 ${srcdir}/config ${pkgdir}/etc/nbd-server/config
+  install -D -m644 ${srcdir}/nbd.service 
${pkgdir}/usr/lib/systemd/system/nbd.service
+
+  install -D -m644 doc/README ${pkgdir}/usr/share/doc/nbd/README
+}

Deleted: community-i686/config
===
--- community-i686/config   2015-05-25 14:25:02 UTC (rev 134060)
+++ community-i686/config   2015-05-25 14:25:16 UTC 

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

2015-05-25 Thread Sven-Hendrik Haase
Date: Monday, May 25, 2015 @ 16:25:02
  Author: svenstaro
Revision: 134060

upgpkg: nbd 3.11-1

upstream release 3.11

Modified:
  nbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 13:34:58 UTC (rev 134059)
+++ PKGBUILD2015-05-25 14:25:02 UTC (rev 134060)
@@ -5,7 +5,7 @@
 # Contributor: Gerhard Brauer ger...@archlinux.de
 
 pkgname=nbd
-pkgver=3.10
+pkgver=3.11
 pkgrel=1
 pkgdesc=tools for network block devices, allowing you to use remote block 
devices over TCP/IP
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 backup=('etc/nbd-server/config')
 depends=('glib2')
 install=nbd.install
-md5sums=('c39aea16c30850812c0137714668b0f3'
+md5sums=('73d11644a28b9f335292cdb3bdc4b74b'
  '2d05d426b8c2708d5f8a0d028fcbae05'
  '5d1acc143018117174f79eff15afa038')
 


[arch-commits] Commit in postgresql-old-upgrade/repos (4 files)

2015-05-25 Thread Dan McGee
Date: Monday, May 25, 2015 @ 18:31:49
  Author: dan
Revision: 239738

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

Added:
  postgresql-old-upgrade/repos/extra-i686/PKGBUILD
(from rev 239737, postgresql-old-upgrade/trunk/PKGBUILD)
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD
(from rev 239737, postgresql-old-upgrade/trunk/PKGBUILD)
Deleted:
  postgresql-old-upgrade/repos/extra-i686/PKGBUILD
  postgresql-old-upgrade/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-25 16:31:37 UTC (rev 239737)
+++ extra-i686/PKGBUILD 2015-05-25 16:31:49 UTC (rev 239738)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=postgresql-old-upgrade
-pkgver=9.3.6
-_majorver=${pkgver%.*}
-pkgrel=1
-pkgdesc=PostgreSQL build for migrating between major versions with pg_upgrade
-arch=('i686' 'x86_64')
-url=http://www.postgresql.org/;
-license=('custom:PostgreSQL')
-depends=(postgresql-libs=${_majorver} 'libxml2' 'openssl=1.0.0' 'pam')
-makedepends=('krb5' 'python2' 'perl' 'tcl=8.6.0')
-source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-md5sums=('0212b03f2835fdd33126a2e70996be8e')
-sha256sums=('2368cb61e68d9581da7bfdb61bdf39ffbe59d2d95609b0e93adb3b6b8fd6ca14')
-
-build() {
-  cd ${srcdir}/postgresql-${pkgver}
-
-  ./configure \
---prefix=/opt/pgsql-${_majorver} \
---with-gssapi \
---with-libxml \
---with-openssl \
---with-perl \
---with-python PYTHON=/usr/bin/python2 \
---with-tcl \
---with-pam \
---without-readline \
---with-system-tzdata=/usr/share/zoneinfo \
---disable-nls \
---enable-thread-safety
-
-  make -C src all
-  make -C contrib all
-}
-
-package() {
-  cd ${srcdir}/postgresql-${pkgver}
-
-  # install
-  make -C src DESTDIR=${pkgdir} install
-  make -C contrib DESTDIR=${pkgdir} install
-
-  # install license
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # clean up unneeded installed items
-  rm -rf ${pkgdir}/opt/pgsql-${_majorver}/include/
-}

Copied: postgresql-old-upgrade/repos/extra-i686/PKGBUILD (from rev 239737, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-25 16:31:49 UTC (rev 239738)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgname=postgresql-old-upgrade
+pkgver=9.3.7
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc=PostgreSQL build for migrating between major versions with pg_upgrade
+arch=('i686' 'x86_64')
+url=http://www.postgresql.org/;
+license=('custom:PostgreSQL')
+depends=(postgresql-libs=${_majorver} 'libxml2' 'openssl=1.0.0' 'pam')
+makedepends=('krb5' 'python2' 'perl' 'tcl=8.6.0')
+source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+md5sums=('662c0d7f0ec5ffcb1a9af5c83f41d0a2')
+sha256sums=('8b746ab3f7e84db9ba0c9fa0d9865f458fe4e43d5ae1d4ff2860db1f5204ff3d')
+
+build() {
+  cd ${srcdir}/postgresql-${pkgver}
+
+  ./configure \
+--prefix=/opt/pgsql-${_majorver} \
+--with-gssapi \
+--with-libxml \
+--with-openssl \
+--with-perl \
+--with-python PYTHON=/usr/bin/python2 \
+--with-tcl \
+--with-pam \
+--without-readline \
+--with-system-tzdata=/usr/share/zoneinfo \
+--disable-nls \
+--enable-thread-safety
+
+  make -C src all
+  make -C contrib all
+}
+
+package() {
+  cd ${srcdir}/postgresql-${pkgver}
+
+  # install
+  make -C src DESTDIR=${pkgdir} install
+  make -C contrib DESTDIR=${pkgdir} install
+
+  # install license
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # clean up unneeded installed items
+  rm -rf ${pkgdir}/opt/pgsql-${_majorver}/include/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-25 16:31:37 UTC (rev 239737)
+++ extra-x86_64/PKGBUILD   2015-05-25 16:31:49 UTC (rev 239738)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=postgresql-old-upgrade
-pkgver=9.3.6
-_majorver=${pkgver%.*}
-pkgrel=1
-pkgdesc=PostgreSQL build for migrating between major versions with pg_upgrade
-arch=('i686' 'x86_64')
-url=http://www.postgresql.org/;
-license=('custom:PostgreSQL')
-depends=(postgresql-libs=${_majorver} 'libxml2' 'openssl=1.0.0' 'pam')
-makedepends=('krb5' 'python2' 'perl' 'tcl=8.6.0')
-source=(http://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-md5sums=('0212b03f2835fdd33126a2e70996be8e')

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

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 17:32:40
  Author: spupykin
Revision: 134065

upgpkg: mediawiki 1.25.0-1

upd

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 15:26:41 UTC (rev 134064)
+++ PKGBUILD2015-05-25 15:32:40 UTC (rev 134065)
@@ -4,8 +4,8 @@
 
 pkgbase=mediawiki
 pkgname=('mediawiki' 'mediawiki-math')
-pkgver=1.24.2
-_basever=1.24
+pkgver=1.25.0
+_basever=1.25
 pkgrel=1
 pkgdesc=MediaWiki engine
 arch=('any')
@@ -33,8 +33,8 @@
 
source=(http://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz;

mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
apache.example.conf)
-md5sums=('6832bba1b9407245ec9f63b10845d0c1'
- '1e7724847829653beb75f844db21f555'
+md5sums=('49c1002c55883a56bd6ef335163560d4'
+ '059c7c8909876ade51d3dc2fc7b84573'
  '1b34e53d7be9a124377ac34d9821d574')
 
 package_mediawiki() {
@@ -71,6 +71,6 @@
   cd $srcdir
   install -vdm0755 $pkgdir/usr/share/webapps/mediawiki/extensions
 #  cp -a mediawiki-math-${_basever} 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-2ab9fb0 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
+  cp -a wikimedia-mediawiki-extensions-Math-b5e9102 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math
   ln -s /usr/bin/texvc 
$pkgdir/usr/share/webapps/mediawiki/extensions/Math/math/texvc
 }


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

2015-05-25 Thread Christian Hesse
Date: Monday, May 25, 2015 @ 17:44:41
  Author: eworm
Revision: 134067

fix compilation/check on i686

Modified:
  oath-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 15:32:49 UTC (rev 134066)
+++ PKGBUILD2015-05-25 15:44:41 UTC (rev 134067)
@@ -12,10 +12,17 @@
 license=('GPL3')
 depends=('glibc' 'pam' 'xmlsec')
 validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C') # Simon Josefsson
-source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}
+'0001-fix-make-check-on-32-bit-systems.patch')
 md5sums=('f19f1c47eb7d1c609b3e244876b9ce63'
- 'SKIP')
+ 'SKIP'
+ 'd3c1a32357fb27f67a82bffd08331062')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1  ${srcdir}/0001-fix-make-check-on-32-bit-systems.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr


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

2015-05-25 Thread Gaetan Bisson
Date: Monday, May 25, 2015 @ 19:20:20
  Author: bisson
Revision: 239741

rebuild for poppler 0.33.0

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 16:52:37 UTC (rev 239740)
+++ PKGBUILD2015-05-25 17:20:20 UTC (rev 239741)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.91
-pkgrel=8
+pkgrel=9
 pkgdesc='Vector graphics editor using the SVG file format'
 url='http://inkscape.sourceforge.net/'
 license=('GPL' 'LGPL')


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

2015-05-25 Thread Evangelos Foutras
Date: Monday, May 25, 2015 @ 21:26:27
  Author: foutrelis
Revision: 239746

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

Added:
  llvm/repos/extra-i686/PKGBUILD
(from rev 239745, llvm/trunk/PKGBUILD)
  llvm/repos/extra-i686/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
(from rev 239745, llvm/trunk/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch)
  llvm/repos/extra-i686/llvm-Config-config.h
(from rev 239745, llvm/trunk/llvm-Config-config.h)
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
(from rev 239745, llvm/trunk/llvm-Config-llvm-config.h)
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 239745, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
(from rev 239745, llvm/trunk/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch)
  llvm/repos/extra-x86_64/llvm-Config-config.h
(from rev 239745, llvm/trunk/llvm-Config-config.h)
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h
(from rev 239745, llvm/trunk/llvm-Config-llvm-config.h)
Deleted:
  llvm/repos/extra-i686/PKGBUILD
  llvm/repos/extra-i686/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
  llvm/repos/extra-i686/llvm-Config-config.h
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
  llvm/repos/extra-x86_64/llvm-Config-config.h
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h

--+
 /PKGBUILD|  644 +
 /llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch |   60 +
 /llvm-Config-config.h|   18 
 /llvm-Config-llvm-config.h   |   18 
 extra-i686/PKGBUILD  |  326 --
 extra-i686/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch   |   30 
 extra-i686/llvm-Config-config.h  |9 
 extra-i686/llvm-Config-llvm-config.h |9 
 extra-x86_64/PKGBUILD|  326 --
 extra-x86_64/llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch |   30 
 extra-x86_64/llvm-Config-config.h|9 
 extra-x86_64/llvm-Config-llvm-config.h   |9 
 12 files changed, 740 insertions(+), 748 deletions(-)

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


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

2015-05-25 Thread Evangelos Foutras
Date: Monday, May 25, 2015 @ 21:16:33
  Author: foutrelis
Revision: 239745

upgpkg: llvm 3.6.1-1

New upstream release.

Modified:
  llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 17:56:08 UTC (rev 239744)
+++ PKGBUILD2015-05-25 19:16:33 UTC (rev 239745)
@@ -11,8 +11,8 @@
 
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lldb' 'clang' 'clang-analyzer'
  'clang-tools-extra')
-pkgver=3.6.0
-pkgrel=5
+pkgver=3.6.1
+pkgrel=1
 _ocaml_ver=4.02.1
 arch=('i686' 'x86_64')
 url=http://llvm.org/;
@@ -30,20 +30,20 @@
 llvm-3.6.0-use-ocamlfind-for-ocamldoc.patch
 llvm-Config-config.h
 llvm-Config-llvm-config.h)
-sha256sums=('b39a69e501b49e8f73ff75c9ad72313681ee58d6f430bfad4d81846fe92eb9ce'
+sha256sums=('2f00c615913aa0b56607ee1548936e60ad2aa89e6d56f23fb032a4463366fc7a'
 'SKIP'
-'be0e69378119fe26f0f2f74cffe82b7c26da840c9733fe522ed3c1b66b11082d'
+'74f92d0c93b86678b015e87655f59474b2f657769680efdeb3c0524ffbd2dad7'
 'SKIP'
-'3aa949ba82913490a75697287d9ee8598c619fae0aa6bb8fddf0095ff51bc812'
+'f4ee70d870d550a9147ac6a548ce7daf7d9e6897348bf411f43c572966fb92b6'
 'SKIP'
-'7f49fb79e5adcdce7dddaf973f1db130228dfb19e37a99a7f5365a6948b26b11'
+'fcbf610c77be6047f11ca10c4725610417beba832565115a9e2fcfe2897b649f'
 'SKIP'
-'2b1ad1d42c4ea3fa2f9dd6db7c522d86e80891659b24dbb3d0d80386d8eaf0b2'
+'cefb5c64e78e85ad05a06b80f017ccfe1208b74d3da34eb425c505c6fef9aaba'
 'SKIP'
 '7e62bd5dd1ae5755a63abab692ae366186be392104e232e6b3a10a4ea5807283'
 '312574e655f9a87784ca416949c505c452b819fad3061f2cde8aced6540a19a3'
 '597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
-validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
+validpgpkeys=('11E521D646982372EB577A1F8F0871F202119294')
 
 prepare() {
   cd $srcdir/llvm-$pkgver.src
@@ -58,10 +58,6 @@
 
   mv $srcdir/lldb-$pkgver.src tools/lldb
 
-  # Fix source file permissions
-  # http://llvm.org/bugs/show_bug.cgi?id=22742
-  chmod -R u=rwX,go=rX $srcdir/llvm-$pkgver.src
-
   # Fix docs installation directory
   sed -i 's:$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
 Makefile.config.in


[arch-commits] Commit in nss-pam-ldapd/repos (16 files)

2015-05-25 Thread Johannes Löthberg
Date: Monday, May 25, 2015 @ 23:14:26
  Author: demize
Revision: 134079

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

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 134078, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 134078, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 134078, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 134078, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 134078, nss-pam-ldapd/trunk/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 134078, nss-pam-ldapd/trunk/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 134078, nss-pam-ldapd/trunk/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 134078, nss-pam-ldapd/trunk/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |  116 +++
 /nslcd.service |   24 ++
 /nslcd.tmpfiles|2 
 /nss-pam-ldapd.install |   22 +
 community-i686/PKGBUILD|   53 --
 community-i686/nslcd.service   |   12 ---
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   11 --
 community-x86_64/PKGBUILD  |   53 --
 community-x86_64/nslcd.service |   12 ---
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   11 --
 12 files changed, 164 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 21:11:14 UTC (rev 134078)
+++ community-i686/PKGBUILD 2015-05-25 21:14:26 UTC (rev 134079)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg johan...@kyriasis.com
-# Contributor: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=nss-pam-ldapd
-pkgver=0.9.5
-pkgrel=1
-
-pkgdesc='LDAP module for NSS and PAM'
-url=http://arthurdejong.org/nss-pam-ldapd/;
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-
-depends=('pam')
-conflicts=('pam_ldap')
-
-backup=('etc/nslcd.conf')
-
-options=('!emptydirs')
-
-install=nss-pam-ldapd.install
-source=(http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz{,.sig}
-nslcd.service
-nslcd.tmpfiles)
-md5sums=('1f0517d2c46ca1d8ecdbe23a671edc83' 'SKIP'
- 'c2edd35bab384c907eb442c606de856f'
- 'd78a702ae9e81af03ae0a85a6af4d2f3')
-
-validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
-
-build() {
-  cd nss-pam-ldapd-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security
-
-  make
-}
-
-package() {
-  cd nss-pam-ldapd-$pkgver
-
-  install -Dm644 $srcdir/nslcd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/nslcd.conf
-  install -Dm644 $srcdir/nslcd.service 
$pkgdir/usr/lib/systemd/system/nslcd.service
-  install -Dm644 $srcdir/$pkgname-$pkgver/nslcd.conf $pkgdir/etc/nslcd.conf
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 134078, 
nss-pam-ldapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 21:14:26 UTC (rev 134079)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=nss-pam-ldapd
+pkgver=0.9.5
+pkgrel=2
+
+pkgdesc='LDAP module for NSS and PAM'
+url=http://arthurdejong.org/nss-pam-ldapd/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+
+depends=('pam')
+conflicts=('pam_ldap')
+
+backup=('etc/nslcd.conf')
+
+options=('!emptydirs')
+
+install=nss-pam-ldapd.install
+source=(http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz{,.sig}
+nslcd.service
+nslcd.tmpfiles)
+md5sums=('1f0517d2c46ca1d8ecdbe23a671edc83' 'SKIP'
+ 'c2edd35bab384c907eb442c606de856f'
+ 'd78a702ae9e81af03ae0a85a6af4d2f3')
+
+validpgpkeys=('452EC2CB65CF68C2A1ADBF5F2A8B746810E0AFC1')
+
+build() {
+  cd nss-pam-ldapd-$pkgver
+  ./configure \
+--prefix=/usr \
+

[arch-commits] Commit in (4 files)

2015-05-25 Thread Johannes Löthberg
Date: Monday, May 25, 2015 @ 21:40:44
  Author: demize
Revision: 134072

aspell-el: Move from AUR

Added:
  aspell-el/
  aspell-el/repos/
  aspell-el/trunk/
  aspell-el/trunk/PKGBUILD

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

Added: aspell-el/trunk/PKGBUILD
===
--- aspell-el/trunk/PKGBUILD(rev 0)
+++ aspell-el/trunk/PKGBUILD2015-05-25 19:40:44 UTC (rev 134072)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: birdflesh antkoul at gmail dot com
+# Contributor: Simo Leone s...@archlinux.org
+
+pkgname=aspell-el
+pkgver=0.08
+pkgrel=1
+
+pkgdesc=Greek dictionary for aspell
+url=http://elspell.math.upatras.gr/;
+arch=('any')
+license=('GPL')
+
+depends=('aspell')
+
+source=(http://elspell.math.upatras.gr/files/aspell/aspell6-el-$pkgver-0.tar.bz2;)
+
+md5sums=('cf0e677c37ffb64e4b8ebe13acd233c7')
+
+build() {
+  cd aspell6-el-$pkgver-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-el-$pkgver-0
+  make DESTDIR=$pkgdir install
+}


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


[arch-commits] Commit in nss-pam-ldapd/trunk (PKGBUILD)

2015-05-25 Thread Johannes Löthberg
Date: Monday, May 25, 2015 @ 23:11:14
  Author: demize
Revision: 134078

nss-pam-ldapd: resigning

Modified:
  nss-pam-ldapd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 21:07:24 UTC (rev 134077)
+++ PKGBUILD2015-05-25 21:11:14 UTC (rev 134078)
@@ -4,7 +4,7 @@
 
 pkgname=nss-pam-ldapd
 pkgver=0.9.5
-pkgrel=1
+pkgrel=2
 
 pkgdesc='LDAP module for NSS and PAM'
 url=http://arthurdejong.org/nss-pam-ldapd/;


[arch-commits] Commit in exo/trunk (4 files)

2015-05-25 Thread Evangelos Foutras
Date: Monday, May 25, 2015 @ 19:55:56
  Author: foutrelis
Revision: 239743

upgpkg: exo 0.10.5-1

New upstream release.

Modified:
  exo/trunk/PKGBUILD
Deleted:
  exo/trunk/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
  exo/trunk/0001-Fix-StartupNotify-Bug-9570-thanks-Thaddaeus.patch
  exo/trunk/0001-Fix-implicit-declaration-of-function-xfce_spawn_on_s.patch

-+
 0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch   |   24 --
 0001-Fix-StartupNotify-Bug-9570-thanks-Thaddaeus.patch  |   87 
--
 0001-Fix-implicit-declaration-of-function-xfce_spawn_on_s.patch |   44 -
 PKGBUILD|   26 --
 4 files changed, 4 insertions(+), 177 deletions(-)

Deleted: 0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
===
--- 0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch   
2015-05-25 17:20:46 UTC (rev 239742)
+++ 0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch   
2015-05-25 17:55:56 UTC (rev 239743)
@@ -1,24 +0,0 @@
-From b74caf97642ae2bf00a7754a5fb193f695b6f3d4 Mon Sep 17 00:00:00 2001
-From: Sean Davis smd.seanda...@gmail.com
-Date: Tue, 17 Mar 2015 19:43:44 -0400
-Subject: [PATCH] Do not use x-scheme-handler/file mimetype (bug 7257)
-

- exo-open/exo-file-manager.desktop.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/exo-open/exo-file-manager.desktop.in 
b/exo-open/exo-file-manager.desktop.in
-index 3d7653e..8d0a6cf 100644
 a/exo-open/exo-file-manager.desktop.in
-+++ b/exo-open/exo-file-manager.desktop.in
-@@ -7,6 +7,6 @@ StartupNotify=true
- Terminal=false
- Categories=Utility;X-XFCE;X-Xfce-Toplevel;
- OnlyShowIn=XFCE;
--X-XFCE-MimeType=x-scheme-handler/file;x-scheme-handler/trash;
-+X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
- _Name=File Manager
- _Comment=Browse the file system
--- 
-2.3.3
-

Deleted: 0001-Fix-StartupNotify-Bug-9570-thanks-Thaddaeus.patch
===
--- 0001-Fix-StartupNotify-Bug-9570-thanks-Thaddaeus.patch  2015-05-25 
17:20:46 UTC (rev 239742)
+++ 0001-Fix-StartupNotify-Bug-9570-thanks-Thaddaeus.patch  2015-05-25 
17:55:56 UTC (rev 239743)
@@ -1,87 +0,0 @@
-From 3a2c05bd68f924f5c8bd530a2fe8f4cc5b671b16 Mon Sep 17 00:00:00 2001
-From: Sean Davis smd.seanda...@gmail.com
-Date: Thu, 5 Mar 2015 15:55:59 -0500
-Subject: [PATCH] Fix StartupNotify (Bug 9570, thanks Thaddaeus)
-

- exo-helper/exo-helper.c | 52 +++--
- 1 file changed, 3 insertions(+), 49 deletions(-)
-
-diff --git a/exo-helper/exo-helper.c b/exo-helper/exo-helper.c
-index 37d8901..aba3749 100644
 a/exo-helper/exo-helper.c
-+++ b/exo-helper/exo-helper.c
-@@ -359,8 +359,6 @@ exo_helper_execute (ExoHelper   *helper,
-   gint  pid;
-   const gchar  *real_parameter = parameter;
- 
--  // FIXME: startup-notification
--
-   g_return_val_if_fail (EXO_IS_HELPER (helper), FALSE);
-   g_return_val_if_fail (error == NULL || *error == NULL, FALSE);
-   g_return_val_if_fail (screen == NULL || GDK_IS_SCREEN (screen), FALSE);
-@@ -399,58 +397,14 @@ exo_helper_execute (ExoHelper   *helper,
- continue;
- 
-   /* try to run the command */
--  succeed = gdk_spawn_on_screen (screen, NULL, argv, NULL, 
G_SPAWN_DO_NOT_REAP_CHILD | G_SPAWN_SEARCH_PATH, NULL, NULL, pid, err);
-+  succeed = xfce_spawn_on_screen (screen, NULL, argv, NULL, 
G_SPAWN_SEARCH_PATH, helper-startup_notify, gtk_get_current_event_time (), 
NULL, err);
- 
-   /* cleanup */
-   g_strfreev (argv);
- 
--  /* check if the execution was successful */
-+  /* check if we should retry with the next command */
-   if (G_LIKELY (succeed))
--{
--  /* determine the current time */
--  g_get_current_time (previous);
--
--  /* wait up to 5 seconds to see whether the command worked */
--  for (;;)
--{
--  /* check if the command exited with an error */
--  result = waitpid (pid, status, WNOHANG);
--  if (result  0)
--{
--  /* something weird happened */
--  err = g_error_new_literal (G_FILE_ERROR, 
g_file_error_from_errno (errno), g_strerror (errno));
--  succeed = FALSE;
--  break;
--}
--  else if (result  0  status != 0)
--{
--  /* the command failed */
--  err = g_error_new_literal (G_FILE_ERROR, 
g_file_error_from_errno (EIO), g_strerror (EIO));
--  succeed = FALSE;
--  break;
--}
--  else if (result == pid)
--{
--  /* the command succeed */
--  succeed = TRUE;
--  

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

2015-05-25 Thread Evangelos Foutras
Date: Monday, May 25, 2015 @ 19:56:08
  Author: foutrelis
Revision: 239744

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

Added:
  exo/repos/extra-i686/PKGBUILD
(from rev 239743, exo/trunk/PKGBUILD)
  exo/repos/extra-i686/exo.install
(from rev 239743, exo/trunk/exo.install)
  exo/repos/extra-x86_64/PKGBUILD
(from rev 239743, exo/trunk/PKGBUILD)
  exo/repos/extra-x86_64/exo.install
(from rev 239743, exo/trunk/exo.install)
Deleted:
  
exo/repos/extra-i686/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
  exo/repos/extra-i686/0001-Fix-StartupNotify-Bug-9570-thanks-Thaddaeus.patch
  
exo/repos/extra-i686/0001-Fix-implicit-declaration-of-function-xfce_spawn_on_s.patch
  exo/repos/extra-i686/PKGBUILD
  exo/repos/extra-i686/exo.install
  
exo/repos/extra-x86_64/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
  exo/repos/extra-x86_64/0001-Fix-StartupNotify-Bug-9570-thanks-Thaddaeus.patch
  
exo/repos/extra-x86_64/0001-Fix-implicit-declaration-of-function-xfce_spawn_on_s.patch
  exo/repos/extra-x86_64/PKGBUILD
  exo/repos/extra-x86_64/exo.install

--+
 /PKGBUILD| 
  80 +
 /exo.install | 
  26 ++
 extra-i686/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch | 
  24 --
 extra-i686/0001-Fix-StartupNotify-Bug-9570-thanks-Thaddaeus.patch| 
  87 --
 extra-i686/0001-Fix-implicit-declaration-of-function-xfce_spawn_on_s.patch   | 
  44 -
 extra-i686/PKGBUILD  | 
  58 --
 extra-i686/exo.install   | 
  13 -
 extra-x86_64/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch   | 
  24 --
 extra-x86_64/0001-Fix-StartupNotify-Bug-9570-thanks-Thaddaeus.patch  | 
  87 --
 extra-x86_64/0001-Fix-implicit-declaration-of-function-xfce_spawn_on_s.patch | 
  44 -
 extra-x86_64/PKGBUILD| 
  58 --
 extra-x86_64/exo.install | 
  13 -
 12 files changed, 106 insertions(+), 452 deletions(-)

Deleted: 
extra-i686/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
===
--- extra-i686/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
2015-05-25 17:55:56 UTC (rev 239743)
+++ extra-i686/0001-Do-not-use-x-scheme-handler-file-mimetype-bug-7257.patch
2015-05-25 17:56:08 UTC (rev 239744)
@@ -1,24 +0,0 @@
-From b74caf97642ae2bf00a7754a5fb193f695b6f3d4 Mon Sep 17 00:00:00 2001
-From: Sean Davis smd.seanda...@gmail.com
-Date: Tue, 17 Mar 2015 19:43:44 -0400
-Subject: [PATCH] Do not use x-scheme-handler/file mimetype (bug 7257)
-

- exo-open/exo-file-manager.desktop.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/exo-open/exo-file-manager.desktop.in 
b/exo-open/exo-file-manager.desktop.in
-index 3d7653e..8d0a6cf 100644
 a/exo-open/exo-file-manager.desktop.in
-+++ b/exo-open/exo-file-manager.desktop.in
-@@ -7,6 +7,6 @@ StartupNotify=true
- Terminal=false
- Categories=Utility;X-XFCE;X-Xfce-Toplevel;
- OnlyShowIn=XFCE;
--X-XFCE-MimeType=x-scheme-handler/file;x-scheme-handler/trash;
-+X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
- _Name=File Manager
- _Comment=Browse the file system
--- 
-2.3.3
-

Deleted: extra-i686/0001-Fix-StartupNotify-Bug-9570-thanks-Thaddaeus.patch
===
--- extra-i686/0001-Fix-StartupNotify-Bug-9570-thanks-Thaddaeus.patch   
2015-05-25 17:55:56 UTC (rev 239743)
+++ extra-i686/0001-Fix-StartupNotify-Bug-9570-thanks-Thaddaeus.patch   
2015-05-25 17:56:08 UTC (rev 239744)
@@ -1,87 +0,0 @@
-From 3a2c05bd68f924f5c8bd530a2fe8f4cc5b671b16 Mon Sep 17 00:00:00 2001
-From: Sean Davis smd.seanda...@gmail.com
-Date: Thu, 5 Mar 2015 15:55:59 -0500
-Subject: [PATCH] Fix StartupNotify (Bug 9570, thanks Thaddaeus)
-

- exo-helper/exo-helper.c | 52 +++--
- 1 file changed, 3 insertions(+), 49 deletions(-)
-
-diff --git a/exo-helper/exo-helper.c b/exo-helper/exo-helper.c
-index 37d8901..aba3749 100644
 a/exo-helper/exo-helper.c
-+++ b/exo-helper/exo-helper.c
-@@ -359,8 +359,6 @@ exo_helper_execute (ExoHelper   *helper,
-   gint  pid;
-   const gchar  *real_parameter = parameter;
- 
--  // FIXME: startup-notification
--
-   g_return_val_if_fail (EXO_IS_HELPER (helper), FALSE);
-   g_return_val_if_fail (error == NULL || *error == NULL, FALSE);
-   g_return_val_if_fail (screen == NULL || GDK_IS_SCREEN (screen), FALSE);
-@@ -399,58 +397,14 @@ exo_helper_execute (ExoHelper   *helper,
- continue;
- 
-   /* try to run the command */
--  

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

2015-05-25 Thread Johannes Löthberg
Date: Monday, May 25, 2015 @ 23:17:27
  Author: demize
Revision: 134081

archrelease: copy trunk to community-any

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

--+
 LICENSE  |   38 +++
 PKGBUILD |   98 ++---
 2 files changed, 68 insertions(+), 68 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 21:17:19 UTC (rev 134080)
+++ PKGBUILD2015-05-25 21:17:27 UTC (rev 134081)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg johan...@kyriasis.com
-# Contributor: Aaron DeVore aaron.dev...@gmail.com
-
-pkgbase=python-parse
-pkgname=(python-parse python2-parse)
-pkgver=1.6.6
-pkgrel=1
-
-pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
-url='http://pypi.python.org/pypi/parse'
-arch=('any')
-license=('BSD')
-
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=(http://pypi.python.org/packages/source/p/parse/parse-$pkgver.tar.gz{,.asc}
-LICENSE) # license from the bottom of parse.py
-
-md5sums=('11bc8c60a30fe52db4ac9a827653d0ca' 'SKIP'
- '68c10fa20482cc4328a1052695fb7e53')
-
-validpgpkeys=('0145FD2B52E80A8E329A16C7AC68AC0441C6E930')
-
-
-check() {
-  cd parse-$pkgver
-  python test_parse.py
-  python2 test_parse.py
-}
-
-
-package_python-parse() {
-  depends=('python')
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  cd parse-$pkgver
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-
-package_python2-parse() {
-  depends=('python2')
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  cd parse-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=1
-}

Copied: python-parse/repos/community-any/PKGBUILD (from rev 134080, 
python-parse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 21:17:27 UTC (rev 134081)
@@ -0,0 +1,49 @@
+# 

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

2015-05-25 Thread Johannes Löthberg
Date: Monday, May 25, 2015 @ 23:17:19
  Author: demize
Revision: 134080

python-parse: resigning

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 21:14:26 UTC (rev 134079)
+++ PKGBUILD2015-05-25 21:17:19 UTC (rev 134080)
@@ -4,7 +4,7 @@
 pkgbase=python-parse
 pkgname=(python-parse python2-parse)
 pkgver=1.6.6
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Parse strings using a specification based on the Python format() 
syntax.'
 url='http://pypi.python.org/pypi/parse'


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

2015-05-25 Thread Johannes Löthberg
Date: Monday, May 25, 2015 @ 23:01:25
  Author: demize
Revision: 134075

archrelease: copy trunk to community-any

Added:
  aspell-el/repos/community-any/PKGBUILD
(from rev 134074, aspell-el/trunk/PKGBUILD)
Deleted:
  aspell-el/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 19:51:32 UTC (rev 134074)
+++ PKGBUILD2015-05-25 21:01:25 UTC (rev 134075)
@@ -1,29 +0,0 @@
-# Maintainer: Johannes Löthberg johan...@kyriasis.com
-# Contributor: birdflesh antkoul at gmail dot com
-# Contributor: Simo Leone s...@archlinux.org
-
-pkgname=aspell-el
-pkgver=0.08
-pkgrel=1
-
-pkgdesc=Greek dictionary for aspell
-url=http://elspell.math.upatras.gr/;
-arch=('any')
-license=('GPL')
-
-depends=('aspell')
-
-source=(http://elspell.math.upatras.gr/files/aspell/aspell6-el-$pkgver-0.tar.bz2;)
-
-md5sums=('cf0e677c37ffb64e4b8ebe13acd233c7')
-
-build() {
-  cd aspell6-el-$pkgver-0
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-el-$pkgver-0
-  make DESTDIR=$pkgdir install
-}

Copied: aspell-el/repos/community-any/PKGBUILD (from rev 134074, 
aspell-el/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 21:01:25 UTC (rev 134075)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: birdflesh antkoul at gmail dot com
+# Contributor: Simo Leone s...@archlinux.org
+
+pkgname=aspell-el
+pkgver=0.08
+pkgrel=1
+
+pkgdesc=Greek dictionary for aspell
+url=http://elspell.math.upatras.gr/;
+arch=('any')
+license=('GPL')
+
+depends=('aspell')
+
+source=(http://elspell.math.upatras.gr/files/aspell/aspell6-el-$pkgver-0.tar.bz2;)
+
+md5sums=('cf0e677c37ffb64e4b8ebe13acd233c7')
+
+build() {
+  cd aspell6-el-$pkgver-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-el-$pkgver-0
+  make DESTDIR=$pkgdir install
+}


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

2015-05-25 Thread Johannes Löthberg
Date: Monday, May 25, 2015 @ 23:06:51
  Author: demize
Revision: 134076

aspell-el: Resigning

Modified:
  aspell-el/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 21:01:25 UTC (rev 134075)
+++ PKGBUILD2015-05-25 21:06:51 UTC (rev 134076)
@@ -4,7 +4,7 @@
 
 pkgname=aspell-el
 pkgver=0.08
-pkgrel=1
+pkgrel=2
 
 pkgdesc=Greek dictionary for aspell
 url=http://elspell.math.upatras.gr/;


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

2015-05-25 Thread Johannes Löthberg
Date: Monday, May 25, 2015 @ 23:07:24
  Author: demize
Revision: 134077

archrelease: copy trunk to community-any

Added:
  aspell-el/repos/community-any/PKGBUILD
(from rev 134076, aspell-el/trunk/PKGBUILD)
Deleted:
  aspell-el/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 21:06:51 UTC (rev 134076)
+++ PKGBUILD2015-05-25 21:07:24 UTC (rev 134077)
@@ -1,29 +0,0 @@
-# Maintainer: Johannes Löthberg johan...@kyriasis.com
-# Contributor: birdflesh antkoul at gmail dot com
-# Contributor: Simo Leone s...@archlinux.org
-
-pkgname=aspell-el
-pkgver=0.08
-pkgrel=1
-
-pkgdesc=Greek dictionary for aspell
-url=http://elspell.math.upatras.gr/;
-arch=('any')
-license=('GPL')
-
-depends=('aspell')
-
-source=(http://elspell.math.upatras.gr/files/aspell/aspell6-el-$pkgver-0.tar.bz2;)
-
-md5sums=('cf0e677c37ffb64e4b8ebe13acd233c7')
-
-build() {
-  cd aspell6-el-$pkgver-0
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-el-$pkgver-0
-  make DESTDIR=$pkgdir install
-}

Copied: aspell-el/repos/community-any/PKGBUILD (from rev 134076, 
aspell-el/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 21:07:24 UTC (rev 134077)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: birdflesh antkoul at gmail dot com
+# Contributor: Simo Leone s...@archlinux.org
+
+pkgname=aspell-el
+pkgver=0.08
+pkgrel=2
+
+pkgdesc=Greek dictionary for aspell
+url=http://elspell.math.upatras.gr/;
+arch=('any')
+license=('GPL')
+
+depends=('aspell')
+
+source=(http://elspell.math.upatras.gr/files/aspell/aspell6-el-$pkgver-0.tar.bz2;)
+
+md5sums=('cf0e677c37ffb64e4b8ebe13acd233c7')
+
+build() {
+  cd aspell6-el-$pkgver-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-el-$pkgver-0
+  make DESTDIR=$pkgdir install
+}


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

2015-05-25 Thread Johannes Löthberg
Date: Monday, May 25, 2015 @ 21:47:11
  Author: demize
Revision: 134073

archrelease: copy trunk to community-any

Added:
  aspell-el/repos/community-any/
  aspell-el/repos/community-any/PKGBUILD
(from rev 134072, aspell-el/trunk/PKGBUILD)

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

Copied: aspell-el/repos/community-any/PKGBUILD (from rev 134072, 
aspell-el/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-05-25 19:47:11 UTC (rev 134073)
@@ -0,0 +1,29 @@
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: birdflesh antkoul at gmail dot com
+# Contributor: Simo Leone s...@archlinux.org
+
+pkgname=aspell-el
+pkgver=0.08
+pkgrel=1
+
+pkgdesc=Greek dictionary for aspell
+url=http://elspell.math.upatras.gr/;
+arch=('any')
+license=('GPL')
+
+depends=('aspell')
+
+source=(http://elspell.math.upatras.gr/files/aspell/aspell6-el-$pkgver-0.tar.bz2;)
+
+md5sums=('cf0e677c37ffb64e4b8ebe13acd233c7')
+
+build() {
+  cd aspell6-el-$pkgver-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-el-$pkgver-0
+  make DESTDIR=$pkgdir install
+}


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

2015-05-25 Thread Evangelos Foutras
Date: Monday, May 25, 2015 @ 21:27:49
  Author: foutrelis
Revision: 239748

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

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

--+
 /PKGBUILD|   80 +
 /exo.install |   26 ++
 extra-i686/PKGBUILD  |   40 --
 extra-i686/exo.install   |   13 ---
 extra-x86_64/PKGBUILD|   40 --
 extra-x86_64/exo.install |   13 ---
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-25 19:27:38 UTC (rev 239747)
+++ extra-i686/PKGBUILD 2015-05-25 19:27:49 UTC (rev 239748)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=exo
-pkgver=0.10.5
-pkgrel=1
-pkgdesc=Extensions to Xfce by os-cillation
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('libxfce4ui' 'gtk2' 'perl-uri' 'hicolor-icon-theme')
-makedepends=('intltool' 'gtk-doc')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('89d0af168dc198b1a9153aa53f61d9922ce061864759114c3410ffc0a97905e2')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gtk-doc \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exo/repos/extra-i686/PKGBUILD (from rev 239747, exo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-25 19:27:49 UTC (rev 239748)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=exo
+pkgver=0.10.6
+pkgrel=1
+pkgdesc=Extensions to Xfce by os-cillation
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('libxfce4ui' 'gtk2' 'perl-uri' 'hicolor-icon-theme')
+makedepends=('intltool' 'gtk-doc')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('1cc0e5a432e050a5e5aa64d126b988f4440da4f27474aaf42a4d8e13651d0752')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--disable-debug
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/exo.install
===
--- extra-i686/exo.install  2015-05-25 19:27:38 UTC (rev 239747)
+++ extra-i686/exo.install  2015-05-25 19:27:49 UTC (rev 239748)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: exo/repos/extra-i686/exo.install (from rev 239747, 
exo/trunk/exo.install)
===
--- extra-i686/exo.install  (rev 0)
+++ extra-i686/exo.install  2015-05-25 19:27:49 UTC (rev 239748)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-25 19:27:38 UTC (rev 239747)
+++ extra-x86_64/PKGBUILD   2015-05-25 19:27:49 UTC (rev 239748)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=exo
-pkgver=0.10.5
-pkgrel=1
-pkgdesc=Extensions to Xfce by os-cillation
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('libxfce4ui' 'gtk2' 

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

2015-05-25 Thread Evangelos Foutras
Date: Monday, May 25, 2015 @ 21:27:38
  Author: foutrelis
Revision: 239747

upgpkg: exo 0.10.6-1

New upstream release.

Modified:
  exo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 19:26:27 UTC (rev 239746)
+++ PKGBUILD2015-05-25 19:27:38 UTC (rev 239747)
@@ -4,7 +4,7 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=exo
-pkgver=0.10.5
+pkgver=0.10.6
 pkgrel=1
 pkgdesc=Extensions to Xfce by os-cillation
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gtk-doc')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('89d0af168dc198b1a9153aa53f61d9922ce061864759114c3410ffc0a97905e2')
+sha256sums=('1cc0e5a432e050a5e5aa64d126b988f4440da4f27474aaf42a4d8e13651d0752')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in nss-pam-ldapd/repos (18 files)

2015-05-25 Thread Johannes Löthberg
Date: Monday, May 25, 2015 @ 21:51:32
  Author: demize
Revision: 134074

db-move: moved nss-pam-ldapd from [community-testing] to [community] (i686, 
x86_64)

Added:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
(from rev 134073, nss-pam-ldapd/repos/community-testing-i686/PKGBUILD)
  nss-pam-ldapd/repos/community-i686/nslcd.service
(from rev 134073, nss-pam-ldapd/repos/community-testing-i686/nslcd.service)
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
(from rev 134073, nss-pam-ldapd/repos/community-testing-i686/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
(from rev 134073, 
nss-pam-ldapd/repos/community-testing-i686/nss-pam-ldapd.install)
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
(from rev 134073, nss-pam-ldapd/repos/community-testing-x86_64/PKGBUILD)
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
(from rev 134073, 
nss-pam-ldapd/repos/community-testing-x86_64/nslcd.service)
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
(from rev 134073, 
nss-pam-ldapd/repos/community-testing-x86_64/nslcd.tmpfiles)
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install
(from rev 134073, 
nss-pam-ldapd/repos/community-testing-x86_64/nss-pam-ldapd.install)
Deleted:
  nss-pam-ldapd/repos/community-i686/PKGBUILD
  nss-pam-ldapd/repos/community-i686/nslcd.service
  nss-pam-ldapd/repos/community-i686/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-i686/nss-pam-ldapd.install
  nss-pam-ldapd/repos/community-testing-i686/
  nss-pam-ldapd/repos/community-testing-x86_64/
  nss-pam-ldapd/repos/community-x86_64/PKGBUILD
  nss-pam-ldapd/repos/community-x86_64/nslcd.service
  nss-pam-ldapd/repos/community-x86_64/nslcd.tmpfiles
  nss-pam-ldapd/repos/community-x86_64/nss-pam-ldapd.install

+
 /PKGBUILD  |  106 +++
 /nslcd.service |   24 +++
 /nslcd.tmpfiles|2 
 /nss-pam-ldapd.install |   22 ++
 community-i686/PKGBUILD|   45 -
 community-i686/nslcd.service   |   12 ---
 community-i686/nslcd.tmpfiles  |1 
 community-i686/nss-pam-ldapd.install   |   11 ---
 community-x86_64/PKGBUILD  |   45 -
 community-x86_64/nslcd.service |   12 ---
 community-x86_64/nslcd.tmpfiles|1 
 community-x86_64/nss-pam-ldapd.install |   11 ---
 12 files changed, 154 insertions(+), 138 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 19:47:11 UTC (rev 134073)
+++ community-i686/PKGBUILD 2015-05-25 19:51:32 UTC (rev 134074)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Federico Cinelli cine...@aur.archlinux.org
-
-pkgname=nss-pam-ldapd
-pkgver=0.9.4
-pkgrel=1
-pkgdesc='LDAP module for NSS and PAM'
-arch=('i686' 'x86_64')
-url=http://arthurdejong.org/nss-pam-ldapd/;
-license=('LGPL2.1')
-depends=('pam')
-conflicts=('pam_ldap')
-backup=('etc/nslcd.conf')
-options=('!emptydirs')
-install=nss-pam-ldapd.install
-source=(http://arthurdejong.org/$pkgname/$pkgname-$pkgver.tar.gz;
-nslcd.service
-nslcd.tmpfiles)
-md5sums=('0d74202700efdde3b6e551bfff49c132'
- 'c2edd35bab384c907eb442c606de856f'
- 'd78a702ae9e81af03ae0a85a6af4d2f3')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---with-pam-seclib-dir=/usr/lib/security
-
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm644 $srcdir/nslcd.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/nslcd.conf
-  install -Dm644 $srcdir/nslcd.service 
$pkgdir/usr/lib/systemd/system/nslcd.service
-  install -Dm644 $srcdir/$pkgname-$pkgver/nslcd.conf $pkgdir/etc/nslcd.conf
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nss-pam-ldapd/repos/community-i686/PKGBUILD (from rev 134073, 
nss-pam-ldapd/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 19:51:32 UTC (rev 134074)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Johannes Löthberg johan...@kyriasis.com
+# Contributor: Federico Cinelli cine...@aur.archlinux.org
+
+pkgname=nss-pam-ldapd
+pkgver=0.9.5
+pkgrel=1
+
+pkgdesc='LDAP module for NSS and PAM'
+url=http://arthurdejong.org/nss-pam-ldapd/;
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+
+depends=('pam')
+conflicts=('pam_ldap')
+
+backup=('etc/nslcd.conf')
+
+options=('!emptydirs')
+
+install=nss-pam-ldapd.install
+source=(http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz{,.sig}
+nslcd.service
+nslcd.tmpfiles)
+md5sums=('1f0517d2c46ca1d8ecdbe23a671edc83' 'SKIP'
+ 'c2edd35bab384c907eb442c606de856f'
+

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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:53:12
  Author: dwallace
Revision: 134097

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

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

--+
 /PKGBUILD|   70 +
 /bash-completion |   58 ++
 /zathura.install |   24 
 community-i686/PKGBUILD  |   35 --
 community-i686/bash-completion   |   29 ---
 community-i686/zathura.install   |   12 --
 community-x86_64/PKGBUILD|   35 --
 community-x86_64/bash-completion |   29 ---
 community-x86_64/zathura.install |   12 --
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 22:52:32 UTC (rev 134096)
+++ community-i686/PKGBUILD 2015-05-25 22:53:12 UTC (rev 134097)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: ML neldoreth
-
-pkgname=zathura
-pkgver=0.3.3
-pkgrel=1
-pkgdesc=Minimalistic document viewer
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/zathura/;
-license=('custom')
-depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('d360252210ce51a29e8d341b1b72a7cc'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/zathura-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 134096, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 22:53:12 UTC (rev 134097)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: ML neldoreth
+
+pkgname=zathura
+pkgver=0.3.3
+pkgrel=1
+pkgdesc=Minimalistic document viewer
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/zathura/;
+license=('custom')
+depends=('girara=0.2.4' 'sqlite' 'desktop-file-utils' 'file')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('d360252210ce51a29e8d341b1b72a7cc'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/zathura-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
+}

Deleted: community-i686/bash-completion
===
--- community-i686/bash-completion  2015-05-25 22:52:32 UTC (rev 134096)
+++ community-i686/bash-completion  2015-05-25 22:53:12 UTC (rev 134097)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS=$EXTENTIONS|pdf
-;;
-  ps.so)
-

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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:52:32
  Author: dwallace
Revision: 134096

upgpkg: zathura 0.3.3-1

upgpkg: zathura 0.3.3

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 22:48:55 UTC (rev 134095)
+++ PKGBUILD2015-05-25 22:52:32 UTC (rev 134096)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url=http://pwmt.org/projects/zathura/;
 license=('custom')
-depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
+depends=('girara=0.2.4' 'sqlite' 'desktop-file-utils' 'file')
 makedepends=('python2-docutils')
 optdepends=('zathura-djvu: DjVu support'
 'zathura-pdf-poppler: PDF support using Poppler'


[arch-commits] Commit in ncmpcpp/trunk (missing-include.patch)

2015-05-25 Thread Levente Polyak
Date: Monday, May 25, 2015 @ 23:31:51
  Author: anthraxx
Revision: 134083

upgpkg: ncmpcpp 0.6.4-1

upgpkg: namcap 0.6.4-1

Deleted:
  ncmpcpp/trunk/missing-include.patch

---+
 missing-include.patch |   12 
 1 file changed, 12 deletions(-)

Deleted: missing-include.patch
===
--- missing-include.patch   2015-05-25 21:28:58 UTC (rev 134082)
+++ missing-include.patch   2015-05-25 21:31:51 UTC (rev 134083)
@@ -1,12 +0,0 @@
-diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp
-index e865cee..e405090 100644
 a/src/scrollpad.cpp
-+++ b/src/scrollpad.cpp
-@@ -19,6 +19,7 @@
-  ***/
- 
- #include cassert
-+#include iostream
- #include boost/regex.hpp
- 
- #include scrollpad.h


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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:48:55
  Author: dwallace
Revision: 134095

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

Added:
  python2-systemd/repos/community-testing-i686/
  python2-systemd/repos/community-testing-i686/PKGBUILD
(from rev 134094, python2-systemd/trunk/PKGBUILD)
  python2-systemd/repos/community-testing-x86_64/
  python2-systemd/repos/community-testing-x86_64/PKGBUILD
(from rev 134094, python2-systemd/trunk/PKGBUILD)

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

Copied: python2-systemd/repos/community-testing-i686/PKGBUILD (from rev 134094, 
python2-systemd/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-25 22:48:55 UTC (rev 134095)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=220
+pkgrel=1
+pkgdesc=Python2 bindings for systemd
+arch=('x86_64' 'i686')
+url=http://www.freedesktop.org/wiki/Software/systemd/;
+license=('GPL')
+depends=('python2' 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
+md5sums=('60acd92b04c0f5faa806678abd433014')
+
+prepare() {
+   cd $_pkgname-$pkgver
+rm -f src/journal/audit_type-to-name.h 
src/udev/keyboard-keys-from-name.gperf
+}
+
+
+build() {
+   cd $_pkgname-$pkgver
+./configure \
+--libexecdir=/usr/lib \
+--disable-audit \
+--disable-manpages \
+PYTHON=python2
+   make CFLAGS=${CFLAGS} -fno-lto
+}
+
+package(){
+   cd $_pkgname-$pkgver
+depends+=(systemd=$pkgver)
+make DESTDIR=$srcdir/root install
+install -dm755 $pkgdir/usr/lib/
+cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
+}

Copied: python2-systemd/repos/community-testing-x86_64/PKGBUILD (from rev 
134094, python2-systemd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-05-25 22:48:55 UTC (rev 134095)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=220
+pkgrel=1
+pkgdesc=Python2 bindings for systemd
+arch=('x86_64' 'i686')
+url=http://www.freedesktop.org/wiki/Software/systemd/;
+license=('GPL')
+depends=('python2' 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
+md5sums=('60acd92b04c0f5faa806678abd433014')
+
+prepare() {
+   cd $_pkgname-$pkgver
+rm -f src/journal/audit_type-to-name.h 
src/udev/keyboard-keys-from-name.gperf
+}
+
+
+build() {
+   cd $_pkgname-$pkgver
+./configure \
+--libexecdir=/usr/lib \
+--disable-audit \
+--disable-manpages \
+PYTHON=python2
+   make CFLAGS=${CFLAGS} -fno-lto
+}
+
+package(){
+   cd $_pkgname-$pkgver
+depends+=(systemd=$pkgver)
+make DESTDIR=$srcdir/root install
+install -dm755 $pkgdir/usr/lib/
+cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
+}


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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:48:25
  Author: dwallace
Revision: 134094

upgpkg: python2-systemd 220-1

upgpkg: python2-systemd 220

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 22:47:17 UTC (rev 134093)
+++ PKGBUILD2015-05-25 22:48:25 UTC (rev 134094)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=218
+pkgver=220
 pkgrel=1
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
@@ -11,14 +11,20 @@
 depends=('python2' 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('4e2c511b0a7932d7fc9d79822273aac6')
+md5sums=('60acd92b04c0f5faa806678abd433014')
 
+prepare() {
+   cd $_pkgname-$pkgver
+rm -f src/journal/audit_type-to-name.h 
src/udev/keyboard-keys-from-name.gperf
+}
 
+
 build() {
cd $_pkgname-$pkgver
 ./configure \
 --libexecdir=/usr/lib \
---disable-manpages
+--disable-audit \
+--disable-manpages \
 PYTHON=python2
make CFLAGS=${CFLAGS} -fno-lto
 }


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

2015-05-25 Thread Alexander Rødseth
Date: Monday, May 25, 2015 @ 23:35:00
  Author: arodseth
Revision: 134086

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

Added:
  python-simplejson/repos/community-i686/PKGBUILD
(from rev 134085, python-simplejson/trunk/PKGBUILD)
  python-simplejson/repos/community-x86_64/PKGBUILD
(from rev 134085, python-simplejson/trunk/PKGBUILD)
Deleted:
  python-simplejson/repos/community-i686/PKGBUILD
  python-simplejson/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 21:34:47 UTC (rev 134085)
+++ community-i686/PKGBUILD 2015-05-25 21:35:00 UTC (rev 134086)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: David Moore dav...@sjsoft.com
-
-pkgbase=python-simplejson
-pkgname=($pkgbase 'python2-simplejson')
-pkgver=3.6.5
-pkgrel=2
-pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=('MIT')
-arch=('x86_64' 'i686')
-url='http://undefined.org/python/#simplejson'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=(git://github.com/simplejson/simplejson.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-package_python-simplejson() {
-  depends=('python')
-
-  cd simplejson
-  python setup.py install --root=$pkgdir
-  install -Dm644 $srcdir/simplejson/LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-simplejson() {
-  depends=('python2')
-
-  cd simplejson
-  python2 setup.py install --root=$pkgdir
-  install -Dm644 $srcdir/simplejson/LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-simplejson/repos/community-i686/PKGBUILD (from rev 134085, 
python-simplejson/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 21:35:00 UTC (rev 134086)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: David Moore dav...@sjsoft.com
+
+pkgbase=python-simplejson
+pkgname=($pkgbase 'python2-simplejson')
+pkgver=3.7.2
+pkgrel=1
+pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
+license=('MIT')
+arch=('x86_64' 'i686')
+url='https://github.com/simplejson/simplejson'
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+source=(git://github.com/simplejson/simplejson.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+package_python-simplejson() {
+  depends=('python')
+
+  cd simplejson
+  python setup.py install --root=$pkgdir
+  install -Dm644 $srcdir/simplejson/LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-simplejson() {
+  depends=('python2')
+
+  cd simplejson
+  python2 setup.py install --root=$pkgdir
+  install -Dm644 $srcdir/simplejson/LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-25 21:34:47 UTC (rev 134085)
+++ community-x86_64/PKGBUILD   2015-05-25 21:35:00 UTC (rev 134086)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: David Moore dav...@sjsoft.com
-
-pkgbase=python-simplejson
-pkgname=($pkgbase 'python2-simplejson')
-pkgver=3.6.5
-pkgrel=2
-pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
-license=('MIT')
-arch=('x86_64' 'i686')
-url='http://undefined.org/python/#simplejson'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-source=(git://github.com/simplejson/simplejson.git#tag=v$pkgver)
-md5sums=('SKIP')
-
-package_python-simplejson() {
-  depends=('python')
-
-  cd simplejson
-  python setup.py install --root=$pkgdir
-  install -Dm644 $srcdir/simplejson/LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-simplejson() {
-  depends=('python2')
-
-  cd simplejson
-  python2 setup.py install --root=$pkgdir
-  install -Dm644 $srcdir/simplejson/LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-simplejson/repos/community-x86_64/PKGBUILD (from rev 134085, 
python-simplejson/trunk/PKGBUILD)

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

2015-05-25 Thread Alexander Rødseth
Date: Monday, May 25, 2015 @ 23:34:47
  Author: arodseth
Revision: 134085

upgpkg: python-simplejson 3.7.2-1

Modified:
  python-simplejson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 21:32:01 UTC (rev 134084)
+++ PKGBUILD2015-05-25 21:34:47 UTC (rev 134085)
@@ -6,12 +6,12 @@
 
 pkgbase=python-simplejson
 pkgname=($pkgbase 'python2-simplejson')
-pkgver=3.6.5
-pkgrel=2
+pkgver=3.7.2
+pkgrel=1
 pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python'
 license=('MIT')
 arch=('x86_64' 'i686')
-url='http://undefined.org/python/#simplejson'
+url='https://github.com/simplejson/simplejson'
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
 source=(git://github.com/simplejson/simplejson.git#tag=v$pkgver)
 md5sums=('SKIP')


[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (4 files)

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 01:17:21
  Author: dwallace
Revision: 134101

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 134100, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 134100, lib32-curl/trunk/curlbuild.h)
Deleted:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

-+
 PKGBUILD|  126 +-
 curlbuild.h |   18 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 23:16:48 UTC (rev 134100)
+++ PKGBUILD2015-05-25 23:17:21 UTC (rev 134101)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwall...@aur.archlinux.org
-# Contributor: Dave Reisner dreis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=lib32-curl
-_pkgname=curl
-pkgver=7.41.0
-pkgrel=1
-pkgdesc=An URL retrieval utility and library (32-bit)
-arch=('x86_64')
-url=http://curl.haxx.se;
-license=('MIT')
-depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' ${_pkgname})
-source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('7321a0a3012f8eede729b5a44ebef5bd'
- 'SKIP')
- validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
-
-build() {
-  cd $_pkgname-$pkgver
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-dependency-tracking \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --with-gssapi \
-  --with-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
-  --libdir=/usr/lib32
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  rm -rf ${pkgdir}/usr/{share,bin}
-  
-  # license
-  install -d $pkgdir/usr/share/licenses
-  ln -s $_pkgname $pkgdir/usr/share/licenses/$pkgname
-
-  # devel
-  find ${pkgdir}/usr/include/curl -type f -not -name curlbuild.h -delete
-  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/$_pkgname/curlbuild-32.h
-}

Copied: lib32-curl/repos/multilib-x86_64/PKGBUILD (from rev 134100, 
lib32-curl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 23:17:21 UTC (rev 134101)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwall...@aur.archlinux.org
+# Contributor: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.42.0
+pkgrel=1
+pkgdesc=An URL retrieval utility and library (32-bit)
+arch=('x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' ${_pkgname})
+source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('e941e7a1f3c06d002152bf775c678b35'
+ 'SKIP')
+ validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
+
+build() {
+  cd $_pkgname-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/usr/{share,bin}
+  
+  # license
+  install -d $pkgdir/usr/share/licenses
+  ln -s $_pkgname $pkgdir/usr/share/licenses/$pkgname
+
+  # devel
+  find ${pkgdir}/usr/include/curl -type f -not -name curlbuild.h -delete
+  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/$_pkgname/curlbuild-32.h
+}

Deleted: curlbuild.h
===
--- curlbuild.h 2015-05-25 23:16:48 UTC (rev 134100)
+++ curlbuild.h 2015-05-25 23:17:21 UTC (rev 134101)
@@ -1,9 +0,0 @@
-#include bits/wordsize.h
-
-#if __WORDSIZE == 32
-#include curlbuild-32.h
-#elif __WORDSIZE == 64

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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 01:16:48
  Author: dwallace
Revision: 134100

upgpkg: lib32-curl 7.42.0-1

upgpkg: lib32-curl 7.42.0

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 23:06:32 UTC (rev 134099)
+++ PKGBUILD2015-05-25 23:16:48 UTC (rev 134100)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.41.0
+pkgver=7.42.0
 pkgrel=1
 pkgdesc=An URL retrieval utility and library (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 license=('MIT')
 depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' ${_pkgname})
 source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('7321a0a3012f8eede729b5a44ebef5bd'
+md5sums=('e941e7a1f3c06d002152bf775c678b35'
  'SKIP')
  validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
 


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

2015-05-25 Thread Levente Polyak
Date: Monday, May 25, 2015 @ 23:28:58
  Author: anthraxx
Revision: 134082

upgpkg: ncmpcpp 0.6.4-1

upgpkg: namcap 0.6.4-1

Modified:
  ncmpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 21:17:27 UTC (rev 134081)
+++ PKGBUILD2015-05-25 21:28:58 UTC (rev 134082)
@@ -1,30 +1,24 @@
 # $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
 # Contributor: graysky graysky AT archlinux DOT us
 # Contributor: Mateusz Herych heni...@gmail.com
 # Contributor: Army uli[dot]armbruster[at]gmail[dot]com
 
 pkgname=ncmpcpp
-pkgver=0.6.3
-pkgrel=2
+pkgver=0.6.4
+pkgrel=1
 pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
 arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
 license=('GPL')
 depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
 makedepends=('boost')
-source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-$pkgver.tar.bz2
-missing-include.patch)
-md5sums=('b4af4c7405ce12033757c1cd1f9900c5'
- '14fa33349661c8e6c2a323970ef1e98c')
+source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-${pkgver}.tar.bz2)
+sha512sums=('c60a6c2c89a9297d73360ec8819e8ae66ca53090c5ea5d3daf235e708467ee20006b1fff344c9312ccb0941c8307f3d84bcdc9cbf500955c74b10bd6a823c19f')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../missing-include.patch
-}
-
 build() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${pkgver}
   BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
 --enable-clock \
 --enable-outputs \
@@ -34,12 +28,13 @@
 --with-fftw \
 --with-taglib
   make
+  make -C extras
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm755 extras/artist_to_albumartist ${pkgdir}/usr/bin/
+}
 
-  make -C extras
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}
+# vim: ts=2 sw=2 et:


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

2015-05-25 Thread Levente Polyak
Date: Monday, May 25, 2015 @ 23:32:01
  Author: anthraxx
Revision: 134084

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

Added:
  ncmpcpp/repos/community-i686/PKGBUILD
(from rev 134083, ncmpcpp/trunk/PKGBUILD)
  ncmpcpp/repos/community-x86_64/PKGBUILD
(from rev 134083, ncmpcpp/trunk/PKGBUILD)
Deleted:
  ncmpcpp/repos/community-i686/PKGBUILD
  ncmpcpp/repos/community-i686/missing-include.patch
  ncmpcpp/repos/community-x86_64/PKGBUILD
  ncmpcpp/repos/community-x86_64/missing-include.patch

+
 /PKGBUILD  |   80 +++
 community-i686/PKGBUILD|   45 -
 community-i686/missing-include.patch   |   12 
 community-x86_64/PKGBUILD  |   45 -
 community-x86_64/missing-include.patch |   12 
 5 files changed, 80 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 21:31:51 UTC (rev 134083)
+++ community-i686/PKGBUILD 2015-05-25 21:32:01 UTC (rev 134084)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
-
-pkgname=ncmpcpp
-pkgver=0.6.3
-pkgrel=2
-pkgdesc='Almost exact clone of ncmpc with some new features'
-arch=('i686' 'x86_64')
-url='http://ncmpcpp.rybczak.net/'
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-$pkgver.tar.bz2
-missing-include.patch)
-md5sums=('b4af4c7405ce12033757c1cd1f9900c5'
- '14fa33349661c8e6c2a323970ef1e98c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../missing-include.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  make -C extras
-  install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/
-}

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 134083, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 21:32:01 UTC (rev 134084)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: graysky graysky AT archlinux DOT us
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Army uli[dot]armbruster[at]gmail[dot]com
+
+pkgname=ncmpcpp
+pkgver=0.6.4
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(http://ncmpcpp.rybczak.net/stable/ncmpcpp-${pkgver}.tar.bz2)
+sha512sums=('c60a6c2c89a9297d73360ec8819e8ae66ca53090c5ea5d3daf235e708467ee20006b1fff344c9312ccb0941c8307f3d84bcdc9cbf500955c74b10bd6a823c19f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure --prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm755 extras/artist_to_albumartist ${pkgdir}/usr/bin/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/missing-include.patch
===
--- community-i686/missing-include.patch2015-05-25 21:31:51 UTC (rev 
134083)
+++ community-i686/missing-include.patch2015-05-25 21:32:01 UTC (rev 
134084)
@@ -1,12 +0,0 @@
-diff --git a/src/scrollpad.cpp b/src/scrollpad.cpp
-index e865cee..e405090 100644
 a/src/scrollpad.cpp
-+++ b/src/scrollpad.cpp
-@@ -19,6 +19,7 @@
-  ***/
- 
- #include cassert
-+#include iostream
- #include boost/regex.hpp
- 
- #include scrollpad.h

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-25 21:31:51 UTC (rev 134083)
+++ community-x86_64/PKGBUILD   2015-05-25 21:32:01 UTC (rev 134084)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: graysky graysky AT archlinux DOT us
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Army 

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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:33:11
  Author: dwallace
Revision: 134089

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 21:40:32 UTC (rev 134088)
+++ community-i686/PKGBUILD 2015-05-25 22:33:11 UTC (rev 134089)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mlq m...@pwmt.org
-
-pkgname=girara
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=User interface library focused on simplicity and minimalism
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/girara;
-license=('custom')
-depends=('gtk3')
-replaces=('girara-gtk3' 'girara-common')
-provides=('girara-gtk3' 'girara-common')
-conflicts=('girara-gtk3' 'girara-common')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('f22a75b51cf88f241096e230985f28db')
-
-build() {
-  cd $srcdir/girara-$pkgver
-  touch colors.mk
-  make GIRARA_GTK_VERSION=3
-}
-
-package() {
-  cd $srcdir/girara-$pkgver
-  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-i686/PKGBUILD (from rev 134088, 
girara/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 22:33:11 UTC (rev 134089)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: mlq m...@pwmt.org
+
+pkgname=girara
+pkgver=0.2.4
+pkgrel=1
+pkgdesc=User interface library focused on simplicity and minimalism
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/girara;
+license=('custom')
+depends=('gtk3')
+replaces=('girara-gtk3' 'girara-common')
+provides=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
+md5sums=('f22a75b51cf88f241096e230985f28db')
+
+build() {
+  cd $srcdir/girara-$pkgver
+  touch colors.mk
+  make GIRARA_GTK_VERSION=3
+}
+
+package() {
+  cd $srcdir/girara-$pkgver
+  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-25 21:40:32 UTC (rev 134088)
+++ community-x86_64/PKGBUILD   2015-05-25 22:33:11 UTC (rev 134089)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mlq m...@pwmt.org
-
-pkgname=girara
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=User interface library focused on simplicity and minimalism
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/girara;
-license=('custom')
-depends=('gtk3')
-replaces=('girara-gtk3' 'girara-common')
-provides=('girara-gtk3' 'girara-common')
-conflicts=('girara-gtk3' 'girara-common')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('f22a75b51cf88f241096e230985f28db')
-
-build() {
-  cd $srcdir/girara-$pkgver
-  touch colors.mk
-  make GIRARA_GTK_VERSION=3
-}
-
-package() {
-  cd $srcdir/girara-$pkgver
-  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-x86_64/PKGBUILD (from rev 134088, 
girara/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-25 22:33:11 UTC (rev 134089)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: mlq m...@pwmt.org
+
+pkgname=girara
+pkgver=0.2.4
+pkgrel=1
+pkgdesc=User interface library focused on simplicity and minimalism
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/girara;
+license=('custom')
+depends=('gtk3')
+replaces=('girara-gtk3' 'girara-common')
+provides=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')

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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:47:17
  Author: dwallace
Revision: 134093

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

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

---+
 /PKGBUILD |   96 
 /allow_group_network.diff |   24 +++
 community-i686/PKGBUILD   |   48 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   48 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 22:46:45 UTC (rev 134092)
+++ community-i686/PKGBUILD 2015-05-25 22:47:17 UTC (rev 134093)
@@ -1,48 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
-
-pkgname=connman
-pkgver=1.28
-pkgrel=2
-pkgdesc=Wireless LAN network manager
-url=https://01.org/connman;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus' 'iptables' 'gnutls' 'glib2')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices'
-'pptpclient: for ppp support')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
-source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-'allow_group_network.diff')
-md5sums=('6e07c93877f80bb73c9d4dbfc697f3fc'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/allow_group_network.diff
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --bindir=/usr/bin \
- --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-pptp \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
-  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/bin/${pkgname}ctl
-  find $pkgdir/usr -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 134092, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 22:47:17 UTC (rev 134093)
@@ -0,0 +1,48 @@
+#$Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=connman
+pkgver=1.29
+pkgrel=1
+pkgdesc=Wireless LAN network manager
+url=https://01.org/connman;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus' 'iptables' 'gnutls' 'glib2')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices'
+'pptpclient: for ppp support')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
+source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'allow_group_network.diff')
+md5sums=('5283884504860f5fba2e6f489f517293'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+prepare(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/allow_group_network.diff
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-pptp \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  --enable-polkit \
+  --enable-client
+
+  make
+}
+
+package(){
+  make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
+  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/bin/${pkgname}ctl
+  find $pkgdir/usr -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
+}

Deleted: community-i686/allow_group_network.diff
===
--- 

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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:46:45
  Author: dwallace
Revision: 134092

upgpkg: connman 1.29-1

upgpkg: connman 1.29

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 22:39:49 UTC (rev 134091)
+++ PKGBUILD2015-05-25 22:46:45 UTC (rev 134092)
@@ -3,8 +3,8 @@
 # Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
 
 pkgname=connman
-pkgver=1.28
-pkgrel=2
+pkgver=1.29
+pkgrel=1
 pkgdesc=Wireless LAN network manager
 url=https://01.org/connman;
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
 
source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 'allow_group_network.diff')
-md5sums=('6e07c93877f80bb73c9d4dbfc697f3fc'
+md5sums=('5283884504860f5fba2e6f489f517293'
  'a8d22ee089fb0ed725130d16ad393047')
 
 prepare(){


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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 01:29:44
  Author: dwallace
Revision: 134105

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 134104, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 +++--
 1 file changed, 33 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 23:29:23 UTC (rev 134104)
+++ PKGBUILD2015-05-25 23:29:44 UTC (rev 134105)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Byron Clark by...@theclarkfamily.name
-pkgname=udiskie
-pkgver=1.1.3
-pkgrel=1
-pkgdesc=Removable disk automounter using udisks
-arch=('any')
-url=https://pypi.python.org/pypi/udiskie;
-license=('MIT')
-depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'python2-notify')
-makedepends=('asciidoc')
-optdepends=('zenity: for luks decryption'
-'pygtk: for tray icon')
-options=(!emptydirs)
-optdepends=('udisks2: experimental use on the command line with -2')
-source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('730440a6cc45b2f92da6f3252a0536b0')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-
-  make -C doc
-  install -m 0644 -D doc/${pkgname}.8 
$pkgdir/usr/share/man/man8/${pkgname}.8
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-}
-
-# vim:set ts=2 sw=2 et:

Copied: udiskie/repos/community-any/PKGBUILD (from rev 134104, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 23:29:44 UTC (rev 134105)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Byron Clark by...@theclarkfamily.name
+pkgname=udiskie
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=Removable disk automounter using udisks
+arch=('any')
+url=https://pypi.python.org/pypi/udiskie;
+license=('MIT')
+depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'libnotify')
+makedepends=('asciidoc')
+optdepends=('zenity: for luks decryption'
+'pygtk: for tray icon'
+'udisks2: experimental use on the command line with -2'
+'notification-daemon: for notifications')
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('df5ee82d33f5e129093e99a15ebfd590')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  export LC_ALL=en_US.utf8
+
+  python setup.py install --root=$pkgdir --optimize=1
+
+  make -C doc
+  install -m 0644 -D doc/${pkgname}.8 
$pkgdir/usr/share/man/man8/${pkgname}.8
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 01:29:23
  Author: dwallace
Revision: 134104

upgpkg: udiskie 1.2.0-1

upgpkg: udiskie 1.2.0

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 23:22:37 UTC (rev 134103)
+++ PKGBUILD2015-05-25 23:29:23 UTC (rev 134104)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: Byron Clark by...@theclarkfamily.name
 pkgname=udiskie
-pkgver=1.1.3
+pkgver=1.2.0
 pkgrel=1
 pkgdesc=Removable disk automounter using udisks
 arch=('any')
@@ -16,10 +16,11 @@
 'notification-daemon: for notifications')
 options=(!emptydirs)
 
source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('730440a6cc45b2f92da6f3252a0536b0')
+md5sums=('df5ee82d33f5e129093e99a15ebfd590')
 
 package() {
   cd $srcdir/$pkgname-$pkgver
+  export LC_ALL=en_US.utf8
 
   python setup.py install --root=$pkgdir --optimize=1
 


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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 01:45:31
  Author: dwallace
Revision: 134107

archrelease: copy trunk to community-any

Added:
  jython/repos/community-any/PKGBUILD
(from rev 134106, jython/trunk/PKGBUILD)
  jython/repos/community-any/README.ArchLinux
(from rev 134106, jython/trunk/README.ArchLinux)
  jython/repos/community-any/jython.install
(from rev 134106, jython/trunk/jython.install)
  jython/repos/community-any/jython.sh
(from rev 134106, jython/trunk/jython.sh)
Deleted:
  jython/repos/community-any/PKGBUILD
  jython/repos/community-any/README.ArchLinux
  jython/repos/community-any/jython.install

--+
 PKGBUILD |   74 +
 README.ArchLinux |   74 ++---
 jython.install   |   40 ++--
 jython.sh|1 
 4 files changed, 93 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 23:45:03 UTC (rev 134106)
+++ PKGBUILD2015-05-25 23:45:31 UTC (rev 134107)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Richard Murri ad...@richardmurri.com
-pkgname=jython
-pkgver=2.5.3
-pkgrel=2
-pkgdesc=An implementation of the Python language written in Java
-arch=('any')
-url=http://www.jython.org/;
-license=('PSF' 'APACHE' 'custom')
-depends=('java-environment' 'bash' 'python')
-backup=('opt/jython/registry')
-options=('!emptydirs')
-install='jython.install'
-source=(http://search.maven.org/remotecontent?filepath=org/python/$pkgname-installer/$pkgver/$pkgname-installer-$pkgver.jar;
-'README.ArchLinux')
-
-noextract=(${pkgname}_installer-${pkgver}.jar)
-
-md5sums=('41633b4557483d6d4237ee79ffcebe7b'
- '0a2e265af61c7d695e13b605dc180553')
-
-package() {
-   cd $srcdir
-   java -jar ${pkgname}-installer-${pkgver}.jar -s -t standard -d 
$pkgdir/opt/jython
-   sed -i s*${pkgdir}**g ${pkgdir}/opt/jython/jython
-
-   # Get rid of hard-coded JAVA_HOME, since all the JDKs don't use
-   # the same directory.
-   sed -i '/^JAVA_HOME=.*$/d' ${pkgdir}/opt/jython/jython
-
-   install -m755 -D $pkgdir/opt/jython/jython $pkgdir/usr/bin/jython
-   install -m644 -D $srcdir/README.ArchLinux 
$pkgdir/usr/share/doc/$pkgname/README.ArchLinux
-
-   rm $pkgdir/opt/jython/jython $pkgdir/opt/jython/bin/jython
-   install -m644 -D $pkgdir/opt/jython/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: jython/repos/community-any/PKGBUILD (from rev 134106, 
jython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 23:45:31 UTC (rev 134107)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Richard Murri ad...@richardmurri.com
+pkgname=jython
+pkgver=2.7.0
+pkgrel=1
+pkgdesc=An implementation of the Python language written in Java
+arch=('any')
+url=http://www.jython.org/;
+license=('PSF' 'APACHE' 'custom')
+depends=('java-environment' 'bash' 'python')
+backup=('opt/jython/registry')
+options=('!emptydirs')
+install='jython.install'
+source=(http://search.maven.org/remotecontent?filepath=org/python/$pkgname-installer/$pkgver/$pkgname-installer-$pkgver.jar;
+'README.ArchLinux'
+'jython.sh')
+
+noextract=(${pkgname}_installer-${pkgver}.jar)
+
+md5sums=('da4cafee530530c3627fb818f35dff12'
+ '0a2e265af61c7d695e13b605dc180553'
+ 'c08ade059dae86b015f39842ceb465cf')
+
+package() {
+cd $srcdir
+java -jar jython-installer-${pkgver}.jar -s -t standard -d 
$pkgdir/opt/$pkgname
+
+install -m644 -D $srcdir/jython.sh $pkgdir/etc/profile.d/jython.sh
+install -m644 -D $srcdir/README.ArchLinux 
$pkgdir/usr/share/doc/$pkgname/README.ArchLinux
+
+install -m644 -D $pkgdir/opt/$pkgname/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}

Deleted: README.ArchLinux
===
--- README.ArchLinux2015-05-25 23:45:03 UTC (rev 134106)
+++ README.ArchLinux2015-05-25 23:45:31 UTC (rev 134107)
@@ -1,37 +0,0 @@
-Important Notes
-===
-The user is strongly advised to create a file named
-~/.jython, containing the following line:
-python.cachedir=/home/USERNAME/.jythoncachedir
-where USERNAME is your username.
-Environment variable expansion and ~ expansion are not honored in this file,
-so you cannot represent /home/USERNAME with ~/ or $HOME.
-
-Jython uses caching to improve performance.  By default, it tries to
-use a global directory as its cache.  This 

[arch-commits] Commit in jython/trunk (PKGBUILD jython.sh)

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 01:45:03
  Author: dwallace
Revision: 134106

upgpkg: jython 2.7.0-1

upgpkg: jython 2.7.0

Added:
  jython/trunk/jython.sh
Modified:
  jython/trunk/PKGBUILD

---+
 PKGBUILD  |   28 
 jython.sh |1 +
 2 files changed, 13 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 23:29:44 UTC (rev 134105)
+++ PKGBUILD2015-05-25 23:45:03 UTC (rev 134106)
@@ -4,8 +4,8 @@
 # Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
 # Contributor: Richard Murri ad...@richardmurri.com
 pkgname=jython
-pkgver=2.5.3
-pkgrel=2
+pkgver=2.7.0
+pkgrel=1
 pkgdesc=An implementation of the Python language written in Java
 arch=('any')
 url=http://www.jython.org/;
@@ -15,25 +15,21 @@
 options=('!emptydirs')
 install='jython.install'
 
source=(http://search.maven.org/remotecontent?filepath=org/python/$pkgname-installer/$pkgver/$pkgname-installer-$pkgver.jar;
-'README.ArchLinux')
+'README.ArchLinux'
+'jython.sh')
 
 noextract=(${pkgname}_installer-${pkgver}.jar)
 
-md5sums=('41633b4557483d6d4237ee79ffcebe7b'
- '0a2e265af61c7d695e13b605dc180553')
+md5sums=('da4cafee530530c3627fb818f35dff12'
+ '0a2e265af61c7d695e13b605dc180553'
+ 'c08ade059dae86b015f39842ceb465cf')
 
 package() {
-   cd $srcdir
-   java -jar ${pkgname}-installer-${pkgver}.jar -s -t standard -d 
$pkgdir/opt/jython
-   sed -i s*${pkgdir}**g ${pkgdir}/opt/jython/jython
+cd $srcdir
+java -jar jython-installer-${pkgver}.jar -s -t standard -d 
$pkgdir/opt/$pkgname
 
-   # Get rid of hard-coded JAVA_HOME, since all the JDKs don't use
-   # the same directory.
-   sed -i '/^JAVA_HOME=.*$/d' ${pkgdir}/opt/jython/jython
+install -m644 -D $srcdir/jython.sh $pkgdir/etc/profile.d/jython.sh
+install -m644 -D $srcdir/README.ArchLinux 
$pkgdir/usr/share/doc/$pkgname/README.ArchLinux
 
-   install -m755 -D $pkgdir/opt/jython/jython $pkgdir/usr/bin/jython
-   install -m644 -D $srcdir/README.ArchLinux 
$pkgdir/usr/share/doc/$pkgname/README.ArchLinux
-
-   rm $pkgdir/opt/jython/jython $pkgdir/opt/jython/bin/jython
-   install -m644 -D $pkgdir/opt/jython/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+install -m644 -D $pkgdir/opt/$pkgname/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
 }

Added: jython.sh
===
--- jython.sh   (rev 0)
+++ jython.sh   2015-05-25 23:45:03 UTC (rev 134106)
@@ -0,0 +1 @@
+export PATH=/opt/jython/bin/:$PATH


[arch-commits] Commit in syncthing-gtk/repos/community-any (3 files)

2015-05-25 Thread Jaroslav Lichtblau
Date: Monday, May 25, 2015 @ 23:40:32
  Author: jlichtblau
Revision: 134088

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 134087, syncthing-gtk/trunk/PKGBUILD)
  syncthing-gtk/repos/community-any/syncthing-gtk.install
(from rev 134087, syncthing-gtk/trunk/syncthing-gtk.install)
Deleted:
  syncthing-gtk/repos/community-any/syncthing-gtk.install

---+
 PKGBUILD  |   30 ++
 syncthing-gtk.install |   22 +++---
 2 files changed, 41 insertions(+), 11 deletions(-)

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 134087, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 21:40:32 UTC (rev 134088)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Martin Wimpress c...@flexion.org
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: kozec kozec at kozec dot com
+
+pkgname=syncthing-gtk
+pkgver=0.7.1.2
+pkgrel=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing=0.11')
+makedepends=('python2-setuptools')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+'python2-caja: file manager integration for Caja'
+'librsvg: to shown menu icons correctly if not using traditional 
window header')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('8bda44533101c9bc2d298356896b49f416082d6d5a672908049e370bf3d098b9')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}

Deleted: syncthing-gtk.install
===
--- syncthing-gtk.install   2015-05-25 21:40:18 UTC (rev 134087)
+++ syncthing-gtk.install   2015-05-25 21:40:32 UTC (rev 134088)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: syncthing-gtk/repos/community-any/syncthing-gtk.install (from rev 
134087, syncthing-gtk/trunk/syncthing-gtk.install)
===
--- syncthing-gtk.install   (rev 0)
+++ syncthing-gtk.install   2015-05-25 21:40:32 UTC (rev 134088)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-05-25 Thread Jaroslav Lichtblau
Date: Monday, May 25, 2015 @ 23:40:18
  Author: jlichtblau
Revision: 134087

upgpkg: syncthing-gtk 0.7.1.2-1 - new upstream release

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 21:35:00 UTC (rev 134086)
+++ PKGBUILD2015-05-25 21:40:18 UTC (rev 134087)
@@ -4,7 +4,7 @@
 # Contributor: kozec kozec at kozec dot com
 
 pkgname=syncthing-gtk
-pkgver=0.7.1.1
+pkgver=0.7.1.2
 pkgrel=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
@@ -17,7 +17,7 @@
 'librsvg: to shown menu icons correctly if not using traditional 
window header')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('02aaa485dcbf5b37a7e9e464e3b8c9c12a8b87a012070448d12edd155dd497b1')
+sha256sums=('8bda44533101c9bc2d298356896b49f416082d6d5a672908049e370bf3d098b9')
 
 build() {
   cd $pkgname-$pkgver


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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:39:28
  Author: dwallace
Revision: 134090

upgpkg: youtube-viewer 1:3.1.7-1

upgpkg: youtube-viewer 3.1.7

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 22:33:11 UTC (rev 134089)
+++ PKGBUILD2015-05-25 22:39:28 UTC (rev 134090)
@@ -5,7 +5,7 @@
 pkgname=youtube-viewer
 _pkgdir=trizen-youtube-viewer
 epoch=1
-pkgver=3.1.6
+pkgver=3.1.7
 pkgrel=1
 pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
 arch=('any')
@@ -12,9 +12,9 @@
 url=https://github.com/trizen/youtube-viewer;
 license=('GPL3')
 
source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-sha256sums=('c0c61fe79ea93e4ff394e7656d0b2717314a2ea321a07b4233b62d1d5399582e')
+sha256sums=('9e5d503e0e5f7f0b986c65f1d8e7d400771ecce89ea786203f61531baf5c9f51')
 
-depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
+depends=('perl=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
 optdepends=('vlc: for playing videos'
'mplayer: for playing videos'
'perl-term-readkey: to get the terminal width size'


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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:39:49
  Author: dwallace
Revision: 134091

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 22:39:28 UTC (rev 134090)
+++ PKGBUILD2015-05-25 22:39:49 UTC (rev 134091)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
-# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.1.6
-pkgrel=1
-pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
-arch=('any')
-url=https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-sha256sums=('c0c61fe79ea93e4ff394e7656d0b2717314a2ea321a07b4233b62d1d5399582e')
-
-depends=('perl=5.10.0' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
-optdepends=('vlc: for playing videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd $srcdir/$_pkgdir*/
-
-perl Build.PL
-perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check(){
-cd $srcdir/$_pkgdir*/
-
-./Build test
-}
-
-package() {
-cd $srcdir/$_pkgdir*/
-
-make install DESTDIR=$pkgdir
-rm -r $pkgdir/usr/lib/
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 134090, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 22:39:49 UTC (rev 134091)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Daniel Wallace  danielwallace at gtmanfred dot com
+# Contributor: Trizen echo dHJpemVueEBnbWFpbC5jb20K | base64 -d
+
+pkgname=youtube-viewer
+_pkgdir=trizen-youtube-viewer
+epoch=1
+pkgver=3.1.7
+pkgrel=1
+pkgdesc=A command line utility for viewing youtube-videos in MPlayer.
+arch=('any')
+url=https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=($pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
+sha256sums=('9e5d503e0e5f7f0b986c65f1d8e7d400771ecce89ea786203f61531baf5c9f51')
+
+depends=('perl=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+optdepends=('vlc: for playing videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd $srcdir/$_pkgdir*/
+
+perl Build.PL
+perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check(){
+cd $srcdir/$_pkgdir*/
+
+./Build test
+}
+
+package() {
+cd $srcdir/$_pkgdir*/
+
+make install DESTDIR=$pkgdir
+rm -r $pkgdir/usr/lib/
+}


[arch-commits] Commit in lib32-nss/repos/multilib-x86_64 (8 files)

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 01:06:32
  Author: dwallace
Revision: 134099

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
(from rev 134098, lib32-nss/trunk/PKGBUILD)
  lib32-nss/repos/multilib-x86_64/lib32-nss.install
(from rev 134098, lib32-nss/trunk/lib32-nss.install)
  lib32-nss/repos/multilib-x86_64/nss.pc.in
(from rev 134098, lib32-nss/trunk/nss.pc.in)
  lib32-nss/repos/multilib-x86_64/ssl-renegotiate-transitional.patch
(from rev 134098, lib32-nss/trunk/ssl-renegotiate-transitional.patch)
Deleted:
  lib32-nss/repos/multilib-x86_64/PKGBUILD
  lib32-nss/repos/multilib-x86_64/lib32-nss.install
  lib32-nss/repos/multilib-x86_64/nss.pc.in
  lib32-nss/repos/multilib-x86_64/ssl-renegotiate-transitional.patch

+
 PKGBUILD   |  166 +--
 lib32-nss.install  |   28 ++---
 nss.pc.in  |   22 ++--
 ssl-renegotiate-transitional.patch |   42 
 4 files changed, 129 insertions(+), 129 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 23:06:06 UTC (rev 134098)
+++ PKGBUILD2015-05-25 23:06:32 UTC (rev 134099)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: kfgz kfgz at interia pl
-# Contributor: Ionut Biru ibiru at archlinux dot org
-
-_pkgbasename=nss
-pkgname=lib32-${_pkgbasename}
-pkgver=3.18
-pkgrel=1
-pkgdesc=Mozilla Network Security Services (32-bit)
-arch=('x86_64')
-url=http://www.mozilla.org/projects/security/pki/nss/;
-
-#download_url=ftp://ftp.mozilla.org/pub/security/nss/releases/
-#alternative download link
-#ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
-
-license=('MPL' 'GPL')
-install=lib32-nss.install
-_nsprver=4.10.8
-depends=(lib32-nspr=${_nsprver} 'lib32-sqlite=3.6.17' ${_pkgbasename} 
'lib32-zlib' 'lib32-p11-kit')
-makedepends=('gcc-multilib' 'perl')
-options=('!strip' '!makeflags' staticlibs)
-source=(http://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
-nss.pc.in
-ssl-renegotiate-transitional.patch)
-sha256sums=('618db0fb2af9f6fc165934d509036b65efc78ab0ae118c06c9488bb667f21d40'
-'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd'
-'12df04bccbf674db1eef7a519a28987927b5e9c107b1dc386686f05e64f49a97')
-
-prepare() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}/
-
-  # Adds transitional SSL renegotiate support - patch from Debian
-  patch -Np3 -i ${srcdir}/ssl-renegotiate-transitional.patch
-
-  # Respect LDFLAGS
-  sed -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/' \
-  -i nss/coreconf/rules.mk
-}
-
-build(){
-  cd ${srcdir}/${_pkgbasename}-${pkgver}/$_pkgbasename
-
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  export BUILD_OPT=1
-  export NSS_USE_SYSTEM_SQLITE=1
-  export NSS_ENABLE_ECC=1
-  export NSPR_INCLUDE_DIR=`nspr-config --includedir`
-  export NSPR_LIB_DIR=`nspr-config --libdir`
-  export XCFLAGS=${CFLAGS}
-
-  make -C coreconf
-  make -C lib/dbm
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}/$_pkgbasename
-  install -d $pkgdir/usr/lib32/pkgconfig
- 
-  NSS_VMAJOR=$(grep '#define.*NSS_VMAJOR' nss/lib/nss/nss.h | awk '{print $3}')
-  NSS_VMINOR=$(grep '#define.*NSS_VMINOR' nss/lib/nss/nss.h | awk '{print $3}')
-  NSS_VPATCH=$(grep '#define.*NSS_VPATCH' nss/lib/nss/nss.h | awk '{print $3}')
- 
-  sed $srcdir/nss.pc.in \
--e s,%libdir%,/usr/lib32,g \
--e s,%prefix%,/usr,g \
--e s,%exec_prefix%,/usr/bin,g \
--e s,%includedir%,/usr/include/nss,g \
--e s,%NSPR_VERSION%,${_nsprver},g \
--e s,%NSS_VERSION%,${pkgver},g \
- $pkgdir/usr/lib32/pkgconfig/nss.pc
-  ln -s nss.pc $pkgdir/usr/lib32/pkgconfig/mozilla-nss.pc
- 
- 
-  cd ${srcdir}/${_pkgbasename}-${pkgver}/dist/*.OBJ/lib
-  install -t $pkgdir/usr/lib32 *.so
-  install -t $pkgdir/usr/lib32 -m644 libcrmf.a *.chk
-
-  rm $pkgdir/usr/lib32/libnssckbi.so
-  ln -s libnssckbi-p11-kit.so $pkgdir/usr/lib32/libnssckbi.so
-}

Copied: lib32-nss/repos/multilib-x86_64/PKGBUILD (from rev 134098, 
lib32-nss/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 23:06:32 UTC (rev 134099)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: kfgz kfgz at interia pl
+# Contributor: Ionut Biru ibiru at archlinux dot org
+
+_pkgbasename=nss
+pkgname=lib32-${_pkgbasename}
+pkgver=3.18.1
+pkgrel=1
+pkgdesc=Mozilla Network Security Services (32-bit)
+arch=('x86_64')
+url=http://www.mozilla.org/projects/security/pki/nss/;
+
+#download_url=ftp://ftp.mozilla.org/pub/security/nss/releases/
+#alternative download link

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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 01:06:06
  Author: dwallace
Revision: 134098

upgpkg: lib32-nss 3.18.1-1

upgpkg: lib32-nss 3.18.1

Modified:
  lib32-nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 22:53:12 UTC (rev 134097)
+++ PKGBUILD2015-05-25 23:06:06 UTC (rev 134098)
@@ -5,7 +5,7 @@
 
 _pkgbasename=nss
 pkgname=lib32-${_pkgbasename}
-pkgver=3.18
+pkgver=3.18.1
 pkgrel=1
 pkgdesc=Mozilla Network Security Services (32-bit)
 arch=('x86_64')
@@ -24,7 +24,7 @@
 
source=(http://ftp.mozilla.org/pub/security/nss/releases/NSS_${pkgver//./_}_RTM/src/${_pkgbasename}-${pkgver}.tar.gz
 nss.pc.in
 ssl-renegotiate-transitional.patch)
-sha256sums=('618db0fb2af9f6fc165934d509036b65efc78ab0ae118c06c9488bb667f21d40'
+sha256sums=('10d005ca1b143a8b77032a169c595d06cf42d16d54809558ea30f1ffe73fef70'
 'b9f1428ca2305bf30b109507ff335fa00bce5a7ce0434b50acd26ad7c47dd5bd'
 '12df04bccbf674db1eef7a519a28987927b5e9c107b1dc386686f05e64f49a97')
 


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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 01:22:20
  Author: dwallace
Revision: 134102

upgpkg: lib32-curl 7.42.1-1

upgpkg: lib32-curl 7.42.1

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 23:17:21 UTC (rev 134101)
+++ PKGBUILD2015-05-25 23:22:20 UTC (rev 134102)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.42.0
+pkgver=7.42.1
 pkgrel=1
 pkgdesc=An URL retrieval utility and library (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 license=('MIT')
 depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' ${_pkgname})
 source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('e941e7a1f3c06d002152bf775c678b35'
+md5sums=('8df5874c4a67ad55496bf3af548d99a2'
  'SKIP')
  validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
 


[arch-commits] Commit in lib32-curl/repos (3 files)

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 01:22:37
  Author: dwallace
Revision: 134103

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-curl/repos/multilib-testing-x86_64/
  lib32-curl/repos/multilib-testing-x86_64/PKGBUILD
(from rev 134102, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-testing-x86_64/curlbuild.h
(from rev 134102, lib32-curl/trunk/curlbuild.h)

-+
 PKGBUILD|   63 ++
 curlbuild.h |9 
 2 files changed, 72 insertions(+)

Copied: lib32-curl/repos/multilib-testing-x86_64/PKGBUILD (from rev 134102, 
lib32-curl/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2015-05-25 23:22:37 UTC (rev 134103)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwall...@aur.archlinux.org
+# Contributor: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.42.1
+pkgrel=1
+pkgdesc=An URL retrieval utility and library (32-bit)
+arch=('x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' ${_pkgname})
+source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('8df5874c4a67ad55496bf3af548d99a2'
+ 'SKIP')
+ validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
+
+build() {
+  cd $_pkgname-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/usr/{share,bin}
+  
+  # license
+  install -d $pkgdir/usr/share/licenses
+  ln -s $_pkgname $pkgdir/usr/share/licenses/$pkgname
+
+  # devel
+  find ${pkgdir}/usr/include/curl -type f -not -name curlbuild.h -delete
+  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/$_pkgname/curlbuild-32.h
+}

Copied: lib32-curl/repos/multilib-testing-x86_64/curlbuild.h (from rev 134102, 
lib32-curl/trunk/curlbuild.h)
===
--- multilib-testing-x86_64/curlbuild.h (rev 0)
+++ multilib-testing-x86_64/curlbuild.h 2015-05-25 23:22:37 UTC (rev 134103)
@@ -0,0 +1,9 @@
+#include bits/wordsize.h
+
+#if __WORDSIZE == 32
+#include curlbuild-32.h
+#elif __WORDSIZE == 64
+#include curlbuild-64.h
+#else
+#error Unknown word size
+#endif


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

2015-05-25 Thread Evangelos Foutras
Date: Tuesday, May 26, 2015 @ 01:50:57
  Author: foutrelis
Revision: 239750

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 239749, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 239749, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 239749, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 239749, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 239749, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 239749, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 239749, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 239749, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

--+
 /PKGBUILD|  406 +
 /chromium-widevine.patch |   24 +
 /chromium.desktop|  224 ++
 /chromium.install|   54 
 extra-i686/PKGBUILD  |  203 
 extra-i686/chromium-widevine.patch   |   12 
 extra-i686/chromium.desktop  |  112 -
 extra-i686/chromium.install  |   27 --
 extra-x86_64/PKGBUILD|  203 
 extra-x86_64/chromium-widevine.patch |   12 
 extra-x86_64/chromium.desktop|  112 -
 extra-x86_64/chromium.install|   27 --
 12 files changed, 708 insertions(+), 708 deletions(-)

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


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

2015-05-25 Thread Evangelos Foutras
Date: Tuesday, May 26, 2015 @ 01:50:42
  Author: foutrelis
Revision: 239749

upgpkg: chromium 43.0.2357.81-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 19:27:49 UTC (rev 239748)
+++ PKGBUILD2015-05-25 23:50:42 UTC (rev 239749)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=chromium
-pkgver=43.0.2357.65
+pkgver=43.0.2357.81
 pkgrel=1
 _launcher_ver=2
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
@@ -28,7 +28,7 @@
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 chromium.desktop
 chromium-widevine.patch)
-sha256sums=('3f8f87d982b5ee14862e49dcfa44e02009e401cb29f9758e253f9fd952c57eed'
+sha256sums=('b15511eb6830df871323dbb46aa82070abca57b6fc6e493f34f64d5fe78d04a3'
 '7f91c81721092d707d7b94e6555a48bc7fd0bc0e1174df4649bdcd745930e52f'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
 '379b746e187de28f80f5a7cd19edcfa31859656826f802a1ede054fcb6dfb221')


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

2015-05-25 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 05:30:21
  Author: fyan
Revision: 134110

upgpkg: perl-data-random 0.12-1

Modified:
  perl-data-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 03:26:28 UTC (rev 134109)
+++ PKGBUILD2015-05-26 03:30:21 UTC (rev 134110)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Michael Kogan michael dot kogan at gmx dot net
 
 pkgname=perl-data-random
-pkgver=0.11
-pkgrel=2
+pkgver=0.12
+pkgrel=1
 pkgdesc=Data::Random - Perl module to generate random data
 arch=('any')
 url=http://search.cpan.org/~barefoot/Data-Random/lib/Data/Random.pm;
@@ -12,8 +12,8 @@
 depends=('perl-date-calc' 'perl-gd' 'perl-yaml-tiny')
 checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
 options=('!emptydirs')
-source=(http://ftp.gwdg.de/pub/languages/perl/CPAN/authors/id/B/BA/BAREFOOT/Data-Random-${pkgver}.tar.gz;)
-md5sums=('9604ddc45eff8fc95803f34a7553c93b')
+source=(https://cpan.metacpan.org/authors/id/B/BA/BAREFOOT/Data-Random-${pkgver}.tar.gz;)
+md5sums=('7d9ff7be567d6c07fe916e2a279dea3e')
 
 build() {
   cd $srcdir/Data-Random-${pkgver}


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

2015-05-25 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 05:40:52
  Author: fyan
Revision: 134114

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

Added:
  fcitx/repos/community-i686/PKGBUILD
(from rev 134113, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-i686/fcitx-gtk2.install
(from rev 134113, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-i686/fcitx-gtk3.install
(from rev 134113, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-i686/fcitx.install
(from rev 134113, fcitx/trunk/fcitx.install)
  fcitx/repos/community-x86_64/PKGBUILD
(from rev 134113, fcitx/trunk/PKGBUILD)
  fcitx/repos/community-x86_64/fcitx-gtk2.install
(from rev 134113, fcitx/trunk/fcitx-gtk2.install)
  fcitx/repos/community-x86_64/fcitx-gtk3.install
(from rev 134113, fcitx/trunk/fcitx-gtk3.install)
  fcitx/repos/community-x86_64/fcitx.install
(from rev 134113, fcitx/trunk/fcitx.install)
Deleted:
  fcitx/repos/community-i686/PKGBUILD
  fcitx/repos/community-i686/fcitx-gtk2.install
  fcitx/repos/community-i686/fcitx-gtk3.install
  fcitx/repos/community-i686/fcitx.install
  fcitx/repos/community-x86_64/PKGBUILD
  fcitx/repos/community-x86_64/fcitx-gtk2.install
  fcitx/repos/community-x86_64/fcitx-gtk3.install
  fcitx/repos/community-x86_64/fcitx.install

-+
 /PKGBUILD   |  202 ++
 /fcitx-gtk2.install |   22 +++
 /fcitx-gtk3.install |   22 +++
 /fcitx.install  |   28 
 community-i686/PKGBUILD |  101 -
 community-i686/fcitx-gtk2.install   |   11 -
 community-i686/fcitx-gtk3.install   |   11 -
 community-i686/fcitx.install|   14 --
 community-x86_64/PKGBUILD   |  101 -
 community-x86_64/fcitx-gtk2.install |   11 -
 community-x86_64/fcitx-gtk3.install |   11 -
 community-x86_64/fcitx.install  |   14 --
 12 files changed, 274 insertions(+), 274 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 03:36:48 UTC (rev 134113)
+++ community-i686/PKGBUILD 2015-05-26 03:40:52 UTC (rev 134114)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: csslayer wengxt AT gmail com
-
-pkgbase=fcitx
-pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt4')
-pkgver=4.2.9
-pkgrel=1
-groups=('fcitx-im')
-arch=('i686' 'x86_64')
-url=http://fcitx-im.org;
-license=('GPL' 'LGPL')
-makedepends=('extra-cmake-modules' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' 
'opencc' \
- 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant' 
'python2')
-source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz;)
-sha512sums=('4bad2efc283858bf9af7f7f283f7beefb210aa361ff034464ff97ea0e536f084c99d876f3595a5375114b68cd51714bd0b5c622a53efc57154a4e629fd416093')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc \
--DFORCE_OPENCC=ON \
--DFORCE_PRESAGE=ON \
--DFORCE_ENCHANT=ON \
--DENABLE_TEST=ON \
--DENABLE_GTK2_IM_MODULE=ON \
--DENABLE_GTK3_IM_MODULE=ON \
--DENABLE_QT_IM_MODULE=ON \
--DQT_QMAKE_EXECUTABLE=qmake-qt4
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package_fcitx() {
-  pkgdesc=Flexible Context-aware Input Tool with eXtension
-  depends=('pango' 'libxinerama' 'gtk-update-icon-cache' 'shared-mime-info' \
-   'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' \
-   'libxfixes' 'dbus' 'icu' 'libxkbcommon')
-  optdepends=('enchant: for word predication support'
-  'opencc: optional engine to do chinese convert'
-  'gettext: for fcitx-po-parser')
-  install=fcitx.install
-
-  cd build
-  make DESTDIR=${pkgdir} install
-
-  rm -r ${pkgdir}/usr/lib/{gtk-2.0,gtk-3.0,qt4}
-  rm -r ${pkgdir}/usr/lib/fcitx/qt
-  rm -r ${pkgdir}/usr/include/fcitx-qt
-  rm ${pkgdir}/usr/lib/fcitx/libexec/fcitx-qt-gui-wrapper
-  rm ${pkgdir}/usr/lib/libfcitx-qt.so*
-  rm ${pkgdir}/usr/lib/pkgconfig/fcitx-qt.pc
-}
-
-package_fcitx-gtk2() {
-  pkgdesc='GTK2 IM Module for fcitx'
-  depends=('gtk2' fcitx=$pkgver)
-  install=fcitx-gtk2.install
-
-  cd ${srcdir}/build/src/frontend/gtk2
-  make DESTDIR=${pkgdir} install
-}
-
-package_fcitx-gtk3() {
-  pkgdesc='GTK3 IM Module for fcitx'
-  depends=('gtk3' fcitx=$pkgver)
-  install=fcitx-gtk3.install
-
-  cd ${srcdir}/build/src/frontend/gtk3
-  make DESTDIR=${pkgdir} install
-}
-
-package_fcitx-qt4() {
-  pkgdesc='Qt4 IM Module for fcitx'
-  depends=('qt4' fcitx=$pkgver)
-  replaces=('fcitx-qt')
-  provides=('fcitx-qt')
-  conflicts=('fcitx-qt')
-
-  cd ${srcdir}/build/src/frontend/qt
-  make DESTDIR=${pkgdir} install
-
-  cd ${srcdir}/build/tools/gui
-  make 

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

2015-05-25 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 05:41:00
  Author: fyan
Revision: 134115

upgpkg: fcitx-kkc 0.1.2-1

Modified:
  fcitx-kkc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 03:40:52 UTC (rev 134114)
+++ PKGBUILD2015-05-26 03:41:00 UTC (rev 134115)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: csslayer wengxt AT gmail com
 
 pkgname=fcitx-kkc
-pkgver=0.1.1
+pkgver=0.1.2
 pkgrel=1
 pkgdesc=Fcitx Wrapper for libkkc
 arch=('i686' 'x86_64')
@@ -26,4 +26,4 @@
   make DESTDIR=${pkgdir} install
 }
 
-sha512sums=('595a4a728112827a6eae4bcbeda87926660fad494c547396da4e5d951aa53aa372261170c261b421056dc626d04fd4bf4728d51fd84e1ec9b7d260ca8d9b0353')
+sha512sums=('fee5bc30cd9db1f333bb8dd58658f70894e188472767e0dd08b86ee4f711395ec423b29dc5c530613af6b8c4926f2e5253e61941e69ec0eecd2db135c50e9ff5')


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

2015-05-25 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 05:41:29
  Author: fyan
Revision: 134116

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

Added:
  fcitx-kkc/repos/community-i686/PKGBUILD
(from rev 134115, fcitx-kkc/trunk/PKGBUILD)
  fcitx-kkc/repos/community-i686/fcitx-kkc.install
(from rev 134115, fcitx-kkc/trunk/fcitx-kkc.install)
  fcitx-kkc/repos/community-x86_64/PKGBUILD
(from rev 134115, fcitx-kkc/trunk/PKGBUILD)
  fcitx-kkc/repos/community-x86_64/fcitx-kkc.install
(from rev 134115, fcitx-kkc/trunk/fcitx-kkc.install)
Deleted:
  fcitx-kkc/repos/community-i686/PKGBUILD
  fcitx-kkc/repos/community-i686/fcitx-kkc.install
  fcitx-kkc/repos/community-x86_64/PKGBUILD
  fcitx-kkc/repos/community-x86_64/fcitx-kkc.install

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 03:41:00 UTC (rev 134115)
+++ community-i686/PKGBUILD 2015-05-26 03:41:29 UTC (rev 134116)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: csslayer wengxt AT gmail com
-
-pkgname=fcitx-kkc
-pkgver=0.1.1
-pkgrel=1
-pkgdesc=Fcitx Wrapper for libkkc
-arch=('i686' 'x86_64')
-url=https://github.com/fcitx/fcitx-kkc;
-license=('GPL')
-depends=('fcitx' 'libkkc' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
-makedepends=('cmake')
-install=$pkgname.install
-source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
-
-build(){
-  cd ${pkgname}-${pkgver}
- 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-
-sha512sums=('595a4a728112827a6eae4bcbeda87926660fad494c547396da4e5d951aa53aa372261170c261b421056dc626d04fd4bf4728d51fd84e1ec9b7d260ca8d9b0353')

Copied: fcitx-kkc/repos/community-i686/PKGBUILD (from rev 134115, 
fcitx-kkc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 03:41:29 UTC (rev 134116)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: csslayer wengxt AT gmail com
+
+pkgname=fcitx-kkc
+pkgver=0.1.2
+pkgrel=1
+pkgdesc=Fcitx Wrapper for libkkc
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/fcitx-kkc;
+license=('GPL')
+depends=('fcitx' 'libkkc' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
+makedepends=('cmake')
+install=$pkgname.install
+source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
+
+build(){
+  cd ${pkgname}-${pkgver}
+ 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+sha512sums=('fee5bc30cd9db1f333bb8dd58658f70894e188472767e0dd08b86ee4f711395ec423b29dc5c530613af6b8c4926f2e5253e61941e69ec0eecd2db135c50e9ff5')

Deleted: community-i686/fcitx-kkc.install
===
--- community-i686/fcitx-kkc.install2015-05-26 03:41:00 UTC (rev 134115)
+++ community-i686/fcitx-kkc.install2015-05-26 03:41:29 UTC (rev 134116)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: fcitx-kkc/repos/community-i686/fcitx-kkc.install (from rev 134115, 
fcitx-kkc/trunk/fcitx-kkc.install)
===
--- community-i686/fcitx-kkc.install(rev 0)
+++ community-i686/fcitx-kkc.install2015-05-26 03:41:29 UTC (rev 134116)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-26 03:41:00 UTC (rev 134115)
+++ community-x86_64/PKGBUILD   2015-05-26 03:41:29 UTC (rev 134116)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: csslayer wengxt AT gmail com
-
-pkgname=fcitx-kkc
-pkgver=0.1.1
-pkgrel=1
-pkgdesc=Fcitx Wrapper for libkkc
-arch=('i686' 'x86_64')
-url=https://github.com/fcitx/fcitx-kkc;
-license=('GPL')
-depends=('fcitx' 'libkkc' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
-makedepends=('cmake')
-install=$pkgname.install

[arch-commits] Commit in perl-term-ui/repos/community-any (PKGBUILD PKGBUILD)

2015-05-25 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 06:15:24
  Author: fyan
Revision: 134124

archrelease: copy trunk to community-any

Added:
  perl-term-ui/repos/community-any/PKGBUILD
(from rev 134123, perl-term-ui/trunk/PKGBUILD)
Deleted:
  perl-term-ui/repos/community-any/PKGBUILD

--+
 PKGBUILD |   88 +
 1 file changed, 43 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-26 04:15:09 UTC (rev 134123)
+++ PKGBUILD2015-05-26 04:15:24 UTC (rev 134124)
@@ -1,45 +0,0 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
-
-pkgname=perl-term-ui
-pkgver=0.42
-pkgrel=1
-pkgdesc='User interfaces via Term::ReadLine made easy'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-url=https://metacpan.org/release/Term-UI
-source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Term-UI-$pkgver.tar.gz;)
-md5sums=(cc9465134bcb923d65ac1f190d21b04f)
-sha512sums=(cf1fc15b1537cc030e8d36a98ca06e31953c57967ae06f1d147f97d01fe9a2c599791b9ab2b7edee0780d244ad0dfb34bf6ee2473849cc24d09853e9c07d02de)
-_ddir=Term-UI-$pkgver
-
-build()
-(
-  cd $srcdir/$_ddir
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd $srcdir/$_ddir
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd $srcdir/$_ddir
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-term-ui/repos/community-any/PKGBUILD (from rev 134123, 
perl-term-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-26 04:15:24 UTC (rev 134124)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Florian Pritz bluew...@xinu.at
+
+pkgname=perl-term-ui
+pkgver=0.46
+pkgrel=1
+pkgdesc='User interfaces via Term::ReadLine made easy'
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=(!emptydirs)
+depends=('perl-log-message' 'perl-log-message-simple')
+url='https://metacpan.org/release/Term-UI'
+source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Term-UI-$pkgver.tar.gz;)
+sha512sums=('7788d651e29e9c7b9c0c2b2074b39f143216a321a5a71c9c4e52fe32e44a246faade8cfdf109bcf7cfe1bac5d9d97fc920c6344a5692e8508361f1c780c41054')
+_ddir=Term-UI-$pkgver
+
+build() (
+  cd $srcdir/$_ddir
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check() (
+  cd $srcdir/$_ddir
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package() (
+  cd $srcdir/$_ddir
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+  #find $pkgdir -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-term-ui/trunk (PKGBUILD)

2015-05-25 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 06:15:09
  Author: fyan
Revision: 134123

upgpkg: perl-term-ui 0.46-1

Modified:
  perl-term-ui/trunk/PKGBUILD   (contents, properties)

--+
 PKGBUILD |   30 ++
 1 file changed, 14 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 04:13:21 UTC (rev 134122)
+++ PKGBUILD2015-05-26 04:15:09 UTC (rev 134123)
@@ -1,21 +1,21 @@
-# Maintainer: Florian Pritz bluew...@xinu.at
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Florian Pritz bluew...@xinu.at
 
 pkgname=perl-term-ui
-pkgver=0.42
+pkgver=0.46
 pkgrel=1
 pkgdesc='User interfaces via Term::ReadLine made easy'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-url=https://metacpan.org/release/Term-UI
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=(!emptydirs)
+depends=('perl-log-message' 'perl-log-message-simple')
+url='https://metacpan.org/release/Term-UI'
 
source=(http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Term-UI-$pkgver.tar.gz;)
-md5sums=(cc9465134bcb923d65ac1f190d21b04f)
-sha512sums=(cf1fc15b1537cc030e8d36a98ca06e31953c57967ae06f1d147f97d01fe9a2c599791b9ab2b7edee0780d244ad0dfb34bf6ee2473849cc24d09853e9c07d02de)
+sha512sums=('7788d651e29e9c7b9c0c2b2074b39f143216a321a5a71c9c4e52fe32e44a246faade8cfdf109bcf7cfe1bac5d9d97fc920c6344a5692e8508361f1c780c41054')
 _ddir=Term-UI-$pkgver
 
-build()
-(
+build() (
   cd $srcdir/$_ddir
   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
   unset PERL5LIB PERL_MM_OPT
@@ -23,8 +23,7 @@
   make
 )
 
-check()
-(
+check() (
   cd $srcdir/$_ddir
   export PERL_MM_USE_DEFAULT=1
   unset PERL5LIB
@@ -31,11 +30,10 @@
   make test
 )
 
-package()
-(
+package() (
   cd $srcdir/$_ddir
   make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+  #find $pkgdir -name .packlist -o -name perllocal.pod -delete
 )
 
 # Local Variables:


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


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

2015-05-25 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 06:30:57
  Author: fyan
Revision: 134127

upgpkg: pathod 0.12.0-1

Modified:
  pathod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 04:21:46 UTC (rev 134126)
+++ PKGBUILD2015-05-26 04:30:57 UTC (rev 134127)
@@ -2,22 +2,19 @@
 # Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgname=pathod
-pkgver=0.11.1
+pkgver=0.12.0
 pkgrel=1
 pkgdesc=A pathological web daemon
 url=http://pathod.net;
-depends=('python2-netlib' 'python2-requests' 'python2-flask')
+depends=('python2-netlib' 'python2-requests' 'python2-flask' 
'python2-pyparsing')
 checkdepends=('python2-mock' 'python2-nose')
 arch=('any')
 license=('MIT')
 
source=(https://pypi.python.org/packages/source/p/pathod/pathod-$pkgver.tar.gz;)
-sha256sums=('69d91a494a8ac71e8d1e2c0cc7140fc52be0a04aa37f7fc8560ca3b168479058')
+sha256sums=('4c43a442f77dc1fae9bad8c22380661a80563c0d367e51772df7f37293bce001')
 
 prepare() {
   cd $pkgname-$pkgver
-
-  rm -r netlib
-
   sed -e '1s/env python$/env python2/g' -i libpathod/cmdline.py
 }
 


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

2015-05-25 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 06:31:11
  Author: fyan
Revision: 134128

archrelease: copy trunk to community-any

Added:
  pathod/repos/community-any/PKGBUILD
(from rev 134127, pathod/trunk/PKGBUILD)
Deleted:
  pathod/repos/community-any/PKGBUILD

--+
 PKGBUILD |   75 +
 1 file changed, 36 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-26 04:30:57 UTC (rev 134127)
+++ PKGBUILD2015-05-26 04:31:11 UTC (rev 134128)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-
-pkgname=pathod
-pkgver=0.11.1
-pkgrel=1
-pkgdesc=A pathological web daemon
-url=http://pathod.net;
-depends=('python2-netlib' 'python2-requests' 'python2-flask')
-checkdepends=('python2-mock' 'python2-nose')
-arch=('any')
-license=('MIT')
-source=(https://pypi.python.org/packages/source/p/pathod/pathod-$pkgver.tar.gz;)
-sha256sums=('69d91a494a8ac71e8d1e2c0cc7140fc52be0a04aa37f7fc8560ca3b168479058')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  rm -r netlib
-
-  sed -e '1s/env python$/env python2/g' -i libpathod/cmdline.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  PYTHONPATH=$PWD/build/lib:$PYTHONPATH nosetests2
-}
-
-package() {
-  cd $pkgname-$pkgver  
-  python2 setup.py install -O1 --skip-build --root=$pkgdir
-
-  install -Dm 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: pathod/repos/community-any/PKGBUILD (from rev 134127, 
pathod/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-26 04:31:11 UTC (rev 134128)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+
+pkgname=pathod
+pkgver=0.12.0
+pkgrel=1
+pkgdesc=A pathological web daemon
+url=http://pathod.net;
+depends=('python2-netlib' 'python2-requests' 'python2-flask' 
'python2-pyparsing')
+checkdepends=('python2-mock' 'python2-nose')
+arch=('any')
+license=('MIT')
+source=(https://pypi.python.org/packages/source/p/pathod/pathod-$pkgver.tar.gz;)
+sha256sums=('4c43a442f77dc1fae9bad8c22380661a80563c0d367e51772df7f37293bce001')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e '1s/env python$/env python2/g' -i libpathod/cmdline.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  PYTHONPATH=$PWD/build/lib:$PYTHONPATH nosetests2
+}
+
+package() {
+  cd $pkgname-$pkgver  
+  python2 setup.py install -O1 --skip-build --root=$pkgdir
+
+  install -Dm 644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in perl-data-random/repos/community-any (PKGBUILD PKGBUILD)

2015-05-25 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 05:31:15
  Author: fyan
Revision: 134111

archrelease: copy trunk to community-any

Added:
  perl-data-random/repos/community-any/PKGBUILD
(from rev 134110, perl-data-random/trunk/PKGBUILD)
Deleted:
  perl-data-random/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-26 03:30:21 UTC (rev 134110)
+++ PKGBUILD2015-05-26 03:31:15 UTC (rev 134111)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Michael Kogan michael dot kogan at gmx dot net
-
-pkgname=perl-data-random
-pkgver=0.11
-pkgrel=2
-pkgdesc=Data::Random - Perl module to generate random data
-arch=('any')
-url=http://search.cpan.org/~barefoot/Data-Random/lib/Data/Random.pm;
-license=('GPL' 'PerlArtistic')
-depends=('perl-date-calc' 'perl-gd' 'perl-yaml-tiny')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(http://ftp.gwdg.de/pub/languages/perl/CPAN/authors/id/B/BA/BAREFOOT/Data-Random-${pkgver}.tar.gz;)
-md5sums=('9604ddc45eff8fc95803f34a7553c93b')
-
-build() {
-  cd $srcdir/Data-Random-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd $srcdir/Data-Random-${pkgver}
-  make test
-}
-
-package() {
-  cd $srcdir/Data-Random-${pkgver}
-  make DESTDIR=$pkgdir install
-}

Copied: perl-data-random/repos/community-any/PKGBUILD (from rev 134110, 
perl-data-random/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-26 03:31:15 UTC (rev 134111)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Michael Kogan michael dot kogan at gmx dot net
+
+pkgname=perl-data-random
+pkgver=0.12
+pkgrel=1
+pkgdesc=Data::Random - Perl module to generate random data
+arch=('any')
+url=http://search.cpan.org/~barefoot/Data-Random/lib/Data/Random.pm;
+license=('GPL' 'PerlArtistic')
+depends=('perl-date-calc' 'perl-gd' 'perl-yaml-tiny')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/B/BA/BAREFOOT/Data-Random-${pkgver}.tar.gz;)
+md5sums=('7d9ff7be567d6c07fe916e2a279dea3e')
+
+build() {
+  cd $srcdir/Data-Random-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd $srcdir/Data-Random-${pkgver}
+  make test
+}
+
+package() {
+  cd $srcdir/Data-Random-${pkgver}
+  make DESTDIR=$pkgdir install
+}


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

2015-05-25 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 07:45:40
  Author: fyan
Revision: 239758

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

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

-+
 staging-i686/PKGBUILD   |  329 ++
 staging-i686/fix-fontforge-encoding.patch   |   12 
 staging-i686/texlive.install|   49 +++
 staging-x86_64/PKGBUILD |  329 ++
 staging-x86_64/fix-fontforge-encoding.patch |   12 
 staging-x86_64/texlive.install  |   49 +++
 6 files changed, 780 insertions(+)

Copied: texlive-bin/repos/staging-i686/PKGBUILD (from rev 239757, 
texlive-bin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-26 05:45:40 UTC (rev 239758)
@@ -0,0 +1,329 @@
+# $Id$
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+# Contributor: francois francois.archlinux.org
+
+pkgname=texlive-bin
+pkgver=2014.34260
+pkgrel=8
+_biber_ver=1.9 # for biblatex 2.9 only.
+pkgdesc=TeX Live binaries
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ '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'
+ 'b6fe9a6e6b3df0d69e804b87370039ef'
+ '137839688478710ded88909088dee970'
+ 'e1af258c7b7fa95d8299696aa3552eb3')
+
+prepare() {
+cd source
+true
+}
+
+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 texlive-bin/trunk (PKGBUILD)

2015-05-25 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 07:45:16
  Author: fyan
Revision: 239757

upgpkg: texlive-bin 2014.34260-8

rebuild for poppler 0.33.0

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 05:25:08 UTC (rev 239756)
+++ PKGBUILD2015-05-26 05:45:16 UTC (rev 239757)
@@ -4,7 +4,7 @@
 
 pkgname=texlive-bin
 pkgver=2014.34260
-pkgrel=7
+pkgrel=8
 _biber_ver=1.9 # for biblatex 2.9 only.
 pkgdesc=TeX Live binaries
 license=('GPL')


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

2015-05-25 Thread Felix Yan
Date: Tuesday, May 26, 2015 @ 05:25:01
  Author: fyan
Revision: 134108

upgpkg: fcitx-anthy 0.2.2-1

Modified:
  fcitx-anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 23:45:31 UTC (rev 134107)
+++ PKGBUILD2015-05-26 03:25:01 UTC (rev 134108)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: lh jason5...@gmail.com
 
 pkgname=fcitx-anthy
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc=Fcitx Wrapper for anthy.
 arch=('i686' 'x86_64')
@@ -26,4 +26,4 @@
   make DESTDIR=${pkgdir} install
 }
 
-md5sums=('23ce628c01c5c09f9d4f1402c50fb19b')
+md5sums=('956660d67900f59fa7fd80d68cc4ad7c')


  1   2   >