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

2015-10-08 Thread Jakob Gruber
Date: Thursday, October 8, 2015 @ 11:11:38
  Author: schuay
Revision: 143403

abcde-2.7.1

Modified:
  abcde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 04:44:26 UTC (rev 143402)
+++ PKGBUILD2015-10-08 09:11:38 UTC (rev 143403)
@@ -5,7 +5,7 @@
 # Maintainer: schuay 
 
 pkgname=abcde
-pkgver=2.7
+pkgver=2.7.1
 pkgrel=1
 pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
 arch=('any')
@@ -39,9 +39,9 @@
 package() {
 cd ${srcdir}/${pkgname}-${pkgver}
 
-make DESTDIR="${pkgdir}" install
+make DESTDIR="${pkgdir}" prefix="/usr" install
 }
 
-md5sums=('b947ec2b6baab8cf8388b1d6613664cb'
+md5sums=('09d5c9dc6c0bf6dd4b3fb159e1433018'
  'SKIP'
  'c3975dc8389ff2edba6684bbc378d97d')


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

2015-10-08 Thread Jakob Gruber
Date: Thursday, October 8, 2015 @ 11:11:50
  Author: schuay
Revision: 143404

archrelease: copy trunk to community-any

Added:
  abcde/repos/community-any/PKGBUILD
(from rev 143403, abcde/trunk/PKGBUILD)
  abcde/repos/community-any/fix-mp3-tagging.patch
(from rev 143403, abcde/trunk/fix-mp3-tagging.patch)
Deleted:
  abcde/repos/community-any/PKGBUILD
  abcde/repos/community-any/fix-mp3-tagging.patch

---+
 PKGBUILD  |   94 
 fix-mp3-tagging.patch |   40 ++--
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-08 09:11:38 UTC (rev 143403)
+++ PKGBUILD2015-10-08 09:11:50 UTC (rev 143404)
@@ -1,47 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen 
-# Contributor: Kevin Piche 
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=abcde
-pkgver=2.7
-pkgrel=1
-pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
-arch=('any')
-url='http://abcde.einval.com'
-license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
-optdepends=('cdparanoia: Paranoia ripping support'
-'cdrkit: icedax ripping support'
-'eject: Eject support'
-'flac: FLAC encoding support'
-'id3: ID3 v1 tag support'
-'lame: MP3 encoding support'
-'mp3gain: MP3 normalization support'
-'perl-musicbrainz-discid: musicbrainz support'
-'perl-webservice-musicbrainz: musicbrainz support'
-'vorbisgain: Ogg Vorbis normalization support')
-backup=("etc/${pkgname}.conf")
-source=("http://abcde.einval.com/download/abcde-${pkgver}.tar.gz;
-"http://abcde.einval.com/download/abcde-${pkgver}.tar.gz.sign;
-'fix-mp3-tagging.patch')
-validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
-  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-patch -Np0 < ${srcdir}/fix-mp3-tagging.patch
-sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}
-
-md5sums=('b947ec2b6baab8cf8388b1d6613664cb'
- 'SKIP'
- 'c3975dc8389ff2edba6684bbc378d97d')

Copied: abcde/repos/community-any/PKGBUILD (from rev 143403, 
abcde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-08 09:11:50 UTC (rev 143404)
@@ -0,0 +1,47 @@
+# $Id$
+# Contributor: Jochem Kossen 
+# Contributor: Kevin Piche 
+# Contributor: Daniel J Griffiths 
+# Maintainer: schuay 
+
+pkgname=abcde
+pkgver=2.7.1
+pkgrel=1
+pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
+arch=('any')
+url='http://abcde.einval.com'
+license=('GPL')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
+optdepends=('cdparanoia: Paranoia ripping support'
+'cdrkit: icedax ripping support'
+'eject: Eject support'
+'flac: FLAC encoding support'
+'id3: ID3 v1 tag support'
+'lame: MP3 encoding support'
+'mp3gain: MP3 normalization support'
+'perl-musicbrainz-discid: musicbrainz support'
+'perl-webservice-musicbrainz: musicbrainz support'
+'vorbisgain: Ogg Vorbis normalization support')
+backup=("etc/${pkgname}.conf")
+source=("http://abcde.einval.com/download/abcde-${pkgver}.tar.gz;
+"http://abcde.einval.com/download/abcde-${pkgver}.tar.gz.sign;
+'fix-mp3-tagging.patch')
+validpgpkeys=('CEBB52301D617E910390FE16587979573442684E'
+  '742D444A5AFAF2951EF33E7BF8FB375D9CC820B3') # Steve McIntyre, 
Andrew Strong
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+patch -Np0 < ${srcdir}/fix-mp3-tagging.patch
+sed -e "s:normalize-audio:normalize:g" -i ${pkgname}
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" prefix="/usr" install
+}
+
+md5sums=('09d5c9dc6c0bf6dd4b3fb159e1433018'
+ 'SKIP'
+ 'c3975dc8389ff2edba6684bbc378d97d')

Deleted: fix-mp3-tagging.patch
===
--- fix-mp3-tagging.patch   2015-10-08 09:11:38 UTC (rev 143403)
+++ fix-mp3-tagging.patch   2015-10-08 09:11:50 UTC (rev 143404)
@@ -1,20 +0,0 @@
-*** abcde  2010-02-15 16:04:40.0 -0600
 abcde  2010-02-15 14:41:25.0 -0600
-***
-*** 835,841 
-

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

2015-10-08 Thread Rémy Oudompheng
Date: Thursday, October 8, 2015 @ 08:37:56
  Author: remy
Revision: 248492

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

Added:
  asymptote/repos/extra-i686/PKGBUILD
