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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 04:00:46
  Author: eric
Revision: 228318

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   87 -
 wget.install |   40 +-
 2 files changed, 64 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:59:21 UTC (rev 228317)
+++ PKGBUILD2015-01-01 03:00:46 UTC (rev 228318)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=wget
-pkgver=1.16.1
-pkgrel=1
-pkgdesc="A network utility to retrieve files from the Web"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/wget/wget.html";
-license=('GPL3')
-depends=('openssl' 'libidn' 'libutil-linux')
-checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
-optdepends=('ca-certificates: HTTPS downloads')
-backup=('etc/wgetrc')
-install=wget.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('21cd7eee08ab5e5a14fccde22a7aec55b5fcd6fc'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cat >> doc/sample.wgetrc <
+
+pkgname=wget
+pkgver=1.16.1
+pkgrel=1
+pkgdesc="A network utility to retrieve files from the Web"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/wget/wget.html";
+license=('GPL3')
+depends=('openssl' 'libidn' 'libutil-linux')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+install=wget.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('21cd7eee08ab5e5a14fccde22a7aec55b5fcd6fc'
+  'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cat >> doc/sample.wgetrc < /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Copied: wget/repos/extra-x86_64/wget.install (from rev 228317, 
wget/trunk/wget.install)
===
--- wget.install(rev 0)
+++ wget.install2015-01-01 03:00:46 UTC (rev 228318)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(wget.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:59:21
  Author: eric
Revision: 228317

archrelease: copy trunk to extra-i686

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

--+
 PKGBUILD |   87 -
 wget.install |   40 +-
 2 files changed, 64 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:58:01 UTC (rev 228316)
+++ PKGBUILD2015-01-01 02:59:21 UTC (rev 228317)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=wget
-pkgver=1.16.1
-pkgrel=1
-pkgdesc="A network utility to retrieve files from the Web"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/wget/wget.html";
-license=('GPL3')
-depends=('openssl' 'libidn' 'libutil-linux')
-checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
-optdepends=('ca-certificates: HTTPS downloads')
-backup=('etc/wgetrc')
-install=wget.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('21cd7eee08ab5e5a14fccde22a7aec55b5fcd6fc'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  cat >> doc/sample.wgetrc <
+
+pkgname=wget
+pkgver=1.16.1
+pkgrel=1
+pkgdesc="A network utility to retrieve files from the Web"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/wget/wget.html";
+license=('GPL3')
+depends=('openssl' 'libidn' 'libutil-linux')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+install=wget.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('21cd7eee08ab5e5a14fccde22a7aec55b5fcd6fc'
+  'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cat >> doc/sample.wgetrc < /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Copied: wget/repos/extra-i686/wget.install (from rev 228316, 
wget/trunk/wget.install)
===
--- wget.install(rev 0)
+++ wget.install2015-01-01 02:59:21 UTC (rev 228317)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(wget.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:58:01
  Author: eric
Revision: 228316

Add validpgpkeys array

Modified:
  wget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 02:53:40 UTC (rev 228315)
+++ PKGBUILD2015-01-01 02:58:01 UTC (rev 228316)
@@ -16,6 +16,7 @@
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
 sha1sums=('21cd7eee08ab5e5a14fccde22a7aec55b5fcd6fc'
   'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:53:40
  Author: eric
Revision: 228315

archrelease: copy trunk to extra-x86_64

Added:
  putty/repos/extra-x86_64/PKGBUILD
(from rev 228314, putty/trunk/PKGBUILD)
Deleted:
  putty/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:52:15 UTC (rev 228314)
+++ PKGBUILD2015-01-01 02:53:40 UTC (rev 228315)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=putty
-pkgver=0.63
-pkgrel=1
-pkgdesc="A terminal integrated SSH/Telnet client"
-arch=('i686' 'x86_64')
-url="http://www.chiark.greenend.org.uk/~sgtatham/putty/";
-license=('MIT')
-depends=('gtk2')
-source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
-sha1sums=('195c0603ef61082b91276faa8d4246ea472bba3b'
-  '77a3c246485071f7c2ac7101778bdc6bd4918a6b')
-
-build() {
-  cd ${pkgname}-${pkgver}/unix
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/unix
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: putty/repos/extra-x86_64/PKGBUILD (from rev 228314, 
putty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:53:40 UTC (rev 228315)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=putty
+pkgver=0.63
+pkgrel=1
+pkgdesc="A terminal integrated SSH/Telnet client"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/putty/";
+license=('MIT')
+depends=('gtk2')
+source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
+sha1sums=('195c0603ef61082b91276faa8d4246ea472bba3b'
+  '77a3c246485071f7c2ac7101778bdc6bd4918a6b')
+validpgpkeys=('00B1100938E698006518F0ABFECD6F3F08B0A90B')
+
+build() {
+  cd ${pkgname}-${pkgver}/unix
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/unix
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:52:15
  Author: eric
Revision: 228314

archrelease: copy trunk to extra-i686

Added:
  putty/repos/extra-i686/PKGBUILD
(from rev 228313, putty/trunk/PKGBUILD)
Deleted:
  putty/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:50:45 UTC (rev 228313)
+++ PKGBUILD2015-01-01 02:52:15 UTC (rev 228314)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=putty
-pkgver=0.63
-pkgrel=1
-pkgdesc="A terminal integrated SSH/Telnet client"
-arch=('i686' 'x86_64')
-url="http://www.chiark.greenend.org.uk/~sgtatham/putty/";
-license=('MIT')
-depends=('gtk2')
-source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
-sha1sums=('195c0603ef61082b91276faa8d4246ea472bba3b'
-  '77a3c246485071f7c2ac7101778bdc6bd4918a6b')
-
-build() {
-  cd ${pkgname}-${pkgver}/unix
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/unix
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: putty/repos/extra-i686/PKGBUILD (from rev 228313, putty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:52:15 UTC (rev 228314)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=putty
+pkgver=0.63
+pkgrel=1
+pkgdesc="A terminal integrated SSH/Telnet client"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/putty/";
+license=('MIT')
+depends=('gtk2')
+source=(http://the.earth.li/~sgtatham/putty/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
+sha1sums=('195c0603ef61082b91276faa8d4246ea472bba3b'
+  '77a3c246485071f7c2ac7101778bdc6bd4918a6b')
+validpgpkeys=('00B1100938E698006518F0ABFECD6F3F08B0A90B')
+
+build() {
+  cd ${pkgname}-${pkgver}/unix
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/unix
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:50:45
  Author: eric
Revision: 228313

Add validpgpkeys array

Modified:
  putty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 02:46:32 UTC (rev 228312)
+++ PKGBUILD2015-01-01 02:50:45 UTC (rev 228313)
@@ -13,6 +13,7 @@
 
putty-${pkgver}.tar.gz.sig::http://the.earth.li/~sgtatham/putty/latest/putty-${pkgver}.tar.gz.DSA)
 sha1sums=('195c0603ef61082b91276faa8d4246ea472bba3b'
   '77a3c246485071f7c2ac7101778bdc6bd4918a6b')
+validpgpkeys=('00B1100938E698006518F0ABFECD6F3F08B0A90B')
 
 build() {
   cd ${pkgname}-${pkgver}/unix


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:46:32
  Author: eric
Revision: 228312

archrelease: copy trunk to extra-any

Added:
  mutagen/repos/extra-any/PKGBUILD
(from rev 228311, mutagen/trunk/PKGBUILD)
Deleted:
  mutagen/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:44:52 UTC (rev 228311)
+++ PKGBUILD2015-01-01 02:46:32 UTC (rev 228312)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=mutagen
-pkgname=('mutagen' 'python-mutagen')
-pkgver=1.27
-pkgrel=1
-arch=('any')
-url="https://bitbucket.org/lazka/mutagen";
-license=('GPL2')
-makedepends=('python' 'python2')
-source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgbase}-${pkgver}.tar.gz{,.sig})
-sha1sums=('4c9b874feb6f1e9dbf6f2c37341dad3a47135640'
-  'SKIP')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver} python-${pkgbase}-${pkgver}
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  LANG=en_US.UTF8 python2 setup.py test
-  cd ../python-${pkgbase}-${pkgver}
-  LANG=en_US.UTF8 python setup.py test
-}
-
-package_mutagen() {
-  pkgdesc="An audio metadata tag reader and writer"
-  depends=('python2')
- 
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py install --root="${pkgdir}"
-}
-
-package_python-mutagen() {
-  pkgdesc="An audio metadata tag reader and writer library for Python 3"
-  depends=('python')
-
-  cd python-${pkgbase}-${pkgver}
-  python setup.py install --root="${pkgdir}"
-  rm -r "${pkgdir}"/usr/{bin,share}
-}

Copied: mutagen/repos/extra-any/PKGBUILD (from rev 228311, 
mutagen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:46:32 UTC (rev 228312)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=mutagen
+pkgname=('mutagen' 'python-mutagen')
+pkgver=1.27
+pkgrel=1
+arch=('any')
+url="https://bitbucket.org/lazka/mutagen";
+license=('GPL2')
+makedepends=('python' 'python2')
+source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgbase}-${pkgver}.tar.gz{,.sig})
+sha1sums=('4c9b874feb6f1e9dbf6f2c37341dad3a47135640'
+  'SKIP')
+validpgpkeys=('FADC2AE3503EAF61F3668BDB29CF60290C693B8F')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver} python-${pkgbase}-${pkgver}
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 python2 setup.py test
+  cd ../python-${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 python setup.py test
+}
+
+package_mutagen() {
+  pkgdesc="An audio metadata tag reader and writer"
+  depends=('python2')
+ 
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --root="${pkgdir}"
+}
+
+package_python-mutagen() {
+  pkgdesc="An audio metadata tag reader and writer library for Python 3"
+  depends=('python')
+
+  cd python-${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}"
+  rm -r "${pkgdir}"/usr/{bin,share}
+}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:44:52
  Author: eric
Revision: 228311

Add validpgpkeys array

Modified:
  mutagen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 02:42:01 UTC (rev 228310)
+++ PKGBUILD2015-01-01 02:44:52 UTC (rev 228311)
@@ -12,6 +12,7 @@
 
source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgbase}-${pkgver}.tar.gz{,.sig})
 sha1sums=('4c9b874feb6f1e9dbf6f2c37341dad3a47135640'
   'SKIP')
+validpgpkeys=('FADC2AE3503EAF61F3668BDB29CF60290C693B8F')
 
 prepare() {
   cp -r ${pkgbase}-${pkgver} python-${pkgbase}-${pkgver}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:42:01
  Author: eric
Revision: 228310

archrelease: copy trunk to extra-x86_64

Added:
  mpg123/repos/extra-x86_64/PKGBUILD
(from rev 228309, mpg123/trunk/PKGBUILD)
Deleted:
  mpg123/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:40:35 UTC (rev 228309)
+++ PKGBUILD2015-01-01 02:42:01 UTC (rev 228310)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=mpg123
-pkgver=1.21.0
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/mpg123";
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('a2fd84078632b7ab73ae4cd64c3f941d140167a8'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio="alsa oss sdl jack pulse"
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}

Copied: mpg123/repos/extra-x86_64/PKGBUILD (from rev 228309, 
mpg123/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:42:01 UTC (rev 228310)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=mpg123
+pkgver=1.21.0
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/mpg123";
+license=('LGPL2.1')
+depends=('libltdl' 'alsa-lib')
+makedepends=('sdl' 'jack' 'libpulse')
+optdepends=('sdl: for sdl audio support'
+'jack: for jack audio support'
+'libpulse: for pulse audio support')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('a2fd84078632b7ab73ae4cd64c3f941d140167a8'
+  'SKIP')
+validpgpkeys=('72363885A742B736E0C897219B4C52BCD446D524')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
+--with-audio="alsa oss sdl jack pulse"
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
+}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:40:35
  Author: eric
Revision: 228309

archrelease: copy trunk to extra-i686

Added:
  mpg123/repos/extra-i686/PKGBUILD
(from rev 228308, mpg123/trunk/PKGBUILD)
Deleted:
  mpg123/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:39:10 UTC (rev 228308)
+++ PKGBUILD2015-01-01 02:40:35 UTC (rev 228309)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=mpg123
-pkgver=1.21.0
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/mpg123";
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('a2fd84078632b7ab73ae4cd64c3f941d140167a8'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio="alsa oss sdl jack pulse"
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}

Copied: mpg123/repos/extra-i686/PKGBUILD (from rev 228308, 
mpg123/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:40:35 UTC (rev 228309)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=mpg123
+pkgver=1.21.0
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/mpg123";
+license=('LGPL2.1')
+depends=('libltdl' 'alsa-lib')
+makedepends=('sdl' 'jack' 'libpulse')
+optdepends=('sdl: for sdl audio support'
+'jack: for jack audio support'
+'libpulse: for pulse audio support')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('a2fd84078632b7ab73ae4cd64c3f941d140167a8'
+  'SKIP')
+validpgpkeys=('72363885A742B736E0C897219B4C52BCD446D524')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
+--with-audio="alsa oss sdl jack pulse"
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
+}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:39:10
  Author: eric
Revision: 228308

Add validpgpkeys array

Modified:
  mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 02:36:02 UTC (rev 228307)
+++ PKGBUILD2015-01-01 02:39:10 UTC (rev 228308)
@@ -16,6 +16,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha1sums=('a2fd84078632b7ab73ae4cd64c3f941d140167a8'
   'SKIP')
+validpgpkeys=('72363885A742B736E0C897219B4C52BCD446D524')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:36:17
  Author: eric
Revision: 125105

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   65 +++
 auctex.install |   62 ++--
 2 files changed, 63 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:34:44 UTC (rev 125104)
+++ PKGBUILD2015-01-01 02:36:17 UTC (rev 125105)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=auctex
-pkgver=11.88
-pkgrel=1
-pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
-arch=('any') 
-url="http://www.gnu.org/software/auctex/";
-license=('GPL3')
-depends=('emacs' 'ghostscript' 'texlive-core')
-options=('!makeflags')
-install=auctex.install
-source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('098a9751c4e00812e61d62a0184a07d9753904df'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}-${pkgver}/preview
-  sed -i 's/as_fn_error $? "--with-texmf-dir=/echo as_fn_error $? 
"--with-texmf-dir=/' configure
-}
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --localstatedir=/var 
--with-texmf-dir=/usr/share/texmf
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}"  install
-}

Copied: auctex/repos/community-any/PKGBUILD (from rev 125104, 
auctex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:36:17 UTC (rev 125105)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=auctex
+pkgver=11.88
+pkgrel=1
+pkgdesc="An extensible package for writing and formatting TeX files in Emacs"
+arch=('any') 
+url="http://www.gnu.org/software/auctex/";
+license=('GPL3')
+depends=('emacs' 'ghostscript' 'texlive-core')
+options=('!makeflags')
+install=auctex.install
+source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('098a9751c4e00812e61d62a0184a07d9753904df')
+
+prepare() {
+  cd ${pkgname}-${pkgver}/preview
+  sed -i 's/as_fn_error $? "--with-texmf-dir=/echo as_fn_error $? 
"--with-texmf-dir=/' configure
+}
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --localstatedir=/var 
--with-texmf-dir=/usr/share/texmf
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}"  install
+}

Deleted: auctex.install
===
--- auctex.install  2015-01-01 02:34:44 UTC (rev 125104)
+++ auctex.install  2015-01-01 02:36:17 UTC (rev 125105)
@@ -1,31 +0,0 @@
-infodir=/usr/share/info
-filelist=(auctex.info.gz preview-latex.info.gz)
-
-post_install() {
-  post_upgrade $1
-
-cat << EOF
-==> For GNU Emacs, the recommended way to activate AUCTeX and preview-latex is 
to add the
-==> following lines to your ~/.emacs file:
-(load "auctex.el" nil t t)
-(load "preview-latex.el" nil t t)
-EOF
-}
-
-post_upgrade() {
-  texconfig-sys rehash 2> /dev/null
-
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-pre_remove() {
- texconfig-sys rehash 2> /dev/null
-
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-   done
-}

Copied: auctex/repos/community-any/auctex.install (from rev 125104, 
auctex/trunk/auctex.install)
===
--- auctex.install  (rev 0)
+++ auctex.install  2015-01-01 02:36:17 UTC (rev 125105)
@@ -0,0 +1,31 @@
+infodir=/usr/share/info
+filelist=(auctex.info.gz preview-latex.info.gz)
+
+post_install() {
+  post_upgrade $1
+
+cat << EOF
+==> For GNU Emacs, the recommended way to activate AUCTeX and preview-latex is 
to add the
+==> following lines to your ~/.emacs file:
+(load "auctex.el" nil t t)
+(load "preview-latex.el" nil t t)
+EOF
+}
+
+post_upgrade() {
+  texconfig-sys rehash 2> /dev/null
+
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+pre_remove() {
+ texconfig-sys rehash 2> /dev/null
+
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+   done
+}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:36:02
  Author: eric
Revision: 228307

archrelease: copy trunk to extra-x86_64

Added:
  moc/repos/extra-x86_64/PKGBUILD
(from rev 228306, moc/trunk/PKGBUILD)
Deleted:
  moc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:34:37 UTC (rev 228306)
+++ PKGBUILD2015-01-01 02:36:02 UTC (rev 228307)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=moc
-pkgver=2.5.0
-pkgrel=2
-epoch=1
-pkgdesc="An ncurses console audio player designed to be powerful and easy to 
use"
-arch=('i686' 'x86_64')
-url="http://moc.daper.net/";
-license=('GPL')
-depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
-makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
-optdepends=('speex: for using the speex plugin'
-   'ffmpeg: for using the ffmpeg plugin'
-   'taglib: for using the musepack plugin'
-   'libmpcdec: for using the musepack plugin'
-'wavpack: for using the wavpack plugin'
-'faad2: for using the aac plugin'
-   'libmodplug: for using the modplug plugin')
-source=(http://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('a02c10075541995771dbdccb7f2d0ecd19d70b81'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --without-rcc \
---with-oss --with-alsa --with-jack --with-aac --with-mp3 \
---with-musepack --with-vorbis --with-flac --with-wavpack \
---with-sndfile --with-modplug --with-ffmpeg --with-speex \
---with-samplerate --with-curl  --disable-cache --disable-debug
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: moc/repos/extra-x86_64/PKGBUILD (from rev 228306, moc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:36:02 UTC (rev 228307)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=moc
+pkgver=2.5.0
+pkgrel=2
+epoch=1
+pkgdesc="An ncurses console audio player designed to be powerful and easy to 
use"
+arch=('i686' 'x86_64')
+url="http://moc.daper.net/";
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
+optdepends=('speex: for using the speex plugin'
+   'ffmpeg: for using the ffmpeg plugin'
+   'taglib: for using the musepack plugin'
+   'libmpcdec: for using the musepack plugin'
+'wavpack: for using the wavpack plugin'
+'faad2: for using the aac plugin'
+   'libmodplug: for using the modplug plugin')
+source=(http://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('a02c10075541995771dbdccb7f2d0ecd19d70b81'
+  'SKIP')
+validpgpkeys=('59359B80406D9E73E80599BEF3121E4F2885A7AA')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-rcc \
+--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
+--with-musepack --with-vorbis --with-flac --with-wavpack \
+--with-sndfile --with-modplug --with-ffmpeg --with-speex \
+--with-samplerate --with-curl  --disable-cache --disable-debug
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:34:37
  Author: eric
Revision: 228306

archrelease: copy trunk to extra-i686

Added:
  moc/repos/extra-i686/PKGBUILD
(from rev 228305, moc/trunk/PKGBUILD)
Deleted:
  moc/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:33:13 UTC (rev 228305)
+++ PKGBUILD2015-01-01 02:34:37 UTC (rev 228306)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=moc
-pkgver=2.5.0
-pkgrel=2
-epoch=1
-pkgdesc="An ncurses console audio player designed to be powerful and easy to 
use"
-arch=('i686' 'x86_64')
-url="http://moc.daper.net/";
-license=('GPL')
-depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
-makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
-optdepends=('speex: for using the speex plugin'
-   'ffmpeg: for using the ffmpeg plugin'
-   'taglib: for using the musepack plugin'
-   'libmpcdec: for using the musepack plugin'
-'wavpack: for using the wavpack plugin'
-'faad2: for using the aac plugin'
-   'libmodplug: for using the modplug plugin')
-source=(http://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('a02c10075541995771dbdccb7f2d0ecd19d70b81'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --without-rcc \
---with-oss --with-alsa --with-jack --with-aac --with-mp3 \
---with-musepack --with-vorbis --with-flac --with-wavpack \
---with-sndfile --with-modplug --with-ffmpeg --with-speex \
---with-samplerate --with-curl  --disable-cache --disable-debug
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: moc/repos/extra-i686/PKGBUILD (from rev 228305, moc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:34:37 UTC (rev 228306)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=moc
+pkgver=2.5.0
+pkgrel=2
+epoch=1
+pkgdesc="An ncurses console audio player designed to be powerful and easy to 
use"
+arch=('i686' 'x86_64')
+url="http://moc.daper.net/";
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
+optdepends=('speex: for using the speex plugin'
+   'ffmpeg: for using the ffmpeg plugin'
+   'taglib: for using the musepack plugin'
+   'libmpcdec: for using the musepack plugin'
+'wavpack: for using the wavpack plugin'
+'faad2: for using the aac plugin'
+   'libmodplug: for using the modplug plugin')
+source=(http://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('a02c10075541995771dbdccb7f2d0ecd19d70b81'
+  'SKIP')
+validpgpkeys=('59359B80406D9E73E80599BEF3121E4F2885A7AA')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --without-rcc \
+--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
+--with-musepack --with-vorbis --with-flac --with-wavpack \
+--with-sndfile --with-modplug --with-ffmpeg --with-speex \
+--with-samplerate --with-curl  --disable-cache --disable-debug
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:34:44
  Author: eric
Revision: 125104

Remove invalid signature

Modified:
  auctex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 02:30:07 UTC (rev 125103)
+++ PKGBUILD2015-01-01 02:34:44 UTC (rev 125104)
@@ -11,9 +11,8 @@
 depends=('emacs' 'ghostscript' 'texlive-core')
 options=('!makeflags')
 install=auctex.install
-source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('098a9751c4e00812e61d62a0184a07d9753904df'
-  'SKIP')
+source=(http://ftp.gnu.org/pub/gnu/auctex/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('098a9751c4e00812e61d62a0184a07d9753904df')
 
 prepare() {
   cd ${pkgname}-${pkgver}/preview


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:33:13
  Author: eric
Revision: 228305

Add validpgpkeys array

Modified:
  moc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 02:32:08 UTC (rev 228304)
+++ PKGBUILD2015-01-01 02:33:13 UTC (rev 228305)
@@ -21,6 +21,7 @@
 
source=(http://ftp.daper.net/pub/soft/moc/stable/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha1sums=('a02c10075541995771dbdccb7f2d0ecd19d70b81'
   'SKIP')
+validpgpkeys=('59359B80406D9E73E80599BEF3121E4F2885A7AA')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in lm_sensors/repos/extra-x86_64 (12 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:32:08
  Author: eric
Revision: 228304

archrelease: copy trunk to extra-x86_64

Added:
  lm_sensors/repos/extra-x86_64/PKGBUILD
(from rev 228303, lm_sensors/trunk/PKGBUILD)
  lm_sensors/repos/extra-x86_64/healthd
(from rev 228303, lm_sensors/trunk/healthd)
  lm_sensors/repos/extra-x86_64/healthd.conf
(from rev 228303, lm_sensors/trunk/healthd.conf)
  lm_sensors/repos/extra-x86_64/healthd.service
(from rev 228303, lm_sensors/trunk/healthd.service)
  lm_sensors/repos/extra-x86_64/lm_sensors-fancontrol.patch
(from rev 228303, lm_sensors/trunk/lm_sensors-fancontrol.patch)
  lm_sensors/repos/extra-x86_64/sensord.conf
(from rev 228303, lm_sensors/trunk/sensord.conf)
Deleted:
  lm_sensors/repos/extra-x86_64/PKGBUILD
  lm_sensors/repos/extra-x86_64/healthd
  lm_sensors/repos/extra-x86_64/healthd.conf
  lm_sensors/repos/extra-x86_64/healthd.service
  lm_sensors/repos/extra-x86_64/lm_sensors-fancontrol.patch
  lm_sensors/repos/extra-x86_64/sensord.conf

-+
 PKGBUILD|  101 
 healthd |  106 +-
 healthd.conf|   34 ++---
 healthd.service |   18 +++
 lm_sensors-fancontrol.patch |   58 +++---
 sensord.conf|   18 +++
 6 files changed, 168 insertions(+), 167 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:29:44 UTC (rev 228303)
+++ PKGBUILD2015-01-01 02:32:08 UTC (rev 228304)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=lm_sensors
-pkgver=3.3.5
-pkgrel=1
-pkgdesc="Collection of user space tools for general SMBus access and hardware 
monitoring"
-arch=('i686' 'x86_64')
-url="http://www.lm-sensors.org/";
-license=('GPL' 'LGPL')
-depends=('perl' 'sysfsutils')
-makedepends=('rrdtool')
-optdepends=('rrdtool: for logging with sensord')
-backup=('etc/sensors3.conf' 'etc/healthd.conf' 'etc/conf.d/sensord')
-source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${pkgver}.tar.bz2{,.sig}
-   healthd healthd.conf healthd.service sensord.conf
-lm_sensors-fancontrol.patch)
-sha1sums=('179989a52bae8f01ba8ed77e8a15af6ec653d89e'
-  'SKIP'
-  '1c91ae403d3cd02b6177ad1f1b2f2c3a7a3257f5'
-  '1edd4d72ade22adfc128fb8d670e85c633fd1d18'
-  'd72ec328e9303acef86342483b6f8537de6117d9'
-  'f4b5f21fdb3b2a55aa353afa1603f953b207b73b'
-  'b0bc977348610d6a008d75a43f65800251c4c9f7')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|/etc/sysconfig|/etc/conf.d|' 
prog/{detect/sensors-detect,init/{sensord,lm_sensors}.service}
-  sed -i 's/EnvironmentFile=/EnvironmentFile=-/' prog/init/lm_sensors.service
-  patch -p0 -i "${srcdir}/lm_sensors-fancontrol.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PROG_EXTRA=sensord BUILD_STATIC_LIB=0 \
-PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man DESTDIR="${pkgdir}" 
install
-
-  install -D -m755 "${srcdir}/healthd" "${pkgdir}/usr/bin/healthd"
-
-  install -D -m644 "${srcdir}/healthd.conf" "${pkgdir}/etc/healthd.conf"
-  install -D -m644 "${srcdir}/sensord.conf" "${pkgdir}/etc/conf.d/sensord"
- 
-  install -D -m644 "${srcdir}/healthd.service" 
"${pkgdir}/usr/lib/systemd/system/healthd.service"
-  install -D -m644 prog/init/*.service "${pkgdir}/usr/lib/systemd/system/"
-}

Copied: lm_sensors/repos/extra-x86_64/PKGBUILD (from rev 228303, 
lm_sensors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:32:08 UTC (rev 228304)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=lm_sensors
+pkgver=3.3.5
+pkgrel=1
+pkgdesc="Collection of user space tools for general SMBus access and hardware 
monitoring"
+arch=('i686' 'x86_64')
+url="http://www.lm-sensors.org/";
+license=('GPL' 'LGPL')
+depends=('perl' 'sysfsutils')
+makedepends=('rrdtool')
+optdepends=('rrdtool: for logging with sensord')
+backup=('etc/sensors3.conf' 'etc/healthd.conf' 'etc/conf.d/sensord')
+source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${pkgver}.tar.bz2{,.sig}
+   healthd healthd.conf healthd.service sensord.conf
+lm_sensors-fancontrol.patch)
+sha1sums=('179989a52bae8f01ba8ed77e8a15af6ec653d89e'
+  'SKIP'
+  '1c91ae403d3cd02b6177ad1f1b2f2c3a7a3257f5'
+  '1edd4d72ade22adfc128fb8d670e85c633fd1d18'
+  'd72ec328e9303acef86342483b6f8537de6117d9'
+  'f4b5f21fdb3b2a55aa353afa1603f953b207b73b'
+  'b0bc977348610d6a008d75a43f65800251c4c9f7')
+validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|/etc/sysconfig|/etc/conf.d|' 
prog/{detect/sensors-detect,init/{sensord,lm_sen

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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:30:07
  Author: eric
Revision: 125103

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:28:43 UTC (rev 125102)
+++ PKGBUILD2015-01-01 02:30:07 UTC (rev 125103)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2014.12.17.2
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('7e5f71535979b2bf627bf71020075b53b9e19d40'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
-"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 125102, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:30:07 UTC (rev 125103)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2014.12.17.2
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('7e5f71535979b2bf627bf71020075b53b9e19d40'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in lm_sensors/repos/extra-i686 (12 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:29:44
  Author: eric
Revision: 228303

archrelease: copy trunk to extra-i686

Added:
  lm_sensors/repos/extra-i686/PKGBUILD
(from rev 228302, lm_sensors/trunk/PKGBUILD)
  lm_sensors/repos/extra-i686/healthd
(from rev 228302, lm_sensors/trunk/healthd)
  lm_sensors/repos/extra-i686/healthd.conf
(from rev 228302, lm_sensors/trunk/healthd.conf)
  lm_sensors/repos/extra-i686/healthd.service
(from rev 228302, lm_sensors/trunk/healthd.service)
  lm_sensors/repos/extra-i686/lm_sensors-fancontrol.patch
(from rev 228302, lm_sensors/trunk/lm_sensors-fancontrol.patch)
  lm_sensors/repos/extra-i686/sensord.conf
(from rev 228302, lm_sensors/trunk/sensord.conf)
Deleted:
  lm_sensors/repos/extra-i686/PKGBUILD
  lm_sensors/repos/extra-i686/healthd
  lm_sensors/repos/extra-i686/healthd.conf
  lm_sensors/repos/extra-i686/healthd.service
  lm_sensors/repos/extra-i686/lm_sensors-fancontrol.patch
  lm_sensors/repos/extra-i686/sensord.conf

-+
 PKGBUILD|  101 
 healthd |  106 +-
 healthd.conf|   34 ++---
 healthd.service |   18 +++
 lm_sensors-fancontrol.patch |   58 +++---
 sensord.conf|   18 +++
 6 files changed, 168 insertions(+), 167 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:27:24 UTC (rev 228302)
+++ PKGBUILD2015-01-01 02:29:44 UTC (rev 228303)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=lm_sensors
-pkgver=3.3.5
-pkgrel=1
-pkgdesc="Collection of user space tools for general SMBus access and hardware 
monitoring"
-arch=('i686' 'x86_64')
-url="http://www.lm-sensors.org/";
-license=('GPL' 'LGPL')
-depends=('perl' 'sysfsutils')
-makedepends=('rrdtool')
-optdepends=('rrdtool: for logging with sensord')
-backup=('etc/sensors3.conf' 'etc/healthd.conf' 'etc/conf.d/sensord')
-source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${pkgver}.tar.bz2{,.sig}
-   healthd healthd.conf healthd.service sensord.conf
-lm_sensors-fancontrol.patch)
-sha1sums=('179989a52bae8f01ba8ed77e8a15af6ec653d89e'
-  'SKIP'
-  '1c91ae403d3cd02b6177ad1f1b2f2c3a7a3257f5'
-  '1edd4d72ade22adfc128fb8d670e85c633fd1d18'
-  'd72ec328e9303acef86342483b6f8537de6117d9'
-  'f4b5f21fdb3b2a55aa353afa1603f953b207b73b'
-  'b0bc977348610d6a008d75a43f65800251c4c9f7')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|/etc/sysconfig|/etc/conf.d|' 
prog/{detect/sensors-detect,init/{sensord,lm_sensors}.service}
-  sed -i 's/EnvironmentFile=/EnvironmentFile=-/' prog/init/lm_sensors.service
-  patch -p0 -i "${srcdir}/lm_sensors-fancontrol.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PROG_EXTRA=sensord BUILD_STATIC_LIB=0 \
-PREFIX=/usr SBINDIR=/usr/bin MANDIR=/usr/share/man DESTDIR="${pkgdir}" 
install
-
-  install -D -m755 "${srcdir}/healthd" "${pkgdir}/usr/bin/healthd"
-
-  install -D -m644 "${srcdir}/healthd.conf" "${pkgdir}/etc/healthd.conf"
-  install -D -m644 "${srcdir}/sensord.conf" "${pkgdir}/etc/conf.d/sensord"
- 
-  install -D -m644 "${srcdir}/healthd.service" 
"${pkgdir}/usr/lib/systemd/system/healthd.service"
-  install -D -m644 prog/init/*.service "${pkgdir}/usr/lib/systemd/system/"
-}

Copied: lm_sensors/repos/extra-i686/PKGBUILD (from rev 228302, 
lm_sensors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:29:44 UTC (rev 228303)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=lm_sensors
+pkgver=3.3.5
+pkgrel=1
+pkgdesc="Collection of user space tools for general SMBus access and hardware 
monitoring"
+arch=('i686' 'x86_64')
+url="http://www.lm-sensors.org/";
+license=('GPL' 'LGPL')
+depends=('perl' 'sysfsutils')
+makedepends=('rrdtool')
+optdepends=('rrdtool: for logging with sensord')
+backup=('etc/sensors3.conf' 'etc/healthd.conf' 'etc/conf.d/sensord')
+source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${pkgver}.tar.bz2{,.sig}
+   healthd healthd.conf healthd.service sensord.conf
+lm_sensors-fancontrol.patch)
+sha1sums=('179989a52bae8f01ba8ed77e8a15af6ec653d89e'
+  'SKIP'
+  '1c91ae403d3cd02b6177ad1f1b2f2c3a7a3257f5'
+  '1edd4d72ade22adfc128fb8d670e85c633fd1d18'
+  'd72ec328e9303acef86342483b6f8537de6117d9'
+  'f4b5f21fdb3b2a55aa353afa1603f953b207b73b'
+  'b0bc977348610d6a008d75a43f65800251c4c9f7')
+validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|/etc/sysconfig|/etc/conf.d|' 
prog/{detect/sensors-detect,init/{sensord,lm_sensors}.service}
+  sed -i 's/

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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:28:43
  Author: eric
Revision: 125102

Add validpgpkeys array

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 02:26:29 UTC (rev 125101)
+++ PKGBUILD2015-01-01 02:28:43 UTC (rev 125102)
@@ -15,6 +15,7 @@
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
 sha1sums=('7e5f71535979b2bf627bf71020075b53b9e19d40'
   'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 
 prepare() {
   cd ${pkgname}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:27:24
  Author: eric
Revision: 228302

Add validpgpkeys array

Modified:
  lm_sensors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 02:25:51 UTC (rev 228301)
+++ PKGBUILD2015-01-01 02:27:24 UTC (rev 228302)
@@ -22,6 +22,7 @@
   'd72ec328e9303acef86342483b6f8537de6117d9'
   'f4b5f21fdb3b2a55aa353afa1603f953b207b73b'
   'b0bc977348610d6a008d75a43f65800251c4c9f7')
+validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in gpac/repos/community-x86_64 (4 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:26:29
  Author: eric
Revision: 125101

archrelease: copy trunk to community-x86_64

Added:
  gpac/repos/community-x86_64/PKGBUILD
(from rev 125100, gpac/trunk/PKGBUILD)
  gpac/repos/community-x86_64/gpac-ffmpeg.patch
(from rev 125100, gpac/trunk/gpac-ffmpeg.patch)
Deleted:
  gpac/repos/community-x86_64/PKGBUILD
  gpac/repos/community-x86_64/gpac-ffmpeg.patch

---+
 PKGBUILD  |  107 ++--
 gpac-ffmpeg.patch |   94 ++---
 2 files changed, 101 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:25:05 UTC (rev 125100)
+++ PKGBUILD2015-01-01 02:26:29 UTC (rev 125101)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gpac
-pkgver=5324
-pkgrel=1
-pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
-arch=('i686' 'x86_64')
-url="http://gpac.sourceforge.net";
-license=('LGPL')
-depends=('ffmpeg' 'libjpeg' 'libpng' 'glu' 'libxv')
-makedepends=('jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa')
-optdepends=('jack: for jack support' 'a52dec: for A52 support'
-'faad2: for AAC support' 'libmad: for mp3 support')
-options=('staticlibs' '!makeflags')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
 gpac-ffmpeg.patch)
-sha1sums=('cd00b88aa6da97708532fc8eb7ab65f6a0d0c1e0'
-  'SKIP'
-  'e758b8cdb0b4bca37134241a1b8ccc33d4deb54a')
-
-# source PKGBUILD && mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
-  _svnver=${pkgver}
-  _svntrunk="svn://svn.code.sf.net/p/gpac/code/trunk/gpac"
-  _svnmod="$pkgname-${pkgver}"
-  mkdir ${pkgname}-${pkgver}
-  pushd ${pkgname}-${pkgver}
-  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
-  revision="$(svnversion ${pkgname}-${pkgver})"
-  echo "#define GPAC_SVN_REVISION \"$revision\"" > 
${pkgname}-${pkgver}/include/gpac/revision.h
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p3 -i "${srcdir}/gpac-ffmpeg.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install install-lib
-}

Copied: gpac/repos/community-x86_64/PKGBUILD (from rev 125100, 
gpac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:26:29 UTC (rev 125101)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gpac
+pkgver=5324
+pkgrel=1
+pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
+arch=('i686' 'x86_64')
+url="http://gpac.sourceforge.net";
+license=('LGPL')
+depends=('ffmpeg' 'libjpeg' 'libpng' 'glu' 'libxv')
+makedepends=('jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa')
+optdepends=('jack: for jack support' 'a52dec: for A52 support'
+'faad2: for AAC support' 'libmad: for mp3 support')
+options=('staticlibs' '!makeflags')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
 gpac-ffmpeg.patch)
+sha1sums=('cd00b88aa6da97708532fc8eb7ab65f6a0d0c1e0'
+  'SKIP'
+  'e758b8cdb0b4bca37134241a1b8ccc33d4deb54a')
+validpgpkeys=('5357F3B111688D88C1D88119FCF2CB179205AC90')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=${pkgver}
+  _svntrunk="svn://svn.code.sf.net/p/gpac/code/trunk/gpac"
+  _svnmod="$pkgname-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
+  revision="$(svnversion ${pkgname}-${pkgver})"
+  echo "#define GPAC_SVN_REVISION \"$revision\"" > 
${pkgname}-${pkgver}/include/gpac/revision.h
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p3 -i "${srcdir}/gpac-ffmpeg.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install install-lib
+}

Deleted: gpac-ffmpeg.patch
===
--- gpac-ffmpeg.patch   2015-01-01 02:25:05 UTC (rev 125100)
+++ gpac-ffmpeg.patch   

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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:25:51
  Author: eric
Revision: 228301

archrelease: copy trunk to extra-x86_64

Added:
  libsndfile/repos/extra-x86_64/PKGBUILD
(from rev 228300, libsndfile/trunk/PKGBUILD)
Deleted:
  libsndfile/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:24:23 UTC (rev 228300)
+++ PKGBUILD2015-01-01 02:25:51 UTC (rev 228301)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libsndfile
-pkgver=1.0.25
-pkgrel=3
-pkgdesc="A C library for reading and writing files containing sampled sound"
-arch=('i686' 'x86_64')
-url="http://www.mega-nerd.com/libsndfile";
-license=('LGPL')
-depends=('alsa-lib' 'flac' 'libvorbis')
-checkdepends=('python2')
-source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('e95d9fca57f7ddace9f197071cbcfb92fa16748e'
-  'a93d26016730cb9fa214c753d079ee77dca1f326')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
src/binheader_writef_check.py \
-src/create_symbols_file.py programs/test-sndfile-metadata-set.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-sqlite
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libsndfile/repos/extra-x86_64/PKGBUILD (from rev 228300, 
libsndfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:25:51 UTC (rev 228301)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libsndfile
+pkgver=1.0.25
+pkgrel=3
+pkgdesc="A C library for reading and writing files containing sampled sound"
+arch=('i686' 'x86_64')
+url="http://www.mega-nerd.com/libsndfile";
+license=('LGPL')
+depends=('alsa-lib' 'flac' 'libvorbis')
+checkdepends=('python2')
+source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('e95d9fca57f7ddace9f197071cbcfb92fa16748e'
+  'a93d26016730cb9fa214c753d079ee77dca1f326')
+validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
src/binheader_writef_check.py \
+src/create_symbols_file.py programs/test-sndfile-metadata-set.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-sqlite
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gpac/repos/community-i686 (4 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:25:05
  Author: eric
Revision: 125100

archrelease: copy trunk to community-i686

Added:
  gpac/repos/community-i686/PKGBUILD
(from rev 125099, gpac/trunk/PKGBUILD)
  gpac/repos/community-i686/gpac-ffmpeg.patch
(from rev 125099, gpac/trunk/gpac-ffmpeg.patch)
Deleted:
  gpac/repos/community-i686/PKGBUILD
  gpac/repos/community-i686/gpac-ffmpeg.patch

---+
 PKGBUILD  |  107 ++--
 gpac-ffmpeg.patch |   94 ++---
 2 files changed, 101 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:23:48 UTC (rev 125099)
+++ PKGBUILD2015-01-01 02:25:05 UTC (rev 125100)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gpac
-pkgver=5324
-pkgrel=1
-pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
-arch=('i686' 'x86_64')
-url="http://gpac.sourceforge.net";
-license=('LGPL')
-depends=('ffmpeg' 'libjpeg' 'libpng' 'glu' 'libxv')
-makedepends=('jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa')
-optdepends=('jack: for jack support' 'a52dec: for A52 support'
-'faad2: for AAC support' 'libmad: for mp3 support')
-options=('staticlibs' '!makeflags')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
 gpac-ffmpeg.patch)
-sha1sums=('cd00b88aa6da97708532fc8eb7ab65f6a0d0c1e0'
-  'SKIP'
-  'e758b8cdb0b4bca37134241a1b8ccc33d4deb54a')
-
-# source PKGBUILD && mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
-  _svnver=${pkgver}
-  _svntrunk="svn://svn.code.sf.net/p/gpac/code/trunk/gpac"
-  _svnmod="$pkgname-${pkgver}"
-  mkdir ${pkgname}-${pkgver}
-  pushd ${pkgname}-${pkgver}
-  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
-  revision="$(svnversion ${pkgname}-${pkgver})"
-  echo "#define GPAC_SVN_REVISION \"$revision\"" > 
${pkgname}-${pkgver}/include/gpac/revision.h
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p3 -i "${srcdir}/gpac-ffmpeg.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install install-lib
-}

Copied: gpac/repos/community-i686/PKGBUILD (from rev 125099, 
gpac/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:25:05 UTC (rev 125100)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gpac
+pkgver=5324
+pkgrel=1
+pkgdesc="A multimedia framework based on the MPEG-4 Systems standard"
+arch=('i686' 'x86_64')
+url="http://gpac.sourceforge.net";
+license=('LGPL')
+depends=('ffmpeg' 'libjpeg' 'libpng' 'glu' 'libxv')
+makedepends=('jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa')
+optdepends=('jack: for jack support' 'a52dec: for A52 support'
+'faad2: for AAC support' 'libmad: for mp3 support')
+options=('staticlibs' '!makeflags')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
 gpac-ffmpeg.patch)
+sha1sums=('cd00b88aa6da97708532fc8eb7ab65f6a0d0c1e0'
+  'SKIP'
+  'e758b8cdb0b4bca37134241a1b8ccc33d4deb54a')
+validpgpkeys=('5357F3B111688D88C1D88119FCF2CB179205AC90')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=${pkgver}
+  _svntrunk="svn://svn.code.sf.net/p/gpac/code/trunk/gpac"
+  _svnmod="$pkgname-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co $_svntrunk --config-dir ./ -r $_svnver $_svnmod
+  revision="$(svnversion ${pkgname}-${pkgver})"
+  echo "#define GPAC_SVN_REVISION \"$revision\"" > 
${pkgname}-${pkgver}/include/gpac/revision.h
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p3 -i "${srcdir}/gpac-ffmpeg.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --X11-path=/usr --use-js=no
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install install-lib
+}

Deleted: gpac-ffmpeg.patch
===
--- gpac-ffmpeg.patch   2015-01-01 02:23:48 UTC (rev 125099)
+++ gpac-ffmpeg.patch   2015-01-01 0

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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:24:23
  Author: eric
Revision: 228300

archrelease: copy trunk to extra-i686

Added:
  libsndfile/repos/extra-i686/PKGBUILD
(from rev 228299, libsndfile/trunk/PKGBUILD)
Deleted:
  libsndfile/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:22:59 UTC (rev 228299)
+++ PKGBUILD2015-01-01 02:24:23 UTC (rev 228300)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libsndfile
-pkgver=1.0.25
-pkgrel=3
-pkgdesc="A C library for reading and writing files containing sampled sound"
-arch=('i686' 'x86_64')
-url="http://www.mega-nerd.com/libsndfile";
-license=('LGPL')
-depends=('alsa-lib' 'flac' 'libvorbis')
-checkdepends=('python2')
-source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('e95d9fca57f7ddace9f197071cbcfb92fa16748e'
-  'a93d26016730cb9fa214c753d079ee77dca1f326')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
src/binheader_writef_check.py \
-src/create_symbols_file.py programs/test-sndfile-metadata-set.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-sqlite
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libsndfile/repos/extra-i686/PKGBUILD (from rev 228299, 
libsndfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:24:23 UTC (rev 228300)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libsndfile
+pkgver=1.0.25
+pkgrel=3
+pkgdesc="A C library for reading and writing files containing sampled sound"
+arch=('i686' 'x86_64')
+url="http://www.mega-nerd.com/libsndfile";
+license=('LGPL')
+depends=('alsa-lib' 'flac' 'libvorbis')
+checkdepends=('python2')
+source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('e95d9fca57f7ddace9f197071cbcfb92fa16748e'
+  'a93d26016730cb9fa214c753d079ee77dca1f326')
+validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' 
src/binheader_writef_check.py \
+src/create_symbols_file.py programs/test-sndfile-metadata-set.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-sqlite
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:23:48
  Author: eric
Revision: 125099

Add validpgpkeys array

Modified:
  gpac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 02:20:33 UTC (rev 125098)
+++ PKGBUILD2015-01-01 02:23:48 UTC (rev 125099)
@@ -17,6 +17,7 @@
 sha1sums=('cd00b88aa6da97708532fc8eb7ab65f6a0d0c1e0'
   'SKIP'
   'e758b8cdb0b4bca37134241a1b8ccc33d4deb54a')
+validpgpkeys=('5357F3B111688D88C1D88119FCF2CB179205AC90')
 
 # source PKGBUILD && mksource
 mksource() {


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:22:59
  Author: eric
Revision: 228299

Add validpgpkeys array

Modified:
  libsndfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 02:22:00 UTC (rev 228298)
+++ PKGBUILD2015-01-01 02:22:59 UTC (rev 228299)
@@ -13,6 +13,7 @@
 
source=(http://www.mega-nerd.com/libsndfile/files/${pkgname}-${pkgver}.tar.gz{,.asc})
 sha1sums=('e95d9fca57f7ddace9f197071cbcfb92fa16748e'
   'a93d26016730cb9fa214c753d079ee77dca1f326')
+validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:22:00
  Author: eric
Revision: 228298

archrelease: copy trunk to extra-x86_64

Added:
  libsamplerate/repos/extra-x86_64/PKGBUILD
(from rev 228297, libsamplerate/trunk/PKGBUILD)
Deleted:
  libsamplerate/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   61 +++--
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:20:35 UTC (rev 228297)
+++ PKGBUILD2015-01-01 02:22:00 UTC (rev 228298)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libsamplerate
-pkgver=0.1.8
-pkgrel=3
-pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio"
-arch=('i686' 'x86_64')
-url="http://www.mega-nerd.com/SRC/index.html";
-license=('GPL')
-depends=('libsndfile')
-source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz{,.asc})
-sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libsamplerate/repos/extra-x86_64/PKGBUILD (from rev 228297, 
libsamplerate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:22:00 UTC (rev 228298)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libsamplerate
+pkgver=0.1.8
+pkgrel=3
+pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio"
+arch=('i686' 'x86_64')
+url="http://www.mega-nerd.com/SRC/index.html";
+license=('GPL')
+depends=('libsndfile')
+source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz{,.asc})
+sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70'
+  'SKIP')
+validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in electricsheep/repos/community-x86_64 (4 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:20:33
  Author: eric
Revision: 125098

archrelease: copy trunk to community-x86_64

Added:
  electricsheep/repos/community-x86_64/PKGBUILD
(from rev 125097, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-x86_64/electricsheep-no-wxgtk.patch
(from rev 125097, electricsheep/trunk/electricsheep-no-wxgtk.patch)
Deleted:
  electricsheep/repos/community-x86_64/PKGBUILD
  electricsheep/repos/community-x86_64/electricsheep-no-wxgtk.patch

--+
 PKGBUILD |  129 +-
 electricsheep-no-wxgtk.patch |  154 -
 2 files changed, 142 insertions(+), 141 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:19:08 UTC (rev 125097)
+++ PKGBUILD2015-01-01 02:20:33 UTC (rev 125098)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=electricsheep
-pkgver=2.7b33
-pkgrel=22
-pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
-arch=('i686' 'x86_64')
-url="http://community.electricsheep.org/";
-license=('GPL')
-depends=('curl' 'flam3' 'ffmpeg' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 
'glee')
-makedepends=('boost' 'mesa' 'glu' 'tinyxml')
-optdepends=('xscreensaver: to use electricsheep with xscreensaver')
-options=('!emptydirs')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
-electricsheep-no-wxgtk.patch)
-sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
-  'SKIP'
-  'b186318902dd0abac6e72a81fa374434d7244ac3')
-
-# source PKGBUILD && mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
-  _svnver=r125
-  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
-  _svnmod="${pkgname}-${pkgver}"
-  mkdir ${pkgname}-${pkgver}
-  pushd ${pkgname}-${pkgver}
-  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
-Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
-  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-# Do not build broken electricsheep-preferences
-  patch -p0 -i "${srcdir}/electricsheep-no-wxgtk.patch"
-
-  sed -i -e 's/av_close_input_file( m_pFormatContext )/avformat_close_input( 
\&m_pFormatContext )/' ContentDecoder/ContentDecoder.cpp
-  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
-  sed -i '12 i\
-#include ' Common/Singleton.h
-  mkdir m4
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-  CPPFLAGS+=" -I/usr/include/lua5.1" ./configure --prefix=/usr
-  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile
-  make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
"${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop"
-  install -D -m644 Runtime/logo.png 
"${pkgdir}/usr/share/icons/electricsheep.png"
-}

Copied: electricsheep/repos/community-x86_64/PKGBUILD (from rev 125097, 
electricsheep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:20:33 UTC (rev 125098)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=22
+pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
+arch=('i686' 'x86_64')
+url="http://community.electricsheep.org/";
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 
'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+electricsheep-no-wxgtk.patch)
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'SKIP'
+  'b186318902dd0abac6e72a81fa374434d7244ac3')
+validpgpkeys=('5357F3B111688D88C1D88119FCF2CB179205AC90')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=r125
+  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
+  _svnmod="${pkgname}-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+ 

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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:20:35
  Author: eric
Revision: 228297

archrelease: copy trunk to extra-i686

Added:
  libsamplerate/repos/extra-i686/PKGBUILD
(from rev 228296, libsamplerate/trunk/PKGBUILD)
Deleted:
  libsamplerate/repos/extra-i686/PKGBUILD

--+
 PKGBUILD |   61 +++--
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:19:07 UTC (rev 228296)
+++ PKGBUILD2015-01-01 02:20:35 UTC (rev 228297)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libsamplerate
-pkgver=0.1.8
-pkgrel=3
-pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio"
-arch=('i686' 'x86_64')
-url="http://www.mega-nerd.com/SRC/index.html";
-license=('GPL')
-depends=('libsndfile')
-source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz{,.asc})
-sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70'
-  'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libsamplerate/repos/extra-i686/PKGBUILD (from rev 228296, 
libsamplerate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:20:35 UTC (rev 228297)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libsamplerate
+pkgver=0.1.8
+pkgrel=3
+pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio"
+arch=('i686' 'x86_64')
+url="http://www.mega-nerd.com/SRC/index.html";
+license=('GPL')
+depends=('libsndfile')
+source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz{,.asc})
+sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70'
+  'SKIP')
+validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:19:07
  Author: eric
Revision: 228296

Add validpgpkeys array

Modified:
  libsamplerate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 02:11:25 UTC (rev 228295)
+++ PKGBUILD2015-01-01 02:19:07 UTC (rev 228296)
@@ -12,6 +12,7 @@
 source=(http://www.mega-nerd.com/SRC/libsamplerate-${pkgver}.tar.gz{,.asc})
 sha1sums=('e5fe82c4786be2fa33ca6bd4897db4868347fe70'
   'SKIP')
+validpgpkeys=('73571E85C19F4281D8C97AA86CA41A7743B8D6C8')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in electricsheep/repos/community-i686 (4 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:19:08
  Author: eric
Revision: 125097

archrelease: copy trunk to community-i686

Added:
  electricsheep/repos/community-i686/PKGBUILD
(from rev 125096, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-i686/electricsheep-no-wxgtk.patch
(from rev 125096, electricsheep/trunk/electricsheep-no-wxgtk.patch)
Deleted:
  electricsheep/repos/community-i686/PKGBUILD
  electricsheep/repos/community-i686/electricsheep-no-wxgtk.patch

--+
 PKGBUILD |  129 +-
 electricsheep-no-wxgtk.patch |  154 -
 2 files changed, 142 insertions(+), 141 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:17:50 UTC (rev 125096)
+++ PKGBUILD2015-01-01 02:19:08 UTC (rev 125097)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=electricsheep
-pkgver=2.7b33
-pkgrel=22
-pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
-arch=('i686' 'x86_64')
-url="http://community.electricsheep.org/";
-license=('GPL')
-depends=('curl' 'flam3' 'ffmpeg' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 
'glee')
-makedepends=('boost' 'mesa' 'glu' 'tinyxml')
-optdepends=('xscreensaver: to use electricsheep with xscreensaver')
-options=('!emptydirs')
-source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
-electricsheep-no-wxgtk.patch)
-sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
-  'SKIP'
-  'b186318902dd0abac6e72a81fa374434d7244ac3')
-
-# source PKGBUILD && mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
-  _svnver=r125
-  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
-  _svnmod="${pkgname}-${pkgver}"
-  mkdir ${pkgname}-${pkgver}
-  pushd ${pkgname}-${pkgver}
-  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
-Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
-  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-# Do not build broken electricsheep-preferences
-  patch -p0 -i "${srcdir}/electricsheep-no-wxgtk.patch"
-
-  sed -i -e 's/av_close_input_file( m_pFormatContext )/avformat_close_input( 
\&m_pFormatContext )/' ContentDecoder/ContentDecoder.cpp
-  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
-  sed -i '12 i\
-#include ' Common/Singleton.h
-  mkdir m4
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-  CPPFLAGS+=" -I/usr/include/lua5.1" ./configure --prefix=/usr
-  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile
-  make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
"${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop"
-  install -D -m644 Runtime/logo.png 
"${pkgdir}/usr/share/icons/electricsheep.png"
-}

Copied: electricsheep/repos/community-i686/PKGBUILD (from rev 125096, 
electricsheep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:19:08 UTC (rev 125097)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=22
+pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
+arch=('i686' 'x86_64')
+url="http://community.electricsheep.org/";
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'lua51' 'libgtop' 'boost-libs' 'freeglut' 
'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+electricsheep-no-wxgtk.patch)
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'SKIP'
+  'b186318902dd0abac6e72a81fa374434d7244ac3')
+validpgpkeys=('5357F3B111688D88C1D88119FCF2CB179205AC90')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=r125
+  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
+  _svnmod="${pkgname}-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgna

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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:17:50
  Author: eric
Revision: 125096

Add validpgpkeys array

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 02:10:34 UTC (rev 125095)
+++ PKGBUILD2015-01-01 02:17:50 UTC (rev 125096)
@@ -17,6 +17,7 @@
 sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
   'SKIP'
   'b186318902dd0abac6e72a81fa374434d7244ac3')
+validpgpkeys=('5357F3B111688D88C1D88119FCF2CB179205AC90')
 
 # source PKGBUILD && mksource
 mksource() {


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:11:25
  Author: eric
Revision: 228295

archrelease: copy trunk to extra-x86_64

Added:
  libmng/repos/extra-x86_64/PKGBUILD
(from rev 228294, libmng/trunk/PKGBUILD)
  libmng/repos/extra-x86_64/libmng-stdio.patch
(from rev 228294, libmng/trunk/libmng-stdio.patch)
Deleted:
  libmng/repos/extra-x86_64/PKGBUILD
  libmng/repos/extra-x86_64/libmng-stdio.patch

+
 PKGBUILD   |   67 +--
 libmng-stdio.patch |   20 +++
 2 files changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:10:06 UTC (rev 228294)
+++ PKGBUILD2015-01-01 02:11:25 UTC (rev 228295)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libmng
-pkgver=2.0.2
-pkgrel=3
-pkgdesc="A collection of routines used to create and manipulate MNG format 
graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libmng.com/";
-license=('custom')
-depends=('lcms2')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc}
-libmng-stdio.patch)
-sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
-  'SKIP'
-  '2f8b472d53791ba3a44dab9b18fb215e8b19dd77')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p5 -i "${srcdir}/libmng-stdio.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libmng/repos/extra-x86_64/PKGBUILD (from rev 228294, 
libmng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:11:25 UTC (rev 228295)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libmng
+pkgver=2.0.2
+pkgrel=3
+pkgdesc="A collection of routines used to create and manipulate MNG format 
graphics files"
+arch=('i686' 'x86_64')
+url="http://www.libmng.com/";
+license=('custom')
+depends=('lcms2')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc}
+libmng-stdio.patch)
+sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
+  'SKIP'
+  '2f8b472d53791ba3a44dab9b18fb215e8b19dd77')
+validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p5 -i "${srcdir}/libmng-stdio.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: libmng-stdio.patch
===
--- libmng-stdio.patch  2015-01-01 02:10:06 UTC (rev 228294)
+++ libmng-stdio.patch  2015-01-01 02:11:25 UTC (rev 228295)
@@ -1,10 +0,0 @@
 /mnt/chrootstaging32/usr/include/libmng_types.h2013-08-15 
16:26:03.0 -0400
-+++ /mnt/chrootstaging64/usr/include/libmng_types.h2013-08-16 
19:53:39.165878412 -0400
-@@ -204,6 +204,7 @@
- #define HAVE_BOOLEAN
- typedef int boolean;
- #endif
-+#include 
- #include 
- #endif /* MNG_INCLUDE_IJG6B */
- 

Copied: libmng/repos/extra-x86_64/libmng-stdio.patch (from rev 228294, 
libmng/trunk/libmng-stdio.patch)
===
--- libmng-stdio.patch  (rev 0)
+++ libmng-stdio.patch  2015-01-01 02:11:25 UTC (rev 228295)
@@ -0,0 +1,10 @@
+--- /mnt/chrootstaging32/usr/include/libmng_types.h2013-08-15 
16:26:03.0 -0400
 /mnt/chrootstaging64/usr/include/libmng_types.h2013-08-16 
19:53:39.165878412 -0400
+@@ -204,6 +204,7 @@
+ #define HAVE_BOOLEAN
+ typedef int boolean;
+ #endif
++#include 
+ #include 
+ #endif /* MNG_INCLUDE_IJG6B */
+ 


[arch-commits] Commit in dvdisaster/repos/community-x86_64 (4 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:10:34
  Author: eric
Revision: 125095

archrelease: copy trunk to community-x86_64

Added:
  dvdisaster/repos/community-x86_64/PKGBUILD
(from rev 125093, dvdisaster/trunk/PKGBUILD)
  dvdisaster/repos/community-x86_64/dvdisaster.install
(from rev 125094, dvdisaster/trunk/dvdisaster.install)
Deleted:
  dvdisaster/repos/community-x86_64/PKGBUILD
  dvdisaster/repos/community-x86_64/dvdisaster.install

+
 PKGBUILD   |   85 +--
 dvdisaster.install |   22 ++---
 2 files changed, 54 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:09:56 UTC (rev 125094)
+++ PKGBUILD2015-01-01 02:10:34 UTC (rev 125095)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=dvdisaster
-pkgver=0.72.6
-pkgrel=1
-pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
-arch=('i686' 'x86_64')
-url="http://www.dvdisaster.com/";
-license=('GPL')
-depends=('gtk2')
-options=('!makeflags')
-install=dvdisaster.install
-source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
-
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
-sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
-  '49add75274e6a6afe0700688b3a4fbf9427197a5')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---mandir=/usr/share/man --docdir=/usr/share/doc \
---localedir=/usr/share/locale \
---with-nls=yes 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make BUILDROOT="${pkgdir}" install
-  rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh"
-  install -D -m 644 contrib/dvdisaster.desktop 
"${pkgdir}/usr/share/applications/dvdisaster.desktop"
-  for i in 16 24 32 48 64 ; do
-install -D -m 644 contrib/dvdisaster${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png"
-  done
-}

Copied: dvdisaster/repos/community-x86_64/PKGBUILD (from rev 125093, 
dvdisaster/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:10:34 UTC (rev 125095)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=dvdisaster
+pkgver=0.72.6
+pkgrel=1
+pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
+arch=('i686' 'x86_64')
+url="http://www.dvdisaster.com/";
+license=('GPL')
+depends=('gtk2')
+options=('!makeflags')
+install=dvdisaster.install
+source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
+
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
+sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
+  '49add75274e6a6afe0700688b3a4fbf9427197a5')
+validpgpkeys=('12B31535AF903ADE9E73BA7E5A590EFEF5F6C46C')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man --docdir=/usr/share/doc \
+--localedir=/usr/share/locale \
+--with-nls=yes 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make BUILDROOT="${pkgdir}" install
+  rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh"
+  install -D -m 644 contrib/dvdisaster.desktop 
"${pkgdir}/usr/share/applications/dvdisaster.desktop"
+  for i in 16 24 32 48 64 ; do
+install -D -m 644 contrib/dvdisaster${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png"
+  done
+}

Deleted: dvdisaster.install
===
--- dvdisaster.install  2015-01-01 02:09:56 UTC (rev 125094)
+++ dvdisaster.install  2015-01-01 02:10:34 UTC (rev 125095)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: dvdisaster/repos/community-x86_64/dvdisaster.install (from rev 125094, 
dvdisaster/trunk/dvdisaster.install)
===
--- dvdisaster.install  (rev 0)
+++ dvdisaster.install  2015-01-01 02:10:34 UTC (rev 125095)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-12-31 Thread Daniel Micay
Date: Thursday, January 1, 2015 @ 03:09:56
  Author: thestinger
Revision: 125094

scrypt: use HTTPS

Modified:
  scrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 02:09:15 UTC (rev 125093)
+++ PKGBUILD2015-01-01 02:09:56 UTC (rev 125094)
@@ -10,7 +10,7 @@
 depends=(openssl)
 url="https://www.tarsnap.com/scrypt/";
 license=('BSD')
-source=(http://www.tarsnap.com/scrypt/scrypt-1.1.6.tgz LICENSE)
+source=(https://www.tarsnap.com/scrypt/scrypt-$pkgver.tgz LICENSE)
 md5sums=('a35523cd497f7283635ce881db39c2e2'
  '46754c4c55dc7c70dbb3480dce6274da')
 


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:10:06
  Author: eric
Revision: 228294

archrelease: copy trunk to extra-i686

Added:
  libmng/repos/extra-i686/PKGBUILD
(from rev 228293, libmng/trunk/PKGBUILD)
  libmng/repos/extra-i686/libmng-stdio.patch
(from rev 228293, libmng/trunk/libmng-stdio.patch)
Deleted:
  libmng/repos/extra-i686/PKGBUILD
  libmng/repos/extra-i686/libmng-stdio.patch

+
 PKGBUILD   |   67 +--
 libmng-stdio.patch |   20 +++
 2 files changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:08:49 UTC (rev 228293)
+++ PKGBUILD2015-01-01 02:10:06 UTC (rev 228294)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libmng
-pkgver=2.0.2
-pkgrel=3
-pkgdesc="A collection of routines used to create and manipulate MNG format 
graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libmng.com/";
-license=('custom')
-depends=('lcms2')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc}
-libmng-stdio.patch)
-sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
-  'SKIP'
-  '2f8b472d53791ba3a44dab9b18fb215e8b19dd77')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p5 -i "${srcdir}/libmng-stdio.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libmng/repos/extra-i686/PKGBUILD (from rev 228293, 
libmng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:10:06 UTC (rev 228294)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libmng
+pkgver=2.0.2
+pkgrel=3
+pkgdesc="A collection of routines used to create and manipulate MNG format 
graphics files"
+arch=('i686' 'x86_64')
+url="http://www.libmng.com/";
+license=('custom')
+depends=('lcms2')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc}
+libmng-stdio.patch)
+sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
+  'SKIP'
+  '2f8b472d53791ba3a44dab9b18fb215e8b19dd77')
+validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p5 -i "${srcdir}/libmng-stdio.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: libmng-stdio.patch
===
--- libmng-stdio.patch  2015-01-01 02:08:49 UTC (rev 228293)
+++ libmng-stdio.patch  2015-01-01 02:10:06 UTC (rev 228294)
@@ -1,10 +0,0 @@
 /mnt/chrootstaging32/usr/include/libmng_types.h2013-08-15 
16:26:03.0 -0400
-+++ /mnt/chrootstaging64/usr/include/libmng_types.h2013-08-16 
19:53:39.165878412 -0400
-@@ -204,6 +204,7 @@
- #define HAVE_BOOLEAN
- typedef int boolean;
- #endif
-+#include 
- #include 
- #endif /* MNG_INCLUDE_IJG6B */
- 

Copied: libmng/repos/extra-i686/libmng-stdio.patch (from rev 228293, 
libmng/trunk/libmng-stdio.patch)
===
--- libmng-stdio.patch  (rev 0)
+++ libmng-stdio.patch  2015-01-01 02:10:06 UTC (rev 228294)
@@ -0,0 +1,10 @@
+--- /mnt/chrootstaging32/usr/include/libmng_types.h2013-08-15 
16:26:03.0 -0400
 /mnt/chrootstaging64/usr/include/libmng_types.h2013-08-16 
19:53:39.165878412 -0400
+@@ -204,6 +204,7 @@
+ #define HAVE_BOOLEAN
+ typedef int boolean;
+ #endif
++#include 
+ #include 
+ #endif /* MNG_INCLUDE_IJG6B */
+ 


[arch-commits] Commit in dvdisaster/repos/community-i686 (4 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:09:15
  Author: eric
Revision: 125093

archrelease: copy trunk to community-i686

Added:
  dvdisaster/repos/community-i686/PKGBUILD
(from rev 125092, dvdisaster/trunk/PKGBUILD)
  dvdisaster/repos/community-i686/dvdisaster.install
(from rev 125092, dvdisaster/trunk/dvdisaster.install)
Deleted:
  dvdisaster/repos/community-i686/PKGBUILD
  dvdisaster/repos/community-i686/dvdisaster.install

+
 PKGBUILD   |   85 +--
 dvdisaster.install |   22 ++---
 2 files changed, 54 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:07:56 UTC (rev 125092)
+++ PKGBUILD2015-01-01 02:09:15 UTC (rev 125093)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=dvdisaster
-pkgver=0.72.6
-pkgrel=1
-pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
-arch=('i686' 'x86_64')
-url="http://www.dvdisaster.com/";
-license=('GPL')
-depends=('gtk2')
-options=('!makeflags')
-install=dvdisaster.install
-source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
-
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
-sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
-  '49add75274e6a6afe0700688b3a4fbf9427197a5')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---mandir=/usr/share/man --docdir=/usr/share/doc \
---localedir=/usr/share/locale \
---with-nls=yes 
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make BUILDROOT="${pkgdir}" install
-  rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh"
-  install -D -m 644 contrib/dvdisaster.desktop 
"${pkgdir}/usr/share/applications/dvdisaster.desktop"
-  for i in 16 24 32 48 64 ; do
-install -D -m 644 contrib/dvdisaster${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png"
-  done
-}

Copied: dvdisaster/repos/community-i686/PKGBUILD (from rev 125092, 
dvdisaster/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:09:15 UTC (rev 125093)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=dvdisaster
+pkgver=0.72.6
+pkgrel=1
+pkgdesc="Provides a margin of safety against data loss on CD and DVD media 
caused by aging or scratches"
+arch=('i686' 'x86_64')
+url="http://www.dvdisaster.com/";
+license=('GPL')
+depends=('gtk2')
+options=('!makeflags')
+install=dvdisaster.install
+source=(http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2
+
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
+sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
+  '49add75274e6a6afe0700688b3a4fbf9427197a5')
+validpgpkeys=('12B31535AF903ADE9E73BA7E5A590EFEF5F6C46C')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/dvdisaster48/dvdisaster/' contrib/dvdisaster.desktop
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man --docdir=/usr/share/doc \
+--localedir=/usr/share/locale \
+--with-nls=yes 
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make BUILDROOT="${pkgdir}" install
+  rm -f "${pkgdir}/usr/bin/dvdisaster-uninstall.sh"
+  install -D -m 644 contrib/dvdisaster.desktop 
"${pkgdir}/usr/share/applications/dvdisaster.desktop"
+  for i in 16 24 32 48 64 ; do
+install -D -m 644 contrib/dvdisaster${i}.png 
"${pkgdir}/usr/share/icons/hicolor/${i}x${i}/dvdisaster.png"
+  done
+}

Deleted: dvdisaster.install
===
--- dvdisaster.install  2015-01-01 02:07:56 UTC (rev 125092)
+++ dvdisaster.install  2015-01-01 02:09:15 UTC (rev 125093)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: dvdisaster/repos/community-i686/dvdisaster.install (from rev 125092, 
dvdisaster/trunk/dvdisaster.install)
===
--- dvdisaster.install  (rev 0)
+++ dvdisaster.install  2015-01-01 02:09:15 UTC (rev 125093)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:08:49
  Author: eric
Revision: 228293

Add validpgpkeys array

Modified:
  libmng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 02:07:00 UTC (rev 228292)
+++ PKGBUILD2015-01-01 02:08:49 UTC (rev 228293)
@@ -14,6 +14,7 @@
 sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
   'SKIP'
   '2f8b472d53791ba3a44dab9b18fb215e8b19dd77')
+validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:07:56
  Author: eric
Revision: 125092

Add validpgpkeys array

Modified:
  dvdisaster/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 01:50:54 UTC (rev 125091)
+++ PKGBUILD2015-01-01 02:07:56 UTC (rev 125092)
@@ -15,6 +15,7 @@
 
${pkgname}-${pkgver}.tar.bz2.sig::http://dvdisaster.net/downloads/${pkgname}-${pkgver}.tar.bz2.gpg)
 sha1sums=('eae45e40c2923c7d5c5a01f16470258aa45734ff'
   '49add75274e6a6afe0700688b3a4fbf9427197a5')
+validpgpkeys=('12B31535AF903ADE9E73BA7E5A590EFEF5F6C46C')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in libmad/repos/extra-x86_64 (10 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:07:00
  Author: eric
Revision: 228292

archrelease: copy trunk to extra-x86_64

Added:
  libmad/repos/extra-x86_64/PKGBUILD
(from rev 228291, libmad/trunk/PKGBUILD)
  libmad/repos/extra-x86_64/amd64-64bit.diff
(from rev 228291, libmad/trunk/amd64-64bit.diff)
  libmad/repos/extra-x86_64/frame_length.diff
(from rev 228291, libmad/trunk/frame_length.diff)
  libmad/repos/extra-x86_64/libmad.patch
(from rev 228291, libmad/trunk/libmad.patch)
  libmad/repos/extra-x86_64/optimize.diff
(from rev 228291, libmad/trunk/optimize.diff)
Deleted:
  libmad/repos/extra-x86_64/PKGBUILD
  libmad/repos/extra-x86_64/amd64-64bit.diff
  libmad/repos/extra-x86_64/frame_length.diff
  libmad/repos/extra-x86_64/libmad.patch
  libmad/repos/extra-x86_64/optimize.diff

---+
 PKGBUILD  |   81 +-
 amd64-64bit.diff  |   24 +--
 frame_length.diff |  394 ++--
 libmad.patch  |  234 +++---
 optimize.diff |  154 ++--
 5 files changed, 444 insertions(+), 443 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:04:49 UTC (rev 228291)
+++ PKGBUILD2015-01-01 02:07:00 UTC (rev 228292)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libmad
-pkgver=0.15.1b
-pkgrel=7
-pkgdesc="A high-quality MPEG audio decoder"
-arch=('i686' 'x86_64')
-url="http://www.underbit.com/products/mad/";
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/mad/${pkgname}-${pkgver}.tar.gz{,.sign}
-libmad.patch amd64-64bit.diff frame_length.diff optimize.diff)
-sha1sums=('cac19cd00e1a907f3150cc040ccc077783496d76'
-  '24c44ac7c96dca472e7305a7e59f1efd921a3499'
-  '5e7369c77de2329f6542ffc4f633eec5a5245091'
-  '97eba307b3343d5ba8938d59ec8f2c4b7449ae17'
-  'b9c61ecacc6a6d47425d66f33327e0634cd8a33c'
-  '3d5b958244ef0395ccdcb00344f2cf301ca07e34')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}/libmad.patch"
-  patch -p1 -i "${srcdir}/amd64-64bit.diff"
-  patch -p1 -i "${srcdir}/frame_length.diff"
-  patch -p1 -i "${srcdir}/optimize.diff"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CFLAGS="$CFLAGS -ftree-vectorize -ftree-vectorizer-verbose=1"
-  autoconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libmad/repos/extra-x86_64/PKGBUILD (from rev 228291, 
libmad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:07:00 UTC (rev 228292)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libmad
+pkgver=0.15.1b
+pkgrel=7
+pkgdesc="A high-quality MPEG audio decoder"
+arch=('i686' 'x86_64')
+url="http://www.underbit.com/products/mad/";
+license=('GPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/mad/${pkgname}-${pkgver}.tar.gz{,.sign}
+libmad.patch amd64-64bit.diff frame_length.diff optimize.diff)
+sha1sums=('cac19cd00e1a907f3150cc040ccc077783496d76'
+  '24c44ac7c96dca472e7305a7e59f1efd921a3499'
+  '5e7369c77de2329f6542ffc4f633eec5a5245091'
+  '97eba307b3343d5ba8938d59ec8f2c4b7449ae17'
+  'b9c61ecacc6a6d47425d66f33327e0634cd8a33c'
+  '3d5b958244ef0395ccdcb00344f2cf301ca07e34')
+validpgpkeys=('4229B6BBA00DE143B485B74D2CE2036B4BF38A33')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/libmad.patch"
+  patch -p1 -i "${srcdir}/amd64-64bit.diff"
+  patch -p1 -i "${srcdir}/frame_length.diff"
+  patch -p1 -i "${srcdir}/optimize.diff"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS="$CFLAGS -ftree-vectorize -ftree-vectorizer-verbose=1"
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: amd64-64bit.diff
===
--- amd64-64bit.diff2015-01-01 02:04:49 UTC (rev 228291)
+++ amd64-64bit.diff2015-01-01 02:07:00 UTC (rev 228292)
@@ -1,12 +0,0 @@
-Index: libmad-0.15.1b/configure.ac
-===
 libmad-0.15.1b.orig/configure.ac   2008-03-07 20:33:05.0 +
-+++ libmad-0.15.1b/configure.ac2008-03-07 20:33:31.0 +
-@@ -233,6 +233,7 @@
- then
- case "$host" in
-   i?86-*) FPM="INTEL"  ;;
-+  x86_64*)FPM="64BIT"  ;;
-   arm*-*) FPM="ARM";;
-   mips*-*)FPM="MIPS"   ;;
-   sparc*-*)   FPM="SPARC"  ;;

