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

2014-05-27 Thread Massimiliano Torromeo
Date: Tuesday, May 27, 2014 @ 09:39:44
  Author: mtorromeo
Revision: 111935

upgpkg: elasticsearch 1.2.0-2

Fixed configuration file paths (FS#40563)

Modified:
  elasticsearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-26 22:29:36 UTC (rev 111934)
+++ PKGBUILD2014-05-27 07:39:44 UTC (rev 111935)
@@ -5,7 +5,7 @@
 
 pkgname=elasticsearch
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Distributed RESTful search engine built on top of Lucene
 arch=('i686' 'x86_64')
 url=http://www.elasticsearch.org/;
@@ -40,10 +40,10 @@
 
   echo -e '\nJAVA_OPTS=$JAVA_OPTS -Des.path.conf=/etc/elasticsearch'  
bin/elasticsearch.in.sh
 
-  sed -e 's/# \(path\.conf: \).*$/\1\/etc\/elasticsearch/' \
--e '0,/# \(path\.data: \).*$/s//\1\/var\/lib\/elasticsearch/' \
--e 's/# \(path\.work: \).*$/\1\/tmp\/elasticsearch/' \
--e 's/# \(path\.logs: \).*$/\1\/var\/log\/elasticsearch/' \
+  sed -re 's/#\s*(path\.conf:).*$/\1 \/etc\/elasticsearch/' \
+-e '0,/#\s*(path\.data:).*$/s//\1 \/var\/lib\/elasticsearch/' \
+-e 's/#\s*(path\.work:).*$/\1 \/tmp\/elasticsearch/' \
+-e 's/#\s*(path\.logs:).*$/\1 \/var\/log\/elasticsearch/' \
 -i config/elasticsearch.yml
 }
 



[arch-commits] Commit in elasticsearch/repos (24 files)

2014-05-27 Thread Massimiliano Torromeo
Date: Tuesday, May 27, 2014 @ 09:45:13
  Author: mtorromeo
Revision: 111936

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

Added:
  elasticsearch/repos/community-i686/PKGBUILD