(from rev 248491, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-i686/fix-ghostscript-9.15.diff
(from rev 248491, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/extra-i686/texlive.install
(from rev 248491, asymptote/trunk/texlive.install)
  asymptote/repos/extra-x86_64/PKGBUILD
(from rev 248491, asymptote/trunk/PKGBUILD)
  asymptote/repos/extra-x86_64/fix-ghostscript-9.15.diff
(from rev 248491, asymptote/trunk/fix-ghostscript-9.15.diff)
  asymptote/repos/extra-x86_64/texlive.install
(from rev 248491, asymptote/trunk/texlive.install)
Deleted:
  asymptote/repos/extra-i686/PKGBUILD
  asymptote/repos/extra-i686/fix-ghostscript-9.15.diff
  asymptote/repos/extra-i686/texlive.install
  asymptote/repos/extra-x86_64/PKGBUILD
  asymptote/repos/extra-x86_64/fix-ghostscript-9.15.diff
  asymptote/repos/extra-x86_64/texlive.install

+
 /PKGBUILD  |   94 +++
 /fix-ghostscript-9.15.diff |   62 
 /texlive.install   |   40 +
 extra-i686/PKGBUILD|   55 --
 extra-i686/fix-ghostscript-9.15.diff   |   31 --
 extra-i686/texlive.install |   20 --
 extra-x86_64/PKGBUILD  |   55 --
 extra-x86_64/fix-ghostscript-9.15.diff |   31 --
 extra-x86_64/texlive.install   |   20 --
 9 files changed, 196 insertions(+), 212 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-08 06:37:29 UTC (rev 248491)
+++ extra-i686/PKGBUILD 2015-10-08 06:37:56 UTC (rev 248492)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: Firmicus 
-# Contributor: bender02 at gmx dot com
-
-pkgname=asymptote
-pkgver=2.32
-pkgrel=2
-pkgdesc="A vector graphics language (like metapost)"
-arch=('i686' 'x86_64')
-url="http://asymptote.sourceforge.net/;
-license=("GPL3")
-depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
-makedepends=('ghostscript' 'imagemagick'
- 'mesa'   # For OpenGL headers
- 'texlive-plainextra' # For texinfo
-)
-optdepends=('python2:   for the xasy GUI'
-'python2-pillow:for the xasy GUI'
-'tix:   for the xasy GUI')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz;
-"fix-ghostscript-9.15.diff")
-install=texlive.install
-sha1sums=('18a4c22a89014ce18caf958a152b971ea39a77f0'
-  '7060daca4180659a9a13844110f15b89c3c24bf6')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np0 -i "${srcdir}/fix-ghostscript-9.15.diff"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --enable-gc=/usr \
-  --prefix=/usr \
-  --with-latex=/usr/share/texmf/tex/latex \
-  --with-context=/usr/share/texmf/tex/context \
-  --enable-offscreen
-  make all
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check-all
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make -j1 DESTDIR="${pkgdir}" install-all
-  sed -i -e 's@env python@env python2@' ${pkgdir}/usr/share/asymptote/GUI/*.py
-  # this dir contains png files that are already embedded in the pdf 
documentation:
-  rm -rf ${pkgdir}/usr/share/info/asymptote
-}

Copied: asymptote/repos/extra-i686/PKGBUILD (from rev 248491, 
asymptote/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-08 06:37:56 UTC (rev 248492)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Firmicus 
+# Contributor: bender02 at gmx dot com
+
+pkgname=asymptote
+pkgver=2.35
+pkgrel=1
+pkgdesc="A vector graphics language (like metapost)"
+arch=('i686' 'x86_64')
+url="http://asymptote.sourceforge.net/;
+license=("GPL3")
+depends=('texlive-core' 'gc' 'freeglut' 'glu' 'gsl' 'fftw' 'libsigsegv')
+makedepends=('ghostscript' 'imagemagick'
+ 'mesa'   # For OpenGL headers
+ 'texlive-plainextra' # For texinfo
+)
+optdepends=('python2:   for the xasy GUI'
+'python2-pillow:for the xasy GUI'
+'tix:   for the xasy GUI')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz;)
+install=texlive.install
+sha1sums=('32c85307042a337b2e426f6f2c6a489b21a4fbfb')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --enable-gc=/usr \
+  --prefix=/usr \
+  

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

2015-10-08 Thread Rémy Oudompheng
Date: Thursday, October 8, 2015 @ 08:37:29
  Author: remy
Revision: 248491

upgpkg: asymptote 2.35-1

Update to 2.35

Modified:
  asymptote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 02:11:41 UTC (rev 248490)
+++ PKGBUILD2015-10-08 06:37:29 UTC (rev 248491)
@@ -4,8 +4,8 @@
 # Contributor: bender02 at gmx dot com
 
 pkgname=asymptote
-pkgver=2.32
-pkgrel=2
+pkgver=2.35
+pkgrel=1
 pkgdesc="A vector graphics language (like metapost)"
 arch=('i686' 'x86_64')
 url="http://asymptote.sourceforge.net/;
@@ -18,18 +18,10 @@
 optdepends=('python2:   for the xasy GUI'
 'python2-pillow:for the xasy GUI'
 'tix:   for the xasy GUI')
-source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz;
-"fix-ghostscript-9.15.diff")
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.src.tgz;)
 install=texlive.install
-sha1sums=('18a4c22a89014ce18caf958a152b971ea39a77f0'
-  '7060daca4180659a9a13844110f15b89c3c24bf6')
+sha1sums=('32c85307042a337b2e426f6f2c6a489b21a4fbfb')
 
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np0 -i "${srcdir}/fix-ghostscript-9.15.diff"
-}
-
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 


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

2015-10-08 Thread Gaetan Bisson
Date: Thursday, October 8, 2015 @ 09:01:27
  Author: bisson
Revision: 248493

upstream update

Modified:
  libjpeg-turbo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 06:37:56 UTC (rev 248492)
+++ PKGBUILD2015-10-08 07:01:27 UTC (rev 248493)
@@ -4,7 +4,7 @@
 # Contributor: Simone Sclavi 'Ito' 
 
 pkgname=libjpeg-turbo
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='JPEG image codec with accelerated baseline compression and 
decompression'
 url='http://libjpeg-turbo.virtualgl.org/'
@@ -12,7 +12,7 @@
 license=('custom')
 makedepends=('nasm')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('363a149f644211462c45138a19674f38100036d3')
+sha1sums=('2666158ccd5318513f875867bbc4af52f6eb9f0b')
 
 provides=('libjpeg=8.0.2' 'turbojpeg')
 conflicts=('libjpeg' 'turbojpeg')


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

2015-10-08 Thread Gaetan Bisson
Date: Thursday, October 8, 2015 @ 09:01:59
  Author: bisson
Revision: 248494

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

Added:
  libjpeg-turbo/repos/extra-i686/PKGBUILD
(from rev 248493, libjpeg-turbo/trunk/PKGBUILD)
  libjpeg-turbo/repos/extra-x86_64/PKGBUILD
(from rev 248493, libjpeg-turbo/trunk/PKGBUILD)
Deleted:
  libjpeg-turbo/repos/extra-i686/PKGBUILD
  libjpeg-turbo/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-08 07:01:27 UTC (rev 248493)
+++ extra-i686/PKGBUILD 2015-10-08 07:01:59 UTC (rev 248494)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Allan McRae 
-# Contributor: Simone Sclavi 'Ito' 
-
-pkgname=libjpeg-turbo
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='JPEG image codec with accelerated baseline compression and 
decompression'
-url='http://libjpeg-turbo.virtualgl.org/'
-license=('GPL' 'custom')
-arch=('i686' 'x86_64')
-makedepends=('nasm')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('363a149f644211462c45138a19674f38100036d3')
-
-provides=('libjpeg=8.0.2' 'turbojpeg')
-conflicts=('libjpeg' 'turbojpeg')
-replaces=('libjpeg' 'turbojpeg')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make \
-   DESTDIR="${pkgdir}" \
-   docdir="/usr/share/doc/${pkgname}" \
-   exampledir="/usr/share/doc/${pkgname}" \
-   install
-   
-   install -d "${pkgdir}/usr/share/licenses/libjpeg-turbo"
-   ln -t "${pkgdir}/usr/share/licenses/libjpeg-turbo" -s 
../../doc/libjpeg-turbo/README{,-turbo.txt}
-   install -m644 jpegint.h "${pkgdir}/usr/include" # required by other 
software
-}

Copied: libjpeg-turbo/repos/extra-i686/PKGBUILD (from rev 248493, 
libjpeg-turbo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-08 07:01:59 UTC (rev 248494)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Allan McRae 
+# Contributor: Simone Sclavi 'Ito' 
+
+pkgname=libjpeg-turbo
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='JPEG image codec with accelerated baseline compression and 
decompression'
+url='http://libjpeg-turbo.virtualgl.org/'
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('nasm')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('2666158ccd5318513f875867bbc4af52f6eb9f0b')
+
+provides=('libjpeg=8.0.2' 'turbojpeg')
+conflicts=('libjpeg' 'turbojpeg')
+replaces=('libjpeg' 'turbojpeg')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make \
+   DESTDIR="${pkgdir}" \
+   docdir="/usr/share/doc/${pkgname}" \
+   exampledir="/usr/share/doc/${pkgname}" \
+   install
+   
+   install -d "${pkgdir}/usr/share/licenses/libjpeg-turbo"
+   ln -t "${pkgdir}/usr/share/licenses/libjpeg-turbo" -s 
../../doc/libjpeg-turbo/README{,-turbo.txt}
+   install -m644 jpegint.h "${pkgdir}/usr/include" # required by other 
software
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-08 07:01:27 UTC (rev 248493)
+++ extra-x86_64/PKGBUILD   2015-10-08 07:01:59 UTC (rev 248494)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Allan McRae 
-# Contributor: Simone Sclavi 'Ito' 
-
-pkgname=libjpeg-turbo
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='JPEG image codec with accelerated baseline compression and 
decompression'
-url='http://libjpeg-turbo.virtualgl.org/'
-license=('GPL' 'custom')
-arch=('i686' 'x86_64')
-makedepends=('nasm')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('363a149f644211462c45138a19674f38100036d3')
-
-provides=('libjpeg=8.0.2' 'turbojpeg')
-conflicts=('libjpeg' 'turbojpeg')
-replaces=('libjpeg' 

[arch-commits] Commit in postgrey/repos/community-any (10 files)

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 12:29:38
  Author: spupykin
Revision: 143406

archrelease: copy trunk to community-any

Added:
  postgrey/repos/community-any/PKGBUILD
(from rev 143405, postgrey/trunk/PKGBUILD)
  postgrey/repos/community-any/postgrey.install
(from rev 143405, postgrey/trunk/postgrey.install)
  postgrey/repos/community-any/postgrey.service
(from rev 143405, postgrey/trunk/postgrey.service)
  postgrey/repos/community-any/postgrey.tmpfiles
(from rev 143405, postgrey/trunk/postgrey.tmpfiles)
  postgrey/repos/community-any/untaint.patch
(from rev 143405, postgrey/trunk/untaint.patch)
Deleted:
  postgrey/repos/community-any/PKGBUILD
  postgrey/repos/community-any/postgrey.install
  postgrey/repos/community-any/postgrey.service
  postgrey/repos/community-any/postgrey.tmpfiles
  postgrey/repos/community-any/untaint.patch

---+
 PKGBUILD  |   91 ++--
 postgrey.install  |   32 +-
 postgrey.service  |   36 ++--
 postgrey.tmpfiles |2 -
 untaint.patch |   26 +++---
 5 files changed, 94 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-08 10:27:31 UTC (rev 143405)
+++ PKGBUILD2015-10-08 10:29:38 UTC (rev 143406)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sean Timothy Noonan 
-
-pkgname=postgrey
-pkgver=1.36
-pkgrel=1
-pkgdesc="a Postfix policy server implementing greylisting"
-arch=('any')
-url="http://postgrey.schweikert.ch/;
-options=(emptydirs)
-license=("GPL")
-depends=('perl-net-server' 'perl>=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex' 
'db>=4.1')
-optdepends=('postfix: the recommended MTA for use with postgrey'
-   'exim: an alternative MTA'
-   'perl-net-dns: for postgreyreport tool')
-backup=(etc/postfix/postgrey_whitelist_recipients
-   etc/postfix/postgrey_whitelist_clients)
-install=$pkgname.install
-source=($url/pub/$pkgname-$pkgver.tar.gz
-   postgrey.service
-   postgrey.tmpfiles
-   untaint.patch)
-md5sums=('eb4c9426347851d45cdb51e396745a66'
- '8ad00f3c57eaa92e1f8a0ee71e620413'
- '3236959f435c95db3a13f4c7dd235609'
- '3f6a2b415187a8a092b2a7b57f362233')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p0 <$srcdir/untaint.patch
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  chown -R root:root .
-  mkdir -p $pkgdir/var/spool/postfix/postgrey
-  install -D -m 0755 postgrey $pkgdir/usr/bin/postgrey
-  install -D -m 0755 contrib/postgreyreport $pkgdir/usr/bin/postgreyreport
-  install -D -m 0644 postgrey_whitelist_recipients 
$pkgdir/etc/postfix/postgrey_whitelist_recipients
-  install -D -m 0644 postgrey_whitelist_clients 
$pkgdir/etc/postfix/postgrey_whitelist_clients
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: postgrey/repos/community-any/PKGBUILD (from rev 143405, 
postgrey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-08 10:29:38 UTC (rev 143406)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sean Timothy Noonan 
+
+pkgname=postgrey
+pkgver=1.36
+pkgrel=2
+pkgdesc="a Postfix policy server implementing greylisting"
+arch=('any')
+url="http://postgrey.schweikert.ch/;
+options=(emptydirs)
+license=("GPL")
+depends=('perl-net-server' 'perl>=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex'
+'db>=4.1' 'perl-netaddr-ip')
+optdepends=('postfix: the recommended MTA for use with postgrey'
+   'exim: an alternative MTA'
+   'perl-net-dns: for postgreyreport tool')
+backup=(etc/postfix/postgrey_whitelist_recipients
+   etc/postfix/postgrey_whitelist_clients)
+install=$pkgname.install
+source=($url/pub/$pkgname-$pkgver.tar.gz
+   postgrey.service
+   postgrey.tmpfiles
+   untaint.patch)
+md5sums=('eb4c9426347851d45cdb51e396745a66'
+ '8ad00f3c57eaa92e1f8a0ee71e620413'
+ '3236959f435c95db3a13f4c7dd235609'
+ '3f6a2b415187a8a092b2a7b57f362233')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -p0 <$srcdir/untaint.patch
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  chown -R root:root .
+  mkdir -p $pkgdir/var/spool/postfix/postgrey
+  install -D -m 0755 postgrey $pkgdir/usr/bin/postgrey
+  install -D -m 0755 contrib/postgreyreport $pkgdir/usr/bin/postgreyreport
+  install -D -m 0644 postgrey_whitelist_recipients 
$pkgdir/etc/postfix/postgrey_whitelist_recipients
+  install -D -m 0644 postgrey_whitelist_clients 
$pkgdir/etc/postfix/postgrey_whitelist_clients
+
+  install -Dm0644 $srcdir/$pkgname.service 

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

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 12:41:14
  Author: spupykin
Revision: 143408

archrelease: copy trunk to community-any

Added:
  bugzilla/repos/community-any/PKGBUILD
(from rev 143407, bugzilla/trunk/PKGBUILD)
Deleted:
  bugzilla/repos/community-any/PKGBUILD

--+
 PKGBUILD |   95 ++---
 1 file changed, 48 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-08 10:39:59 UTC (rev 143407)
+++ PKGBUILD2015-10-08 10:41:14 UTC (rev 143408)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=bugzilla
-pkgver=5.0
-pkgrel=1
-pkgdesc="bug tracker"
-arch=('any')
-url="http://www.bugzilla.org;
-license=("GPL")
-depends=(perl perl-timedate perl-datetime
-perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
-perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
-perl-email-mime-contenttype perl-email-mime-encodings
-perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
-perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
-perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
-perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
-perl-data-dumper perl-math-random-isaac)
-optdepends=('mod_perl'
-   'perl-dbd-pg'
-   'perl-dbd-mysql'
-   'perl-dbd-oracle'
-   'python2'
-   'ruby'
-   'perl-class-trigger'
-   'perl-data-objectdriver'
-   'perl-html-formattext-withlinks'
-   'perl-test-taint'
-   'perl-theschwartz'
-   'perl-xmlrpc-lite')
-options=(!strip)
-backup=('srv/http/bugzilla/.htaccess')
-source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('1358568ca67406f477401fbb806b5152')
-
-package() {
-  cd $srcdir
-  install -d -m0755 $pkgdir/srv/http
-  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
-  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
-  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
-  rm -rf $pkgdir/srv/http/bugzilla/.bzr
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
-  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
-}

Copied: bugzilla/repos/community-any/PKGBUILD (from rev 143407, 
bugzilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-08 10:41:14 UTC (rev 143408)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=bugzilla
+pkgver=5.0.1
+pkgrel=1
+pkgdesc="bug tracker"
+arch=('any')
+url="http://www.bugzilla.org;
+license=("GPL")
+depends=(perl perl-timedate perl-datetime
+perl-chart perl-email-abstract perl-email-address 
perl-email-date-format
+perl-email-messageid perl-email-mime 
perl-email-mime-attachment-stripper
+perl-email-mime-contenttype perl-email-mime-encodings
+perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
+perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
+perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
+perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
+perl-data-dumper perl-math-random-isaac perl-email-sender)
+optdepends=('perl-dbd-pg'
+   'perl-dbd-mysql'
+   'perl-dbd-oracle'
+   'python2'
+   'ruby'
+   'perl-class-trigger'
+   'perl-data-objectdriver'
+   'perl-html-formattext-withlinks'
+   'perl-test-taint'
+   'perl-theschwartz'
+   'perl-xmlrpc-lite')
+options=(!strip)
+backup=('srv/http/bugzilla/.htaccess')
+source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
+md5sums=('429f560410da3fd65c8a750323881fea')
+
+package() {
+  cd $srcdir
+  install -d -m0755 $pkgdir/srv/http
+  find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true
+  find $pkgname-$pkgver -type f -name .cvsignore -exec rm -f {} \; || true
+  cp -a $pkgname-$pkgver $pkgdir/srv/http/bugzilla
+  rm -rf $pkgdir/srv/http/bugzilla/.bzr
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrrev
+  rm -rf $pkgdir/srv/http/bugzilla/.bzrignore
+  rm -rf $pkgdir/srv/http/bugzilla/.git
+  rm -rf $pkgdir/srv/http/bugzilla/.gitignore
+}


[arch-commits] Commit in perl-class-method-modifiers/repos (2 files)

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 12:41:33
  Author: spupykin
Revision: 143409

archrelease: copy trunk to community-any

Added:
  perl-class-method-modifiers/repos/community-any/
  perl-class-method-modifiers/repos/community-any/PKGBUILD
(from rev 143408, perl-class-method-modifiers/trunk/PKGBUILD)

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

Copied: perl-class-method-modifiers/repos/community-any/PKGBUILD (from rev 
143408, perl-class-method-modifiers/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-08 10:41:33 UTC (rev 143409)
@@ -0,0 +1,48 @@
+# Maintainer: Moritz Bunkus 
+
+pkgname='perl-class-method-modifiers'
+pkgver='2.11'
+pkgrel='2'
+pkgdesc="provides Moose-like method modifiers"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-fatal' 'perl-test-requires')
+url='http://search.cpan.org/dist/Class-Method-Modifiers'
+source=("http://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-${pkgver}.tar.gz;)
+md5sums=('c6982e9e89325713d5afaff82cfe1744')
+sha512sums=('668efc01207034f850d411936fc4e5b6900030710a25dda46cb6c5d6d8e081d0d37327945f1bf17e7cda34add1b33e5be3bc7c37b28eeab6a2275d0fbefd9285')
+
+prepare_environment() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+PERL_AUTOINSTALL=--skipdeps\
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+MODULEBUILDRC=/dev/null
+
+  cd "${srcdir}/Class-Method-Modifiers-${pkgver}"
+}
+
+build() {
+  prepare_environment
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  prepare_environment
+  make test
+}
+
+package() {
+  prepare_environment
+  make install
+  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-email-sender/repos (2 files)

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 12:41:45
  Author: spupykin
Revision: 143410

archrelease: copy trunk to community-any

Added:
  perl-email-sender/repos/community-any/
  perl-email-sender/repos/community-any/PKGBUILD
(from rev 143409, perl-email-sender/trunk/PKGBUILD)

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

Copied: perl-email-sender/repos/community-any/PKGBUILD (from rev 143409, 
perl-email-sender/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-08 10:41:45 UTC (rev 143410)
@@ -0,0 +1,52 @@
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.30
+
+pkgname='perl-email-sender'
+pkgver='1.300018'
+pkgrel='1'
+pkgdesc="a library for sending email"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-capture-tiny>=0.08' 'perl-email-abstract>=3.006' 
'perl-email-address'
+'perl-email-simple>=1.998' 'perl-list-moreutils' 'perl-module-runtime'
+'perl-moo>=1.08' 'perl-moox-types-mooselike>=0.15' 
'perl-sub-exporter'
+'perl-throwable' 'perl-try-tiny' 'perl-mro-compat')
+makedepends=()
+url='https://metacpan.org/release/Email-Sender'
+source=('http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Sender-1.300018.tar.gz')
+md5sums=('03a3d018c52ce2a10ed541753196b0e8')
+sha512sums=('1ac1db7bb7c38eb0c8dc5f5fee540bb5d82d308292a7a3c928262ee5b528f6a3c4e8613d3bceb2c48abbc2f5d0bf5e56e7f91348a0d0984d13223a9d9706ddec')
+_distdir="Email-Sender-1.300018"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install
+  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-import-into/repos (community-any community-any/PKGBUILD)

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 12:42:00
  Author: spupykin
Revision: 143411

archrelease: copy trunk to community-any

Added:
  perl-import-into/repos/community-any/
  perl-import-into/repos/community-any/PKGBUILD
(from rev 143410, perl-import-into/trunk/PKGBUILD)

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

Copied: perl-import-into/repos/community-any/PKGBUILD (from rev 143410, 
perl-import-into/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-08 10:42:00 UTC (rev 143411)
@@ -0,0 +1,51 @@
+# CPAN Name  : Import-Into
+# Contributor: Anonymous
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname='perl-import-into'
+pkgver='1.002004'
+pkgrel='1'
+pkgdesc="Import packages into other packages"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-module-runtime>=0' 'perl>=5.006')
+makedepends=()
+url='http://search.cpan.org/dist/Import-Into'
+source=('http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Import-Into-1.002004.tar.gz')
+md5sums=('70f2f3b08a5b706ee382a8448c346cb1')
+sha512sums=('387fb6302417bda94fffe7215e22774d9345af0f2df9f39dc089abcf4a0e164521d2223ddaeed7179a341720e1ae399ada6ff02b5aef75c9a00a74e2cf752005')
+_distdir="Import-Into-1.002004"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install
+
+  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 postgrey/trunk (PKGBUILD)

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 12:27:31
  Author: spupykin
Revision: 143405

upgpkg: postgrey 1.36-2

upd

Modified:
  postgrey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 09:11:50 UTC (rev 143404)
+++ PKGBUILD2015-10-08 10:27:31 UTC (rev 143405)
@@ -4,13 +4,14 @@
 
 pkgname=postgrey
 pkgver=1.36
-pkgrel=1
+pkgrel=2
 pkgdesc="a Postfix policy server implementing greylisting"
 arch=('any')
 url="http://postgrey.schweikert.ch/;
 options=(emptydirs)
 license=("GPL")
-depends=('perl-net-server' 'perl>=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex' 
'db>=4.1')
+depends=('perl-net-server' 'perl>=5.6.0' 'perl-berkeleydb' 'perl-io-multiplex'
+'db>=4.1' 'perl-netaddr-ip')
 optdepends=('postfix: the recommended MTA for use with postgrey'
'exim: an alternative MTA'
'perl-net-dns: for postgreyreport tool')


[arch-commits] Commit in perl-mro-compat/repos (community-any community-any/PKGBUILD)

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 12:42:37
  Author: spupykin
Revision: 143414

archrelease: copy trunk to community-any

Added:
  perl-mro-compat/repos/community-any/
  perl-mro-compat/repos/community-any/PKGBUILD
(from rev 143413, perl-mro-compat/trunk/PKGBUILD)

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

Copied: perl-mro-compat/repos/community-any/PKGBUILD (from rev 143413, 
perl-mro-compat/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-08 10:42:37 UTC (rev 143414)
@@ -0,0 +1,44 @@
+pkgname='perl-mro-compat'
+pkgver='0.12'
+pkgrel='2'
+pkgdesc="mro::* interface compatibility for Perls < 5.9.5"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='http://search.cpan.org/dist/MRO-Compat'
+source=("http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/MRO-Compat-${pkgver}.tar.gz;)
+md5sums=('06d21a3baf3d578ff3d3e10621656530')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "${srcdir}/MRO-Compat-${pkgver}"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "${srcdir}/MRO-Compat-${pkgver}"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "${srcdir}/MRO-Compat-${pkgver}"
+  make install
+  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-moo/repos (community-any community-any/PKGBUILD)

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 12:42:12
  Author: spupykin
Revision: 143412

archrelease: copy trunk to community-any

Added:
  perl-moo/repos/community-any/
  perl-moo/repos/community-any/PKGBUILD
(from rev 143411, perl-moo/trunk/PKGBUILD)

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

Copied: perl-moo/repos/community-any/PKGBUILD (from rev 143411, 
perl-moo/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-08 10:42:12 UTC (rev 143412)
@@ -0,0 +1,47 @@
+# Maintainer: Moritz Bunkus 
+pkgname='perl-moo'
+pkgver='2.02'
+pkgrel="1"
+pkgdesc="Minimalist Object Orientation (with Moose compatiblity)"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-class-method-modifiers>=1.1' 
'perl-devel-globaldestruction>=0.11' 'perl-import-into>=1.002' 
'perl-module-runtime>=0.014' 'perl-role-tiny>=2')
+makedepends=('perl-test-fatal>=-0.003')
+url='https://metacpan.org/release/Moo'
+source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-${pkgver}.tar.gz;)
+md5sums=('8b84a7289fc6247de5ec5d151105fd6b')
+sha512sums=('dbafbe0fe976492bc98610591c80d6f5c19c33b61a4d1cf4752ee03b7ceedf5ff5a5ef789436adf49a697508dde7db8a58dafbcec9ac88780b75896cb0dc072c')
+
+prepare_environment() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+PERL_AUTOINSTALL=--skipdeps\
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+MODULEBUILDRC=/dev/null
+
+  cd "${srcdir}/Moo-${pkgver}"
+}
+
+build() {
+  prepare_environment
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  prepare_environment
+  make test
+}
+
+package() {
+  prepare_environment
+  make install
+  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-role-tiny/repos (community-any community-any/PKGBUILD)

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 12:42:49
  Author: spupykin
Revision: 143415

archrelease: copy trunk to community-any

Added:
  perl-role-tiny/repos/community-any/
  perl-role-tiny/repos/community-any/PKGBUILD
(from rev 143414, perl-role-tiny/trunk/PKGBUILD)

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

Copied: perl-role-tiny/repos/community-any/PKGBUILD (from rev 143414, 
perl-role-tiny/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-08 10:42:49 UTC (rev 143415)
@@ -0,0 +1,51 @@
+# Contributor: John D Jones III 
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname='perl-role-tiny'
+pkgver='2.00'
+pkgrel='1'
+pkgdesc="Roles. Like a nouvelle cuisine portion size slice of Moose."
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+checkdepends=('perl-test-fatal>=0.003')
+url='http://search.mcpan.org/dist/Role-Tiny'
+source=('http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Role-Tiny-2.00.tar.gz')
+md5sums=('1005f7d427590aac51b1e734b8a2febc')
+sha512sums=('afa256d6a5882e7a466294fb0b24bad31fbb5c28e080cd072e704a05b15b702aabe3deb16deddedc892450345c06e2c5cbf0acbaf66432b3982fd481a92db40f')
+_distdir="Role-Tiny-2.00"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install
+
+  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-moox-types-mooselike/repos (2 files)

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 12:42:25
  Author: spupykin
Revision: 143413

archrelease: copy trunk to community-any

Added:
  perl-moox-types-mooselike/repos/community-any/
  perl-moox-types-mooselike/repos/community-any/PKGBUILD
(from rev 143412, perl-moox-types-mooselike/trunk/PKGBUILD)

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

Copied: perl-moox-types-mooselike/repos/community-any/PKGBUILD (from rev 
143412, perl-moox-types-mooselike/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-08 10:42:25 UTC (rev 143413)
@@ -0,0 +1,50 @@
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.30
+
+pkgname='perl-moox-types-mooselike'
+pkgver='0.29'
+pkgrel='1'
+pkgdesc="some Moosish types and a type builder"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-module-runtime>=0.014' 'perl-moo>=1.004002')
+makedepends=()
+checkdepends=('perl-test-fatal>=0.003')
+url='https://metacpan.org/release/MooX-Types-MooseLike'
+source=('http://search.cpan.org/CPAN/authors/id/M/MA/MATEU/MooX-Types-MooseLike-0.29.tar.gz')
+md5sums=('0905b92c1b44578e05e7f08fa7adb9ee')
+sha512sums=('69ddd0d663d1ea23dfc7e47ec35192f1951f195f70f788bac47cc93e98d9e888394c07fc39f1740b7c1fd04f8724f2b0dfa14183fe33bceb9f77c1f1d1b8752e')
+_distdir="MooX-Types-MooseLike-0.29"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install
+  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-throwable/repos (community-any community-any/PKGBUILD)

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 12:43:02
  Author: spupykin
Revision: 143416

archrelease: copy trunk to community-any

Added:
  perl-throwable/repos/community-any/
  perl-throwable/repos/community-any/PKGBUILD
(from rev 143415, perl-throwable/trunk/PKGBUILD)

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

Copied: perl-throwable/repos/community-any/PKGBUILD (from rev 143415, 
perl-throwable/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-08 10:43:02 UTC (rev 143416)
@@ -0,0 +1,49 @@
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.30
+
+pkgname='perl-throwable'
+pkgver='0.200013'
+pkgrel='1'
+pkgdesc="a role for classes that can be thrown"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-devel-stacktrace>=1.32' 'perl-module-runtime>=0.002' 
'perl-moo>=1.01')
+makedepends=()
+url='https://metacpan.org/release/Throwable'
+source=('http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz')
+md5sums=('92d4934f601c2d291a65b0bf2ab08dd3')
+sha512sums=('81ce73709c7c6a0160da42b00ce06ddf4cce79a6801df7aa90ddcce67efed6ace17b06171ac42b2737a98515c17ab46b5a3b7fd9e5bd3079b109a977dc6c0963')
+_distdir="Throwable-0.200013"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install
+  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 prosody/repos (28 files)

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 13:02:55
  Author: spupykin
Revision: 143420

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

Added:
  prosody/repos/community-i686/PKGBUILD
(from rev 143419, prosody/trunk/PKGBUILD)
  prosody/repos/community-i686/fix-config.patch
(from rev 143419, prosody/trunk/fix-config.patch)
  prosody/repos/community-i686/prosody.install
(from rev 143419, prosody/trunk/prosody.install)
  prosody/repos/community-i686/prosody.logrotated
(from rev 143419, prosody/trunk/prosody.logrotated)
  prosody/repos/community-i686/prosody.service
(from rev 143419, prosody/trunk/prosody.service)
  prosody/repos/community-i686/prosody.tmpfile.d
(from rev 143419, prosody/trunk/prosody.tmpfile.d)
  prosody/repos/community-i686/sysuser.conf
(from rev 143419, prosody/trunk/sysuser.conf)
  prosody/repos/community-x86_64/PKGBUILD
(from rev 143419, prosody/trunk/PKGBUILD)
  prosody/repos/community-x86_64/fix-config.patch
(from rev 143419, prosody/trunk/fix-config.patch)
  prosody/repos/community-x86_64/prosody.install
(from rev 143419, prosody/trunk/prosody.install)
  prosody/repos/community-x86_64/prosody.logrotated
(from rev 143419, prosody/trunk/prosody.logrotated)
  prosody/repos/community-x86_64/prosody.service
(from rev 143419, prosody/trunk/prosody.service)
  prosody/repos/community-x86_64/prosody.tmpfile.d
(from rev 143419, prosody/trunk/prosody.tmpfile.d)
  prosody/repos/community-x86_64/sysuser.conf
(from rev 143419, prosody/trunk/sysuser.conf)
Deleted:
  prosody/repos/community-i686/PKGBUILD
  prosody/repos/community-i686/fix-config.patch
  prosody/repos/community-i686/prosody.install
  prosody/repos/community-i686/prosody.logrotated
  prosody/repos/community-i686/prosody.service
  prosody/repos/community-i686/prosody.tmpfile.d
  prosody/repos/community-i686/sysuser.conf
  prosody/repos/community-x86_64/PKGBUILD
  prosody/repos/community-x86_64/fix-config.patch
  prosody/repos/community-x86_64/prosody.install
  prosody/repos/community-x86_64/prosody.logrotated
  prosody/repos/community-x86_64/prosody.service
  prosody/repos/community-x86_64/prosody.tmpfile.d
  prosody/repos/community-x86_64/sysuser.conf

-+
 /PKGBUILD   |  142 ++
 /fix-config.patch   |   88 +
 /prosody.install|   58 +
 /prosody.logrotated |   18 
 /prosody.service|   26 ++
 /prosody.tmpfile.d  |2 
 /sysuser.conf   |6 +
 community-i686/PKGBUILD |   70 
 community-i686/fix-config.patch |   44 --
 community-i686/prosody.install  |   29 --
 community-i686/prosody.logrotated   |9 --
 community-i686/prosody.service  |   13 ---
 community-i686/prosody.tmpfile.d|1 
 community-i686/sysuser.conf |3 
 community-x86_64/PKGBUILD   |   70 
 community-x86_64/fix-config.patch   |   44 --
 community-x86_64/prosody.install|   29 --
 community-x86_64/prosody.logrotated |9 --
 community-x86_64/prosody.service|   13 ---
 community-x86_64/prosody.tmpfile.d  |1 
 community-x86_64/sysuser.conf   |3 
 21 files changed, 340 insertions(+), 338 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-08 11:01:53 UTC (rev 143419)
+++ community-i686/PKGBUILD 2015-10-08 11:02:55 UTC (rev 143420)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Dwayne Bent 
-# Contributor: Paul-Sebastian Manole 
-# Contributor: Timothée Ravier 
-
-pkgname=prosody
-pkgver=0.9.8
-pkgrel=2
-pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
-arch=('i686' 'x86_64')
-url="http://prosody.im/;
-license=('MIT')
-depends=('lua51' 'lua51-socket' 'lua51-expat' 'lua51-filesystem' 'libidn'
- 'openssl')
-optdepends=('lua51-sec: TLS encryption support'
-   'lua51-zlib: compression support')
-install=prosody.install
-backup=('etc/logrotate.d/prosody'
-'etc/prosody/prosody.cfg.lua')
-validpgpkeys=('32A9EDDE3609931EB98CEAC315907E8E7BDD6BFE')
-source=("http://prosody.im/downloads/source/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'prosody.logrotated'
-'fix-config.patch'
-'prosody.tmpfile.d'
-'prosody.service'
-'sysuser.conf')
-md5sums=('5144cd832a1860443e21e336dc560ee7'
- 'SKIP'
- '5b44aee99f1fa9e7f055e067688cafbd'
- '01b6aa0b1e1e3067756c45b0751bee78'
- 'dc8405a6a235b83dc8a0dcdf7b71cbaa'
- 'e74045f27cb60908d535969906781f75'
- '385ca73d9f6046f3636266ce9bf38797')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 < 

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

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 13:01:47
  Author: spupykin
Revision: 143418

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-08 11:00:59 UTC (rev 143417)
+++ community-i686/PKGBUILD 2015-10-08 11:01:47 UTC (rev 143418)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Contributor: Anders Bergh <ande...@gmail.com>
-
-pkgbase=luasocket
-pkgname=(lua-socket lua51-socket lua52-socket)
-pkgver=20151001
-pkgrel=1
-pkgdesc='Networking support library for the Lua language'
-arch=('i686' 'x86_64')
-url='https://github.com/diegonehab/luasocket'
-license=('MIT')
-makedepends=('lua' 'lua51' 'lua52' 'git')
-source=("git+https://github.com/diegonehab/luasocket.git;)
-md5sums=('SKIP')
-
-build() {
-  cp -a luasocket luasocket-52
-  cp -a luasocket luasocket-51
-
-  msg2 'Building with lua 5.3'
-  cd "$srcdir"/luasocket
-  make LUAV=5.3
-
-  msg2 'Building with lua 5.1'
-  cd "$srcdir"/luasocket-51
-  find . -type f -name \*.[ch] -exec sed -i \
--e 's|include "lua.h|include "lua5.1/lua.h|g' \
--e 's|include "lualib.h|include "lua5.1/lualib.h|g' \
--e 's|include "luaconf.h|include "lua5.1/luaconf.h|g' \
--e 's|include "lauxlib.h|include "lua5.1/lauxlib.h|g' \
-{} \;
-  make LUAV=5.1
-
-  msg2 'Building with lua 5.2'
-  cd "$srcdir"/luasocket-52
-  find . -type f -name \*.[ch] -exec sed -i \
--e 's|include "lua.h|include "lua5.2/lua.h|g' \
--e 's|include "lualib.h|include "lua5.2/lualib.h|g' \
--e 's|include "luaconf.h|include "lua5.2/luaconf.h|g' \
--e 's|include "lauxlib.h|include "lua5.2/lauxlib.h|g' \
-{} \;
-  make LUAV=5.2
-}
-
-package_lua-socket() {
-  depends=('lua')
-  cd luasocket
-  make DESTDIR="$pkgdir/" LUAV=5.3 prefix=/usr install-unix
-  install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua51-socket() {
-  depends=('lua51')
-  replaces=('luasocket')
-  conflicts=('luasocket')
-
-  cd luasocket-51
-  make DESTDIR="$pkgdir/" LUAV=5.1 prefix=/usr install-unix
-  install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua52-socket() {
-  depends=('lua52')
-
-  cd luasocket-52
-  make DESTDIR="$pkgdir/" LUAV=5.2 prefix=/usr install-unix
-  install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: luasocket/repos/community-i686/PKGBUILD (from rev 143417, 
luasocket/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-08 11:01:47 UTC (rev 143418)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: Anders Bergh <ande...@gmail.com>
+
+pkgbase=luasocket
+pkgname=(lua-socket lua51-socket lua52-socket)
+pkgver=20151008
+pkgrel=1
+pkgdesc='Networking support library for the Lua language'
+arch=('i686' 'x86_64')
+url='https://github.com/diegonehab/luasocket'
+license=('MIT')
+makedepends=('lua' 'lua51' 'lua52' 'git')
+source=("git+https://github.com/diegonehab/luasocket.git#commit=d1ec29be7f982db75864155dd61a058902e1cae2;)
+md5sums=('SKIP')
+
+build() {
+  cp -a luasocket luasocket-52
+  cp -a luasocket luasocket-51
+
+  msg2 'Building with lua 5.3'
+  cd "$srcdir"/luasocket
+  make LUAV=5.3
+
+  msg2 'Building with lua 5.1'
+  cd "$srcdir"/luasocket-51
+  find . -type f -name \*.[ch] -exec sed -i \
+-e 's|include "lua.h|include "lua5.1/lua.h|g' \
+-e 's|include "lualib.h|include "lua5.1/lualib.h|g' \
+-e 's|include "luaconf.h|include "lua5.1/luaconf.h|g' \
+-e 's|include "lauxlib.h|include "lua5.1/lauxlib.h|g' \
+{} \;
+  make LUAV=5.1
+
+  msg2 'Building with lua 5.2'
+  cd "$srcdir"/luasocket-52
+  find . -type f -name \*.[ch] -exec sed -i \
+-e 's|include "lua.h|include "lua5.2/lua.h|g' \
+-e 's|include "lualib.h|include "lua5.2/lualib.h|g' \
+-e 's|include "luaconf.h|include "lua5.2/luaconf.h|g' \
+-e 's|include "lauxlib.h

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

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 13:01:53
  Author: spupykin
Revision: 143419

upgpkg: prosody 0.9.8-3

upd

Modified:
  prosody/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 11:01:47 UTC (rev 143418)
+++ PKGBUILD2015-10-08 11:01:53 UTC (rev 143419)
@@ -6,7 +6,7 @@
 
 pkgname=prosody
 pkgver=0.9.8
-pkgrel=2
+pkgrel=3
 pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
 arch=('i686' 'x86_64')
 url="http://prosody.im/;
@@ -35,8 +35,9 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -p1 < ../fix-config.patch
+  patch -p1 < $srcdir/fix-config.patch
   sed -i 's|require "socket"|local socket = require "socket"|' prosodyctl
+  sed -i 's|sock, err = socket.udp();|sock, err = (socket.udp4 or 
socket.udp)();|g' net/dns.lua
 }
 
 build() {


[arch-commits] Commit in (33 files)

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 12:39:59
  Author: spupykin
Revision: 143407

bugzilla update + deps

Added:
  perl-class-method-modifiers/
  perl-class-method-modifiers/repos/
  perl-class-method-modifiers/trunk/
  perl-class-method-modifiers/trunk/PKGBUILD
  perl-email-sender/
  perl-email-sender/repos/
  perl-email-sender/trunk/
  perl-email-sender/trunk/PKGBUILD
  perl-import-into/
  perl-import-into/repos/
  perl-import-into/trunk/
  perl-import-into/trunk/PKGBUILD
  perl-moo/
  perl-moo/repos/
  perl-moo/trunk/
  perl-moo/trunk/PKGBUILD
  perl-moox-types-mooselike/
  perl-moox-types-mooselike/repos/
  perl-moox-types-mooselike/trunk/
  perl-moox-types-mooselike/trunk/PKGBUILD
  perl-mro-compat/
  perl-mro-compat/repos/
  perl-mro-compat/trunk/
  perl-mro-compat/trunk/PKGBUILD
  perl-role-tiny/
  perl-role-tiny/repos/
  perl-role-tiny/trunk/
  perl-role-tiny/trunk/PKGBUILD
  perl-throwable/
  perl-throwable/repos/
  perl-throwable/trunk/
  perl-throwable/trunk/PKGBUILD
Modified:
  bugzilla/trunk/PKGBUILD

+
 bugzilla/trunk/PKGBUILD|6 +--
 perl-class-method-modifiers/trunk/PKGBUILD |   48 
 perl-email-sender/trunk/PKGBUILD   |   52 +++
 perl-import-into/trunk/PKGBUILD|   51 ++
 perl-moo/trunk/PKGBUILD|   47 
 perl-moox-types-mooselike/trunk/PKGBUILD   |   50 +
 perl-mro-compat/trunk/PKGBUILD |   44 ++
 perl-role-tiny/trunk/PKGBUILD  |   51 ++
 perl-throwable/trunk/PKGBUILD  |   49 +
 9 files changed, 395 insertions(+), 3 deletions(-)

Modified: bugzilla/trunk/PKGBUILD
===
--- bugzilla/trunk/PKGBUILD 2015-10-08 10:29:38 UTC (rev 143406)
+++ bugzilla/trunk/PKGBUILD 2015-10-08 10:39:59 UTC (rev 143407)
@@ -3,7 +3,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bugzilla
-pkgver=5.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc="bug tracker"
 arch=('any')
@@ -17,7 +17,7 @@
 perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
 perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
 perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
-perl-data-dumper perl-math-random-isaac perl-email-sender 
perl-test-taint)
+perl-data-dumper perl-math-random-isaac perl-email-sender)
 optdepends=('perl-dbd-pg'
'perl-dbd-mysql'
'perl-dbd-oracle'
@@ -32,7 +32,7 @@
 options=(!strip)
 backup=('srv/http/bugzilla/.htaccess')
 
source=(http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-$pkgver.tar.gz)
-md5sums=('1358568ca67406f477401fbb806b5152')
+md5sums=('429f560410da3fd65c8a750323881fea')
 
 package() {
   cd $srcdir

Added: perl-class-method-modifiers/trunk/PKGBUILD
===
--- perl-class-method-modifiers/trunk/PKGBUILD  (rev 0)
+++ perl-class-method-modifiers/trunk/PKGBUILD  2015-10-08 10:39:59 UTC (rev 
143407)
@@ -0,0 +1,48 @@
+# Maintainer: Moritz Bunkus 
+
+pkgname='perl-class-method-modifiers'
+pkgver='2.11'
+pkgrel='2'
+pkgdesc="provides Moose-like method modifiers"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-fatal' 'perl-test-requires')
+url='http://search.cpan.org/dist/Class-Method-Modifiers'
+source=("http://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-${pkgver}.tar.gz;)
+md5sums=('c6982e9e89325713d5afaff82cfe1744')
+sha512sums=('668efc01207034f850d411936fc4e5b6900030710a25dda46cb6c5d6d8e081d0d37327945f1bf17e7cda34add1b33e5be3bc7c37b28eeab6a2275d0fbefd9285')
+
+prepare_environment() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+PERL_AUTOINSTALL=--skipdeps\
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+MODULEBUILDRC=/dev/null
+
+  cd "${srcdir}/Class-Method-Modifiers-${pkgver}"
+}
+
+build() {
+  prepare_environment
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  prepare_environment
+  make test
+}
+
+package() {
+  prepare_environment
+  make install
+  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:

Added: perl-email-sender/trunk/PKGBUILD
===
--- perl-email-sender/trunk/PKGBUILD(rev 0)
+++ perl-email-sender/trunk/PKGBUILD2015-10-08 10:39:59 UTC (rev 143407)
@@ -0,0 +1,52 @@
+# Contributor: John D Jones III AKA jnbek 
+# 

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

2015-10-08 Thread Sergej Pupykin
Date: Thursday, October 8, 2015 @ 13:00:59
  Author: spupykin
Revision: 143417

upgpkg: luasocket 20151008-1

upd

Modified:
  luasocket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 10:43:02 UTC (rev 143416)
+++ PKGBUILD2015-10-08 11:00:59 UTC (rev 143417)
@@ -4,7 +4,7 @@
 
 pkgbase=luasocket
 pkgname=(lua-socket lua51-socket lua52-socket)
-pkgver=20151001
+pkgver=20151008
 pkgrel=1
 pkgdesc='Networking support library for the Lua language'
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url='https://github.com/diegonehab/luasocket'
 license=('MIT')
 makedepends=('lua' 'lua51' 'lua52' 'git')
-source=("git+https://github.com/diegonehab/luasocket.git#commit=4110e4125dace9df3a744067066e5dee62670561;)
+source=("git+https://github.com/diegonehab/luasocket.git#commit=d1ec29be7f982db75864155dd61a058902e1cae2;)
 md5sums=('SKIP')
 
 build() {


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

2015-10-08 Thread Evangelos Foutras
Date: Thursday, October 8, 2015 @ 13:20:10
  Author: foutrelis
Revision: 248496

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

Added:
  qtcreator/repos/extra-i686/PKGBUILD
(from rev 248495, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-i686/qtcreator.desktop
(from rev 248495, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-i686/qtcreator.install
(from rev 248495, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 248495, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-x86_64/qtcreator.desktop
(from rev 248495, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/extra-x86_64/qtcreator.install
(from rev 248495, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/extra-i686/PKGBUILD
  qtcreator/repos/extra-i686/qtcreator.desktop
  qtcreator/repos/extra-i686/qtcreator.install
  qtcreator/repos/extra-x86_64/PKGBUILD
  qtcreator/repos/extra-x86_64/qtcreator.desktop
  qtcreator/repos/extra-x86_64/qtcreator.install

+
 /PKGBUILD  |  146 +++
 /qtcreator.desktop |   20 +
 /qtcreator.install |   24 ++
 extra-i686/PKGBUILD|   67 -
 extra-i686/qtcreator.desktop   |   10 --
 extra-i686/qtcreator.install   |   12 ---
 extra-x86_64/PKGBUILD  |   67 -
 extra-x86_64/qtcreator.desktop |   10 --
 extra-x86_64/qtcreator.install |   12 ---
 9 files changed, 190 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-08 11:19:58 UTC (rev 248495)
+++ extra-i686/PKGBUILD 2015-10-08 11:20:10 UTC (rev 248496)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Imanol Celaya 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgname=qtcreator
-pkgver=3.5.0
-_pkgver=v3.5.0
-pkgrel=3
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
-makedepends=('git' 'mesa' 'clang')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'clang: Clang code model'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=("git://code.qt.io/qt-creator/qt-creator.git#tag=${_pkgver}"
-"git://code.qt.io/qt-labs/qbs.git"
-'qtcreator.desktop')
-md5sums=('SKIP'
- 'SKIP'
- '800c94165c547b64012a207d9830250a')
-
-prepare() {
-  cd qt-creator
-  git submodule init
-  git config submodule.qbs.url $srcdir/qbs
-  git submodule update
-}
-
-build() {
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  LLVM_INSTALL_DIR=/usr qmake CONFIG+=journald -r ../qt-creator/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="${pkgdir}/usr/" install
-  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
-
-  # Workaround for FS#40583
-  mv "${pkgdir}"/usr/bin/qtcreator "${pkgdir}"/usr/bin/qtcreator-bin
-  echo "#!/bin/sh" > "${pkgdir}"/usr/bin/qtcreator
-  echo "QT_LOGGING_TO_CONSOLE=1 qtcreator-bin \$@" >> 
"${pkgdir}"/usr/bin/qtcreator
-  chmod +x "${pkgdir}"/usr/bin/qtcreator
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/extra-i686/PKGBUILD (from rev 248495, 
qtcreator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-08 11:20:10 UTC (rev 248496)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=3.5.0
+_pkgver=v3.5.0
+pkgrel=4
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools' 'qt5-quickcontrols')
+makedepends=('git' 'mesa' 'clang')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+   

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

2015-10-08 Thread Evangelos Foutras
Date: Thursday, October 8, 2015 @ 13:19:58
  Author: foutrelis
Revision: 248495

upgpkg: qtcreator 3.5.0-4

Allow LLDB-MI to be used as debugger (FS#46515).

Modified:
  qtcreator/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 07:01:59 UTC (rev 248494)
+++ PKGBUILD2015-10-08 11:19:58 UTC (rev 248495)
@@ -9,7 +9,7 @@
 pkgname=qtcreator
 pkgver=3.5.0
 _pkgver=v3.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'
@@ -39,6 +39,12 @@
   git submodule init
   git config submodule.qbs.url $srcdir/qbs
   git submodule update
+
+  # Debugger: Allow LLDB-MI to be used as debugger
+  # https://bugreports.qt.io/browse/QTCREATORBUG-15131
+  # https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=97e9f113879c
+  # https://code.qt.io/cgit/qt-creator/qt-creator.git/commit/?id=e57b0db0f959
+  git cherry-pick -n 97e9f113879c e57b0db0f959
 }
 
 build() {


[arch-commits] Commit in lib32-libjpeg-turbo/repos/multilib-x86_64 (6 files)

2015-10-08 Thread Felix Yan
Date: Thursday, October 8, 2015 @ 15:49:11
  Author: fyan
Revision: 143428

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libjpeg-turbo/repos/multilib-x86_64/PKGBUILD
(from rev 143427, lib32-libjpeg-turbo/trunk/PKGBUILD)
  lib32-libjpeg-turbo/repos/multilib-x86_64/jstdhuff.patch
(from rev 143427, lib32-libjpeg-turbo/trunk/jstdhuff.patch)
  lib32-libjpeg-turbo/repos/multilib-x86_64/overrun.patch
(from rev 143427, lib32-libjpeg-turbo/trunk/overrun.patch)
Deleted:
  lib32-libjpeg-turbo/repos/multilib-x86_64/PKGBUILD
  lib32-libjpeg-turbo/repos/multilib-x86_64/jstdhuff.patch
  lib32-libjpeg-turbo/repos/multilib-x86_64/overrun.patch

+
 PKGBUILD   |  102 -
 jstdhuff.patch |  602 +++
 overrun.patch  |   42 +--
 3 files changed, 373 insertions(+), 373 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-08 13:48:47 UTC (rev 143427)
+++ PKGBUILD2015-10-08 13:49:11 UTC (rev 143428)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: Simone Sclavi 'Ito' 
-
-_pkgbasename=libjpeg-turbo
-pkgname=lib32-$_pkgbasename
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="libjpeg derivative with accelerated baseline JPEG compression and 
decompression (32-bit)"
-arch=('x86_64')
-url="http://libjpeg-turbo.virtualgl.org/;
-license=('GPL' 'custom')
-depends=('lib32-glibc' $_pkgbasename)
-makedepends=('nasm' gcc-multilib)
-provides=('lib32-libjpeg=8.0.2' 'lib32-turbojpeg')
-conflicts=('lib32-libjpeg' 'lib32-turbojpeg')
-replaces=('lib32-libjpeg' 'lib32-turbojpeg')
-options=('!libtool')
-source=(http://sourceforge.net/projects/$_pkgbasename/files/$pkgver/$_pkgbasename-$pkgver.tar.gz)
-sha1sums=('363a149f644211462c45138a19674f38100036d3')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  # it doesn't seem necessary
-  # sed -i "s|NAFLAGS='-felf64 -DELF -D__x86_64__'|NAFLAGS='-felf32 -DELF 
-D__x86_64__'|" configure
-  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man 
--libdir=/usr/lib32 --without-simd
-
-  make
-}
-
-check() {
-  cd "$_pkgbasename-$pkgver"
-  make test
-  }
-
-package() {
-  cd "$_pkgbasename-$pkgver"
-
-  make DESTDIR="$pkgdir/" docdir=/usr/share/doc/libjpeg-turbo \
-exampledir=/usr/share/doc/libjpeg-turbo install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libjpeg-turbo/repos/multilib-x86_64/PKGBUILD (from rev 143427, 
lib32-libjpeg-turbo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-08 13:49:11 UTC (rev 143428)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Simone Sclavi 'Ito' 
+
+_pkgbasename=libjpeg-turbo
+pkgname=lib32-$_pkgbasename
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="libjpeg derivative with accelerated baseline JPEG compression and 
decompression (32-bit)"
+arch=('x86_64')
+url="http://libjpeg-turbo.virtualgl.org/;
+license=('custom')
+depends=('lib32-glibc' $_pkgbasename)
+makedepends=('nasm' gcc-multilib)
+provides=('lib32-libjpeg=8.0.2' 'lib32-turbojpeg')
+conflicts=('lib32-libjpeg' 'lib32-turbojpeg')
+replaces=('lib32-libjpeg' 'lib32-turbojpeg')
+options=('!libtool')
+source=(http://sourceforge.net/projects/$_pkgbasename/files/$pkgver/$_pkgbasename-$pkgver.tar.gz)
+sha1sums=('2666158ccd5318513f875867bbc4af52f6eb9f0b')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  # it doesn't seem necessary
+  # sed -i "s|NAFLAGS='-felf64 -DELF -D__x86_64__'|NAFLAGS='-felf32 -DELF 
-D__x86_64__'|" configure
+  ./configure --prefix=/usr --with-jpeg8 --mandir=/usr/share/man 
--libdir=/usr/lib32 --without-simd
+
+  make
+}
+
+check() {
+  cd "$_pkgbasename-$pkgver"
+  make test
+  }
+
+package() {
+  cd "$_pkgbasename-$pkgver"
+
+  make DESTDIR="$pkgdir/" docdir=/usr/share/doc/libjpeg-turbo \
+exampledir=/usr/share/doc/libjpeg-turbo install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: jstdhuff.patch
===
--- jstdhuff.patch  2015-10-08 13:48:47 UTC (rev 143427)
+++ jstdhuff.patch  2015-10-08 13:49:11 UTC (rev 143428)
@@ -1,301 +0,0 @@
-Index: jcparam.c
-===
 jcparam.c  (revision 1103)
-+++ jcparam.c  (revision 1104)
-@@ -16,6 +16,7 @@
- #define JPEG_INTERNALS
- #include "jinclude.h"
- #include "jpeglib.h"
-+#include 

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

2015-10-08 Thread Levente Polyak
Date: Thursday, October 8, 2015 @ 16:06:13
  Author: anthraxx
Revision: 143429

upgpkg: opensmtpd 5.7.3p1-1

upgpkg: opensmtpd 5.7.3p1-1

Modified:
  opensmtpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 13:49:11 UTC (rev 143428)
+++ PKGBUILD2015-10-08 14:06:13 UTC (rev 143429)
@@ -2,13 +2,13 @@
 # Contributor: Sébastien Luttringer
 
 pkgname=opensmtpd
-pkgver=5.7.1p1
+pkgver=5.7.3p1
 pkgrel=1
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('i686' 'x86_64')
 url='http://www.opensmtpd.org/'
 license=('custom')
-depends=('libasr' 'libevent' 'openssl')
+depends=('libasr' 'libevent' 'openssl' 'pam')
 provides=('smtp-server' 'smtp-forwarder')
 conflicts=('smtp-server' 'smtp-forwarder')
 backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
@@ -17,7 +17,7 @@
 source=("http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;
 'smtpd.service'
 'smtpd.socket')
-sha256sums=('67e9dd9682ca8c181e84e66c76245a4a8f6205834f915a2c021cdfeb22049e3a'
+sha256sums=('848a3c72dd22b216bb924b69dc356fc297e8b3671ec30856978950208cba74dd'
 '3760f7268e776b696548e57f5f9e4d18ed19e8854dc0631c176a69d558a8b362'
 '32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
 


[arch-commits] Commit in ecl/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2015-10-08 Thread Jürgen Hötzel
Date: Thursday, October 8, 2015 @ 16:11:42
  Author: juergen
Revision: 248500

archrelease: copy trunk to extra-x86_64

Added:
  ecl/repos/extra-x86_64/PKGBUILD
(from rev 248499, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-08 14:11:37 UTC (rev 248499)
+++ PKGBUILD2015-10-08 14:11:42 UTC (rev 248500)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=15.3.7
-pkgrel=1
-pkgdesc="Embeddable Common Lisp"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ecls/;
-license=('LGPL')
-depends=('bash' 'gmp')
-makedepends=('texinfo')
-provides=('common-lisp' 'cl-asdf')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/ecls/ecls/15.3/ecl-${pkgver}.tgz)
-md5sums=('39f4fb924c88e47ce31e6d57ac2a6de8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
-  ./configure \
---build=$CHOST \
---prefix=/usr \
---with-tcp \
---with-clos-streams \
---enable-shared \
---enable-boehm=included \
---with-system-gmp \
---without-x \
---enable-threads \
---without-clx
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: ecl/repos/extra-x86_64/PKGBUILD (from rev 248499, ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-08 14:11:42 UTC (rev 248500)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=16.0.0
+pkgrel=1
+pkgdesc="Embeddable Common Lisp"
+arch=('i686' 'x86_64')
+url="https://common-lisp.net/project/ecl/;
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')
+source=(https://common-lisp.net/project/ecl/files/ecl-${pkgver}.tgz)
+sha1sums=('3309b5f4126d1a024f7eacaec6aca0e391dd3c75')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
+  ./configure \
+--build=$CHOST \
+--prefix=/usr \
+--with-tcp \
+--with-clos-streams \
+--enable-shared \
+--enable-boehm=included \
+--with-system-gmp \
+--without-x \
+--enable-threads \
+--without-clx
+
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}


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

2015-10-08 Thread Jürgen Hötzel
Date: Thursday, October 8, 2015 @ 16:11:37
  Author: juergen
Revision: 248499

upgpkg: ecl 16.0.0-1

Modified:
  ecl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 13:49:41 UTC (rev 248498)
+++ PKGBUILD2015-10-08 14:11:37 UTC (rev 248499)
@@ -3,18 +3,18 @@
 # Maintainer: juergen 
 
 pkgname=ecl
-pkgver=15.3.7
+pkgver=16.0.0
 pkgrel=1
 pkgdesc="Embeddable Common Lisp"
 arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ecls/;
+url="https://common-lisp.net/project/ecl/;
 license=('LGPL')
 depends=('bash' 'gmp')
 makedepends=('texinfo')
 provides=('common-lisp' 'cl-asdf')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/ecls/ecls/15.3/ecl-${pkgver}.tgz)
-md5sums=('39f4fb924c88e47ce31e6d57ac2a6de8')
+source=(https://common-lisp.net/project/ecl/files/ecl-${pkgver}.tgz)
+sha1sums=('3309b5f4126d1a024f7eacaec6aca0e391dd3c75')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in ecl/repos/extra-i686 (PKGBUILD PKGBUILD)

2015-10-08 Thread Jürgen Hötzel
Date: Thursday, October 8, 2015 @ 16:20:58
  Author: juergen
Revision: 248501

archrelease: copy trunk to extra-i686

Added:
  ecl/repos/extra-i686/PKGBUILD
(from rev 248500, ecl/trunk/PKGBUILD)
Deleted:
  ecl/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-08 14:11:42 UTC (rev 248500)
+++ PKGBUILD2015-10-08 14:20:58 UTC (rev 248501)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: John Proctor 
-# Maintainer: juergen 
-
-pkgname=ecl
-pkgver=15.3.7
-pkgrel=1
-pkgdesc="Embeddable Common Lisp"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/ecls/;
-license=('LGPL')
-depends=('bash' 'gmp')
-makedepends=('texinfo')
-provides=('common-lisp' 'cl-asdf')
-options=('!makeflags')
-source=(http://downloads.sourceforge.net/project/ecls/ecls/15.3/ecl-${pkgver}.tgz)
-md5sums=('39f4fb924c88e47ce31e6d57ac2a6de8')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
-  ./configure \
---build=$CHOST \
---prefix=/usr \
---with-tcp \
---with-clos-streams \
---enable-shared \
---enable-boehm=included \
---with-system-gmp \
---without-x \
---enable-threads \
---without-clx
-
-  make
-}
-
-package() {
-  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}

Copied: ecl/repos/extra-i686/PKGBUILD (from rev 248500, ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-08 14:20:58 UTC (rev 248501)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: John Proctor 
+# Maintainer: juergen 
+
+pkgname=ecl
+pkgver=16.0.0
+pkgrel=1
+pkgdesc="Embeddable Common Lisp"
+arch=('i686' 'x86_64')
+url="https://common-lisp.net/project/ecl/;
+license=('LGPL')
+depends=('bash' 'gmp')
+makedepends=('texinfo')
+provides=('common-lisp' 'cl-asdf')
+options=('!makeflags')
+source=(https://common-lisp.net/project/ecl/files/ecl-${pkgver}.tgz)
+sha1sums=('3309b5f4126d1a024f7eacaec6aca0e391dd3c75')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
+  ./configure \
+--build=$CHOST \
+--prefix=/usr \
+--with-tcp \
+--with-clos-streams \
+--enable-shared \
+--enable-boehm=included \
+--with-system-gmp \
+--without-x \
+--enable-threads \
+--without-clx
+
+  make
+}
+
+package() {
+  make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
+}


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

2015-10-08 Thread Bartłomiej Piotrowski
Date: Thursday, October 8, 2015 @ 16:26:50
  Author: bpiotrowski
Revision: 248502

upgpkg: cryptsetup 1.6.8-1

new upstream release

Modified:
  cryptsetup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 14:20:58 UTC (rev 248501)
+++ PKGBUILD2015-10-08 14:26:50 UTC (rev 248502)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Thomas Bächler 
 pkgname=cryptsetup
-pkgver=1.6.7
+pkgver=1.6.8
 pkgrel=1
 pkgdesc="Userspace setup tool for transparent encryption of block devices 
using dm-crypt"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 encrypt_hook
 encrypt_install
 sd-encrypt)
-sha256sums=('c23c24c8d662032da8650c1c84985221be8bbedf4737c1540bba7e4517dfe820'
+sha256sums=('45a6ccd3c65b7d904e58e1cb3656a7e997190b6a05b5ff7c6887e4a41c5f19bc'
 '4406f8dc83f4f1b408e49d557515f721d91b358355c71fbe51f74ab27e5c84ff'
 'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae'
 'd442304e6a78b3513ebc53be3fe2f1276a7df470c8da701b3ece971d59979bdd')


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

2015-10-08 Thread Johannes Löthberg
Date: Thursday, October 8, 2015 @ 14:47:56
  Author: demize
Revision: 143421

upgpkg: python-pafy 0.4.1-1

Modified:
  python-pafy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 11:02:55 UTC (rev 143420)
+++ PKGBUILD2015-10-08 12:47:56 UTC (rev 143421)
@@ -1,8 +1,8 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=python-pafy
-pkgver=0.3.74
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 
 pkgdesc="Python API for YouTube"
 url="http://np1.github.io/pafy;
@@ -9,12 +9,12 @@
 arch=('any')
 license=('GPL3')
 
-depends=('python')
+depends=('python' 'youtube-dl')
 optdepends=('ffmpeg: fix issues with audio file downloads')
 
 
source=("python-pafy-$pkgver.tar.gz::https://github.com/np1/pafy/archive/v$pkgver.tar.gz;)
 
-sha1sums=('4106f6f7d03a3786ad4f2105ae42657b92cb336d')
+sha1sums=('a8805f9223be933505975018f08c13e04e4583d6')
 
 package() {
cd pafy-$pkgver


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

2015-10-08 Thread Felix Yan
Date: Thursday, October 8, 2015 @ 15:01:24
  Author: fyan
Revision: 143425

addpkg: pdfpc 4.0.0-1

Added:
  pdfpc/
  pdfpc/repos/
  pdfpc/trunk/
  pdfpc/trunk/PKGBUILD

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

Added: pdfpc/trunk/PKGBUILD
===
--- pdfpc/trunk/PKGBUILD(rev 0)
+++ pdfpc/trunk/PKGBUILD2015-10-08 13:01:24 UTC (rev 143425)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Bilke 
+
+pkgname=pdfpc
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='A presenter console with multi-monitor support for PDF files'
+arch=('i686' 'x86_64')
+url='https://pdfpc.github.io/'
+license=('GPL')
+depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
+optdepends=('gst-plugins-good: more codecs for video playback support')
+makedepends=('cmake' 'vala')
+source=(https://github.com/pdfpc/pdfpc/releases/download/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha256sums=('c091c554f4e3ed8735df40055253459c47b09590775a6f9b5b6abf1b42647a62')
+
+build() {
+cd "$srcdir/$pkgname-v$pkgver"
+cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-v$pkgver"
+make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=4 sw=4 et:


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


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

2015-10-08 Thread Jürgen Hötzel
Date: Thursday, October 8, 2015 @ 15:37:22
  Author: juergen
Revision: 248497

upgpkg: gnucash 2.6.9-1

Modified:
  gnucash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 11:20:10 UTC (rev 248496)
+++ PKGBUILD2015-10-08 13:37:22 UTC (rev 248497)
@@ -3,7 +3,7 @@
 # Contributor: Mark Schneider 
 
 pkgname=gnucash
-pkgver=2.6.8
+pkgver=2.6.9
 pkgrel=1
 pkgdesc="A personal and small-business financial-accounting application"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 url="http://www.gnucash.org;
 license=("GPL")
 depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
+makedepends=('intltool' 'gcc' 'pkgconfig')
 optdepends=('evince: for print preview'
'yelp: help browser'
 'perl-finance-quote: for stock information lookups'
@@ -18,7 +18,7 @@
 options=('!makeflags' '!emptydirs')
 install=gnucash.install
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('302b4a9a6fe5075daf75a86ecdb6d8edd1e3bbd7')
+sha1sums=('d61b5da531982ebc0f0fee589733d64bec9b571d')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-10-08 Thread Johannes Löthberg
Date: Thursday, October 8, 2015 @ 14:48:31
  Author: demize
Revision: 143422

archrelease: copy trunk to community-any

Added:
  python-pafy/repos/community-any/PKGBUILD
(from rev 143421, python-pafy/trunk/PKGBUILD)
Deleted:
  python-pafy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-08 12:47:56 UTC (rev 143421)
+++ PKGBUILD2015-10-08 12:48:31 UTC (rev 143422)
@@ -1,22 +0,0 @@
-# Maintainer: Johannes Löthberg 
-
-pkgname=python-pafy
-pkgver=0.3.74
-pkgrel=2
-
-pkgdesc="Python API for YouTube"
-url="http://np1.github.io/pafy;
-arch=('any')
-license=('GPL3')
-
-depends=('python')
-optdepends=('ffmpeg: fix issues with audio file downloads')
-
-source=("python-pafy-$pkgver.tar.gz::https://github.com/np1/pafy/archive/v$pkgver.tar.gz;)
-
-sha1sums=('4106f6f7d03a3786ad4f2105ae42657b92cb336d')
-
-package() {
-   cd pafy-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pafy/repos/community-any/PKGBUILD (from rev 143421, 
python-pafy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-08 12:48:31 UTC (rev 143422)
@@ -0,0 +1,22 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=python-pafy
+pkgver=0.4.1
+pkgrel=1
+
+pkgdesc="Python API for YouTube"
+url="http://np1.github.io/pafy;
+arch=('any')
+license=('GPL3')
+
+depends=('python' 'youtube-dl')
+optdepends=('ffmpeg: fix issues with audio file downloads')
+
+source=("python-pafy-$pkgver.tar.gz::https://github.com/np1/pafy/archive/v$pkgver.tar.gz;)
+
+sha1sums=('a8805f9223be933505975018f08c13e04e4583d6')
+
+package() {
+   cd pafy-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1
+}


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

2015-10-08 Thread Johannes Löthberg
Date: Thursday, October 8, 2015 @ 14:56:05
  Author: demize
Revision: 143423

upgpkg: python-sphinx_rtd_theme 0.1.9-1

Modified:
  python-sphinx_rtd_theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 12:48:31 UTC (rev 143422)
+++ PKGBUILD2015-10-08 12:56:05 UTC (rev 143423)
@@ -1,33 +1,36 @@
 # $Id$
-# Maintainer:
+# Maintainer: Johannes Löthberg 
 # Contributor: eolianoe 
 # Contributor: Romain Schmitz 
 
 pkgbase=python-sphinx_rtd_theme
-pkgname=(python-sphinx_rtd_theme python2-sphinx_rtd_theme)
-_pyname=sphinx_rtd_theme
-pkgver=0.1.8
-pkgrel=2
-arch=(any)
+pkgname=('python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
+pkgver=0.1.9
+pkgrel=1
+
 pkgdesc="Python Sphinx Read The Docs Theme"
 url='https://github.com/snide/sphinx_rtd_theme'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools)
-source=("https://pypi.python.org/packages/source/s/${_pyname}/${_pyname}-${pkgver}.tar.gz;)
-md5sums=('713ce7c53239449bdd799385577329ee')
+arch=('any')
+license=('MIT')
 
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://pypi.python.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz;)
+
+md5sums=('86a25c8d47147c872e42dc84cc66f97b')
+
 build() {
-  cp -r $_pyname-$pkgver $_pyname-$pkgver-py2
-  
-  cd $_pyname-$pkgver
+  cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2
+
+  cd sphinx_rtd_theme-$pkgver
   python setup.py build
 
-  cd "$srcdir"/$_pyname-$pkgver-py2
+  cd "$srcdir"/sphinx_rtd_theme-$pkgver-py2
   python2 setup.py build
 }
 
 package_python-sphinx_rtd_theme() {
-  cd $_pyname-${pkgver}
+  cd sphinx_rtd_theme-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
@@ -34,7 +37,7 @@
 }
 
 package_python2-sphinx_rtd_theme() {
-  cd $_pyname-${pkgver}-py2 
+  cd sphinx_rtd_theme-${pkgver}-py2 
   python2 setup.py install --root="$pkgdir" --optimize=1
 
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE


[arch-commits] Commit in python-sphinx_rtd_theme/repos/community-any (2 files)

2015-10-08 Thread Johannes Löthberg
Date: Thursday, October 8, 2015 @ 14:56:19
  Author: demize
Revision: 143424

archrelease: copy trunk to community-any

Added:
  python-sphinx_rtd_theme/repos/community-any/PKGBUILD
(from rev 143423, python-sphinx_rtd_theme/trunk/PKGBUILD)
Deleted:
  python-sphinx_rtd_theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-08 12:56:05 UTC (rev 143423)
+++ PKGBUILD2015-10-08 12:56:19 UTC (rev 143424)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: eolianoe 
-# Contributor: Romain Schmitz 
-
-pkgbase=python-sphinx_rtd_theme
-pkgname=(python-sphinx_rtd_theme python2-sphinx_rtd_theme)
-_pyname=sphinx_rtd_theme
-pkgver=0.1.8
-pkgrel=2
-arch=(any)
-pkgdesc="Python Sphinx Read The Docs Theme"
-url='https://github.com/snide/sphinx_rtd_theme'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools)
-source=("https://pypi.python.org/packages/source/s/${_pyname}/${_pyname}-${pkgver}.tar.gz;)
-md5sums=('713ce7c53239449bdd799385577329ee')
-
-build() {
-  cp -r $_pyname-$pkgver $_pyname-$pkgver-py2
-  
-  cd $_pyname-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$_pyname-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-sphinx_rtd_theme() {
-  cd $_pyname-${pkgver}
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sphinx_rtd_theme() {
-  cd $_pyname-${pkgver}-py2 
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-sphinx_rtd_theme/repos/community-any/PKGBUILD (from rev 143423, 
python-sphinx_rtd_theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-08 12:56:19 UTC (rev 143424)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: eolianoe 
+# Contributor: Romain Schmitz 
+
+pkgbase=python-sphinx_rtd_theme
+pkgname=('python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
+pkgver=0.1.9
+pkgrel=1
+
+pkgdesc="Python Sphinx Read The Docs Theme"
+url='https://github.com/snide/sphinx_rtd_theme'
+arch=('any')
+license=('MIT')
+
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://pypi.python.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz;)
+
+md5sums=('86a25c8d47147c872e42dc84cc66f97b')
+
+build() {
+  cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2
+
+  cd sphinx_rtd_theme-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sphinx_rtd_theme-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-sphinx_rtd_theme() {
+  cd sphinx_rtd_theme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sphinx_rtd_theme() {
+  cd sphinx_rtd_theme-${pkgver}-py2 
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


[arch-commits] Commit in gnucash/repos/extra-x86_64 (4 files)

2015-10-08 Thread Jürgen Hötzel
Date: Thursday, October 8, 2015 @ 15:49:41
  Author: juergen
Revision: 248498

archrelease: copy trunk to extra-x86_64

Added:
  gnucash/repos/extra-x86_64/PKGBUILD
(from rev 248497, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-x86_64/gnucash.install
(from rev 248497, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-x86_64/PKGBUILD
  gnucash/repos/extra-x86_64/gnucash.install

-+
 PKGBUILD|  104 +++---
 gnucash.install |   72 ++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-08 13:37:22 UTC (rev 248497)
+++ PKGBUILD2015-10-08 13:49:41 UTC (rev 248498)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=2.6.8
-pkgrel=1
-pkgdesc="A personal and small-business financial-accounting application"
-arch=('i686' 'x86_64')
-url="http://www.gnucash.org;
-license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('302b4a9a6fe5075daf75a86ecdb6d8edd1e3bbd7')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  cd src/doc/design
-  make DESTDIR="${pkgdir}" install-info
-
-  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
-
-  # fix FS#45453
-  sed -i  's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' 
"${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids"
-  rm "${pkgdir}/usr/lib/gnucash/overrides/guile"
-}

Copied: gnucash/repos/extra-x86_64/PKGBUILD (from rev 248497, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-08 13:49:41 UTC (rev 248498)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.6.9
+pkgrel=1
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org;
+license=("GPL")
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool' 'gcc' 'pkgconfig')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('d61b5da531982ebc0f0fee589733d64bec9b571d')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built 

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

2015-10-08 Thread Levente Polyak
Date: Thursday, October 8, 2015 @ 16:06:22
  Author: anthraxx
Revision: 143430

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

Added:
  opensmtpd/repos/community-i686/PKGBUILD
(from rev 143429, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-i686/opensmtpd.install
(from rev 143429, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-i686/smtpd.service
(from rev 143429, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-i686/smtpd.socket
(from rev 143429, opensmtpd/trunk/smtpd.socket)
  opensmtpd/repos/community-x86_64/PKGBUILD
(from rev 143429, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-x86_64/opensmtpd.install
(from rev 143429, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-x86_64/smtpd.service
(from rev 143429, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-x86_64/smtpd.socket
(from rev 143429, opensmtpd/trunk/smtpd.socket)
Deleted:
  opensmtpd/repos/community-i686/PKGBUILD
  opensmtpd/repos/community-i686/opensmtpd.install
  opensmtpd/repos/community-i686/smtpd.service
  opensmtpd/repos/community-i686/smtpd.socket
  opensmtpd/repos/community-x86_64/PKGBUILD
  opensmtpd/repos/community-x86_64/opensmtpd.install
  opensmtpd/repos/community-x86_64/smtpd.service
  opensmtpd/repos/community-x86_64/smtpd.socket

+
 /PKGBUILD  |  116 +++
 /opensmtpd.install |   50 +++
 /smtpd.service |   20 ++
 /smtpd.socket  |   16 
 community-i686/PKGBUILD|   58 -
 community-i686/opensmtpd.install   |   25 ---
 community-i686/smtpd.service   |   10 ---
 community-i686/smtpd.socket|8 --
 community-x86_64/PKGBUILD  |   58 -
 community-x86_64/opensmtpd.install |   25 ---
 community-x86_64/smtpd.service |   10 ---
 community-x86_64/smtpd.socket  |8 --
 12 files changed, 202 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-08 14:06:13 UTC (rev 143429)
+++ community-i686/PKGBUILD 2015-10-08 14:06:22 UTC (rev 143430)
@@ -1,58 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Sébastien Luttringer
-
-pkgname=opensmtpd
-pkgver=5.7.1p1
-pkgrel=1
-pkgdesc='Free implementation of the server-side SMTP protocol'
-arch=('i686' 'x86_64')
-url='http://www.opensmtpd.org/'
-license=('custom')
-depends=('libasr' 'libevent' 'openssl')
-provides=('smtp-server' 'smtp-forwarder')
-conflicts=('smtp-server' 'smtp-forwarder')
-backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
-options=('emptydirs')
-install=opensmtpd.install
-source=("http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;
-'smtpd.service'
-'smtpd.socket')
-sha256sums=('67e9dd9682ca8c181e84e66c76245a4a8f6205834f915a2c021cdfeb22049e3a'
-'3760f7268e776b696548e57f5f9e4d18ed19e8854dc0631c176a69d558a8b362'
-'32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
-
-prepare() {
-  sed -ri 's,/etc/mail,/etc/smtpd,g' "$pkgname-$pkgver/smtpd/smtpd.conf"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/smtpd \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/smtpd \
---with-maildir=/var/spool/mail \
---with-privsep-path=/var/empty \
---with-sock-dir=/run \
---with-ca-file=/etc/ssl/certs/ca-certificates.crt \
---with-privsep-user=smtpd \
---with-queue-user=smtpq \
---with-pam
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-
-  # install license and systemd unit files
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/smtpd.service" 
"$pkgdir/usr/lib/systemd/system/smtpd.service"
-  install -Dm644 "$srcdir/smtpd.socket" 
"$pkgdir/usr/lib/systemd/system/smtpd.socket"
-
-  # install an empty aliases file (used by the default config)
-  install -Dm644 /dev/null "$pkgdir/etc/smtpd/aliases"
-}

Copied: opensmtpd/repos/community-i686/PKGBUILD (from rev 143429, 
opensmtpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-08 14:06:22 UTC (rev 143430)
@@ -0,0 +1,58 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Sébastien Luttringer
+
+pkgname=opensmtpd
+pkgver=5.7.3p1
+pkgrel=1
+pkgdesc='Free implementation of the server-side SMTP protocol'
+arch=('i686' 'x86_64')
+url='http://www.opensmtpd.org/'
+license=('custom')
+depends=('libasr' 'libevent' 'openssl' 'pam')
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+backup=('etc/smtpd/smtpd.conf' 

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

2015-10-08 Thread Felix Yan
Date: Thursday, October 8, 2015 @ 15:03:07
  Author: fyan
Revision: 143426

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

Added:
  pdfpc/repos/community-i686/
  pdfpc/repos/community-i686/PKGBUILD
(from rev 143425, pdfpc/trunk/PKGBUILD)
  pdfpc/repos/community-x86_64/
  pdfpc/repos/community-x86_64/PKGBUILD
(from rev 143425, pdfpc/trunk/PKGBUILD)

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

Copied: pdfpc/repos/community-i686/PKGBUILD (from rev 143425, 
pdfpc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-08 13:03:07 UTC (rev 143426)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Bilke 
+
+pkgname=pdfpc
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='A presenter console with multi-monitor support for PDF files'
+arch=('i686' 'x86_64')
+url='https://pdfpc.github.io/'
+license=('GPL')
+depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
+optdepends=('gst-plugins-good: more codecs for video playback support')
+makedepends=('cmake' 'vala')
+source=(https://github.com/pdfpc/pdfpc/releases/download/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha256sums=('c091c554f4e3ed8735df40055253459c47b09590775a6f9b5b6abf1b42647a62')
+
+build() {
+cd "$srcdir/$pkgname-v$pkgver"
+cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-v$pkgver"
+make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=4 sw=4 et:

Copied: pdfpc/repos/community-x86_64/PKGBUILD (from rev 143425, 
pdfpc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-08 13:03:07 UTC (rev 143426)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Bilke 
+
+pkgname=pdfpc
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='A presenter console with multi-monitor support for PDF files'
+arch=('i686' 'x86_64')
+url='https://pdfpc.github.io/'
+license=('GPL')
+depends=('gtk3' 'poppler-glib' 'libgee' 'gstreamer' 'gst-plugins-base')
+optdepends=('gst-plugins-good: more codecs for video playback support')
+makedepends=('cmake' 'vala')
+source=(https://github.com/pdfpc/pdfpc/releases/download/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha256sums=('c091c554f4e3ed8735df40055253459c47b09590775a6f9b5b6abf1b42647a62')
+
+build() {
+cd "$srcdir/$pkgname-v$pkgver"
+cmake  -DCMAKE_INSTALL_PREFIX="/usr/" -DSYSCONFDIR="/etc" .
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-v$pkgver"
+make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=4 sw=4 et:


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

2015-10-08 Thread Felix Yan
Date: Thursday, October 8, 2015 @ 15:48:47
  Author: fyan
Revision: 143427

upgpkg: lib32-libjpeg-turbo 1.4.2-1

sync with [extra]

Modified:
  lib32-libjpeg-turbo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 13:03:07 UTC (rev 143426)
+++ PKGBUILD2015-10-08 13:48:47 UTC (rev 143427)
@@ -4,12 +4,12 @@
 
 _pkgbasename=libjpeg-turbo
 pkgname=lib32-$_pkgbasename
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="libjpeg derivative with accelerated baseline JPEG compression and 
decompression (32-bit)"
 arch=('x86_64')
 url="http://libjpeg-turbo.virtualgl.org/;
-license=('GPL' 'custom')
+license=('custom')
 depends=('lib32-glibc' $_pkgbasename)
 makedepends=('nasm' gcc-multilib)
 provides=('lib32-libjpeg=8.0.2' 'lib32-turbojpeg')
@@ -17,7 +17,7 @@
 replaces=('lib32-libjpeg' 'lib32-turbojpeg')
 options=('!libtool')
 
source=(http://sourceforge.net/projects/$_pkgbasename/files/$pkgver/$_pkgbasename-$pkgver.tar.gz)
-sha1sums=('363a149f644211462c45138a19674f38100036d3')
+sha1sums=('2666158ccd5318513f875867bbc4af52f6eb9f0b')
 
 build() {
   cd "$_pkgbasename-$pkgver"


[arch-commits] Commit in maxima-ecl/repos/community-i686 (10 files)

2015-10-08 Thread Jürgen Hötzel
Date: Thursday, October 8, 2015 @ 16:29:21
  Author: juergen
Revision: 143433

archrelease: copy trunk to community-i686

Added:
  maxima-ecl/repos/community-i686/PKGBUILD
(from rev 143432, maxima-ecl/trunk/PKGBUILD)
  maxima-ecl/repos/community-i686/build-fasl.patch
(from rev 143432, maxima-ecl/trunk/build-fasl.patch)
  maxima-ecl/repos/community-i686/matrixexp.patch
(from rev 143432, maxima-ecl/trunk/matrixexp.patch)
  maxima-ecl/repos/community-i686/maxima.desktop
(from rev 143432, maxima-ecl/trunk/maxima.desktop)
  maxima-ecl/repos/community-i686/maxima.install
(from rev 143432, maxima-ecl/trunk/maxima.install)
Deleted:
  maxima-ecl/repos/community-i686/PKGBUILD
  maxima-ecl/repos/community-i686/build-fasl.patch
  maxima-ecl/repos/community-i686/matrixexp.patch
  maxima-ecl/repos/community-i686/maxima.desktop
  maxima-ecl/repos/community-i686/maxima.install

--+
 PKGBUILD |  138 ++---
 build-fasl.patch |   46 -
 matrixexp.patch  |   26 -
 maxima.desktop   |   22 
 maxima.install   |   36 ++---
 5 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-08 14:22:24 UTC (rev 143432)
+++ PKGBUILD2015-10-08 14:29:21 UTC (rev 143433)
@@ -1,69 +0,0 @@
-# $Id: PKGBUILD 150832 2012-02-23 12:01:17Z juergen $
-# Maintainer: Antonio Rojas 
-# Contributor: Ronald van Haren 
-# Contributor: Damir Perisa 
-# Modified to compile against ecl by: maribu
-
-pkgname=maxima-ecl
-_pkgname=maxima
-pkgver=5.37.2
-_eclver=15.3.7
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://maxima.sourceforge.net;
-depends=(ecl=$_eclver texinfo)
-makedepends=(python2 emacs)
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-conflicts=(maxima)
-provides=(maxima)
-options=(!zipman) # don't zip info pages or they won't work inside maxima
-install=maxima.install
-source=("http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
-"${_pkgname}.desktop" 'build-fasl.patch' 'matrixexp.patch')
-md5sums=('1038d68116a9b516e046a76f68ba5115'
- '24aa81126fbb8b726854e5a80d4c2415'
- 'eb33481ea06afb97743af06ff52c099b'
- '0a1fb7bb0cfdede965252b75decc2c0d')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-# set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-
-# build maxima ecl library
-  patch -p1 -i ../build-fasl.patch
-# fix matrix exponentiation
-  patch -p1 -i ../matrixexp.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-ecl --with-default-lisp=ecl
-  make -j1
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${_pkgname}.desktop \
-   $pkgdir/usr/share/applications/${_pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place
-  install -d $pkgdir/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   $pkgdir/usr/share/pixmaps/${_pkgname}.png
-
-  _ecldir="/usr/lib/ecl-$_eclver"
-  mkdir -p "$pkgdir/$_ecldir"
-  install src/binary-ecl/maxima.fas "$pkgdir/$_ecldir"
-}

Copied: maxima-ecl/repos/community-i686/PKGBUILD (from rev 143432, 
maxima-ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-08 14:29:21 UTC (rev 143433)
@@ -0,0 +1,69 @@
+# $Id: PKGBUILD 150832 2012-02-23 12:01:17Z juergen $
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Damir Perisa 
+# Modified to compile against ecl by: maribu
+
+pkgname=maxima-ecl
+_pkgname=maxima
+pkgver=5.37.2
+_eclver=16.0.0
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://maxima.sourceforge.net;
+depends=(ecl=$_eclver texinfo)
+makedepends=(python2 emacs patch)
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+conflicts=(maxima)
+provides=(maxima)
+options=(!zipman) # don't zip info pages or they won't work inside maxima
+install=maxima.install
+source=("http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
+

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

2015-10-08 Thread Bartłomiej Piotrowski
Date: Thursday, October 8, 2015 @ 16:27:10
  Author: bpiotrowski
Revision: 248503

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

Added:
  cryptsetup/repos/testing-i686/
  cryptsetup/repos/testing-i686/PKGBUILD
(from rev 248502, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-i686/encrypt_hook
(from rev 248502, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-i686/encrypt_install
(from rev 248502, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-i686/sd-encrypt
(from rev 248502, cryptsetup/trunk/sd-encrypt)
  cryptsetup/repos/testing-x86_64/
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 248502, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/encrypt_hook
(from rev 248502, cryptsetup/trunk/encrypt_hook)
  cryptsetup/repos/testing-x86_64/encrypt_install
(from rev 248502, cryptsetup/trunk/encrypt_install)
  cryptsetup/repos/testing-x86_64/sd-encrypt
(from rev 248502, cryptsetup/trunk/sd-encrypt)

+
 testing-i686/PKGBUILD  |   41 +++
 testing-i686/encrypt_hook  |  139 +++
 testing-i686/encrypt_install   |   44 
 testing-i686/sd-encrypt|   42 +++
 testing-x86_64/PKGBUILD|   41 +++
 testing-x86_64/encrypt_hook|  139 +++
 testing-x86_64/encrypt_install |   44 
 testing-x86_64/sd-encrypt  |   42 +++
 8 files changed, 532 insertions(+)

Copied: cryptsetup/repos/testing-i686/PKGBUILD (from rev 248502, 
cryptsetup/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-10-08 14:27:10 UTC (rev 248503)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+pkgname=cryptsetup
+pkgver=1.6.8
+pkgrel=1
+pkgdesc="Userspace setup tool for transparent encryption of block devices 
using dm-crypt"
+arch=(i686 x86_64)
+license=('GPL')
+url="http://code.google.com/p/cryptsetup/;
+groups=('base')
+depends=('device-mapper' 'libgcrypt' 'popt' 'libutil-linux')
+makedepends=('util-linux')
+options=('!emptydirs')
+source=(https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/${pkgname}-${pkgver}.tar.xz
+
#https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/${pkgname}-${pkgver}.tar.sign
+encrypt_hook
+encrypt_install
+sd-encrypt)
+sha256sums=('45a6ccd3c65b7d904e58e1cb3656a7e997190b6a05b5ff7c6887e4a41c5f19bc'
+'4406f8dc83f4f1b408e49d557515f721d91b358355c71fbe51f74ab27e5c84ff'
+'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae'
+'d442304e6a78b3513ebc53be3fe2f1276a7df470c8da701b3ece971d59979bdd')
+
+#prepare() {
+#  cd "${srcdir}"/$pkgname-${pkgver}
+#}
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+  ./configure --prefix=/usr --sbindir=/usr/bin --disable-static 
--enable-cryptsetup-reencrypt
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # install hook
+  install -D -m644 "${srcdir}"/encrypt_hook 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
+  install -D -m644 "${srcdir}"/encrypt_install 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
+  install -D -m644 "${srcdir}"/sd-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/sd-encrypt
+}

Copied: cryptsetup/repos/testing-i686/encrypt_hook (from rev 248502, 
cryptsetup/trunk/encrypt_hook)
===
--- testing-i686/encrypt_hook   (rev 0)
+++ testing-i686/encrypt_hook   2015-10-08 14:27:10 UTC (rev 248503)
@@ -0,0 +1,139 @@
+#!/usr/bin/ash
+
+run_hook() {
+modprobe -a -q dm-crypt >/dev/null 2>&1
+[ "${quiet}" = "y" ] && CSQUIET=">/dev/null"
+
+# Get keyfile if specified
+ckeyfile="/crypto_keyfile.bin"
+if [ -n "$cryptkey" ]; then
+IFS=: read ckdev ckarg1 ckarg2 &1
+umount /ckey
+;;
+*)
+# Read raw data from the block device
+# ckarg1 is numeric: ckarg1=offset, ckarg2=length
+dd if="$resolved" of="$ckeyfile" bs=1 skip="$ckarg1" 
count="$ckarg2" >/dev/null 2>&1
+;;
+esac
+fi
+[ ! -f ${ckeyfile} ] && echo "Keyfile could not be opened. Reverting 
to passphrase."
+fi
+
+if [ -n "${cryptdevice}" ]; then
+DEPRECATED_CRYPT=0
+IFS=: read cryptdev cryptname cryptoptions <&2
+;;
+esac
+done
+
+if resolved=$(resolve_device "${cryptdev}" ${rootdelay}); then
+if cryptsetup isLuks ${resolved} >/dev/null 2>&1; then
+[ ${DEPRECATED_CRYPT} -eq 1 ] && warn_deprecated
+dopassphrase=1
+# If keyfile exists, try to use that
+if [ -f ${ckeyfile} ]; then
+   

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

2015-10-08 Thread Jürgen Hötzel
Date: Thursday, October 8, 2015 @ 16:22:12
  Author: juergen
Revision: 143431

rebuild against ecl-16.0.0

Modified:
  maxima-ecl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 14:06:22 UTC (rev 143430)
+++ PKGBUILD2015-10-08 14:22:12 UTC (rev 143431)
@@ -7,14 +7,14 @@
 pkgname=maxima-ecl
 _pkgname=maxima
 pkgver=5.37.2
-_eclver=15.3.7
-pkgrel=1
+_eclver=16.0.0
+pkgrel=2
 pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
 arch=(i686 x86_64)
 license=(GPL)
 url="http://maxima.sourceforge.net;
 depends=(ecl=$_eclver texinfo)
-makedepends=(python2 emacs)
+makedepends=(python2 emacs patch)
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 conflicts=(maxima)
 provides=(maxima)


[arch-commits] Commit in maxima-ecl/repos/community-x86_64 (10 files)

2015-10-08 Thread Jürgen Hötzel
Date: Thursday, October 8, 2015 @ 16:22:24
  Author: juergen
Revision: 143432

archrelease: copy trunk to community-x86_64

Added:
  maxima-ecl/repos/community-x86_64/PKGBUILD
(from rev 143431, maxima-ecl/trunk/PKGBUILD)
  maxima-ecl/repos/community-x86_64/build-fasl.patch
(from rev 143431, maxima-ecl/trunk/build-fasl.patch)
  maxima-ecl/repos/community-x86_64/matrixexp.patch
(from rev 143431, maxima-ecl/trunk/matrixexp.patch)
  maxima-ecl/repos/community-x86_64/maxima.desktop
(from rev 143431, maxima-ecl/trunk/maxima.desktop)
  maxima-ecl/repos/community-x86_64/maxima.install
(from rev 143431, maxima-ecl/trunk/maxima.install)
Deleted:
  maxima-ecl/repos/community-x86_64/PKGBUILD
  maxima-ecl/repos/community-x86_64/build-fasl.patch
  maxima-ecl/repos/community-x86_64/matrixexp.patch
  maxima-ecl/repos/community-x86_64/maxima.desktop
  maxima-ecl/repos/community-x86_64/maxima.install

--+
 PKGBUILD |  138 ++---
 build-fasl.patch |   46 -
 matrixexp.patch  |   26 -
 maxima.desktop   |   22 
 maxima.install   |   36 ++---
 5 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-08 14:22:12 UTC (rev 143431)
+++ PKGBUILD2015-10-08 14:22:24 UTC (rev 143432)
@@ -1,69 +0,0 @@
-# $Id: PKGBUILD 150832 2012-02-23 12:01:17Z juergen $
-# Maintainer: Antonio Rojas 
-# Contributor: Ronald van Haren 
-# Contributor: Damir Perisa 
-# Modified to compile against ecl by: maribu
-
-pkgname=maxima-ecl
-_pkgname=maxima
-pkgver=5.37.2
-_eclver=15.3.7
-pkgrel=1
-pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
-arch=(i686 x86_64)
-license=(GPL)
-url="http://maxima.sourceforge.net;
-depends=(ecl=$_eclver texinfo)
-makedepends=(python2 emacs)
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-conflicts=(maxima)
-provides=(maxima)
-options=(!zipman) # don't zip info pages or they won't work inside maxima
-install=maxima.install
-source=("http://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;
-"${_pkgname}.desktop" 'build-fasl.patch' 'matrixexp.patch')
-md5sums=('1038d68116a9b516e046a76f68ba5115'
- '24aa81126fbb8b726854e5a80d4c2415'
- 'eb33481ea06afb97743af06ff52c099b'
- '0a1fb7bb0cfdede965252b75decc2c0d')
-
-prepare() {
-  cd $_pkgname-$pkgver
-
-# set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-
-# build maxima ecl library
-  patch -p1 -i ../build-fasl.patch
-# fix matrix exponentiation
-  patch -p1 -i ../matrixexp.patch
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-ecl --with-default-lisp=ecl
-  make -j1
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${_pkgname}.desktop \
-   $pkgdir/usr/share/applications/${_pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place
-  install -d $pkgdir/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   $pkgdir/usr/share/pixmaps/${_pkgname}.png
-
-  _ecldir="/usr/lib/ecl-$_eclver"
-  mkdir -p "$pkgdir/$_ecldir"
-  install src/binary-ecl/maxima.fas "$pkgdir/$_ecldir"
-}

Copied: maxima-ecl/repos/community-x86_64/PKGBUILD (from rev 143431, 
maxima-ecl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-08 14:22:24 UTC (rev 143432)
@@ -0,0 +1,69 @@
+# $Id: PKGBUILD 150832 2012-02-23 12:01:17Z juergen $
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Damir Perisa 
+# Modified to compile against ecl by: maribu
+
+pkgname=maxima-ecl
+_pkgname=maxima
+pkgver=5.37.2
+_eclver=16.0.0
+pkgrel=2
+pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://maxima.sourceforge.net;
+depends=(ecl=$_eclver texinfo)
+makedepends=(python2 emacs patch)
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+conflicts=(maxima)
+provides=(maxima)
+options=(!zipman) # don't zip info pages or they won't work inside maxima
+install=maxima.install

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

2015-10-08 Thread Bartłomiej Piotrowski
Date: Thursday, October 8, 2015 @ 17:12:34
  Author: bpiotrowski
Revision: 248512

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

Added:
  jemalloc/repos/extra-i686/PKGBUILD
(from rev 248511, jemalloc/trunk/PKGBUILD)
  jemalloc/repos/extra-x86_64/PKGBUILD
(from rev 248511, jemalloc/trunk/PKGBUILD)
Deleted:
  jemalloc/repos/extra-i686/PKGBUILD
  jemalloc/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-10-08 15:12:22 UTC (rev 248511)
+++ extra-i686/PKGBUILD 2015-10-08 15:12:34 UTC (rev 248512)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Kovivchak Evgen 
-
-pkgname=jemalloc
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='General-purpose scalable concurrent malloc implementation'
-arch=('i686' 'x86_64')
-license=('BSD')
-url='http://www.canonware.com/jemalloc/'
-depends=('glibc')
-provides=('libjemalloc.so')
-optdepends=('perl: for jeprof')
-source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('87ceedfb5427676f4e059a42d939b0df')
-
-build() {
-  cd $pkgname-$pkgver
-  CFLAGS="$CFLAGS -std=gnu11" ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  find "$pkgdir" -name \*.a -type f -exec chmod 644 '{}' \;
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: jemalloc/repos/extra-i686/PKGBUILD (from rev 248511, 
jemalloc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-08 15:12:34 UTC (rev 248512)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Kovivchak Evgen 
+
+pkgname=jemalloc
+pkgver=4.0.3
+pkgrel=1
+pkgdesc='General-purpose scalable concurrent malloc implementation'
+arch=('i686' 'x86_64')
+license=('BSD')
+url='http://www.canonware.com/jemalloc/'
+depends=('glibc')
+provides=('libjemalloc.so')
+optdepends=('perl: for jeprof')
+source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
+md5sums=('b8eb650528d60b4772c4ec92c5fcc474')
+
+build() {
+  cd $pkgname-$pkgver
+  CFLAGS="$CFLAGS -std=gnu11" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir" -name \*.a -type f -exec chmod 644 '{}' \;
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-08 15:12:22 UTC (rev 248511)
+++ extra-x86_64/PKGBUILD   2015-10-08 15:12:34 UTC (rev 248512)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Kovivchak Evgen 
-
-pkgname=jemalloc
-pkgver=4.0.0
-pkgrel=1
-pkgdesc='General-purpose scalable concurrent malloc implementation'
-arch=('i686' 'x86_64')
-license=('BSD')
-url='http://www.canonware.com/jemalloc/'
-depends=('glibc')
-provides=('libjemalloc.so')
-optdepends=('perl: for jeprof')
-source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('87ceedfb5427676f4e059a42d939b0df')
-
-build() {
-  cd $pkgname-$pkgver
-  CFLAGS="$CFLAGS -std=gnu11" ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  find "$pkgdir" -name \*.a -type f -exec chmod 644 '{}' \;
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: jemalloc/repos/extra-x86_64/PKGBUILD (from rev 248511, 
jemalloc/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-10-08 15:12:34 UTC (rev 248512)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Kovivchak Evgen 
+
+pkgname=jemalloc
+pkgver=4.0.3
+pkgrel=1
+pkgdesc='General-purpose scalable concurrent malloc implementation'
+arch=('i686' 'x86_64')
+license=('BSD')
+url='http://www.canonware.com/jemalloc/'
+depends=('glibc')
+provides=('libjemalloc.so')
+optdepends=('perl: for jeprof')

[arch-commits] Commit in gnucash/repos/extra-i686 (4 files)

2015-10-08 Thread Jürgen Hötzel
Date: Thursday, October 8, 2015 @ 16:45:14
  Author: juergen
Revision: 248506

archrelease: copy trunk to extra-i686

Added:
  gnucash/repos/extra-i686/PKGBUILD
(from rev 248505, gnucash/trunk/PKGBUILD)
  gnucash/repos/extra-i686/gnucash.install
(from rev 248505, gnucash/trunk/gnucash.install)
Deleted:
  gnucash/repos/extra-i686/PKGBUILD
  gnucash/repos/extra-i686/gnucash.install

-+
 PKGBUILD|  104 +++---
 gnucash.install |   72 ++---
 2 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-08 14:36:19 UTC (rev 248505)
+++ PKGBUILD2015-10-08 14:45:14 UTC (rev 248506)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Juergen Hoetzel 
-# Contributor: Mark Schneider 
-
-pkgname=gnucash
-pkgver=2.6.8
-pkgrel=1
-pkgdesc="A personal and small-business financial-accounting application"
-arch=('i686' 'x86_64')
-url="http://www.gnucash.org;
-license=("GPL")
-depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
-makedepends=('intltool')
-optdepends=('evince: for print preview'
-   'yelp: help browser'
-'perl-finance-quote: for stock information lookups'
-'perl-date-manip: for stock information lookups')
-options=('!makeflags' '!emptydirs')
-install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('302b4a9a6fe5075daf75a86ecdb6d8edd1e3bbd7')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
---libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-  cd src/doc/design
-  make DESTDIR="${pkgdir}" install-info
-
-  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
-  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
-
-  # Delete the gnucash-valgrind executable because the source files
-  # are not included with the package and the executable is hardlinked
-  # to the location that it was built at.
-  rm -f "${pkgdir}"/usr/bin/gnucash-valgrind
-
-  # fix FS#45453
-  sed -i  's/exec gnucash-env [^[:space:]]*/exec gnucash-env guile/g' 
"${pkgdir}/usr/lib/gnucash/overrides/gnucash-make-guids"
-  rm "${pkgdir}/usr/lib/gnucash/overrides/guile"
-}