Copied: libmad/repos/extra-x86_64/amd64-64bit.diff (from rev 228291, 
libmad/trunk/amd64-64bit.diff)
===
--- amd64-64bit.diff(rev 0)
+++ amd64-64b

[arch-commits] Commit in libmad/repos/extra-i686 (10 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:04:49
  Author: eric
Revision: 228291

archrelease: copy trunk to extra-i686

Added:
  libmad/repos/extra-i686/PKGBUILD
(from rev 228290, libmad/trunk/PKGBUILD)
  libmad/repos/extra-i686/amd64-64bit.diff
(from rev 228290, libmad/trunk/amd64-64bit.diff)
  libmad/repos/extra-i686/frame_length.diff
(from rev 228290, libmad/trunk/frame_length.diff)
  libmad/repos/extra-i686/libmad.patch
(from rev 228290, libmad/trunk/libmad.patch)
  libmad/repos/extra-i686/optimize.diff
(from rev 228290, libmad/trunk/optimize.diff)
Deleted:
  libmad/repos/extra-i686/PKGBUILD
  libmad/repos/extra-i686/amd64-64bit.diff
  libmad/repos/extra-i686/frame_length.diff
  libmad/repos/extra-i686/libmad.patch
  libmad/repos/extra-i686/optimize.diff

---+
 PKGBUILD  |   81 +-
 amd64-64bit.diff  |   24 +--
 frame_length.diff |  394 ++--
 libmad.patch  |  234 +++---
 optimize.diff |  154 ++--
 5 files changed, 444 insertions(+), 443 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 02:02:41 UTC (rev 228290)
+++ PKGBUILD2015-01-01 02:04:49 UTC (rev 228291)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libmad
-pkgver=0.15.1b
-pkgrel=7
-pkgdesc="A high-quality MPEG audio decoder"
-arch=('i686' 'x86_64')
-url="http://www.underbit.com/products/mad/";
-license=('GPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/mad/${pkgname}-${pkgver}.tar.gz{,.sign}
-libmad.patch amd64-64bit.diff frame_length.diff optimize.diff)
-sha1sums=('cac19cd00e1a907f3150cc040ccc077783496d76'
-  '24c44ac7c96dca472e7305a7e59f1efd921a3499'
-  '5e7369c77de2329f6542ffc4f633eec5a5245091'
-  '97eba307b3343d5ba8938d59ec8f2c4b7449ae17'
-  'b9c61ecacc6a6d47425d66f33327e0634cd8a33c'
-  '3d5b958244ef0395ccdcb00344f2cf301ca07e34')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}/libmad.patch"
-  patch -p1 -i "${srcdir}/amd64-64bit.diff"
-  patch -p1 -i "${srcdir}/frame_length.diff"
-  patch -p1 -i "${srcdir}/optimize.diff"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CFLAGS="$CFLAGS -ftree-vectorize -ftree-vectorizer-verbose=1"
-  autoconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libmad/repos/extra-i686/PKGBUILD (from rev 228290, 
libmad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 02:04:49 UTC (rev 228291)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libmad
+pkgver=0.15.1b
+pkgrel=7
+pkgdesc="A high-quality MPEG audio decoder"
+arch=('i686' 'x86_64')
+url="http://www.underbit.com/products/mad/";
+license=('GPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/mad/${pkgname}-${pkgver}.tar.gz{,.sign}
+libmad.patch amd64-64bit.diff frame_length.diff optimize.diff)
+sha1sums=('cac19cd00e1a907f3150cc040ccc077783496d76'
+  '24c44ac7c96dca472e7305a7e59f1efd921a3499'
+  '5e7369c77de2329f6542ffc4f633eec5a5245091'
+  '97eba307b3343d5ba8938d59ec8f2c4b7449ae17'
+  'b9c61ecacc6a6d47425d66f33327e0634cd8a33c'
+  '3d5b958244ef0395ccdcb00344f2cf301ca07e34')
+validpgpkeys=('4229B6BBA00DE143B485B74D2CE2036B4BF38A33')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/libmad.patch"
+  patch -p1 -i "${srcdir}/amd64-64bit.diff"
+  patch -p1 -i "${srcdir}/frame_length.diff"
+  patch -p1 -i "${srcdir}/optimize.diff"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS="$CFLAGS -ftree-vectorize -ftree-vectorizer-verbose=1"
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: amd64-64bit.diff
===
--- amd64-64bit.diff2015-01-01 02:02:41 UTC (rev 228290)
+++ amd64-64bit.diff2015-01-01 02:04:49 UTC (rev 228291)
@@ -1,12 +0,0 @@
-Index: libmad-0.15.1b/configure.ac
-===
 libmad-0.15.1b.orig/configure.ac   2008-03-07 20:33:05.0 +
-+++ libmad-0.15.1b/configure.ac2008-03-07 20:33:31.0 +
-@@ -233,6 +233,7 @@
- then
- case "$host" in
-   i?86-*) FPM="INTEL"  ;;
-+  x86_64*)FPM="64BIT"  ;;
-   arm*-*) FPM="ARM";;
-   mips*-*)FPM="MIPS"   ;;
-   sparc*-*)   FPM="SPARC"  ;;