(from rev 111935, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
(from rev 111935, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
(from rev 111935, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-i686/elasticsearch.install
(from rev 111935, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-i686/elasticsearch.service
(from rev 111935, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-i686/elasticsearch@.service
(from rev 111935, elasticsearch/trunk/elasticsearch@.service)
  elasticsearch/repos/community-x86_64/PKGBUILD
(from rev 111935, elasticsearch/trunk/PKGBUILD)
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
(from rev 111935, elasticsearch/trunk/elasticsearch-sysctl.conf)
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
(from rev 111935, elasticsearch/trunk/elasticsearch-tmpfile.conf)
  elasticsearch/repos/community-x86_64/elasticsearch.install
(from rev 111935, elasticsearch/trunk/elasticsearch.install)
  elasticsearch/repos/community-x86_64/elasticsearch.service
(from rev 111935, elasticsearch/trunk/elasticsearch.service)
  elasticsearch/repos/community-x86_64/elasticsearch@.service
(from rev 111935, elasticsearch/trunk/elasticsearch@.service)
Deleted:
  elasticsearch/repos/community-i686/PKGBUILD
  elasticsearch/repos/community-i686/elasticsearch-sysctl.conf
  elasticsearch/repos/community-i686/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-i686/elasticsearch.install
  elasticsearch/repos/community-i686/elasticsearch.service
  elasticsearch/repos/community-i686/elasticsearch@.service
  elasticsearch/repos/community-x86_64/PKGBUILD
  elasticsearch/repos/community-x86_64/elasticsearch-sysctl.conf
  elasticsearch/repos/community-x86_64/elasticsearch-tmpfile.conf
  elasticsearch/repos/community-x86_64/elasticsearch.install
  elasticsearch/repos/community-x86_64/elasticsearch.service
  elasticsearch/repos/community-x86_64/elasticsearch@.service

-+
 /PKGBUILD   |  162 ++
 /elasticsearch-sysctl.conf  |2 
 /elasticsearch-tmpfile.conf |2 
 /elasticsearch.install  |   48 +++
 /elasticsearch.service  |   32 +
 /elasticsearch@.service |   32 +
 community-i686/PKGBUILD |   81 -
 community-i686/elasticsearch-sysctl.conf|1 
 community-i686/elasticsearch-tmpfile.conf   |1 
 community-i686/elasticsearch.install|   24 ---
 community-i686/elasticsearch.service|   16 --
 community-i686/elasticsearch@.service   |   16 --
 community-x86_64/PKGBUILD   |   81 -
 community-x86_64/elasticsearch-sysctl.conf  |1 
 community-x86_64/elasticsearch-tmpfile.conf |1 
 community-x86_64/elasticsearch.install  |   24 ---
 community-x86_64/elasticsearch.service  |   16 --
 community-x86_64/elasticsearch@.service |   16 --
 18 files changed, 278 insertions(+), 278 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-27 07:39:44 UTC (rev 111935)
+++ community-i686/PKGBUILD 2014-05-27 07:45:13 UTC (rev 111936)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
-# Contributor: Marcello mererghost Rocha https://github.com/mereghost
-# Refactored by Blaž Speed Hrastnik https://github.com/archSeer
-
-pkgname=elasticsearch
-pkgver=1.2.0
-pkgrel=1
-pkgdesc=Distributed RESTful search engine built on top of Lucene
-arch=('i686' 'x86_64')
-url=http://www.elasticsearch.org/;
-license=('APACHE')
-depends=('java-runtime' 'bash')
-install='elasticsearch.install'
-source=(
-  http://download.elasticsearch.org/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz;
-  elasticsearch.service
-  elasticsearch@.service
-  elasticsearch-tmpfile.conf
-  elasticsearch-sysctl.conf
-)
-
-backup=('etc/elasticsearch/elasticsearch.yml'
-'etc/elasticsearch/logging.yml')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  for script in plugin elasticsearch; do
-sed 's|^ES_HOME=.*dirname.*|ES_HOME=/usr/share/elasticsearch|' \
-  -i bin/$script
-
-for java in jre jdk; do
-  sed /^CDPATH/i [ -f /etc/profile.d/$java.sh ]  . 
/etc/profile.d/$java.sh \
--i bin/$script
-done
-  done
-
-  sed 's|$ES_HOME/lib|/usr/lib/elasticsearch|g' -i bin/elasticsearch.in.sh 
bin/plugin
-
-  echo -e '\nJAVA_OPTS=$JAVA_OPTS 

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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 09:54:28
  Author: jgc
Revision: 213623

upgpkg: pygobject 3.12.2-1

Modified:
  pygobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 01:08:45 UTC (rev 213622)
+++ PKGBUILD2014-05-27 07:54:28 UTC (rev 213623)
@@ -3,7 +3,7 @@
 
 pkgbase=pygobject
 pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.12.1
+pkgver=3.12.2
 pkgrel=1
 arch=(i686 x86_64)
 url=https://live.gnome.org/PyGObject;
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(python python2 python-cairo python2-cairo gobject-introspection 
gnome-common)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('da5fe04759e862d347b26b53a6aea0affa7cbe858b7004475fa8c7929496da35')
+sha256sums=('7e7a3d349acf5bb4b68f8539a42e67958840a67cd4f0341ee9aa49189af2a522')
 
 prepare() {
   mkdir build-py2 build-py3 devel



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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 09:54:36
  Author: jgc
Revision: 213624

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-27 07:54:28 UTC (rev 213623)
+++ extra-i686/PKGBUILD 2014-05-27 07:54:36 UTC (rev 213624)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.12.1
-pkgrel=1
-arch=(i686 x86_64)
-url=https://live.gnome.org/PyGObject;
-license=(LGPL)
-makedepends=(python python2 python-cairo python2-cairo gobject-introspection 
gnome-common)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('da5fe04759e862d347b26b53a6aea0affa7cbe858b7004475fa8c7929496da35')
-
-prepare() {
-  mkdir build-py2 build-py3 devel
-  cd ${pkgbase}-${pkgver}
-  sed -i '/Werror=format/d' configure # gcc 4.8
-}
-
-build() {
-  cd build-py2
-  ../${pkgbase}-${pkgver}/autogen.sh --prefix=/usr 
--with-python=/usr/bin/python2
-  make
-
-  cd ../build-py3
-  ../${pkgbase}-${pkgver}/configure --prefix=/usr
-  make
-}
-
-package_python-gobject() {
-  pkgdesc=Python 3 bindings for GObject
-  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
-
-  cd build-py3
-  make DESTDIR=$pkgdir install
-  rm -r $pkgdir/usr/{include,lib/pkgconfig}
-}
-
-package_python2-gobject() {
-  pkgdesc=Python 2 bindings for GObject
-  depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
-
-  cd build-py2
-  make DESTDIR=$pkgdir install
-  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
-}
-
-package_pygobject-devel() {
-  pkgdesc=Development files for the pygobject bindings
-  cd devel
-  mkdir -p $pkgdir/usr/{include,lib}
-  mv include $pkgdir/usr/
-  mv pkgconfig $pkgdir/usr/lib/
-}

Copied: pygobject/repos/extra-i686/PKGBUILD (from rev 213623, 
pygobject/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-27 07:54:36 UTC (rev 213624)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.12.2
+pkgrel=1
+arch=(i686 x86_64)
+url=https://live.gnome.org/PyGObject;
+license=(LGPL)
+makedepends=(python python2 python-cairo python2-cairo gobject-introspection 
gnome-common)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('7e7a3d349acf5bb4b68f8539a42e67958840a67cd4f0341ee9aa49189af2a522')
+
+prepare() {
+  mkdir build-py2 build-py3 devel
+  cd ${pkgbase}-${pkgver}
+  sed -i '/Werror=format/d' configure # gcc 4.8
+}
+
+build() {
+  cd build-py2
+  ../${pkgbase}-${pkgver}/autogen.sh --prefix=/usr 
--with-python=/usr/bin/python2
+  make
+
+  cd ../build-py3
+  ../${pkgbase}-${pkgver}/configure --prefix=/usr
+  make
+}
+
+package_python-gobject() {
+  pkgdesc=Python 3 bindings for GObject
+  depends=('gobject-introspection' 'python-cairo' pygobject-devel=$pkgver)
+
+  cd build-py3
+  make DESTDIR=$pkgdir install
+  rm -r $pkgdir/usr/{include,lib/pkgconfig}
+}
+
+package_python2-gobject() {
+  pkgdesc=Python 2 bindings for GObject
+  depends=('gobject-introspection' 'python2-cairo' pygobject-devel=$pkgver)
+
+  cd build-py2
+  make DESTDIR=$pkgdir install
+  mv $pkgdir/usr/{include,lib/pkgconfig} $srcdir/devel
+}
+
+package_pygobject-devel() {
+  pkgdesc=Development files for the pygobject bindings
+  cd devel
+  mkdir -p $pkgdir/usr/{include,lib}
+  mv include $pkgdir/usr/
+  mv pkgconfig $pkgdir/usr/lib/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-27 07:54:28 UTC (rev 213623)
+++ extra-x86_64/PKGBUILD   2014-05-27 07:54:36 UTC (rev 213624)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.12.1
-pkgrel=1
-arch=(i686 x86_64)
-url=https://live.gnome.org/PyGObject;
-license=(LGPL)
-makedepends=(python python2 python-cairo python2-cairo gobject-introspection 
gnome-common)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver:0:4}/$pkgbase-$pkgver.tar.xz)

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

2014-05-27 Thread Daniel Micay
Date: Tuesday, May 27, 2014 @ 09:57:12
  Author: thestinger
Revision: 111937

upgpkg: paxd 6-1

Modified:
  paxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 07:45:13 UTC (rev 111936)
+++ PKGBUILD2014-05-27 07:57:12 UTC (rev 111937)
@@ -1,6 +1,6 @@
 # Maintainer: Daniel Micay danielmi...@gmail.com
 pkgname=paxd
-pkgver=5
+pkgver=6
 pkgrel=1
 pkgdesc='PaX exception daemon'
 arch=(i686 x86_64)



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

2014-05-27 Thread Daniel Micay
Date: Tuesday, May 27, 2014 @ 09:57:39
  Author: thestinger
Revision: 111938

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

Added:
  paxd/repos/community-i686/10-enable-pax.conf
(from rev 111937, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-i686/PKGBUILD
(from rev 111937, paxd/trunk/PKGBUILD)
  paxd/repos/community-x86_64/10-enable-pax.conf
(from rev 111937, paxd/trunk/10-enable-pax.conf)
  paxd/repos/community-x86_64/PKGBUILD
(from rev 111937, paxd/trunk/PKGBUILD)
Deleted:
  paxd/repos/community-i686/10-enable-pax.conf
  paxd/repos/community-i686/PKGBUILD
  paxd/repos/community-x86_64/10-enable-pax.conf
  paxd/repos/community-x86_64/PKGBUILD

-+
 /10-enable-pax.conf |4 ++
 /PKGBUILD   |   54 ++
 community-i686/10-enable-pax.conf   |2 -
 community-i686/PKGBUILD |   27 -
 community-x86_64/10-enable-pax.conf |2 -
 community-x86_64/PKGBUILD   |   27 -
 6 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/10-enable-pax.conf
===
--- community-i686/10-enable-pax.conf   2014-05-27 07:57:12 UTC (rev 111937)
+++ community-i686/10-enable-pax.conf   2014-05-27 07:57:39 UTC (rev 111938)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-i686/10-enable-pax.conf (from rev 111937, 
paxd/trunk/10-enable-pax.conf)
===
--- community-i686/10-enable-pax.conf   (rev 0)
+++ community-i686/10-enable-pax.conf   2014-05-27 07:57:39 UTC (rev 111938)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-27 07:57:12 UTC (rev 111937)
+++ community-i686/PKGBUILD 2014-05-27 07:57:39 UTC (rev 111938)
@@ -1,27 +0,0 @@
-# Maintainer: Daniel Micay danielmi...@gmail.com
-pkgname=paxd
-pkgver=5
-pkgrel=1
-pkgdesc='PaX exception daemon'
-arch=(i686 x86_64)
-url='https://github.com/thestinger/paxd/'
-license=(MIT)
-depends=(glibc)
-makedepends=(git)
-source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
-md5sums=('SKIP'
- 'a40677d2cd39ada4c2560927c67e0ea2')
-backup=(etc/paxd.conf)
-
-build() {
-  cd $pkgname
-  make CC=gcc
-}
-
-package() {
-  cd $pkgname
-  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
-  make PREFIX=/usr DESTDIR=$pkgdir install
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 ../10-enable-pax.conf 
$pkgdir/etc/sysctl.d/10-enable-pax.conf
-}

Copied: paxd/repos/community-i686/PKGBUILD (from rev 111937, 
paxd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-27 07:57:39 UTC (rev 111938)
@@ -0,0 +1,27 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=paxd
+pkgver=6
+pkgrel=1
+pkgdesc='PaX exception daemon'
+arch=(i686 x86_64)
+url='https://github.com/thestinger/paxd/'
+license=(MIT)
+depends=(glibc)
+makedepends=(git)
+source=(git://github.com/thestinger/paxd#tag=$pkgver 10-enable-pax.conf)
+md5sums=('SKIP'
+ 'a40677d2cd39ada4c2560927c67e0ea2')
+backup=(etc/paxd.conf)
+
+build() {
+  cd $pkgname
+  make CC=gcc
+}
+
+package() {
+  cd $pkgname
+  mkdir -p $pkgdir/usr/lib/systemd/system/sysinit.target.wants
+  make PREFIX=/usr DESTDIR=$pkgdir install
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../10-enable-pax.conf 
$pkgdir/etc/sysctl.d/10-enable-pax.conf
+}

Deleted: community-x86_64/10-enable-pax.conf
===
--- community-x86_64/10-enable-pax.conf 2014-05-27 07:57:12 UTC (rev 111937)
+++ community-x86_64/10-enable-pax.conf 2014-05-27 07:57:39 UTC (rev 111938)
@@ -1,2 +0,0 @@
-# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
-kernel.pax.softmode = 0

Copied: paxd/repos/community-x86_64/10-enable-pax.conf (from rev 111937, 
paxd/trunk/10-enable-pax.conf)
===
--- community-x86_64/10-enable-pax.conf (rev 0)
+++ community-x86_64/10-enable-pax.conf 2014-05-27 07:57:39 UTC (rev 111938)
@@ -0,0 +1,2 @@
+# Disable PaX soft mode (set earlier by 05-grsecurity.conf)
+kernel.pax.softmode = 0

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-27 07:57:12 UTC (rev 111937)
+++ community-x86_64/PKGBUILD   2014-05-27 07:57:39 UTC (rev 111938)
@@ -1,27 +0,0 @@
-# 

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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 10:09:30
  Author: jgc
Revision: 213626

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

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

+
 /PKGBUILD  |   84 +++
 /rhythmbox.install |   26 
 extra-i686/PKGBUILD|   42 ---
 extra-i686/rhythmbox.install   |   13 --
 extra-x86_64/PKGBUILD  |   42 ---
 extra-x86_64/rhythmbox.install |   13 --
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-27 08:09:24 UTC (rev 213625)
+++ extra-i686/PKGBUILD 2014-05-27 08:09:30 UTC (rev 213626)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=rhythmbox
-pkgver=3.0.2
-pkgrel=2
-pkgdesc=An iTunes-like music playback and management application
-arch=(i686 x86_64)
-license=(GPL)
-url=http://www.rhythmbox.org;
-depends=(dconf desktop-file-utils gst-plugins-base gst-plugins-good libsoup 
json-glib libnotify libpeas media-player-info totem-plparser tdb webkitgtk3 
python-gobject gnome-icon-theme)
-makedepends=(itstool intltool brasero gobject-introspection vala grilo 
libdmapsharing lirc-utils libgpod libmtp)
-optdepends=('gst-plugins-ugly: Extra media codecs'
-'gst-plugins-bad: Extra media codecs'
-'gst-libav: Extra media codecs'
-'brasero: Audio CD Recorder plugin'
-'libdmapsharing: DAAP Music Sharing plugin'
-'grilo-plugins: Grilo media browser plugin'
-'lirc-utils: LIRC plugin'
-'libgpod: Portable Players - iPod plugin'
-'libmtp: Portable Players - MTP plugin'
-'zeitgeist: Zeitgeist plugin')
-options=('!emptydirs')
-install=rhythmbox.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0f929bf545ef79e935a385ff5099767a6aeb06a9af171f8fab08aeb21c216d26')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/rhythmbox \
-  --localstatedir=/var --disable-static \
-  --enable-daap --enable-python --enable-vala
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  rm -r $pkgdir/usr/lib/rhythmbox/sample-plugins
-}

Copied: rhythmbox/repos/extra-i686/PKGBUILD (from rev 213625, 
rhythmbox/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-27 08:09:30 UTC (rev 213626)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=rhythmbox
+pkgver=3.0.3
+pkgrel=1
+pkgdesc=An iTunes-like music playback and management application
+arch=(i686 x86_64)
+license=(GPL)
+url=http://www.rhythmbox.org;
+depends=(dconf desktop-file-utils gst-plugins-base gst-plugins-good libsoup 
json-glib libnotify libpeas media-player-info totem-plparser tdb webkitgtk3 
python-gobject gnome-icon-theme)
+makedepends=(itstool intltool brasero gobject-introspection vala grilo 
libdmapsharing lirc-utils libgpod libmtp)
+optdepends=('gst-plugins-ugly: Extra media codecs'
+'gst-plugins-bad: Extra media codecs'
+'gst-libav: Extra media codecs'
+'brasero: Audio CD Recorder plugin'
+'libdmapsharing: DAAP Music Sharing plugin'
+'grilo-plugins: Grilo media browser plugin'
+'lirc-utils: LIRC plugin'
+'libgpod: Portable Players - iPod plugin'
+'libmtp: Portable Players - MTP plugin'
+'zeitgeist: Zeitgeist plugin')
+options=('!emptydirs')
+install=rhythmbox.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fa967c27771af20c71e9992581acb0e19325c839f71c464b8e1cd5ac3a16dd80')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/rhythmbox \
+  --localstatedir=/var --disable-static \
+  --enable-daap --enable-python --enable-vala
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  rm -r 

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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 10:09:24
  Author: jgc
Revision: 213625

upgpkg: rhythmbox 3.0.3-1

Modified:
  rhythmbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 07:54:36 UTC (rev 213624)
+++ PKGBUILD2014-05-27 08:09:24 UTC (rev 213625)
@@ -3,8 +3,8 @@
 # Contributor: Giovanni Scafora giova...@archlinux.org
 
 pkgname=rhythmbox
-pkgver=3.0.2
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
 pkgdesc=An iTunes-like music playback and management application
 arch=(i686 x86_64)
 license=(GPL)
@@ -24,7 +24,7 @@
 options=('!emptydirs')
 install=rhythmbox.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0f929bf545ef79e935a385ff5099767a6aeb06a9af171f8fab08aeb21c216d26')
+sha256sums=('fa967c27771af20c71e9992581acb0e19325c839f71c464b8e1cd5ac3a16dd80')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 10:16:14
  Author: jgc
Revision: 213627

pgpkg: gssdp 0.14.8-1

Modified:
  gssdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 08:09:30 UTC (rev 213626)
+++ PKGBUILD2014-05-27 08:16:14 UTC (rev 213627)
@@ -3,7 +3,7 @@
 # Contributor: György Balló ball...@freestart.hu
 
 pkgname=gssdp
-pkgver=0.14.7
+pkgver=0.14.8
 pkgrel=1
 pkgdesc=A GObject-based API for handling resource discovery and announcement 
over SSDP
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection gtk3 gtk-doc vala)
 optdepends=('gtk3: gssdp-device-sniffer')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('02db81cb90a86c08579fc06f55584aea6b30dc6dcc7a5b5a4864a0ecb2f3d8b5')
+sha256sums=('4c3ffa01435e84dc31c954e669e1ca0749b962f76a333e74f5c2cb0de5803a13')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 10:16:21
  Author: jgc
Revision: 213628

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-27 08:16:14 UTC (rev 213627)
+++ extra-i686/PKGBUILD 2014-05-27 08:16:21 UTC (rev 213628)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gssdp
-pkgver=0.14.7
-pkgrel=1
-pkgdesc=A GObject-based API for handling resource discovery and announcement 
over SSDP
-arch=(i686 x86_64)
-url=http://gupnp.org/;
-license=(LGPL)
-depends=(libsoup)
-makedepends=(gobject-introspection gtk3 gtk-doc vala)
-optdepends=('gtk3: gssdp-device-sniffer')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('02db81cb90a86c08579fc06f55584aea6b30dc6dcc7a5b5a4864a0ecb2f3d8b5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gssdp/repos/extra-i686/PKGBUILD (from rev 213627, gssdp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-27 08:16:21 UTC (rev 213628)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gssdp
+pkgver=0.14.8
+pkgrel=1
+pkgdesc=A GObject-based API for handling resource discovery and announcement 
over SSDP
+arch=(i686 x86_64)
+url=http://gupnp.org/;
+license=(LGPL)
+depends=(libsoup)
+makedepends=(gobject-introspection gtk3 gtk-doc vala)
+optdepends=('gtk3: gssdp-device-sniffer')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('4c3ffa01435e84dc31c954e669e1ca0749b962f76a333e74f5c2cb0de5803a13')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-27 08:16:14 UTC (rev 213627)
+++ extra-x86_64/PKGBUILD   2014-05-27 08:16:21 UTC (rev 213628)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: György Balló ball...@freestart.hu
-
-pkgname=gssdp
-pkgver=0.14.7
-pkgrel=1
-pkgdesc=A GObject-based API for handling resource discovery and announcement 
over SSDP
-arch=(i686 x86_64)
-url=http://gupnp.org/;
-license=(LGPL)
-depends=(libsoup)
-makedepends=(gobject-introspection gtk3 gtk-doc vala)
-optdepends=('gtk3: gssdp-device-sniffer')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('02db81cb90a86c08579fc06f55584aea6b30dc6dcc7a5b5a4864a0ecb2f3d8b5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gssdp/repos/extra-x86_64/PKGBUILD (from rev 213627, 
gssdp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-27 08:16:21 UTC (rev 213628)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=gssdp
+pkgver=0.14.8
+pkgrel=1
+pkgdesc=A GObject-based API for handling resource discovery and announcement 
over SSDP
+arch=(i686 x86_64)
+url=http://gupnp.org/;
+license=(LGPL)
+depends=(libsoup)
+makedepends=(gobject-introspection gtk3 gtk-doc vala)
+optdepends=('gtk3: gssdp-device-sniffer')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)

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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 10:24:05
  Author: jgc
Revision: 213629

upgpkg: goffice 0.10.16-1

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 08:16:21 UTC (rev 213628)
+++ PKGBUILD2014-05-27 08:24:05 UTC (rev 213629)
@@ -2,7 +2,7 @@
 # Maintainer: Aaron Griffin aa...@archlinux.org
 
 pkgname=goffice
-pkgver=0.10.14
+pkgver=0.10.16
 pkgrel=1
 pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
 depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c0783ca32828a64a65fe57609a692c1cb6627d3dfe8bed4fed8a70f32c8f404e')
+sha256sums=('3ffd4c9c84d2128aebc17f05c60722fe2a9deb8802705636926b82a484c752dd')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 10:24:12
  Author: jgc
Revision: 213630

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-27 08:24:05 UTC (rev 213629)
+++ extra-i686/PKGBUILD 2014-05-27 08:24:12 UTC (rev 213630)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=goffice
-pkgver=0.10.14
-pkgrel=1
-pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
-depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c0783ca32828a64a65fe57609a692c1cb6627d3dfe8bed4fed8a70f32c8f404e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: goffice/repos/extra-i686/PKGBUILD (from rev 213629, 
goffice/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-27 08:24:12 UTC (rev 213630)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=goffice
+pkgver=0.10.16
+pkgrel=1
+pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3ffd4c9c84d2128aebc17f05c60722fe2a9deb8802705636926b82a484c752dd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-27 08:24:05 UTC (rev 213629)
+++ extra-x86_64/PKGBUILD   2014-05-27 08:24:12 UTC (rev 213630)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Aaron Griffin aa...@archlinux.org
-
-pkgname=goffice
-pkgver=0.10.14
-pkgrel=1
-pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
-arch=('i686' 'x86_64')
-url=http://www.gnome.org;
-license=('GPL')
-makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
-depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('c0783ca32828a64a65fe57609a692c1cb6627d3dfe8bed4fed8a70f32c8f404e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: goffice/repos/extra-x86_64/PKGBUILD (from rev 213629, 
goffice/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-27 08:24:12 UTC (rev 213630)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Aaron Griffin aa...@archlinux.org
+
+pkgname=goffice
+pkgver=0.10.16
+pkgrel=1
+pkgdesc=A library of document-centric objects and utilities built on top of 
GLib and Gtk+
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL')
+makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection')
+depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('3ffd4c9c84d2128aebc17f05c60722fe2a9deb8802705636926b82a484c752dd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install

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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 10:37:09
  Author: jgc
Revision: 213632

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

Added:
  gnumeric/repos/extra-i686/PKGBUILD
(from rev 213631, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-i686/gnumeric.install
(from rev 213631, gnumeric/trunk/gnumeric.install)
  gnumeric/repos/extra-i686/revert-warnings.patch
(from rev 213631, gnumeric/trunk/revert-warnings.patch)
  gnumeric/repos/extra-x86_64/PKGBUILD
(from rev 213631, gnumeric/trunk/PKGBUILD)
  gnumeric/repos/extra-x86_64/gnumeric.install
(from rev 213631, gnumeric/trunk/gnumeric.install)
  gnumeric/repos/extra-x86_64/revert-warnings.patch
(from rev 213631, gnumeric/trunk/revert-warnings.patch)
Deleted:
  gnumeric/repos/extra-i686/PKGBUILD
  gnumeric/repos/extra-i686/gnumeric.install
  gnumeric/repos/extra-i686/revert-warnings.patch
  gnumeric/repos/extra-x86_64/PKGBUILD
  gnumeric/repos/extra-x86_64/gnumeric.install
  gnumeric/repos/extra-x86_64/revert-warnings.patch

+
 /PKGBUILD  |   92 +++
 /gnumeric.install  |   38 ++
 /revert-warnings.patch |   22 
 extra-i686/PKGBUILD|   46 -
 extra-i686/gnumeric.install|   19 ---
 extra-i686/revert-warnings.patch   |   11 
 extra-x86_64/PKGBUILD  |   46 -
 extra-x86_64/gnumeric.install  |   19 ---
 extra-x86_64/revert-warnings.patch |   11 
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-27 08:37:01 UTC (rev 213631)
+++ extra-i686/PKGBUILD 2014-05-27 08:37:09 UTC (rev 213632)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger e...@archlinux.org
-# Contributor: Kritoke typeoli...@yahoo.com
-
-pkgname=gnumeric
-pkgver=1.12.14
-pkgrel=1
-pkgdesc=A GNOME Spreadsheet Program
-arch=('i686' 'x86_64')
-url=http://www.gnome.org/projects/gnumeric/;
-license=('GPL')
-depends=('goffice' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'psiconv' 'pygobject-devel' 'gnome-doc-utils'
- 'gobject-introspection')
-optdepends=('python2-gobject: for python plugin support'
-'perl: for perl plugin support'
-'psiconv: for Psion 5 file support'
-'yelp: for viewing the help manual')
-install=gnumeric.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
-revert-warnings.patch)
-sha256sums=('964b98098e7ddc17890fec575f88a48acceaaf078dc1522836b0df755224ca27'
-'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np0 -i ../revert-warnings.patch
-
-  # Remove invalid mime type. (FS#26338)
-  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
-
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-schemas-compile --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-}

Copied: gnumeric/repos/extra-i686/PKGBUILD (from rev 213631, 
gnumeric/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-27 08:37:09 UTC (rev 213632)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Belanger e...@archlinux.org
+# Contributor: Kritoke typeoli...@yahoo.com
+
+pkgname=gnumeric
+pkgver=1.12.16
+pkgrel=1
+pkgdesc=A GNOME Spreadsheet Program
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/gnumeric/;
+license=('GPL')
+depends=('goffice' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'psiconv' 'pygobject-devel' 'gnome-doc-utils'
+ 'gobject-introspection')
+optdepends=('python2-gobject: for python plugin support'
+'perl: for perl plugin support'
+'psiconv: for Psion 5 file support'
+'yelp: for viewing the help manual')
+install=gnumeric.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
+revert-warnings.patch)
+sha256sums=('fb2e3507c787b73d63872877063728c481cefe18de96bd4b8ab003e924cccba3'
+'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np0 -i ../revert-warnings.patch
+
+  # Remove invalid mime type. (FS#26338)
+  sed -i -e 's/zz-application\/zz-winassoc-xls;//' gnumeric.desktop.in
+
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} 

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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 10:37:01
  Author: jgc
Revision: 213631

upgpkg: gnumeric 1.12.16-1

Modified:
  gnumeric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 08:24:12 UTC (rev 213630)
+++ PKGBUILD2014-05-27 08:37:01 UTC (rev 213631)
@@ -3,7 +3,7 @@
 # Contributor: Kritoke typeoli...@yahoo.com
 
 pkgname=gnumeric
-pkgver=1.12.14
+pkgver=1.12.16
 pkgrel=1
 pkgdesc=A GNOME Spreadsheet Program
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 install=gnumeric.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz
 revert-warnings.patch)
-sha256sums=('964b98098e7ddc17890fec575f88a48acceaaf078dc1522836b0df755224ca27'
+sha256sums=('fb2e3507c787b73d63872877063728c481cefe18de96bd4b8ab003e924cccba3'
 'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
 
 prepare() {



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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 10:56:36
  Author: jgc
Revision: 213641

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

Added:
  imake/repos/extra-i686/LICENSE
(from rev 213640, imake/trunk/LICENSE)
  imake/repos/extra-i686/PKGBUILD
(from rev 213640, imake/trunk/PKGBUILD)
  imake/repos/extra-i686/linuxconfig.patch
(from rev 213640, imake/trunk/linuxconfig.patch)
  imake/repos/extra-x86_64/LICENSE
(from rev 213640, imake/trunk/LICENSE)
  imake/repos/extra-x86_64/PKGBUILD
(from rev 213640, imake/trunk/PKGBUILD)
  imake/repos/extra-x86_64/linuxconfig.patch
(from rev 213640, imake/trunk/linuxconfig.patch)
Deleted:
  imake/repos/extra-i686/LICENSE
  imake/repos/extra-i686/PKGBUILD
  imake/repos/extra-i686/gccmakedep-cpp-4.8-compat.patch
  imake/repos/extra-i686/imake-cpp-4.8-compat.patch
  imake/repos/extra-i686/linuxconfig.patch
  imake/repos/extra-x86_64/LICENSE
  imake/repos/extra-x86_64/PKGBUILD
  imake/repos/extra-x86_64/gccmakedep-cpp-4.8-compat.patch
  imake/repos/extra-x86_64/imake-cpp-4.8-compat.patch
  imake/repos/extra-x86_64/linuxconfig.patch

--+
 /LICENSE |  262 +
 /PKGBUILD|  112 ++
 /linuxconfig.patch   |   62 +
 extra-i686/LICENSE   |  131 
 extra-i686/PKGBUILD  |   66 --
 extra-i686/gccmakedep-cpp-4.8-compat.patch   |8 
 extra-i686/imake-cpp-4.8-compat.patch|   19 -
 extra-i686/linuxconfig.patch |   31 --
 extra-x86_64/LICENSE |  131 
 extra-x86_64/PKGBUILD|   66 --
 extra-x86_64/gccmakedep-cpp-4.8-compat.patch |8 
 extra-x86_64/imake-cpp-4.8-compat.patch  |   19 -
 extra-x86_64/linuxconfig.patch   |   31 --
 13 files changed, 436 insertions(+), 510 deletions(-)

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


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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 10:56:26
  Author: jgc
Revision: 213640

upgpkg: imake 1.0.7-1

Modified:
  imake/trunk/PKGBUILD
Deleted:
  imake/trunk/gccmakedep-cpp-4.8-compat.patch
  imake/trunk/imake-cpp-4.8-compat.patch

-+
 PKGBUILD|   20 +---
 gccmakedep-cpp-4.8-compat.patch |8 
 imake-cpp-4.8-compat.patch  |   19 ---
 3 files changed, 5 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 08:41:55 UTC (rev 213639)
+++ PKGBUILD2014-05-27 08:56:26 UTC (rev 213640)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=imake
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.7
+pkgrel=1
 pkgdesc=X.Org imake program and related utilities
 arch=('i686' 'x86_64')
 url=http://xorg.freedesktop.org/;
@@ -12,21 +12,17 @@
 makedepends=('pkgconfig' 'xproto' 'perl' 'xorg-util-macros' 'xorg-font-util')
 optdepends=('perl: for mkhtmlindex')
 
source=(http://xorg.freedesktop.org/releases/individual/util/imake-${pkgver}.tar.bz2
-
http://xorg.freedesktop.org/releases/individual/util/gccmakedep-1.0.2.tar.bz2
+
http://xorg.freedesktop.org/releases/individual/util/gccmakedep-1.0.3.tar.bz2
 
http://xorg.freedesktop.org/releases/individual/util/lndir-1.0.3.tar.bz2
 
http://xorg.freedesktop.org/releases/individual/util/makedepend-1.0.5.tar.bz2
 
http://xorg.freedesktop.org/releases/individual/util/xorg-cf-files-1.0.5.tar.bz2
-gccmakedep-cpp-4.8-compat.patch
-imake-cpp-4.8-compat.patch
 linuxconfig.patch
 LICENSE)
-sha1sums=('a54c025d7ac9894b6bc919d13454c6adb12ae140'
-  'a3d971a507a460233afd8ed46e9f06135fed634d'
+sha1sums=('52e236776133f217d438622034b8603d201a6ec5'
+  '03018e2fb9d7df4fec1623cedb1c090bc224f971'
   'fc71a6ff2cc0a1065cfb608796ffd6b4f0ce76fe'
   '2599afa039d2070bae9df6ce43da288b3a4adf97'
   'ae22eb81d56d018f0b3b149f70965ebfef2385fd'
-  'ef7bb90e30ce35131d049f45b650cd0cf6dc0a20'
-  '24f87a945307d4336ab2afd5cade683f0e94533c'
   '72f2d4cc4d4cc5f85ba6982718ae1bbb7e56e0d0'
   'c5ecffb25ad079ba3858e3aec047d046df603a89')
 
@@ -34,12 +30,6 @@
 prepare() {
   cd xorg-cf-files-1.0.5
   patch -p1 -i ../linuxconfig.patch
-
-  cd ../imake-1.0.6
-  patch -Np1 -i ../imake-cpp-4.8-compat.patch
-
-  cd ../gccmakedep-1.0.2
-  patch -Np1 -i ../gccmakedep-cpp-4.8-compat.patch
 }
 
 build() {

Deleted: gccmakedep-cpp-4.8-compat.patch
===
--- gccmakedep-cpp-4.8-compat.patch 2014-05-27 08:41:55 UTC (rev 213639)
+++ gccmakedep-cpp-4.8-compat.patch 2014-05-27 08:56:26 UTC (rev 213640)
@@ -1,8 +0,0 @@
 gccmakedep-1.0.2/cpprules.in.orig  2013-12-09 12:24:06.246894574 +
-+++ gccmakedep-1.0.2/cpprules.in   2013-12-09 12:24:44.806641603 +
-@@ -23,4 +23,4 @@
--e '/\@\@$$/s/\@\@$$/\\/'
- 
- .cpp:
--  $(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS)  $ | $(CPP_SED_MAGIC)  $@
-+  $(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) $ | $(CPP_SED_MAGIC)  $@

Deleted: imake-cpp-4.8-compat.patch
===
--- imake-cpp-4.8-compat.patch  2014-05-27 08:41:55 UTC (rev 213639)
+++ imake-cpp-4.8-compat.patch  2014-05-27 08:56:26 UTC (rev 213640)
@@ -1,19 +0,0 @@
 imake-1.0.6/Makefile.am.orig   2013-12-09 12:21:18.374675219 +
-+++ imake-1.0.6/Makefile.am2013-12-09 12:21:53.367776337 +
-@@ -76,13 +76,13 @@
-   $(MKHTMLINDEX)
- 
- xmkmf: xmkmf.cpp
--  $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DCONFIGDIRSPEC='-I$(XCONFDIR)'  
$(srcdir)/xmkmf.cpp | $(SED) -e /^\#/d | $(SED) -e s/XCOMM/\#/  $@
-+  $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DCONFIGDIRSPEC='-I$(XCONFDIR)' 
$(srcdir)/xmkmf.cpp | $(SED) -e /^\#/d | $(SED) -e s/XCOMM/\#/  $@
- 
- ccmakedep: mdepend.cpp
--  $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) 
-DPREPROC='$(PREPROCESSCMD_MKDEPEND)'  $(srcdir)/mdepend.cpp | $(SED) -e 
/^\#/d | $(SED) -e s/XCOMM/\#/  $@
-+  $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) 
-DPREPROC='$(PREPROCESSCMD_MKDEPEND)' $(srcdir)/mdepend.cpp | $(SED) -e 
/^\#/d | $(SED) -e s/XCOMM/\#/  $@
- 
- mergelib: mergelib.cpp
--  $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DARCMD=$(ARCMD) 
-DRANLIB=$(RANLIB)  $(srcdir)/mergelib.cpp | $(SED) -e /^\#/d | $(SED) -e 
s/XCOMM/\#/  $@
-+  $(AM_V_GEN)$(RAWCPP) $(RAWCPPFLAGS) -DARCMD=$(ARCMD) 
-DRANLIB=$(RANLIB) $(srcdir)/mergelib.cpp | $(SED) -e /^\#/d | $(SED) -e 
s/XCOMM/\#/  $@
- 
- if HAS_PERL
- MKHTMLINDEX_SCRIPT = $(srcdir)/mkhtmlindex.pl



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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 10:59:11
  Author: jgc
Revision: 213642

upgpkg: libinput 0.2.0-1

Modified:
  libinput/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 08:56:36 UTC (rev 213641)
+++ PKGBUILD2014-05-27 08:59:11 UTC (rev 213642)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=0.1.0
+pkgver=0.2.0
 pkgrel=1
 pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('systemd')
 options=('!libtool')
 source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('63214727be5115806868ebdf9470fe2ddf4b2e1229102e080237380d22b40a1d')
+sha256sums=('822bad40cac1fa90e38569da189a989d4b5f8ef58ec6bc6fefef8b78f825599c')
 
 build() {
   cd $pkgname-$pkgver



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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 10:59:18
  Author: jgc
Revision: 213643

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

Added:
  libinput/repos/testing-i686/
  libinput/repos/testing-i686/PKGBUILD
(from rev 213642, libinput/trunk/PKGBUILD)
  libinput/repos/testing-x86_64/
  libinput/repos/testing-x86_64/PKGBUILD
(from rev 213642, libinput/trunk/PKGBUILD)

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

Copied: libinput/repos/testing-i686/PKGBUILD (from rev 213642, 
libinput/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-27 08:59:18 UTC (rev 213643)
@@ -0,0 +1,27 @@
+# $Id: $
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'libsystemd' 'libevdev')
+makedepends=('systemd')
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('822bad40cac1fa90e38569da189a989d4b5f8ef58ec6bc6fefef8b78f825599c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: libinput/repos/testing-x86_64/PKGBUILD (from rev 213642, 
libinput/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-27 08:59:18 UTC (rev 213643)
@@ -0,0 +1,27 @@
+# $Id: $
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=0.2.0
+pkgrel=1
+pkgdesc=library that handles input devices for display servers and other 
applications that need to directly deal with input devices.
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libinput/;
+license=(custom:X11)
+depends=('mtdev' 'libsystemd' 'libevdev')
+makedepends=('systemd')
+options=('!libtool')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('822bad40cac1fa90e38569da189a989d4b5f8ef58ec6bc6fefef8b78f825599c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 11:23:51
  Author: jgc
Revision: 213645

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

Added:
  giflib/repos/staging-i686/
  giflib/repos/staging-i686/PKGBUILD
(from rev 213644, giflib/trunk/PKGBUILD)
  giflib/repos/staging-x86_64/
  giflib/repos/staging-x86_64/PKGBUILD
(from rev 213644, giflib/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: giflib/repos/staging-i686/PKGBUILD (from rev 213644, 
giflib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-27 09:23:51 UTC (rev 213645)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
+# Contributor: Grigorios Bouzakis grbzks[at]gmail[dot]com
+# Contributor: mightyjaym jm.ambros...@free.fr
+
+pkgname=giflib
+pkgver=5.1.0
+pkgrel=1
+pkgdesc=A library for reading and writing gif images
+url=http://sourceforge.net/projects/giflib/;
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
+source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('603838feeed62e9eaa90415742adddf9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+md5sums=('c7e9f1c10b755ab955156d4c1ac7fc5d')

Copied: giflib/repos/staging-x86_64/PKGBUILD (from rev 213644, 
giflib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2014-05-27 09:23:51 UTC (rev 213645)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Baptiste Daroussin baptiste.darous...@gmail.com
+# Contributor: Grigorios Bouzakis grbzks[at]gmail[dot]com
+# Contributor: mightyjaym jm.ambros...@free.fr
+
+pkgname=giflib
+pkgver=5.1.0
+pkgrel=1
+pkgdesc=A library for reading and writing gif images
+url=http://sourceforge.net/projects/giflib/;
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
+source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('603838feeed62e9eaa90415742adddf9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+md5sums=('c7e9f1c10b755ab955156d4c1ac7fc5d')



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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 11:23:45
  Author: jgc
Revision: 213644

upgpkg: giflib 5.1.0-1

Modified:
  giflib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 08:59:18 UTC (rev 213643)
+++ PKGBUILD2014-05-27 09:23:45 UTC (rev 213644)
@@ -5,7 +5,7 @@
 # Contributor: mightyjaym jm.ambros...@free.fr
 
 pkgname=giflib
-pkgver=5.0.6
+pkgver=5.1.0
 pkgrel=1
 pkgdesc=A library for reading and writing gif images
 url=http://sourceforge.net/projects/giflib/;
@@ -28,3 +28,4 @@
 
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }
+md5sums=('c7e9f1c10b755ab955156d4c1ac7fc5d')



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

2014-05-27 Thread Florian Pritz
Date: Tuesday, May 27, 2014 @ 11:29:19
  Author: bluewind
Revision: 111953

upgpkg: lib32-mpg123 1.20.0-1

upstream update

Modified:
  lib32-mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 08:43:06 UTC (rev 111952)
+++ PKGBUILD2014-05-27 09:29:19 UTC (rev 111953)
@@ -4,7 +4,7 @@
 
 _pkgbasename=mpg123
 pkgname=lib32-$_pkgbasename
-pkgver=1.19.0
+pkgver=1.20.0
 pkgrel=1
 pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
 optdepends=('lib32-sdl: for additional audio support')
 
source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('835f8ae489b41ae69fa8c76a0b1e5ee5495ef0ae'
+sha1sums=('f8060769e60c88fa2debf6c998773880e57b31a6'
   'SKIP')
 
 build() {



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

2014-05-27 Thread Florian Pritz
Date: Tuesday, May 27, 2014 @ 11:29:23
  Author: bluewind
Revision: 111954

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-27 09:29:19 UTC (rev 111953)
+++ PKGBUILD2014-05-27 09:29:23 UTC (rev 111954)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria h...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-_pkgbasename=mpg123
-pkgname=lib32-$_pkgbasename
-pkgver=1.19.0
-pkgrel=1
-pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)
-arch=('x86_64')
-url=http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
-makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
-optdepends=('lib32-sdl: for additional audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('835f8ae489b41ae69fa8c76a0b1e5ee5495ef0ae'
-  'SKIP')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  
-  ./configure --prefix=/usr --with-audio=alsa sdl --with-cpu=i586 
--libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  rm -rf ${pkgdir}/usr/{include,share,bin}
-}

Copied: lib32-mpg123/repos/multilib-x86_64/PKGBUILD (from rev 111953, 
lib32-mpg123/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-27 09:29:23 UTC (rev 111954)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Hugo Doria h...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+_pkgbasename=mpg123
+pkgname=lib32-$_pkgbasename
+pkgver=1.20.0
+pkgrel=1
+pkgdesc=A console based real time MPEG Audio Player for Layer 1, 2 and 3 
(32-bit)
+arch=('x86_64')
+url=http://sourceforge.net/projects/mpg123;
+license=('LGPL2.1')
+depends=('lib32-glibc' 'lib32-libtool' 'lib32-alsa-lib' $_pkgbasename)
+makedepends=('lib32-sdl' gcc-multilib libtool-multilib)
+optdepends=('lib32-sdl: for additional audio support')
+source=(http://downloads.sourceforge.net/sourceforge/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('f8060769e60c88fa2debf6c998773880e57b31a6'
+  'SKIP')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  
+  ./configure --prefix=/usr --with-audio=alsa sdl --with-cpu=i586 
--libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf ${pkgdir}/usr/{include,share,bin}
+}



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

2014-05-27 Thread Florian Pritz
Date: Tuesday, May 27, 2014 @ 11:30:36
  Author: bluewind
Revision: 111956

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-27 09:30:33 UTC (rev 111955)
+++ PKGBUILD2014-05-27 09:30:36 UTC (rev 111956)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Christoph Vigano mail at cvigano dot de
-# Contributor: Biru Ionut io...@archlinux.ro
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.3.0
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
-arch=('x86_64')
-license=('GPL3' 'LGPL2.1')
-url=http://gnutls.org/;
-depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
-makedepends=('gcc-multilib' 'lib32-libidn')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('4aeb8014feb4016c73a60f4e1ac73c9f'
- 'SKIP')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find $pkgdir
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 111955, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-27 09:30:36 UTC (rev 111956)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Christoph Vigano mail at cvigano dot de
+# Contributor: Biru Ionut io...@archlinux.ro
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.3.2
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
+arch=('x86_64')
+license=('GPL3' 'LGPL2.1')
+url=http://gnutls.org/;
+depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
+makedepends=('gcc-multilib' 'lib32-libidn')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('590851c331b1851c0ed3388879922c06'
+ 'SKIP')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find $pkgdir
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}



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

2014-05-27 Thread Florian Pritz
Date: Tuesday, May 27, 2014 @ 11:30:33
  Author: bluewind
Revision: 111955

upgpkg: lib32-gnutls 3.3.2-1

upstream update

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 09:29:23 UTC (rev 111954)
+++ PKGBUILD2014-05-27 09:30:33 UTC (rev 111955)
@@ -7,7 +7,7 @@
 
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.3.0
+pkgver=3.3.2
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=('lib32-zlib' 'lib32-nettle' 'lib32-p11-kit' 'lib32-libtasn1' 
$_pkgbasename)
 makedepends=('gcc-multilib' 'lib32-libidn')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('4aeb8014feb4016c73a60f4e1ac73c9f'
+md5sums=('590851c331b1851c0ed3388879922c06'
  'SKIP')
 
 build() {



[arch-commits] Commit in sxiv/trunk (PKGBUILD giflib-5.1.0.patch)

2014-05-27 Thread Bartłomiej Piotrowski
Date: Tuesday, May 27, 2014 @ 11:44:26
  Author: bpiotrowski
Revision: 111957

upgpkg: sxiv 1.2-2

rebuild against giflib 5.1.0

Added:
  sxiv/trunk/giflib-5.1.0.patch
Modified:
  sxiv/trunk/PKGBUILD

+
 PKGBUILD   |   17 -
 giflib-5.1.0.patch |   15 +++
 2 files changed, 27 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 09:30:36 UTC (rev 111956)
+++ PKGBUILD2014-05-27 09:44:26 UTC (rev 111957)
@@ -6,7 +6,7 @@
 
 pkgname=sxiv
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple X Image Viewer'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,15 +13,22 @@
 install=sxiv.install
 url='https://github.com/muennich/sxiv'
 depends=('imlib2' 'desktop-file-utils')
-source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz)
-md5sums=('9b79d3c70693d9abbc66295cf6f281a0')
+source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
+giflib-5.1.0.patch)
+md5sums=('9b79d3c70693d9abbc66295cf6f281a0'
+ '98a6c832655b90e57ff137df41a1fb90')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../giflib-5.1.0.patch
+}
+
 build() {
-  make -C sxiv-$pkgver
+  make -C $pkgname-$pkgver
 }
 
 package() {
-  cd sxiv-$pkgver
+  cd $pkgname-$pkgver
   make PREFIX=$pkgdir/usr install
   install -Dm644 sxiv.desktop $pkgdir/usr/share/applications/sxiv.desktop
 }

Added: giflib-5.1.0.patch
===
--- giflib-5.1.0.patch  (rev 0)
+++ giflib-5.1.0.patch  2014-05-27 09:44:26 UTC (rev 111957)
@@ -0,0 +1,15 @@
+diff -rupN a/image.c b/image.c
+--- a/image.c  2014-04-24 20:40:26.0 +0200
 b/image.c  2014-05-27 11:39:41.786715632 +0200
+@@ -278,7 +278,11 @@ bool img_load_gif(img_t *img, const file
+   }
+   } while (rec != TERMINATE_RECORD_TYPE);
+ 
++#if defined(GIFLIB_MAJOR)  GIFLIB_MAJOR = 5  GIFLIB_MINOR = 1
++  DGifCloseFile(gif, NULL);
++#else
+   DGifCloseFile(gif);
++#endif
+ 
+   if (err  !file-loaded)
+   warn(corrupted gif file: %s, file-name);



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

2014-05-27 Thread Bartłomiej Piotrowski
Date: Tuesday, May 27, 2014 @ 11:44:35
  Author: bpiotrowski
Revision: 111958

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

Added:
  sxiv/repos/community-staging-i686/
  sxiv/repos/community-staging-i686/PKGBUILD
(from rev 111957, sxiv/trunk/PKGBUILD)
  sxiv/repos/community-staging-i686/giflib-5.1.0.patch
(from rev 111957, sxiv/trunk/giflib-5.1.0.patch)
  sxiv/repos/community-staging-i686/sxiv.install
(from rev 111957, sxiv/trunk/sxiv.install)
  sxiv/repos/community-staging-x86_64/
  sxiv/repos/community-staging-x86_64/PKGBUILD
(from rev 111957, sxiv/trunk/PKGBUILD)
  sxiv/repos/community-staging-x86_64/giflib-5.1.0.patch
(from rev 111957, sxiv/trunk/giflib-5.1.0.patch)
  sxiv/repos/community-staging-x86_64/sxiv.install
(from rev 111957, sxiv/trunk/sxiv.install)

-+
 community-staging-i686/PKGBUILD |   34 ++
 community-staging-i686/giflib-5.1.0.patch   |   15 +++
 community-staging-i686/sxiv.install |7 +
 community-staging-x86_64/PKGBUILD   |   34 ++
 community-staging-x86_64/giflib-5.1.0.patch |   15 +++
 community-staging-x86_64/sxiv.install   |7 +
 6 files changed, 112 insertions(+)

Copied: sxiv/repos/community-staging-i686/PKGBUILD (from rev 111957, 
sxiv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-27 09:44:35 UTC (rev 111958)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Bert Muennich muennich at informatik.hu-berlin.de
+# Contributor: Brad Fanella bradfane...@archlinux.us
+
+pkgname=sxiv
+pkgver=1.2
+pkgrel=2
+pkgdesc='Simple X Image Viewer'
+arch=('i686' 'x86_64')
+license=('GPL2')
+install=sxiv.install
+url='https://github.com/muennich/sxiv'
+depends=('imlib2' 'desktop-file-utils')
+source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
+giflib-5.1.0.patch)
+md5sums=('9b79d3c70693d9abbc66295cf6f281a0'
+ '98a6c832655b90e57ff137df41a1fb90')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../giflib-5.1.0.patch
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/usr install
+  install -Dm644 sxiv.desktop $pkgdir/usr/share/applications/sxiv.desktop
+}

Copied: sxiv/repos/community-staging-i686/giflib-5.1.0.patch (from rev 111957, 
sxiv/trunk/giflib-5.1.0.patch)
===
--- community-staging-i686/giflib-5.1.0.patch   (rev 0)
+++ community-staging-i686/giflib-5.1.0.patch   2014-05-27 09:44:35 UTC (rev 
111958)
@@ -0,0 +1,15 @@
+diff -rupN a/image.c b/image.c
+--- a/image.c  2014-04-24 20:40:26.0 +0200
 b/image.c  2014-05-27 11:39:41.786715632 +0200
+@@ -278,7 +278,11 @@ bool img_load_gif(img_t *img, const file
+   }
+   } while (rec != TERMINATE_RECORD_TYPE);
+ 
++#if defined(GIFLIB_MAJOR)  GIFLIB_MAJOR = 5  GIFLIB_MINOR = 1
++  DGifCloseFile(gif, NULL);
++#else
+   DGifCloseFile(gif);
++#endif
+ 
+   if (err  !file-loaded)
+   warn(corrupted gif file: %s, file-name);

Copied: sxiv/repos/community-staging-i686/sxiv.install (from rev 111957, 
sxiv/trunk/sxiv.install)
===
--- community-staging-i686/sxiv.install (rev 0)
+++ community-staging-i686/sxiv.install 2014-05-27 09:44:35 UTC (rev 111958)
@@ -0,0 +1,7 @@
+post_install () {
+  update-desktop-database -q
+}
+
+post_upgrade () {
+  update-desktop-database -q
+}

Copied: sxiv/repos/community-staging-x86_64/PKGBUILD (from rev 111957, 
sxiv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-27 09:44:35 UTC (rev 111958)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Bert Muennich muennich at informatik.hu-berlin.de
+# Contributor: Brad Fanella bradfane...@archlinux.us
+
+pkgname=sxiv
+pkgver=1.2
+pkgrel=2
+pkgdesc='Simple X Image Viewer'
+arch=('i686' 'x86_64')
+license=('GPL2')
+install=sxiv.install
+url='https://github.com/muennich/sxiv'
+depends=('imlib2' 'desktop-file-utils')
+source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz
+giflib-5.1.0.patch)
+md5sums=('9b79d3c70693d9abbc66295cf6f281a0'
+ '98a6c832655b90e57ff137df41a1fb90')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../giflib-5.1.0.patch
+}
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  cd 

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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 11:50:39
  Author: jgc
Revision: 213647

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

Added:
  imlib/repos/staging-i686/
  imlib/repos/staging-i686/CAN-2004-1026.patch
(from rev 213646, imlib/trunk/CAN-2004-1026.patch)
  imlib/repos/staging-i686/PKGBUILD
(from rev 213646, imlib/trunk/PKGBUILD)
  imlib/repos/staging-i686/aclocal-fixes.patch
(from rev 213646, imlib/trunk/aclocal-fixes.patch)
  imlib/repos/staging-i686/debian-bug448360.patch
(from rev 213646, imlib/trunk/debian-bug448360.patch)
  imlib/repos/staging-i686/imlib-1.9.15-libpng15.patch
(from rev 213646, imlib/trunk/imlib-1.9.15-libpng15.patch)
  imlib/repos/staging-i686/imlib-giflib51.patch
(from rev 213646, imlib/trunk/imlib-giflib51.patch)
  imlib/repos/staging-i686/imlib-gtk.patch
(from rev 213646, imlib/trunk/imlib-gtk.patch)
  imlib/repos/staging-x86_64/
  imlib/repos/staging-x86_64/CAN-2004-1026.patch
(from rev 213646, imlib/trunk/CAN-2004-1026.patch)
  imlib/repos/staging-x86_64/PKGBUILD
(from rev 213646, imlib/trunk/PKGBUILD)
  imlib/repos/staging-x86_64/aclocal-fixes.patch
(from rev 213646, imlib/trunk/aclocal-fixes.patch)
  imlib/repos/staging-x86_64/debian-bug448360.patch
(from rev 213646, imlib/trunk/debian-bug448360.patch)
  imlib/repos/staging-x86_64/imlib-1.9.15-libpng15.patch
(from rev 213646, imlib/trunk/imlib-1.9.15-libpng15.patch)
  imlib/repos/staging-x86_64/imlib-giflib51.patch
(from rev 213646, imlib/trunk/imlib-giflib51.patch)
  imlib/repos/staging-x86_64/imlib-gtk.patch
(from rev 213646, imlib/trunk/imlib-gtk.patch)

+
 staging-i686/CAN-2004-1026.patch   |  510 +++
 staging-i686/PKGBUILD  |   49 ++
 staging-i686/aclocal-fixes.patch   |   20 +
 staging-i686/debian-bug448360.patch|   92 
 staging-i686/imlib-1.9.15-libpng15.patch   |  142 +++
 staging-i686/imlib-giflib51.patch  |  126 ++
 staging-i686/imlib-gtk.patch   |   14 
 staging-x86_64/CAN-2004-1026.patch |  510 +++
 staging-x86_64/PKGBUILD|   49 ++
 staging-x86_64/aclocal-fixes.patch |   20 +
 staging-x86_64/debian-bug448360.patch  |   92 
 staging-x86_64/imlib-1.9.15-libpng15.patch |  142 +++
 staging-x86_64/imlib-giflib51.patch|  126 ++
 staging-x86_64/imlib-gtk.patch |   14 
 14 files changed, 1906 insertions(+)

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


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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 11:50:27
  Author: jgc
Revision: 213646

upgpkg: imlib 1.9.15-15

giflib 5.1 rebuild

Added:
  imlib/trunk/imlib-giflib51.patch
Modified:
  imlib/trunk/PKGBUILD
Deleted:
  imlib/trunk/imlib-giflib5.patch

--+
 PKGBUILD |9 +--
 imlib-giflib5.patch  |  110 --
 imlib-giflib51.patch |  126 +
 3 files changed, 131 insertions(+), 114 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 09:23:51 UTC (rev 213645)
+++ PKGBUILD2014-05-27 09:50:27 UTC (rev 213646)
@@ -3,7 +3,7 @@
 
 pkgname=imlib
 pkgver=1.9.15
-pkgrel=14
+pkgrel=15
 pkgdesc=General image handling library for X11 and Gtk
 arch=('i686' 'x86_64')
 url=http://freshmeat.net/projects/imlib/;
@@ -12,13 +12,13 @@
 makedepends=('libxt')
 
source=(http://ftp.gnome.org/pub/GNOME/sources/imlib/1.9/${pkgname}-${pkgver}.tar.bz2
 debian-bug448360.patch CAN-2004-1026.patch aclocal-fixes.patch 
-imlib-1.9.15-libpng15.patch imlib-giflib5.patch imlib-gtk.patch)
+imlib-1.9.15-libpng15.patch imlib-giflib51.patch imlib-gtk.patch)
 sha1sums=('c9a732a354fbb3c7e1a426e5d19fc92d73f8f720'
   'fe2fd9ce4d7bc62271e724153de39012de8ec5ee'
   'ec1b47281c1a7fb21abe841f948ecc56ed13f310'
   'af54cb1ee0c8c6122b277284ebdd1022e31df3b5'
   '33c3aaa43eb624f2a6ab0406285a851590e3'
-  '56e9d65e05a347452fd608d2dfc8538f7ce09893'
+  '3c33b3d7f7125a6fbfcf48ca585739b71b1d8ebf'
   '7cf962f8d7488200910ba4bdee00473f035b054a')
 
 prepare() {
@@ -27,9 +27,10 @@
   patch -p1 -i ${srcdir}/CAN-2004-1026.patch
   patch -p0 -i ${srcdir}/aclocal-fixes.patch
   patch -p0 -i ${srcdir}/imlib-1.9.15-libpng15.patch
-  patch -p1 -i ${srcdir}/imlib-giflib5.patch
+  patch -p1 -i ${srcdir}/imlib-giflib51.patch
   patch -p1 -i ${srcdir}/imlib-gtk.patch
   sed '/AC_PATH_XTRA/d' -i configure.in
+  mv configure.in configure.ac
   libtoolize --force
   cp /usr/bin/libtool .
 }

Deleted: imlib-giflib5.patch
===
--- imlib-giflib5.patch 2014-05-27 09:23:51 UTC (rev 213645)
+++ imlib-giflib5.patch 2014-05-27 09:50:27 UTC (rev 213646)
@@ -1,110 +0,0 @@
-diff -Naur imlib-1.9.15-orig/Imlib/load.c imlib-1.9.15/Imlib/load.c
 imlib-1.9.15-orig/Imlib/load.c 2013-07-29 17:33:54.656601713 -0400
-+++ imlib-1.9.15/Imlib/load.c  2013-07-29 17:39:39.063991823 -0400
-@@ -444,6 +444,7 @@
-   int intjump[] = {8, 8, 4, 2};
-   int istransp, transp;
-   int fd;
-+  int Error;
- 
-   done = 0;
-   istransp = 0;
-@@ -454,7 +455,7 @@
-   fd = fileno(f);
-   /* Apparently rewind(f) isn't sufficient */
-   lseek(fd, (long) 0, 0);
--  gif = DGifOpenFileHandle(fd);
-+  gif = DGifOpenFileHandle(fd, Error);
- 
-   if (!gif)
- return NULL;
-diff -Naur imlib-1.9.15-orig/gdk_imlib/io-gif.c imlib-1.9.15/gdk_imlib/io-gif.c
 imlib-1.9.15-orig/gdk_imlib/io-gif.c   2013-07-29 17:33:54.656601713 
-0400
-+++ imlib-1.9.15/gdk_imlib/io-gif.c2013-07-29 17:37:11.941783903 -0400
-@@ -23,6 +23,7 @@
-   int intjump[] = {8, 8, 4, 2};
-   int istransp, transp;
-   int fd;
-+  int Error;
- 
-   done = 0;
-   istransp = 0;
-@@ -30,7 +31,7 @@
-   fd = fileno(f);
-   /* Apparently rewind(f) isn't sufficient */
-   lseek(fd, (long) 0, 0);
--  gif = DGifOpenFileHandle(fd);
-+  gif = DGifOpenFileHandle(fd, Error);
- 
-   transp = -1;
-   data = NULL;
-diff -Naur imlib-1.9.15-orig/Imlib/load.c imlib-1.9.15/Imlib/load.c
 imlib-1.9.15-orig/Imlib/load.c 2013-07-29 22:06:15.111285191 -0400
-+++ imlib-1.9.15/Imlib/load.c  2013-07-29 22:07:36.926673905 -0400
-@@ -6,6 +6,14 @@
- 
- #define G_MAXINT ((int) 0x7fff)
- 
-+static void
-+localPrintGifError(void)
-+{
-+int ErrorCode=0;
-+GifErrorString(ErrorCode);
-+fprintf(stderr, \nGIF-LIB error: %i.\n, ErrorCode);
-+}
-+
- /*  Split the ID - damages input*/
- 
- static char*
-@@ -462,14 +470,14 @@
- {
-   if (DGifGetRecordType(gif, rec) == GIF_ERROR)
-   {
--PrintGifError();
-+localPrintGifError();
- rec = TERMINATE_RECORD_TYPE;
-   }
-   if ((rec == IMAGE_DESC_RECORD_TYPE)  (!done))
-   {
- if (DGifGetImageDesc(gif) == GIF_ERROR)
-   {
--PrintGifError();
-+localPrintGifError();
- rec = TERMINATE_RECORD_TYPE;
-   }
- *w = gif-Image.Width;
-diff -Naur imlib-1.9.15-orig/gdk_imlib/io-gif.c imlib-1.9.15/gdk_imlib/io-gif.c
 imlib-1.9.15-orig/gdk_imlib/io-gif.c   2013-07-29 22:06:15.111285191 
-0400
-+++ imlib-1.9.15/gdk_imlib/io-gif.c2013-07-29 22:08:46.182265058 -0400
-@@ -10,6 +10,14 @@
- #else
- #include gif_lib.h
- 
-+static void

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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 12:01:09
  Author: jgc
Revision: 213648

upgpkg: imlib2 1.4.6-2

giflib rebuild

Added:
  imlib2/trunk/imlib2-giflib51.patch
Modified:
  imlib2/trunk/PKGBUILD
Deleted:
  imlib2/trunk/imlib2-giflib5.patch

---+
 PKGBUILD  |8 +++---
 imlib2-giflib5.patch  |   14 --
 imlib2-giflib51.patch |   64 
 3 files changed, 68 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 09:50:39 UTC (rev 213647)
+++ PKGBUILD2014-05-27 10:01:09 UTC (rev 213648)
@@ -5,7 +5,7 @@
 
 pkgname=imlib2
 pkgver=1.4.6
-pkgrel=1
+pkgrel=2
 pkgdesc=Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support
 url=http://sourceforge.net/projects/enlightenment/;
 arch=('i686' 'x86_64')
@@ -12,13 +12,13 @@
 license=('BSD')
 depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 
'libjpeg-turbo')
 source=(http://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2
-imlib2-giflib5.patch)
+imlib2-giflib51.patch)
 sha1sums=('20e111d822074593e8d657ecf8aafe504e9e2967'
-  '29d0778ffbe6e57f08048918a79eb1ad6af87bce')
+  '3ee249142b4caecc4a38ac29a999708447f250c1')
 
 prepare() {
   cd $pkgname-$pkgver
-  patch -Np0 -i ../imlib2-giflib5.patch
+  patch -Np1 -i ../imlib2-giflib51.patch
 }
 
 build() {

Deleted: imlib2-giflib5.patch
===
--- imlib2-giflib5.patch2014-05-27 09:50:39 UTC (rev 213647)
+++ imlib2-giflib5.patch2014-05-27 10:01:09 UTC (rev 213648)
@@ -1,14 +0,0 @@
 src/modules/loaders/loader_gif.c.orig
-+++ src/modules/loaders/loader_gif.c
-@@ -40,7 +40,11 @@ load(ImlibImage * im, ImlibProgressFunct
- #endif
-if (fd  0)
-   return 0;
-+#if defined(GIFLIB_MAJOR)  (GIFLIB_MAJOR = 5)
-+   gif = DGifOpenFileHandle(fd, NULL);
-+#else
-gif = DGifOpenFileHandle(fd);
-+#endif
-if (!gif)
-  {
- close(fd);

Added: imlib2-giflib51.patch
===
--- imlib2-giflib51.patch   (rev 0)
+++ imlib2-giflib51.patch   2014-05-27 10:01:09 UTC (rev 213648)
@@ -0,0 +1,64 @@
+diff -ruN imlib2-1.4.6.orig/src/modules/loaders/loader_gif.c 
imlib2-1.4.6/src/modules/loaders/loader_gif.c
+--- imlib2-1.4.6.orig/src/modules/loaders/loader_gif.c 2013-12-21 
10:16:10.0 +
 imlib2-1.4.6/src/modules/loaders/loader_gif.c  2014-05-27 
09:52:35.857291512 +
+@@ -36,7 +36,7 @@
+ #endif
+if (fd  0)
+   return 0;
+-   gif = DGifOpenFileHandle(fd);
++   gif = DGifOpenFileHandle(fd, NULL);
+if (!gif)
+  {
+ close(fd);
+@@ -60,13 +60,13 @@
+  h = gif-Image.Height;
+  if (!IMAGE_DIMENSIONS_OK(w, h))
+{
+-  DGifCloseFile(gif);
++  DGifCloseFile(gif, NULL);
+   return 0;
+}
+  rows = malloc(h * sizeof(GifRowType *));
+  if (!rows)
+{
+-  DGifCloseFile(gif);
++  DGifCloseFile(gif, NULL);
+   return 0;
+}
+  for (i = 0; i  h; i++)
+@@ -78,7 +78,7 @@
+   rows[i] = malloc(w * sizeof(GifPixelType));
+   if (!rows[i])
+ {
+-   DGifCloseFile(gif);
++   DGifCloseFile(gif, NULL);
+for (i = 0; i  h; i++)
+  {
+ if (rows[i])
+@@ -150,7 +150,7 @@
+ im-data = (DATA32 *) malloc(sizeof(DATA32) * w * h);
+ if (!im-data)
+   {
+- DGifCloseFile(gif);
++ DGifCloseFile(gif, NULL);
+  free(rows);
+  return 0;
+   }
+@@ -181,7 +181,7 @@
+last_per = (int)per;
+if (!(progress(im, (int)per, 0, last_y, w, i)))
+  {
+-DGifCloseFile(gif);
++DGifCloseFile(gif, NULL);
+ for (i = 0; i  h; i++)
+   {
+  free(rows[i]);
+@@ -198,7 +198,7 @@
+  {
+ progress(im, 100, 0, last_y, w, h);
+  }
+-   DGifCloseFile(gif);
++   DGifCloseFile(gif, NULL);
+for (i = 0; i  h; i++)
+  {
+ free(rows[i]);



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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 12:01:17
  Author: jgc
Revision: 213649

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

Added:
  imlib2/repos/staging-i686/
  imlib2/repos/staging-i686/PKGBUILD
(from rev 213648, imlib2/trunk/PKGBUILD)
  imlib2/repos/staging-i686/imlib2-giflib51.patch
(from rev 213648, imlib2/trunk/imlib2-giflib51.patch)
  imlib2/repos/staging-x86_64/
  imlib2/repos/staging-x86_64/PKGBUILD
(from rev 213648, imlib2/trunk/PKGBUILD)
  imlib2/repos/staging-x86_64/imlib2-giflib51.patch
(from rev 213648, imlib2/trunk/imlib2-giflib51.patch)

--+
 staging-i686/PKGBUILD|   42 +
 staging-i686/imlib2-giflib51.patch   |   64 +
 staging-x86_64/PKGBUILD  |   42 +
 staging-x86_64/imlib2-giflib51.patch |   64 +
 4 files changed, 212 insertions(+)

Copied: imlib2/repos/staging-i686/PKGBUILD (from rev 213648, 
imlib2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-27 10:01:17 UTC (rev 213649)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Arjan Timmerman arjan.archlinux.org
+# Contributor: Tom Newsom Jeepster.gmx.co.uk
+
+pkgname=imlib2
+pkgver=1.4.6
+pkgrel=2
+pkgdesc=Library that does image file loading and saving as well as rendering, 
manipulation, arbitrary polygon support
+url=http://sourceforge.net/projects/enlightenment/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('libtiff' 'giflib' 'bzip2' 'freetype2' 'libxext' 'libpng' 'libid3tag' 
'libjpeg-turbo')
+source=(http://downloads.sourceforge.net/enlightenment/$pkgname-$pkgver.tar.bz2
+imlib2-giflib51.patch)
+sha1sums=('20e111d822074593e8d657ecf8aafe504e9e2967'
+  '3ee249142b4caecc4a38ac29a999708447f250c1')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../imlib2-giflib51.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  [ $CARCH = i686 ]  EXTRAOPTS=--enable-mmx
+  [ $CARCH = x86_64 ]  EXTRAOPTS=--enable-amd64
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc/imlib2 \
+  --x-libraries=/usr/lib $EXTRAOPTS
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # Install License
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: imlib2/repos/staging-i686/imlib2-giflib51.patch (from rev 213648, 
imlib2/trunk/imlib2-giflib51.patch)
===
--- staging-i686/imlib2-giflib51.patch  (rev 0)
+++ staging-i686/imlib2-giflib51.patch  2014-05-27 10:01:17 UTC (rev 213649)
@@ -0,0 +1,64 @@
+diff -ruN imlib2-1.4.6.orig/src/modules/loaders/loader_gif.c 
imlib2-1.4.6/src/modules/loaders/loader_gif.c
+--- imlib2-1.4.6.orig/src/modules/loaders/loader_gif.c 2013-12-21 
10:16:10.0 +
 imlib2-1.4.6/src/modules/loaders/loader_gif.c  2014-05-27 
09:52:35.857291512 +
+@@ -36,7 +36,7 @@
+ #endif
+if (fd  0)
+   return 0;
+-   gif = DGifOpenFileHandle(fd);
++   gif = DGifOpenFileHandle(fd, NULL);
+if (!gif)
+  {
+ close(fd);
+@@ -60,13 +60,13 @@
+  h = gif-Image.Height;
+  if (!IMAGE_DIMENSIONS_OK(w, h))
+{
+-  DGifCloseFile(gif);
++  DGifCloseFile(gif, NULL);
+   return 0;
+}
+  rows = malloc(h * sizeof(GifRowType *));
+  if (!rows)
+{
+-  DGifCloseFile(gif);
++  DGifCloseFile(gif, NULL);
+   return 0;
+}
+  for (i = 0; i  h; i++)
+@@ -78,7 +78,7 @@
+   rows[i] = malloc(w * sizeof(GifPixelType));
+   if (!rows[i])
+ {
+-   DGifCloseFile(gif);
++   DGifCloseFile(gif, NULL);
+for (i = 0; i  h; i++)
+  {
+ if (rows[i])
+@@ -150,7 +150,7 @@
+ im-data = (DATA32 *) malloc(sizeof(DATA32) * w * h);
+ if (!im-data)
+   {
+- DGifCloseFile(gif);
++ DGifCloseFile(gif, NULL);
+  free(rows);
+  return 0;
+   }
+@@ -181,7 +181,7 @@
+last_per = (int)per;
+if (!(progress(im, (int)per, 0, last_y, w, i)))
+  {
+-DGifCloseFile(gif);
++DGifCloseFile(gif, NULL);
+ for (i = 0; i  h; i++)
+   {
+  free(rows[i]);
+@@ -198,7 +198,7 @@
+  {
+ progress(im, 100, 0, last_y, w, h);
+  }
+-   

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

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:20:38
  Author: lfleischer
Revision: 111960

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

Added:
  gnome-mplayer/repos/community-i686/PKGBUILD
(from rev 111959, gnome-mplayer/trunk/PKGBUILD)
  gnome-mplayer/repos/community-i686/gnome-mplayer.install
(from rev 111959, gnome-mplayer/trunk/gnome-mplayer.install)
  gnome-mplayer/repos/community-x86_64/PKGBUILD
(from rev 111959, gnome-mplayer/trunk/PKGBUILD)
  gnome-mplayer/repos/community-x86_64/gnome-mplayer.install
(from rev 111959, gnome-mplayer/trunk/gnome-mplayer.install)
Deleted:
  gnome-mplayer/repos/community-i686/PKGBUILD
  gnome-mplayer/repos/community-i686/gnome-mplayer.install
  gnome-mplayer/repos/community-x86_64/PKGBUILD
  gnome-mplayer/repos/community-x86_64/gnome-mplayer.install

+
 /PKGBUILD  |   66 +++
 /gnome-mplayer.install |   44 
 community-i686/PKGBUILD|   33 ---
 community-i686/gnome-mplayer.install   |   22 --
 community-x86_64/PKGBUILD  |   33 ---
 community-x86_64/gnome-mplayer.install |   22 --
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-27 10:20:25 UTC (rev 111959)
+++ community-i686/PKGBUILD 2014-05-27 10:20:38 UTC (rev 111960)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Allan McRae mcrae_al...@hotmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=gnome-mplayer
-pkgver=1.0.8
-pkgrel=1
-pkgdesc='A simple MPlayer GUI.'
-arch=('i686' 'x86_64')
-url='http://gnome-mplayer.googlecode.com/'
-license=('GPL')
-depends=('mplayer' 'dbus-glib' 'libnotify' 'gnome-icon-theme' 
'hicolor-icon-theme' 'dconf' 'gmtk')
-makedepends=('gnome-power-manager' 'nautilus')
-install=${pkgname}.install
-source=(http://gnome-mplayer.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('9225dc0645d050ee31dd877559d7c16b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-install
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  sed -i 's@Exec=gnome-mplayer %U@Exec=gnome-mplayer %F@' \
-${pkgdir}/usr/share/applications/${pkgname}.desktop
-}

Copied: gnome-mplayer/repos/community-i686/PKGBUILD (from rev 111959, 
gnome-mplayer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-27 10:20:38 UTC (rev 111960)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Allan McRae mcrae_al...@hotmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=gnome-mplayer
+pkgver=1.0.9
+pkgrel=1
+pkgdesc='A simple MPlayer GUI.'
+arch=('i686' 'x86_64')
+url='http://gnome-mplayer.googlecode.com/'
+license=('GPL')
+depends=('mplayer' 'dbus-glib' 'libnotify' 'gnome-icon-theme' 
'hicolor-icon-theme' 'dconf' 'gmtk')
+makedepends=('gnome-power-manager' 'nautilus')
+install=${pkgname}.install
+source=(https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('26c3ab335b6fcdda220b05c977f5b0f1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-install
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  sed -i 's@Exec=gnome-mplayer %U@Exec=gnome-mplayer %F@' \
+${pkgdir}/usr/share/applications/${pkgname}.desktop
+}

Deleted: community-i686/gnome-mplayer.install
===
--- community-i686/gnome-mplayer.install2014-05-27 10:20:25 UTC (rev 
111959)
+++ community-i686/gnome-mplayer.install2014-05-27 10:20:38 UTC (rev 
111960)
@@ -1,22 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
-}

Copied: gnome-mplayer/repos/community-i686/gnome-mplayer.install (from rev 
111959, gnome-mplayer/trunk/gnome-mplayer.install)
===
--- community-i686/gnome-mplayer.install(rev 0)
+++ community-i686/gnome-mplayer.install2014-05-27 10:20:38 UTC (rev 
111960)
@@ -0,0 +1,22 @@

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

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:20:25
  Author: lfleischer
Revision: 111959

upgpkg: gnome-mplayer 1.0.9-1

Upstream update.

Modified:
  gnome-mplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 09:44:35 UTC (rev 111958)
+++ PKGBUILD2014-05-27 10:20:25 UTC (rev 111959)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=gnome-mplayer
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc='A simple MPlayer GUI.'
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 depends=('mplayer' 'dbus-glib' 'libnotify' 'gnome-icon-theme' 
'hicolor-icon-theme' 'dconf' 'gmtk')
 makedepends=('gnome-power-manager' 'nautilus')
 install=${pkgname}.install
-source=(http://gnome-mplayer.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('9225dc0645d050ee31dd877559d7c16b')
+source=(https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('26c3ab335b6fcdda220b05c977f5b0f1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:21:10
  Author: lfleischer
Revision: 111961

upgpkg: gecko-mediaplayer 1.0.9-1

Upstream update.

Modified:
  gecko-mediaplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 10:20:38 UTC (rev 111960)
+++ PKGBUILD2014-05-27 10:21:10 UTC (rev 111961)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=gecko-mediaplayer
-pkgver=1.0.8
+pkgver=1.0.9
 pkgrel=1
 pkgdesc='Browser plugin that uses gnome-mplayer to play media in a web 
browser.'
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 depends=(gnome-mplayer=${pkgver} 'dbus-glib' 'gmtk' 'curl')
 makedepends=('xulrunner' 'pkgconfig')
 replaces=('mplayer-plugin')
-source=(http://gecko-mediaplayer.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d13303664fcbb7f3b1273be4b1aa1b1e')
+source=(https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('69b50ecbbbf34ca6d980a477345dbd40')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:21:23
  Author: lfleischer
Revision: 111962

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

Added:
  gecko-mediaplayer/repos/community-i686/PKGBUILD
(from rev 111961, gecko-mediaplayer/trunk/PKGBUILD)
  gecko-mediaplayer/repos/community-i686/firefox-8.patch
(from rev 111961, gecko-mediaplayer/trunk/firefox-8.patch)
  gecko-mediaplayer/repos/community-x86_64/PKGBUILD
(from rev 111961, gecko-mediaplayer/trunk/PKGBUILD)
  gecko-mediaplayer/repos/community-x86_64/firefox-8.patch
(from rev 111961, gecko-mediaplayer/trunk/firefox-8.patch)
Deleted:
  gecko-mediaplayer/repos/community-i686/PKGBUILD
  gecko-mediaplayer/repos/community-i686/firefox-8.patch
  gecko-mediaplayer/repos/community-x86_64/PKGBUILD
  gecko-mediaplayer/repos/community-x86_64/firefox-8.patch

--+
 /PKGBUILD|   60 +++
 /firefox-8.patch |   96 +
 community-i686/PKGBUILD  |   30 ---
 community-i686/firefox-8.patch   |   48 --
 community-x86_64/PKGBUILD|   30 ---
 community-x86_64/firefox-8.patch |   48 --
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-27 10:21:10 UTC (rev 111961)
+++ community-i686/PKGBUILD 2014-05-27 10:21:23 UTC (rev 111962)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Allan McRae mcrae_al...@hotmail.com
-# Contributor: fancris3 fancris3 at aol.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=gecko-mediaplayer
-pkgver=1.0.8
-pkgrel=1
-pkgdesc='Browser plugin that uses gnome-mplayer to play media in a web 
browser.'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/gecko-mediaplayer/'
-license=('GPL')
-depends=(gnome-mplayer=${pkgver} 'dbus-glib' 'gmtk' 'curl')
-makedepends=('xulrunner' 'pkgconfig')
-replaces=('mplayer-plugin')
-source=(http://gecko-mediaplayer.googlecode.com/files/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('d13303664fcbb7f3b1273be4b1aa1b1e')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --without-gconf 
--enable-new-libxul
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gecko-mediaplayer/repos/community-i686/PKGBUILD (from rev 111961, 
gecko-mediaplayer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-27 10:21:23 UTC (rev 111962)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Allan McRae mcrae_al...@hotmail.com
+# Contributor: fancris3 fancris3 at aol.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=gecko-mediaplayer
+pkgver=1.0.9
+pkgrel=1
+pkgdesc='Browser plugin that uses gnome-mplayer to play media in a web 
browser.'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/gecko-mediaplayer/'
+license=('GPL')
+depends=(gnome-mplayer=${pkgver} 'dbus-glib' 'gmtk' 'curl')
+makedepends=('xulrunner' 'pkgconfig')
+replaces=('mplayer-plugin')
+source=(https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('69b50ecbbbf34ca6d980a477345dbd40')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --without-gconf 
--enable-new-libxul
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/firefox-8.patch
===
--- community-i686/firefox-8.patch  2014-05-27 10:21:10 UTC (rev 111961)
+++ community-i686/firefox-8.patch  2014-05-27 10:21:23 UTC (rev 111962)
@@ -1,48 +0,0 @@
-diff -Naur gecko-mediaplayer-1.0.5b1-old/src/np_entry.cpp 
gecko-mediaplayer-1.0.5b1-new/src/np_entry.cpp
 gecko-mediaplayer-1.0.5b1-old/src/np_entry.cpp 2011-09-20 
20:48:04.0 +0300
-+++ gecko-mediaplayer-1.0.5b1-new/src/np_entry.cpp 2011-11-22 
15:57:46.751354874 +0200
-@@ -80,9 +80,9 @@
- 
- #endif  /* XP_WIN */
- 
--char *NPP_GetMIMEDescription();
-+const char *NPP_GetMIMEDescription();
- 
--char *NP_GetMIMEDescription()
-+const char *NP_GetMIMEDescription()
- {
- return NPP_GetMIMEDescription();
- }
-diff -Naur gecko-mediaplayer-1.0.5b1-old/src/npp_gate.cpp 
gecko-mediaplayer-1.0.5b1-new/src/npp_gate.cpp
 gecko-mediaplayer-1.0.5b1-old/src/npp_gate.cpp 2011-09-20 
20:48:04.0 +0300
-+++ gecko-mediaplayer-1.0.5b1-new/src/npp_gate.cpp 2011-11-22 
15:58:02.473353591 +0200
-@@ -44,7 +44,7 @@
- #include plugin_types.h
- #include plugin_setup.h
- 
--char 

[arch-commits] Commit in icecast/trunk (PKGBUILD icecast.service)

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:31:09
  Author: lfleischer
Revision: 111963

upgpkg: icecast 2.4.0-1

* Upstream update.
* Add libkate dependency (implements FS#40469).
* Add ExecReload to systemd unit (implements FS#40344).
* Remove man page (dropped by upstream).

Modified:
  icecast/trunk/PKGBUILD
  icecast/trunk/icecast.service

-+
 PKGBUILD|   14 +-
 icecast.service |2 ++
 2 files changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 10:21:23 UTC (rev 111962)
+++ PKGBUILD2014-05-27 10:31:09 UTC (rev 111963)
@@ -5,13 +5,13 @@
 # Contributor: Jason Chu j...@xentac.net
 
 pkgname=icecast
-pkgver=2.3.3
-pkgrel=4
+pkgver=2.4.0
+pkgrel=1
 pkgdesc='Streaming audio over the Internet'
 arch=('i686' 'x86_64')
 license=('GPL')
 url='http://www.icecast.org/'
-depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora')
+depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora' 'libkate')
 backup=('etc/icecast.xml'
 'etc/logrotate.d/icecast')
 
source=(http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
@@ -18,10 +18,10 @@
 'icecast.logrotate'
 'start-by-nobody.patch'
 'icecast.service')
-md5sums=('2b5d1b40778922e5f6431b7758c359ad'
+md5sums=('bb00bfc0d6d2dde24974641085602b81'
  '59c6552bcb1dd9fb542af8670dfabd3c'
  'd8e929d2214123a1954da4383bf16583'
- '1468e59f76de194579b615889e20198f')
+ '0753c15f01dc14852e5d70925fc1f6a0')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -37,10 +37,6 @@
 
   make DESTDIR=${pkgdir} install
 
-  # install man page
-  sed -i -e 's/icecast2/icecast/g' debian/icecast2.1
-  install -Dm644 debian/icecast2.1 ${pkgdir}/usr/share/man/man1/icecast.1
-
   # install logrotate config (taken from Fedora)
   install -Dm644 ${srcdir}/icecast.logrotate 
${pkgdir}/etc/logrotate.d/icecast
 

Modified: icecast.service
===
--- icecast.service 2014-05-27 10:21:23 UTC (rev 111962)
+++ icecast.service 2014-05-27 10:31:09 UTC (rev 111963)
@@ -3,7 +3,9 @@
 After=network.target
 
 [Service]
+Type=simple
 ExecStart=/usr/bin/icecast -c /etc/icecast.xml
+ExecReload=/usr/bin/kill -HUP $MAINPID
 
 [Install]
 WantedBy=multi-user.target



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

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:31:27
  Author: lfleischer
Revision: 111964

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

Added:
  icecast/repos/community-i686/PKGBUILD
(from rev 111963, icecast/trunk/PKGBUILD)
  icecast/repos/community-i686/icecast.logrotate
(from rev 111963, icecast/trunk/icecast.logrotate)
  icecast/repos/community-i686/icecast.service
(from rev 111963, icecast/trunk/icecast.service)
  icecast/repos/community-i686/start-by-nobody.patch
(from rev 111963, icecast/trunk/start-by-nobody.patch)
  icecast/repos/community-x86_64/PKGBUILD
(from rev 111963, icecast/trunk/PKGBUILD)
  icecast/repos/community-x86_64/icecast.logrotate
(from rev 111963, icecast/trunk/icecast.logrotate)
  icecast/repos/community-x86_64/icecast.service
(from rev 111963, icecast/trunk/icecast.service)
  icecast/repos/community-x86_64/start-by-nobody.patch
(from rev 111963, icecast/trunk/start-by-nobody.patch)
Deleted:
  icecast/repos/community-i686/PKGBUILD
  icecast/repos/community-i686/icecast.logrotate
  icecast/repos/community-i686/icecast.service
  icecast/repos/community-i686/start-by-nobody.patch
  icecast/repos/community-x86_64/PKGBUILD
  icecast/repos/community-x86_64/icecast.logrotate
  icecast/repos/community-x86_64/icecast.service
  icecast/repos/community-x86_64/start-by-nobody.patch

+
 /PKGBUILD  |   96 +++
 /icecast.logrotate |   16 +
 /icecast.service   |   22 +++
 /start-by-nobody.patch |   30 +
 community-i686/PKGBUILD|   52 
 community-i686/icecast.logrotate   |8 --
 community-i686/icecast.service |9 --
 community-i686/start-by-nobody.patch   |   15 
 community-x86_64/PKGBUILD  |   52 
 community-x86_64/icecast.logrotate |8 --
 community-x86_64/icecast.service   |9 --
 community-x86_64/start-by-nobody.patch |   15 
 12 files changed, 164 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-27 10:31:09 UTC (rev 111963)
+++ community-i686/PKGBUILD 2014-05-27 10:31:27 UTC (rev 111964)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: Jason Chu j...@xentac.net
-
-pkgname=icecast
-pkgver=2.3.3
-pkgrel=4
-pkgdesc='Streaming audio over the Internet'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.icecast.org/'
-depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora')
-backup=('etc/icecast.xml'
-'etc/logrotate.d/icecast')
-source=(http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'icecast.logrotate'
-'start-by-nobody.patch'
-'icecast.service')
-md5sums=('2b5d1b40778922e5f6431b7758c359ad'
- '59c6552bcb1dd9fb542af8670dfabd3c'
- 'd8e929d2214123a1954da4383bf16583'
- '1468e59f76de194579b615889e20198f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/start-by-nobody.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  # install man page
-  sed -i -e 's/icecast2/icecast/g' debian/icecast2.1
-  install -Dm644 debian/icecast2.1 ${pkgdir}/usr/share/man/man1/icecast.1
-
-  # install logrotate config (taken from Fedora)
-  install -Dm644 ${srcdir}/icecast.logrotate 
${pkgdir}/etc/logrotate.d/icecast
-
-  # create log directory
-  install -d -g99 -o99 ${pkgdir}/var/log/icecast
-
-  # install systemd unit
-  install -Dm0644 ${srcdir}/icecast.service 
${pkgdir}/usr/lib/systemd/system/icecast.service
-}

Copied: icecast/repos/community-i686/PKGBUILD (from rev 111963, 
icecast/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-27 10:31:27 UTC (rev 111964)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: Jason Chu j...@xentac.net
+
+pkgname=icecast
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Streaming audio over the Internet'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.icecast.org/'
+depends=('libxslt' 'libvorbis' 'curl' 'speex' 'libtheora' 'libkate')
+backup=('etc/icecast.xml'
+'etc/logrotate.d/icecast')
+source=(http://downloads.us.xiph.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'icecast.logrotate'
+'start-by-nobody.patch'
+'icecast.service')
+md5sums=('bb00bfc0d6d2dde24974641085602b81'
+ '59c6552bcb1dd9fb542af8670dfabd3c'
+ 

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

2014-05-27 Thread Sergej Pupykin
Date: Tuesday, May 27, 2014 @ 12:34:01
  Author: spupykin
Revision: 111967

upgpkg: workrave 1.10.4-1

upd

Modified:
  workrave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 10:33:36 UTC (rev 111966)
+++ PKGBUILD2014-05-27 10:34:01 UTC (rev 111967)
@@ -3,7 +3,7 @@
 # Maintainer: William Rea sillywi...@gmail.com
 
 pkgname=workrave
-pkgver=1.10.1
+pkgver=1.10.4
 pkgrel=1
 pkgdesc=a tool to help RSI
 arch=('i686' 'x86_64')
@@ -12,12 +12,13 @@
 depends=('libxtst' 'gtkmm3' 'gconf' 'gdome2' 'gstreamer0.10' 'libsm' 'libice'
 'python2-cheetah' 'libxss')
 makedepends=('intltool' 'gobject-introspection')
-source=(http://downloads.sourceforge.net/workrave/workrave-$pkgver.tar.gz)
-md5sums=('6ebc7896de350bf5fc61c24a210f9a6e')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rcaelers/workrave/archive/v${pkgver//./_}.tar.gz)
+md5sums=('bd38a32f9a7c08665b1950b29659296e')
 
 build() {
-  cd $srcdir/workrave-$pkgver
+  cd $srcdir/workrave-${pkgver//./_}
   export PYTHON=python2
+  ./autogen.sh
   ./configure --prefix=/usr --enable-dbus --sysconfdir=/etc 
--libexecdir=/usr/lib/workrave \
--disable-pulse
   make
@@ -24,6 +25,6 @@
 }
 
 package() {
-  cd $srcdir/workrave-$pkgver
+  cd $srcdir/workrave-${pkgver//./_}
   make DESTDIR=$pkgdir install
 }



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

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:33:17
  Author: lfleischer
Revision: 111965

upgpkg: pass 1.6.2-1

Upstream update.

Modified:
  pass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 10:31:27 UTC (rev 111964)
+++ PKGBUILD2014-05-27 10:33:17 UTC (rev 111965)
@@ -3,11 +3,11 @@
 
 pkgbase=pass
 pkgname=('pass' 'passmenu')
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 url='http://zx2c4.com/projects/password-store/'
 
source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-md5sums=('d970e0c5a0e4d1455e5bfb8926a4cc1c')
+md5sums=('4629a724c8d1e55af228d303cf4a6d5e')
 license=('GPL2')
 arch=('any')
 



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

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:33:36
  Author: lfleischer
Revision: 111966

archrelease: copy trunk to community-any

Added:
  pass/repos/community-any/PKGBUILD
(from rev 111965, pass/trunk/PKGBUILD)
Deleted:
  pass/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-27 10:33:17 UTC (rev 111965)
+++ PKGBUILD2014-05-27 10:33:36 UTC (rev 111966)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Simon Zimmermann si...@insmo.com
-
-pkgbase=pass
-pkgname=('pass' 'passmenu')
-pkgver=1.6.1
-pkgrel=1
-url='http://zx2c4.com/projects/password-store/'
-source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
-md5sums=('d970e0c5a0e4d1455e5bfb8926a4cc1c')
-license=('GPL2')
-arch=('any')
-
-package_pass() {
-  pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
-  depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
-  optdepends=('git: for Git support')
-  provides=(pass)
-  conflicts=(pass-git)
-
-  cd ${srcdir}/password-store-$pkgver/
-
-  make DESTDIR=${pkgdir} FORCE_ALL=1 install
-}
-
-package_passmenu() {
-  pkgdesc='A dmenu interface to pass'
-  depends=('bash' 'dmenu' 'pass')
-
-  cd ${srcdir}/password-store-$pkgver/contrib/dmenu/
-
-  install -Dm0755 passmenu ${pkgdir}/usr/bin/passmenu
-}

Copied: pass/repos/community-any/PKGBUILD (from rev 111965, pass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-27 10:33:36 UTC (rev 111966)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Simon Zimmermann si...@insmo.com
+
+pkgbase=pass
+pkgname=('pass' 'passmenu')
+pkgver=1.6.2
+pkgrel=1
+url='http://zx2c4.com/projects/password-store/'
+source=(http://git.zx2c4.com/password-store/snapshot/password-store-${pkgver}.tar.xz;)
+md5sums=('4629a724c8d1e55af228d303cf4a6d5e')
+license=('GPL2')
+arch=('any')
+
+package_pass() {
+  pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
+  depends=('xclip' 'bash' 'gnupg' 'pwgen' 'tree')
+  optdepends=('git: for Git support')
+  provides=(pass)
+  conflicts=(pass-git)
+
+  cd ${srcdir}/password-store-$pkgver/
+
+  make DESTDIR=${pkgdir} FORCE_ALL=1 install
+}
+
+package_passmenu() {
+  pkgdesc='A dmenu interface to pass'
+  depends=('bash' 'dmenu' 'pass')
+
+  cd ${srcdir}/password-store-$pkgver/contrib/dmenu/
+
+  install -Dm0755 passmenu ${pkgdir}/usr/bin/passmenu
+}



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

2014-05-27 Thread Sergej Pupykin
Date: Tuesday, May 27, 2014 @ 12:34:18
  Author: spupykin
Revision: 111968

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-27 10:34:01 UTC (rev 111967)
+++ community-i686/PKGBUILD 2014-05-27 10:34:18 UTC (rev 111968)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-
-pkgname=workrave
-pkgver=1.10.1
-pkgrel=1
-pkgdesc=a tool to help RSI
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://workrave.org;
-depends=('libxtst' 'gtkmm3' 'gconf' 'gdome2' 'gstreamer0.10' 'libsm' 'libice'
-'python2-cheetah' 'libxss')
-makedepends=('intltool' 'gobject-introspection')
-source=(http://downloads.sourceforge.net/workrave/workrave-$pkgver.tar.gz)
-md5sums=('6ebc7896de350bf5fc61c24a210f9a6e')
-
-build() {
-  cd $srcdir/workrave-$pkgver
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-dbus --sysconfdir=/etc 
--libexecdir=/usr/lib/workrave \
-   --disable-pulse
-  make
-}
-
-package() {
-  cd $srcdir/workrave-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: workrave/repos/community-i686/PKGBUILD (from rev 111967, 
workrave/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-27 10:34:18 UTC (rev 111968)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+
+pkgname=workrave
+pkgver=1.10.4
+pkgrel=1
+pkgdesc=a tool to help RSI
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://workrave.org;
+depends=('libxtst' 'gtkmm3' 'gconf' 'gdome2' 'gstreamer0.10' 'libsm' 'libice'
+'python2-cheetah' 'libxss')
+makedepends=('intltool' 'gobject-introspection')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rcaelers/workrave/archive/v${pkgver//./_}.tar.gz)
+md5sums=('bd38a32f9a7c08665b1950b29659296e')
+
+build() {
+  cd $srcdir/workrave-${pkgver//./_}
+  export PYTHON=python2
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-dbus --sysconfdir=/etc 
--libexecdir=/usr/lib/workrave \
+   --disable-pulse
+  make
+}
+
+package() {
+  cd $srcdir/workrave-${pkgver//./_}
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-27 10:34:01 UTC (rev 111967)
+++ community-x86_64/PKGBUILD   2014-05-27 10:34:18 UTC (rev 111968)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-
-pkgname=workrave
-pkgver=1.10.1
-pkgrel=1
-pkgdesc=a tool to help RSI
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://workrave.org;
-depends=('libxtst' 'gtkmm3' 'gconf' 'gdome2' 'gstreamer0.10' 'libsm' 'libice'
-'python2-cheetah' 'libxss')
-makedepends=('intltool' 'gobject-introspection')
-source=(http://downloads.sourceforge.net/workrave/workrave-$pkgver.tar.gz)
-md5sums=('6ebc7896de350bf5fc61c24a210f9a6e')
-
-build() {
-  cd $srcdir/workrave-$pkgver
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-dbus --sysconfdir=/etc 
--libexecdir=/usr/lib/workrave \
-   --disable-pulse
-  make
-}
-
-package() {
-  cd $srcdir/workrave-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: workrave/repos/community-x86_64/PKGBUILD (from rev 111967, 
workrave/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-27 10:34:18 UTC (rev 111968)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+
+pkgname=workrave
+pkgver=1.10.4
+pkgrel=1
+pkgdesc=a tool to help RSI
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://workrave.org;
+depends=('libxtst' 'gtkmm3' 'gconf' 'gdome2' 'gstreamer0.10' 'libsm' 'libice'
+'python2-cheetah' 'libxss')
+makedepends=('intltool' 'gobject-introspection')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rcaelers/workrave/archive/v${pkgver//./_}.tar.gz)
+md5sums=('bd38a32f9a7c08665b1950b29659296e')
+
+build() {
+  cd $srcdir/workrave-${pkgver//./_}
+  export PYTHON=python2
+  

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

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:35:39
  Author: lfleischer
Revision: 111969

upgpkg: python-pyxattr 0.5.3-1

Upstream update.

Modified:
  python-pyxattr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 10:34:18 UTC (rev 111968)
+++ PKGBUILD2014-05-27 10:35:39 UTC (rev 111969)
@@ -5,8 +5,8 @@
 pkgname=('python2-pyxattr' 'python-pyxattr')
 pkgbase=python-pyxattr
 _pkgname=pyxattr
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.5.3
+pkgrel=1
 pkgdesc='A python extension module that allows you to manipulate the extended 
attributes.'
 arch=('i686' 'x86_64')
 url='http://pyxattr.k1024.org/'
@@ -13,7 +13,7 @@
 license=('GPL')
 makedepends=('python2' 'python' 'python2-setuptools' 'python-setuptools')
 source=(http://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz;)
-md5sums=('9ff2e4218badc201b689b6d254290001')
+md5sums=('579cf6d70916f7eb5304ffd9e837')
 
 package_python2-pyxattr() {
   depends=('python2')



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

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:35:58
  Author: lfleischer
Revision: 111970

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-27 10:35:39 UTC (rev 111969)
+++ community-i686/PKGBUILD 2014-05-27 10:35:58 UTC (rev 111970)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Jon Bergli Heier snakeb...@jvnv.net
-
-pkgname=('python2-pyxattr' 'python-pyxattr')
-pkgbase=python-pyxattr
-_pkgname=pyxattr
-pkgver=0.5.2
-pkgrel=2
-pkgdesc='A python extension module that allows you to manipulate the extended 
attributes.'
-arch=('i686' 'x86_64')
-url='http://pyxattr.k1024.org/'
-license=('GPL')
-makedepends=('python2' 'python' 'python2-setuptools' 'python-setuptools')
-source=(http://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz;)
-md5sums=('9ff2e4218badc201b689b6d254290001')
-
-package_python2-pyxattr() {
-  depends=('python2')
-  provides=('pyxattr')
-  conflicts=('pyxattr')
-  replaces=('pyxattr')
-
-  cd ${srcdir}/${_pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-}
-
-package_python-pyxattr() {
-  depends=('python')
-
-  cd ${srcdir}/${_pkgname}-${pkgver}
-  python setup.py install --root=${pkgdir}
-}

Copied: python-pyxattr/repos/community-i686/PKGBUILD (from rev 111969, 
python-pyxattr/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-27 10:35:58 UTC (rev 111970)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Jon Bergli Heier snakeb...@jvnv.net
+
+pkgname=('python2-pyxattr' 'python-pyxattr')
+pkgbase=python-pyxattr
+_pkgname=pyxattr
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='A python extension module that allows you to manipulate the extended 
attributes.'
+arch=('i686' 'x86_64')
+url='http://pyxattr.k1024.org/'
+license=('GPL')
+makedepends=('python2' 'python' 'python2-setuptools' 'python-setuptools')
+source=(http://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz;)
+md5sums=('579cf6d70916f7eb5304ffd9e837')
+
+package_python2-pyxattr() {
+  depends=('python2')
+  provides=('pyxattr')
+  conflicts=('pyxattr')
+  replaces=('pyxattr')
+
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+}
+
+package_python-pyxattr() {
+  depends=('python')
+
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  python setup.py install --root=${pkgdir}
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-27 10:35:39 UTC (rev 111969)
+++ community-x86_64/PKGBUILD   2014-05-27 10:35:58 UTC (rev 111970)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Jon Bergli Heier snakeb...@jvnv.net
-
-pkgname=('python2-pyxattr' 'python-pyxattr')
-pkgbase=python-pyxattr
-_pkgname=pyxattr
-pkgver=0.5.2
-pkgrel=2
-pkgdesc='A python extension module that allows you to manipulate the extended 
attributes.'
-arch=('i686' 'x86_64')
-url='http://pyxattr.k1024.org/'
-license=('GPL')
-makedepends=('python2' 'python' 'python2-setuptools' 'python-setuptools')
-source=(http://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz;)
-md5sums=('9ff2e4218badc201b689b6d254290001')
-
-package_python2-pyxattr() {
-  depends=('python2')
-  provides=('pyxattr')
-  conflicts=('pyxattr')
-  replaces=('pyxattr')
-
-  cd ${srcdir}/${_pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-}
-
-package_python-pyxattr() {
-  depends=('python')
-
-  cd ${srcdir}/${_pkgname}-${pkgver}
-  python setup.py install --root=${pkgdir}
-}

Copied: python-pyxattr/repos/community-x86_64/PKGBUILD (from rev 111969, 
python-pyxattr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-27 10:35:58 UTC (rev 111970)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Jon Bergli Heier snakeb...@jvnv.net
+
+pkgname=('python2-pyxattr' 'python-pyxattr')
+pkgbase=python-pyxattr
+_pkgname=pyxattr
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='A python 

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

2014-05-27 Thread Felix Yan
Date: Tuesday, May 27, 2014 @ 12:45:52
  Author: fyan
Revision: 213650

upgpkg: python-soappy 0.12.21-1

Modified:
  python-soappy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 10:01:17 UTC (rev 213649)
+++ PKGBUILD2014-05-27 10:45:52 UTC (rev 213650)
@@ -6,20 +6,18 @@
 
 pkgbase=python-soappy
 pkgname=python2-soappy
-pkgver=0.12.20
-pkgrel=2
+pkgver=0.12.21
+pkgrel=1
 pkgdesc=A module which implements a high-level interface to SOAP functions
 arch=('any')
 url=http://pywebsvcs.sourceforge.net/;
 license=('custom')
 makedepends=(python2-setuptools)
-depends=('python2-wstools' 'python2-defusedxml')
 conflicts=('python-soappy=0.12.0-10')
 replaces=('python-soappy=0.12.0-10')
-optdepends=('python2-m2crypto: for support for server-side SSL')
 source=(https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.zip;
 https://raw.githubusercontent.com/kiorky/SOAPpy/develop/LICENSE;)
-md5sums=('99c90ed7f46e4e847ffb3fe156c806c5'
+md5sums=('659797fc5bcb01e9ef0cd74b93496e5c'
  '43f41fd631f225d8cd67eca52f38514f')
 
 build() {
@@ -28,7 +26,11 @@
 }
 
 package_python2-soappy() {
+  depends=('python2-wstools' 'python2-defusedxml')
+  optdepends=('python2-m2crypto: for support for server-side SSL')
+
   cd SOAPpy-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
 }



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

2014-05-27 Thread Felix Yan
Date: Tuesday, May 27, 2014 @ 12:46:11
  Author: fyan
Revision: 111971

upgpkg: python-pytools 2014.2-1

Modified:
  python-pytools/trunk/PKGBUILD

--+
 PKGBUILD |   37 +
 1 file changed, 25 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 10:35:58 UTC (rev 111970)
+++ PKGBUILD2014-05-27 10:46:11 UTC (rev 111971)
@@ -4,35 +4,48 @@
 
 pkgbase=python-pytools
 pkgname=('python2-pytools' 'python-pytools')
-pkgver=2014.1.2
-pkgrel=2
+pkgver=2014.2
+pkgrel=1
 pkgdesc=A collection of tools for Python
 arch=('any')
 url=http://mathema.tician.de/software/pytools;
 license=('MIT')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=(http://pypi.python.org/packages/source/p/pytools/pytools-${pkgver}.tar.gz)
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
+sha512sums=('e11fb0608dfdaefce585ac7413e6676ed891810a771db23469227bec5f5d63e93261b13053d7cafff7dfb4eb0ec09acda0c0248811e4553009dd17c640224dcf')
 
-build() {
+prepare() {
cp -a pytools-${pkgver}{,-python2}
+}
 
-   cd $srcdir/pytools-${pkgver}
+build() {
+   cd $srcdir/pytools-$pkgver
python setup.py build
 
-   cd ${srcdir}/pytools-${pkgver}-python2
+   cd $srcdir/pytools-$pkgver-python2
python2 setup.py build
 }
 
+check() {
+   # Need pytools installed for running tests
+
+   cd $srcdir/pytools-$pkgver
+   #py.test
+
+   cd $srcdir/pytools-$pkgver-python2
+   #py.test2
+}
+
 package_python2-pytools() {
depends=('python2' 'python2-decorator')
-   cd ${srcdir}/pytools-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
+   cd $srcdir/pytools-$pkgver-python2
+   python2 setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
 }
 
 package_python-pytools(){
depends=('python' 'python-decorator')
-   cd ${srcdir}/pytools-${pkgver}
-   python setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
+   cd $srcdir/pytools-$pkgver
+   python setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
 }
 
-sha512sums=('4c849518223a8257282a448554d38fee44b9583b1567b8f606a7903994d32274c5f67addfe629ea45a73587efaf9a826604c3688147b10914657d692ed9039e6')



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

2014-05-27 Thread Felix Yan
Date: Tuesday, May 27, 2014 @ 12:46:41
  Author: fyan
Revision: 213651

archrelease: copy trunk to extra-any

Added:
  python-soappy/repos/extra-any/PKGBUILD
(from rev 213650, python-soappy/trunk/PKGBUILD)
Deleted:
  python-soappy/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-27 10:45:52 UTC (rev 213650)
+++ PKGBUILD2014-05-27 10:46:41 UTC (rev 213651)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: Ryan Coyner rcoy...@gmail.com
-
-pkgbase=python-soappy
-pkgname=python2-soappy
-pkgver=0.12.20
-pkgrel=2
-pkgdesc=A module which implements a high-level interface to SOAP functions
-arch=('any')
-url=http://pywebsvcs.sourceforge.net/;
-license=('custom')
-makedepends=(python2-setuptools)
-depends=('python2-wstools' 'python2-defusedxml')
-conflicts=('python-soappy=0.12.0-10')
-replaces=('python-soappy=0.12.0-10')
-optdepends=('python2-m2crypto: for support for server-side SSL')
-source=(https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.zip;
-https://raw.githubusercontent.com/kiorky/SOAPpy/develop/LICENSE;)
-md5sums=('99c90ed7f46e4e847ffb3fe156c806c5'
- '43f41fd631f225d8cd67eca52f38514f')
-
-build() {
-  cd SOAPpy-${pkgver}
-  python2 setup.py build
-}
-
-package_python2-soappy() {
-  cd SOAPpy-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-soappy/repos/extra-any/PKGBUILD (from rev 213650, 
python-soappy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-27 10:46:41 UTC (rev 213651)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgbase=python-soappy
+pkgname=python2-soappy
+pkgver=0.12.21
+pkgrel=1
+pkgdesc=A module which implements a high-level interface to SOAP functions
+arch=('any')
+url=http://pywebsvcs.sourceforge.net/;
+license=('custom')
+makedepends=(python2-setuptools)
+conflicts=('python-soappy=0.12.0-10')
+replaces=('python-soappy=0.12.0-10')
+source=(https://pypi.python.org/packages/source/S/SOAPpy/SOAPpy-${pkgver}.zip;
+https://raw.githubusercontent.com/kiorky/SOAPpy/develop/LICENSE;)
+md5sums=('659797fc5bcb01e9ef0cd74b93496e5c'
+ '43f41fd631f225d8cd67eca52f38514f')
+
+build() {
+  cd SOAPpy-${pkgver}
+  python2 setup.py build
+}
+
+package_python2-soappy() {
+  depends=('python2-wstools' 'python2-defusedxml')
+  optdepends=('python2-m2crypto: for support for server-side SSL')
+
+  cd SOAPpy-${pkgver}
+
+  python2 setup.py install --root=$pkgdir --optimize=1
+  install -Dm644 ../LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-05-27 Thread Felix Yan
Date: Tuesday, May 27, 2014 @ 12:47:01
  Author: fyan
Revision: 111972

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-27 10:46:11 UTC (rev 111971)
+++ PKGBUILD2014-05-27 10:47:01 UTC (rev 111972)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Stéphane Gaudreault steph...@archlinux.org
-
-pkgbase=python-pytools
-pkgname=('python2-pytools' 'python-pytools')
-pkgver=2014.1.2
-pkgrel=2
-pkgdesc=A collection of tools for Python
-arch=('any')
-url=http://mathema.tician.de/software/pytools;
-license=('MIT')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=(http://pypi.python.org/packages/source/p/pytools/pytools-${pkgver}.tar.gz)
-
-build() {
-   cp -a pytools-${pkgver}{,-python2}
-
-   cd $srcdir/pytools-${pkgver}
-   python setup.py build
-
-   cd ${srcdir}/pytools-${pkgver}-python2
-   python2 setup.py build
-}
-
-package_python2-pytools() {
-   depends=('python2' 'python2-decorator')
-   cd ${srcdir}/pytools-${pkgver}-python2
-   python2 setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
-}
-
-package_python-pytools(){
-   depends=('python' 'python-decorator')
-   cd ${srcdir}/pytools-${pkgver}
-   python setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
-}
-
-sha512sums=('4c849518223a8257282a448554d38fee44b9583b1567b8f606a7903994d32274c5f67addfe629ea45a73587efaf9a826604c3688147b10914657d692ed9039e6')

Copied: python-pytools/repos/community-any/PKGBUILD (from rev 111971, 
python-pytools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-27 10:47:01 UTC (rev 111972)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Stéphane Gaudreault steph...@archlinux.org
+
+pkgbase=python-pytools
+pkgname=('python2-pytools' 'python-pytools')
+pkgver=2014.2
+pkgrel=1
+pkgdesc=A collection of tools for Python
+arch=('any')
+url=http://mathema.tician.de/software/pytools;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 
'python2-decorator')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(http://pypi.python.org/packages/source/p/pytools/pytools-$pkgver.tar.gz;)
+sha512sums=('e11fb0608dfdaefce585ac7413e6676ed891810a771db23469227bec5f5d63e93261b13053d7cafff7dfb4eb0ec09acda0c0248811e4553009dd17c640224dcf')
+
+prepare() {
+   cp -a pytools-${pkgver}{,-python2}
+}
+
+build() {
+   cd $srcdir/pytools-$pkgver
+   python setup.py build
+
+   cd $srcdir/pytools-$pkgver-python2
+   python2 setup.py build
+}
+
+check() {
+   # Need pytools installed for running tests
+
+   cd $srcdir/pytools-$pkgver
+   #py.test
+
+   cd $srcdir/pytools-$pkgver-python2
+   #py.test2
+}
+
+package_python2-pytools() {
+   depends=('python2' 'python2-decorator')
+   cd $srcdir/pytools-$pkgver-python2
+   python2 setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
+}
+
+package_python-pytools(){
+   depends=('python' 'python-decorator')
+   cd $srcdir/pytools-$pkgver
+   python setup.py install --prefix=/usr --root=$pkgdir --skip-build 
--optimize=1
+}
+



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

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:49:10
  Author: lfleischer
Revision: 111974

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-27 10:48:53 UTC (rev 111973)
+++ community-i686/PKGBUILD 2014-05-27 10:49:10 UTC (rev 111974)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Thomas Mader thez...@gmail.com
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
-# Contributor: tardo ta...@nagi-fanboi.net
-
-pkgname=astyle
-pkgver=2.04
-pkgrel=1
-pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/astyle/'
-license=('LGPL')
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz;)
-md5sums=('30b1193a758b0909d06e7ee8dd9627f6')
-
-build() {
-  cd $srcdir/$pkgname/build/gcc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname/build/gcc
-
-  install -Dm0755 bin/astyle $pkgdir/usr/bin/astyle
-
-  # install documentation (implements FS#23290)
-  install -d $pkgdir/usr/share/doc/$pkgname/
-  for f in ../../doc/*.html; do
-install -m0644 $f $pkgdir/usr/share/doc/$pkgname/
-  done
-}

Copied: astyle/repos/community-i686/PKGBUILD (from rev 111973, 
astyle/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-27 10:49:10 UTC (rev 111974)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Thomas Mader thez...@gmail.com
+# Contributor: Vinay S Shastry vinayshas...@gmail.com
+# Contributor: tardo ta...@nagi-fanboi.net
+
+pkgname=astyle
+pkgver=2.04
+pkgrel=2
+pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
+arch=('i686' 'x86_64')
+url='http://sourceforge.net/projects/astyle/'
+license=('LGPL')
+depends=('gcc-libs')
+source=(http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz;)
+md5sums=('30b1193a758b0909d06e7ee8dd9627f6')
+
+build() {
+  cd $srcdir/$pkgname/build/gcc
+  make release shared
+}
+
+package() {
+  cd $srcdir/$pkgname/build/gcc
+
+  install -Dm0755 bin/astyle $pkgdir/usr/bin/astyle
+  install -Dm0755 bin/libastyle.so $pkgdir/usr/lib/libastyle.so
+
+  # install documentation (implements FS#23290)
+  install -d $pkgdir/usr/share/doc/$pkgname/
+  for f in ../../doc/*.html; do
+install -m0644 $f $pkgdir/usr/share/doc/$pkgname/
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-27 10:48:53 UTC (rev 111973)
+++ community-x86_64/PKGBUILD   2014-05-27 10:49:10 UTC (rev 111974)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Mateusz Herych heni...@gmail.com
-# Contributor: Thomas Mader thez...@gmail.com
-# Contributor: Vinay S Shastry vinayshas...@gmail.com
-# Contributor: tardo ta...@nagi-fanboi.net
-
-pkgname=astyle
-pkgver=2.04
-pkgrel=1
-pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
-arch=('i686' 'x86_64')
-url='http://sourceforge.net/projects/astyle/'
-license=('LGPL')
-depends=('gcc-libs')
-source=(http://downloads.sourceforge.net/sourceforge/astyle/${pkgname}_${pkgver}_linux.tar.gz;)
-md5sums=('30b1193a758b0909d06e7ee8dd9627f6')
-
-build() {
-  cd $srcdir/$pkgname/build/gcc
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname/build/gcc
-
-  install -Dm0755 bin/astyle $pkgdir/usr/bin/astyle
-
-  # install documentation (implements FS#23290)
-  install -d $pkgdir/usr/share/doc/$pkgname/
-  for f in ../../doc/*.html; do
-install -m0644 $f $pkgdir/usr/share/doc/$pkgname/
-  done
-}

Copied: astyle/repos/community-x86_64/PKGBUILD (from rev 111973, 
astyle/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-27 10:49:10 UTC (rev 111974)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# 

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

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:48:53
  Author: lfleischer
Revision: 111973

upgpkg: astyle 2.04-2

Add shared library (implements FS#40163).

Modified:
  astyle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 10:47:01 UTC (rev 111972)
+++ PKGBUILD2014-05-27 10:48:53 UTC (rev 111973)
@@ -7,7 +7,7 @@
 
 pkgname=astyle
 pkgver=2.04
-pkgrel=1
+pkgrel=2
 pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java 
source code.'
 arch=('i686' 'x86_64')
 url='http://sourceforge.net/projects/astyle/'
@@ -18,7 +18,7 @@
 
 build() {
   cd $srcdir/$pkgname/build/gcc
-  make
+  make release shared
 }
 
 package() {
@@ -25,6 +25,7 @@
   cd $srcdir/$pkgname/build/gcc
 
   install -Dm0755 bin/astyle $pkgdir/usr/bin/astyle
+  install -Dm0755 bin/libastyle.so $pkgdir/usr/lib/libastyle.so
 
   # install documentation (implements FS#23290)
   install -d $pkgdir/usr/share/doc/$pkgname/



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

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:49:58
  Author: lfleischer
Revision: 111976

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

Added:
  tor/repos/community-i686/PKGBUILD
(from rev 111975, tor/trunk/PKGBUILD)
  tor/repos/community-i686/tor.install
(from rev 111975, tor/trunk/tor.install)
  tor/repos/community-i686/tor.service
(from rev 111975, tor/trunk/tor.service)
  tor/repos/community-i686/torrc
(from rev 111975, tor/trunk/torrc)
  tor/repos/community-x86_64/PKGBUILD
(from rev 111975, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.install
(from rev 111975, tor/trunk/tor.install)
  tor/repos/community-x86_64/tor.service
(from rev 111975, tor/trunk/tor.service)
  tor/repos/community-x86_64/torrc
(from rev 111975, tor/trunk/torrc)
Deleted:
  tor/repos/community-i686/PKGBUILD
  tor/repos/community-i686/tor.install
  tor/repos/community-i686/tor.service
  tor/repos/community-i686/torrc
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.install
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/torrc

--+
 /PKGBUILD|   96 ++
 /tor.install |   34 +++
 /tor.service |   28 +++
 /torrc   |  378 +
 community-i686/PKGBUILD  |   48 -
 community-i686/tor.install   |   17 -
 community-i686/tor.service   |   14 -
 community-i686/torrc |  189 
 community-x86_64/PKGBUILD|   48 -
 community-x86_64/tor.install |   17 -
 community-x86_64/tor.service |   14 -
 community-x86_64/torrc   |  189 
 12 files changed, 536 insertions(+), 536 deletions(-)

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


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

2014-05-27 Thread Lukas Fleischer
Date: Tuesday, May 27, 2014 @ 12:49:40
  Author: lfleischer
Revision: 111975

upgpkg: tor 0.2.4.22-1

Upstream update.

Modified:
  tor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 10:49:10 UTC (rev 111974)
+++ PKGBUILD2014-05-27 10:49:40 UTC (rev 111975)
@@ -5,8 +5,8 @@
 # Contributor: Sid Karunaratne
 
 pkgname=tor
-pkgver=0.2.4.21
-pkgrel=3
+pkgver=0.2.4.22
+pkgrel=1
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
 url='http://www.torproject.org/'
@@ -20,7 +20,7 @@
 source=(http://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz{,.asc}
 'torrc'
 'tor.service')
-md5sums=('bde981d10e8faf1e171ef1ebbb7b398a'
+md5sums=('5a7eee0d9df87233255d78b25c6f8270'
  'SKIP'
  'c1dd4004c63edaeaa829e01be5413cfc'
  '51c81cd06b75edd87aafff5a7941822c')



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

2014-05-27 Thread Alexander Rødseth
Date: Tuesday, May 27, 2014 @ 13:55:30
  Author: arodseth
Revision: 111977

upgpkg: scite 3.4.2-1

Modified:
  scite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 10:49:58 UTC (rev 111976)
+++ PKGBUILD2014-05-27 11:55:30 UTC (rev 111977)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=scite
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 install=$pkgname.install
 
source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('ab2940ba6ad3f1c7c33aea233dd5b44efc75319062fe0b3625db04c747bf3341')
+sha256sums=('eebaa57322167f94010e44adbc44b9efeefd1f164fce10bceca363a14fc5d261')
 
 prepare() {
   if [ $?CXXBASEFLAGS == 1 ]; then 



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

2014-05-27 Thread Alexander Rødseth
Date: Tuesday, May 27, 2014 @ 13:55:39
  Author: arodseth
Revision: 111978

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

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

+
 /PKGBUILD  |   96 +++
 /scite.install |   26 ++
 community-i686/PKGBUILD|   48 ---
 community-i686/scite.install   |   13 -
 community-x86_64/PKGBUILD  |   48 ---
 community-x86_64/scite.install |   13 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-27 11:55:30 UTC (rev 111977)
+++ community-i686/PKGBUILD 2014-05-27 11:55:39 UTC (rev 111978)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=scite
-pkgver=3.4.1
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64' 'i686')
-url='http://www.scintilla.org/SciTE.html'
-license=('custom:scite')
-depends=('desktop-file-utils' 'gtk2')
-makedepends=('setconf')
-backup=('usr/share/scite/SciTEGlobal.properties')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
-sha256sums=('ab2940ba6ad3f1c7c33aea233dd5b44efc75319062fe0b3625db04c747bf3341')
-
-prepare() {
-  if [ $?CXXBASEFLAGS == 1 ]; then 
-sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
-setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
-  fi
-  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
-  setconf scintilla/gtk/makefile CXXFLAGS \
--DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
-  setconf scintilla/gtk/makefile CXXBASEFLAGS \
--Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
-}
-
-build() {
-  make -C scintilla/gtk
-  make -C $pkgname/gtk
-}
-
-package() {
-  make -C $pkgname/gtk DESTDIR=$pkgdir install
-  install -Dm644 $pkgname/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
-  install -Dm644 scintilla/License.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
-  ln -sf /usr/bin/SciTE $pkgdir/usr/bin/scite
-}
-
-# vim:set ts=2 sw=2 et:

Copied: scite/repos/community-i686/PKGBUILD (from rev 111977, 
scite/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-27 11:55:39 UTC (rev 111978)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+# Contributor: Corrado 'bardo' Primier corrado.prim...@mail.polimi.it
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=scite
+pkgver=3.4.2
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=('x86_64' 'i686')
+url='http://www.scintilla.org/SciTE.html'
+license=('custom:scite')
+depends=('desktop-file-utils' 'gtk2')
+makedepends=('setconf')
+backup=('usr/share/scite/SciTEGlobal.properties')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz;)
+sha256sums=('eebaa57322167f94010e44adbc44b9efeefd1f164fce10bceca363a14fc5d261')
+
+prepare() {
+  if [ $?CXXBASEFLAGS == 1 ]; then 
+sed '0,/CXXTFLAGS=/s//nop=/' -i scite/gtk/makefile
+setconf scite/gtk/makefile CXXTFLAGS -DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)
+  fi
+  sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
+  setconf scintilla/gtk/makefile CXXFLAGS \
+-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)
+  setconf scintilla/gtk/makefile CXXBASEFLAGS \
+-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER 
\$(INCLUDEDIRS)
+}
+
+build() {
+  make -C scintilla/gtk
+  make -C $pkgname/gtk
+}
+
+package() {
+  make -C $pkgname/gtk DESTDIR=$pkgdir install
+  install -Dm644 $pkgname/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scite
+  install -Dm644 scintilla/License.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE-scintilla
+  ln 

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

2014-05-27 Thread Alexander Rødseth
Date: Tuesday, May 27, 2014 @ 14:06:45
  Author: arodseth
Revision: 111979

rebuild for the giflib TODO

Modified:
  mtpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 11:55:39 UTC (rev 111978)
+++ PKGBUILD2014-05-27 12:06:45 UTC (rev 111979)
@@ -5,7 +5,7 @@
 
 pkgname=mtpaint
 pkgver=3.40
-pkgrel=13
+pkgrel=14
 pkgdesc='Simple paint program for creating icons and pixel based artwork'
 arch=('x86_64' 'i686')
 url='http://mtpaint.sourceforge.net/'
@@ -40,9 +40,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
 }
 
 # vim:set ts=2 sw=2 et:



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

2014-05-27 Thread Sergej Pupykin
Date: Tuesday, May 27, 2014 @ 14:16:46
  Author: spupykin
Revision: 111980

upgpkg: torch 3.1-5

upd

Modified:
  torch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 12:06:45 UTC (rev 111979)
+++ PKGBUILD2014-05-27 12:16:46 UTC (rev 111980)
@@ -3,7 +3,7 @@
 
 pkgname=torch
 pkgver=3.1
-pkgrel=4
+pkgrel=5
 pkgdesc=State of the art machine learning library
 arch=(i686 x86_64)
 url=http://packages.debian.org/source/lenny/torch3;
@@ -34,4 +34,5 @@
 
   install -D -m0755 lib/*.so* $pkgdir/usr/lib/
   install -D -m0644 lib/*.a $pkgdir/usr/lib/
+  ln -s libtorch.so.3.0.0 $pkgdir/usr/lib/libtorch.so
 }



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

2014-05-27 Thread Sergej Pupykin
Date: Tuesday, May 27, 2014 @ 14:21:17
  Author: spupykin
Revision: 111981

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-27 12:16:46 UTC (rev 111980)
+++ community-i686/PKGBUILD 2014-05-27 12:21:17 UTC (rev 111981)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=torch
-pkgver=3.1
-pkgrel=4
-pkgdesc=State of the art machine learning library
-arch=(i686 x86_64)
-url=http://packages.debian.org/source/lenny/torch3;
-license=('GPL')
-depends=(gcc-libs)
-source=(http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver.orig.tar.gz
-   
http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver-2.1.diff.gz)
-md5sums=('04f7dc72a1e875a12ddf8ac77ec2dcc7'
- '4f6c8e743e7a0aa9688f1e20b14797e4')
-
-build() {
-  cd $srcdir/torch3-$pkgver.orig
-
-  [ $NOEXTRACT -eq 1 ] || cat $srcdir/torch3_$pkgver-2.1.diff | patch -p1
-  [ $NOEXTRACT -eq 1 ] || make depend
-
-  make
-}
-
-package() {
-  cd $srcdir/torch3-$pkgver.orig
-
-  mkdir -p $pkgdir/usr/{include/torch,lib}
-
-  for i in core convolutions datasets decoder distributions gradients kernels 
matrix nonparametrics speech; do
-install -D -m0644 $i/*.h $pkgdir/usr/include/torch/
-  done
-
-  install -D -m0755 lib/*.so* $pkgdir/usr/lib/
-  install -D -m0644 lib/*.a $pkgdir/usr/lib/
-}

Copied: torch/repos/community-i686/PKGBUILD (from rev 111980, 
torch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-27 12:21:17 UTC (rev 111981)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=torch
+pkgver=3.1
+pkgrel=5
+pkgdesc=State of the art machine learning library
+arch=(i686 x86_64)
+url=http://packages.debian.org/source/lenny/torch3;
+license=('GPL')
+depends=(gcc-libs)
+source=(http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver.orig.tar.gz
+   
http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver-2.1.diff.gz)
+md5sums=('04f7dc72a1e875a12ddf8ac77ec2dcc7'
+ '4f6c8e743e7a0aa9688f1e20b14797e4')
+
+build() {
+  cd $srcdir/torch3-$pkgver.orig
+
+  [ $NOEXTRACT -eq 1 ] || cat $srcdir/torch3_$pkgver-2.1.diff | patch -p1
+  [ $NOEXTRACT -eq 1 ] || make depend
+
+  make
+}
+
+package() {
+  cd $srcdir/torch3-$pkgver.orig
+
+  mkdir -p $pkgdir/usr/{include/torch,lib}
+
+  for i in core convolutions datasets decoder distributions gradients kernels 
matrix nonparametrics speech; do
+install -D -m0644 $i/*.h $pkgdir/usr/include/torch/
+  done
+
+  install -D -m0755 lib/*.so* $pkgdir/usr/lib/
+  install -D -m0644 lib/*.a $pkgdir/usr/lib/
+  ln -s libtorch.so.3.0.0 $pkgdir/usr/lib/libtorch.so
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-27 12:16:46 UTC (rev 111980)
+++ community-x86_64/PKGBUILD   2014-05-27 12:21:17 UTC (rev 111981)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=torch
-pkgver=3.1
-pkgrel=4
-pkgdesc=State of the art machine learning library
-arch=(i686 x86_64)
-url=http://packages.debian.org/source/lenny/torch3;
-license=('GPL')
-depends=(gcc-libs)
-source=(http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver.orig.tar.gz
-   
http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver-2.1.diff.gz)
-md5sums=('04f7dc72a1e875a12ddf8ac77ec2dcc7'
- '4f6c8e743e7a0aa9688f1e20b14797e4')
-
-build() {
-  cd $srcdir/torch3-$pkgver.orig
-
-  [ $NOEXTRACT -eq 1 ] || cat $srcdir/torch3_$pkgver-2.1.diff | patch -p1
-  [ $NOEXTRACT -eq 1 ] || make depend
-
-  make
-}
-
-package() {
-  cd $srcdir/torch3-$pkgver.orig
-
-  mkdir -p $pkgdir/usr/{include/torch,lib}
-
-  for i in core convolutions datasets decoder distributions gradients kernels 
matrix nonparametrics speech; do
-install -D -m0644 $i/*.h $pkgdir/usr/include/torch/
-  done
-
-  install -D -m0755 lib/*.so* $pkgdir/usr/lib/
-  install -D -m0644 lib/*.a $pkgdir/usr/lib/
-}

Copied: torch/repos/community-x86_64/PKGBUILD (from rev 111980, 
torch/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   

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

2014-05-27 Thread Sergej Pupykin
Date: Tuesday, May 27, 2014 @ 14:28:27
  Author: spupykin
Revision: 111982

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-27 12:21:17 UTC (rev 111981)
+++ community-i686/PKGBUILD 2014-05-27 12:28:27 UTC (rev 111982)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=torch
-pkgver=3.1
-pkgrel=5
-pkgdesc=State of the art machine learning library
-arch=(i686 x86_64)
-url=http://packages.debian.org/source/lenny/torch3;
-license=('GPL')
-depends=(gcc-libs)
-source=(http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver.orig.tar.gz
-   
http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver-2.1.diff.gz)
-md5sums=('04f7dc72a1e875a12ddf8ac77ec2dcc7'
- '4f6c8e743e7a0aa9688f1e20b14797e4')
-
-build() {
-  cd $srcdir/torch3-$pkgver.orig
-
-  [ $NOEXTRACT -eq 1 ] || cat $srcdir/torch3_$pkgver-2.1.diff | patch -p1
-  [ $NOEXTRACT -eq 1 ] || make depend
-
-  make
-}
-
-package() {
-  cd $srcdir/torch3-$pkgver.orig
-
-  mkdir -p $pkgdir/usr/{include/torch,lib}
-
-  for i in core convolutions datasets decoder distributions gradients kernels 
matrix nonparametrics speech; do
-install -D -m0644 $i/*.h $pkgdir/usr/include/torch/
-  done
-
-  install -D -m0755 lib/*.so* $pkgdir/usr/lib/
-  install -D -m0644 lib/*.a $pkgdir/usr/lib/
-  ln -s libtorch.so.3.0.0 $pkgdir/usr/lib/libtorch.so
-}

Copied: torch/repos/community-i686/PKGBUILD (from rev 111981, 
torch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-27 12:28:27 UTC (rev 111982)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=torch
+pkgver=3.1
+pkgrel=5
+pkgdesc=State of the art machine learning library
+arch=(i686 x86_64)
+url=http://packages.debian.org/source/lenny/torch3;
+license=('GPL')
+depends=(gcc-libs)
+source=(http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver.orig.tar.gz
+   
http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver-2.1.diff.gz)
+md5sums=('04f7dc72a1e875a12ddf8ac77ec2dcc7'
+ '4f6c8e743e7a0aa9688f1e20b14797e4')
+
+build() {
+  cd $srcdir/torch3-$pkgver.orig
+
+  [ $NOEXTRACT -eq 1 ] || cat $srcdir/torch3_$pkgver-2.1.diff | patch -p1
+  [ $NOEXTRACT -eq 1 ] || make depend
+
+  make
+}
+
+package() {
+  cd $srcdir/torch3-$pkgver.orig
+
+  mkdir -p $pkgdir/usr/{include/torch,lib}
+
+  for i in core convolutions datasets decoder distributions gradients kernels 
matrix nonparametrics speech; do
+install -D -m0644 $i/*.h $pkgdir/usr/include/torch/
+  done
+
+  install -D -m0755 lib/*.so* $pkgdir/usr/lib/
+  install -D -m0644 lib/*.a $pkgdir/usr/lib/
+  ln -s libtorch.so.3.0.0 $pkgdir/usr/lib/libtorch.so
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-27 12:21:17 UTC (rev 111981)
+++ community-x86_64/PKGBUILD   2014-05-27 12:28:27 UTC (rev 111982)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=torch
-pkgver=3.1
-pkgrel=5
-pkgdesc=State of the art machine learning library
-arch=(i686 x86_64)
-url=http://packages.debian.org/source/lenny/torch3;
-license=('GPL')
-depends=(gcc-libs)
-source=(http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver.orig.tar.gz
-   
http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver-2.1.diff.gz)
-md5sums=('04f7dc72a1e875a12ddf8ac77ec2dcc7'
- '4f6c8e743e7a0aa9688f1e20b14797e4')
-
-build() {
-  cd $srcdir/torch3-$pkgver.orig
-
-  [ $NOEXTRACT -eq 1 ] || cat $srcdir/torch3_$pkgver-2.1.diff | patch -p1
-  [ $NOEXTRACT -eq 1 ] || make depend
-
-  make
-}
-
-package() {
-  cd $srcdir/torch3-$pkgver.orig
-
-  mkdir -p $pkgdir/usr/{include/torch,lib}
-
-  for i in core convolutions datasets decoder distributions gradients kernels 
matrix nonparametrics speech; do
-install -D -m0644 $i/*.h $pkgdir/usr/include/torch/
-  done
-
-  install -D -m0755 lib/*.so* $pkgdir/usr/lib/
-  install -D -m0644 lib/*.a $pkgdir/usr/lib/
-  ln -s libtorch.so.3.0.0 $pkgdir/usr/lib/libtorch.so
-}



[arch-commits] Commit in torch/repos/community-i686 (PKGBUILD)

2014-05-27 Thread Sergej Pupykin
Date: Tuesday, May 27, 2014 @ 14:41:38
  Author: spupykin
Revision: 111983

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

Deleted:
  torch/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-27 12:28:27 UTC (rev 111982)
+++ PKGBUILD2014-05-27 12:41:38 UTC (rev 111983)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=torch
-pkgver=3.1
-pkgrel=5
-pkgdesc=State of the art machine learning library
-arch=(i686 x86_64)
-url=http://packages.debian.org/source/lenny/torch3;
-license=('GPL')
-depends=(gcc-libs)
-source=(http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver.orig.tar.gz
-   
http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver-2.1.diff.gz)
-md5sums=('04f7dc72a1e875a12ddf8ac77ec2dcc7'
- '4f6c8e743e7a0aa9688f1e20b14797e4')
-
-build() {
-  cd $srcdir/torch3-$pkgver.orig
-
-  [ $NOEXTRACT -eq 1 ] || cat $srcdir/torch3_$pkgver-2.1.diff | patch -p1
-  [ $NOEXTRACT -eq 1 ] || make depend
-
-  make
-}
-
-package() {
-  cd $srcdir/torch3-$pkgver.orig
-
-  mkdir -p $pkgdir/usr/{include/torch,lib}
-
-  for i in core convolutions datasets decoder distributions gradients kernels 
matrix nonparametrics speech; do
-install -D -m0644 $i/*.h $pkgdir/usr/include/torch/
-  done
-
-  install -D -m0755 lib/*.so* $pkgdir/usr/lib/
-  install -D -m0644 lib/*.a $pkgdir/usr/lib/
-  ln -s libtorch.so.3.0.0 $pkgdir/usr/lib/libtorch.so
-}



[arch-commits] Commit in torch/repos (2 files)

2014-05-27 Thread Sergej Pupykin
Date: Tuesday, May 27, 2014 @ 14:47:32
  Author: spupykin
Revision: 111984

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

Added:
  torch/repos/community-i686/PKGBUILD
(from rev 111983, torch/trunk/PKGBUILD)
  torch/repos/community-x86_64/PKGBUILD
(from rev 111983, torch/trunk/PKGBUILD)

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

Copied: torch/repos/community-i686/PKGBUILD (from rev 111983, 
torch/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-27 12:47:32 UTC (rev 111984)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=torch
+pkgver=3.1
+pkgrel=5
+pkgdesc=State of the art machine learning library
+arch=(i686 x86_64)
+url=http://packages.debian.org/source/lenny/torch3;
+license=('GPL')
+depends=(gcc-libs)
+source=(http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver.orig.tar.gz
+   
http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver-2.1.diff.gz)
+md5sums=('04f7dc72a1e875a12ddf8ac77ec2dcc7'
+ '4f6c8e743e7a0aa9688f1e20b14797e4')
+
+build() {
+  cd $srcdir/torch3-$pkgver.orig
+
+  [ $NOEXTRACT -eq 1 ] || cat $srcdir/torch3_$pkgver-2.1.diff | patch -p1
+  [ $NOEXTRACT -eq 1 ] || make depend
+
+  make
+}
+
+package() {
+  cd $srcdir/torch3-$pkgver.orig
+
+  mkdir -p $pkgdir/usr/{include/torch,lib}
+
+  for i in core convolutions datasets decoder distributions gradients kernels 
matrix nonparametrics speech; do
+install -D -m0644 $i/*.h $pkgdir/usr/include/torch/
+  done
+
+  install -D -m0755 lib/*.so* $pkgdir/usr/lib/
+  install -D -m0644 lib/*.a $pkgdir/usr/lib/
+  ln -s libtorch.so.3.0.0 $pkgdir/usr/lib/libtorch.so
+}

Copied: torch/repos/community-x86_64/PKGBUILD (from rev 111983, 
torch/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-27 12:47:32 UTC (rev 111984)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=torch
+pkgver=3.1
+pkgrel=5
+pkgdesc=State of the art machine learning library
+arch=(i686 x86_64)
+url=http://packages.debian.org/source/lenny/torch3;
+license=('GPL')
+depends=(gcc-libs)
+source=(http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver.orig.tar.gz
+   
http://ftp.de.debian.org/debian/pool/main/t/torch3/torch3_$pkgver-2.1.diff.gz)
+md5sums=('04f7dc72a1e875a12ddf8ac77ec2dcc7'
+ '4f6c8e743e7a0aa9688f1e20b14797e4')
+
+build() {
+  cd $srcdir/torch3-$pkgver.orig
+
+  [ $NOEXTRACT -eq 1 ] || cat $srcdir/torch3_$pkgver-2.1.diff | patch -p1
+  [ $NOEXTRACT -eq 1 ] || make depend
+
+  make
+}
+
+package() {
+  cd $srcdir/torch3-$pkgver.orig
+
+  mkdir -p $pkgdir/usr/{include/torch,lib}
+
+  for i in core convolutions datasets decoder distributions gradients kernels 
matrix nonparametrics speech; do
+install -D -m0644 $i/*.h $pkgdir/usr/include/torch/
+  done
+
+  install -D -m0755 lib/*.so* $pkgdir/usr/lib/
+  install -D -m0644 lib/*.a $pkgdir/usr/lib/
+  ln -s libtorch.so.3.0.0 $pkgdir/usr/lib/libtorch.so
+}



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

2014-05-27 Thread Guillaume Alaux
Date: Tuesday, May 27, 2014 @ 15:32:46
  Author: guillaume
Revision: 213653

Upstream release 6.0.41

Modified:
  tomcat6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 13:31:40 UTC (rev 213652)
+++ PKGBUILD2014-05-27 13:32:46 UTC (rev 213653)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgname=tomcat6
-pkgver=6.0.39
-pkgrel=2
+pkgver=6.0.41
+pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 2.5 and JavaServer 
Pages 2.1 technologies'
 arch=('any')
 url='http://tomcat.apache.org/'
@@ -21,7 +21,7 @@
 systemd_tmpfiles.d_${pkgname}.conf
 ${pkgname}.install)
 
-sha256sums=('debdeafe900f5eb85f8816ea235ab7e3e5261071b2ea01ac288241e794e911a7'
+sha256sums=('2eb2812b42f3559690542fcb9ea0c1f43dd0b0b7dca19787640c2b7755b0f953'
 'b6d85501b00032a1385222e80a5f8e357276aaad605e699f40d5cc3770b8ce68'
 '07b9ff0686134b3256cda8b5253b91ba23f54b547640729e2382c3c12067ea80'
 '16046fc93a569cb817994ac251bbf464659286c39c2d9a5a2f52030d94a50dd0')



[arch-commits] Commit in tomcat6/repos/extra-any (8 files)

2014-05-27 Thread Guillaume Alaux
Date: Tuesday, May 27, 2014 @ 15:33:40
  Author: guillaume
Revision: 213654

archrelease: copy trunk to extra-any

Added:
  tomcat6/repos/extra-any/PKGBUILD
(from rev 213653, tomcat6/trunk/PKGBUILD)
  tomcat6/repos/extra-any/systemd_tmpfiles.d_tomcat6.conf
(from rev 213653, tomcat6/trunk/systemd_tmpfiles.d_tomcat6.conf)
  tomcat6/repos/extra-any/systemd_tomcat6.service
(from rev 213653, tomcat6/trunk/systemd_tomcat6.service)
  tomcat6/repos/extra-any/tomcat6.install
(from rev 213653, tomcat6/trunk/tomcat6.install)
Deleted:
  tomcat6/repos/extra-any/PKGBUILD
  tomcat6/repos/extra-any/systemd_tmpfiles.d_tomcat6.conf
  tomcat6/repos/extra-any/systemd_tomcat6.service
  tomcat6/repos/extra-any/tomcat6.install

-+
 PKGBUILD|  150 +++---
 systemd_tmpfiles.d_tomcat6.conf |6 -
 systemd_tomcat6.service |   66 
 tomcat6.install |   70 -
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-27 13:32:46 UTC (rev 213653)
+++ PKGBUILD2014-05-27 13:33:40 UTC (rev 213654)
@@ -1,75 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-pkgname=tomcat6
-pkgver=6.0.39
-pkgrel=2
-pkgdesc='Open source implementation of the Java Servlet 2.5 and JavaServer 
Pages 2.1 technologies'
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime=5' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/${pkgname}/catalina.policy
-etc/${pkgname}/catalina.properties
-etc/${pkgname}/context.xml
-etc/${pkgname}/logging.properties
-etc/${pkgname}/server.xml
-etc/${pkgname}/tomcat-users.xml
-etc/${pkgname}/web.xml)
-install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-6/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-systemd_${pkgname}.service
-systemd_tmpfiles.d_${pkgname}.conf
-${pkgname}.install)
-
-sha256sums=('debdeafe900f5eb85f8816ea235ab7e3e5261071b2ea01ac288241e794e911a7'
-'b6d85501b00032a1385222e80a5f8e357276aaad605e699f40d5cc3770b8ce68'
-'07b9ff0686134b3256cda8b5253b91ba23f54b547640729e2382c3c12067ea80'
-'16046fc93a569cb817994ac251bbf464659286c39c2d9a5a2f52030d94a50dd0')
-
-_gid_log=19
-_gid_tomcat=66
-_uid_tomcat=66
-
-package() {
-  cd ${srcdir}/apache-tomcat-${pkgver}
-
-  # Tomcat general files
-  install -dm755 ${pkgdir}/usr/share/{,java/}${pkgname}
-  cp -r bin ${pkgdir}/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
${pkgdir}/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
${pkgdir}/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* ${pkgdir}/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm ${pkgdir}/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar ${pkgdir}/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} ${pkgdir}/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_log} 
${pkgdir}/var/log/${pkgname}
-  ln -s /var/log/${pkgname} ${pkgdir}/usr/share/${pkgname}/logs
-  touch ${pkgdir}/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} ${pkgdir}/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 ${pkgdir}/etc/${pkgname}
-  install -g ${_gid_tomcat} -m640 conf/* ${pkgdir}/etc/${pkgname}
-  install -d -g ${_gid_tomcat} -m775 ${pkgdir}/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} ${pkgdir}/usr/share/${pkgname}/conf
-
-  install -dm775 ${pkgdir}/var/lib/${pkgname}
-  cp -r webapps ${pkgdir}/var/lib/${pkgname}
-  chown -R ${_uid_tomcat}:${_gid_tomcat} ${pkgdir}/var/lib/${pkgname}
-  ln -s /var/lib/${pkgname}/webapps ${pkgdir}/usr/share/${pkgname}/webapps
-
-  install -dm1777 ${pkgdir}/var/tmp
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
${pkgdir}/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp ${pkgdir}/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work ${pkgdir}/usr/share/${pkgname}/work
-
-  install -Dm644 ${srcdir}/systemd_${pkgname}.service \
- ${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 ${srcdir}/systemd_tmpfiles.d_${pkgname}.conf \
- ${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf
-}

Copied: tomcat6/repos/extra-any/PKGBUILD (from rev 213653, 
tomcat6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-27 13:33:40 UTC (rev 213654)
@@ -0,0 +1,75 @@
+# Maintainer: Guillaume ALAUX 

[arch-commits] Commit in josm/trunk (PKGBUILD josm.changelog)

2014-05-27 Thread Jaroslav Lichtblau
Date: Tuesday, May 27, 2014 @ 18:58:40
  Author: jlichtblau
Revision: 111985

upgpkg: josm 7182-1

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |4 ++--
 josm.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 12:47:32 UTC (rev 111984)
+++ PKGBUILD2014-05-27 16:58:40 UTC (rev 111985)
@@ -3,7 +3,7 @@
 # Contributor: Michele Schäuble mschaeu...@swissonline.ch
 
 pkgname=josm
-pkgver=7000
+pkgver=7182
 pkgrel=1
 pkgdesc=An editor for OpenStreetMap written in Java
 arch=('any')
@@ -15,7 +15,7 @@
 source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
 $pkgname.desktop \
 $pkgname.conf.d)
-sha256sums=('e1419dcadb13227529ea63730c1fc1633e056e79d240a5ae6f2689606858b777'
+sha256sums=('037c0db9e4ce61d49d2e57747a1b702ddcf0c4fc98ae6ccbc20679b6406eebee'
 'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2014-05-27 12:47:32 UTC (rev 111984)
+++ josm.changelog  2014-05-27 16:58:40 UTC (rev 111985)
@@ -1,3 +1,6 @@
+2014-05-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * josm 7182-1
+
 2014-04-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* josm 7000-1
 



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

2014-05-27 Thread Jaroslav Lichtblau
Date: Tuesday, May 27, 2014 @ 18:58:50
  Author: jlichtblau
Revision: 111986

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 111985, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 111985, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 111985, josm/trunk/josm.conf.d)
  josm/repos/community-any/josm.desktop
(from rev 111985, josm/trunk/josm.desktop)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d
  josm/repos/community-any/josm.desktop

+
 PKGBUILD   |   92 ++---
 josm.changelog |  237 +++
 josm.conf.d|8 -
 josm.desktop   |   16 +--
 4 files changed, 178 insertions(+), 175 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-27 16:58:40 UTC (rev 111985)
+++ PKGBUILD2014-05-27 16:58:50 UTC (rev 111986)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Michele Schäuble mschaeu...@swissonline.ch
-
-pkgname=josm
-pkgver=7000
-pkgrel=1
-pkgdesc=An editor for OpenStreetMap written in Java
-arch=('any')
-url=http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
-$pkgname.desktop \
-$pkgname.conf.d)
-sha256sums=('e1419dcadb13227529ea63730c1fc1633e056e79d240a5ae6f2689606858b777'
-'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd ${srcdir}
-  
-  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
-
-#executable file
-  install -d ${pkgdir}/usr/bin
-  cat EOF ${pkgdir}/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
-CLASSPATH=/usr/share/java/josm/josm.jar
-java ${JOSM_ARGS} -cp ${CLASSPATH} -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication $@
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 ${pkgdir}/usr/bin/$pkgname
-  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 111985, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-27 16:58:50 UTC (rev 111986)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Michele Schäuble mschaeu...@swissonline.ch
+
+pkgname=josm
+pkgver=7182
+pkgrel=1
+pkgdesc=An editor for OpenStreetMap written in Java
+arch=('any')
+url=http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(http://josm.openstreetmap.de/$pkgname-tested.jar \
+$pkgname.desktop \
+$pkgname.conf.d)
+sha256sums=('037c0db9e4ce61d49d2e57747a1b702ddcf0c4fc98ae6ccbc20679b6406eebee'
+'edfb2cbf2aa7e6582b4d43cd402ea58be7990702e5c3ff7afdc518c28ca9'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+package() {
+  cd ${srcdir}
+  
+  install -D -m644 $pkgname-tested.jar 
${pkgdir}/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -D -m644 ${srcdir}/${pkgname}.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -D -m644 images/logo.png ${pkgdir}/usr/share/pixmaps/$pkgname.png
+
+#executable file
+  install -d ${pkgdir}/usr/bin
+  cat EOF ${pkgdir}/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+while true; do
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ]  . /etc/conf.d/josm
+CLASSPATH=/usr/share/java/josm/josm.jar
+java ${JOSM_ARGS} -cp ${CLASSPATH} -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication $@
+[ $? -eq 9 ] || break
+done
+EOF
+  chmod 755 ${pkgdir}/usr/bin/$pkgname
+  install -Dm644 ${srcdir}/$pkgname.conf.d ${pkgdir}/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2014-05-27 16:58:40 UTC (rev 111985)
+++ josm.changelog  2014-05-27 16:58:50 UTC (rev 111986)
@@ -1,117 +0,0 @@
-2014-04-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 7000-1
-
-2014-04-02 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * josm 6950-1
-
-2014-01-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
- 

[arch-commits] Commit in fontforge/trunk (PKGBUILD giflib.patch)

2014-05-27 Thread Gaetan Bisson
Date: Tuesday, May 27, 2014 @ 19:28:50
  Author: bisson
Revision: 213655

rebuild for giflib-5.1.0

Added:
  fontforge/trunk/giflib.patch
Modified:
  fontforge/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 giflib.patch |   37 +
 2 files changed, 44 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 13:33:40 UTC (rev 213654)
+++ PKGBUILD2014-05-27 17:28:50 UTC (rev 213655)
@@ -6,9 +6,9 @@
 pkgname=fontforge
 _pkgver=2.0.20140101
 pkgver=${_pkgver##*.}
-pkgrel=2
+pkgrel=3
 pkgdesc='Outline and bitmap font editor'
-url='http://fontforge.sourceforge.net/'
+url='http://www.fontforge.org/'
 arch=('i686' 'x86_64')
 license=('BSD')
 depends=('libltdl' 'libxkbui' 'libxi'
@@ -15,9 +15,11 @@
  'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
  'python2' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
 source=(https://github.com/fontforge/fontforge/archive/${_pkgver}.tar.gz;
-'http://fontforge.org/cidmaps.tgz')
+'http://fontforge.org/cidmaps.tgz'
+'giflib.patch')
 sha1sums=('abce297e53e8b6ff6f08871e53d1eb0be5ab82e7'
-  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94')
+  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94'
+  '420dd1dd75d72719f3203d832bfa8c1c7e7eef86')
 
 options=('!makeflags')
 install=install
@@ -25,6 +27,7 @@
 prepare() {
cd ${srcdir}/${pkgname}-${_pkgver}
sed '/fontforge_package_name/s/^#//' -i configure.ac
+   patch -p1 -i ../giflib.patch
./autogen.sh
 }
 

Added: giflib.patch
===
--- giflib.patch(rev 0)
+++ giflib.patch2014-05-27 17:28:50 UTC (rev 213655)
@@ -0,0 +1,37 @@
+diff -Naur old/gutils/gimagereadgif.c new/gutils/gimagereadgif.c
+--- old/gutils/gimagereadgif.c 2014-01-01 05:56:11.0 -1000
 new/gutils/gimagereadgif.c 2014-05-27 07:04:34.930338020 -1000
+@@ -170,13 +170,13 @@
+ 
+ if ( DGifSlurp(gif)!=GIF_OK ) {
+   fprintf(stderr,Bad input file \%s\\n,filename );
+-  DGifCloseFile(gif);
++  DGifCloseFile(gif, NULL);
+   return( NULL );
+ }
+ 
+ /* Process each image so that it/they can be imported into FF. */
+ if ( (images=(GImage **) malloc(gif-ImageCount*sizeof(GImage *)))==NULL 
) {
+-  DGifCloseFile(gif);
++  DGifCloseFile(gif, NULL);
+   NoMoreMemMessage();
+   return( NULL );
+ }
+@@ -185,7 +185,7 @@
+   if ( (images[i]=ProcessSavedImage(gif,gif-SavedImages[i],il))==NULL ) 
{
+   while ( --i=0 ) free(images[i]);
+   free(images);
+-  DGifCloseFile(gif);
++  DGifCloseFile(gif, NULL);
+   return( NULL );
+   }
+ }
+@@ -195,7 +195,7 @@
+   ret = images[0];
+ else
+   ret = GImageCreateAnimation(images,gif-ImageCount);
+-DGifCloseFile(gif);
++DGifCloseFile(gif, NULL);
+ free(images);
+ return( ret );
+ }



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

2014-05-27 Thread Gaetan Bisson
Date: Tuesday, May 27, 2014 @ 19:29:30
  Author: bisson
Revision: 213656

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

Added:
  fontforge/repos/staging-i686/
  fontforge/repos/staging-i686/PKGBUILD
(from rev 213655, fontforge/trunk/PKGBUILD)
  fontforge/repos/staging-i686/giflib.patch
(from rev 213655, fontforge/trunk/giflib.patch)
  fontforge/repos/staging-i686/install
(from rev 213655, fontforge/trunk/install)
  fontforge/repos/staging-x86_64/
  fontforge/repos/staging-x86_64/PKGBUILD
(from rev 213655, fontforge/trunk/PKGBUILD)
  fontforge/repos/staging-x86_64/giflib.patch
(from rev 213655, fontforge/trunk/giflib.patch)
  fontforge/repos/staging-x86_64/install
(from rev 213655, fontforge/trunk/install)

-+
 staging-i686/PKGBUILD   |   59 ++
 staging-i686/giflib.patch   |   37 ++
 staging-i686/install|   12 
 staging-x86_64/PKGBUILD |   59 ++
 staging-x86_64/giflib.patch |   37 ++
 staging-x86_64/install  |   12 
 6 files changed, 216 insertions(+)

Copied: fontforge/repos/staging-i686/PKGBUILD (from rev 213655, 
fontforge/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2014-05-27 17:29:30 UTC (rev 213656)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=fontforge
+_pkgver=2.0.20140101
+pkgver=${_pkgver##*.}
+pkgrel=3
+pkgdesc='Outline and bitmap font editor'
+url='http://www.fontforge.org/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('libltdl' 'libxkbui' 'libxi'
+ 'pango' 'giflib' 'libtiff' 'libspiro' 'libxml2' 'libspiro' 
'libunicodenames' 'zeromq'
+ 'python2' 'desktop-file-utils' 'gtk-update-icon-cache' 
'hicolor-icon-theme')
+source=(https://github.com/fontforge/fontforge/archive/${_pkgver}.tar.gz;
+'http://fontforge.org/cidmaps.tgz'
+'giflib.patch')
+sha1sums=('abce297e53e8b6ff6f08871e53d1eb0be5ab82e7'
+  'efbc7c9d3e95159f5600dc71f9cccb370e46bb94'
+  '420dd1dd75d72719f3203d832bfa8c1c7e7eef86')
+
+options=('!makeflags')
+install=install
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${_pkgver}
+   sed '/fontforge_package_name/s/^#//' -i configure.ac
+   patch -p1 -i ../giflib.patch
+   ./autogen.sh
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${_pkgver}
+   export LIBZMQ_LIBS=-lzmq
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --enable-python-extension \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${_pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -d ${pkgdir}/usr/share/fontforge
+   install -m644 ../Adobe-* ${pkgdir}/usr/share/fontforge
+
+   install -d ${pkgdir}/usr/share/icons
+   cp -a desktop/icons ${pkgdir}/usr/share/icons/hicolor
+   rm -fr ${pkgdir}/usr/share/icons/hicolor/src
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 desktop/fontforge.desktop 
${pkgdir}/usr/share/applications/fontforge.desktop
+}

Copied: fontforge/repos/staging-i686/giflib.patch (from rev 213655, 
fontforge/trunk/giflib.patch)
===
--- staging-i686/giflib.patch   (rev 0)
+++ staging-i686/giflib.patch   2014-05-27 17:29:30 UTC (rev 213656)
@@ -0,0 +1,37 @@
+diff -Naur old/gutils/gimagereadgif.c new/gutils/gimagereadgif.c
+--- old/gutils/gimagereadgif.c 2014-01-01 05:56:11.0 -1000
 new/gutils/gimagereadgif.c 2014-05-27 07:04:34.930338020 -1000
+@@ -170,13 +170,13 @@
+ 
+ if ( DGifSlurp(gif)!=GIF_OK ) {
+   fprintf(stderr,Bad input file \%s\\n,filename );
+-  DGifCloseFile(gif);
++  DGifCloseFile(gif, NULL);
+   return( NULL );
+ }
+ 
+ /* Process each image so that it/they can be imported into FF. */
+ if ( (images=(GImage **) malloc(gif-ImageCount*sizeof(GImage *)))==NULL 
) {
+-  DGifCloseFile(gif);
++  DGifCloseFile(gif, NULL);
+   NoMoreMemMessage();
+   return( NULL );
+ }
+@@ -185,7 +185,7 @@
+   if ( (images[i]=ProcessSavedImage(gif,gif-SavedImages[i],il))==NULL ) 
{
+   while ( --i=0 ) free(images[i]);
+   free(images);
+-  DGifCloseFile(gif);
++  DGifCloseFile(gif, NULL);
+   return( NULL );
+   }
+ }
+@@ -195,7 +195,7 @@
+   ret = images[0];
+ else
+   ret = GImageCreateAnimation(images,gif-ImageCount);
+-DGifCloseFile(gif);
++DGifCloseFile(gif, NULL);
+ free(images);
+ return( ret );
+ }

Copied: 

[arch-commits] Commit in grml-zsh-config/trunk (PKGBUILD)

2014-05-27 Thread Pierre Schmitz
Date: Tuesday, May 27, 2014 @ 19:48:16
  Author: pierre
Revision: 213657

upgpkg: grml-zsh-config 0.9.5-1

Modified:
  grml-zsh-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 17:29:30 UTC (rev 213656)
+++ PKGBUILD2014-05-27 17:48:16 UTC (rev 213657)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=grml-zsh-config
-pkgver=0.9.4
+pkgver=0.9.5
 pkgrel=1
 pkgdesc=grml's zsh setup
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
 makedepends=('txt2tags')
 
source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('7b4408cce3ae50805c106fddaeac589dc719fecae91b143a2f2fbf7b4c917840')
+sha256sums=('f64699fb74262a300c828a0ef4ed080c53fa37949cfbc61e43999d08a36cc88b')
 
 build() {
cd ${srcdir}/grml-etc-core-${pkgver}/doc



[arch-commits] Commit in grml-zsh-config/repos/extra-any (PKGBUILD PKGBUILD)

2014-05-27 Thread Pierre Schmitz
Date: Tuesday, May 27, 2014 @ 19:48:34
  Author: pierre
Revision: 213658

archrelease: copy trunk to extra-any

Added:
  grml-zsh-config/repos/extra-any/PKGBUILD
(from rev 213657, grml-zsh-config/trunk/PKGBUILD)
Deleted:
  grml-zsh-config/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-27 17:48:16 UTC (rev 213657)
+++ PKGBUILD2014-05-27 17:48:34 UTC (rev 213658)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=grml-zsh-config
-pkgver=0.9.4
-pkgrel=1
-pkgdesc=grml's zsh setup
-arch=('any')
-url='http://grml.org/zsh/'
-license=('GPL2')
-provides=('grmlzshrc')
-depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
-makedepends=('txt2tags')
-source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
-sha256sums=('7b4408cce3ae50805c106fddaeac589dc719fecae91b143a2f2fbf7b4c917840')
-
-build() {
-   cd ${srcdir}/grml-etc-core-${pkgver}/doc
-   make
-}
-
-package() {
-   cd ${srcdir}/grml-etc-core-${pkgver}
-   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
-   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
-   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
-
-   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
-   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
-}

Copied: grml-zsh-config/repos/extra-any/PKGBUILD (from rev 213657, 
grml-zsh-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-27 17:48:34 UTC (rev 213658)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=grml-zsh-config
+pkgver=0.9.5
+pkgrel=1
+pkgdesc=grml's zsh setup
+arch=('any')
+url='http://grml.org/zsh/'
+license=('GPL2')
+provides=('grmlzshrc')
+depends=('zsh' 'coreutils' 'inetutils' 'grep' 'sed' 'procps')
+makedepends=('txt2tags')
+source=(http://deb.grml.org/pool/main/g/grml-etc-core/grml-etc-core_${pkgver}.tar.gz;)
+sha256sums=('f64699fb74262a300c828a0ef4ed080c53fa37949cfbc61e43999d08a36cc88b')
+
+build() {
+   cd ${srcdir}/grml-etc-core-${pkgver}/doc
+   make
+}
+
+package() {
+   cd ${srcdir}/grml-etc-core-${pkgver}
+   install -D -m644 etc/skel/.zshrc ${pkgdir}/etc/skel/.zshrc
+   install -D -m644 etc/zsh/keephack ${pkgdir}/etc/zsh/keephack
+   install -D -m644 etc/zsh/zshrc ${pkgdir}/etc/zsh/zshrc
+
+   install -D -m644 doc/grmlzshrc.5 
${pkgdir}/usr/share/man/man5/grmlzshrc.5
+   ln -sf grmlzshrc.5.gz ${pkgdir}/usr/share/man/man5/grml-zsh-config.5.gz
+}



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

2014-05-27 Thread Felix Yan
Date: Tuesday, May 27, 2014 @ 19:57:29
  Author: fyan
Revision: 111987

upgpkg: goagent 3.1.13-1

Modified:
  goagent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 16:58:50 UTC (rev 111986)
+++ PKGBUILD2014-05-27 17:57:29 UTC (rev 111987)
@@ -4,7 +4,7 @@
 # Contributor: Guten ywzhai...@gmail.com 
 
 pkgname=goagent
-pkgver=3.1.12
+pkgver=3.1.13
 pkgrel=1
 pkgdesc=A gae proxy forked from gappproxy/wallproxy
 arch=(any)



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

2014-05-27 Thread Felix Yan
Date: Tuesday, May 27, 2014 @ 20:01:03
  Author: fyan
Revision: 111988

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 111987, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 111987, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 111987, goagent/trunk/goagent.service)
  goagent/repos/community-any/goagent.user.ini
(from rev 111987, goagent/trunk/goagent.user.ini)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service
  goagent/repos/community-any/goagent.user.ini

-+
 PKGBUILD|  116 +++---
 goagent.install |   42 +--
 goagent.service |   24 +--
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-27 17:57:29 UTC (rev 111987)
+++ PKGBUILD2014-05-27 18:01:03 UTC (rev 111988)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: cuihao cuihao dot leo at gmail dot com
-# Contributor: Guten ywzhai...@gmail.com 
-
-pkgname=goagent
-pkgver=3.1.12
-pkgrel=1
-pkgdesc=A gae proxy forked from gappproxy/wallproxy
-arch=(any)
-url=http://goagent.googlecode.com;
-license=(GPL2)
-depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
-conflicts=('python2-gevent0.99')
-optdepends=('python2-crypto: Optimization for RC4'
-'python2-pacparser: PAC proxy support'
-'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
-makedepends=('git')
-source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
-${pkgname}.user.ini
-${pkgname}.service)
-backup=('etc/goagent')
-install=goagent.install
-
-prepare() {
-  cd $pkgname
-
-  sed -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| \
-  -i local/{proxy.py,dnsproxy.py}
-  sed -e 's|^geoip = .*)\( if.*\)$|geoip = 
pygeoip.GeoIP(/usr/share/GeoIP/GeoIP.dat)\1|' \
-  -i local/proxy.py
-}
-
-package() {
-  cd $pkgname
-
-  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/goagent
-  install -Dm755 local/dnsproxy.py 
$pkgdir/usr/share/$pkgname/local/dnsproxy.py
-  install -Dm644 local/proxy.pac $pkgdir/usr/share/$pkgname/local/proxy.pac
-  install -Dm644 local/cacert.pem $pkgdir/usr/share/$pkgname/local/cacert.pem
-  install -Dm644 local/SwitchyOptions.bak 
$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak
-  install -Dm644 local/SwitchySharp.crx 
$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx
-
-  install -Dm644 local/proxy.ini $pkgdir/usr/share/$pkgname/local/goagent.ini
-  install -Dm640 -g nobody ../goagent.user.ini $pkgdir/etc/goagent
-  ln -sf /etc/goagent ${pkgdir}/usr/share/$pkgname/local/goagent.user.ini
-  
-  cp -r server $pkgdir/usr/share/$pkgname/
-  rm $pkgdir/usr/share/$pkgname/server/uploader.bat
-
-  # systemd service
-  install -Dm644 ${srcdir}/goagent.service 
${pkgdir}/usr/lib/systemd/system/goagent.service
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('SKIP'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'4327d5b874c5150296f9c027a60994853de1b68d4c4e32291a5c41c0e162ffbccf68b6208cbc096d099721b470e1df897ad61596d8ddd705543c15b58e9a0f7c')

Copied: goagent/repos/community-any/PKGBUILD (from rev 111987, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-27 18:01:03 UTC (rev 111988)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: cuihao cuihao dot leo at gmail dot com
+# Contributor: Guten ywzhai...@gmail.com 
+
+pkgname=goagent
+pkgver=3.1.13
+pkgrel=1
+pkgdesc=A gae proxy forked from gappproxy/wallproxy
+arch=(any)
+url=http://goagent.googlecode.com;
+license=(GPL2)
+depends=('python2' 'python2-pyopenssl' 'python2-gevent' 'python2-dnslib')
+conflicts=('python2-gevent0.99')
+optdepends=('python2-crypto: Optimization for RC4'
+'python2-pacparser: PAC proxy support'
+'python2-pygeoip: for GAE Regions mode support  DNS region auto 
detect')
+makedepends=('git')
+source=(git+https://github.com/goagent/goagent.git#tag=v$pkgver;
+${pkgname}.user.ini
+${pkgname}.service)
+backup=('etc/goagent')
+install=goagent.install
+
+prepare() {
+  cd $pkgname
+
+  sed -e s|^#!/usr/bin/env python|#!/usr/bin/env python2| \
+  -i local/{proxy.py,dnsproxy.py}
+  sed -e 's|^geoip = .*)\( if.*\)$|geoip = 
pygeoip.GeoIP(/usr/share/GeoIP/GeoIP.dat)\1|' \
+  -i local/proxy.py
+}
+
+package() {
+  cd $pkgname
+
+  install -Dm755 local/proxy.py $pkgdir/usr/share/$pkgname/local/goagent
+  install -Dm755 

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

2014-05-27 Thread Felix Yan
Date: Tuesday, May 27, 2014 @ 20:03:31
  Author: fyan
Revision: 111989

upgpkg: dd_rescue 1.45-1

Modified:
  dd_rescue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 18:01:03 UTC (rev 111988)
+++ PKGBUILD2014-05-27 18:03:31 UTC (rev 111989)
@@ -5,7 +5,7 @@
 # Contributor: Jose Riha jose1711 gmail com
 
 pkgname=dd_rescue
-pkgver=1.44
+pkgver=1.45
 pkgrel=1
 pkgdesc=A dd version that is very useful for data-recovery
 url=http://www.garloff.de/kurt/linux/ddrescue/;
@@ -31,4 +31,4 @@
   make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
 }
 
-sha512sums=('16e9072aeda04fe898d36e13d1dfc871642c7d1d1ac79b787f3ffd24ced2e13c605b4b36f66334ee4e258d01eee286ef74862e498a5a9ea5f9bd65a66a6ec213')
+sha512sums=('88022f38ad0e1ea171f1db014ba5e3f421fe9c35782f01220e27beb03618998860694df6b5d2e96ea4927640952c57153f2a1633dee9c13a2227e17ddd46b160')



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

2014-05-27 Thread Felix Yan
Date: Tuesday, May 27, 2014 @ 20:04:40
  Author: fyan
Revision: 111990

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-27 18:03:31 UTC (rev 111989)
+++ community-i686/PKGBUILD 2014-05-27 18:04:40 UTC (rev 111990)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Zerial ferna...@zerial.org
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: Jose Riha jose1711 gmail com
-
-pkgname=dd_rescue
-pkgver=1.44
-pkgrel=1
-pkgdesc=A dd version that is very useful for data-recovery
-url=http://www.garloff.de/kurt/linux/ddrescue/;
-license=(GPL)
-depends=('glibc')
-optdepends=('lzo2: for libddr_lzo')
-arch=('x86_64' 'i686')
-source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz;)
-
-prepare() {
-  cd $pkgname
-  # Don't install to /usr/lib64
-  sed -i '/LIB = lib64/d' Makefile
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
-}
-
-sha512sums=('16e9072aeda04fe898d36e13d1dfc871642c7d1d1ac79b787f3ffd24ced2e13c605b4b36f66334ee4e258d01eee286ef74862e498a5a9ea5f9bd65a66a6ec213')

Copied: dd_rescue/repos/community-i686/PKGBUILD (from rev 111989, 
dd_rescue/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-27 18:04:40 UTC (rev 111990)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Zerial ferna...@zerial.org
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: Jose Riha jose1711 gmail com
+
+pkgname=dd_rescue
+pkgver=1.45
+pkgrel=1
+pkgdesc=A dd version that is very useful for data-recovery
+url=http://www.garloff.de/kurt/linux/ddrescue/;
+license=(GPL)
+depends=('glibc')
+optdepends=('lzo2: for libddr_lzo')
+arch=('x86_64' 'i686')
+source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz;)
+
+prepare() {
+  cd $pkgname
+  # Don't install to /usr/lib64
+  sed -i '/LIB = lib64/d' Makefile
+}
+
+build() {
+  cd $pkgname
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
+}
+
+sha512sums=('88022f38ad0e1ea171f1db014ba5e3f421fe9c35782f01220e27beb03618998860694df6b5d2e96ea4927640952c57153f2a1633dee9c13a2227e17ddd46b160')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-27 18:03:31 UTC (rev 111989)
+++ community-x86_64/PKGBUILD   2014-05-27 18:04:40 UTC (rev 111990)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Zerial ferna...@zerial.org
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: Jose Riha jose1711 gmail com
-
-pkgname=dd_rescue
-pkgver=1.44
-pkgrel=1
-pkgdesc=A dd version that is very useful for data-recovery
-url=http://www.garloff.de/kurt/linux/ddrescue/;
-license=(GPL)
-depends=('glibc')
-optdepends=('lzo2: for libddr_lzo')
-arch=('x86_64' 'i686')
-source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz;)
-
-prepare() {
-  cd $pkgname
-  # Don't install to /usr/lib64
-  sed -i '/LIB = lib64/d' Makefile
-}
-
-build() {
-  cd $pkgname
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
-}
-
-sha512sums=('16e9072aeda04fe898d36e13d1dfc871642c7d1d1ac79b787f3ffd24ced2e13c605b4b36f66334ee4e258d01eee286ef74862e498a5a9ea5f9bd65a66a6ec213')

Copied: dd_rescue/repos/community-x86_64/PKGBUILD (from rev 111989, 
dd_rescue/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-27 18:04:40 UTC (rev 111990)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Zerial ferna...@zerial.org
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: Jose Riha jose1711 gmail com
+
+pkgname=dd_rescue
+pkgver=1.45
+pkgrel=1
+pkgdesc=A dd version that is very useful for data-recovery
+url=http://www.garloff.de/kurt/linux/ddrescue/;
+license=(GPL)
+depends=('glibc')
+optdepends=('lzo2: for libddr_lzo')

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

2014-05-27 Thread Felix Yan
Date: Tuesday, May 27, 2014 @ 20:05:02
  Author: fyan
Revision: 111991

upgpkg: jenkins 1.565-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 18:04:40 UTC (rev 111990)
+++ PKGBUILD2014-05-27 18:05:02 UTC (rev 111991)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
 
 pkgname=jenkins
-pkgver=1.564
+pkgver=1.565
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha512sums=('0544ceb183a6f0b9ba11492e243f23204d1313a92684b0854477060f3a8324a10ec3d37eefb9afc49411f3f98ea7b12c9fc5a77ef7964c2c3ad3ebdb6e830290'
+sha512sums=('f727deaf2dfb6ca15823a9bf36d5a7e1576f2c20cfedcda7038520948d61f342d61f9a2abc7b4f11eafe65f8692f713ea3b8f75d4a63e57a0ee4c94951eccdfe'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'fc82b56741c4683cde4913e41bf3dbfb0e7b16897b22b27d92a9c6fa7a300ffba97d85fbbf2287a7c5c546cb5697bbe8daa108bfc51572cf69c256d1e01e80ba'



[arch-commits] Commit in jenkins/repos/community-any (12 files)

2014-05-27 Thread Felix Yan
Date: Tuesday, May 27, 2014 @ 20:06:06
  Author: fyan
Revision: 111992

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 111991, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 111991, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 111991, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 111991, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 111991, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.tmpfiles.d
(from rev 111991, jenkins/trunk/jenkins.tmpfiles.d)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.tmpfiles.d

+
 LICENSE|   46 ++--
 PKGBUILD   |   84 ++---
 jenkins.conf   |   26 +--
 jenkins.install|  114 +--
 jenkins.service|   48 ++---
 jenkins.tmpfiles.d |4 -
 6 files changed, 161 insertions(+), 161 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-27 18:05:02 UTC (rev 111991)
+++ PKGBUILD2014-05-27 18:06:06 UTC (rev 111992)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marcel Huber marcelhuberfoo at gmail dott com
-# Contributor: Illarion Kovalchuk illarion.kovalchuk at gmail dot com
-
-pkgname=jenkins
-pkgver=1.564
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'
-noextract=('jenkins.war')

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

2014-05-27 Thread Bartłomiej Piotrowski
Date: Tuesday, May 27, 2014 @ 20:34:16
  Author: bpiotrowski
Revision: 213662

upgpkg: libreoffice-fresh 4.3.0-0.3

move SDK and en-US to separated split packages

Modified:
  libreoffice-fresh/trunk/PKGBUILD

--+
 PKGBUILD |  347 ++---
 1 file changed, 195 insertions(+), 152 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 18:32:30 UTC (rev 213661)
+++ PKGBUILD2014-05-27 18:34:16 UTC (rev 213662)
@@ -1,67 +1,27 @@
 # $Id$
 # Maintainer: AndyRTR andy...@archlinux.org
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
 
-pkgname=libreoffice-fresh
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-en-US' 'libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=4.3.0.0.beta1
 pkgver=4.3.0
-pkgrel=0.2
-pkgdesc=LibreOffice branch which contains new features and program 
enhancements
+pkgrel=0.3
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
-depends=(curl=7.20.0 hunspell=1.2.8 python=3.4 'libwpd=0.9.2'
-'libwps' neon=0.28.6 'pango' 'nspr' 'libjpeg' 'libxrandr' 
#'libxaw' 
-'libgl' 'dbus-glib' 'libxslt' 'redland' 'icu' #'librsvg' 
-'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' # 'libtextcat' 
-'lcms2' 'poppler=0.24.0' 'libvisio' 'libetonyek' 'libodfgen'
-'libcdr' 'libmspub' 'harfbuzz-icu' 'gconf' 'glew' 'nss' 
'clucene'
-# 'lpsolve' ? calc
-'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info'
-'gtk2' 'xdg-utils' #'telepathy-glib' 'orbit2' 
'translate-toolkit' 
-'gst-plugins-base-libs' 'glu')
-makedepends=('sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
-'gperf' 'kdelibs' 'gconf' 'gtk3' 'cppunit' 
'beanshell2' 'vigra'
-'clucene' 'junit' 'libmythes' 'libwpg'  'mesa'
-'java-environment' 'postgresql-libs' 'bluez-libs' 
'harfbuzz-icu'
-'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew' 'apr' 
'serf'
-'ttf-liberation' # to satisfy regression tests
-'chrpath')
-optdepends=('libreoffice-fresh-langpack: additional language support'
-'java-runtime: adds java support'
-'java-environment: required by extension-wiki-publisher and 
extension-nlpsolver'
-'pstoedit: translates PostScript and PDF graphics into 
other vector formats'
-'libmythes:for use in thesaurus'
-'beanshell2:   interactive java -- good for prototyping/macros'
-'vigra:C++ computer vision library, usable in Basebmp'
-'libmspack:library for Microsoft compression formats for 
use in FontOOo'
-'libwpg:   library for importing and converting Corel 
WordPerfect(tm) Graphics images and for MS visual import'
-'sane: for scanner access'
-'unixodbc: adds ODBC database support'
-'gst-plugins-base-libs:+ some gstr-plugins to support 
multimedia content, e.g. in impress'
-#'gtk2: for browser plugin and old gtk2 desktop 
integration'
-'libpaper: takes care of papersize'
-'postgresql-libs:  for postgresql-connector'
-'gtk3: for gtk3 Gnome integration'
-'kdelibs:  for kde desktop integration'
-'make: for use in SDK'
-'gcc:  for use in SDK'
-'zip:  for use in SDK')
-backup=(etc/libreoffice/sofficerc
-etc/libreoffice/bootstraprc
-etc/libreoffice/psprint.conf
-etc/profile.d/libreoffice-fresh.sh
-etc/profile.d/libreoffice-fresh.csh)
-install=$pkgname.install
-provides=('libreoffice-common' 'libreoffice-base' 'libreoffice-calc' 
'libreoffice-draw' 'libreoffice-gnome'
-  'libreoffice-impress''libreoffice-kde4' 'libreoffice-math' 
'libreoffice-sdk' 'libreoffice-sdk-doc'
-  'libreoffice-writer' 'libreoffice-en-US' 
'libreoffice-postgresql-connector' 
-  'libreoffice-extension-wiki-publisher' 
'libreoffice-extension-nlpsolver')
-conflicts=('libreoffice-stable' 'libreoffice-common'   'libreoffice-base' 
'libreoffice-calc' 'libreoffice-draw' 'libreoffice-gnome'
-  'libreoffice-impress''libreoffice-kde4' 'libreoffice-math' 
'libreoffice-sdk' 'libreoffice-sdk-doc'
-  'libreoffice-writer' 'libreoffice-en-US' 
'libreoffice-postgresql-connector' 
-  'libreoffice-extension-wiki-publisher' 
'libreoffice-extension-nlpsolver')
-  
+makedepends=('curl=7.20.0' 'hunspell=1.2.8' 'python=3.4' 'libwpd=0.9.2' 
'libwps'
+   'neon=0.28.6' 'pango' 'nspr' 

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

2014-05-27 Thread Bartłomiej Piotrowski
Date: Tuesday, May 27, 2014 @ 20:34:25
  Author: bpiotrowski
Revision: 213663

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

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

-+
 testing-i686/PKGBUILD   |  421 
++
 testing-i686/libreoffice-fresh.csh  |6 
 testing-i686/libreoffice-fresh.install  |   13 
 testing-i686/libreoffice-fresh.sh   |6 
 testing-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 +
 testing-x86_64/PKGBUILD |  421 
++
 testing-x86_64/libreoffice-fresh.csh|6 
 testing-x86_64/libreoffice-fresh.install|   13 
 testing-x86_64/libreoffice-fresh.sh |6 
 testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 +
 10 files changed, 980 insertions(+)

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


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

2014-05-27 Thread Jonathan Steel
Date: Tuesday, May 27, 2014 @ 21:17:44
  Author: jsteel
Revision: 111993

upgpkg: puppet 3.6.1-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 18:06:06 UTC (rev 111992)
+++ PKGBUILD2014-05-27 19:17:44 UTC (rev 111993)
@@ -9,7 +9,7 @@
 # Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
 
 pkgname=puppet
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc=Server automation framework and application
 arch=('any')
@@ -20,7 +20,7 @@
 'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
 install=$pkgname.install
 source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('4ec3dc72602b9ba0e2cf7365683504ff')
+md5sums=('e77e8f883d5194fcc19f499ef09a29dd')
 
 package() {
   cd $srcdir/$pkgname-$pkgver



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

2014-05-27 Thread Jonathan Steel
Date: Tuesday, May 27, 2014 @ 21:18:18
  Author: jsteel
Revision: 111994

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |  124 +++
 puppet.install |   46 ++--
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-27 19:17:44 UTC (rev 111993)
+++ PKGBUILD2014-05-27 19:18:18 UTC (rev 111994)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-# Contributor: Greg Sutcliffe puppet-aur (at) emeraldreverie (dot) org
-# Contributor: Hyacinthe Cartiaux hyacinthe (dot) cartiaux (at) free (dot) fr
-# Contributor: Thomas S Hatch thatch45 (at) Gmail (dot) com
-# Contributor: Xavion Xavion (dot) 0 (at) Gmail (dot) com
-# Contributor: Miah Johnson miah (at) chia-pet dot org
-# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
-# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
-
-pkgname=puppet
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=Server automation framework and application
-arch=('any')
-url=http://puppetlabs.com/puppet/puppet-open-source;
-license=('APACHE')
-depends=('facter' 'hiera' 'logrotate')
-backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
-'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
-install=$pkgname.install
-source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-md5sums=('4ec3dc72602b9ba0e2cf7365683504ff')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ruby install.rb --destdir=$pkgdir/ --sitelibdir=$( ruby -e \
-'puts RbConfig::CONFIG[vendorlibdir]' )
-
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/redhat/$pkgname.conf \
-$pkgdir/etc/$pkgname/$pkgname.conf
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/redhat/logrotate \
-$pkgdir/etc/logrotate.d/$pkgname
-  install -Dm644 $srcdir/$pkgname-$pkgver/conf/fileserver.conf \
-$pkgdir/etc/$pkgname/fileserver.conf
-  install -Dm644 $srcdir/$pkgname-$pkgver/conf/tagmail.conf \
-$pkgdir/etc/$pkgname/tagmail.conf
-
-  install -d $pkgdir/{var/lib/$pkgname,usr/lib/tmpfiles.d}/
-
-  echo d /var/run/$pkgname 0755 $pkgname $pkgname -  \
-$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/systemd/$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 
$srcdir/$pkgname-$pkgver/ext/systemd/${pkgname}master.service \
-$pkgdir/usr/lib/systemd/system/${pkgname}master.service
-
-  # vim and emacs
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
-$pkgdir/usr/share/vim/vimfiles/syntax/$pkgname.vim
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
-$pkgdir/usr/share/emacs/site-lisp/$pkgname-mode.el
-  install -Dm644 $srcdir/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
-$pkgdir/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: puppet/repos/community-any/PKGBUILD (from rev 111993, 
puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-27 19:18:18 UTC (rev 111994)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: Greg Sutcliffe puppet-aur (at) emeraldreverie (dot) org
+# Contributor: Hyacinthe Cartiaux hyacinthe (dot) cartiaux (at) free (dot) fr
+# Contributor: Thomas S Hatch thatch45 (at) Gmail (dot) com
+# Contributor: Xavion Xavion (dot) 0 (at) Gmail (dot) com
+# Contributor: Miah Johnson miah (at) chia-pet dot org
+# Contributor: Dave Simons miouhpi (at) Gmail (dot) com
+# Contributor: Niels Abspoel aboe76 (at) Gmail (dot) com
+
+pkgname=puppet
+pkgver=3.6.1
+pkgrel=1
+pkgdesc=Server automation framework and application
+arch=('any')
+url=http://puppetlabs.com/puppet/puppet-open-source;
+license=('APACHE')
+depends=('facter' 'hiera' 'logrotate')
+backup=('etc/puppet/auth.conf' 'etc/puppet/fileserver.conf'
+'etc/puppet/puppet.conf' 'etc/puppet/tagmail.conf')
+install=$pkgname.install
+source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('e77e8f883d5194fcc19f499ef09a29dd')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ruby install.rb --destdir=$pkgdir/ --sitelibdir=$( ruby -e \
+'puts RbConfig::CONFIG[vendorlibdir]' )
+
+  install -Dm644 $srcdir/$pkgname-$pkgver/ext/redhat/$pkgname.conf \
+

[arch-commits] Commit in linux-grsec/trunk (PKGBUILD config config.x86_64)

2014-05-27 Thread Daniel Micay
Date: Tuesday, May 27, 2014 @ 23:23:35
  Author: thestinger
Revision: 111995

upgpkg: linux-grsec 3.14.4.201405252047-2

enable the size overflow plugin

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64

---+
 PKGBUILD  |9 ++---
 config|2 +-
 config.x86_64 |2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 19:18:18 UTC (rev 111994)
+++ PKGBUILD2014-05-27 21:23:35 UTC (rev 111995)
@@ -11,7 +11,7 @@
 _timestamp=201405252047
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=https://grsecurity.net/
 license=('GPL2')
@@ -43,8 +43,8 @@
 'af640ea64e923d525a8238832e8452381e6dc76a3bf28046411cadd67c408114'
 'dceb3a6aeb9ba71e68835e37d2add6c6d4c60f6e253b4bd9c20b6a8e82ec0a96'
 'SKIP'
-'7ae000eaa1df8809cc5e27427e3ee5962bfd15d32cea3c9367321a9ea9a1f28c'
-'63dd010c2ad0df4279ee00f1530850560b722235a3430df5efd5cffcb045b203'
+'59333cae86e1a43def286905e20500d165cb5153068d2bd9c6add6bfa9463e62'
+'83537cf8ab670ccabed68dadbb531574f1cf1f8138ba9d873b33047e9cc957bf'
 'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
 'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
 '6d72e14552df59e6310f16c176806c408355951724cd5b48a47bf01591b8be02'
@@ -231,6 +231,9 @@
   cp -a tools/gcc/*.h $pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/
   cp -a tools/gcc/Makefile 
$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/
   install -m644 tools/gcc/*.so 
$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/
+  mkdir -p 
$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/size_overflow_plugin
+  install -m644 tools/gcc/size_overflow_plugin/Makefile 
tools/gcc/size_overflow_plugin/*.so \
+$pkgdir/usr/lib/modules/${_kernver}/build/tools/gcc/size_overflow_plugin
 
   # install sysctl configuration for grsecurity switches
   install -Dm600 $srcdir/sysctl.conf 
$pkgdir/etc/sysctl.d/05-grsecurity.conf

Modified: config
===
--- config  2014-05-27 19:18:18 UTC (rev 111994)
+++ config  2014-05-27 21:23:35 UTC (rev 111995)
@@ -6456,7 +6456,7 @@
 # CONFIG_PAX_CONSTIFY_PLUGIN is not set
 CONFIG_PAX_USERCOPY=y
 # CONFIG_PAX_USERCOPY_DEBUG is not set
-# CONFIG_PAX_SIZE_OVERFLOW is not set
+CONFIG_PAX_SIZE_OVERFLOW=y
 # CONFIG_PAX_LATENT_ENTROPY is not set
 
 #

Modified: config.x86_64
===
--- config.x86_64   2014-05-27 19:18:18 UTC (rev 111994)
+++ config.x86_64   2014-05-27 21:23:35 UTC (rev 111995)
@@ -6234,7 +6234,7 @@
 CONFIG_PAX_REFCOUNT=y
 CONFIG_PAX_USERCOPY=y
 # CONFIG_PAX_USERCOPY_DEBUG is not set
-# CONFIG_PAX_SIZE_OVERFLOW is not set
+CONFIG_PAX_SIZE_OVERFLOW=y
 # CONFIG_PAX_LATENT_ENTROPY is not set
 
 #



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

2014-05-27 Thread Daniel Micay
Date: Tuesday, May 27, 2014 @ 23:25:53
  Author: thestinger
Revision: 111996

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

Added:
  
linux-grsec/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 111995, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 111995, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-grsec/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 111995, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  
linux-grsec/repos/community-i686/0004-fs-Don-t-return-0-from-get_anon_bdev.patch
(from rev 111995, 
linux-grsec/trunk/0004-fs-Don-t-return-0-from-get_anon_bdev.patch)
  
linux-grsec/repos/community-i686/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 111995, 
linux-grsec/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux-grsec/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 111995, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux-grsec/repos/community-i686/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
(from rev 111995, 
linux-grsec/trunk/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch)
  linux-grsec/repos/community-i686/0011-kernfs-fix-removed-error-check.patch
(from rev 111995, 
linux-grsec/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux-grsec/repos/community-i686/0012-fix-saa7134.patch
(from rev 111995, linux-grsec/trunk/0012-fix-saa7134.patch)
  
linux-grsec/repos/community-i686/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch
(from rev 111995, 
linux-grsec/trunk/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch)
  linux-grsec/repos/community-i686/0015-fix-xsdt-validation.patch
(from rev 111995, linux-grsec/trunk/0015-fix-xsdt-validation.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 111995, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 111995, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 111995, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 111995, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 111995, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 111995, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 111995, linux-grsec/trunk/sysctl.conf)
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 111995, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 111995, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  
linux-grsec/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 111995, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  
linux-grsec/repos/community-x86_64/0004-fs-Don-t-return-0-from-get_anon_bdev.patch
(from rev 111995, 
linux-grsec/trunk/0004-fs-Don-t-return-0-from-get_anon_bdev.patch)
  
linux-grsec/repos/community-x86_64/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 111995, 
linux-grsec/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux-grsec/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 111995, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux-grsec/repos/community-x86_64/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
(from rev 111995, 
linux-grsec/trunk/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch)
  linux-grsec/repos/community-x86_64/0011-kernfs-fix-removed-error-check.patch
(from rev 111995, 
linux-grsec/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux-grsec/repos/community-x86_64/0012-fix-saa7134.patch
(from rev 111995, linux-grsec/trunk/0012-fix-saa7134.patch)
  
linux-grsec/repos/community-x86_64/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch
(from rev 111995, 
linux-grsec/trunk/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch)
  linux-grsec/repos/community-x86_64/0015-fix-xsdt-validation.patch
(from rev 111995, linux-grsec/trunk/0015-fix-xsdt-validation.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 111995, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 111995, 

[arch-commits] Commit in cogl/trunk (PKGBUILD git-fixes.patch)

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 23:44:14
  Author: jgc
Revision: 213664

upgpkg: cogl 1.18.0-2

Add git fixes up to 5556241b67a58b1d28997e752ecf45244f6003d1, excluding version 
bump. Should fix crashes like FS#40570

Added:
  cogl/trunk/git-fixes.patch
Modified:
  cogl/trunk/PKGBUILD

-+
 PKGBUILD|   17 
 git-fixes.patch | 1242 ++
 2 files changed, 1254 insertions(+), 5 deletions(-)

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


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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 23:44:20
  Author: jgc
Revision: 213665

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

Added:
  cogl/repos/extra-i686/PKGBUILD
(from rev 213664, cogl/trunk/PKGBUILD)
  cogl/repos/extra-i686/git-fixes.patch
(from rev 213664, cogl/trunk/git-fixes.patch)
  cogl/repos/extra-x86_64/PKGBUILD
(from rev 213664, cogl/trunk/PKGBUILD)
  cogl/repos/extra-x86_64/git-fixes.patch
(from rev 213664, cogl/trunk/git-fixes.patch)
Deleted:
  cogl/repos/extra-i686/PKGBUILD
  cogl/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD|   84 ++
 extra-i686/PKGBUILD  |   35 -
 extra-i686/git-fixes.patch   | 1242 +
 extra-x86_64/PKGBUILD|   35 -
 extra-x86_64/git-fixes.patch | 1242 +
 5 files changed, 2568 insertions(+), 70 deletions(-)

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


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

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 23:51:07
  Author: jgc
Revision: 213667

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

Added:
  totem/repos/extra-i686/PKGBUILD
(from rev 213666, totem/trunk/PKGBUILD)
  totem/repos/extra-i686/browser-plugins.ini
(from rev 213666, totem/trunk/browser-plugins.ini)
  totem/repos/extra-i686/bugreport.patch
(from rev 213666, totem/trunk/bugreport.patch)
  totem/repos/extra-i686/git-fixes.patch
(from rev 213666, totem/trunk/git-fixes.patch)
  totem/repos/extra-i686/totem.install
(from rev 213666, totem/trunk/totem.install)
  totem/repos/extra-x86_64/PKGBUILD
(from rev 213666, totem/trunk/PKGBUILD)
  totem/repos/extra-x86_64/browser-plugins.ini
(from rev 213666, totem/trunk/browser-plugins.ini)
  totem/repos/extra-x86_64/bugreport.patch
(from rev 213666, totem/trunk/bugreport.patch)
  totem/repos/extra-x86_64/git-fixes.patch
(from rev 213666, totem/trunk/git-fixes.patch)
  totem/repos/extra-x86_64/totem.install
(from rev 213666, totem/trunk/totem.install)
Deleted:
  totem/repos/extra-i686/PKGBUILD
  totem/repos/extra-i686/browser-plugins.ini
  totem/repos/extra-i686/bugreport.patch
  totem/repos/extra-i686/totem.install
  totem/repos/extra-x86_64/PKGBUILD
  totem/repos/extra-x86_64/browser-plugins.ini
  totem/repos/extra-x86_64/bugreport.patch
  totem/repos/extra-x86_64/totem.install

--+
 /PKGBUILD|  136 
 /browser-plugins.ini |4 
 /bugreport.patch |   44 
 /totem.install   |   26 
 extra-i686/PKGBUILD  |   64 
 extra-i686/browser-plugins.ini   |2 
 extra-i686/bugreport.patch   |   22 
 extra-i686/git-fixes.patch   | 6048 +
 extra-i686/totem.install |   13 
 extra-x86_64/PKGBUILD|   64 
 extra-x86_64/browser-plugins.ini |2 
 extra-x86_64/bugreport.patch |   22 
 extra-x86_64/git-fixes.patch | 6048 +
 extra-x86_64/totem.install   |   13 
 14 files changed, 12306 insertions(+), 202 deletions(-)

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


[arch-commits] Commit in totem/trunk (PKGBUILD git-fixes.patch)

2014-05-27 Thread Jan de Groot
Date: Tuesday, May 27, 2014 @ 23:50:58
  Author: jgc
Revision: 213666

upgpkg: totem 3.12.1-2

Update to git snapshot b469c525e1cf6fd1a34dce18503afed86e9fcf6b, which fixes a 
serious data loss bug when deleting files

Added:
  totem/trunk/git-fixes.patch
Modified:
  totem/trunk/PKGBUILD

-+
 PKGBUILD|   10 
 git-fixes.patch | 6048 ++
 2 files changed, 6055 insertions(+), 3 deletions(-)

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


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

2014-05-27 Thread Jonathan Steel
Date: Tuesday, May 27, 2014 @ 23:56:51
  Author: jsteel
Revision: 111997

upgpkg: hiera 1.3.3-1

Modified:
  hiera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 21:25:53 UTC (rev 111996)
+++ PKGBUILD2014-05-27 21:56:51 UTC (rev 111997)
@@ -2,8 +2,8 @@
 # Maintainer: Jonathan Steel jsteel at aur.archlinux.org
 
 pkgname=hiera
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.3.3
+pkgrel=1
 pkgdesc=Lightweight pluggable hierarchical database
 arch=('any')
 url=http://projects.puppetlabs.com/projects/hiera;
@@ -11,7 +11,7 @@
 depends=('ruby')
 source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
 backup=('etc/hiera.yaml')
-md5sums=('239f70397f81a8c023e297ea15e6faea')
+md5sums=('1286bd7e1d8d161146430367b105319a')
 
 package() {
   cd $srcdir/$pkgname-$pkgver



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

2014-05-27 Thread Jonathan Steel
Date: Tuesday, May 27, 2014 @ 23:57:38
  Author: jsteel
Revision: 111998

archrelease: copy trunk to community-any

Added:
  hiera/repos/community-any/PKGBUILD
(from rev 111997, hiera/trunk/PKGBUILD)
Deleted:
  hiera/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-27 21:56:51 UTC (rev 111997)
+++ PKGBUILD2014-05-27 21:57:38 UTC (rev 111998)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-
-pkgname=hiera
-pkgver=1.3.2
-pkgrel=2
-pkgdesc=Lightweight pluggable hierarchical database
-arch=('any')
-url=http://projects.puppetlabs.com/projects/hiera;
-license=('APACHE')
-depends=('ruby')
-source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
-backup=('etc/hiera.yaml')
-md5sums=('239f70397f81a8c023e297ea15e6faea')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ruby install.rb --destdir=$pkgdir/ --sitelibdir=$( ruby -e \
-'puts RbConfig::CONFIG[vendorlibdir]' ) --mandir=/
-
-  install -d $pkgdir/var/lib/hiera/
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: hiera/repos/community-any/PKGBUILD (from rev 111997, 
hiera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-27 21:57:38 UTC (rev 111998)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+
+pkgname=hiera
+pkgver=1.3.3
+pkgrel=1
+pkgdesc=Lightweight pluggable hierarchical database
+arch=('any')
+url=http://projects.puppetlabs.com/projects/hiera;
+license=('APACHE')
+depends=('ruby')
+source=(http://github.com/puppetlabs/$pkgname/archive/$pkgver.tar.gz)
+backup=('etc/hiera.yaml')
+md5sums=('1286bd7e1d8d161146430367b105319a')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ruby install.rb --destdir=$pkgdir/ --sitelibdir=$( ruby -e \
+'puts RbConfig::CONFIG[vendorlibdir]' ) --mandir=/
+
+  install -d $pkgdir/var/lib/hiera/
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}



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

2014-05-27 Thread Andrea Scarpino
Date: Wednesday, May 28, 2014 @ 00:20:06
  Author: andrea
Revision: 213669

upgpkg: frameworkintegration 4.99.0-3

Rebuild with Qt 5.3

Modified:
  frameworkintegration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 22:18:41 UTC (rev 213668)
+++ PKGBUILD2014-05-27 22:20:06 UTC (rev 213669)
@@ -3,7 +3,7 @@
 
 pkgname=frameworkintegration
 pkgver=4.99.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/frameworkintegration'



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

2014-05-27 Thread Andrea Scarpino
Date: Wednesday, May 28, 2014 @ 00:20:27
  Author: andrea
Revision: 213670

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-27 22:20:06 UTC (rev 213669)
+++ extra-i686/PKGBUILD 2014-05-27 22:20:27 UTC (rev 213670)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=frameworkintegration
-pkgver=4.99.0
-pkgrel=2
-pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/frameworkintegration'
-license=('LGPL')
-depends=('kio' 'ttf-oxygen')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=(http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('7d10b581c89019857373508454c8c3ab')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: frameworkintegration/repos/extra-i686/PKGBUILD (from rev 213669, 
frameworkintegration/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-27 22:20:27 UTC (rev 213670)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=frameworkintegration
+pkgver=4.99.0
+pkgrel=3
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/frameworkintegration'
+license=('LGPL')
+depends=('kio' 'ttf-oxygen')
+makedepends=('extra-cmake-modules')
+groups=('kf5')
+source=(http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('7d10b581c89019857373508454c8c3ab')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-27 22:20:06 UTC (rev 213669)
+++ extra-x86_64/PKGBUILD   2014-05-27 22:20:27 UTC (rev 213670)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=frameworkintegration
-pkgver=4.99.0
-pkgrel=2
-pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/frameworkintegration'
-license=('LGPL')
-depends=('kio' 'ttf-oxygen')
-makedepends=('extra-cmake-modules')
-groups=('kf5')
-source=(http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('7d10b581c89019857373508454c8c3ab')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DQT_PLUGIN_INSTALL_DIR=lib/qt/plugins \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: frameworkintegration/repos/extra-x86_64/PKGBUILD (from rev 213669, 
frameworkintegration/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-27 22:20:27 UTC (rev 213670)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=frameworkintegration
+pkgver=4.99.0
+pkgrel=3
+pkgdesc='Framework providing components to allow applications to integrate 
with a KDE Workspace'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/frameworkintegration'
+license=('LGPL')
+depends=('kio' 'ttf-oxygen')
+makedepends=('extra-cmake-modules')
+groups=('kf5')

[arch-commits] Commit in linux-grsec/trunk (PKGBUILD config config.x86_64)

2014-05-27 Thread Daniel Micay
Date: Wednesday, May 28, 2014 @ 02:21:48
  Author: thestinger
Revision: 111999

upgpkg: linux-grsec 3.14.4.201405271114-1

enabled new CONFIG_GRKERNSEC_KSTACKOVERFLOW option

Modified:
  linux-grsec/trunk/PKGBUILD
  linux-grsec/trunk/config
  linux-grsec/trunk/config.x86_64

---+
 PKGBUILD  |   10 +-
 config|3 +--
 config.x86_64 |4 ++--
 3 files changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 21:57:38 UTC (rev 111998)
+++ PKGBUILD2014-05-28 00:21:48 UTC (rev 111999)
@@ -8,10 +8,10 @@
 _srcname=linux-3.14
 _pkgver=3.14.4
 _grsecver=3.0
-_timestamp=201405252047
+_timestamp=201405271114
 _grsec_patch=grsecurity-$_grsecver-$_pkgver-$_timestamp.patch
 pkgver=$_pkgver.$_timestamp
-pkgrel=2
+pkgrel=1
 arch=('i686' 'x86_64')
 url=https://grsecurity.net/
 license=('GPL2')
@@ -41,10 +41,10 @@
 )
 sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
 'af640ea64e923d525a8238832e8452381e6dc76a3bf28046411cadd67c408114'
-'dceb3a6aeb9ba71e68835e37d2add6c6d4c60f6e253b4bd9c20b6a8e82ec0a96'
+'76daa7e437ab5fedc51c1fec3a84b7e6901a073b083a94e3a55671bca9e67d34'
 'SKIP'
-'59333cae86e1a43def286905e20500d165cb5153068d2bd9c6add6bfa9463e62'
-'83537cf8ab670ccabed68dadbb531574f1cf1f8138ba9d873b33047e9cc957bf'
+'40dec99474e6bdce76f47f16d87dc6668f98a2d61915bd5d22c6d32005b0a835'
+'79209557b70fe4f0c50af601a56023a6ee57e8a0b53987580d9190c6dc484005'
 'ca7e718375b3790888756cc0a64a7500cd57dddb9bf7e10a0df22c860d91f74d'
 'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
 '6d72e14552df59e6310f16c176806c408355951724cd5b48a47bf01591b8be02'

Modified: config
===
--- config  2014-05-27 21:57:38 UTC (rev 111998)
+++ config  2014-05-28 00:21:48 UTC (rev 111999)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.14.3-1 Kernel Configuration
+# Linux/x86 3.14.4.201405271114-1 Kernel Configuration
 #
 # CONFIG_64BIT is not set
 CONFIG_X86_32=y
@@ -6293,7 +6293,6 @@
 # CONFIG_NOTIFIER_ERROR_INJECTION is not set
 # CONFIG_FAULT_INJECTION is not set
 CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y
-# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set
 CONFIG_USER_STACKTRACE_SUPPORT=y
 CONFIG_NOP_TRACER=y
 CONFIG_HAVE_FUNCTION_TRACER=y

Modified: config.x86_64
===
--- config.x86_64   2014-05-27 21:57:38 UTC (rev 111998)
+++ config.x86_64   2014-05-28 00:21:48 UTC (rev 111999)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.14.3-1 Kernel Configuration
+# Linux/x86 3.14.4.201405271114-1 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -6074,7 +6074,6 @@
 # CONFIG_NOTIFIER_ERROR_INJECTION is not set
 # CONFIG_FAULT_INJECTION is not set
 CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y
-# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set
 CONFIG_USER_STACKTRACE_SUPPORT=y
 CONFIG_NOP_TRACER=y
 CONFIG_HAVE_FUNCTION_TRACER=y
@@ -6246,6 +6245,7 @@
 CONFIG_GRKERNSEC_PERF_HARDEN=y
 CONFIG_GRKERNSEC_RAND_THREADSTACK=y
 CONFIG_GRKERNSEC_PROC_MEMMAP=y
+CONFIG_GRKERNSEC_KSTACKOVERFLOW=y
 CONFIG_GRKERNSEC_BRUTE=y
 CONFIG_GRKERNSEC_MODHARDEN=y
 CONFIG_GRKERNSEC_HIDESYM=y



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

2014-05-27 Thread Daniel Micay
Date: Wednesday, May 28, 2014 @ 02:24:06
  Author: thestinger
Revision: 112000

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

Added:
  
linux-grsec/repos/community-i686/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 111999, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-i686/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 111999, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  linux-grsec/repos/community-i686/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 111999, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  
linux-grsec/repos/community-i686/0004-fs-Don-t-return-0-from-get_anon_bdev.patch
(from rev 111999, 
linux-grsec/trunk/0004-fs-Don-t-return-0-from-get_anon_bdev.patch)
  
linux-grsec/repos/community-i686/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 111999, 
linux-grsec/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux-grsec/repos/community-i686/0006-genksyms-fix-typeof-handling.patch
(from rev 111999, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux-grsec/repos/community-i686/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
(from rev 111999, 
linux-grsec/trunk/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch)
  linux-grsec/repos/community-i686/0011-kernfs-fix-removed-error-check.patch
(from rev 111999, 
linux-grsec/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux-grsec/repos/community-i686/0012-fix-saa7134.patch
(from rev 111999, linux-grsec/trunk/0012-fix-saa7134.patch)
  
linux-grsec/repos/community-i686/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch
(from rev 111999, 
linux-grsec/trunk/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch)
  linux-grsec/repos/community-i686/0015-fix-xsdt-validation.patch
(from rev 111999, linux-grsec/trunk/0015-fix-xsdt-validation.patch)
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 111999, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 111999, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 111999, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 111999, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 111999, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 111999, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-i686/sysctl.conf
(from rev 111999, linux-grsec/trunk/sysctl.conf)
  
linux-grsec/repos/community-x86_64/0001-Bluetooth-allocate-static-minor-for-vhci.patch
(from rev 111999, 
linux-grsec/trunk/0001-Bluetooth-allocate-static-minor-for-vhci.patch)
  
linux-grsec/repos/community-x86_64/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch
(from rev 111999, 
linux-grsec/trunk/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch)
  
linux-grsec/repos/community-x86_64/0003-module-remove-MODULE_GENERIC_TABLE.patch
(from rev 111999, 
linux-grsec/trunk/0003-module-remove-MODULE_GENERIC_TABLE.patch)
  
linux-grsec/repos/community-x86_64/0004-fs-Don-t-return-0-from-get_anon_bdev.patch
(from rev 111999, 
linux-grsec/trunk/0004-fs-Don-t-return-0-from-get_anon_bdev.patch)
  
linux-grsec/repos/community-x86_64/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch
(from rev 111999, 
linux-grsec/trunk/0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch)
  linux-grsec/repos/community-x86_64/0006-genksyms-fix-typeof-handling.patch
(from rev 111999, linux-grsec/trunk/0006-genksyms-fix-typeof-handling.patch)
  
linux-grsec/repos/community-x86_64/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch
(from rev 111999, 
linux-grsec/trunk/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch)
  linux-grsec/repos/community-x86_64/0011-kernfs-fix-removed-error-check.patch
(from rev 111999, 
linux-grsec/trunk/0011-kernfs-fix-removed-error-check.patch)
  linux-grsec/repos/community-x86_64/0012-fix-saa7134.patch
(from rev 111999, linux-grsec/trunk/0012-fix-saa7134.patch)
  
linux-grsec/repos/community-x86_64/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch
(from rev 111999, 
linux-grsec/trunk/0013-net-Start-with-correct-mac_len-in-skb_network_protocol.patch)
  linux-grsec/repos/community-x86_64/0015-fix-xsdt-validation.patch
(from rev 111999, linux-grsec/trunk/0015-fix-xsdt-validation.patch)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 111999, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 111999, 

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

2014-05-27 Thread Dave Reisner
Date: Wednesday, May 28, 2014 @ 07:04:33
  Author: dreisner
Revision: 112001

upgpkg: pkgbuild-introspection 2-1

Modified:
  pkgbuild-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-28 00:24:06 UTC (rev 112000)
+++ PKGBUILD2014-05-28 05:04:33 UTC (rev 112001)
@@ -1,6 +1,6 @@
 pkgname=pkgbuild-introspection
-pkgver=1
-pkgrel=2
+pkgver=2
+pkgrel=1
 pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
 url=https://github.com/falconindy/pkgbuild-introspection;
 license=('MIT')
@@ -7,7 +7,7 @@
 arch=('any')
 depends=('bash')
 
source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('6ba933980e2848c7465c9571eca6cb13'
+md5sums=('1a3696437132ea8366e7023a89ccb331'
  'SKIP')
 
 build() {



[arch-commits] Commit in pkgbuild-introspection/repos/community-any (2 files)

2014-05-27 Thread Dave Reisner
Date: Wednesday, May 28, 2014 @ 07:04:49
  Author: dreisner
Revision: 112002

archrelease: copy trunk to community-any

Added:
  pkgbuild-introspection/repos/community-any/PKGBUILD
(from rev 112001, pkgbuild-introspection/trunk/PKGBUILD)
Deleted:
  pkgbuild-introspection/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-28 05:04:33 UTC (rev 112001)
+++ PKGBUILD2014-05-28 05:04:49 UTC (rev 112002)
@@ -1,19 +0,0 @@
-pkgname=pkgbuild-introspection
-pkgver=1
-pkgrel=2
-pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
-url=https://github.com/falconindy/pkgbuild-introspection;
-license=('MIT')
-arch=('any')
-depends=('bash')
-source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('6ba933980e2848c7465c9571eca6cb13'
- 'SKIP')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
-}

Copied: pkgbuild-introspection/repos/community-any/PKGBUILD (from rev 112001, 
pkgbuild-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-28 05:04:49 UTC (rev 112002)
@@ -0,0 +1,19 @@
+pkgname=pkgbuild-introspection
+pkgver=2
+pkgrel=1
+pkgdesc='Tools for generating .AURINFO files and PKGBUILD data extraction'
+url=https://github.com/falconindy/pkgbuild-introspection;
+license=('MIT')
+arch=('any')
+depends=('bash')
+source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+md5sums=('1a3696437132ea8366e7023a89ccb331'
+ 'SKIP')
+
+build() {
+  make -C $pkgname-$pkgver
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir install
+}



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

2014-05-27 Thread Dave Reisner
Date: Wednesday, May 28, 2014 @ 07:09:36
  Author: dreisner
Revision: 213672

upgpkg: burp 4-1

Modified:
  burp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-05-27 22:55:40 UTC (rev 213671)
+++ PKGBUILD2014-05-28 05:09:36 UTC (rev 213672)
@@ -2,7 +2,7 @@
 # Maintainer: Dave Reisner d...@falconindy.com
 
 pkgname=burp
-pkgver=3
+pkgver=4
 pkgrel=1
 pkgdesc=A simple AUR uploader
 arch=('i686' 'x86_64')
@@ -9,16 +9,20 @@
 url=http://github.com/falconindy/burp;
 license=('GPL')
 depends=('glibc' 'curl')
-makedepends=('perl')
-source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('3afc7346b3ba63ce9487bdbba1e370f1'
+source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('f1369e5f46f9617654419d1e00a614d8'
  'SKIP')
 
 build() {
-  make -C $pkgname-$pkgver
+  cd $pkgname-$pkgver
+
+  ./configure
+  make
 }
 
 package() {
-  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir 
MANPREFIX=/usr/share/man install
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
 }
 



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

2014-05-27 Thread Dave Reisner
Date: Wednesday, May 28, 2014 @ 07:10:10
  Author: dreisner
Revision: 213673

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

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

---+
 /PKGBUILD |   56 
 extra-i686/PKGBUILD   |   24 
 extra-x86_64/PKGBUILD |   24 
 3 files changed, 56 insertions(+), 48 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-05-28 05:09:36 UTC (rev 213672)
+++ extra-i686/PKGBUILD 2014-05-28 05:10:10 UTC (rev 213673)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner d...@falconindy.com
-
-pkgname=burp
-pkgver=3
-pkgrel=1
-pkgdesc=A simple AUR uploader
-arch=('i686' 'x86_64')
-url=http://github.com/falconindy/burp;
-license=('GPL')
-depends=('glibc' 'curl')
-makedepends=('perl')
-source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('3afc7346b3ba63ce9487bdbba1e370f1'
- 'SKIP')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir 
MANPREFIX=/usr/share/man install
-}
-

Copied: burp/repos/extra-i686/PKGBUILD (from rev 213672, burp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-05-28 05:10:10 UTC (rev 213673)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dave Reisner d...@falconindy.com
+
+pkgname=burp
+pkgver=4
+pkgrel=1
+pkgdesc=A simple AUR uploader
+arch=('i686' 'x86_64')
+url=http://github.com/falconindy/burp;
+license=('GPL')
+depends=('glibc' 'curl')
+source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('f1369e5f46f9617654419d1e00a614d8'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-05-28 05:09:36 UTC (rev 213672)
+++ extra-x86_64/PKGBUILD   2014-05-28 05:10:10 UTC (rev 213673)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner d...@falconindy.com
-
-pkgname=burp
-pkgver=3
-pkgrel=1
-pkgdesc=A simple AUR uploader
-arch=('i686' 'x86_64')
-url=http://github.com/falconindy/burp;
-license=('GPL')
-depends=('glibc' 'curl')
-makedepends=('perl')
-source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('3afc7346b3ba63ce9487bdbba1e370f1'
- 'SKIP')
-
-build() {
-  make -C $pkgname-$pkgver
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=/usr DESTDIR=$pkgdir 
MANPREFIX=/usr/share/man install
-}
-

Copied: burp/repos/extra-x86_64/PKGBUILD (from rev 213672, burp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-05-28 05:10:10 UTC (rev 213673)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dave Reisner d...@falconindy.com
+
+pkgname=burp
+pkgver=4
+pkgrel=1
+pkgdesc=A simple AUR uploader
+arch=('i686' 'x86_64')
+url=http://github.com/falconindy/burp;
+license=('GPL')
+depends=('glibc' 'curl')
+source=(http://code.falconindy.com/archive/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('f1369e5f46f9617654419d1e00a614d8'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+