Copied: gnucash/repos/extra-i686/PKGBUILD (from rev 248505, 
gnucash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-08 14:45:14 UTC (rev 248506)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+# Contributor: Mark Schneider 
+
+pkgname=gnucash
+pkgver=2.6.9
+pkgrel=1
+pkgdesc="A personal and small-business financial-accounting application"
+arch=('i686' 'x86_64')
+url="http://www.gnucash.org;
+license=("GPL")
+depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 
'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 
'libgnome-keyring' 'libgnomecanvas')
+makedepends=('intltool' 'gcc' 'pkgconfig')
+optdepends=('evince: for print preview'
+   'yelp: help browser'
+'perl-finance-quote: for stock information lookups'
+'perl-date-manip: for stock information lookups')
+options=('!makeflags' '!emptydirs')
+install=gnucash.install
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('d61b5da531982ebc0f0fee589733d64bec9b571d')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc \
+--libexecdir=/usr/lib --disable-schemas-compile --enable-ofx 
--enable-aqbanking
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
+  cd src/doc/design
+  make DESTDIR="${pkgdir}" install-info
+
+  install -dm755 "${pkgdir}/usr/share/gconf/schemas"
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain gnucash "${pkgdir}"/etc/gconf/schemas/*.schemas
+  rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas
+
+  # Delete the gnucash-valgrind executable because the source files
+  # are not included with the package and the executable is hardlinked
+  # to the location that it was built at.
+  rm -f 

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

2015-10-08 Thread Evangelos Foutras
Date: Thursday, October 8, 2015 @ 17:06:26
  Author: foutrelis
Revision: 248510

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

Added:
  xfce4-appfinder/repos/extra-i686/0001-Use-non-legacy-icon-names.patch
(from rev 248509, 
xfce4-appfinder/trunk/0001-Use-non-legacy-icon-names.patch)
  xfce4-appfinder/repos/extra-i686/PKGBUILD
(from rev 248509, xfce4-appfinder/trunk/PKGBUILD)
  xfce4-appfinder/repos/extra-i686/xfce4-appfinder.install
(from rev 248509, xfce4-appfinder/trunk/xfce4-appfinder.install)
  xfce4-appfinder/repos/extra-x86_64/0001-Use-non-legacy-icon-names.patch
(from rev 248509, 
xfce4-appfinder/trunk/0001-Use-non-legacy-icon-names.patch)
  xfce4-appfinder/repos/extra-x86_64/PKGBUILD
(from rev 248509, xfce4-appfinder/trunk/PKGBUILD)
  xfce4-appfinder/repos/extra-x86_64/xfce4-appfinder.install
(from rev 248509, xfce4-appfinder/trunk/xfce4-appfinder.install)
Deleted:
  xfce4-appfinder/repos/extra-i686/PKGBUILD
  xfce4-appfinder/repos/extra-i686/xfce4-appfinder.install
  xfce4-appfinder/repos/extra-x86_64/PKGBUILD
  xfce4-appfinder/repos/extra-x86_64/xfce4-appfinder.install

---+
 /PKGBUILD |   94 
 /xfce4-appfinder.install  |   26 +
 extra-i686/0001-Use-non-legacy-icon-names.patch   |   47 ++
 extra-i686/PKGBUILD   |   47 --
 extra-i686/xfce4-appfinder.install|   13 --
 extra-x86_64/0001-Use-non-legacy-icon-names.patch |   47 ++
 extra-x86_64/PKGBUILD |   47 --
 extra-x86_64/xfce4-appfinder.install  |   13 --
 8 files changed, 214 insertions(+), 120 deletions(-)

Copied: xfce4-appfinder/repos/extra-i686/0001-Use-non-legacy-icon-names.patch 
(from rev 248509, xfce4-appfinder/trunk/0001-Use-non-legacy-icon-names.patch)
===
--- extra-i686/0001-Use-non-legacy-icon-names.patch 
(rev 0)
+++ extra-i686/0001-Use-non-legacy-icon-names.patch 2015-10-08 15:06:26 UTC 
(rev 248510)
@@ -0,0 +1,47 @@
+From 65e9020cb0d507a58e71eb31751d3eca0eb0cd59 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Thu, 8 Oct 2015 16:50:26 +0300
+Subject: [PATCH] Use non-legacy icon names
+
+gtk-find and gtk-execute are legacy icon names found in the GNOME icon
+theme, but they are not part of the Adwaita icon theme.
+
+In the GNOME icon theme, they map to edit-find and system-run via
+symlinks created by icon-naming-utils. Adwaita doesn't ship these
+symlinks. [1]
+
+[1] https://bugzilla.gnome.org/show_bug.cgi?id=729998
+---
+ data/xfce4-appfinder.desktop.in | 2 +-
+ data/xfce4-run.desktop.in   | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/data/xfce4-appfinder.desktop.in b/data/xfce4-appfinder.desktop.in
+index c4bd6ca..dc34d21 100644
+--- a/data/xfce4-appfinder.desktop.in
 b/data/xfce4-appfinder.desktop.in
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Version=1.0
+ Exec=xfce4-appfinder
+-Icon=gtk-find
++Icon=edit-find
+ StartupNotify=true
+ Terminal=false
+ Type=Application
+diff --git a/data/xfce4-run.desktop.in b/data/xfce4-run.desktop.in
+index 9611cd5..a888753 100644
+--- a/data/xfce4-run.desktop.in
 b/data/xfce4-run.desktop.in
+@@ -2,7 +2,7 @@
+ Version=1.0
+ Type=Application
+ Exec=xfce4-appfinder --collapsed
+-Icon=gtk-execute
++Icon=system-run
+ StartupNotify=true
+ Terminal=false
+ Categories=Utility;X-XFCE;X-Xfce-Toplevel;
+-- 
+2.6.1
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-08 15:06:12 UTC (rev 248509)
+++ extra-i686/PKGBUILD 2015-10-08 15:06:26 UTC (rev 248510)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: tobias 
-
-pkgname=xfce4-appfinder
-pkgver=4.12.0
-pkgrel=2
-pkgdesc="An application finder for Xfce"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'garcon' 'hicolor-icon-theme')
-makedepends=('intltool')
-replaces=('xfce-utils')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch)
-sha256sums=('2ad4a58019a76a6b64a816050db25f96854917c2f2e89d6a9df6c18e6c84c567'
-'2ccff201889a0cf27f2eb7003c3ce829e808abf181b6a900e0c861517b05f927')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -Np1 -i ../0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-

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

2015-10-08 Thread Bartłomiej Piotrowski
Date: Thursday, October 8, 2015 @ 17:12:22
  Author: bpiotrowski
Revision: 248511

upgpkg: jemalloc 4.0.3-1

new upstream release

Modified:
  jemalloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 15:06:26 UTC (rev 248510)
+++ PKGBUILD2015-10-08 15:12:22 UTC (rev 248511)
@@ -4,7 +4,7 @@
 # Contributor: Kovivchak Evgen 
 
 pkgname=jemalloc
-pkgver=4.0.0
+pkgver=4.0.3
 pkgrel=1
 pkgdesc='General-purpose scalable concurrent malloc implementation'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 provides=('libjemalloc.so')
 optdepends=('perl: for jeprof')
 source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('87ceedfb5427676f4e059a42d939b0df')
+md5sums=('b8eb650528d60b4772c4ec92c5fcc474')
 
 build() {
   cd $pkgname-$pkgver


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

2015-10-08 Thread Evangelos Foutras
Date: Thursday, October 8, 2015 @ 17:06:12
  Author: foutrelis
Revision: 248509

upgpkg: xfce4-appfinder 4.12.0-3

Use non-legacy icon names.

Added:
  xfce4-appfinder/trunk/0001-Use-non-legacy-icon-names.patch
Modified:
  xfce4-appfinder/trunk/PKGBUILD
Deleted:
  
xfce4-appfinder/trunk/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch

--+
 0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch |   28 -
 0001-Use-non-legacy-icon-names.patch |   47 ++
 PKGBUILD |8 -
 3 files changed, 51 insertions(+), 32 deletions(-)

Deleted: 0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
===
--- 0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
2015-10-08 14:57:19 UTC (rev 248508)
+++ 0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
2015-10-08 15:06:12 UTC (rev 248509)
@@ -1,28 +0,0 @@
-From 6fc44d1be25353353e6c1fcae9d98aea58c24eec Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Thu, 8 Oct 2015 16:50:26 +0300
-Subject: [PATCH] Use non-legacy edit-find icon instead of gtk-find
-
-gtk-find is a legacy icon name found in the GNOME icon theme, but it's
-not part of the Adwaita icon theme. gtk-find maps to edit-find via a
-symlink so just use the latter.

- data/xfce4-appfinder.desktop.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/data/xfce4-appfinder.desktop.in b/data/xfce4-appfinder.desktop.in
-index c4bd6ca..dc34d21 100644
 a/data/xfce4-appfinder.desktop.in
-+++ b/data/xfce4-appfinder.desktop.in
-@@ -1,7 +1,7 @@
- [Desktop Entry]
- Version=1.0
- Exec=xfce4-appfinder
--Icon=gtk-find
-+Icon=edit-find
- StartupNotify=true
- Terminal=false
- Type=Application
--- 
-2.6.1
-

Added: 0001-Use-non-legacy-icon-names.patch
===
--- 0001-Use-non-legacy-icon-names.patch(rev 0)
+++ 0001-Use-non-legacy-icon-names.patch2015-10-08 15:06:12 UTC (rev 
248509)
@@ -0,0 +1,47 @@
+From 65e9020cb0d507a58e71eb31751d3eca0eb0cd59 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Thu, 8 Oct 2015 16:50:26 +0300
+Subject: [PATCH] Use non-legacy icon names
+
+gtk-find and gtk-execute are legacy icon names found in the GNOME icon
+theme, but they are not part of the Adwaita icon theme.
+
+In the GNOME icon theme, they map to edit-find and system-run via
+symlinks created by icon-naming-utils. Adwaita doesn't ship these
+symlinks. [1]
+
+[1] https://bugzilla.gnome.org/show_bug.cgi?id=729998
+---
+ data/xfce4-appfinder.desktop.in | 2 +-
+ data/xfce4-run.desktop.in   | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/data/xfce4-appfinder.desktop.in b/data/xfce4-appfinder.desktop.in
+index c4bd6ca..dc34d21 100644
+--- a/data/xfce4-appfinder.desktop.in
 b/data/xfce4-appfinder.desktop.in
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Version=1.0
+ Exec=xfce4-appfinder
+-Icon=gtk-find
++Icon=edit-find
+ StartupNotify=true
+ Terminal=false
+ Type=Application
+diff --git a/data/xfce4-run.desktop.in b/data/xfce4-run.desktop.in
+index 9611cd5..a888753 100644
+--- a/data/xfce4-run.desktop.in
 b/data/xfce4-run.desktop.in
+@@ -2,7 +2,7 @@
+ Version=1.0
+ Type=Application
+ Exec=xfce4-appfinder --collapsed
+-Icon=gtk-execute
++Icon=system-run
+ StartupNotify=true
+ Terminal=false
+ Categories=Utility;X-XFCE;X-Xfce-Toplevel;
+-- 
+2.6.1
+

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 14:57:19 UTC (rev 248508)
+++ PKGBUILD2015-10-08 15:06:12 UTC (rev 248509)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-appfinder
 pkgver=4.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An application finder for Xfce"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
@@ -16,14 +16,14 @@
 replaces=('xfce-utils')
 install=$pkgname.install
 
source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch)
+0001-Use-non-legacy-icon-names.patch)
 sha256sums=('2ad4a58019a76a6b64a816050db25f96854917c2f2e89d6a9df6c18e6c84c567'
-'2ccff201889a0cf27f2eb7003c3ce829e808abf181b6a900e0c861517b05f927')
+'b829103bf33d6f1ec71e1448e469b1b1df3313f887a27b7479a7cbc67e06643f')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  patch -Np1 -i ../0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
+  patch -Np1 -i ../0001-Use-non-legacy-icon-names.patch
 }
 
 build() {


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

2015-10-08 Thread Evangelos Foutras
Date: Thursday, October 8, 2015 @ 16:36:19
  Author: foutrelis
Revision: 248505

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

Added:
  
xfce4-appfinder/repos/extra-i686/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
(from rev 248504, 
xfce4-appfinder/trunk/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch)
  xfce4-appfinder/repos/extra-i686/PKGBUILD
(from rev 248504, xfce4-appfinder/trunk/PKGBUILD)
  xfce4-appfinder/repos/extra-i686/xfce4-appfinder.install
(from rev 248504, xfce4-appfinder/trunk/xfce4-appfinder.install)
  
xfce4-appfinder/repos/extra-x86_64/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
(from rev 248504, 
xfce4-appfinder/trunk/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch)
  xfce4-appfinder/repos/extra-x86_64/PKGBUILD
(from rev 248504, xfce4-appfinder/trunk/PKGBUILD)
  xfce4-appfinder/repos/extra-x86_64/xfce4-appfinder.install
(from rev 248504, xfce4-appfinder/trunk/xfce4-appfinder.install)
Deleted:
  xfce4-appfinder/repos/extra-i686/PKGBUILD
  xfce4-appfinder/repos/extra-i686/xfce4-appfinder.install
  xfce4-appfinder/repos/extra-x86_64/PKGBUILD
  xfce4-appfinder/repos/extra-x86_64/xfce4-appfinder.install

---+
 /PKGBUILD |   
94 ++
 /xfce4-appfinder.install  |   
26 ++
 extra-i686/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch   |   
28 ++
 extra-i686/PKGBUILD   |   
39 
 extra-i686/xfce4-appfinder.install|   
13 -
 extra-x86_64/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch |   
28 ++
 extra-x86_64/PKGBUILD |   
39 
 extra-x86_64/xfce4-appfinder.install  |   
13 -
 8 files changed, 176 insertions(+), 104 deletions(-)

Copied: 
xfce4-appfinder/repos/extra-i686/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
 (from rev 248504, 
xfce4-appfinder/trunk/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch)
===
--- extra-i686/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch 
(rev 0)
+++ extra-i686/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch 
2015-10-08 14:36:19 UTC (rev 248505)
@@ -0,0 +1,28 @@
+From 6fc44d1be25353353e6c1fcae9d98aea58c24eec Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Thu, 8 Oct 2015 16:50:26 +0300
+Subject: [PATCH] Use non-legacy edit-find icon instead of gtk-find
+
+gtk-find is a legacy icon name found in the GNOME icon theme, but it's
+not part of the Adwaita icon theme. gtk-find maps to edit-find via a
+symlink so just use the latter.
+---
+ data/xfce4-appfinder.desktop.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/xfce4-appfinder.desktop.in b/data/xfce4-appfinder.desktop.in
+index c4bd6ca..dc34d21 100644
+--- a/data/xfce4-appfinder.desktop.in
 b/data/xfce4-appfinder.desktop.in
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Version=1.0
+ Exec=xfce4-appfinder
+-Icon=gtk-find
++Icon=edit-find
+ StartupNotify=true
+ Terminal=false
+ Type=Application
+-- 
+2.6.1
+

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-08 14:36:05 UTC (rev 248504)
+++ extra-i686/PKGBUILD 2015-10-08 14:36:19 UTC (rev 248505)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: tobias 
-
-pkgname=xfce4-appfinder
-pkgver=4.12.0
-pkgrel=1
-pkgdesc="An application finder for Xfce"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'garcon' 'hicolor-icon-theme')
-makedepends=('intltool')
-replaces=('xfce-utils')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2ad4a58019a76a6b64a816050db25f96854917c2f2e89d6a9df6c18e6c84c567')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-appfinder/repos/extra-i686/PKGBUILD (from rev 248504, 
xfce4-appfinder/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-08 14:36:19 UTC (rev 248505)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Evangelos Foutras 

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

2015-10-08 Thread Evangelos Foutras
Date: Thursday, October 8, 2015 @ 16:36:05
  Author: foutrelis
Revision: 248504

upgpkg: xfce4-appfinder 4.12.0-2

Use non-legacy edit-find icon instead of gtk-find.

Added:
  
xfce4-appfinder/trunk/0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
Modified:
  xfce4-appfinder/trunk/PKGBUILD

--+
 0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch |   28 ++
 PKGBUILD |   14 +++--
 2 files changed, 39 insertions(+), 3 deletions(-)

Added: 0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
===
--- 0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
(rev 0)
+++ 0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
2015-10-08 14:36:05 UTC (rev 248504)
@@ -0,0 +1,28 @@
+From 6fc44d1be25353353e6c1fcae9d98aea58c24eec Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Thu, 8 Oct 2015 16:50:26 +0300
+Subject: [PATCH] Use non-legacy edit-find icon instead of gtk-find
+
+gtk-find is a legacy icon name found in the GNOME icon theme, but it's
+not part of the Adwaita icon theme. gtk-find maps to edit-find via a
+symlink so just use the latter.
+---
+ data/xfce4-appfinder.desktop.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/xfce4-appfinder.desktop.in b/data/xfce4-appfinder.desktop.in
+index c4bd6ca..dc34d21 100644
+--- a/data/xfce4-appfinder.desktop.in
 b/data/xfce4-appfinder.desktop.in
+@@ -1,7 +1,7 @@
+ [Desktop Entry]
+ Version=1.0
+ Exec=xfce4-appfinder
+-Icon=gtk-find
++Icon=edit-find
+ StartupNotify=true
+ Terminal=false
+ Type=Application
+-- 
+2.6.1
+

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 14:27:10 UTC (rev 248503)
+++ PKGBUILD2015-10-08 14:36:05 UTC (rev 248504)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-appfinder
 pkgver=4.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An application finder for Xfce"
 arch=('i686' 'x86_64')
 url="http://www.xfce.org/;
@@ -15,9 +15,17 @@
 makedepends=('intltool')
 replaces=('xfce-utils')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2ad4a58019a76a6b64a816050db25f96854917c2f2e89d6a9df6c18e6c84c567')
+source=(http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch)
+sha256sums=('2ad4a58019a76a6b64a816050db25f96854917c2f2e89d6a9df6c18e6c84c567'
+'2ccff201889a0cf27f2eb7003c3ce829e808abf181b6a900e0c861517b05f927')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -Np1 -i ../0001-Use-non-legacy-edit-find-icon-instead-of-gtk-find.patch
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 


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

2015-10-08 Thread Bartłomiej Piotrowski
Date: Thursday, October 8, 2015 @ 16:57:19
  Author: bpiotrowski
Revision: 248508

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

Added:
  bitlbee/repos/extra-i686/PKGBUILD
(from rev 248507, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-i686/bitlbee.install
(from rev 248507, bitlbee/trunk/bitlbee.install)
  bitlbee/repos/extra-i686/bitlbee.tmpfiles
(from rev 248507, bitlbee/trunk/bitlbee.tmpfiles)
  bitlbee/repos/extra-x86_64/PKGBUILD
(from rev 248507, bitlbee/trunk/PKGBUILD)
  bitlbee/repos/extra-x86_64/bitlbee.install
(from rev 248507, bitlbee/trunk/bitlbee.install)
  bitlbee/repos/extra-x86_64/bitlbee.tmpfiles
(from rev 248507, bitlbee/trunk/bitlbee.tmpfiles)
Deleted:
  bitlbee/repos/extra-i686/PKGBUILD
  bitlbee/repos/extra-i686/bitlbee.install
  bitlbee/repos/extra-i686/bitlbee.tmpfiles
  bitlbee/repos/extra-x86_64/PKGBUILD
  bitlbee/repos/extra-x86_64/bitlbee.install
  bitlbee/repos/extra-x86_64/bitlbee.tmpfiles

---+
 /PKGBUILD |  104 
 /bitlbee.install  |   44 
 /bitlbee.tmpfiles |2 
 extra-i686/PKGBUILD   |   52 
 extra-i686/bitlbee.install|   22 
 extra-i686/bitlbee.tmpfiles   |1 
 extra-x86_64/PKGBUILD |   52 
 extra-x86_64/bitlbee.install  |   22 
 extra-x86_64/bitlbee.tmpfiles |1 
 9 files changed, 150 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-08 14:57:04 UTC (rev 248507)
+++ extra-i686/PKGBUILD 2015-10-08 14:57:19 UTC (rev 248508)
@@ -1,52 +0,0 @@
-# $Id$
-
-# Contributor: FUBAR 
-# Contributor: simo 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Daniel J Griffiths 
-# Contributor: Gaetan Bisson 
-# Maintainer: Dave Reisner 
-
-pkgname=bitlbee
-pkgver=3.4
-pkgrel=1
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-url='http://www.bitlbee.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('gnutls' 'glib2')
-makedepends=('asciidoc' 'libotr')
-optdepends=('skype4py: to use skyped'
-'libotr: for OTR encryption support')
-source=("http://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz;
-'bitlbee.tmpfiles')
-sha1sums=('3b22d9da741903a293fe3c25511448276c75b58a'
-  '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
-backup=('etc/bitlbee/bitlbee.conf'
-'etc/bitlbee/motd.txt')
-install=bitlbee.install
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---etcdir=/etc/bitlbee \
---sbindir=/usr/bin \
---pidfile=/run/bitlbee/bitlbee.pid \
---ipcsocket=/run/bitlbee/bitlbee.sock \
---systemdsystemunitdir=/usr/lib/systemd/system \
---ssl=gnutls \
---strip=0 \
---otr=plugin \
---skype=plugin
-
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install{,-etc,-dev,-systemd}
-
-  install -o65 -g65 -dm770 "$pkgdir/var/lib/bitlbee"
-  install -Dm644 "$srcdir/bitlbee.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/bitlbee.conf"
-}

Copied: bitlbee/repos/extra-i686/PKGBUILD (from rev 248507, 
bitlbee/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-08 14:57:19 UTC (rev 248508)
@@ -0,0 +1,52 @@
+# $Id$
+
+# Contributor: FUBAR 
+# Contributor: simo 
+# Contributor: Jeff 'codemac' Mickey 
+# Contributor: Daniel J Griffiths 
+# Contributor: Gaetan Bisson 
+# Maintainer: Dave Reisner 
+
+pkgname=bitlbee
+pkgver=3.4.1
+pkgrel=1
+pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
+url='http://www.bitlbee.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gnutls' 'glib2')
+makedepends=('python' 'libotr')
+optdepends=('skype4py: to use skyped'
+'libotr: for OTR encryption support')
+source=("http://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz;
+'bitlbee.tmpfiles')
+sha1sums=('b77311b538ec1c584694784f119b99fb6b3f4859'
+  '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
+backup=('etc/bitlbee/bitlbee.conf'
+'etc/bitlbee/motd.txt')
+install=bitlbee.install
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--etcdir=/etc/bitlbee \
+--sbindir=/usr/bin \
+--pidfile=/run/bitlbee/bitlbee.pid \
+--ipcsocket=/run/bitlbee/bitlbee.sock \
+--systemdsystemunitdir=/usr/lib/systemd/system \
+--ssl=gnutls \
+--strip=0 \
+--otr=plugin \
+--skype=plugin
+
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" 

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

2015-10-08 Thread Bartłomiej Piotrowski
Date: Thursday, October 8, 2015 @ 16:57:04
  Author: bpiotrowski
Revision: 248507

upgpkg: bitlbee 3.4.1-1

new upstream release

Modified:
  bitlbee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 14:45:14 UTC (rev 248506)
+++ PKGBUILD2015-10-08 14:57:04 UTC (rev 248507)
@@ -8,7 +8,7 @@
 # Maintainer: Dave Reisner 
 
 pkgname=bitlbee
-pkgver=3.4
+pkgver=3.4.1
 pkgrel=1
 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
 url='http://www.bitlbee.org/'
@@ -15,12 +15,12 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('gnutls' 'glib2')
-makedepends=('asciidoc' 'libotr')
+makedepends=('python' 'libotr')
 optdepends=('skype4py: to use skyped'
 'libotr: for OTR encryption support')
 source=("http://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz;
 'bitlbee.tmpfiles')
-sha1sums=('3b22d9da741903a293fe3c25511448276c75b58a'
+sha1sums=('b77311b538ec1c584694784f119b99fb6b3f4859'
   '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
 backup=('etc/bitlbee/bitlbee.conf'
 'etc/bitlbee/motd.txt')


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

2015-10-08 Thread Antonio Rojas
Date: Thursday, October 8, 2015 @ 20:03:21
  Author: arojas
Revision: 248513

kcron depends on cron

Modified:
  kcron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 15:12:34 UTC (rev 248512)
+++ PKGBUILD2015-10-08 18:03:21 UTC (rev 248513)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdeadmin')
-depends=('kio')
+depends=('kio' 'cron')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('kdeadmin-kcron')
 replaces=('kdeadmin-kcron')


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

2015-10-08 Thread Jan Steffens
Date: Thursday, October 8, 2015 @ 22:28:27
  Author: heftig
Revision: 143453

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

Added:
  cdemu-daemon/repos/community-i686/PKGBUILD
(from rev 143452, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
(from rev 143452, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-i686/system-arch.patch
(from rev 143452, cdemu-daemon/trunk/system-arch.patch)
  cdemu-daemon/repos/community-x86_64/PKGBUILD
(from rev 143452, cdemu-daemon/trunk/PKGBUILD)
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
(from rev 143452, cdemu-daemon/trunk/cdemu-daemon.install)
  cdemu-daemon/repos/community-x86_64/system-arch.patch
(from rev 143452, cdemu-daemon/trunk/system-arch.patch)
Deleted:
  cdemu-daemon/repos/community-i686/PKGBUILD
  cdemu-daemon/repos/community-i686/cdemu-daemon.install
  cdemu-daemon/repos/community-i686/system-arch.patch
  cdemu-daemon/repos/community-x86_64/PKGBUILD
  cdemu-daemon/repos/community-x86_64/cdemu-daemon.install
  cdemu-daemon/repos/community-x86_64/system-arch.patch

---+
 /PKGBUILD |  108 +
 /cdemu-daemon.install |   84 ++
 /system-arch.patch|  248 
 community-i686/PKGBUILD   |   54 --
 community-i686/cdemu-daemon.install   |   42 -
 community-i686/system-arch.patch  |  121 ---
 community-x86_64/PKGBUILD |   54 --
 community-x86_64/cdemu-daemon.install |   42 -
 community-x86_64/system-arch.patch|  121 ---
 9 files changed, 440 insertions(+), 434 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-08 20:26:57 UTC (rev 143452)
+++ community-i686/PKGBUILD 2015-10-08 20:28:27 UTC (rev 143453)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgname=cdemu-daemon
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="CD/DVD-ROM device emulator daemon"
-arch=(i686 x86_64)
-url="http://cdemu.sourceforge.net/;
-license=(GPL)
-depends=(dbus "vhba-module>=20140629" libao "libmirage>=3.0.2")
-makedepends=(cmake)
-optdepends=('alsa-lib: to enable the ALSA audio driver'
-'pulseaudio: to enable the PA audio driver')
-backup=(etc/conf.d/cdemu-daemon
-etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
-install=cdemu-daemon.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
-system-arch.patch)
-sha256sums=('8c9a0d292e0fd71538f123f2b795f4490ff455f68b391b97812be369c34a4f06'
-'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
-
-prepare() {
-  mkdir build
-  cd $pkgname-$pkgver
-
-  # Patch system daemon for Arch-friendlyness
-  # It's disabled by default. Should we even ship it?
-  patch -Np1 -i ../system-arch.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBEXECDIR=lib/$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/lib/modules-load.d"
-  echo vhba > "$pkgdir/usr/lib/modules-load.d/cdemu.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cdemu-daemon/repos/community-i686/PKGBUILD (from rev 143452, 
cdemu-daemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-08 20:28:27 UTC (rev 143453)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgname=cdemu-daemon
+pkgver=3.0.2
+pkgrel=2
+pkgdesc="CD/DVD-ROM device emulator daemon"
+arch=(i686 x86_64)
+url="http://cdemu.sourceforge.net/;
+license=(GPL)
+depends=(dbus "vhba-module>=20140629" libao "libmirage>=3.0.2")
+makedepends=(cmake)
+optdepends=('alsa-lib: to enable the ALSA audio driver'
+'pulseaudio: to enable the PA audio driver')
+backup=(etc/conf.d/cdemu-daemon
+etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
+install=cdemu-daemon.install
+source=("http://downloads.sourceforge.net/cdemu/$pkgname/$pkgname-$pkgver.tar.bz2;
+system-arch.patch)
+sha256sums=('8c9a0d292e0fd71538f123f2b795f4490ff455f68b391b97812be369c34a4f06'
+'dee634da8b8301893f458647f536b183d1d3898e289d1ac570c189c986828cfe')
+
+prepare() {
+  

[arch-commits] Commit in virtualbox-modules-lts/repos (16 files)

2015-10-08 Thread Sébastien Luttringer
Date: Friday, October 9, 2015 @ 01:29:50
  Author: seblu
Revision: 143459

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

Added:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
(from rev 143457, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-i686/build.sh
(from rev 143457, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
(from rev 143457, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
(from rev 143457, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
(from rev 143458, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-x86_64/build.sh
(from rev 143458, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
(from rev 143458, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install
(from rev 143458, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
Deleted:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
  virtualbox-modules-lts/repos/community-i686/build.sh
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
  virtualbox-modules-lts/repos/community-x86_64/build.sh
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install

---+
 /PKGBUILD |  134 
 /build.sh |  116 +
 /virtualbox-guest-modules-lts.install |   42 +
 /virtualbox-host-modules-lts.install  |   46 +
 community-i686/PKGBUILD   |   66 ---
 community-i686/build.sh   |   58 --
 community-i686/virtualbox-guest-modules-lts.install   |   21 --
 community-i686/virtualbox-host-modules-lts.install|   23 --
 community-x86_64/PKGBUILD |   66 ---
 community-x86_64/build.sh |   58 --
 community-x86_64/virtualbox-guest-modules-lts.install |   21 --
 community-x86_64/virtualbox-host-modules-lts.install  |   23 --
 12 files changed, 338 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-08 23:29:21 UTC (rev 143458)
+++ community-i686/PKGBUILD 2015-10-08 23:29:50 UTC (rev 143459)
@@ -1,66 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=5.0.4
-pkgrel=5
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts>=4.1.9' 'linux-lts<4.2'
- 'linux-lts-headers>=4.1.9' 'linux-lts-headers<4.2'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.1-lts
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts>=4.1.9' 'linux-lts<4.2')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=("virtualbox-host-modules=$pkgver")
-  install=virtualbox-host-modules-lts.install
-
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  

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

2015-10-08 Thread Levente Polyak
Date: Friday, October 9, 2015 @ 01:29:21
  Author: anthraxx
Revision: 143458

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

Added:
  sslsplit/repos/community-i686/
  sslsplit/repos/community-i686/PKGBUILD
(from rev 143457, sslsplit/trunk/PKGBUILD)
  sslsplit/repos/community-x86_64/
  sslsplit/repos/community-x86_64/PKGBUILD
(from rev 143457, sslsplit/trunk/PKGBUILD)

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

Copied: sslsplit/repos/community-i686/PKGBUILD (from rev 143457, 
sslsplit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-08 23:29:21 UTC (rev 143458)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+pkgname=sslsplit
+pkgver=0.4.11
+pkgrel=2
+pkgdesc="Tool for man-in-the-middle attacks against SSL/TLS encrypted network 
connections"
+url="https://www.roe.ch/SSLsplit;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('libevent' 'openssl')
+checkdepends=('check')
+source=(https://mirror.roe.ch/rel/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha512sums=('c3339b4d22eb8f94ad1bc161b2c2d9efcb2f2828985712a5580437077f4c0bd74657d42274c4a9118c92721b9bd1d8150cf83d89afef6144b20aba497ac1d69a'
+'SKIP')
+validpgpkeys=('BFF9C7D7EA0EAC7F1AA55B3EFABE3324B5D3397E') # Daniel 
Roethlisberger 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -j1 test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX="${pkgdir}/usr" install
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm 644 NEWS.md "${pkgdir}/usr/share/doc/${pkgname}/NEWS.md"
+}
+
+# vim: ts=2 sw=2 et:

Copied: sslsplit/repos/community-x86_64/PKGBUILD (from rev 143457, 
sslsplit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-08 23:29:21 UTC (rev 143458)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+pkgname=sslsplit
+pkgver=0.4.11
+pkgrel=2
+pkgdesc="Tool for man-in-the-middle attacks against SSL/TLS encrypted network 
connections"
+url="https://www.roe.ch/SSLsplit;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('libevent' 'openssl')
+checkdepends=('check')
+source=(https://mirror.roe.ch/rel/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha512sums=('c3339b4d22eb8f94ad1bc161b2c2d9efcb2f2828985712a5580437077f4c0bd74657d42274c4a9118c92721b9bd1d8150cf83d89afef6144b20aba497ac1d69a'
+'SKIP')
+validpgpkeys=('BFF9C7D7EA0EAC7F1AA55B3EFABE3324B5D3397E') # Daniel 
Roethlisberger 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -j1 test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX="${pkgdir}/usr" install
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm 644 NEWS.md "${pkgdir}/usr/share/doc/${pkgname}/NEWS.md"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2015-10-08 Thread Levente Polyak
Date: Friday, October 9, 2015 @ 01:28:48
  Author: anthraxx
Revision: 143457

addpkg: sslsplit 0.4.11-2

Added:
  sslsplit/
  sslsplit/repos/
  sslsplit/trunk/
  sslsplit/trunk/PKGBUILD

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

Added: sslsplit/trunk/PKGBUILD
===
--- sslsplit/trunk/PKGBUILD (rev 0)
+++ sslsplit/trunk/PKGBUILD 2015-10-08 23:28:48 UTC (rev 143457)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+pkgname=sslsplit
+pkgver=0.4.11
+pkgrel=2
+pkgdesc="Tool for man-in-the-middle attacks against SSL/TLS encrypted network 
connections"
+url="https://www.roe.ch/SSLsplit;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('libevent' 'openssl')
+checkdepends=('check')
+source=(https://mirror.roe.ch/rel/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha512sums=('c3339b4d22eb8f94ad1bc161b2c2d9efcb2f2828985712a5580437077f4c0bd74657d42274c4a9118c92721b9bd1d8150cf83d89afef6144b20aba497ac1d69a'
+'SKIP')
+validpgpkeys=('BFF9C7D7EA0EAC7F1AA55B3EFABE3324B5D3397E') # Daniel 
Roethlisberger 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -j1 test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX="${pkgdir}/usr" install
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm 644 NEWS.md "${pkgdir}/usr/share/doc/${pkgname}/NEWS.md"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2015-10-08 Thread Sébastien Luttringer
Date: Friday, October 9, 2015 @ 01:21:09
  Author: seblu
Revision: 143456

upgpkg: virtualbox-modules-lts 5.0.6-1

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 21:58:00 UTC (rev 143455)
+++ PKGBUILD2015-10-08 23:21:09 UTC (rev 143456)
@@ -5,8 +5,8 @@
 
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=5.0.4
-pkgrel=5
+pkgver=5.0.6
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
@@ -64,3 +64,4 @@
 
 # vim:set ts=2 sw=2 et:
 
+


[arch-commits] Commit in cdemu-daemon/trunk (PKGBUILD system-arch.patch)

2015-10-08 Thread Jan Steffens
Date: Thursday, October 8, 2015 @ 22:26:57
  Author: heftig
Revision: 143452

Fix DBus service Name capitalization

Modified:
  cdemu-daemon/trunk/PKGBUILD
  cdemu-daemon/trunk/system-arch.patch

---+
 PKGBUILD  |6 ++---
 system-arch.patch |   55 +++-
 2 files changed, 32 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 20:24:25 UTC (rev 143451)
+++ PKGBUILD2015-10-08 20:26:57 UTC (rev 143452)
@@ -6,7 +6,7 @@
 
 pkgname=cdemu-daemon
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="CD/DVD-ROM device emulator daemon"
 arch=(i686 x86_64)
 url="http://cdemu.sourceforge.net/;
@@ -18,10 +18,10 @@
 backup=(etc/conf.d/cdemu-daemon
 etc/dbus-1/system.d/cdemu-daemon-dbus.conf)
 install=cdemu-daemon.install
-source=("http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+source=("http://downloads.sourceforge.net/cdemu/$pkgname/$pkgname-$pkgver.tar.bz2;
 system-arch.patch)
 sha256sums=('8c9a0d292e0fd71538f123f2b795f4490ff455f68b391b97812be369c34a4f06'
-'29507da7367983bdc5f541e9f9252f189412041076842b8d08a5c4dac29f23cd')
+'dee634da8b8301893f458647f536b183d1d3898e289d1ac570c189c986828cfe')
 
 prepare() {
   mkdir build

Modified: system-arch.patch
===
--- system-arch.patch   2015-10-08 20:24:25 UTC (rev 143451)
+++ system-arch.patch   2015-10-08 20:26:57 UTC (rev 143452)
@@ -1,8 +1,8 @@
-diff -u -rN cdemu-daemon-2.1.0/CMakeLists.txt 
cdemu-daemon-2.1.0-arch/CMakeLists.txt
 cdemu-daemon-2.1.0/CMakeLists.txt  2013-06-07 21:33:53.0 +0200
-+++ cdemu-daemon-2.1.0-arch/CMakeLists.txt 2013-06-08 02:20:15.948655947 
+0200
-@@ -18,7 +18,7 @@
- include (FileList)
+diff -u -rN cdemu-daemon-3.0.2/CMakeLists.txt 
cdemu-daemon-3.0.2-arch/CMakeLists.txt
+--- cdemu-daemon-3.0.2/CMakeLists.txt  2014-09-28 21:19:13.0 +0200
 cdemu-daemon-3.0.2-arch/CMakeLists.txt 2015-10-08 22:23:20.174377466 
+0200
+@@ -12,7 +12,7 @@
+ include (GNUInstallDirs)
  
  # Options
 -option (SYSTEM_BUS_SERVICE "Install CDEmu daemon as D-Bus system bus service" 
off)
@@ -10,7 +10,7 @@
  option (SESSION_BUS_SERVICE "Install CDEmu daemon as D-Bus session bus 
service" on)
  
  # If install prefix is /usr, override the sysconf dir to be /etc instead of 
/usr/etc
-@@ -46,6 +46,10 @@
+@@ -40,6 +40,10 @@
  ${PROJECT_SOURCE_DIR}/system/net.sf.cdemu.CDEmuDaemon.service.in
  ${PROJECT_BINARY_DIR}/system/net.sf.cdemu.CDEmuDaemon.service
  )
@@ -20,8 +20,8 @@
 +)
  
  # Global definitions
- add_definitions (-std=gnu99) #NOTE: Compilation bugs out on using signals and 
-std=c99
-@@ -104,6 +108,10 @@
+ add_definitions (-std=c99) # We're compiling using C99
+@@ -112,6 +116,10 @@
  DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}
  )
  install (
@@ -32,7 +32,7 @@
  FILES ${PROJECT_BINARY_DIR}/system/net.sf.cdemu.CDEmuDaemon.service
  DESTINATION ${CMAKE_INSTALL_DATADIR}/dbus-1/system-services/
  )
-@@ -111,5 +119,10 @@
+@@ -119,6 +127,11 @@
  FILES system/cdemu-daemon-dbus.conf
  DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/dbus-1/system.d
  )
@@ -43,9 +43,10 @@
 +)
  endif ()
  
-diff -u -rN cdemu-daemon-2.1.0/system/cdemu-daemon.conf 
cdemu-daemon-2.1.0-arch/system/cdemu-daemon.conf
 cdemu-daemon-2.1.0/system/cdemu-daemon.conf1970-01-01 
01:00:00.0 +0100
-+++ cdemu-daemon-2.1.0-arch/system/cdemu-daemon.conf   2013-06-08 
02:12:19.032035389 +0200
+ # *** Configuration summary ***
+diff -u -rN cdemu-daemon-3.0.2/system/cdemu-daemon.conf 
cdemu-daemon-3.0.2-arch/system/cdemu-daemon.conf
+--- cdemu-daemon-3.0.2/system/cdemu-daemon.conf1970-01-01 
01:00:00.0 +0100
 cdemu-daemon-3.0.2-arch/system/cdemu-daemon.conf   2015-10-08 
22:23:20.174377466 +0200
 @@ -0,0 +1,8 @@
 +# how many optical drives to emulate
 +#NUM_DEVICES=1
@@ -55,9 +56,9 @@
 +
 +# log file
 +#LOG_FILE=/var/log/cdemu-daemon.log
-diff -u -rN cdemu-daemon-2.1.0/system/cdemu-daemon-dbus.conf 
cdemu-daemon-2.1.0-arch/system/cdemu-daemon-dbus.conf
 cdemu-daemon-2.1.0/system/cdemu-daemon-dbus.conf   2013-06-07 
21:33:53.0 +0200
-+++ cdemu-daemon-2.1.0-arch/system/cdemu-daemon-dbus.conf  2013-06-08 
02:11:52.90389 +0200
+diff -u -rN cdemu-daemon-3.0.2/system/cdemu-daemon-dbus.conf 
cdemu-daemon-3.0.2-arch/system/cdemu-daemon-dbus.conf
+--- cdemu-daemon-3.0.2/system/cdemu-daemon-dbus.conf   2014-09-28 
21:19:13.0 +0200
 cdemu-daemon-3.0.2-arch/system/cdemu-daemon-dbus.conf  2015-10-08 
22:23:20.174377466 +0200
 @@ -11,8 +11,13 @@
  
  
@@ -74,9 +75,9 @@
  
  
  
-diff -u -rN cdemu-daemon-2.1.0/system/cdemu-daemon.service.in 
cdemu-daemon-2.1.0-arch/system/cdemu-daemon.service.in
 cdemu-daemon-2.1.0/system/cdemu-daemon.service.in  1970-01-01 

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

2015-10-08 Thread Sébastien Luttringer
Date: Thursday, October 8, 2015 @ 22:24:25
  Author: seblu
Revision: 143451

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

Added:
  virtualbox-modules/repos/community-i686/PKGBUILD
(from rev 143450, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-i686/build.sh
(from rev 143450, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
(from rev 143450, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
(from rev 143450, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-x86_64/PKGBUILD
(from rev 143450, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-x86_64/build.sh
(from rev 143450, virtualbox-modules/trunk/build.sh)
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
(from rev 143450, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install
(from rev 143450, virtualbox-modules/trunk/virtualbox-host-modules.install)
Deleted:
  virtualbox-modules/repos/community-i686/PKGBUILD
  virtualbox-modules/repos/community-i686/build.sh
  virtualbox-modules/repos/community-i686/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-i686/virtualbox-host-modules.install
  virtualbox-modules/repos/community-x86_64/PKGBUILD
  virtualbox-modules/repos/community-x86_64/build.sh
  virtualbox-modules/repos/community-x86_64/virtualbox-guest-modules.install
  virtualbox-modules/repos/community-x86_64/virtualbox-host-modules.install

---+
 /PKGBUILD |  130 
 /build.sh |  122 ++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   64 -
 community-i686/build.sh   |   61 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   64 -
 community-x86_64/build.sh |   61 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 340 insertions(+), 338 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-08 20:24:00 UTC (rev 143450)
+++ community-i686/PKGBUILD 2015-10-08 20:24:25 UTC (rev 143451)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=5.0.4
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux>=4.2' 'linux<4.3'
- 'linux-headers>=4.2' 'linux-headers<4.3'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-4.2-ARCH
-
-build() {
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux>=4.2' 'linux<4.3')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux>=4.2' 'linux<4.3')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-guest-modules.install
-
-  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name 

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

2015-10-08 Thread Sébastien Luttringer
Date: Thursday, October 8, 2015 @ 22:24:00
  Author: seblu
Revision: 143450

upgpkg: virtualbox-modules 5.0.6-1

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 19:59:32 UTC (rev 143449)
+++ PKGBUILD2015-10-08 20:24:00 UTC (rev 143450)
@@ -4,8 +4,8 @@
 
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=5.0.4
-pkgrel=2
+pkgver=5.0.6
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
@@ -62,3 +62,4 @@
 # vim:set ts=2 sw=2 et:
 
 
+


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

2015-10-08 Thread Sébastien Luttringer
Date: Thursday, October 8, 2015 @ 23:58:00
  Author: seblu
Revision: 143455

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

Added:
  virtualbox-modules/repos/community-testing-i686/
  virtualbox-modules/repos/community-testing-i686/PKGBUILD
(from rev 143454, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-i686/build.sh
(from rev 143454, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-guest-modules.install
(from rev 143454, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-i686/virtualbox-host-modules.install
(from rev 143454, virtualbox-modules/trunk/virtualbox-host-modules.install)
  virtualbox-modules/repos/community-testing-x86_64/
  virtualbox-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 143454, virtualbox-modules/trunk/PKGBUILD)
  virtualbox-modules/repos/community-testing-x86_64/build.sh
(from rev 143454, virtualbox-modules/trunk/build.sh)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-guest-modules.install
(from rev 143454, virtualbox-modules/trunk/virtualbox-guest-modules.install)
  
virtualbox-modules/repos/community-testing-x86_64/virtualbox-host-modules.install
(from rev 143454, virtualbox-modules/trunk/virtualbox-host-modules.install)

---+
 community-testing-i686/PKGBUILD   |   65 
 community-testing-i686/build.sh   |   61 +++
 community-testing-i686/virtualbox-guest-modules.install   |   21 +++
 community-testing-i686/virtualbox-host-modules.install|   23 
 community-testing-x86_64/PKGBUILD |   65 
 community-testing-x86_64/build.sh |   61 +++
 community-testing-x86_64/virtualbox-guest-modules.install |   21 +++
 community-testing-x86_64/virtualbox-host-modules.install  |   23 
 8 files changed, 340 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
143454, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-08 21:58:00 UTC (rev 143455)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=5.0.6
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux>=4.2' 'linux<4.3'
+ 'linux-headers>=4.2' 'linux-headers<4.3'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.2-ARCH
+
+build() {
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
+}
+
+package_virtualbox-host-modules(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux>=4.2' 'linux<4.3')
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules(){
+  _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux>=4.2' 'linux<4.3')
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+
+
+

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
143454, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ community-testing-i686/build.sh 2015-10-08 21:58:00 UTC (rev 143455)
@@ -0,0 +1,61 @@
+#!/bin/bash
+# lazyness can be enhanced 

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

2015-10-08 Thread Sébastien Luttringer
Date: Thursday, October 8, 2015 @ 23:57:45
  Author: seblu
Revision: 143454

upgpkg: virtualbox-modules 5.0.6-2

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 20:28:27 UTC (rev 143453)
+++ PKGBUILD2015-10-08 21:57:45 UTC (rev 143454)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=5.0.6
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2015-10-08 Thread Felix Yan
Date: Friday, October 9, 2015 @ 03:03:45
  Author: fyan
Revision: 143463

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 143462, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-09 01:03:26 UTC (rev 143462)
+++ PKGBUILD2015-10-09 01:03:45 UTC (rev 143463)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=3.3.5
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Make symlink for node-gyp
-  #ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
"$pkgdir"/usr/bin/node-gyp
-  ln -s /usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 143462, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-09 01:03:45 UTC (rev 143463)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=3.3.6
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Make symlink for node-gyp
+  #ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
"$pkgdir"/usr/bin/node-gyp
+  ln -s /usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in python-flask-login/repos/community-any (PKGBUILD PKGBUILD)

2015-10-08 Thread Felix Yan
Date: Friday, October 9, 2015 @ 03:04:21
  Author: fyan
Revision: 143465

archrelease: copy trunk to community-any

Added:
  python-flask-login/repos/community-any/PKGBUILD
(from rev 143464, python-flask-login/trunk/PKGBUILD)
Deleted:
  python-flask-login/repos/community-any/PKGBUILD

--+
 PKGBUILD |   97 ++---
 1 file changed, 48 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-09 01:04:01 UTC (rev 143464)
+++ PKGBUILD2015-10-09 01:04:21 UTC (rev 143465)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-flask-login
-pkgname=('python2-flask-login' 'python-flask-login')
-pkgver=0.3.1
-_commit=f1d961c0973b83a5f1ab935b20f1be99a445882a
-pkgrel=1
-pkgdesc="User session management for Flask."
-arch=('any')
-url="https://pythonhosted.org/Flask-Login/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-blinker' 'python2-blinker')
-source=("git+https://github.com/maxcountryman/flask-login.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a flask-login{,-py2}
-}
-
-check() {
-  cd "$srcdir/flask-login"
-  nosetests3
-
-  cd "$srcdir/flask-login-py2"
-  # https://github.com/maxcountryman/flask-login/issues/232
-  nosetests2 || warning "Tests failed"
-}
-
-package_python-flask-login() {
-  depends=('python-flask')
-
-  cd flask-login
-  python setup.py install --root="$pkgdir/" --optimize=1
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_python2-flask-login() {
-  depends=('python2-flask')
-
-  cd flask-login-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-flask-login/repos/community-any/PKGBUILD (from rev 143464, 
python-flask-login/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-09 01:04:21 UTC (rev 143465)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-flask-login
+pkgname=('python2-flask-login' 'python-flask-login')
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="User session management for Flask."
+arch=('any')
+url="https://pythonhosted.org/Flask-Login/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-blinker' 'python2-blinker')
+source=("git+https://github.com/maxcountryman/flask-login.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a flask-login{,-py2}
+}
+
+check() {
+  cd "$srcdir/flask-login"
+  nosetests3
+
+  cd "$srcdir/flask-login-py2"
+  # https://github.com/maxcountryman/flask-login/issues/232
+  nosetests2 || warning "Tests failed"
+}
+
+package_python-flask-login() {
+  depends=('python-flask')
+
+  cd flask-login
+  python setup.py install --root="$pkgdir/" --optimize=1
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_python2-flask-login() {
+  depends=('python2-flask')
+
+  cd flask-login-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2015-10-08 Thread Felix Yan
Date: Friday, October 9, 2015 @ 03:03:26
  Author: fyan
Revision: 143462

upgpkg: npm 3.3.6-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 00:32:06 UTC (rev 143461)
+++ PKGBUILD2015-10-09 01:03:26 UTC (rev 143462)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.3.5
+pkgver=3.3.6
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2015-10-08 Thread Felix Yan
Date: Friday, October 9, 2015 @ 03:04:01
  Author: fyan
Revision: 143464

upgpkg: python-flask-login 0.3.2-1

Modified:
  python-flask-login/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 01:03:45 UTC (rev 143463)
+++ PKGBUILD2015-10-09 01:04:01 UTC (rev 143464)
@@ -3,8 +3,7 @@
 
 pkgbase=python-flask-login
 pkgname=('python2-flask-login' 'python-flask-login')
-pkgver=0.3.1
-_commit=f1d961c0973b83a5f1ab935b20f1be99a445882a
+pkgver=0.3.2
 pkgrel=1
 pkgdesc="User session management for Flask."
 arch=('any')
@@ -12,7 +11,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 
'python2-flask' 'git')
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-blinker' 'python2-blinker')
-source=("git+https://github.com/maxcountryman/flask-login.git#commit=$_commit;)
+source=("git+https://github.com/maxcountryman/flask-login.git#tag=$pkgver;)
 md5sums=('SKIP')
 
 prepare() {


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

2015-10-08 Thread Daniel Micay
Date: Friday, October 9, 2015 @ 05:17:13
  Author: thestinger
Revision: 143467

upgpkg: linux-grsec 4.2.3.201510072230-1

Added:
  
linux-grsec/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
  
linux-grsec/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64
  linux-grsec/trunk/linux-grsec.install

-+
 0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch |   65 ++
 0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch |  103 +++
 PKGBUILD|   31 
 config  |  325 
--
 config.x86_64   |  315 
+++--
 linux-grsec.install |4 
 6 files changed, 714 insertions(+), 129 deletions(-)

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


[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2015-10-08 Thread Sébastien Luttringer
Date: Friday, October 9, 2015 @ 02:29:52
  Author: seblu
Revision: 143460

upgpkg: virtualbox-modules-lts 5.0.6-2

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 23:29:50 UTC (rev 143459)
+++ PKGBUILD2015-10-09 00:29:52 UTC (rev 143460)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=5.0.6
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2015-10-08 Thread Daniel Micay
Date: Friday, October 9, 2015 @ 05:18:28
  Author: thestinger
Revision: 143468

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

Added:
  
linux-grsec/repos/community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 143467, 
linux-grsec/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  
linux-grsec/repos/community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 143467, 
linux-grsec/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 143467, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 143467, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 143467, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 143467, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 143467, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 143467, linux-grsec/trunk/linux.preset)
  
linux-grsec/repos/community-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
(from rev 143467, 
linux-grsec/trunk/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch)
  
linux-grsec/repos/community-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
(from rev 143467, 
linux-grsec/trunk/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 143467, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 143467, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 143467, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 143467, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 143467, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 143467, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

--+
 /PKGBUILD  
  |  658 
 /change-default-console-loglevel.patch 
  |   22 
 /config
  |15774 ++
 /config.x86_64 
  |15176 +
 /linux-grsec.install   
  |   74 
 /linux.preset  
  |   28 
 community-i686/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch 
  |   65 
 community-i686/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch 
  |  103 
 community-i686/PKGBUILD
  |  324 
 community-i686/change-default-console-loglevel.patch   
  |   11 
 community-i686/config  
  | 7678 
 community-i686/config.x86_64   
  | 7385 
 community-i686/linux-grsec.install 
  |   37 
 community-i686/linux.preset
  |   14 
 
community-x86_64/0001-e1000e-Fix-tight-loop-implementation-of-systime-read.patch
 |   65 
 
community-x86_64/0001-netfilter-conntrack-use-nf_ct_tmpl_free-in-CT-synpro.patch
 |  103 
 community-x86_64/PKGBUILD  
  |  324 
 community-x86_64/change-default-console-loglevel.patch 
  |   11 
 community-x86_64/config
  | 7678 
 community-x86_64/config.x86_64 
  | 7385 
 community-x86_64/linux-grsec.install   
  |   37 
 

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

2015-10-08 Thread Gaetan Bisson
Date: Friday, October 9, 2015 @ 06:05:45
  Author: bisson
Revision: 143473

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

Added:
  scribus/repos/community-i686/PKGBUILD
(from rev 143472, scribus/trunk/PKGBUILD)
  scribus/repos/community-i686/install
(from rev 143472, scribus/trunk/install)
  scribus/repos/community-x86_64/PKGBUILD
(from rev 143472, scribus/trunk/PKGBUILD)
  scribus/repos/community-x86_64/install
(from rev 143472, scribus/trunk/install)
Deleted:
  scribus/repos/community-i686/PKGBUILD
  scribus/repos/community-i686/install
  scribus/repos/community-x86_64/PKGBUILD
  scribus/repos/community-x86_64/install

---+
 /PKGBUILD |   98 
 /install  |   22 +
 community-i686/PKGBUILD   |   49 --
 community-i686/install|   11 
 community-x86_64/PKGBUILD |   49 --
 community-x86_64/install  |   11 
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-09 04:05:12 UTC (rev 143472)
+++ community-i686/PKGBUILD 2015-10-09 04:05:45 UTC (rev 143473)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Daniel J Griffiths 
-# Contributor: Ronald van Haren 
-# Contributor: tobias 
-# Contributor: Ben 
-
-pkgname=scribus
-pkgver=1.4.5
-pkgrel=2
-pkgdesc='Desktop publishing software'
-url='http://www.scribus.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('cmake' 'boost' 'mesa')
-optdepends=('tk: scripts based on tkinter')
-depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
- 'ghostscript' 'python2' 'podofo' 'boost-libs'
- 'desktop-file-utils' 'shared-mime-info')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('70685aeb66d1f8f4984125c56f8f6e059af267c3')
-
-install=install
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed \
-   -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
-   -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-   -i scribus/plugins/scriptplugin/{samples,scripts}/*
-   install -d build
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   cmake .. \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DLIB_SUFFIX=""
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}/build"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../scribus.desktop 
"${pkgdir}/usr/share/applications/scribus.desktop"
-   install -Dm644 ../resources/icons/AppIcon.png 
"${pkgdir}/usr/share/icons/hicolor/32x32/scribus.png"
-}

Copied: scribus/repos/community-i686/PKGBUILD (from rev 143472, 
scribus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-09 04:05:45 UTC (rev 143473)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Ronald van Haren 
+# Contributor: tobias 
+# Contributor: Ben 
+
+pkgname=scribus
+pkgver=1.4.5
+pkgrel=3
+pkgdesc='Desktop publishing software'
+url='http://www.scribus.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cmake' 'boost' 'mesa')
+optdepends=('tk: scripts based on tkinter')
+depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
+ 'ghostscript' 'python2' 'podofo' 'boost-libs'
+ 'desktop-file-utils' 'shared-mime-info')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('70685aeb66d1f8f4984125c56f8f6e059af267c3')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed \
+   -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+   -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+   -i scribus/plugins/scriptplugin/{samples,scripts}/*
+   install -d build
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   cmake .. \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DLIB_SUFFIX=""
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}/build"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 ../scribus.desktop 
"${pkgdir}/usr/share/applications/scribus.desktop"
+   install -Dm644 ../resources/icons/AppIcon.png 
"${pkgdir}/usr/share/icons/hicolor/32x32/apps/scribus.png"
+}


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

2015-10-08 Thread Gaetan Bisson
Date: Friday, October 9, 2015 @ 06:05:12
  Author: bisson
Revision: 143472

refix FS#46593

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 03:38:48 UTC (rev 143471)
+++ PKGBUILD2015-10-09 04:05:12 UTC (rev 143472)
@@ -7,7 +7,7 @@
 
 pkgname=scribus
 pkgver=1.4.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Desktop publishing software'
 url='http://www.scribus.net/'
 license=('GPL')
@@ -45,5 +45,5 @@
cd "${srcdir}/${pkgname}-${pkgver}/build"
make DESTDIR="${pkgdir}" install
install -Dm644 ../scribus.desktop 
"${pkgdir}/usr/share/applications/scribus.desktop"
-   install -Dm644 ../resources/icons/AppIcon.png 
"${pkgdir}/usr/share/icons/hicolor/32x32/scribus.png"
+   install -Dm644 ../resources/icons/AppIcon.png 
"${pkgdir}/usr/share/icons/hicolor/32x32/apps/scribus.png"
 }


[arch-commits] Commit in modemmanager/trunk (PKGBUILD bus-signals.patch)

2015-10-08 Thread Jan Steffens
Date: Friday, October 9, 2015 @ 02:22:14
  Author: heftig
Revision: 248674

1.4.12

Modified:
  modemmanager/trunk/PKGBUILD
Deleted:
  modemmanager/trunk/bus-signals.patch

---+
 PKGBUILD  |   11 ---
 bus-signals.patch |   43 ---
 2 files changed, 4 insertions(+), 50 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 19:53:44 UTC (rev 248673)
+++ PKGBUILD2015-10-09 00:22:14 UTC (rev 248674)
@@ -4,8 +4,8 @@
 
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
-pkgver=1.4.10
-pkgrel=2
+pkgver=1.4.12
+pkgrel=1
 pkgdesc="Mobile broadband modem management service"
 arch=(i686 x86_64)
 url="http://www.freedesktop.org/wiki/Software/ModemManager/;
@@ -12,14 +12,11 @@
 license=(GPL2 LGPL2.1)
 depends=(systemd libgudev polkit ppp libqmi libmbim hicolor-icon-theme)
 makedepends=(intltool gtk-doc gobject-introspection vala)
-source=(http://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz
-bus-signals.patch)
-sha256sums=('107ba0b4d0749aebb0347691a39f60891cc6004aeca8b2128d69c50557049a63'
-'2bf544ace3e79276f8e9c113fe3468506da74eb7f4ce1de5b33ea0e955dfd09e')
+source=(http://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz)
+sha256sums=('7ef5035375a953b285a742591df0a65fd442f4641ce4d8f4392a41d6d6bc70b3')
 
 prepare() {
   cd ModemManager-$pkgver
-  patch -Np1 -i ../bus-signals.patch
 }
 
 build() {

Deleted: bus-signals.patch
===
--- bus-signals.patch   2015-10-08 19:53:44 UTC (rev 248673)
+++ bus-signals.patch   2015-10-09 00:22:14 UTC (rev 248674)
@@ -1,43 +0,0 @@
-From a043f8064b6d1fb1ce5ee4b1d263117ea6eac505 Mon Sep 17 00:00:00 2001
-From: David Herrmann 
-Date: Wed, 15 Jul 2015 13:49:49 +0200
-Subject: policy: don't prevent us from receiving signals
-
-By using:
-
-
-..we prevent anyone on the system from sending us signals, even if we
-subscribed to them. This is clearly not what this line intended. More
-importantly, we silently break mm-auth-provider-polkit, as we never
-receiver 'changed' signals via PolkitAuthority. Right now, this is not
-required by the implementation of PolkitAuthority, but ModemManager
-should not place restrictions on the implementation of external
-libraries.
-
-So make sure we only prevent Method-Calls to be sent to us. Any other
-message that we didn't expect is automatically discarded by gdbus,
-anyway.
-
-Without this change, debugging dbus policies constantly shows messages
-that Polkit couldn't send the 'changed' signal to ModemManager. This is
-suppressed in non-debugging mode. But it would make debugging a lot
-easier, if we'd avoid force-dropping those events and not clutter the
-debug-log.
-
-diff --git a/data/org.freedesktop.ModemManager1.conf.polkit 
b/data/org.freedesktop.ModemManager1.conf.polkit
-index d1ea166..6b90b4b 100644
 a/data/org.freedesktop.ModemManager1.conf.polkit
-+++ b/data/org.freedesktop.ModemManager1.conf.polkit
-@@ -3,7 +3,8 @@
-  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd;>
- 
-   
--
-+
- 
- 

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

2015-10-08 Thread Jan Steffens
Date: Friday, October 9, 2015 @ 02:23:07
  Author: heftig
Revision: 248675

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

Added:
  modemmanager/repos/extra-i686/PKGBUILD
(from rev 248674, modemmanager/trunk/PKGBUILD)
  modemmanager/repos/extra-i686/modemmanager.install
(from rev 248674, modemmanager/trunk/modemmanager.install)
  modemmanager/repos/extra-x86_64/PKGBUILD
(from rev 248674, modemmanager/trunk/PKGBUILD)
  modemmanager/repos/extra-x86_64/modemmanager.install
(from rev 248674, modemmanager/trunk/modemmanager.install)
Deleted:
  modemmanager/repos/extra-i686/PKGBUILD
  modemmanager/repos/extra-i686/bus-signals.patch
  modemmanager/repos/extra-i686/modemmanager.install
  modemmanager/repos/extra-x86_64/PKGBUILD
  modemmanager/repos/extra-x86_64/bus-signals.patch
  modemmanager/repos/extra-x86_64/modemmanager.install

---+
 /PKGBUILD |  142 
 /modemmanager.install |   26 ++
 extra-i686/PKGBUILD   |   74 --
 extra-i686/bus-signals.patch  |   43 --
 extra-i686/modemmanager.install   |   13 ---
 extra-x86_64/PKGBUILD |   74 --
 extra-x86_64/bus-signals.patch|   43 --
 extra-x86_64/modemmanager.install |   13 ---
 8 files changed, 168 insertions(+), 260 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-09 00:22:14 UTC (rev 248674)
+++ extra-i686/PKGBUILD 2015-10-09 00:23:07 UTC (rev 248675)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgbase=modemmanager
-pkgname=(modemmanager libmm-glib)
-pkgver=1.4.10
-pkgrel=2
-pkgdesc="Mobile broadband modem management service"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/ModemManager/;
-license=(GPL2 LGPL2.1)
-depends=(systemd libgudev polkit ppp libqmi libmbim hicolor-icon-theme)
-makedepends=(intltool gtk-doc gobject-introspection vala)
-source=(http://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz
-bus-signals.patch)
-sha256sums=('107ba0b4d0749aebb0347691a39f60891cc6004aeca8b2128d69c50557049a63'
-'2bf544ace3e79276f8e9c113fe3468506da74eb7f4ce1de5b33ea0e955dfd09e')
-
-prepare() {
-  cd ModemManager-$pkgver
-  patch -Np1 -i ../bus-signals.patch
-}
-
-build() {
-  cd ModemManager-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---with-udev-base-dir=/usr/lib/udev \
---with-polkit=permissive \
---enable-gtk-doc \
---disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd ModemManager-$pkgver
-  make -k check
-}
-
-package_modemmanager() {
-  depends+=(libmm-glib)
-  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
-  options=(!emptydirs)
-  install=modemmanager.install
-
-  cd ModemManager-$pkgver
-  make DESTDIR="$pkgdir" install
-  make DESTDIR="$pkgdir" -C libmm-glib uninstall
-  make DESTDIR="$pkgdir" -C vapi uninstall
-
-  # Some stuff to move is left over
-  mv "$pkgdir/usr/include" ..
-  mv "$pkgdir/usr/lib/pkgconfig" ..
-}
-
-package_libmm-glib() {
-  pkgdesc="ModemManager library"
-  depends=(glib2)
-
-  install -d "$pkgdir/usr/lib"
-  mv include "$pkgdir/usr"
-  mv pkgconfig "$pkgdir/usr/lib"
-
-  cd ModemManager-$pkgver
-  make DESTDIR="$pkgdir" -C libmm-glib install
-  make DESTDIR="$pkgdir" -C vapi install
-}

Copied: modemmanager/repos/extra-i686/PKGBUILD (from rev 248674, 
modemmanager/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-09 00:23:07 UTC (rev 248675)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Ionut Biru 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.4.12
+pkgrel=1
+pkgdesc="Mobile broadband modem management service"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/ModemManager/;
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim hicolor-icon-theme)
+makedepends=(intltool gtk-doc gobject-introspection vala)
+source=(http://www.freedesktop.org/software/ModemManager/ModemManager-${pkgver}.tar.xz)
+sha256sums=('7ef5035375a953b285a742591df0a65fd442f4641ce4d8f4392a41d6d6bc70b3')
+
+prepare() {
+  cd ModemManager-$pkgver
+}
+
+build() {
+  cd ModemManager-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--with-udev-base-dir=/usr/lib/udev \
+

[arch-commits] Commit in virtualbox-modules-lts/repos (10 files)

2015-10-08 Thread Sébastien Luttringer
Date: Friday, October 9, 2015 @ 02:32:06
  Author: seblu
Revision: 143461

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

Added:
  virtualbox-modules-lts/repos/community-testing-i686/
  virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD
(from rev 143460, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-i686/build.sh
(from rev 143460, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-guest-modules-lts.install
(from rev 143460, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-host-modules-lts.install
(from rev 143460, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-testing-x86_64/
  virtualbox-modules-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 143460, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-x86_64/build.sh
(from rev 143460, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-guest-modules-lts.install
(from rev 143460, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-host-modules-lts.install
(from rev 143460, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)

---+
 community-testing-i686/PKGBUILD   |   67 ++
 community-testing-i686/build.sh   |   58 
 community-testing-i686/virtualbox-guest-modules-lts.install   |   21 +++
 community-testing-i686/virtualbox-host-modules-lts.install|   23 +++
 community-testing-x86_64/PKGBUILD |   67 ++
 community-testing-x86_64/build.sh |   58 
 community-testing-x86_64/virtualbox-guest-modules-lts.install |   21 +++
 community-testing-x86_64/virtualbox-host-modules-lts.install  |   23 +++
 8 files changed, 338 insertions(+)

Copied: virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD (from rev 
143460, virtualbox-modules-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-10-09 00:32:06 UTC (rev 143461)
@@ -0,0 +1,67 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Sébastien Luttringer
+
+pkgbase=virtualbox-modules-lts
+pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
+pkgver=5.0.6
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-lts>=4.1.9' 'linux-lts<4.2'
+ 'linux-lts-headers>=4.1.9' 'linux-lts-headers<4.2'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-4.1-lts
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
+}
+
+package_virtualbox-host-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux-lts>=4.1.9' 'linux-lts<4.2')
+  replaces=('virtualbox-modules-lts')
+  conflicts=('virtualbox-modules-lts')
+  provides=("virtualbox-host-modules=$pkgver")
+  install=virtualbox-host-modules-lts.install
+
+  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux-lts>=4.1.9' 'linux-lts<4.2')
+  replaces=('virtualbox-archlinux-modules-lts')
+  conflicts=('virtualbox-archlinux-modules-lts')
+  provides=("virtualbox-guest-modules=$pkgver")
+  install=virtualbox-guest-modules-lts.install
+
+  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+
+

Copied: 

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

2015-10-08 Thread Felix Yan
Date: Friday, October 9, 2015 @ 05:25:24
  Author: fyan
Revision: 143469

upgpkg: lib32-atk 2.18.0-1

Modified:
  lib32-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 03:18:28 UTC (rev 143468)
+++ PKGBUILD2015-10-09 03:25:24 UTC (rev 143469)
@@ -4,7 +4,7 @@
 
 _pkgbasename=atk
 pkgname=lib32-$_pkgbasename
-pkgver=2.16.0
+pkgver=2.18.0
 pkgrel=1
 pkgdesc="A library providing a set of interfaces for accessibility (32-bit)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('gcc-multilib')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
 url='https://developer.gnome.org/atk/'
-sha256sums=('095f986060a6a0b22eb15eef84ae9f14a1cf8082488faa6886d94c37438ae562')
+sha256sums=('ce6c48d77bf951083029d5a396dd552d836fff3c1715d3a7022e917e46d0c92b')
 
 build() {
   export CC="gcc -m32"


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

2015-10-08 Thread Felix Yan
Date: Friday, October 9, 2015 @ 05:25:45
  Author: fyan
Revision: 143470

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-09 03:25:24 UTC (rev 143469)
+++ PKGBUILD2015-10-09 03:25:45 UTC (rev 143470)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Pierre Schmitz 
-# Maintainer: Mikko Seppälä 
-
-_pkgbasename=atk
-pkgname=lib32-$_pkgbasename
-pkgver=2.16.0
-pkgrel=1
-pkgdesc="A library providing a set of interfaces for accessibility (32-bit)"
-arch=('x86_64')
-license=('LGPL')
-depends=('lib32-glib2' $_pkgbasename)
-makedepends=('gcc-multilib')
-source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
-url='https://developer.gnome.org/atk/'
-sha256sums=('095f986060a6a0b22eb15eef84ae9f14a1cf8082488faa6886d94c37438ae562')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---disable-introspection
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share}
-}

Copied: lib32-atk/repos/multilib-x86_64/PKGBUILD (from rev 143469, 
lib32-atk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-09 03:25:45 UTC (rev 143470)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Pierre Schmitz 
+# Maintainer: Mikko Seppälä 
+
+_pkgbasename=atk
+pkgname=lib32-$_pkgbasename
+pkgver=2.18.0
+pkgrel=1
+pkgdesc="A library providing a set of interfaces for accessibility (32-bit)"
+arch=('x86_64')
+license=('LGPL')
+depends=('lib32-glib2' $_pkgbasename)
+makedepends=('gcc-multilib')
+source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/${pkgver%.*}/${_pkgbasename}-${pkgver}.tar.xz)
+url='https://developer.gnome.org/atk/'
+sha256sums=('ce6c48d77bf951083029d5a396dd552d836fff3c1715d3a7022e917e46d0c92b')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--disable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share}
+}


[arch-commits] Commit in nodejs-grunt-cli/repos (community-any community-any/PKGBUILD)

2015-10-08 Thread Felix Yan
Date: Friday, October 9, 2015 @ 07:56:12
  Author: fyan
Revision: 143475

archrelease: copy trunk to community-any

Added:
  nodejs-grunt-cli/repos/community-any/
  nodejs-grunt-cli/repos/community-any/PKGBUILD
(from rev 143474, nodejs-grunt-cli/trunk/PKGBUILD)

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

Copied: nodejs-grunt-cli/repos/community-any/PKGBUILD (from rev 143474, 
nodejs-grunt-cli/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-09 05:56:12 UTC (rev 143475)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Peter Wu 
+
+_npmname=grunt-cli
+pkgname=nodejs-$_npmname
+pkgver=0.1.13
+pkgrel=8
+pkgdesc="The grunt command line interface."
+arch=('any')
+url="http://gruntjs.com/;
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz;)
+noextract=($_npmname-$pkgver.tgz)
+sha256sums=('e639404d7b66ae2821edabc681104a1f035910ff20a2e21d67329c2a7674a443')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$_npmname/LICENSE-MIT" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


[arch-commits] Commit in (4 files)

2015-10-08 Thread Felix Yan
Date: Friday, October 9, 2015 @ 07:55:52
  Author: fyan
Revision: 143474

addpkg: nodejs-grunt-cli 0.1.13-8

Added:
  nodejs-grunt-cli/
  nodejs-grunt-cli/repos/
  nodejs-grunt-cli/trunk/
  nodejs-grunt-cli/trunk/PKGBUILD

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

Added: nodejs-grunt-cli/trunk/PKGBUILD
===
--- nodejs-grunt-cli/trunk/PKGBUILD (rev 0)
+++ nodejs-grunt-cli/trunk/PKGBUILD 2015-10-09 05:55:52 UTC (rev 143474)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Peter Wu 
+
+_npmname=grunt-cli
+pkgname=nodejs-$_npmname
+pkgver=0.1.13
+pkgrel=8
+pkgdesc="The grunt command line interface."
+arch=('any')
+url="http://gruntjs.com/;
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz;)
+noextract=($_npmname-$pkgver.tgz)
+sha256sums=('e639404d7b66ae2821edabc681104a1f035910ff20a2e21d67329c2a7674a443')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$_npmname/LICENSE-MIT" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


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


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

2015-10-08 Thread Antonio Rojas
Date: Thursday, October 8, 2015 @ 20:29:36
  Author: arojas
Revision: 143435

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

Added:
  sagemath/repos/community-i686/PKGBUILD
(from rev 143434, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-i686/anal.h
(from rev 143434, sagemath/trunk/anal.h)
  sagemath/repos/community-i686/clean.patch
(from rev 143434, sagemath/trunk/clean.patch)
  sagemath/repos/community-i686/cython-0.23.patch
(from rev 143434, sagemath/trunk/cython-0.23.patch)
  sagemath/repos/community-i686/disable-fes.patch
(from rev 143434, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-i686/env.patch
(from rev 143434, sagemath/trunk/env.patch)
  sagemath/repos/community-i686/ipython-4.patch
(from rev 143434, sagemath/trunk/ipython-4.patch)
  sagemath/repos/community-i686/kernel.json
(from rev 143434, sagemath/trunk/kernel.json)
  sagemath/repos/community-i686/package.patch
(from rev 143434, sagemath/trunk/package.patch)
  sagemath/repos/community-i686/paths.patch
(from rev 143434, sagemath/trunk/paths.patch)
  sagemath/repos/community-i686/pexpect-del.patch
(from rev 143434, sagemath/trunk/pexpect-del.patch)
  sagemath/repos/community-i686/pexpect-env.patch
(from rev 143434, sagemath/trunk/pexpect-env.patch)
  sagemath/repos/community-i686/skip-check.patch
(from rev 143434, sagemath/trunk/skip-check.patch)
  sagemath/repos/community-x86_64/PKGBUILD
(from rev 143434, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-x86_64/anal.h
(from rev 143434, sagemath/trunk/anal.h)
  sagemath/repos/community-x86_64/clean.patch
(from rev 143434, sagemath/trunk/clean.patch)
  sagemath/repos/community-x86_64/cython-0.23.patch
(from rev 143434, sagemath/trunk/cython-0.23.patch)
  sagemath/repos/community-x86_64/disable-fes.patch
(from rev 143434, sagemath/trunk/disable-fes.patch)
  sagemath/repos/community-x86_64/env.patch
(from rev 143434, sagemath/trunk/env.patch)
  sagemath/repos/community-x86_64/ipython-4.patch
(from rev 143434, sagemath/trunk/ipython-4.patch)
  sagemath/repos/community-x86_64/kernel.json
(from rev 143434, sagemath/trunk/kernel.json)
  sagemath/repos/community-x86_64/package.patch
(from rev 143434, sagemath/trunk/package.patch)
  sagemath/repos/community-x86_64/paths.patch
(from rev 143434, sagemath/trunk/paths.patch)
  sagemath/repos/community-x86_64/pexpect-del.patch
(from rev 143434, sagemath/trunk/pexpect-del.patch)
  sagemath/repos/community-x86_64/pexpect-env.patch
(from rev 143434, sagemath/trunk/pexpect-env.patch)
  sagemath/repos/community-x86_64/skip-check.patch
(from rev 143434, sagemath/trunk/skip-check.patch)
Deleted:
  sagemath/repos/community-i686/PKGBUILD
  sagemath/repos/community-i686/anal.h
  sagemath/repos/community-i686/clean.patch
  sagemath/repos/community-i686/cython-0.23.patch
  sagemath/repos/community-i686/disable-fes.patch
  sagemath/repos/community-i686/env.patch
  sagemath/repos/community-i686/ipython-4.patch
  sagemath/repos/community-i686/kernel.json
  sagemath/repos/community-i686/package.patch
  sagemath/repos/community-i686/paths.patch
  sagemath/repos/community-i686/pexpect-del.patch
  sagemath/repos/community-i686/pexpect-env.patch
  sagemath/repos/community-i686/skip-check.patch
  sagemath/repos/community-x86_64/PKGBUILD
  sagemath/repos/community-x86_64/anal.h
  sagemath/repos/community-x86_64/clean.patch
  sagemath/repos/community-x86_64/cython-0.23.patch
  sagemath/repos/community-x86_64/disable-fes.patch
  sagemath/repos/community-x86_64/env.patch
  sagemath/repos/community-x86_64/ipython-4.patch
  sagemath/repos/community-x86_64/kernel.json
  sagemath/repos/community-x86_64/package.patch
  sagemath/repos/community-x86_64/paths.patch
  sagemath/repos/community-x86_64/pexpect-del.patch
  sagemath/repos/community-x86_64/pexpect-env.patch
  sagemath/repos/community-x86_64/skip-check.patch

+
 /PKGBUILD  |  346 +++
 /anal.h|  130 +
 /clean.patch   |   48 
 /cython-0.23.patch |   32 +++
 /disable-fes.patch |   38 +++
 /env.patch |  264 ++
 /ipython-4.patch   |   70 +++
 /kernel.json   |2 
 /package.patch |   22 ++
 /paths.patch   |   74 +++
 /pexpect-del.patch |   30 +++
 /pexpect-env.patch |   64 ++
 /skip-check.patch  |   42 
 community-i686/PKGBUILD|  173 -
 community-i686/anal.h  |   65 --
 community-i686/clean.patch |   24 --
 community-i686/cython-0.23.patch   |   16 -
 community-i686/disable-fes.patch   |   19 -
 community-i686/env.patch   |  132 -
 

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

2015-10-08 Thread Antonio Rojas
Date: Thursday, October 8, 2015 @ 20:28:21
  Author: arojas
Revision: 143434

ecl 16.0.0 rebuild

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

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 14:29:21 UTC (rev 143433)
+++ PKGBUILD2015-10-08 18:28:21 UTC (rev 143434)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 118896 2014-09-13 07:12:02Z arcanis $
+# $Id$
 # Maintainer: Evgeniy Alekseev 
 # Maintainer: Antonio Rojas 
 # Contributor: Daniel Wallace 
@@ -9,7 +9,7 @@
 
 pkgname=sagemath
 pkgver=6.8
-pkgrel=4
+pkgrel=5
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(i686 x86_64)
 url="http://www.sagemath.org;
@@ -137,7 +137,7 @@
   export SAGE_LOCAL="$SAGE_ROOT"
   export SAGE_SRC="$PWD"
 
-  python2 setup.py install --root="$pkgdir" --optimize=1
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
 
   mkdir -p "$pkgdir"/usr/bin
   cp bin/sage "$pkgdir"/usr/bin


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


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

2015-10-08 Thread Anatol Pomozov
Date: Thursday, October 8, 2015 @ 21:46:02
  Author: anatolik
Revision: 143436

upgpkg: vtk 6.3.0-3

 - Agressively move dependencies into optdepends=(). VTK has modular structure 
and most of these modules optional.
 - Compile VTK with Qt5 FS#43007

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-08 18:29:36 UTC (rev 143435)
+++ PKGBUILD2015-10-08 19:46:02 UTC (rev 143436)
@@ -3,18 +3,16 @@
 # Contributor: Andrzej Giniewicz 
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 
-# TODO: for Qt5 see FS#43007
-
 pkgname=vtk
 pkgver=6.3.0
 _majorver=6.3
-pkgrel=2
+pkgrel=3
 pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
 arch=('i686' 'x86_64')
 url='http://www.vtk.org/'
 license=('BSD')
-depends=('boost-libs' 'ffmpeg' 'qtwebkit' 'lesstif' 'jsoncpp')
-makedepends=('boost' 'cmake' 'java-environment' 'doxygen' 'gnuplot' 'tk' 
'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 
'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb' 'glew' 'gl2ps')
+depends=('gcc-libs')
+makedepends=('boost' 'cmake' 'java-environment' 'doxygen' 'gnuplot' 'tk' 
'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 
'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb' 'glew' 'gl2ps' 
'ffmpeg' 'lesstif' 'qt5-base' 'jsoncpp')
 optdepends=('python2: python bindings'
 'java-runtime: java bindings'
 'tk: tcl bindings'
@@ -72,6 +70,8 @@
   local cmake_system_flags=""
   # TODO: try to use system provided XDMF2, XDMF3, LIBPROJ4 NETCDF
   # VTK fails to compile with recent netcdf-cxx package, VTK should be ported 
to the latest API
+  # VTK does not work with XDMF2 compiled from git. TODO: make vtk compatible 
with system XDMF library. 
+  # Note: VTK explicitly disables system GLEW dependency, it uses embedded 
sources with modifications
   for lib in HDF5 EXPAT FREETYPE JPEG PNG TIFF ZLIB LIBXML2 OGGTHEORA TWISTED 
ZOPE SIX AUTOBAHN MPI4PY JSONCPP GLEW GL2PS; do
 cmake_system_flags+="-DVTK_USE_SYSTEM_${lib}:BOOL=ON "
   done
@@ -91,7 +91,7 @@
 -DVTK_USE_FFMPEG_ENCODER:BOOL=ON \
 -DVTK_BUILD_ALL_MODULES:BOOL=ON \
 -DVTK_USE_LARGE_DATA:BOOL=ON \
--DVTK_QT_VERSION:STRING="4" \
+-DVTK_QT_VERSION:STRING="5" \
 -DVTK_WRAP_JAVA:BOOL=ON \
 -DVTK_WRAP_PYTHON:BOOL=ON \
 -DVTK_WRAP_TCL:BOOL=ON \
@@ -121,7 +121,7 @@
   install -m644 "${srcdir}/VTK-$pkgver/Copyright.txt" 
"${pkgdir}/usr/share/licenses/vtk"
 
   # Fix path of QtDesigner plugin
-  install -dv "${pkgdir}/usr/lib/qt4"
-  mv "$pkgdir"/usr/plugins "$pkgdir"/usr/lib/qt4/plugins
+  install -dv "${pkgdir}/usr/lib/qt5"
+  mv "$pkgdir"/usr/plugins "$pkgdir"/usr/lib/qt5/plugins
 }
 


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

2015-10-08 Thread Anatol Pomozov
Date: Thursday, October 8, 2015 @ 21:47:01
  Author: anatolik
Revision: 143437

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

Added:
  vtk/repos/community-testing-i686/.contrib
(from rev 143436, vtk/trunk/.contrib)
  vtk/repos/community-testing-i686/PKGBUILD
(from rev 143436, vtk/trunk/PKGBUILD)
  vtk/repos/community-testing-i686/gdal2.patch
(from rev 143436, vtk/trunk/gdal2.patch)
  vtk/repos/community-testing-x86_64/.contrib
(from rev 143436, vtk/trunk/.contrib)
  vtk/repos/community-testing-x86_64/PKGBUILD
(from rev 143436, vtk/trunk/PKGBUILD)
  vtk/repos/community-testing-x86_64/gdal2.patch
(from rev 143436, vtk/trunk/gdal2.patch)
Deleted:
  vtk/repos/community-testing-i686/.contrib
  vtk/repos/community-testing-i686/PKGBUILD
  vtk/repos/community-testing-i686/gdal2.patch
  vtk/repos/community-testing-x86_64/.contrib
  vtk/repos/community-testing-x86_64/PKGBUILD
  vtk/repos/community-testing-x86_64/gdal2.patch

--+
 /.contrib|   12 +
 /PKGBUILD|  254 +
 /gdal2.patch |   62 
 community-testing-i686/.contrib  |6 
 community-testing-i686/PKGBUILD  |  125 
 community-testing-i686/gdal2.patch   |   31 
 community-testing-x86_64/.contrib|6 
 community-testing-x86_64/PKGBUILD|  125 
 community-testing-x86_64/gdal2.patch |   31 
 9 files changed, 328 insertions(+), 324 deletions(-)

Deleted: community-testing-i686/.contrib
===
--- community-testing-i686/.contrib 2015-10-08 19:46:02 UTC (rev 143436)
+++ community-testing-i686/.contrib 2015-10-08 19:47:01 UTC (rev 143437)
@@ -1,6 +0,0 @@
-# Contributor: Christofer Bertonha 
-# Contributor: leepesjee 
-# Contributor: Olivier Medoc
-# Contributor: ignotus
-# Contributor: Fabian Moser
-# Contributor: djscholl

Copied: vtk/repos/community-testing-i686/.contrib (from rev 143436, 
vtk/trunk/.contrib)
===
--- community-testing-i686/.contrib (rev 0)
+++ community-testing-i686/.contrib 2015-10-08 19:47:01 UTC (rev 143437)
@@ -0,0 +1,6 @@
+# Contributor: Christofer Bertonha 
+# Contributor: leepesjee 
+# Contributor: Olivier Medoc
+# Contributor: ignotus
+# Contributor: Fabian Moser
+# Contributor: djscholl

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-10-08 19:46:02 UTC (rev 143436)
+++ community-testing-i686/PKGBUILD 2015-10-08 19:47:01 UTC (rev 143437)
@@ -1,125 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-
-# TODO: for Qt5 see FS#43007
-
-pkgname=vtk
-pkgver=6.3.0
-_majorver=6.3
-pkgrel=2
-pkgdesc='A software system for 3D computer graphics, image processing, and 
visualization'
-arch=('i686' 'x86_64')
-url='http://www.vtk.org/'
-license=('BSD')
-depends=('boost-libs' 'ffmpeg' 'qtwebkit' 'lesstif' 'jsoncpp')
-makedepends=('boost' 'cmake' 'java-environment' 'doxygen' 'gnuplot' 'tk' 
'wget' 'python2-matplotlib' 'python2-twisted' 'python2-mpi4py' 
'python2-autobahn' 'unixodbc' 'gdal' 'openmpi' 'mariadb')
-optdepends=('python2: python bindings'
-'java-runtime: java bindings'
-'tk: tcl bindings'
-'gnuplot: plotting tools'
-'graphviz: drawing tools'
-'python2-matplotlib: for Matplotlib rendering'
-'python2-twisted: for vtkWeb'
-'python2-autobahn: for vtkWeb'
-'openmpi: OpenMPI support'
-'python2-mpi4py: OpenMPI support'
-'unixodbc'
-'gdal'
-'openmpi'
-'mariadb')
-source=("http://www.vtk.org/files/release/${_majorver}/VTK-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${_majorver}/VTKData-${pkgver}.tar.gz;
-
"http://www.vtk.org/files/release/${_majorver}/VTKLargeData-${pkgver}.tar.gz;
-# https://github.com/Kitware/VTK/pull/21
-
remove-vtkxdmf3.patch::https://github.com/nschloe/VTK/commit/a98527dfe9ce23beebf386fab07caef99b911ede.patch
-
find-libxml2.patch::https://github.com/nschloe/VTK/commit/6216f98a7124e12a2c1cefd113347f94b51f3c51.patch
-gdal2.patch)
-options=(staticlibs)
-sha1sums=('452efab1eedf6202f2d9a3362b5f69adfc44edda'
-  '424b138c079a688cd8c52c43d12b54e2f2b06acf'
-  '622a2bd314262961c6d96f2686f96224e8e31de3'
-  'f8c9270941707a296ff5e0ea3c73a1f0407c6f9b'
-  'baa807e4495219b3104b6245ca79b8f33ff299db'
-  'c60610e7c8cf0ad93d7c02cbf8a20fc415f59b3e')
-
-prepare() {
-  cd "${srcdir}"/VTK-$pkgver
-
-  # fix compilation errors:
-  patch -Np1 -i