Copied: libmad/repos/extra-i686/amd64-64bit.diff (from rev 228290, 
libmad/trunk/amd64-64bit.diff)
===
--- amd64-64bit.diff(rev 0)
+++ amd64-64bit.diff2015-01-01 02:0

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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 03:02:41
  Author: eric
Revision: 228290

Add validpgpkeys array

Modified:
  libmad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 01:50:58 UTC (rev 228289)
+++ PKGBUILD2015-01-01 02:02:41 UTC (rev 228290)
@@ -17,6 +17,7 @@
   '97eba307b3343d5ba8938d59ec8f2c4b7449ae17'
   'b9c61ecacc6a6d47425d66f33327e0634cd8a33c'
   '3d5b958244ef0395ccdcb00344f2cf301ca07e34')
+validpgpkeys=('4229B6BBA00DE143B485B74D2CE2036B4BF38A33')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:50:58
  Author: eric
Revision: 228289

archrelease: copy trunk to extra-any

Added:
  intltool/repos/extra-any/PKGBUILD
(from rev 228288, intltool/trunk/PKGBUILD)
Deleted:
  intltool/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 01:49:07 UTC (rev 228288)
+++ PKGBUILD2015-01-01 01:50:58 UTC (rev 228289)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=intltool
-pkgver=0.50.2
-pkgrel=2
-pkgdesc="The internationalization tool collection"
-arch=('any')
-url="https://edge.launchpad.net/intltool";
-license=('GPL')
-depends=('perl-xml-parser')
-source=(http://launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha1sums=('7fddbd8e1bf94adbf1bc947cbf3b8ddc2453f8ad'
-  '85c71e9651df41fc330c5f171fdfe1bf11e44f65')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 doc/I18N-HOWTO 
"${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO"
-}

Copied: intltool/repos/extra-any/PKGBUILD (from rev 228288, 
intltool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 01:50:58 UTC (rev 228289)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=intltool
+pkgver=0.50.2
+pkgrel=2
+pkgdesc="The internationalization tool collection"
+arch=('any')
+url="https://edge.launchpad.net/intltool";
+license=('GPL')
+depends=('perl-xml-parser')
+source=(http://launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('7fddbd8e1bf94adbf1bc947cbf3b8ddc2453f8ad'
+  '85c71e9651df41fc330c5f171fdfe1bf11e44f65')
+validpgpkeys=('6977ECD0E1517D6CA45C0DA443ACFF9623AE85D2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 doc/I18N-HOWTO 
"${pkgdir}/usr/share/doc/${pkgname}/I18N-HOWTO"
+}


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

2014-12-31 Thread Daniel Micay
Date: Thursday, January 1, 2015 @ 02:50:54
  Author: thestinger
Revision: 125091

torsocks: use HTTPS

Modified:
  torsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 01:37:21 UTC (rev 125090)
+++ PKGBUILD2015-01-01 01:50:54 UTC (rev 125091)
@@ -8,12 +8,12 @@
 pkgrel=2
 pkgdesc='Wrapper to safely torify applications'
 arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
+url='https://gitweb.torproject.org/torsocks.git/'
 license=('GPL2')
 depends=('tor')
 makedepends=('git')
 backup=("etc/tor/${pkgname}.conf")
-source=("git://git.torproject.org/torsocks.git#tag=v$pkgver")
+source=("git+https://git.torproject.org/torsocks.git#tag=v$pkgver";)
 md5sums=('SKIP')
 
 build() {


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:49:07
  Author: eric
Revision: 228288

Add validpgpkeys array

Modified:
  intltool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 01:43:32 UTC (rev 228287)
+++ PKGBUILD2015-01-01 01:49:07 UTC (rev 228288)
@@ -12,6 +12,7 @@
 
source=(http://launchpad.net/intltool/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc})
 sha1sums=('7fddbd8e1bf94adbf1bc947cbf3b8ddc2453f8ad'
   '85c71e9651df41fc330c5f171fdfe1bf11e44f65')
+validpgpkeys=('6977ECD0E1517D6CA45C0DA443ACFF9623AE85D2')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in inetutils/repos/core-x86_64 (34 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:43:32
  Author: eric
Revision: 228287

archrelease: copy trunk to core-x86_64

Added:
  inetutils/repos/core-x86_64/PKGBUILD
(from rev 228286, inetutils/trunk/PKGBUILD)
  inetutils/repos/core-x86_64/ftpd.service
(from rev 228286, inetutils/trunk/ftpd.service)
  inetutils/repos/core-x86_64/inetutils.install
(from rev 228286, inetutils/trunk/inetutils.install)
  inetutils/repos/core-x86_64/rlogin.pam
(from rev 228286, inetutils/trunk/rlogin.pam)
  inetutils/repos/core-x86_64/rlogin.socket
(from rev 228286, inetutils/trunk/rlogin.socket)
  inetutils/repos/core-x86_64/rlogin.xinetd
(from rev 228286, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/core-x86_64/rlogin@.service
(from rev 228286, inetutils/trunk/rlogin@.service)
  inetutils/repos/core-x86_64/rsh.pam
(from rev 228286, inetutils/trunk/rsh.pam)
  inetutils/repos/core-x86_64/rsh.socket
(from rev 228286, inetutils/trunk/rsh.socket)
  inetutils/repos/core-x86_64/rsh.xinetd
(from rev 228286, inetutils/trunk/rsh.xinetd)
  inetutils/repos/core-x86_64/rsh@.service
(from rev 228286, inetutils/trunk/rsh@.service)
  inetutils/repos/core-x86_64/talk.service
(from rev 228286, inetutils/trunk/talk.service)
  inetutils/repos/core-x86_64/talk.socket
(from rev 228286, inetutils/trunk/talk.socket)
  inetutils/repos/core-x86_64/talk.xinetd
(from rev 228286, inetutils/trunk/talk.xinetd)
  inetutils/repos/core-x86_64/telnet.socket
(from rev 228286, inetutils/trunk/telnet.socket)
  inetutils/repos/core-x86_64/telnet.xinetd
(from rev 228286, inetutils/trunk/telnet.xinetd)
  inetutils/repos/core-x86_64/telnet@.service
(from rev 228286, inetutils/trunk/telnet@.service)
Deleted:
  inetutils/repos/core-x86_64/PKGBUILD
  inetutils/repos/core-x86_64/ftpd.service
  inetutils/repos/core-x86_64/inetutils.install
  inetutils/repos/core-x86_64/rlogin.pam
  inetutils/repos/core-x86_64/rlogin.socket
  inetutils/repos/core-x86_64/rlogin.xinetd
  inetutils/repos/core-x86_64/rlogin@.service
  inetutils/repos/core-x86_64/rsh.pam
  inetutils/repos/core-x86_64/rsh.socket
  inetutils/repos/core-x86_64/rsh.xinetd
  inetutils/repos/core-x86_64/rsh@.service
  inetutils/repos/core-x86_64/talk.service
  inetutils/repos/core-x86_64/talk.socket
  inetutils/repos/core-x86_64/talk.xinetd
  inetutils/repos/core-x86_64/telnet.socket
  inetutils/repos/core-x86_64/telnet.xinetd
  inetutils/repos/core-x86_64/telnet@.service

---+
 PKGBUILD  |  179 ++--
 ftpd.service  |   24 +++---
 inetutils.install |   48 ++---
 rlogin.pam|   26 +++
 rlogin.socket |   18 ++---
 rlogin.xinetd |   20 ++---
 rlogin@.service   |   14 ++--
 rsh.pam   |   22 +++---
 rsh.socket|   18 ++---
 rsh.xinetd|   20 ++---
 rsh@.service  |   14 ++--
 talk.service  |   24 +++---
 talk.socket   |   18 ++---
 talk.xinetd   |   20 ++---
 telnet.socket |   20 ++---
 telnet.xinetd |   20 ++---
 telnet@.service   |   14 ++--
 17 files changed, 260 insertions(+), 259 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 01:38:19 UTC (rev 228286)
+++ PKGBUILD2015-01-01 01:43:32 UTC (rev 228287)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=inetutils
-pkgver=1.9.2
-pkgrel=2
-pkgdesc="A collection of common network programs"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/inetutils/";
-license=('GPL3')
-groups=('base')
-depends=('pam' 'libcap')
-makedepends=('help2man')
-backup=('etc/xinetd.d/telnet' 'etc/xinetd.d/talk'
-'etc/xinetd.d/rlogin' 'etc/xinetd.d/rsh'
-   'etc/pam.d/rlogin' 'etc/pam.d/rsh')
-options=('!emptydirs')
-install=inetutils.install
-source=(http://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.xz{,.sig}
-ftpd.service rlogin.pam rlogin@.service rlogin.socket rlogin.xinetd
-rsh.pam rsh@.service rsh.socket rsh.xinetd talk.service talk.socket 
talk.xinetd
-telnet@.service telnet.socket telnet.xinetd)
-sha1sums=('f9fc5c3ba7046d95fdfd0f1c6adf508220082893'
-  'SKIP'
-  '026181500b71f0c09ef5c262450be718651e5658'
-  '387b371cbaa3611b95d30f806c0dd08b621a584a'
-  '6f9a304391610a17b8ae3ad35b742c78c86aee16'
-  '0455126fa18d2a9422469d79b9e73dd928b15652'
-  'd9b8f8aab094ecb779d0f16f21b4683ab327516f'
-  '556b5372cbab8794e931e110b896fa8a61628bb1'
-  '828da7bce49ffc4e9645288759b275a98a2fbc40'
-  '7071da32d42a133ead039197ed891b518bb0f773'
-  '26763ae31b8a5be25a0ba55746941d75d6ee'
-  '4486c966d28736897bce1280d85d139bd10a5689'
-  'd1813d42c5c9d2c60f03ebe33961de357a4b8b43'
-  'b15ab4faa9d97652e182c98c1e3a3b3cbbf6383c'
-  '0917dc6b5a80d914bf550065b1733b7da2c776f3'
-  'a7ac7bbe917ff80fd8cd4357fbc62fab50595c34'
-  '2b2dd71eb

[arch-commits] Commit in inetutils/repos/core-i686 (34 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:38:19
  Author: eric
Revision: 228286

archrelease: copy trunk to core-i686

Added:
  inetutils/repos/core-i686/PKGBUILD
(from rev 228285, inetutils/trunk/PKGBUILD)
  inetutils/repos/core-i686/ftpd.service
(from rev 228285, inetutils/trunk/ftpd.service)
  inetutils/repos/core-i686/inetutils.install
(from rev 228285, inetutils/trunk/inetutils.install)
  inetutils/repos/core-i686/rlogin.pam
(from rev 228285, inetutils/trunk/rlogin.pam)
  inetutils/repos/core-i686/rlogin.socket
(from rev 228285, inetutils/trunk/rlogin.socket)
  inetutils/repos/core-i686/rlogin.xinetd
(from rev 228285, inetutils/trunk/rlogin.xinetd)
  inetutils/repos/core-i686/rlogin@.service
(from rev 228285, inetutils/trunk/rlogin@.service)
  inetutils/repos/core-i686/rsh.pam
(from rev 228285, inetutils/trunk/rsh.pam)
  inetutils/repos/core-i686/rsh.socket
(from rev 228285, inetutils/trunk/rsh.socket)
  inetutils/repos/core-i686/rsh.xinetd
(from rev 228285, inetutils/trunk/rsh.xinetd)
  inetutils/repos/core-i686/rsh@.service
(from rev 228285, inetutils/trunk/rsh@.service)
  inetutils/repos/core-i686/talk.service
(from rev 228285, inetutils/trunk/talk.service)
  inetutils/repos/core-i686/talk.socket
(from rev 228285, inetutils/trunk/talk.socket)
  inetutils/repos/core-i686/talk.xinetd
(from rev 228285, inetutils/trunk/talk.xinetd)
  inetutils/repos/core-i686/telnet.socket
(from rev 228285, inetutils/trunk/telnet.socket)
  inetutils/repos/core-i686/telnet.xinetd
(from rev 228285, inetutils/trunk/telnet.xinetd)
  inetutils/repos/core-i686/telnet@.service
(from rev 228285, inetutils/trunk/telnet@.service)
Deleted:
  inetutils/repos/core-i686/PKGBUILD
  inetutils/repos/core-i686/ftpd.service
  inetutils/repos/core-i686/inetutils.install
  inetutils/repos/core-i686/rlogin.pam
  inetutils/repos/core-i686/rlogin.socket
  inetutils/repos/core-i686/rlogin.xinetd
  inetutils/repos/core-i686/rlogin@.service
  inetutils/repos/core-i686/rsh.pam
  inetutils/repos/core-i686/rsh.socket
  inetutils/repos/core-i686/rsh.xinetd
  inetutils/repos/core-i686/rsh@.service
  inetutils/repos/core-i686/talk.service
  inetutils/repos/core-i686/talk.socket
  inetutils/repos/core-i686/talk.xinetd
  inetutils/repos/core-i686/telnet.socket
  inetutils/repos/core-i686/telnet.xinetd
  inetutils/repos/core-i686/telnet@.service

---+
 PKGBUILD  |  179 ++--
 ftpd.service  |   24 +++---
 inetutils.install |   48 ++---
 rlogin.pam|   26 +++
 rlogin.socket |   18 ++---
 rlogin.xinetd |   20 ++---
 rlogin@.service   |   14 ++--
 rsh.pam   |   22 +++---
 rsh.socket|   18 ++---
 rsh.xinetd|   20 ++---
 rsh@.service  |   14 ++--
 talk.service  |   24 +++---
 talk.socket   |   18 ++---
 talk.xinetd   |   20 ++---
 telnet.socket |   20 ++---
 telnet.xinetd |   20 ++---
 telnet@.service   |   14 ++--
 17 files changed, 260 insertions(+), 259 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 01:33:00 UTC (rev 228285)
+++ PKGBUILD2015-01-01 01:38:19 UTC (rev 228286)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=inetutils
-pkgver=1.9.2
-pkgrel=2
-pkgdesc="A collection of common network programs"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/inetutils/";
-license=('GPL3')
-groups=('base')
-depends=('pam' 'libcap')
-makedepends=('help2man')
-backup=('etc/xinetd.d/telnet' 'etc/xinetd.d/talk'
-'etc/xinetd.d/rlogin' 'etc/xinetd.d/rsh'
-   'etc/pam.d/rlogin' 'etc/pam.d/rsh')
-options=('!emptydirs')
-install=inetutils.install
-source=(http://ftp.gnu.org/gnu/inetutils/${pkgname}-${pkgver}.tar.xz{,.sig}
-ftpd.service rlogin.pam rlogin@.service rlogin.socket rlogin.xinetd
-rsh.pam rsh@.service rsh.socket rsh.xinetd talk.service talk.socket 
talk.xinetd
-telnet@.service telnet.socket telnet.xinetd)
-sha1sums=('f9fc5c3ba7046d95fdfd0f1c6adf508220082893'
-  'SKIP'
-  '026181500b71f0c09ef5c262450be718651e5658'
-  '387b371cbaa3611b95d30f806c0dd08b621a584a'
-  '6f9a304391610a17b8ae3ad35b742c78c86aee16'
-  '0455126fa18d2a9422469d79b9e73dd928b15652'
-  'd9b8f8aab094ecb779d0f16f21b4683ab327516f'
-  '556b5372cbab8794e931e110b896fa8a61628bb1'
-  '828da7bce49ffc4e9645288759b275a98a2fbc40'
-  '7071da32d42a133ead039197ed891b518bb0f773'
-  '26763ae31b8a5be25a0ba55746941d75d6ee'
-  '4486c966d28736897bce1280d85d139bd10a5689'
-  'd1813d42c5c9d2c60f03ebe33961de357a4b8b43'
-  'b15ab4faa9d97652e182c98c1e3a3b3cbbf6383c'
-  '0917dc6b5a80d914bf550065b1733b7da2c776f3'
-  'a7ac7bbe917ff80fd8cd4357fbc62fab50595c34'
-  '2b2dd71eb3233e5090f4c2df8abe9b4924d323f3')
-
-build() {
-  cd ${pkgname}-${pkgv

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

2014-12-31 Thread Daniel Micay
Date: Thursday, January 1, 2015 @ 02:37:21
  Author: thestinger
Revision: 125090

paxtest: use https

Modified:
  paxtest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 01:02:16 UTC (rev 125089)
+++ PKGBUILD2015-01-01 01:37:21 UTC (rev 125090)
@@ -8,11 +8,11 @@
 pkgver=0.9.13
 pkgrel=1
 pkgdesc='PaX regression test suite'
-url='http://pax.grsecurity.net'
+url='https://pax.grsecurity.net'
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=(sh)
-source=("http://grsecurity.net/~spender/${pkgname}-${pkgver}.tar.gz";)
+source=("https://grsecurity.net/~spender/${pkgname}-${pkgver}.tar.gz";)
 md5sums=('aabe9eb3af44d385f590c2e3fc75d5aa')
 
 _make="make -f Makefile.psm BINDIR=/usr/bin RUNDIR=/usr/lib/$pkgname"


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:33:00
  Author: eric
Revision: 228285

Add validpgpkeys array

Modified:
  inetutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 01:30:58 UTC (rev 228284)
+++ PKGBUILD2015-01-01 01:33:00 UTC (rev 228285)
@@ -37,6 +37,7 @@
   '0917dc6b5a80d914bf550065b1733b7da2c776f3'
   'a7ac7bbe917ff80fd8cd4357fbc62fab50595c34'
   '2b2dd71eb3233e5090f4c2df8abe9b4924d323f3')
+validpgpkeys=('4FBD67621082C4C502448E3B180551BAD95A3C35')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in gv/repos/extra-x86_64 (6 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:30:58
  Author: eric
Revision: 228284

archrelease: copy trunk to extra-x86_64

Added:
  gv/repos/extra-x86_64/PKGBUILD
(from rev 228283, gv/trunk/PKGBUILD)
  gv/repos/extra-x86_64/gv.desktop
(from rev 228283, gv/trunk/gv.desktop)
  gv/repos/extra-x86_64/gv.install
(from rev 228283, gv/trunk/gv.install)
Deleted:
  gv/repos/extra-x86_64/PKGBUILD
  gv/repos/extra-x86_64/gv.desktop
  gv/repos/extra-x86_64/gv.install

+
 PKGBUILD   |   71 +--
 gv.desktop |   22 +-
 gv.install |   36 ++---
 3 files changed, 65 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 01:29:23 UTC (rev 228283)
+++ PKGBUILD2015-01-01 01:30:58 UTC (rev 228284)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gv
-pkgver=3.7.4
-pkgrel=2
-pkgdesc="A program to view PostScript and PDF documents"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/gv/";
-license=('GPL3')
-depends=('xaw3d' 'ghostscript' 'desktop-file-utils')
-options=('emptydirs')
-install=gv.install
-source=(http://ftp.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz{,.sig} 
gv.desktop)
-sha1sums=('d5bc11a37136dff69248f943a632544a4036b63f'
-  '7d8b7edd60617b189ba39ca982252b0d59c0755d'
-  'b40ccad8a8d837791598075f543edce9aa1f4352')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" 
src/Makefile.{am,in}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 ../gv.desktop "${pkgdir}/usr/share/applications/gv.desktop"
-  install -D -m644 src/gv_icon.xbm "${pkgdir}/usr/share/pixmaps/gv.xbm"
-}

Copied: gv/repos/extra-x86_64/PKGBUILD (from rev 228283, gv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 01:30:58 UTC (rev 228284)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gv
+pkgver=3.7.4
+pkgrel=2
+pkgdesc="A program to view PostScript and PDF documents"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gv/";
+license=('GPL3')
+depends=('xaw3d' 'ghostscript' 'desktop-file-utils')
+options=('emptydirs')
+install=gv.install
+source=(http://ftp.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz{,.sig} 
gv.desktop)
+sha1sums=('d5bc11a37136dff69248f943a632544a4036b63f'
+  '7d8b7edd60617b189ba39ca982252b0d59c0755d'
+  'b40ccad8a8d837791598075f543edce9aa1f4352')
+validpgpkeys=('5A15E3DBE8D7DE6F2AC69EB5B1AF90204976D4CD')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" 
src/Makefile.{am,in}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../gv.desktop "${pkgdir}/usr/share/applications/gv.desktop"
+  install -D -m644 src/gv_icon.xbm "${pkgdir}/usr/share/pixmaps/gv.xbm"
+}

Deleted: gv.desktop
===
--- gv.desktop  2015-01-01 01:29:23 UTC (rev 228283)
+++ gv.desktop  2015-01-01 01:30:58 UTC (rev 228284)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=GV
-MimeType=application/pdf;application/postscript;image/x-eps;application/illustrator
-GenericName=Postscript Viewer
-Exec=gv
-Icon=gv.xbm
-Categories=Application;Graphics;Viewer;Office;
-Type=Application
-Terminal=false
-StartupNotify=true

Copied: gv/repos/extra-x86_64/gv.desktop (from rev 228283, gv/trunk/gv.desktop)
===
--- gv.desktop  (rev 0)
+++ gv.desktop  2015-01-01 01:30:58 UTC (rev 228284)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=GV
+MimeType=application/pdf;application/postscript;image/x-eps;application/illustrator
+GenericName=Postscript Viewer
+Exec=gv
+Icon=gv.xbm
+Categories=Application;Graphics;Viewer;Office;
+Type=Application
+Terminal=false
+StartupNotify=true

Deleted: gv.install
===
--- gv.install  2015-01-01 01:29:23 UTC (rev 228283)
+++ gv.install  2015-01-01 01:30:58 UTC (rev 228284)
@@ -1,18 +0,0 @@
-infodir=usr/share/info
-file=gv.info.gz
-
-post_install() {
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}

Copied: gv/repos/extra-x86_64/gv.install (from rev 228283, gv/trunk/gv.install)
==

[arch-commits] Commit in gv/repos/extra-i686 (6 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:29:23
  Author: eric
Revision: 228283

archrelease: copy trunk to extra-i686

Added:
  gv/repos/extra-i686/PKGBUILD
(from rev 228282, gv/trunk/PKGBUILD)
  gv/repos/extra-i686/gv.desktop
(from rev 228282, gv/trunk/gv.desktop)
  gv/repos/extra-i686/gv.install
(from rev 228282, gv/trunk/gv.install)
Deleted:
  gv/repos/extra-i686/PKGBUILD
  gv/repos/extra-i686/gv.desktop
  gv/repos/extra-i686/gv.install

+
 PKGBUILD   |   71 +--
 gv.desktop |   22 +-
 gv.install |   36 ++---
 3 files changed, 65 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 01:27:50 UTC (rev 228282)
+++ PKGBUILD2015-01-01 01:29:23 UTC (rev 228283)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=gv
-pkgver=3.7.4
-pkgrel=2
-pkgdesc="A program to view PostScript and PDF documents"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/gv/";
-license=('GPL3')
-depends=('xaw3d' 'ghostscript' 'desktop-file-utils')
-options=('emptydirs')
-install=gv.install
-source=(http://ftp.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz{,.sig} 
gv.desktop)
-sha1sums=('d5bc11a37136dff69248f943a632544a4036b63f'
-  '7d8b7edd60617b189ba39ca982252b0d59c0755d'
-  'b40ccad8a8d837791598075f543edce9aa1f4352')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" 
src/Makefile.{am,in}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 ../gv.desktop "${pkgdir}/usr/share/applications/gv.desktop"
-  install -D -m644 src/gv_icon.xbm "${pkgdir}/usr/share/pixmaps/gv.xbm"
-}

Copied: gv/repos/extra-i686/PKGBUILD (from rev 228282, gv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 01:29:23 UTC (rev 228283)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=gv
+pkgver=3.7.4
+pkgrel=2
+pkgdesc="A program to view PostScript and PDF documents"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gv/";
+license=('GPL3')
+depends=('xaw3d' 'ghostscript' 'desktop-file-utils')
+options=('emptydirs')
+install=gv.install
+source=(http://ftp.gnu.org/gnu/gv/${pkgname}-${pkgver}.tar.gz{,.sig} 
gv.desktop)
+sha1sums=('d5bc11a37136dff69248f943a632544a4036b63f'
+  '7d8b7edd60617b189ba39ca982252b0d59c0755d'
+  'b40ccad8a8d837791598075f543edce9aa1f4352')
+validpgpkeys=('5A15E3DBE8D7DE6F2AC69EB5B1AF90204976D4CD')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e "s:-dGraphicsAlphaBits=2:\0 -dAlignToPixels=0:" 
src/Makefile.{am,in}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 ../gv.desktop "${pkgdir}/usr/share/applications/gv.desktop"
+  install -D -m644 src/gv_icon.xbm "${pkgdir}/usr/share/pixmaps/gv.xbm"
+}

Deleted: gv.desktop
===
--- gv.desktop  2015-01-01 01:27:50 UTC (rev 228282)
+++ gv.desktop  2015-01-01 01:29:23 UTC (rev 228283)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=GV
-MimeType=application/pdf;application/postscript;image/x-eps;application/illustrator
-GenericName=Postscript Viewer
-Exec=gv
-Icon=gv.xbm
-Categories=Application;Graphics;Viewer;Office;
-Type=Application
-Terminal=false
-StartupNotify=true

Copied: gv/repos/extra-i686/gv.desktop (from rev 228282, gv/trunk/gv.desktop)
===
--- gv.desktop  (rev 0)
+++ gv.desktop  2015-01-01 01:29:23 UTC (rev 228283)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=GV
+MimeType=application/pdf;application/postscript;image/x-eps;application/illustrator
+GenericName=Postscript Viewer
+Exec=gv
+Icon=gv.xbm
+Categories=Application;Graphics;Viewer;Office;
+Type=Application
+Terminal=false
+StartupNotify=true

Deleted: gv.install
===
--- gv.install  2015-01-01 01:27:50 UTC (rev 228282)
+++ gv.install  2015-01-01 01:29:23 UTC (rev 228283)
@@ -1,18 +0,0 @@
-infodir=usr/share/info
-file=gv.info.gz
-
-post_install() {
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-install-info $infodir/$file $infodir/dir 2> /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  update-desktop-database -q
-  [ -x usr/bin/install-info ] || return 0
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-}

Copied: gv/repos/extra-i686/gv.install (from rev 228282, gv/trunk/gv.install)
==

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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:27:50
  Author: eric
Revision: 228282

Add validpgpkeys array

Modified:
  gv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 01:26:03 UTC (rev 228281)
+++ PKGBUILD2015-01-01 01:27:50 UTC (rev 228282)
@@ -15,6 +15,7 @@
 sha1sums=('d5bc11a37136dff69248f943a632544a4036b63f'
   '7d8b7edd60617b189ba39ca982252b0d59c0755d'
   'b40ccad8a8d837791598075f543edce9aa1f4352')
+validpgpkeys=('5A15E3DBE8D7DE6F2AC69EB5B1AF90204976D4CD')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in fbida/repos/extra-x86_64 (8 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:26:03
  Author: eric
Revision: 228281

archrelease: copy trunk to extra-x86_64

Added:
  fbida/repos/extra-x86_64/PKGBUILD
(from rev 228280, fbida/trunk/PKGBUILD)
  fbida/repos/extra-x86_64/fbida.install
(from rev 228280, fbida/trunk/fbida.install)
  fbida/repos/extra-x86_64/ida-PrintGifError.patch
(from rev 228280, fbida/trunk/ida-PrintGifError.patch)
  fbida/repos/extra-x86_64/ida-desktop.patch
(from rev 228280, fbida/trunk/ida-desktop.patch)
Deleted:
  fbida/repos/extra-x86_64/PKGBUILD
  fbida/repos/extra-x86_64/fbida.install
  fbida/repos/extra-x86_64/ida-PrintGifError.patch
  fbida/repos/extra-x86_64/ida-desktop.patch

-+
 PKGBUILD|   81 +++---
 fbida.install   |   22 +++---
 ida-PrintGifError.patch |  166 +++---
 ida-desktop.patch   |   34 -
 4 files changed, 152 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 01:24:13 UTC (rev 228280)
+++ PKGBUILD2015-01-01 01:26:03 UTC (rev 228281)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=fbida
-pkgver=2.09
-pkgrel=4
-pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
-arch=('i686' 'x86_64')
-url="http://www.kraxel.org/blog/linux/fbida/";
-license=('GPL2')
-depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 
'desktop-file-utils')
-makedepends=('libxpm' 'imagemagick')
-optdepends=('ghostscript: to use fbgs')
-install=fbida.install
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-ida-desktop.patch ida-PrintGifError.patch)
-sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
-  'SKIP'
-  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
-  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  patch -p0 -i "${srcdir}/ida-desktop.patch"
-  patch -p1 -i "${srcdir}/ida-PrintGifError.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make verbose=yes
-  convert -resize 25% logo.jpg ida.png
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
-  install -D -m644 desktop/ida.desktop 
"${pkgdir}/usr/share/applications/ida.desktop"
-  install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png"
-}

Copied: fbida/repos/extra-x86_64/PKGBUILD (from rev 228280, 
fbida/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 01:26:03 UTC (rev 228281)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.09
+pkgrel=4
+pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
+arch=('i686' 'x86_64')
+url="http://www.kraxel.org/blog/linux/fbida/";
+license=('GPL2')
+depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 
'desktop-file-utils')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+install=fbida.install
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch ida-PrintGifError.patch)
+sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
+  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i "${srcdir}/ida-desktop.patch"
+  patch -p1 -i "${srcdir}/ida-PrintGifError.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make verbose=yes
+  convert -resize 25% logo.jpg ida.png
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
+  install -D -m644 desktop/ida.desktop 
"${pkgdir}/usr/share/applications/ida.desktop"
+  install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png"
+}

Deleted: fbida.install
===
--- fbida.install   2015-01-01 01:24:13 UTC (rev 228280)
+++ fbida.install   2015-01-01 01:26:03 UTC (rev 228281)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: fbida/repos/extra-x86_64/fbida.install (from rev 228280, 
fbida/trunk/fbida.install)
===
--- fbida.install   (rev 0)
+++ fbida.install   2015-01-01 01:26:03 UTC (rev 228281)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: ida-PrintGifError.patch
==

[arch-commits] Commit in fbida/repos/extra-i686 (8 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:24:13
  Author: eric
Revision: 228280

archrelease: copy trunk to extra-i686

Added:
  fbida/repos/extra-i686/PKGBUILD
(from rev 228279, fbida/trunk/PKGBUILD)
  fbida/repos/extra-i686/fbida.install
(from rev 228279, fbida/trunk/fbida.install)
  fbida/repos/extra-i686/ida-PrintGifError.patch
(from rev 228279, fbida/trunk/ida-PrintGifError.patch)
  fbida/repos/extra-i686/ida-desktop.patch
(from rev 228279, fbida/trunk/ida-desktop.patch)
Deleted:
  fbida/repos/extra-i686/PKGBUILD
  fbida/repos/extra-i686/fbida.install
  fbida/repos/extra-i686/ida-PrintGifError.patch
  fbida/repos/extra-i686/ida-desktop.patch

-+
 PKGBUILD|   81 +++---
 fbida.install   |   22 +++---
 ida-PrintGifError.patch |  166 +++---
 ida-desktop.patch   |   34 -
 4 files changed, 152 insertions(+), 151 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 01:22:23 UTC (rev 228279)
+++ PKGBUILD2015-01-01 01:24:13 UTC (rev 228280)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=fbida
-pkgver=2.09
-pkgrel=4
-pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
-arch=('i686' 'x86_64')
-url="http://www.kraxel.org/blog/linux/fbida/";
-license=('GPL2')
-depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 
'desktop-file-utils')
-makedepends=('libxpm' 'imagemagick')
-optdepends=('ghostscript: to use fbgs')
-install=fbida.install
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-ida-desktop.patch ida-PrintGifError.patch)
-sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
-  'SKIP'
-  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
-  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/ungif/gif/' GNUmakefile
-  patch -p0 -i "${srcdir}/ida-desktop.patch"
-  patch -p1 -i "${srcdir}/ida-PrintGifError.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make verbose=yes
-  convert -resize 25% logo.jpg ida.png
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
-  install -D -m644 desktop/ida.desktop 
"${pkgdir}/usr/share/applications/ida.desktop"
-  install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png"
-}

Copied: fbida/repos/extra-i686/PKGBUILD (from rev 228279, fbida/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 01:24:13 UTC (rev 228280)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=fbida
+pkgver=2.09
+pkgrel=4
+pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, 
ida, exiftran"
+arch=('i686' 'x86_64')
+url="http://www.kraxel.org/blog/linux/fbida/";
+license=('GPL2')
+depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl' 
'desktop-file-utils')
+makedepends=('libxpm' 'imagemagick')
+optdepends=('ghostscript: to use fbgs')
+install=fbida.install
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+ida-desktop.patch ida-PrintGifError.patch)
+sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+  'SKIP'
+  'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
+  'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/ungif/gif/' GNUmakefile
+  patch -p0 -i "${srcdir}/ida-desktop.patch"
+  patch -p1 -i "${srcdir}/ida-PrintGifError.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make verbose=yes
+  convert -resize 25% logo.jpg ida.png
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
+  install -D -m644 desktop/ida.desktop 
"${pkgdir}/usr/share/applications/ida.desktop"
+  install -D -m644 ida.png "${pkgdir}/usr/share/pixmaps/ida.png"
+}

Deleted: fbida.install
===
--- fbida.install   2015-01-01 01:22:23 UTC (rev 228279)
+++ fbida.install   2015-01-01 01:24:13 UTC (rev 228280)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: fbida/repos/extra-i686/fbida.install (from rev 228279, 
fbida/trunk/fbida.install)
===
--- fbida.install   (rev 0)
+++ fbida.install   2015-01-01 01:24:13 UTC (rev 228280)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: ida-PrintGifError.patch
=

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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:22:23
  Author: eric
Revision: 228279

Add validpgpkeys array

Modified:
  fbida/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 01:04:41 UTC (rev 228278)
+++ PKGBUILD2015-01-01 01:22:23 UTC (rev 228279)
@@ -18,6 +18,7 @@
   'SKIP'
   'd06b70f2d581a1a3e9e0909b5af7f3f71ed54717'
   'a5644d75e868bfc23bc462c3b4bc84c1a168146c')
+validpgpkeys=('A0328CFFB93A17A79901FE7D4CB6D8EED3E87138')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in ddd/repos/extra-x86_64 (6 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:04:41
  Author: eric
Revision: 228278

archrelease: copy trunk to extra-x86_64

Added:
  ddd/repos/extra-x86_64/PKGBUILD
(from rev 228277, ddd/trunk/PKGBUILD)
  ddd/repos/extra-x86_64/ddd-3.3.12-gcc44.patch
(from rev 228277, ddd/trunk/ddd-3.3.12-gcc44.patch)
  ddd/repos/extra-x86_64/ddd.install
(from rev 228277, ddd/trunk/ddd.install)
Deleted:
  ddd/repos/extra-x86_64/PKGBUILD
  ddd/repos/extra-x86_64/ddd-3.3.12-gcc44.patch
  ddd/repos/extra-x86_64/ddd.install

+
 PKGBUILD   |   75 +++
 ddd-3.3.12-gcc44.patch |   20 ++--
 ddd.install|   36 +++---
 3 files changed, 66 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 01:02:52 UTC (rev 228277)
+++ PKGBUILD2015-01-01 01:04:41 UTC (rev 228278)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=ddd
-pkgver=3.3.12
-pkgrel=5
-pkgdesc="A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger..."
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/ddd/";
-license=('GPL3' 'LGPL3')
-depends=('gcc-libs' 'lesstif' 'libxaw')
-optdepends=('gdb: to use the Gnu debugger' 
-'jdk: to use the Java debugger' 
-'pydb: to use the Python debugger' 
-'perl: to use the Perl debugger')
-install=ddd.install
-source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} 
ddd-3.3.12-gcc44.patch)
-sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
-  'de155d812da6e11e55cc882292bb5c7b30bd31a1'
-  '3d43c9d56347f248732b1d72f29c7bf799f03864')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}/ddd-3.3.12-gcc44.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  LIBS+="-pthread" ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 icons/ddd.xpm "${pkgdir}/usr/share/pixmaps/ddd.xpm"
-}

Copied: ddd/repos/extra-x86_64/PKGBUILD (from rev 228277, ddd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 01:04:41 UTC (rev 228278)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=ddd
+pkgver=3.3.12
+pkgrel=5
+pkgdesc="A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger..."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ddd/";
+license=('GPL3' 'LGPL3')
+depends=('gcc-libs' 'lesstif' 'libxaw')
+optdepends=('gdb: to use the Gnu debugger' 
+'jdk: to use the Java debugger' 
+'pydb: to use the Python debugger' 
+'perl: to use the Perl debugger')
+install=ddd.install
+source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} 
ddd-3.3.12-gcc44.patch)
+sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
+  'de155d812da6e11e55cc882292bb5c7b30bd31a1'
+  '3d43c9d56347f248732b1d72f29c7bf799f03864')
+validpgpkeys=('4B286694DE99D517AA8DFF2D6656C593E5158D1A')
+  
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/ddd-3.3.12-gcc44.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LIBS+="-pthread" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 icons/ddd.xpm "${pkgdir}/usr/share/pixmaps/ddd.xpm"
+}

Deleted: ddd-3.3.12-gcc44.patch
===
--- ddd-3.3.12-gcc44.patch  2015-01-01 01:02:52 UTC (rev 228277)
+++ ddd-3.3.12-gcc44.patch  2015-01-01 01:04:41 UTC (rev 228278)
@@ -1,10 +0,0 @@
 ddd-3.3.12-orig/ddd/strclass.C
-+++ ddd-3.3.12/ddd/strclass.C
-@@ -39,6 +39,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- void string::error(const char* msg) const
- {

Copied: ddd/repos/extra-x86_64/ddd-3.3.12-gcc44.patch (from rev 228277, 
ddd/trunk/ddd-3.3.12-gcc44.patch)
===
--- ddd-3.3.12-gcc44.patch  (rev 0)
+++ ddd-3.3.12-gcc44.patch  2015-01-01 01:04:41 UTC (rev 228278)
@@ -0,0 +1,10 @@
+--- ddd-3.3.12-orig/ddd/strclass.C
 ddd-3.3.12/ddd/strclass.C
+@@ -39,6 +39,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ void string::error(const char* msg) const
+ {

Deleted: ddd.install
===
--- ddd.install 2015-01-01 01:02:52 UTC (rev 228277)
+++ ddd.install 2015-01-01 01:04:41 UTC (rev 228278)
@@ -1,18 +0,0 @@
-infodir=usr/share/info
-filelist=(ddd.info.gz ddd-themes.info.gz)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${fileli

[arch-commits] Commit in ddd/repos/extra-i686 (6 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:02:52
  Author: eric
Revision: 228277

archrelease: copy trunk to extra-i686

Added:
  ddd/repos/extra-i686/PKGBUILD
(from rev 228276, ddd/trunk/PKGBUILD)
  ddd/repos/extra-i686/ddd-3.3.12-gcc44.patch
(from rev 228276, ddd/trunk/ddd-3.3.12-gcc44.patch)
  ddd/repos/extra-i686/ddd.install
(from rev 228276, ddd/trunk/ddd.install)
Deleted:
  ddd/repos/extra-i686/PKGBUILD
  ddd/repos/extra-i686/ddd-3.3.12-gcc44.patch
  ddd/repos/extra-i686/ddd.install

+
 PKGBUILD   |   75 +++
 ddd-3.3.12-gcc44.patch |   20 ++--
 ddd.install|   36 +++---
 3 files changed, 66 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 01:01:12 UTC (rev 228276)
+++ PKGBUILD2015-01-01 01:02:52 UTC (rev 228277)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=ddd
-pkgver=3.3.12
-pkgrel=5
-pkgdesc="A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger..."
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/ddd/";
-license=('GPL3' 'LGPL3')
-depends=('gcc-libs' 'lesstif' 'libxaw')
-optdepends=('gdb: to use the Gnu debugger' 
-'jdk: to use the Java debugger' 
-'pydb: to use the Python debugger' 
-'perl: to use the Perl debugger')
-install=ddd.install
-source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} 
ddd-3.3.12-gcc44.patch)
-sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
-  'de155d812da6e11e55cc882292bb5c7b30bd31a1'
-  '3d43c9d56347f248732b1d72f29c7bf799f03864')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}/ddd-3.3.12-gcc44.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  LIBS+="-pthread" ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 icons/ddd.xpm "${pkgdir}/usr/share/pixmaps/ddd.xpm"
-}

Copied: ddd/repos/extra-i686/PKGBUILD (from rev 228276, ddd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 01:02:52 UTC (rev 228277)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=ddd
+pkgver=3.3.12
+pkgrel=5
+pkgdesc="A graphical front-end for command-line debuggers such as GDB, JDB, 
pydb, perl debugger..."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/ddd/";
+license=('GPL3' 'LGPL3')
+depends=('gcc-libs' 'lesstif' 'libxaw')
+optdepends=('gdb: to use the Gnu debugger' 
+'jdk: to use the Java debugger' 
+'pydb: to use the Python debugger' 
+'perl: to use the Perl debugger')
+install=ddd.install
+source=(http://ftp.gnu.org/gnu/ddd/${pkgname}-${pkgver}.tar.gz{,.sig} 
ddd-3.3.12-gcc44.patch)
+sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
+  'de155d812da6e11e55cc882292bb5c7b30bd31a1'
+  '3d43c9d56347f248732b1d72f29c7bf799f03864')
+validpgpkeys=('4B286694DE99D517AA8DFF2D6656C593E5158D1A')
+  
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/ddd-3.3.12-gcc44.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LIBS+="-pthread" ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 icons/ddd.xpm "${pkgdir}/usr/share/pixmaps/ddd.xpm"
+}

Deleted: ddd-3.3.12-gcc44.patch
===
--- ddd-3.3.12-gcc44.patch  2015-01-01 01:01:12 UTC (rev 228276)
+++ ddd-3.3.12-gcc44.patch  2015-01-01 01:02:52 UTC (rev 228277)
@@ -1,10 +0,0 @@
 ddd-3.3.12-orig/ddd/strclass.C
-+++ ddd-3.3.12/ddd/strclass.C
-@@ -39,6 +39,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- void string::error(const char* msg) const
- {

Copied: ddd/repos/extra-i686/ddd-3.3.12-gcc44.patch (from rev 228276, 
ddd/trunk/ddd-3.3.12-gcc44.patch)
===
--- ddd-3.3.12-gcc44.patch  (rev 0)
+++ ddd-3.3.12-gcc44.patch  2015-01-01 01:02:52 UTC (rev 228277)
@@ -0,0 +1,10 @@
+--- ddd-3.3.12-orig/ddd/strclass.C
 ddd-3.3.12/ddd/strclass.C
+@@ -39,6 +39,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ void string::error(const char* msg) const
+ {

Deleted: ddd.install
===
--- ddd.install 2015-01-01 01:01:12 UTC (rev 228276)
+++ ddd.install 2015-01-01 01:02:52 UTC (rev 228277)
@@ -1,18 +0,0 @@
-infodir=usr/share/info
-filelist=(ddd.info.gz ddd-themes.info.gz)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-in

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

2014-12-31 Thread Daniel Micay
Date: Thursday, January 1, 2015 @ 02:02:16
  Author: thestinger
Revision: 125089

envoy: use https URL

Modified:
  envoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 00:47:25 UTC (rev 125088)
+++ PKGBUILD2015-01-01 01:02:16 UTC (rev 125089)
@@ -5,9 +5,9 @@
 pkgname=envoy
 pkgver=12
 pkgrel=1
-pkgdesc="A ssh-agent/gpg-agent keychain and process monitor"
+pkgdesc='A ssh-agent/gpg-agent keychain and process monitor'
 arch=('i686' 'x86_64')
-url="http://github.com/vodik/envoy";
+url='https://github.com/vodik/envoy'
 license=('GPL')
 depends=('openssh' 'systemd')
 optdepends=('gnupg: gpg-agent support')
@@ -30,5 +30,3 @@
 package() {
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
-
-# vim: ft=sh syn=sh et


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 02:01:12
  Author: eric
Revision: 228276

Add validpgpkeys array

Modified:
  ddd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 00:58:28 UTC (rev 228275)
+++ PKGBUILD2015-01-01 01:01:12 UTC (rev 228276)
@@ -18,7 +18,8 @@
 sha1sums=('b91d2dfb1145af409138bd34517a898341724e56'
   'de155d812da6e11e55cc882292bb5c7b30bd31a1'
   '3d43c9d56347f248732b1d72f29c7bf799f03864')
-
+validpgpkeys=('4B286694DE99D517AA8DFF2D6656C593E5158D1A')
+  
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -p1 -i "${srcdir}/ddd-3.3.12-gcc44.patch"


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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 01:58:28
  Author: eric
Revision: 228275

archrelease: copy trunk to extra-x86_64

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

--+
 PKGBUILD |   73 ++---
 bluefish.install |   56 
 2 files changed, 65 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 00:57:07 UTC (rev 228274)
+++ PKGBUILD2015-01-01 00:58:28 UTC (rev 228275)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=bluefish
-pkgver=2.2.6
-pkgrel=1
-pkgdesc="A powerful HTML editor for experienced web designers and programmers"
-arch=('i686' 'x86_64')
-url="http://bluefish.openoffice.nl/";
-license=('GPL3')
-depends=('gtk3' 'enchant' 'python2' 'desktop-file-utils')
-makedepends=('gucharmap' 'intltool')
-optdepends=('gucharmap: for using the charmap plugin')
-install=bluefish.install
-source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('7742f732a4259ff927a2160a4d94e0c0a805a196'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
-data/{cssmin.py,jsbeautify,jsmin.py,lorem-ipsum-generator}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: bluefish/repos/extra-x86_64/PKGBUILD (from rev 228274, 
bluefish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 00:58:28 UTC (rev 228275)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=bluefish
+pkgver=2.2.6
+pkgrel=1
+pkgdesc="A powerful HTML editor for experienced web designers and programmers"
+arch=('i686' 'x86_64')
+url="http://bluefish.openoffice.nl/";
+license=('GPL3')
+depends=('gtk3' 'enchant' 'python2' 'desktop-file-utils')
+makedepends=('gucharmap' 'intltool')
+optdepends=('gucharmap: for using the charmap plugin')
+install=bluefish.install
+source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
+sha1sums=('7742f732a4259ff927a2160a4d94e0c0a805a196'
+  'SKIP')
+validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
+data/{cssmin.py,jsbeautify,jsmin.py,lorem-ipsum-generator}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: bluefish.install
===
--- bluefish.install2015-01-01 00:57:07 UTC (rev 228274)
+++ bluefish.install2015-01-01 00:58:28 UTC (rev 228275)
@@ -1,28 +0,0 @@
-post_install() {
-  if [ ! -d etc/xml ]; then
-mkdir -p etc/xml
-  fi
-  if [ ! -e etc/xml/catalog ]; then
-xmlcatalog --noout --create etc/xml/catalog
-  fi
-  xmlcatalog --noout --add 'delegateURI' \
-'http://bluefish.openoffice.nl/ns/bflang/2.0/' /usr/share/xml/bluefish \
-etc/xml/catalog
-
-  update-desktop-database -q
-  update-mime-database usr/share/mime > /dev/null
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor   
-}
-
-pre_upgrade() {
-  post_remove
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  xmlcatalog --noout --del \
-/usr/share/xml/bluefish etc/xml/catalog
-}

Copied: bluefish/repos/extra-x86_64/bluefish.install (from rev 228274, 
bluefish/trunk/bluefish.install)
===
--- bluefish.install(rev 0)
+++ bluefish.install2015-01-01 00:58:28 UTC (rev 228275)
@@ -0,0 +1,28 @@
+post_install() {
+  if [ ! -d etc/xml ]; then
+mkdir -p etc/xml
+  fi
+  if [ ! -e etc/xml/catalog ]; then
+xmlcatalog --noout --create etc/xml/catalog
+  fi
+  xmlcatalog --noout --add 'delegateURI' \
+'http://bluefish.openoffice.nl/ns/bflang/2.0/' /usr/share/xml/bluefish \
+etc/xml/catalog
+
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+ 

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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 01:57:07
  Author: eric
Revision: 228274

archrelease: copy trunk to extra-i686

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

--+
 PKGBUILD |   73 ++---
 bluefish.install |   56 
 2 files changed, 65 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 00:54:15 UTC (rev 228273)
+++ PKGBUILD2015-01-01 00:57:07 UTC (rev 228274)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=bluefish
-pkgver=2.2.6
-pkgrel=1
-pkgdesc="A powerful HTML editor for experienced web designers and programmers"
-arch=('i686' 'x86_64')
-url="http://bluefish.openoffice.nl/";
-license=('GPL3')
-depends=('gtk3' 'enchant' 'python2' 'desktop-file-utils')
-makedepends=('gucharmap' 'intltool')
-optdepends=('gucharmap: for using the charmap plugin')
-install=bluefish.install
-source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('7742f732a4259ff927a2160a4d94e0c0a805a196'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
-src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
-data/{cssmin.py,jsbeautify,jsmin.py,lorem-ipsum-generator}
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
---enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: bluefish/repos/extra-i686/PKGBUILD (from rev 228273, 
bluefish/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 00:57:07 UTC (rev 228274)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=bluefish
+pkgver=2.2.6
+pkgrel=1
+pkgdesc="A powerful HTML editor for experienced web designers and programmers"
+arch=('i686' 'x86_64')
+url="http://bluefish.openoffice.nl/";
+license=('GPL3')
+depends=('gtk3' 'enchant' 'python2' 'desktop-file-utils')
+makedepends=('gucharmap' 'intltool')
+optdepends=('gucharmap: for using the charmap plugin')
+install=bluefish.install
+source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
+sha1sums=('7742f732a4259ff927a2160a4d94e0c0a805a196'
+  'SKIP')
+validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
+src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
+data/{cssmin.py,jsbeautify,jsmin.py,lorem-ipsum-generator}
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc 
--localstatedir=/var \
+--enable-spell-check --disable-update-databases 
--disable-xml-catalog-update
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: bluefish.install
===
--- bluefish.install2015-01-01 00:54:15 UTC (rev 228273)
+++ bluefish.install2015-01-01 00:57:07 UTC (rev 228274)
@@ -1,28 +0,0 @@
-post_install() {
-  if [ ! -d etc/xml ]; then
-mkdir -p etc/xml
-  fi
-  if [ ! -e etc/xml/catalog ]; then
-xmlcatalog --noout --create etc/xml/catalog
-  fi
-  xmlcatalog --noout --add 'delegateURI' \
-'http://bluefish.openoffice.nl/ns/bflang/2.0/' /usr/share/xml/bluefish \
-etc/xml/catalog
-
-  update-desktop-database -q
-  update-mime-database usr/share/mime > /dev/null
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor   
-}
-
-pre_upgrade() {
-  post_remove
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  xmlcatalog --noout --del \
-/usr/share/xml/bluefish etc/xml/catalog
-}

Copied: bluefish/repos/extra-i686/bluefish.install (from rev 228273, 
bluefish/trunk/bluefish.install)
===
--- bluefish.install(rev 0)
+++ bluefish.install2015-01-01 00:57:07 UTC (rev 228274)
@@ -0,0 +1,28 @@
+post_install() {
+  if [ ! -d etc/xml ]; then
+mkdir -p etc/xml
+  fi
+  if [ ! -e etc/xml/catalog ]; then
+xmlcatalog --noout --create etc/xml/catalog
+  fi
+  xmlcatalog --noout --add 'delegateURI' \
+'http://bluefish.openoffice.nl/ns/bflang/2.0/' /usr/share/xml/bluefish \
+etc/xml/catalog
+
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+  gtk-update-ic

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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 01:54:15
  Author: eric
Revision: 228273

Add validpgpkeys array

Modified:
  bluefish/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 00:50:15 UTC (rev 228272)
+++ PKGBUILD2015-01-01 00:54:15 UTC (rev 228273)
@@ -15,6 +15,7 @@
 
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
 sha1sums=('7742f732a4259ff927a2160a4d94e0c0a805a196'
   'SKIP')
+validpgpkeys=('58FD02766D031E832560A6A226073EFCDAC576E6')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in a2ps/repos/extra-x86_64 (18 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 01:50:15
  Author: eric
Revision: 228272

archrelease: copy trunk to extra-x86_64

Added:
  a2ps/repos/extra-x86_64/PKGBUILD
(from rev 228271, a2ps/trunk/PKGBUILD)
  a2ps/repos/extra-x86_64/a2ps-4.13-manpage-chmod.patch
(from rev 228271, a2ps/trunk/a2ps-4.13-manpage-chmod.patch)
  a2ps/repos/extra-x86_64/a2ps-4.13-security.patch
(from rev 228271, a2ps/trunk/a2ps-4.13-security.patch)
  a2ps/repos/extra-x86_64/a2ps-4.13c-emacs.patch
(from rev 228271, a2ps/trunk/a2ps-4.13c-emacs.patch)
  a2ps/repos/extra-x86_64/a2ps-4.13c-fnmatch-replacement.patch
(from rev 228271, a2ps/trunk/a2ps-4.13c-fnmatch-replacement.patch)
  a2ps/repos/extra-x86_64/a2ps-4.14-check-mempcpy.patch
(from rev 228271, a2ps/trunk/a2ps-4.14-check-mempcpy.patch)
  a2ps/repos/extra-x86_64/a2ps-4.14-fix-stpcpy-proto.patch
(from rev 228271, a2ps/trunk/a2ps-4.14-fix-stpcpy-proto.patch)
  a2ps/repos/extra-x86_64/a2ps-texinfo5.patch
(from rev 228271, a2ps/trunk/a2ps-texinfo5.patch)
  a2ps/repos/extra-x86_64/a2ps.install
(from rev 228271, a2ps/trunk/a2ps.install)
Deleted:
  a2ps/repos/extra-x86_64/PKGBUILD
  a2ps/repos/extra-x86_64/a2ps-4.13-manpage-chmod.patch
  a2ps/repos/extra-x86_64/a2ps-4.13-security.patch
  a2ps/repos/extra-x86_64/a2ps-4.13c-emacs.patch
  a2ps/repos/extra-x86_64/a2ps-4.13c-fnmatch-replacement.patch
  a2ps/repos/extra-x86_64/a2ps-4.14-check-mempcpy.patch
  a2ps/repos/extra-x86_64/a2ps-4.14-fix-stpcpy-proto.patch
  a2ps/repos/extra-x86_64/a2ps-texinfo5.patch
  a2ps/repos/extra-x86_64/a2ps.install

--+
 PKGBUILD |  115 ++---
 a2ps-4.13-manpage-chmod.patch|   24 +++---
 a2ps-4.13-security.patch |  130 -
 a2ps-4.13c-emacs.patch   |   20 ++---
 a2ps-4.13c-fnmatch-replacement.patch |   86 ++---
 a2ps-4.14-check-mempcpy.patch|   24 +++---
 a2ps-4.14-fix-stpcpy-proto.patch |   34 
 a2ps-texinfo5.patch  |   92 +++
 a2ps.install |   40 +-
 9 files changed, 283 insertions(+), 282 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 00:47:01 UTC (rev 228271)
+++ PKGBUILD2015-01-01 00:50:15 UTC (rev 228272)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=a2ps
-pkgver=4.14
-pkgrel=6
-pkgdesc="An Any to PostScript filter"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/a2ps/";
-license=('GPL3')
-depends=('psutils' 'imagemagick')
-makedepends=('gperf')
-backup=('etc/a2ps/a2ps.cfg' 'etc/a2ps/a2ps-site.cfg')
-install=a2ps.install
-source=(ftp://ftp.gnu.org/gnu/a2ps/${pkgname}-${pkgver}.tar.gz{,.sig}
-a2ps-4.13c-fnmatch-replacement.patch a2ps-4.13c-emacs.patch
-   a2ps-4.13-manpage-chmod.patch a2ps-4.14-check-mempcpy.patch
-   a2ps-4.14-fix-stpcpy-proto.patch a2ps-texinfo5.patch
-   a2ps-4.13-security.patch)
-sha1sums=('365abbbe4b7128bf70dad16d06e23c5701874852'
-  'SKIP'
-  '8783952d3410d8d59ed953e1db45e2ef1a0b8f65'
-  '94e35a6ad9268161bec22a56d4cfb696d635994a'
-  '2bb3d0a2ef2f3ff9262723e35c742a80ab0235ce'
-  '6aed29c1399e79f3914b408059610f9e7c0fc38e'
-  '58fa90134f1027e3f05aeb08212cbcc10f420738'
-  '81269db9dd29685b0ece2539070ced3f7a8472df'
-  '93a4db17edfaa99e3498c7d952c560dab49dbe42')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e '/^AM_C_PROTOTYPES/d' -e '/^AUTOMAKE_OPTIONS.*ansi2knr/d' \
--e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' -e 
's:AM_PROG_CC_STDC:AC_PROG_CC:' \
-configure.in {contrib/sample,lib,src}/Makefile.am m4/protos.m4
-  sed -i "s:^countdictstack: \0:" contrib/psset.in
-  patch -p1 -i "${srcdir}/a2ps-4.13c-fnmatch-replacement.patch"
-  patch -p1 -i "${srcdir}/a2ps-4.13c-emacs.patch"
-  patch -p1 -i "${srcdir}/a2ps-4.13-manpage-chmod.patch"
-  patch -p1 -i "${srcdir}/a2ps-4.14-check-mempcpy.patch"
-  patch -p0 -i "${srcdir}/a2ps-4.14-fix-stpcpy-proto.patch"
-  patch -p1 -i "${srcdir}/a2ps-texinfo5.patch"
-  patch -p1 -i "${srcdir}/a2ps-4.13-security.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  libtoolize --force --copy
-  autoreconf --force --install -I m4 
-  LIBS+="-lm" ./configure --prefix=/usr --sysconfdir=/etc/a2ps \
---includedir=/usr/include --enable-shared --enable-nls
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: a2ps/repos/extra-x86_64/PKGBUILD (from rev 228271, a2ps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 00:50:15 UTC (rev 228272)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=a2ps
+pkgver=4.14
+pkgrel=6
+pkgdesc="An Any to PostScript filter"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/sof

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

2014-12-31 Thread Felix Yan
Date: Thursday, January 1, 2015 @ 01:47:25
  Author: fyan
Revision: 125088

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 00:47:13 UTC (rev 125087)
+++ PKGBUILD2015-01-01 00:47:25 UTC (rev 125088)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-
-_pkgname=sh
-pkgname=("python-$_pkgname" "python2-$_pkgname")
-pkgver=1.10
-pkgrel=1
-pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
-arch=('any')
-url='http://pypi.python.org/pypi/sh'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz";)
-md5sums=('0e5f7d6c06201205c1c123ec1b95cbae')
-
-build() {
-  cp -r "$_pkgname-$pkgver" "python2-$_pkgname-$pkgver"
-
-  cd $_pkgname-$pkgver
-  python setup.py build
-
-  cd ../python2-$_pkgname-$pkgver
-  python2 setup.py build
-}
-
-package_python-sh() {
-  depends=('python')
-
-  cd $_pkgname-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/python-sh/LICENSE"
-}
-
-package_python2-sh() {
-  depends=('python2')
-
-  cd python2-$_pkgname-$pkgver
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/python2-sh/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sh/repos/community-any/PKGBUILD (from rev 125087, 
python-sh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 00:47:25 UTC (rev 125088)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Alexander Rødseth 
+
+_pkgname=sh
+pkgname=("python-$_pkgname" "python2-$_pkgname")
+pkgver=1.11
+pkgrel=1
+pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
+arch=('any')
+url='http://pypi.python.org/pypi/sh'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz";)
+md5sums=('7af8df6c92d29ff927b6db0146bddec3')
+
+build() {
+  cp -r "$_pkgname-$pkgver" "python2-$_pkgname-$pkgver"
+
+  cd $_pkgname-$pkgver
+  python setup.py build
+
+  cd ../python2-$_pkgname-$pkgver
+  python2 setup.py build
+}
+
+package_python-sh() {
+  depends=('python')
+
+  cd $_pkgname-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/python-sh/LICENSE"
+}
+
+package_python2-sh() {
+  depends=('python2')
+
+  cd python2-$_pkgname-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/python2-sh/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-12-31 Thread Felix Yan
Date: Thursday, January 1, 2015 @ 01:47:13
  Author: fyan
Revision: 125087

upgpkg: python-sh 1.11-1

upstream new release

Modified:
  python-sh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 18:31:45 UTC (rev 125086)
+++ PKGBUILD2015-01-01 00:47:13 UTC (rev 125087)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Daniel Wallace 
 # Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
 # Contributor: Alexander Rødseth 
 
 _pkgname=sh
 pkgname=("python-$_pkgname" "python2-$_pkgname")
-pkgver=1.10
+pkgver=1.11
 pkgrel=1
 pkgdesc='Subprocess interface that allows you to call any program as if it 
were a function'
 arch=('any')
@@ -13,7 +13,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("http://pypi.python.org/packages/source/s/sh/$_pkgname-$pkgver.tar.gz";)
-md5sums=('0e5f7d6c06201205c1c123ec1b95cbae')
+md5sums=('7af8df6c92d29ff927b6db0146bddec3')
 
 build() {
   cp -r "$_pkgname-$pkgver" "python2-$_pkgname-$pkgver"


[arch-commits] Commit in a2ps/repos/extra-i686 (18 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 01:47:01
  Author: eric
Revision: 228271

archrelease: copy trunk to extra-i686

Added:
  a2ps/repos/extra-i686/PKGBUILD
(from rev 228270, a2ps/trunk/PKGBUILD)
  a2ps/repos/extra-i686/a2ps-4.13-manpage-chmod.patch
(from rev 228270, a2ps/trunk/a2ps-4.13-manpage-chmod.patch)
  a2ps/repos/extra-i686/a2ps-4.13-security.patch
(from rev 228270, a2ps/trunk/a2ps-4.13-security.patch)
  a2ps/repos/extra-i686/a2ps-4.13c-emacs.patch
(from rev 228270, a2ps/trunk/a2ps-4.13c-emacs.patch)
  a2ps/repos/extra-i686/a2ps-4.13c-fnmatch-replacement.patch
(from rev 228270, a2ps/trunk/a2ps-4.13c-fnmatch-replacement.patch)
  a2ps/repos/extra-i686/a2ps-4.14-check-mempcpy.patch
(from rev 228270, a2ps/trunk/a2ps-4.14-check-mempcpy.patch)
  a2ps/repos/extra-i686/a2ps-4.14-fix-stpcpy-proto.patch
(from rev 228270, a2ps/trunk/a2ps-4.14-fix-stpcpy-proto.patch)
  a2ps/repos/extra-i686/a2ps-texinfo5.patch
(from rev 228270, a2ps/trunk/a2ps-texinfo5.patch)
  a2ps/repos/extra-i686/a2ps.install
(from rev 228270, a2ps/trunk/a2ps.install)
Deleted:
  a2ps/repos/extra-i686/PKGBUILD
  a2ps/repos/extra-i686/a2ps-4.13-manpage-chmod.patch
  a2ps/repos/extra-i686/a2ps-4.13-security.patch
  a2ps/repos/extra-i686/a2ps-4.13c-emacs.patch
  a2ps/repos/extra-i686/a2ps-4.13c-fnmatch-replacement.patch
  a2ps/repos/extra-i686/a2ps-4.14-check-mempcpy.patch
  a2ps/repos/extra-i686/a2ps-4.14-fix-stpcpy-proto.patch
  a2ps/repos/extra-i686/a2ps-texinfo5.patch
  a2ps/repos/extra-i686/a2ps.install

--+
 PKGBUILD |  115 ++---
 a2ps-4.13-manpage-chmod.patch|   24 +++---
 a2ps-4.13-security.patch |  130 -
 a2ps-4.13c-emacs.patch   |   20 ++---
 a2ps-4.13c-fnmatch-replacement.patch |   86 ++---
 a2ps-4.14-check-mempcpy.patch|   24 +++---
 a2ps-4.14-fix-stpcpy-proto.patch |   34 
 a2ps-texinfo5.patch  |   92 +++
 a2ps.install |   40 +-
 9 files changed, 283 insertions(+), 282 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 00:43:52 UTC (rev 228270)
+++ PKGBUILD2015-01-01 00:47:01 UTC (rev 228271)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=a2ps
-pkgver=4.14
-pkgrel=6
-pkgdesc="An Any to PostScript filter"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/a2ps/";
-license=('GPL3')
-depends=('psutils' 'imagemagick')
-makedepends=('gperf')
-backup=('etc/a2ps/a2ps.cfg' 'etc/a2ps/a2ps-site.cfg')
-install=a2ps.install
-source=(ftp://ftp.gnu.org/gnu/a2ps/${pkgname}-${pkgver}.tar.gz{,.sig}
-a2ps-4.13c-fnmatch-replacement.patch a2ps-4.13c-emacs.patch
-   a2ps-4.13-manpage-chmod.patch a2ps-4.14-check-mempcpy.patch
-   a2ps-4.14-fix-stpcpy-proto.patch a2ps-texinfo5.patch
-   a2ps-4.13-security.patch)
-sha1sums=('365abbbe4b7128bf70dad16d06e23c5701874852'
-  'SKIP'
-  '8783952d3410d8d59ed953e1db45e2ef1a0b8f65'
-  '94e35a6ad9268161bec22a56d4cfb696d635994a'
-  '2bb3d0a2ef2f3ff9262723e35c742a80ab0235ce'
-  '6aed29c1399e79f3914b408059610f9e7c0fc38e'
-  '58fa90134f1027e3f05aeb08212cbcc10f420738'
-  '81269db9dd29685b0ece2539070ced3f7a8472df'
-  '93a4db17edfaa99e3498c7d952c560dab49dbe42')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e '/^AM_C_PROTOTYPES/d' -e '/^AUTOMAKE_OPTIONS.*ansi2knr/d' \
--e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' -e 
's:AM_PROG_CC_STDC:AC_PROG_CC:' \
-configure.in {contrib/sample,lib,src}/Makefile.am m4/protos.m4
-  sed -i "s:^countdictstack: \0:" contrib/psset.in
-  patch -p1 -i "${srcdir}/a2ps-4.13c-fnmatch-replacement.patch"
-  patch -p1 -i "${srcdir}/a2ps-4.13c-emacs.patch"
-  patch -p1 -i "${srcdir}/a2ps-4.13-manpage-chmod.patch"
-  patch -p1 -i "${srcdir}/a2ps-4.14-check-mempcpy.patch"
-  patch -p0 -i "${srcdir}/a2ps-4.14-fix-stpcpy-proto.patch"
-  patch -p1 -i "${srcdir}/a2ps-texinfo5.patch"
-  patch -p1 -i "${srcdir}/a2ps-4.13-security.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  libtoolize --force --copy
-  autoreconf --force --install -I m4 
-  LIBS+="-lm" ./configure --prefix=/usr --sysconfdir=/etc/a2ps \
---includedir=/usr/include --enable-shared --enable-nls
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: a2ps/repos/extra-i686/PKGBUILD (from rev 228270, a2ps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 00:47:01 UTC (rev 228271)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=a2ps
+pkgver=4.14
+pkgrel=6
+pkgdesc="An Any to PostScript filter"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/a2ps/";
+license=('GPL3')
+depends

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

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 01:43:52
  Author: eric
Revision: 228270

Add validpgpkeys array

Modified:
  a2ps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 00:28:59 UTC (rev 228269)
+++ PKGBUILD2015-01-01 00:43:52 UTC (rev 228270)
@@ -26,6 +26,7 @@
   '58fa90134f1027e3f05aeb08212cbcc10f420738'
   '81269db9dd29685b0ece2539070ced3f7a8472df'
   '93a4db17edfaa99e3498c7d952c560dab49dbe42')
+validpgpkeys=('6EB39358D8328FE3CDC903A8CB6FA340E7075A54')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in networkmanager-openconnect/repos/staging-x86_64 (6 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 01:28:59
  Author: eric
Revision: 228269

archrelease: copy trunk to staging-x86_64

Added:
  networkmanager-openconnect/repos/staging-x86_64/PKGBUILD
(from rev 228268, networkmanager-openconnect/trunk/PKGBUILD)
  networkmanager-openconnect/repos/staging-x86_64/libopenconnect.so.4.patch
(from rev 228268, 
networkmanager-openconnect/trunk/libopenconnect.so.4.patch)
  networkmanager-openconnect/repos/staging-x86_64/libopenconnect.so.5.patch
(from rev 228268, 
networkmanager-openconnect/trunk/libopenconnect.so.5.patch)
  
networkmanager-openconnect/repos/staging-x86_64/networkmanager-openconnect.install
(from rev 228268, 
networkmanager-openconnect/trunk/networkmanager-openconnect.install)
Deleted:
  networkmanager-openconnect/repos/staging-x86_64/PKGBUILD
  
networkmanager-openconnect/repos/staging-x86_64/networkmanager-openconnect.install

+
 PKGBUILD   |   82 +++
 libopenconnect.so.4.patch  |  124 +++
 libopenconnect.so.5.patch  |  182 +++
 networkmanager-openconnect.install |   32 +++---
 4 files changed, 363 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-01 00:26:43 UTC (rev 228268)
+++ PKGBUILD2015-01-01 00:28:59 UTC (rev 228269)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=networkmanager-openconnect
-pkgver=0.9.10.0
-pkgrel=2
-pkgdesc="NetworkManager VPN integration for openconnect"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.gnome.org/projects/NetworkManager/";
-depends=("networkmanager>=${pkgver::6}" 'openconnect' 'gtk3' 'libsecret')
-makedepends=('intltool')
-optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openconnect/0.9/NetworkManager-openconnect-${pkgver}.tar.xz
-libopenconnect.so.4.patch
-libopenconnect.so.5.patch)
-sha256sums=('8007d70a6943388bfa141f99fc4da9965fd122cf2741512ce0cf9c0f9c78331a'
-'e2a84ac7467b5ffb20891946fd132f9d34012f17a4847ab7c7cde34cca3a9762'
-'6b46edb11f96e0ad2b0fd39b11326b24520d9d2ff35a1d167a98c8bc5b7c6272')
-
-prepare() {
-  cd NetworkManager-openconnect-${pkgver}
-  patch -p1 -i ../libopenconnect.so.4.patch
-  patch -p1 -i ../libopenconnect.so.5.patch
-}
-
-build() {
-  cd NetworkManager-openconnect-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/networkmanager \
-   --enable-more-warnings=yes \
-   --disable-static
-  make
-}
-
-package() {
-  cd NetworkManager-openconnect-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: networkmanager-openconnect/repos/staging-x86_64/PKGBUILD (from rev 
228268, networkmanager-openconnect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 00:28:59 UTC (rev 228269)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=networkmanager-openconnect
+pkgver=0.9.10.0
+pkgrel=2
+pkgdesc="NetworkManager VPN integration for openconnect"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnome.org/projects/NetworkManager/";
+depends=("networkmanager>=${pkgver::6}" 'openconnect' 'gtk3' 'libsecret')
+makedepends=('intltool')
+optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openconnect/0.9/NetworkManager-openconnect-${pkgver}.tar.xz
+libopenconnect.so.4.patch
+libopenconnect.so.5.patch)
+sha256sums=('8007d70a6943388bfa141f99fc4da9965fd122cf2741512ce0cf9c0f9c78331a'
+'e2a84ac7467b5ffb20891946fd132f9d34012f17a4847ab7c7cde34cca3a9762'
+'6b46edb11f96e0ad2b0fd39b11326b24520d9d2ff35a1d167a98c8bc5b7c6272')
+
+prepare() {
+  cd NetworkManager-openconnect-${pkgver}
+  patch -p1 -i ../libopenconnect.so.4.patch
+  patch -p1 -i ../libopenconnect.so.5.patch
+}
+
+build() {
+  cd NetworkManager-openconnect-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/networkmanager \
+   --enable-more-warnings=yes \
+   --disable-static
+  make
+}
+
+package() {
+  cd NetworkManager-openconnect-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: 
networkmanager-openconnect/repos/staging-x86_64/libopenconnect.so.4.patch (from 
rev 228268, networkmanager-openconnect/trunk/libopenconnect.so.4.patch)
===
--- libopenconnect.so.4.patch   (rev 0)
+++ libopenconnect.so.4.patch   2015-01-01 00:28:59 UTC (rev 228269)
@@ -0,0 +1,124 @@
+From 58944a3ef9c92f7afa07cbb539d062e1956bafc0 Mon Sep 17 00:00:00 2001
+From: David Woodhouse 
+D

[arch-commits] Commit in networkmanager-openconnect/repos/staging-i686 (6 files)

2014-12-31 Thread Eric Bélanger
Date: Thursday, January 1, 2015 @ 01:26:43
  Author: eric
Revision: 228268

archrelease: copy trunk to staging-i686

Added:
  networkmanager-openconnect/repos/staging-i686/PKGBUILD
(from rev 228267, networkmanager-openconnect/trunk/PKGBUILD)
  networkmanager-openconnect/repos/staging-i686/libopenconnect.so.4.patch
(from rev 228267, 
networkmanager-openconnect/trunk/libopenconnect.so.4.patch)
  networkmanager-openconnect/repos/staging-i686/libopenconnect.so.5.patch
(from rev 228267, 
networkmanager-openconnect/trunk/libopenconnect.so.5.patch)
  
networkmanager-openconnect/repos/staging-i686/networkmanager-openconnect.install
(from rev 228267, 
networkmanager-openconnect/trunk/networkmanager-openconnect.install)
Deleted:
  networkmanager-openconnect/repos/staging-i686/PKGBUILD
  
networkmanager-openconnect/repos/staging-i686/networkmanager-openconnect.install

+
 PKGBUILD   |   82 +++
 libopenconnect.so.4.patch  |  124 +++
 libopenconnect.so.5.patch  |  182 +++
 networkmanager-openconnect.install |   32 +++---
 4 files changed, 363 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-31 21:16:15 UTC (rev 228267)
+++ PKGBUILD2015-01-01 00:26:43 UTC (rev 228268)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=networkmanager-openconnect
-pkgver=0.9.10.0
-pkgrel=2
-pkgdesc="NetworkManager VPN integration for openconnect"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.gnome.org/projects/NetworkManager/";
-depends=("networkmanager>=${pkgver::6}" 'openconnect' 'gtk3' 'libsecret')
-makedepends=('intltool')
-optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openconnect/0.9/NetworkManager-openconnect-${pkgver}.tar.xz
-libopenconnect.so.4.patch
-libopenconnect.so.5.patch)
-sha256sums=('8007d70a6943388bfa141f99fc4da9965fd122cf2741512ce0cf9c0f9c78331a'
-'e2a84ac7467b5ffb20891946fd132f9d34012f17a4847ab7c7cde34cca3a9762'
-'6b46edb11f96e0ad2b0fd39b11326b24520d9d2ff35a1d167a98c8bc5b7c6272')
-
-prepare() {
-  cd NetworkManager-openconnect-${pkgver}
-  patch -p1 -i ../libopenconnect.so.4.patch
-  patch -p1 -i ../libopenconnect.so.5.patch
-}
-
-build() {
-  cd NetworkManager-openconnect-${pkgver}
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --libexecdir=/usr/lib/networkmanager \
-   --enable-more-warnings=yes \
-   --disable-static
-  make
-}
-
-package() {
-  cd NetworkManager-openconnect-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: networkmanager-openconnect/repos/staging-i686/PKGBUILD (from rev 
228267, networkmanager-openconnect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-01 00:26:43 UTC (rev 228268)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=networkmanager-openconnect
+pkgver=0.9.10.0
+pkgrel=2
+pkgdesc="NetworkManager VPN integration for openconnect"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnome.org/projects/NetworkManager/";
+depends=("networkmanager>=${pkgver::6}" 'openconnect' 'gtk3' 'libsecret')
+makedepends=('intltool')
+optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openconnect/0.9/NetworkManager-openconnect-${pkgver}.tar.xz
+libopenconnect.so.4.patch
+libopenconnect.so.5.patch)
+sha256sums=('8007d70a6943388bfa141f99fc4da9965fd122cf2741512ce0cf9c0f9c78331a'
+'e2a84ac7467b5ffb20891946fd132f9d34012f17a4847ab7c7cde34cca3a9762'
+'6b46edb11f96e0ad2b0fd39b11326b24520d9d2ff35a1d167a98c8bc5b7c6272')
+
+prepare() {
+  cd NetworkManager-openconnect-${pkgver}
+  patch -p1 -i ../libopenconnect.so.4.patch
+  patch -p1 -i ../libopenconnect.so.5.patch
+}
+
+build() {
+  cd NetworkManager-openconnect-${pkgver}
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/networkmanager \
+   --enable-more-warnings=yes \
+   --disable-static
+  make
+}
+
+package() {
+  cd NetworkManager-openconnect-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Copied: networkmanager-openconnect/repos/staging-i686/libopenconnect.so.4.patch 
(from rev 228267, networkmanager-openconnect/trunk/libopenconnect.so.4.patch)
===
--- libopenconnect.so.4.patch   (rev 0)
+++ libopenconnect.so.4.patch   2015-01-01 00:26:43 UTC (rev 228268)
@@ -0,0 +1,124 @@
+From 58944a3ef9c92f7afa07cbb539d062e1956bafc0 Mon Sep 17 00:00:00 2001
+From: David Woodhouse 
+Date: Thu, 30 Oct 20

[arch-commits] Commit in fltk/repos (20 files)

2014-12-31 Thread Eric Bélanger
Date: Wednesday, December 31, 2014 @ 22:16:15
  Author: eric
Revision: 228267

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

Added:
  fltk/repos/extra-i686/PKGBUILD
(from rev 228266, fltk/trunk/PKGBUILD)
  fltk/repos/extra-i686/fltk-config-dynlibs.patch
(from rev 228266, fltk/trunk/fltk-config-dynlibs.patch)
  fltk/repos/extra-i686/fltk-games.install
(from rev 228266, fltk/trunk/fltk-games.install)
  fltk/repos/extra-i686/fltk.install
(from rev 228266, fltk/trunk/fltk.install)
  fltk/repos/extra-i686/tigervnc.patch
(from rev 228266, fltk/trunk/tigervnc.patch)
  fltk/repos/extra-x86_64/PKGBUILD
(from rev 228266, fltk/trunk/PKGBUILD)
  fltk/repos/extra-x86_64/fltk-config-dynlibs.patch
(from rev 228266, fltk/trunk/fltk-config-dynlibs.patch)
  fltk/repos/extra-x86_64/fltk-games.install
(from rev 228266, fltk/trunk/fltk-games.install)
  fltk/repos/extra-x86_64/fltk.install
(from rev 228266, fltk/trunk/fltk.install)
  fltk/repos/extra-x86_64/tigervnc.patch
(from rev 228266, fltk/trunk/tigervnc.patch)
Deleted:
  fltk/repos/extra-i686/PKGBUILD
  fltk/repos/extra-i686/fltk-config-dynlibs.patch
  fltk/repos/extra-i686/fltk-games.install
  fltk/repos/extra-i686/fltk.install
  fltk/repos/extra-i686/tigervnc.patch
  fltk/repos/extra-x86_64/PKGBUILD
  fltk/repos/extra-x86_64/fltk-config-dynlibs.patch
  fltk/repos/extra-x86_64/fltk-games.install
  fltk/repos/extra-x86_64/fltk.install
  fltk/repos/extra-x86_64/tigervnc.patch

+
 /PKGBUILD  |  138 +
 /fltk-config-dynlibs.patch |  194 +
 /fltk-games.install|   22 +
 /fltk.install  |   24 +
 /tigervnc.patch|  452 +++
 extra-i686/PKGBUILD|   69 
 extra-i686/fltk-config-dynlibs.patch   |   37 --
 extra-i686/fltk-games.install  |   11 
 extra-i686/fltk.install|   12 
 extra-i686/tigervnc.patch  |  226 ---
 extra-x86_64/PKGBUILD  |   69 
 extra-x86_64/fltk-config-dynlibs.patch |   37 --
 extra-x86_64/fltk-games.install|   11 
 extra-x86_64/fltk.install  |   12 
 extra-x86_64/tigervnc.patch|  226 ---
 15 files changed, 830 insertions(+), 710 deletions(-)

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


[arch-commits] Commit in fltk/trunk (PKGBUILD fltk-config-dynlibs.patch)

2014-12-31 Thread Eric Bélanger
Date: Wednesday, December 31, 2014 @ 22:12:25
  Author: eric
Revision: 228266

upgpkg: fltk 1.3.3-4

Remove reference to static libs in fltk-config (close FS#43106)

Modified:
  fltk/trunk/PKGBUILD
  fltk/trunk/fltk-config-dynlibs.patch

---+
 PKGBUILD  |4 +-
 fltk-config-dynlibs.patch |   68 +---
 2 files changed, 66 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 20:27:10 UTC (rev 228265)
+++ PKGBUILD2014-12-31 21:12:25 UTC (rev 228266)
@@ -4,7 +4,7 @@
 pkgbase=fltk
 pkgname=('fltk' 'fltk-docs' 'fltk-games')
 pkgver=1.3.3
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('custom:LGPL')
 url="http://www.fltk.org/";
@@ -14,7 +14,7 @@
 tigervnc.patch fltk-config-dynlibs.patch)
 md5sums=('9ccdb0d19dc104b87179bd9fd10822e3'
  '45bb8f6be2b92710c8f21c1f91fad7d2'
- 'b7ca1a3f5055aabe9c823e650db5b0b0')
+ '401c6df25c78f766e6dff26a13806eb2')
 
 prepare() {
   cd $pkgbase-$pkgver

Modified: fltk-config-dynlibs.patch
===
--- fltk-config-dynlibs.patch   2014-12-31 20:27:10 UTC (rev 228265)
+++ fltk-config-dynlibs.patch   2014-12-31 21:12:25 UTC (rev 228266)
@@ -1,9 +1,69 @@
-diff -rupN a/fltk-config.in b/fltk-config.in
 a/fltk-config.in   2011-07-19 06:49:30.0 +0200
-+++ b/fltk-config.in   2013-12-26 07:50:58.393155344 +0100
-@@ -357,26 +357,26 @@ if test "$echo_ldstaticflags" = "yes"; t
+diff -Naur fltk-1.3.3-orig/fltk-config.in fltk-1.3.3/fltk-config.in
+--- fltk-1.3.3-orig/fltk-config.in 2014-12-31 15:43:07.203519633 -0500
 fltk-1.3.3/fltk-config.in  2014-12-31 15:49:01.636277725 -0500
+@@ -54,21 +54,6 @@
+   bindir="$selfdir/fluid"
+   includedir="$selfdir"
+   libdir="$selfdir/lib"
+-
+-  if test -f "$libdir/libfltk_jpeg.a"; then
+-  CFLAGS="-I$includedir/jpeg $CFLAGS"
+-  CXXFLAGS="-I$includedir/jpeg $CXXFLAGS"
+-  fi
+-
+-  if test -f "$libdir/libfltk_z.a"; then
+-  CFLAGS="-I$includedir/zlib $CFLAGS"
+-  CXXFLAGS="-I$includedir/zlib $CXXFLAGS"
+-  fi
+-
+-  if test -f "$libdir/libfltk_png.a"; then
+-  CFLAGS="-I$includedir/png $CFLAGS"
+-  CXXFLAGS="-I$includedir/png $CXXFLAGS"
+-  fi
  fi
  
+ if test -d $includedir/FL/images; then
+@@ -76,11 +61,6 @@
+   CXXFLAGS="-I$includedir/FL/images $CXXFLAGS"
+ fi
+ 
+-if test -f "$libdir/libfltk_cairo.a"; then
+-  CFLAGS="$CAIROFLAGS $CFLAGS"
+-  CXXFLAGS="$CAIROFLAGS $CXXFLAGS"
+-fi
+-
+ # libraries to link with:
+ LIBNAME="@LIBNAME@"
+ DSONAME="@DSONAME@"
+@@ -230,25 +210,20 @@
+ fi
+ 
+ # Calculate needed libraries
+-LDSTATIC="$libdir/libfltk.a $LDLIBS"
+ LDLIBS="-lfltk$SHAREDSUFFIX $LDLIBS"
+ 
+ if test x$use_forms = xyes; then
+ LDLIBS="-lfltk_forms$SHAREDSUFFIX $LDLIBS"
+-LDSTATIC="$libdir/libfltk_forms.a $LDSTATIC"
+ fi
+ if test x$use_gl = xyes; then
+ LDLIBS="-lfltk_gl$SHAREDSUFFIX @GLLIB@ $LDLIBS"
+-LDSTATIC="$libdir/libfltk_gl.a @GLLIB@ $LDSTATIC"
+ fi
+ if test x$use_images = xyes; then
+ LDLIBS="-lfltk_images$SHAREDSUFFIX $IMAGELIBS $LDLIBS"
+-LDSTATIC="$libdir/libfltk_images.a $STATICIMAGELIBS $LDSTATIC"
+ fi
+ 
+ if test x$use_cairo = xyes; then
+ LDLIBS="-lfltk_cairo$SHAREDSUFFIX $CAIROLIBS $LDLIBS"
+-LDSTATIC="$libdir/libfltk_cairo.a $CAIROLIBS $LDSTATIC"
+ fi
+ 
+ LDLIBS="$DSOLINK $LDFLAGS $libs $LDLIBS"
+@@ -359,26 +334,26 @@
+ fi
+ 
  if test "$echo_libs" = "yes"; then
 -USELIBS="$libdir/libfltk.a"
 +USELIBS="$libdir/libfltk.so"


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

2014-12-31 Thread Eric Bélanger
Date: Wednesday, December 31, 2014 @ 21:27:10
  Author: eric
Revision: 228265

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

Added:
  sdparm/repos/testing-i686/
  sdparm/repos/testing-i686/PKGBUILD
(from rev 228264, sdparm/trunk/PKGBUILD)
  sdparm/repos/testing-x86_64/
  sdparm/repos/testing-x86_64/PKGBUILD
(from rev 228264, sdparm/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: sdparm/repos/testing-i686/PKGBUILD (from rev 228264, 
sdparm/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-31 20:27:10 UTC (rev 228265)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=sdparm
+pkgver=1.09
+pkgrel=1
+pkgdesc="An utility similar to hdparm but for SCSI devices"
+arch=('i686' 'x86_64')
+url="http://sg.danny.cz/sg/sdparm.html";
+license=('BSD')
+depends=('glibc' 'bash')
+source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('a568063629b507b4e443a67388ebaf505754223b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: sdparm/repos/testing-x86_64/PKGBUILD (from rev 228264, 
sdparm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-12-31 20:27:10 UTC (rev 228265)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=sdparm
+pkgver=1.09
+pkgrel=1
+pkgdesc="An utility similar to hdparm but for SCSI devices"
+arch=('i686' 'x86_64')
+url="http://sg.danny.cz/sg/sdparm.html";
+license=('BSD')
+depends=('glibc' 'bash')
+source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('a568063629b507b4e443a67388ebaf505754223b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2014-12-31 Thread Eric Bélanger
Date: Wednesday, December 31, 2014 @ 21:25:12
  Author: eric
Revision: 228264

upgpkg: sdparm 1.09-1

Upstream update

Modified:
  sdparm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 20:12:42 UTC (rev 228263)
+++ PKGBUILD2014-12-31 20:25:12 UTC (rev 228264)
@@ -1,10 +1,8 @@
 # $Id$
-# Maintainer:
-# Contributor: Giovanni Scafora 
-# Contributor: gr...@poczta.fm
+# Maintainer: Eric Bélanger 
 
 pkgname=sdparm
-pkgver=1.08
+pkgver=1.09
 pkgrel=1
 pkgdesc="An utility similar to hdparm but for SCSI devices"
 arch=('i686' 'x86_64')
@@ -11,8 +9,8 @@
 url="http://sg.danny.cz/sg/sdparm.html";
 license=('BSD')
 depends=('glibc' 'bash')
-source=("http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('d290e6b45d690bfa2cc05700ec119073')
+source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('a568063629b507b4e443a67388ebaf505754223b')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -28,7 +26,5 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-
-  install -Dm644 COPYING \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 21:12:42
  Author: andyrtr
Revision: 228263

add validpgpkeys

Modified:
  xorg-xrandr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 20:10:55 UTC (rev 228262)
+++ PKGBUILD2014-12-31 20:12:42 UTC (rev 228263)
@@ -14,6 +14,7 @@
 
source=(http://xorg.freedesktop.org/archive/individual/app/xrandr-${pkgver}.tar.bz2{,.sig})
 sha256sums=('7154ac3486b86923692f2d6cdb2991a2ee72bc32af2c4379a6f1c068f204be1b'
 'SKIP')
+validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner 

 
 build() {
   cd "${srcdir}/xrandr-${pkgver}"


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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 21:10:55
  Author: andyrtr
Revision: 228262

add validpgpkeys

Modified:
  xorg-xkbcomp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 20:09:34 UTC (rev 228261)
+++ PKGBUILD2014-12-31 20:10:55 UTC (rev 228262)
@@ -15,6 +15,7 @@
 source=(${url}/releases/individual/app/xkbcomp-${pkgver}.tar.bz2{,.sig})
 sha256sums=('cfac973778fabf5216121ad60b7af8ab74ce7513af0f9260cf8c5309e1622b2a'
 'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
 build() {
   cd xkbcomp-${pkgver}


[arch-commits] Commit in xf86-input-evdev/trunk (PKGBUILD)

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 21:09:34
  Author: andyrtr
Revision: 228261

add validpgpkeys

Modified:
  xf86-input-evdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 20:07:50 UTC (rev 228260)
+++ PKGBUILD2014-12-31 20:09:34 UTC (rev 228261)
@@ -17,6 +17,7 @@
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
 sha256sums=('0ce30328adfeac90a6f4b508d992fb834d8e50b484b29d3d58cf6683fa8502f9'
 'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
 build() {
   cd ${pkgname}-${pkgver}


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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 21:07:50
  Author: andyrtr
Revision: 228260

add validpgpkeys

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 20:04:47 UTC (rev 228259)
+++ PKGBUILD2014-12-31 20:07:50 UTC (rev 228260)
@@ -16,6 +16,7 @@
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
 sha1sums=('3f9e8932fa211fac725ef0b77d32b1a66f83bc3d'
   'SKIP')
+validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31') # Mike Gabriel 

 
 build() {
   cd ${pkgname}-${pkgver}


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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 21:04:47
  Author: andyrtr
Revision: 228259

add validpgpkeys

Modified:
  tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 20:02:24 UTC (rev 228258)
+++ PKGBUILD2014-12-31 20:04:47 UTC (rev 228259)
@@ -12,6 +12,7 @@
 
source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz{,.asc})
 
sha512sums=('4c2979be3a96f91f8576304ec905d571b73df0842c8300c1d7317819b45ab3e29948ed911aa265b12a4ad587d5cba44f646dd02e40e4fbf9e68556a2d327142e'
   'SKIP')
+validpgpkeys=('7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34') # Paul Eggert 

 
 timezones=('africa' 'antarctica' 'asia' 'australasia'
'europe' 'northamerica' 'southamerica'


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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 21:02:24
  Author: andyrtr
Revision: 228258

add validpgpkeys

Modified:
  pigeonhole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 19:59:55 UTC (rev 228257)
+++ PKGBUILD2014-12-31 20:02:24 UTC (rev 228258)
@@ -24,6 +24,7 @@
 sha256sums=('91034669f9ce07661bbadcfb00fe50b6929bf7f616d9aa79d3f5a351d1a47d3d'
 'SKIP'
 'a457a1691cfa82495fc0503bfa4b61e54b149e63400fe0f568dff2c24a3f7858')
+validpgpkeys=('42F3CD50D4F25A41833BEE3704D62B1E3DFBB4F4') # Stephan Bosch 

 
 build() {
   cd "$srcdir/dovecot-2.2-$pkgname-$pkgver"


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

2014-12-31 Thread Eric Bélanger
Date: Wednesday, December 31, 2014 @ 20:59:55
  Author: eric
Revision: 228257

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

Added:
  rrdtool/repos/testing-i686/PKGBUILD
(from rev 228255, rrdtool/trunk/PKGBUILD)
  rrdtool/repos/testing-i686/rrdtool-pangofont.patch
(from rev 228255, rrdtool/trunk/rrdtool-pangofont.patch)
  rrdtool/repos/testing-i686/rrdtool-systemd.patch
(from rev 228255, rrdtool/trunk/rrdtool-systemd.patch)
  rrdtool/repos/testing-x86_64/PKGBUILD
(from rev 228255, rrdtool/trunk/PKGBUILD)
  rrdtool/repos/testing-x86_64/rrdtool-pangofont.patch
(from rev 228255, rrdtool/trunk/rrdtool-pangofont.patch)
  rrdtool/repos/testing-x86_64/rrdtool-systemd.patch
(from rev 228255, rrdtool/trunk/rrdtool-systemd.patch)
Deleted:
  rrdtool/repos/testing-i686/PKGBUILD
  rrdtool/repos/testing-i686/rrdtool-pangofont.patch
  rrdtool/repos/testing-i686/rrdtool-systemd.patch
  rrdtool/repos/testing-x86_64/PKGBUILD
  rrdtool/repos/testing-x86_64/rrdtool-pangofont.patch
  rrdtool/repos/testing-x86_64/rrdtool-systemd.patch

+
 /PKGBUILD  |   96 ++
 /rrdtool-pangofont.patch   |   76 
 /rrdtool-systemd.patch |  280 +++
 testing-i686/PKGBUILD  |   48 -
 testing-i686/rrdtool-pangofont.patch   |   39 
 testing-i686/rrdtool-systemd.patch |  140 ---
 testing-x86_64/PKGBUILD|   48 -
 testing-x86_64/rrdtool-pangofont.patch |   39 
 testing-x86_64/rrdtool-systemd.patch   |  140 ---
 9 files changed, 452 insertions(+), 454 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-12-31 19:59:22 UTC (rev 228256)
+++ testing-i686/PKGBUILD   2014-12-31 19:59:55 UTC (rev 228257)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=rrdtool
-pkgver=1.4.8
-pkgrel=5
-pkgdesc="Data logging and graphing application"
-arch=('i686' 'x86_64')
-url="http://www.rrdtool.org";
-license=('GPL' 'custom')
-depends=('libxml2' 'pango' 'ttf-dejavu')
-makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
-optdepends=('tcl: to use corresponding binding' \
-'python2: to use corresponding binding' \
-'ruby: to use corresponding binding' \
-'lua51: to use corresponding binding')
-options=('!emptydirs' '!makeflags')
-source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz 
-rrdtool-pangofont.patch rrdtool-systemd.patch)
-sha1sums=('56d68857f39e70bfa32360947614d8220702ed02'
-  '8c600285bdab7776c1d5301df7cf486d69eae048'
-  '963b600f8056d85305b6ff4554fa1e7b9b5a4ae1')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
-  sed -e 's/$(RUBY) extconf.rb/& --vendor/' -i bindings/Makefile.am
-  patch -p1 -i "${srcdir}/rrdtool-pangofont.patch"
-  patch -p1 -i "${srcdir}/rrdtool-systemd.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  autoreconf
-  PYTHON=python2 LUA=/usr/bin/lua5.1 \
-LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
-./configure --prefix=/usr --localstatedir=/var --disable-rpath \
---enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
---enable-ruby --enable-ruby-site-install --enable-python \
---enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
-  make LIBS+="-lglib-2.0"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" includedir=/usr/include install
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: rrdtool/repos/testing-i686/PKGBUILD (from rev 228255, 
rrdtool/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-12-31 19:59:55 UTC (rev 228257)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=rrdtool
+pkgver=1.4.9
+pkgrel=1
+pkgdesc="Data logging and graphing application"
+arch=('i686' 'x86_64')
+url="http://www.rrdtool.org";
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python2' 'tcl' 'lua51')
+optdepends=('tcl: to use corresponding binding' \
+'python2: to use corresponding binding' \
+'ruby: to use corresponding binding' \
+'lua51: to use corresponding binding')
+options=('!emptydirs' '!makeflags')
+source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz 
+rrdtool-pangofont.patch rrdtool-systemd.patch)
+sha1sums=('c83b158b4aaadbf28b15823fa863db1672700d3b'
+  '6594d5e53d649753eefefc4e29db79e19745f66d'
+  '963b600f8056d85305b6ff4554fa1e7b9b5a4ae1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix FS#28521 make ruby 

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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 20:59:22
  Author: andyrtr
Revision: 228256

add validpgpkeys

Modified:
  nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 19:57:12 UTC (rev 228255)
+++ PKGBUILD2014-12-31 19:59:22 UTC (rev 228256)
@@ -14,6 +14,7 @@
 source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
 md5sums=('003d5147911317931dd453520eb234a5'
  'SKIP')
+validpgpkeys=('343C2FF0FBEE5EC2EDBEF399F3599FF828C67298') # Niels Möller 

 
 
 build() {


[arch-commits] Commit in rrdtool/trunk (PKGBUILD rrdtool-pangofont.patch)

2014-12-31 Thread Eric Bélanger
Date: Wednesday, December 31, 2014 @ 20:57:12
  Author: eric
Revision: 228255

upgpkg: rrdtool 1.4.9-1

Upstream update

Modified:
  rrdtool/trunk/PKGBUILD
  rrdtool/trunk/rrdtool-pangofont.patch

-+
 PKGBUILD|8 
 rrdtool-pangofont.patch |5 ++---
 2 files changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 19:55:22 UTC (rev 228254)
+++ PKGBUILD2014-12-31 19:57:12 UTC (rev 228255)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=rrdtool
-pkgver=1.4.8
-pkgrel=5
+pkgver=1.4.9
+pkgrel=1
 pkgdesc="Data logging and graphing application"
 arch=('i686' 'x86_64')
 url="http://www.rrdtool.org";
@@ -17,8 +17,8 @@
 options=('!emptydirs' '!makeflags')
 source=(http://oss.oetiker.ch/rrdtool/pub/rrdtool-${pkgver}.tar.gz 
 rrdtool-pangofont.patch rrdtool-systemd.patch)
-sha1sums=('56d68857f39e70bfa32360947614d8220702ed02'
-  '8c600285bdab7776c1d5301df7cf486d69eae048'
+sha1sums=('c83b158b4aaadbf28b15823fa863db1672700d3b'
+  '6594d5e53d649753eefefc4e29db79e19745f66d'
   '963b600f8056d85305b6ff4554fa1e7b9b5a4ae1')
 
 prepare() {

Modified: rrdtool-pangofont.patch
===
--- rrdtool-pangofont.patch 2014-12-31 19:55:22 UTC (rev 228254)
+++ rrdtool-pangofont.patch 2014-12-31 19:57:12 UTC (rev 228255)
@@ -12,15 +12,14 @@
 index 2f9e395..d6b2722 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -535,7 +535,7 @@ EX_CHECK_ALL(cairo,  cairo_font_options_create, 
cairo.h,
+@@ -535,6 +535,6 @@ EX_CHECK_ALL(cairo,  cairo_font_options_create, 
cairo.h,
  EX_CHECK_ALL(cairo,  cairo_svg_surface_create,  cairo-svg.h,  
  cairo-svg,   1.10.2,  http://cairographics.org/releases/, "")
  EX_CHECK_ALL(cairo,  cairo_pdf_surface_create,  cairo-pdf.h,  
  cairo-pdf,   1.10.2,  http://cairographics.org/releases/, "")
  EX_CHECK_ALL(cairo,  cairo_ps_surface_create,   cairo-ps.h,   
  cairo-ps,1.10.2,  http://cairographics.org/releases/, "")
 -EX_CHECK_ALL(pangocairo-1.0,  pango_cairo_context_set_font_options,  
pango/pango.h,  pangocairo,  1.28.4,
http://ftp.gnome.org/pub/GNOME/sources/pango/1.28, "")
 +EX_CHECK_ALL(pangocairo-1.0,  pango_font_map_create_context,  pango/pango.h,  
pangocairo,  1.28.4,http://ftp.gnome.org/pub/GNOME/sources/pango/1.28, "")
- 
  fi
- EX_CHECK_ALL(glib-2.0,   glib_check_version,glib.h,   
  glib-2.0,2.28.7, ftp://ftp.gtk.org/pub/glib/2.28/, "")
+ EX_CHECK_ALL(xml2,   xmlParseFile,  libxml/parser.h,  
  libxml-2.0,2.7.8,  http://xmlsoft.org/downloads.html, 
/usr/include/libxml2)
 diff --git a/src/rrd_graph.c b/src/rrd_graph.c
 index 5547aa6..25ae485 100644
 --- a/src/rrd_graph.c


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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 20:55:22
  Author: andyrtr
Revision: 228254

add validpgpkeys

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 19:46:40 UTC (rev 228253)
+++ PKGBUILD2014-12-31 19:55:22 UTC (rev 228254)
@@ -11,8 +11,8 @@
 license=('GPL2')
 makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
 options=('!strip')
-source=("https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz";
-"https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz";
+source=(https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.{xz,sign}
+https://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.{xz,sign}
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
@@ -25,7 +25,9 @@
 )
 # https://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
+'SKIP'
 '5f84a4ff39486d1715d5283383a8461ff089ed9b9fdc5dde2ed65531d21e'
+'SKIP'
 '9058a8adc99c813d97e70a3b6c2319ce90ae622fe7b284571215b5574b8d377b'
 '97b2826c2b73c78ad7fac0e2aaf2dd0770b8c412a05b40821b549c7ea239fed8'
 '1f036f7464da54ae510630f0edb69faa115287f86d9f17641197ffda8cfd49e0'
@@ -34,7 +36,9 @@
 '52dec83a8805a8642d74d764494acda863e0aa23e3d249e80d4b457e20a3fd29'
 '65d58f63215ee3c5f9c4fc6bce36fc5311a6c7dbdbe1ad29de40647b47ff9c0d'
 'cf2e7a2d00787f754028e7459688c2755a406e632ce48b60952fa4ff7ed6f4b7')
-
+validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds 

+  '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman 
(Linux kernel stable release signing key) 
+ )
 _kernelname=${pkgbase#linux}
 
 prepare() {


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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 20:46:40
  Author: andyrtr
Revision: 228253

add validpgpkeys

Modified:
  libtasn1/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 19:44:01 UTC (rev 228252)
+++ PKGBUILD2014-12-31 19:46:40 UTC (rev 228253)
@@ -15,6 +15,7 @@
 source=(http://ftp.gnu.org/gnu/libtasn1/${pkgname}-${pkgver}.tar.gz{,.sig})
 md5sums=('414df906df421dee0a5cf7548788d153'
  'SKIP')
+validpgpkeys=('1F42418905D8206AA754CCDC29EE58B996865171') #Nikos 
Mavrogiannopoulos 
 
 build() {
   cd ${pkgname}-${pkgver}


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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 20:44:01
  Author: andyrtr
Revision: 228252

add validpgpkeys

Modified:
  man-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 19:42:47 UTC (rev 228251)
+++ PKGBUILD2014-12-31 19:44:01 UTC (rev 228252)
@@ -25,6 +25,7 @@
  '2b7662a7d5b33fe91f9f3e034361a2f6'
  'df6d4f432e3e16c255c785fca1447346'
  '36fb3f616e42a0e23cf7a4d284e640cd')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson 

 
 build() {
   cd ${pkgname}-${pkgver}


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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 20:42:46
  Author: andyrtr
Revision: 228250

add validpgpkeys

Modified:
  libpipeline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 19:39:36 UTC (rev 228249)
+++ PKGBUILD2014-12-31 19:42:46 UTC (rev 228250)
@@ -12,6 +12,7 @@
 
source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig})
 md5sums=('660f4ac9340834a231d1516746d03d28'
  'SKIP')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson 

 
 build() {
   cd $pkgname-$pkgver


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

2014-12-31 Thread Eric Bélanger
Date: Wednesday, December 31, 2014 @ 20:42:47
  Author: eric
Revision: 228251

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 228248, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/imagemagick-palm.diff
(from rev 228248, imagemagick/trunk/imagemagick-palm.diff)
  imagemagick/repos/extra-i686/imagemagick-rle.diff
(from rev 228248, imagemagick/trunk/imagemagick-rle.diff)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 228248, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 228249, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/imagemagick-palm.diff
(from rev 228249, imagemagick/trunk/imagemagick-palm.diff)
  imagemagick/repos/extra-x86_64/imagemagick-rle.diff
(from rev 228249, imagemagick/trunk/imagemagick-rle.diff)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 228249, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  190 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   90 
 extra-i686/imagemagick-palm.diff|   11 +
 extra-i686/imagemagick-rle.diff |   18 +++
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   90 
 extra-x86_64/imagemagick-palm.diff  |   11 +
 extra-x86_64/imagemagick-rle.diff   |   18 +++
 extra-x86_64/perlmagick.rpath.patch |   11 -
 10 files changed, 270 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-12-31 19:42:46 UTC (rev 228250)
+++ extra-i686/PKGBUILD 2014-12-31 19:42:47 UTC (rev 228251)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.0.0
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/";
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('6bf4263ceaeea61e00fe15a95db320d49bcc48c4'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-

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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 20:39:36
  Author: andyrtr
Revision: 228249

add validpgpkeys

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 19:37:36 UTC (rev 228248)
+++ PKGBUILD2014-12-31 19:39:36 UTC (rev 228249)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer: Andreas Radke 
 # Maintainer: Jan de Groot
 
 pkgname=libinput
@@ -14,6 +15,7 @@
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 sha256sums=('129f485afe5e4a9394641293991c97cb99f5f3338340d0d65b704ff463d1579e'
 'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
 build() {
   cd $pkgname-$pkgver


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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 20:37:36
  Author: andyrtr
Revision: 228248

add validpgpkeys

Modified:
  libgpg-error/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 19:37:29 UTC (rev 228247)
+++ PKGBUILD2014-12-31 19:37:36 UTC (rev 228248)
@@ -16,6 +16,7 @@
 # https://www.gnupg.org/download/integrity_check.html
 sha1sums=('ba5858b2947e7272dd197c87bac9f32caf29b256'
   'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
 
 build() {
   cd ${pkgname}-${pkgver}


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

2014-12-31 Thread Eric Bélanger
Date: Wednesday, December 31, 2014 @ 20:37:29
  Author: eric
Revision: 228247

upgpkg: imagemagick 6.9.0.2-1

Upstream update

Added:
  imagemagick/trunk/imagemagick-palm.diff
  imagemagick/trunk/imagemagick-rle.diff
Modified:
  imagemagick/trunk/PKGBUILD

---+
 PKGBUILD  |   13 +
 imagemagick-palm.diff |   11 +++
 imagemagick-rle.diff  |   18 ++
 3 files changed, 38 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 19:32:48 UTC (rev 228246)
+++ PKGBUILD2014-12-31 19:37:29 UTC (rev 228247)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.0.0
+pkgver=6.9.0.2
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/";
@@ -13,10 +13,13 @@
  'opencl-headers' 'libcl' 'libwebp' 'subversion')
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('6bf4263ceaeea61e00fe15a95db320d49bcc48c4'
+perlmagick.rpath.patch imagemagick-palm.diff imagemagick-rle.diff)
+sha1sums=('da0ad71290bf92a848ceddbbcf67d765542febd5'
   'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
+  'e143cf9d530fabf3b58023899b5cc544ba93daec'
+ '34f4e402963e83f5c6e6da79d75d1f43afdbca86'
+ '75534ddcb9f787ee270bdeb0899983fc95eb33a5')
+validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
 
 prepare() {
   cd ImageMagick-${pkgver%.*}-${pkgver##*.}
@@ -23,6 +26,8 @@
   sed '/AC_PATH_XTRA/d' -i configure.ac
   autoreconf --force --install
   patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
+  patch -p3 -i "${srcdir}/imagemagick-palm.diff"
+  patch -p3 -i "${srcdir}/imagemagick-rle.diff"
 }
 
 build() {

Added: imagemagick-palm.diff
===
--- imagemagick-palm.diff   (rev 0)
+++ imagemagick-palm.diff   2014-12-31 19:37:29 UTC (rev 228247)
@@ -0,0 +1,11 @@
+Index: ImageMagick/branches/ImageMagick-6/coders/palm.c
+===
+--- ImageMagick/branches/ImageMagick-6/coders/palm.c   (revision 17434)
 ImageMagick/branches/ImageMagick-6/coders/palm.c   (revision 17515)
+@@ -511,5 +511,5 @@
+ IndexPacket 
index=ConstrainColormapIndex(image,(mask-transparentIndex));
+ if (bits_per_pixel != 16)
+-  SetMagickPixelPacket(image,image->colormap+index,
++  SetMagickPixelPacket(image,image->colormap+(ssize_t) index,
+ (const IndexPacket *) NULL,&transpix);
+ (void) TransparentPaintImage(image,&transpix,(Quantum)

Added: imagemagick-rle.diff
===
--- imagemagick-rle.diff(rev 0)
+++ imagemagick-rle.diff2014-12-31 19:37:29 UTC (rev 228247)
@@ -0,0 +1,18 @@
+Index: ImageMagick/branches/ImageMagick-6/coders/rle.c
+===
+--- ImageMagick/branches/ImageMagick-6/coders/rle.c(revision 17434)
 ImageMagick/branches/ImageMagick-6/coders/rle.c(revision 17516)
+@@ -457,5 +457,5 @@
+ MagickFalse)
+   break;
+-*p=colormap[index];
++*p=colormap[(ssize_t) index];
+ p++;
+   }
+@@ -468,5 +468,5 @@
+ (*p & mask)),&index,exception) == MagickFalse)
+   break;
+-*p=colormap[index];
++*p=colormap[(ssize_t) index];
+ p++;
+   }


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

2014-12-31 Thread Andreas Radke
Date: Wednesday, December 31, 2014 @ 20:32:48
  Author: andyrtr
Revision: 228246

add validpgpkeys

Modified:
  libevdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 17:34:01 UTC (rev 228245)
+++ PKGBUILD2014-12-31 19:32:48 UTC (rev 228246)
@@ -14,6 +14,7 @@
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
 sha256sums=('a4317de9e818093dc131cc2bb96cdfc0cebd631e4be5c5244e1e373ce1536eed'
 'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) 
 
 build() {
   cd $pkgname-$pkgver


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

2014-12-31 Thread Evgeniy Alekseev
Date: Wednesday, December 31, 2014 @ 19:31:25
  Author: arcanis
Revision: 125085

upgpkg: qscintilla-qt5 2.8.4-1

Modified:
  qscintilla-qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 18:15:16 UTC (rev 125084)
+++ PKGBUILD2014-12-31 18:31:25 UTC (rev 125085)
@@ -62,7 +62,6 @@
 
 package_python-qscintilla-qt5-common() {
   pkgdesc="Common python qscintilla bindings files shared between 
python-qscintilla-qt5 and python2-qscintilla-qt5"
-  arch=('any')
   depends=('qscintilla-qt5')
 
   cd "QScintilla-gpl-${pkgver}/Python"


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

2014-12-31 Thread Evgeniy Alekseev
Date: Wednesday, December 31, 2014 @ 19:31:45
  Author: arcanis
Revision: 125086

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

Added:
  qscintilla-qt5/repos/community-testing-i686/
  qscintilla-qt5/repos/community-testing-i686/PKGBUILD
(from rev 125085, qscintilla-qt5/trunk/PKGBUILD)
  qscintilla-qt5/repos/community-testing-i686/configure.py.patch
(from rev 125085, qscintilla-qt5/trunk/configure.py.patch)
  qscintilla-qt5/repos/community-testing-i686/libname.patch
(from rev 125085, qscintilla-qt5/trunk/libname.patch)
  qscintilla-qt5/repos/community-testing-x86_64/
  qscintilla-qt5/repos/community-testing-x86_64/PKGBUILD
(from rev 125085, qscintilla-qt5/trunk/PKGBUILD)
  qscintilla-qt5/repos/community-testing-x86_64/configure.py.patch
(from rev 125085, qscintilla-qt5/trunk/configure.py.patch)
  qscintilla-qt5/repos/community-testing-x86_64/libname.patch
(from rev 125085, qscintilla-qt5/trunk/libname.patch)

-+
 community-testing-i686/PKGBUILD |   88 ++
 community-testing-i686/configure.py.patch   |   53 +++
 community-testing-i686/libname.patch|   50 ++
 community-testing-x86_64/PKGBUILD   |   88 ++
 community-testing-x86_64/configure.py.patch |   53 +++
 community-testing-x86_64/libname.patch  |   50 ++
 6 files changed, 382 insertions(+)

Copied: qscintilla-qt5/repos/community-testing-i686/PKGBUILD (from rev 125085, 
qscintilla-qt5/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-31 18:31:45 UTC (rev 125086)
@@ -0,0 +1,88 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Ilya87 
+
+pkgbase=qscintilla-qt5
+pkgname=('qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
+ 'python-qscintilla-qt5-common')
+pkgver=2.8.4
+pkgrel=1
+license=('GPL')
+arch=('i686' 'x86_64')
+url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";
+makedepends=('python2-pyqt5' 'python-pyqt5' 'qt5-tools' 'chrpath')
+options=('!buildflags')
+source=("http://downloads.sourceforge.net/pyqt/QScintilla-gpl-${pkgver}.tar.gz";
+'configure.py.patch'
+'libname.patch')
+md5sums=('28aec903ff48ae541295a4fb9c96f8ea'
+ 'ea1d11d0a87341d2e55ebef6beeb5663'
+ '1ac0fea53f72b0146e0820912ae8c48c')
+
+prepare() {
+  cd "QScintilla-gpl-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/configure.py.patch"
+  patch -Np1 -i "${srcdir}/libname.patch"
+
+  cp -r Python{,2}
+  find "Python2" -name '*.py' -type f -exec \
+   sed -i 's|env python|env python2|' {} \;
+}
+
+build() {
+  cd "QScintilla-gpl-${pkgver}/Qt4Qt5"
+  qmake qscintilla.pro
+  make
+
+  cd "../designer-Qt4Qt5"
+  qmake designer.pro INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+  make
+
+  cd "../Python"
+  python3 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --pyqt=PyQt5 
--pyqt-sipdir=/usr/share/sip/PyQt5 --qsci-sipdir=/usr/share/sip/PyQt5  --qmake 
/usr/bin/qmake
+  make
+
+  cd "../Python2"
+  python2 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --pyqt=PyQt5 
--pyqt-sipdir=/usr/share/sip/PyQt5 --qsci-sipdir=/usr/share/sip/PyQt5 --qmake 
/usr/bin/qmake
+  make
+}
+
+package_qscintilla-qt5() {
+  pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+  depends=('qt5-base')
+  conflicts=('qscintilla')
+
+  cd "QScintilla-gpl-${pkgver}/Qt4Qt5"
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+  cd "../designer-Qt4Qt5"
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-qt5-common() {
+  pkgdesc="Common python qscintilla bindings files shared between 
python-qscintilla-qt5 and python2-qscintilla-qt5"
+  depends=('qscintilla-qt5')
+
+  cd "QScintilla-gpl-${pkgver}/Python"
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+  # provided by python-qscintilla
+  rm -r "${pkgdir}/usr/lib/python3.4/site-packages/PyQt5/"
+}
+
+package_python-qscintilla-qt5() {
+  pkgdesc="Python 3.x bindings for QScintilla2"
+  depends=('python-qscintilla-qt5-common' 'python-pyqt5')
+
+  cd "QScintilla-gpl-${pkgver}/Python"
+  install -Dm755 Qsci.so 
"${pkgdir}/usr/lib/python3.4/site-packages/PyQt5/Qsci.so"
+}
+
+package_python2-qscintilla-qt5() {
+  pkgdesc="Python 2.x bindings for QScintilla2"
+  depends=('python-qscintilla-qt5-common' 'python2-pyqt5')
+
+  cd "QScintilla-gpl-${pkgver}/Python2"
+  install -Dm755 Qsci.so 
"${pkgdir}/usr/lib/python2.7/site-packages/PyQt5/Qsci.so"
+}

Copied: qscintilla-qt5/repos/community-testing-i686/configure.py.patch (from 
rev 125085, qscintilla-qt5/trunk/configure.py.patch)
===
--- community-testing-i686/configure.py.patch   (rev 0)
+++ community-testing-i686/config

[arch-commits] Commit in (6 files)

2014-12-31 Thread Evgeniy Alekseev
Date: Wednesday, December 31, 2014 @ 19:15:16
  Author: arcanis
Revision: 125084

add qscintilla-qt5

Added:
  qscintilla-qt5/
  qscintilla-qt5/repos/
  qscintilla-qt5/trunk/
  qscintilla-qt5/trunk/PKGBUILD
  qscintilla-qt5/trunk/configure.py.patch
  qscintilla-qt5/trunk/libname.patch

+
 PKGBUILD   |   89 +++
 configure.py.patch |   53 ++
 libname.patch  |   50 
 3 files changed, 192 insertions(+)

Added: qscintilla-qt5/trunk/PKGBUILD
===
--- qscintilla-qt5/trunk/PKGBUILD   (rev 0)
+++ qscintilla-qt5/trunk/PKGBUILD   2014-12-31 18:15:16 UTC (rev 125084)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Ilya87 
+
+pkgbase=qscintilla-qt5
+pkgname=('qscintilla-qt5' 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
+ 'python-qscintilla-qt5-common')
+pkgver=2.8.4
+pkgrel=1
+license=('GPL')
+arch=('i686' 'x86_64')
+url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro";
+makedepends=('python2-pyqt5' 'python-pyqt5' 'qt5-tools' 'chrpath')
+options=('!buildflags')
+source=("http://downloads.sourceforge.net/pyqt/QScintilla-gpl-${pkgver}.tar.gz";
+'configure.py.patch'
+'libname.patch')
+md5sums=('28aec903ff48ae541295a4fb9c96f8ea'
+ 'ea1d11d0a87341d2e55ebef6beeb5663'
+ '1ac0fea53f72b0146e0820912ae8c48c')
+
+prepare() {
+  cd "QScintilla-gpl-${pkgver}"
+
+  patch -Np1 -i "${srcdir}/configure.py.patch"
+  patch -Np1 -i "${srcdir}/libname.patch"
+
+  cp -r Python{,2}
+  find "Python2" -name '*.py' -type f -exec \
+   sed -i 's|env python|env python2|' {} \;
+}
+
+build() {
+  cd "QScintilla-gpl-${pkgver}/Qt4Qt5"
+  qmake qscintilla.pro
+  make
+
+  cd "../designer-Qt4Qt5"
+  qmake designer.pro INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5
+  make
+
+  cd "../Python"
+  python3 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --pyqt=PyQt5 
--pyqt-sipdir=/usr/share/sip/PyQt5 --qsci-sipdir=/usr/share/sip/PyQt5  --qmake 
/usr/bin/qmake
+  make
+
+  cd "../Python2"
+  python2 configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --pyqt=PyQt5 
--pyqt-sipdir=/usr/share/sip/PyQt5 --qsci-sipdir=/usr/share/sip/PyQt5 --qmake 
/usr/bin/qmake
+  make
+}
+
+package_qscintilla-qt5() {
+  pkgdesc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class"
+  depends=('qt5-base')
+  conflicts=('qscintilla')
+
+  cd "QScintilla-gpl-${pkgver}/Qt4Qt5"
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+  cd "../designer-Qt4Qt5"
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+}
+
+package_python-qscintilla-qt5-common() {
+  pkgdesc="Common python qscintilla bindings files shared between 
python-qscintilla-qt5 and python2-qscintilla-qt5"
+  arch=('any')
+  depends=('qscintilla-qt5')
+
+  cd "QScintilla-gpl-${pkgver}/Python"
+  make DESTDIR="${pkgdir}" INSTALL_ROOT="${pkgdir}" install
+
+  # provided by python-qscintilla
+  rm -r "${pkgdir}/usr/lib/python3.4/site-packages/PyQt5/"
+}
+
+package_python-qscintilla-qt5() {
+  pkgdesc="Python 3.x bindings for QScintilla2"
+  depends=('python-qscintilla-qt5-common' 'python-pyqt5')
+
+  cd "QScintilla-gpl-${pkgver}/Python"
+  install -Dm755 Qsci.so 
"${pkgdir}/usr/lib/python3.4/site-packages/PyQt5/Qsci.so"
+}
+
+package_python2-qscintilla-qt5() {
+  pkgdesc="Python 2.x bindings for QScintilla2"
+  depends=('python-qscintilla-qt5-common' 'python2-pyqt5')
+
+  cd "QScintilla-gpl-${pkgver}/Python2"
+  install -Dm755 Qsci.so 
"${pkgdir}/usr/lib/python2.7/site-packages/PyQt5/Qsci.so"
+}


Property changes on: qscintilla-qt5/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: qscintilla-qt5/trunk/configure.py.patch
===
--- qscintilla-qt5/trunk/configure.py.patch (rev 0)
+++ qscintilla-qt5/trunk/configure.py.patch 2014-12-31 18:15:16 UTC (rev 
125084)
@@ -0,0 +1,53 @@
+--- QScintilla-gpl-2.8.3/Python/configure.py~  2013-08-11 08:09:00.678704222 
+
 QScintilla-gpl-2.8.3/Python/configure.py   2013-08-11 08:11:48.860880852 
+
+@@ -30,6 +30,7 @@
+ import os
+ import glob
+ import optparse
++src_dir = os.path.dirname(os.path.abspath(__file__))
+ 
+ try:
+ import sysconfig
+@@ -210,6 +212,8 @@
+ "The QScintilla version number could not be determined by 
"
+ "reading %s." % sciglobal)
+ 
++return # Debian: do not check for the installed version, we're good 
this way.
++
+ lib_dir = target_configuration.qsci_lib_dir
+ if lib_dir is None:
+ lib_dir = target_configuration.qt_lib_dir
+@@ -264,7 +265,12 @@
+ the target configuration.
+ """
+ 
+-return 'sip/qscimod5.sip' if target_co

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

2014-12-31 Thread Anatol Pomozov
Date: Wednesday, December 31, 2014 @ 18:44:35
  Author: anatolik
Revision: 125083

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

Added:
  ruby-cairo/repos/community-testing-i686/PKGBUILD
(from rev 125082, ruby-cairo/trunk/PKGBUILD)
  ruby-cairo/repos/community-testing-x86_64/PKGBUILD
(from rev 125082, ruby-cairo/trunk/PKGBUILD)
Deleted:
  ruby-cairo/repos/community-testing-i686/PKGBUILD
  ruby-cairo/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-12-31 17:43:48 UTC (rev 125082)
+++ community-testing-i686/PKGBUILD 2014-12-31 17:44:35 UTC (rev 125083)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Jeremy 
-
-pkgname=ruby-cairo
-pkgver=1.14.1
-pkgrel=1
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686')
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz";)
-sha256sums=('7ce10e7f6b0c432497723636d7ded399caf3b807b6b6f9d3ee9c2e34a2dabbee')
-
-build() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  make -j1 DESTDIR="$pkgdir" install # Workaround installation failure with -j1
-  install -Dm644 ext/cairo/cairo.so \
-"$pkgdir/usr/lib/ruby/vendor_ruby/2.1.0/$CARCH-linux/cairo.so"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-cairo/repos/community-testing-i686/PKGBUILD (from rev 125082, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-12-31 17:44:35 UTC (rev 125083)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: Jeremy 
+
+pkgname=ruby-cairo
+pkgver=1.14.1
+pkgrel=2
+pkgdesc='Ruby bindings for cairo'
+arch=('x86_64' 'i686')
+url='http://cairographics.org/rcairo/'
+license=('GPL')
+depends=('ruby' 'cairo')
+makedepends=('ruby-pkgconfig')
+source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz";)
+sha256sums=('7ce10e7f6b0c432497723636d7ded399caf3b807b6b6f9d3ee9c2e34a2dabbee')
+
+build() {
+  cd "$srcdir/rcairo-$pkgver"
+
+  ruby extconf.rb --vendor
+  make
+}
+
+package() {
+  cd "$srcdir/rcairo-$pkgver"
+
+  make -j1 DESTDIR="$pkgdir" install # Workaround installation failure with -j1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2014-12-31 17:43:48 UTC (rev 125082)
+++ community-testing-x86_64/PKGBUILD   2014-12-31 17:44:35 UTC (rev 125083)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Jeremy 
-
-pkgname=ruby-cairo
-pkgver=1.14.1
-pkgrel=1
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686')
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz";)
-sha256sums=('7ce10e7f6b0c432497723636d7ded399caf3b807b6b6f9d3ee9c2e34a2dabbee')
-
-build() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd "$srcdir/rcairo-$pkgver"
-
-  make -j1 DESTDIR="$pkgdir" install # Workaround installation failure with -j1
-  install -Dm644 ext/cairo/cairo.so \
-"$pkgdir/usr/lib/ruby/vendor_ruby/2.1.0/$CARCH-linux/cairo.so"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-cairo/repos/community-testing-x86_64/PKGBUILD (from rev 125082, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-12-31 17:44:35 UTC (rev 125083)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: Jeremy 
+
+pkgname=ruby-cairo
+pkgver=1.14.1
+pkgrel=2
+pkgdesc='Ruby bindings for cairo'
+arch=('x86_64' 'i686')
+url='http://cairographics.org/rcairo/'
+license=('GPL')
+depends=('ruby' 'cairo')
+makedepends=('ruby-pkgconfig')
+source=("http://cairographics.org/releases/rcairo-$pkgver.tar.gz";)
+sha256sums=('7ce10e7f6b0c432497723636d7ded399caf3b807b6b6f9d3ee9c2e34a2dabbee')
+
+build() {
+  cd "$srcdir/rcairo-$pkgver"
+
+  ruby extconf.rb --vendor
+  make
+}
+
+package() {
+  cd "$srcdir/rcairo-$pkgver"
+
+  make -j1 DESTDIR="$pkgdir" i

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

2014-12-31 Thread Anatol Pomozov
Date: Wednesday, December 31, 2014 @ 18:43:48
  Author: anatolik
Revision: 125082

upgpkg: ruby-cairo 1.14.1-2

ruby 2.2 rebuild: drop unneeded 2.1 libraries

Modified:
  ruby-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 17:32:54 UTC (rev 125081)
+++ PKGBUILD2014-12-31 17:43:48 UTC (rev 125082)
@@ -5,7 +5,7 @@
 
 pkgname=ruby-cairo
 pkgver=1.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Ruby bindings for cairo'
 arch=('x86_64' 'i686')
 url='http://cairographics.org/rcairo/'


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

2014-12-31 Thread Sébastien Luttringer
Date: Wednesday, December 31, 2014 @ 18:34:01
  Author: seblu
Revision: 228245

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

Added:
  lz4/repos/core-i686/01-no-sudo.patch
(from rev 228244, lz4/repos/testing-i686/01-no-sudo.patch)
  lz4/repos/core-i686/PKGBUILD
(from rev 228244, lz4/repos/testing-i686/PKGBUILD)
  lz4/repos/core-x86_64/01-no-sudo.patch
(from rev 228244, lz4/repos/testing-x86_64/01-no-sudo.patch)
  lz4/repos/core-x86_64/PKGBUILD
(from rev 228244, lz4/repos/testing-x86_64/PKGBUILD)
Deleted:
  lz4/repos/core-i686/01-no-sudo.patch
  lz4/repos/core-i686/PKGBUILD
  lz4/repos/core-x86_64/01-no-sudo.patch
  lz4/repos/core-x86_64/PKGBUILD
  lz4/repos/testing-i686/
  lz4/repos/testing-x86_64/

--+
 /01-no-sudo.patch|   26 ++
 /PKGBUILD|   74 +
 core-i686/01-no-sudo.patch   |   13 ---
 core-i686/PKGBUILD   |   43 ---
 core-x86_64/01-no-sudo.patch |   13 ---
 core-x86_64/PKGBUILD |   43 ---
 6 files changed, 100 insertions(+), 112 deletions(-)

Deleted: core-i686/01-no-sudo.patch
===
--- core-i686/01-no-sudo.patch  2014-12-31 17:26:43 UTC (rev 228244)
+++ core-i686/01-no-sudo.patch  2014-12-31 17:34:01 UTC (rev 228245)
@@ -1,13 +0,0 @@
 a/Makefile 2014-12-13 13:22:59.470287957 +0100
-+++ b/Makefile 2014-12-13 16:48:35.988030397 +0100
-@@ -93,8 +93,8 @@
- ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
- 
- install:
--  @cd $(LZ4DIR); sudo $(MAKE) -e install
--  @cd $(PRGDIR); sudo $(MAKE) -e install
-+  @cd $(LZ4DIR); $(MAKE) -e install
-+  @cd $(PRGDIR); $(MAKE) -e install
- 
- uninstall:
-   @cd $(LZ4DIR); $(MAKE) uninstall

Copied: lz4/repos/core-i686/01-no-sudo.patch (from rev 228244, 
lz4/repos/testing-i686/01-no-sudo.patch)
===
--- core-i686/01-no-sudo.patch  (rev 0)
+++ core-i686/01-no-sudo.patch  2014-12-31 17:34:01 UTC (rev 228245)
@@ -0,0 +1,13 @@
+--- a/Makefile 2014-12-13 13:22:59.470287957 +0100
 b/Makefile 2014-12-13 16:48:35.988030397 +0100
+@@ -93,8 +93,8 @@
+ ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
+ 
+ install:
+-  @cd $(LZ4DIR); sudo $(MAKE) -e install
+-  @cd $(PRGDIR); sudo $(MAKE) -e install
++  @cd $(LZ4DIR); $(MAKE) -e install
++  @cd $(PRGDIR); $(MAKE) -e install
+ 
+ uninstall:
+   @cd $(LZ4DIR); $(MAKE) uninstall

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-12-31 17:26:43 UTC (rev 228244)
+++ core-i686/PKGBUILD  2014-12-31 17:34:01 UTC (rev 228245)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=125
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
-license=('GPL2')
-makedepends=('svn')
-checkdepends=('diffutils')
-depends=('glibc')
-source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";
-'01-no-sudo.patch')
-md5sums=('SKIP'
- '316915aff147579235092f3081447802')
-
-prepare() {
-  patch -d $pkgname -p1 < 01-no-sudo.patch
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-check() {
-  $pkgname/programs/lz4 /etc/passwd passwd.lz4
-  $pkgname/programs/lz4 -d passwd.lz4 passwd
-  diff -q /etc/passwd passwd
-  rm passwd
-}
-
-package() {
-  cd $pkgname
-  make install DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/core-i686/PKGBUILD (from rev 228244, 
lz4/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-12-31 17:34:01 UTC (rev 228245)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=127
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('GPL2')
+makedepends=('svn')
+checkdepends=('diffutils')
+depends=('glibc')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make
+}
+
+check() {
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/01-no-sudo.patch
=

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

2014-12-31 Thread Sébastien Luttringer
Date: Wednesday, December 31, 2014 @ 18:32:54
  Author: seblu
Revision: 125081

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

Added:
  lldpd/repos/community-i686/LICENSE
(from rev 125080, lldpd/trunk/LICENSE)
  lldpd/repos/community-i686/PKGBUILD
(from rev 125080, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-i686/lldpd.install
(from rev 125080, lldpd/trunk/lldpd.install)
  lldpd/repos/community-i686/lldpd.service
(from rev 125080, lldpd/trunk/lldpd.service)
  lldpd/repos/community-x86_64/LICENSE
(from rev 125080, lldpd/trunk/LICENSE)
  lldpd/repos/community-x86_64/PKGBUILD
(from rev 125080, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-x86_64/lldpd.install
(from rev 125080, lldpd/trunk/lldpd.install)
  lldpd/repos/community-x86_64/lldpd.service
(from rev 125080, lldpd/trunk/lldpd.service)
Deleted:
  lldpd/repos/community-i686/LICENSE
  lldpd/repos/community-i686/PKGBUILD
  lldpd/repos/community-i686/lldpd.install
  lldpd/repos/community-i686/lldpd.service
  lldpd/repos/community-x86_64/LICENSE
  lldpd/repos/community-x86_64/PKGBUILD
  lldpd/repos/community-x86_64/lldpd.install
  lldpd/repos/community-x86_64/lldpd.service

+
 /LICENSE   |   22 +++
 /PKGBUILD  |  122 +++
 /lldpd.install |   38 
 /lldpd.service |   24 +++
 community-i686/LICENSE |   11 ---
 community-i686/PKGBUILD|   61 ---
 community-i686/lldpd.install   |   19 --
 community-i686/lldpd.service   |   12 ---
 community-x86_64/LICENSE   |   11 ---
 community-x86_64/PKGBUILD  |   61 ---
 community-x86_64/lldpd.install |   19 --
 community-x86_64/lldpd.service |   12 ---
 12 files changed, 206 insertions(+), 206 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2014-12-31 17:32:32 UTC (rev 125080)
+++ community-i686/LICENSE  2014-12-31 17:32:54 UTC (rev 125081)
@@ -1,11 +0,0 @@
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: lldpd/repos/community-i686/LICENSE (from rev 125080, 
lldpd/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2014-12-31 17:32:54 UTC (rev 125081)
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-31 17:32:32 UTC (rev 125080)
+++ community-i686/PKGBUILD 2014-12-31 17:32:54 UTC (rev 125081)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Brian Bidulock 
-
-pkgname=lldpd
-pkgver=0.7.12
-pkgrel=1
-pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
-arch=('i686' 'x86_64')
-url='http://vincentbernat.github.io/lldpd/'
-license=('custom:ISC' 'GPL')
-depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl'
- 'libxml2' 'net-snmp' 'jansson')
-backup=('etc/lldpd.conf')
-install=$pkgname.install
-source=("http://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz";
-'LICENSE'
-'lldpd.service')
-md5sums=('206e47f6ab071787cc15efd41407d63a'
- '8ae98663bac55afe5d989919d296f28a'
- 'a650af7390db0632480184f9f2e7ee4a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---with-snmp \
---with-xml \
---

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

2014-12-31 Thread Sébastien Luttringer
Date: Wednesday, December 31, 2014 @ 18:32:32
  Author: seblu
Revision: 125080

upgpkg: lldpd 0.7.13-1

Modified:
  lldpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-31 17:00:38 UTC (rev 125079)
+++ PKGBUILD2014-12-31 17:32:32 UTC (rev 125080)
@@ -3,7 +3,7 @@
 # Contributor: Brian Bidulock 
 
 pkgname=lldpd
-pkgver=0.7.12
+pkgver=0.7.13
 pkgrel=1
 pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 source=("http://media.luffy.cx/files/lldpd/lldpd-$pkgver.tar.gz";
 'LICENSE'
 'lldpd.service')
-md5sums=('206e47f6ab071787cc15efd41407d63a'
+md5sums=('13e8be761753eac9a8e12128acba40b4'
  '8ae98663bac55afe5d989919d296f28a'
  'a650af7390db0632480184f9f2e7ee4a')
 


  1   2   >