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

2013-11-21 Thread Tobias Powalowski
Date: Thursday, November 21, 2013 @ 09:50:09
  Author: tpowa
Revision: 200015

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/PKGBUILD
(from rev 200014, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 200014, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 200014, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 200014, linux/trunk/config.x86_64)
  linux/repos/testing-i686/criu-no-expert.patch
(from rev 200014, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-i686/linux.install
(from rev 200014, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 200014, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 200014, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 200014, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 200014, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 200014, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/criu-no-expert.patch
(from rev 200014, linux/trunk/criu-no-expert.patch)
  linux/repos/testing-x86_64/linux.install
(from rev 200014, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 200014, linux/trunk/linux.preset)

--+
 testing-i686/PKGBUILD|  336 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6480 +
 testing-i686/config.x86_64   | 6280 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux.install   |   31 
 testing-i686/linux.preset|   14 
 testing-x86_64/PKGBUILD  |  336 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6480 +
 testing-x86_64/config.x86_64 | 6280 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux.install |   31 
 testing-x86_64/linux.preset  |   14 
 14 files changed, 26350 insertions(+)

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


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

2013-11-21 Thread Tobias Powalowski
Date: Thursday, November 21, 2013 @ 09:49:51
  Author: tpowa
Revision: 200014

upgpkg: linux 3.12.1-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 05:50:14 UTC (rev 200013)
+++ PKGBUILD2013-11-21 08:49:51 UTC (rev 200014)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.12
-pkgver=3.12
+pkgver=3.12.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -13,7 +13,7 @@
 makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc')
 options=('!strip')
 source=(http://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz;
-#http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
+http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz;
 # the main kernel config files
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
@@ -21,11 +21,13 @@
 'change-default-console-loglevel.patch'
 'criu-no-expert.patch')
 md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
+ '5a8cb5a659baeeb6df3fe22de8d32df6'
  '798bca5d2f0a1505c9b86a5227a2b339'
  '8fa6cbb28dda5a4b38730c7f728e1845'
  'eb14dcfd80c00852ef81ded6e826826a'
  '98beb36f9b8cf16e58de2483ea9985e3'
  'd50c1ac47394e9aec637002ef3392bd1')
+
 _kernelname=${pkgbase#linux}
 
 # module.symbols md5sums
@@ -38,7 +40,7 @@
   cd ${srcdir}/${_srcname}
 
   # add upstream patch
-  # patch -p1 -i ${srcdir}/patch-${pkgver}
+  patch -p1 -i ${srcdir}/patch-${pkgver}
 
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
@@ -332,9 +334,3 @@
 done
 
 # vim:set ts=8 sts=2 sw=2 et:
-md5sums=('cc6ee608854e0da4b64f6c1ff8b6398c'
- '798bca5d2f0a1505c9b86a5227a2b339'
- '8fa6cbb28dda5a4b38730c7f728e1845'
- 'eb14dcfd80c00852ef81ded6e826826a'
- '98beb36f9b8cf16e58de2483ea9985e3'
- 'd50c1ac47394e9aec637002ef3392bd1')



[arch-commits] Commit in (6 files)

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 11:25:35
  Author: arodseth
Revision: 101256

Moving elfkickers from AUR.

sstrip is highly useful when making demoscene demos under 4096 bytes in size

Added:
  elfkickers/
  elfkickers/repos/
  elfkickers/repos/community-i686/
  elfkickers/repos/community-x86_64/
  elfkickers/trunk/
  elfkickers/trunk/PKGBUILD

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

Added: elfkickers/trunk/PKGBUILD
===
--- elfkickers/trunk/PKGBUILD   (rev 0)
+++ elfkickers/trunk/PKGBUILD   2013-11-21 10:25:35 UTC (rev 101256)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Mikko Sysikaski mikko.sysika...@gmail.com
+pkgname=elfkickers
+pkgver=3.0a
+pkgrel=1
+pkgdesc='Collection of ELF utilities (includes sstrip)'
+arch=('x86_64' 'i686')
+license=('GPL')
+source=(http://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-$pkgver.tar.gz;)
+url='http://www.muppetlabs.com/~breadbox/software/elfkickers.html'
+sha256sums=('c3429957142169c21ff550e0c06bbb0d48bb76437c4ccbc67164bf56b6e9774f')
+
+build() {
+  make -C ELFkickers-$pkgver
+}
+
+package() {
+  install -d $pkgdir/usr/bin
+  install -d $pkgdir/usr/share/man/man1
+  make -C ELFkickers-$pkgver prefix=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2013-11-21 Thread Sergej Pupykin
Date: Thursday, November 21, 2013 @ 11:27:03
  Author: spupykin
Revision: 101258

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   82 -
 anki.install |   20 ++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-21 10:26:48 UTC (rev 101257)
+++ PKGBUILD2013-11-21 10:27:03 UTC (rev 101258)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Timm Preetz t...@preetz.us
-# Contributor: Michael 'manveru' Fellinger m.fellin...@gmail.com
-# Contributor: Dave Pretty david dot pretty at gmail dot com
-
-pkgname=anki
-pkgver=2.0.17
-pkgrel=1
-pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
-url=http://ankisrs.net/;
-license=('AGPL3')
-arch=('any')
-depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
-'python2-pysqlite' 'python2-beautifulsoup3')
-makedepends=()
-optdepends=('python2-matplotlib: show graphs'
-   'sox: audio recording'
-   'portaudio')
-install=anki.install
-source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('659d1d3a1d697451d84c980a9cd9babf')
-
-build() {
-  cd $srcdir/anki-$pkgver
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' runanki
-  rm -f anki.bat
-}
-
-package() {
-  cd $srcdir/anki-$pkgver
-  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * $pkgdir/usr/share/anki/
-  cd $pkgdir/usr/share/anki  (
-mv runanki ../../bin/anki
-mv anki.xpm anki.png ../pixmaps/
-mv anki.desktop ../applications/
-mv anki.1 ../man/man1/
-  )
-  rm -f $pkgdir/usr/share/anki/thirdparty/py*/_portaudio.so
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 101257, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-21 10:27:03 UTC (rev 101258)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Timm Preetz t...@preetz.us
+# Contributor: Michael 'manveru' Fellinger m.fellin...@gmail.com
+# Contributor: Dave Pretty david dot pretty at gmail dot com
+
+pkgname=anki
+pkgver=2.0.18
+pkgrel=1
+pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
+url=http://ankisrs.net/;
+license=('AGPL3')
+arch=('any')
+depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
+'python2-pysqlite' 'python2-beautifulsoup3')
+makedepends=()
+optdepends=('python2-matplotlib: show graphs'
+   'sox: audio recording'
+   'portaudio')
+install=anki.install
+source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
+md5sums=('838f74ac0f1456fcc1fe17ef116b3019')
+
+build() {
+  cd $srcdir/anki-$pkgver
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' runanki
+  rm -f anki.bat
+}
+
+package() {
+  cd $srcdir/anki-$pkgver
+  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * $pkgdir/usr/share/anki/
+  cd $pkgdir/usr/share/anki  (
+mv runanki ../../bin/anki
+mv anki.xpm anki.png ../pixmaps/
+mv anki.desktop ../applications/
+mv anki.1 ../man/man1/
+  )
+  rm -f $pkgdir/usr/share/anki/thirdparty/py*/_portaudio.so
+}

Deleted: anki.install
===
--- anki.install2013-11-21 10:26:48 UTC (rev 101257)
+++ anki.install2013-11-21 10:27:03 UTC (rev 101258)
@@ -1,10 +0,0 @@
-post_install() {
-#  xdg-mime install --novendor usr/share/anki/anki.xml
-#  xdg-mime default anki.desktop application/x-anki
-#  xdg-mime default anki.desktop application/x-apkg
-  [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}

Copied: anki/repos/community-any/anki.install (from rev 101257, 
anki/trunk/anki.install)
===
--- anki.install(rev 0)
+++ anki.install2013-11-21 10:27:03 UTC (rev 101258)
@@ -0,0 +1,10 @@
+post_install() {
+#  xdg-mime install --novendor usr/share/anki/anki.xml
+#  xdg-mime default anki.desktop application/x-anki
+#  xdg-mime default anki.desktop application/x-apkg
+  [ -x usr/bin/update-desktop-database ]  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}



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

2013-11-21 Thread Sergej Pupykin
Date: Thursday, November 21, 2013 @ 11:26:48
  Author: spupykin
Revision: 101257

upgpkg: anki 2.0.18-1

upd

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 10:25:35 UTC (rev 101256)
+++ PKGBUILD2013-11-21 10:26:48 UTC (rev 101257)
@@ -5,7 +5,7 @@
 # Contributor: Dave Pretty david dot pretty at gmail dot com
 
 pkgname=anki
-pkgver=2.0.17
+pkgver=2.0.18
 pkgrel=1
 pkgdesc=Helps you remember facts (like words/phrases in a foreign language) 
efficiently
 url=http://ankisrs.net/;
@@ -19,7 +19,7 @@
'portaudio')
 install=anki.install
 source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('659d1d3a1d697451d84c980a9cd9babf')
+md5sums=('838f74ac0f1456fcc1fe17ef116b3019')
 
 build() {
   cd $srcdir/anki-$pkgver



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

2013-11-21 Thread Sergej Pupykin
Date: Thursday, November 21, 2013 @ 11:27:07
  Author: spupykin
Revision: 101259

upgpkg: shotwell 0.15.1-1

upd

Modified:
  shotwell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 10:27:03 UTC (rev 101258)
+++ PKGBUILD2013-11-21 10:27:07 UTC (rev 101259)
@@ -4,7 +4,7 @@
 # Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
 
 pkgname=shotwell
-pkgver=0.15.0
+pkgver=0.15.1
 pkgrel=1
 pkgdesc=A digital photo organizer designed for the GNOME desktop environment
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('intltool' 'vala=0.17.2' 'libunique3')
 install=shotwell.install
 source=(http://yorba.org/download/shotwell/stable/shotwell-$pkgver.tar.xz;)
-md5sums=('8b33dd5df51f49e7f4f451b431d7c133')
+md5sums=('5af4cfb819249a879a4649a9c7d089e5')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-11-21 Thread Sergej Pupykin
Date: Thursday, November 21, 2013 @ 11:27:21
  Author: spupykin
Revision: 101260

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

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

---+
 /PKGBUILD |   66 
 /shotwell.install |   34 ++
 community-i686/PKGBUILD   |   33 --
 community-i686/shotwell.install   |   17 -
 community-x86_64/PKGBUILD |   33 --
 community-x86_64/shotwell.install |   17 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-21 10:27:07 UTC (rev 101259)
+++ community-i686/PKGBUILD 2013-11-21 10:27:21 UTC (rev 101260)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
-
-pkgname=shotwell
-pkgver=0.15.0
-pkgrel=1
-pkgdesc=A digital photo organizer designed for the GNOME desktop environment
-arch=('i686' 'x86_64')
-url=http://yorba.org/shotwell/;
-license=('LGPL2.1')
-depends=('libgee' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
-'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
-'gst-plugins-base' 'libgphoto2')
-makedepends=('intltool' 'vala=0.17.2' 'libunique3')
-install=shotwell.install
-source=(http://yorba.org/download/shotwell/stable/shotwell-$pkgver.tar.xz;)
-md5sums=('8b33dd5df51f49e7f4f451b431d7c133')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libexec=/usr/lib/shotwell \
-   --disable-schemas-compile \
-   --disable-desktop-update \
-   --disable-icon-update
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: shotwell/repos/community-i686/PKGBUILD (from rev 101259, 
shotwell/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-21 10:27:21 UTC (rev 101260)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Joeny Ang ang(dot)joeny(at)gmail(dot)com
+
+pkgname=shotwell
+pkgver=0.15.1
+pkgrel=1
+pkgdesc=A digital photo organizer designed for the GNOME desktop environment
+arch=('i686' 'x86_64')
+url=http://yorba.org/shotwell/;
+license=('LGPL2.1')
+depends=('libgee' 'webkitgtk' 'libgexiv2' 'libraw' 'rest'
+'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+'gst-plugins-base' 'libgphoto2')
+makedepends=('intltool' 'vala=0.17.2' 'libunique3')
+install=shotwell.install
+source=(http://yorba.org/download/shotwell/stable/shotwell-$pkgver.tar.xz;)
+md5sums=('5af4cfb819249a879a4649a9c7d089e5')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --libexec=/usr/lib/shotwell \
+   --disable-schemas-compile \
+   --disable-desktop-update \
+   --disable-icon-update
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/shotwell.install
===
--- community-i686/shotwell.install 2013-11-21 10:27:07 UTC (rev 101259)
+++ community-i686/shotwell.install 2013-11-21 10:27:21 UTC (rev 101260)
@@ -1,17 +0,0 @@
-pkgname=shotwell
-
-post_install() {
-  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-  update-desktop-database -q
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}

Copied: shotwell/repos/community-i686/shotwell.install (from rev 101259, 
shotwell/trunk/shotwell.install)
===
--- community-i686/shotwell.install (rev 0)
+++ community-i686/shotwell.install 2013-11-21 10:27:21 UTC (rev 101260)
@@ -0,0 +1,17 @@
+pkgname=shotwell
+
+post_install() {
+  gtk-update-icon-cache -fq -t usr/share/icons/hicolor
+  update-desktop-database -q
+  

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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 11:29:03
  Author: arodseth
Revision: 101261

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

Added:
  elfkickers/repos/community-i686/PKGBUILD
(from rev 101260, elfkickers/trunk/PKGBUILD)
  elfkickers/repos/community-x86_64/PKGBUILD
(from rev 101260, elfkickers/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   24 
 community-x86_64/PKGBUILD |   24 
 2 files changed, 48 insertions(+)

Copied: elfkickers/repos/community-i686/PKGBUILD (from rev 101260, 
elfkickers/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-21 10:29:03 UTC (rev 101261)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Mikko Sysikaski mikko.sysika...@gmail.com
+pkgname=elfkickers
+pkgver=3.0a
+pkgrel=1
+pkgdesc='Collection of ELF utilities (includes sstrip)'
+arch=('x86_64' 'i686')
+license=('GPL')
+source=(http://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-$pkgver.tar.gz;)
+url='http://www.muppetlabs.com/~breadbox/software/elfkickers.html'
+sha256sums=('c3429957142169c21ff550e0c06bbb0d48bb76437c4ccbc67164bf56b6e9774f')
+
+build() {
+  make -C ELFkickers-$pkgver
+}
+
+package() {
+  install -d $pkgdir/usr/bin
+  install -d $pkgdir/usr/share/man/man1
+  make -C ELFkickers-$pkgver prefix=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: elfkickers/repos/community-x86_64/PKGBUILD (from rev 101260, 
elfkickers/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-21 10:29:03 UTC (rev 101261)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Mikko Sysikaski mikko.sysika...@gmail.com
+pkgname=elfkickers
+pkgver=3.0a
+pkgrel=1
+pkgdesc='Collection of ELF utilities (includes sstrip)'
+arch=('x86_64' 'i686')
+license=('GPL')
+source=(http://www.muppetlabs.com/~breadbox/pub/software/ELFkickers-$pkgver.tar.gz;)
+url='http://www.muppetlabs.com/~breadbox/software/elfkickers.html'
+sha256sums=('c3429957142169c21ff550e0c06bbb0d48bb76437c4ccbc67164bf56b6e9774f')
+
+build() {
+  make -C ELFkickers-$pkgver
+}
+
+package() {
+  install -d $pkgdir/usr/bin
+  install -d $pkgdir/usr/share/man/man1
+  make -C ELFkickers-$pkgver prefix=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-11-21 Thread Maxime Gauduin
Date: Thursday, November 21, 2013 @ 11:53:42
  Author: alucryd
Revision: 101262

upgpkg: geary 0.4.2-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 10:29:03 UTC (rev 101261)
+++ PKGBUILD2013-11-21 10:53:42 UTC (rev 101262)
@@ -4,7 +4,7 @@
 # Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
 
 pkgname=geary
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc=A lightweight email client for the GNOME desktop
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
 install=${pkgname}.install
 
source=(http://www.yorba.org/download/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('6afa2d2b29a3c19de3394cdb4d8df5d219b116eecceac5bf85c89992bf166158')
+sha256sums=('e111e1f650afb8fe35d3a9f8ce19f698ee41263d5b21b31bf0b5bd4a24a207b3')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-11-21 Thread Maxime Gauduin
Date: Thursday, November 21, 2013 @ 11:53:56
  Author: alucryd
Revision: 101263

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

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

+
 /PKGBUILD  |   74 +++
 /geary.install |   34 +
 community-i686/PKGBUILD|   37 ---
 community-i686/geary.install   |   17 
 community-x86_64/PKGBUILD  |   37 ---
 community-x86_64/geary.install |   17 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-21 10:53:42 UTC (rev 101262)
+++ community-i686/PKGBUILD 2013-11-21 10:53:56 UTC (rev 101263)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com
-# Contributor : sebikul sebi...@gmail.com
-# Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
-
-pkgname=geary
-pkgver=0.4.1
-pkgrel=1
-pkgdesc=A lightweight email client for the GNOME desktop
-arch=('i686' 'x86_64')
-url=http://www.yorba.org/projects/geary/;
-license=('GPL3')
-depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'libunique3' 'webkitgtk3')
-makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
-install=${pkgname}.install
-source=(http://www.yorba.org/download/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('6afa2d2b29a3c19de3394cdb4d8df5d219b116eecceac5bf85c89992bf166158')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/PKGBUILD (from rev 101262, 
geary/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-21 10:53:56 UTC (rev 101263)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor : sebikul sebi...@gmail.com
+# Contributor : Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=geary
+pkgver=0.4.2
+pkgrel=1
+pkgdesc=A lightweight email client for the GNOME desktop
+arch=('i686' 'x86_64')
+url=http://www.yorba.org/projects/geary/;
+license=('GPL3')
+depends=('desktop-file-utils' 'gmime' 'libcanberra' 'libgee' 'libnotify' 
'libunique3' 'webkitgtk3')
+makedepends=('cmake' 'gobject-introspection' 'intltool' 'vala')
+install=${pkgname}.install
+source=(http://www.yorba.org/download/${pkgname}/${pkgver%.?}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('e111e1f650afb8fe35d3a9f8ce19f698ee41263d5b21b31bf0b5bd4a24a207b3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_BUILD_TYPE='Release' -DCMAKE_INSTALL_PREFIX='/usr' 
-D{DESKTOP_UPDATE,GSETTINGS_COMPILE{,_IN_PLACE},ICON_UPDATE}='OFF'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/geary.install
===
--- community-i686/geary.install2013-11-21 10:53:42 UTC (rev 101262)
+++ community-i686/geary.install2013-11-21 10:53:56 UTC (rev 101263)
@@ -1,17 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade()
-{
-  post_install
-}
-
-post_remove()
-{
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/geary.install (from rev 101262, 
geary/trunk/geary.install)
===
--- community-i686/geary.install(rev 0)
+++ community-i686/geary.install2013-11-21 10:53:56 UTC (rev 101263)
@@ -0,0 +1,17 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -ftq usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade()
+{
+  post_install
+}
+
+post_remove()
+{
+  

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

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 13:14:15
  Author: bpiotrowski
Revision: 101264

extra2community: Moving js185 from extra to community

Added:
  js185/
  js185/repos/
  js185/trunk/
  js185/trunk/PKGBUILD

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

Added: js185/trunk/PKGBUILD
===
--- js185/trunk/PKGBUILD(rev 0)
+++ js185/trunk/PKGBUILD2013-11-21 12:14:15 UTC (rev 101264)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=js185
+pkgver=1.0.0
+pkgrel=2
+pkgdesc=JavaScript interpreter and libraries (legacy)
+arch=(i686 x86_64)
+url=https://developer.mozilla.org/En/SpiderMonkey/1.8.5;
+license=(MPL)
+depends=(nspr gcc-libs)
+makedepends=(python2 zip)
+options=(!staticlibs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/js/$pkgname-$pkgver.tar.gz)
+md5sums=('a4574365938222adca0a6bd33329cb32')
+
+build() {
+  cd js-1.8.5/js/src
+
+  # _FORTIFY_SOURCE causes configure error
+  unset CPPFLAGS
+
+  ./configure --prefix=/usr --with-system-nspr \
+ --enable-threadsafe
+  make
+}
+
+package() {
+  cd js-1.8.5/js/src
+  make DESTDIR=$pkgdir install
+  install -Dm755 shell/js $pkgdir/usr/bin/js
+  find $pkgdir/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
+
+  # Bad symlinks (absolute, including DESTDIR!)
+  cd $pkgdir/usr/lib
+  ln -sf libmozjs185.so.1.0.0 libmozjs185.so.1.0
+  ln -sf libmozjs185.so.1.0 libmozjs185.so
+}
+
+# vim:set ts=2 sw=2 et:


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


[arch-commits] Commit in (js185)

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 13:14:43
  Author: bpiotrowski
Revision: 200018

extra2community: Moving js185 from extra to community

Deleted:
  js185/



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

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 13:14:23
  Author: bpiotrowski
Revision: 101265

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

Added:
  js185/repos/community-i686/
  js185/repos/community-i686/PKGBUILD
(from rev 101264, js185/trunk/PKGBUILD)
  js185/repos/community-x86_64/
  js185/repos/community-x86_64/PKGBUILD
(from rev 101264, js185/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   40 
 community-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: js185/repos/community-i686/PKGBUILD (from rev 101264, 
js185/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-21 12:14:23 UTC (rev 101265)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=js185
+pkgver=1.0.0
+pkgrel=2
+pkgdesc=JavaScript interpreter and libraries (legacy)
+arch=(i686 x86_64)
+url=https://developer.mozilla.org/En/SpiderMonkey/1.8.5;
+license=(MPL)
+depends=(nspr gcc-libs)
+makedepends=(python2 zip)
+options=(!staticlibs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/js/$pkgname-$pkgver.tar.gz)
+md5sums=('a4574365938222adca0a6bd33329cb32')
+
+build() {
+  cd js-1.8.5/js/src
+
+  # _FORTIFY_SOURCE causes configure error
+  unset CPPFLAGS
+
+  ./configure --prefix=/usr --with-system-nspr \
+ --enable-threadsafe
+  make
+}
+
+package() {
+  cd js-1.8.5/js/src
+  make DESTDIR=$pkgdir install
+  install -Dm755 shell/js $pkgdir/usr/bin/js
+  find $pkgdir/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
+
+  # Bad symlinks (absolute, including DESTDIR!)
+  cd $pkgdir/usr/lib
+  ln -sf libmozjs185.so.1.0.0 libmozjs185.so.1.0
+  ln -sf libmozjs185.so.1.0 libmozjs185.so
+}
+
+# vim:set ts=2 sw=2 et:

Copied: js185/repos/community-x86_64/PKGBUILD (from rev 101264, 
js185/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-21 12:14:23 UTC (rev 101265)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=js185
+pkgver=1.0.0
+pkgrel=2
+pkgdesc=JavaScript interpreter and libraries (legacy)
+arch=(i686 x86_64)
+url=https://developer.mozilla.org/En/SpiderMonkey/1.8.5;
+license=(MPL)
+depends=(nspr gcc-libs)
+makedepends=(python2 zip)
+options=(!staticlibs)
+source=(http://ftp.mozilla.org/pub/mozilla.org/js/$pkgname-$pkgver.tar.gz)
+md5sums=('a4574365938222adca0a6bd33329cb32')
+
+build() {
+  cd js-1.8.5/js/src
+
+  # _FORTIFY_SOURCE causes configure error
+  unset CPPFLAGS
+
+  ./configure --prefix=/usr --with-system-nspr \
+ --enable-threadsafe
+  make
+}
+
+package() {
+  cd js-1.8.5/js/src
+  make DESTDIR=$pkgdir install
+  install -Dm755 shell/js $pkgdir/usr/bin/js
+  find $pkgdir/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
+
+  # Bad symlinks (absolute, including DESTDIR!)
+  cd $pkgdir/usr/lib
+  ln -sf libmozjs185.so.1.0.0 libmozjs185.so.1.0
+  ln -sf libmozjs185.so.1.0 libmozjs185.so
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (5 files)

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 13:16:33
  Author: bpiotrowski
Revision: 101266

extra2community: Moving rdesktop from extra to community

Added:
  rdesktop/
  rdesktop/repos/
  rdesktop/trunk/
  rdesktop/trunk/PKGBUILD
  rdesktop/trunk/rdesktop-send_physical_buttons.diff

-+
 PKGBUILD|   36 +
 rdesktop-send_physical_buttons.diff |   70 ++
 2 files changed, 106 insertions(+)

Added: rdesktop/trunk/PKGBUILD
===
--- rdesktop/trunk/PKGBUILD (rev 0)
+++ rdesktop/trunk/PKGBUILD 2013-11-21 12:16:33 UTC (rev 101266)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Dan McGee d...@archlinux.org
+
+pkgname=rdesktop
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=An open source client for Windows Remote Desktop Services
+arch=('i686' 'x86_64')
+url=http://www.rdesktop.org/;
+license=('GPL3')
+depends=('libao' 'libsamplerate' 'xorg-xrandr' 'pcsclite')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+rdesktop-send_physical_buttons.diff)
+sha1sums=('57bb41f98ddf9eeef875c613d790fee37971d0f8'
+  '809a9dc11ad4f704f79fc4bc2a70b76a4f42596d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # FS#15113
+  patch -i ${srcdir}/rdesktop-send_physical_buttons.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-smartcard \
+--with-ipv6
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


Property changes on: rdesktop/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: rdesktop/trunk/rdesktop-send_physical_buttons.diff
===
--- rdesktop/trunk/rdesktop-send_physical_buttons.diff  
(rev 0)
+++ rdesktop/trunk/rdesktop-send_physical_buttons.diff  2013-11-21 12:16:33 UTC 
(rev 101266)
@@ -0,0 +1,70 @@
+? aclocal.m4
+Index: rdesktop.c
+===
+RCS file: /cvsroot/rdesktop/rdesktop/rdesktop.c,v
+retrieving revision 1.163
+diff -u -r1.163 rdesktop.c
+--- rdesktop.c 5 Apr 2008 06:15:45 -   1.163
 rdesktop.c 5 Aug 2008 11:46:04 -
+@@ -73,6 +73,7 @@
+ int g_win_button_size = 0;/* If zero, disable single app mode */
+ RD_BOOL g_bitmap_compression = True;
+ RD_BOOL g_sendmotion = True;
++RD_BOOL g_send_physical_buttons = True;
+ RD_BOOL g_bitmap_cache = True;
+ RD_BOOL g_bitmap_cache_persist_enable = False;
+ RD_BOOL g_bitmap_cache_precache = True;
+@@ -152,6 +153,7 @@
+   fprintf(stderr,-B: use BackingStore of X-server (if available)\n);
+   fprintf(stderr,-e: disable encryption (French TS)\n);
+   fprintf(stderr,-E: disable encryption from client to server\n);
++  fprintf(stderr,-M: do not map logical mouse buttons to 
physical\n);
+   fprintf(stderr,-m: do not send motion events\n);
+   fprintf(stderr,-C: use private colour map\n);
+   fprintf(stderr,-D: hide window manager decorations\n);
+@@ -450,7 +452,7 @@
+ #endif
+ 
+   while ((c = getopt(argc, argv,
+- VNCOPT 
A:u:L:d:s:c:p:n:k:g:o:fbBeEitmzCDKS:T:NX:a:x:Pr:045h?)) != -1)
++ VNCOPT 
A:u:L:d:s:c:p:n:k:g:o:fbBeEitMmzCDKS:T:NX:a:x:Pr:045h?)) != -1)
+   {
+   switch (c)
+   {
+@@ -584,6 +586,9 @@
+   case 'E':
+   g_packet_encryption = False;
+   break;
++  case 'M':
++  g_send_physical_buttons = False;
++  break;
+   case 'm':
+   g_sendmotion = False;
+   break;
+Index: xwin.c
+===
+RCS file: /cvsroot/rdesktop/rdesktop/xwin.c,v
+retrieving revision 1.235
+diff -u -r1.235 xwin.c
+--- xwin.c 11 Jul 2008 03:51:23 -  1.235
 xwin.c 5 Aug 2008 11:46:06 -
+@@ -36,6 +36,7 @@
+ extern int g_ypos;
+ extern int g_pos;
+ extern RD_BOOL g_sendmotion;
++extern RD_BOOL g_send_physical_buttons;
+ extern RD_BOOL g_fullscreen;
+ extern RD_BOOL g_grab_keyboard;
+ extern RD_BOOL g_hide_decorations;
+@@ -2190,7 +2191,8 @@
+  receive physical buttons (true in mstsc as well) and
+  logical button behavior depends on the remote desktop's own
+  mouse settings */
+-  xevent.xbutton.button = g_pointer_log_to_phys_map[xevent.xbutton.button 
- 1];
++  if (g_send_physical_buttons)
++  xevent.xbutton.button = 
g_pointer_log_to_phys_map[xevent.xbutton.button - 1];
+   button 

[arch-commits] Commit in (rdesktop)

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 13:16:59
  Author: bpiotrowski
Revision: 200021

extra2community: Moving rdesktop from extra to community

Deleted:
  rdesktop/



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

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 13:16:40
  Author: bpiotrowski
Revision: 101267

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

Added:
  rdesktop/repos/community-i686/
  rdesktop/repos/community-i686/PKGBUILD
(from rev 101266, rdesktop/trunk/PKGBUILD)
  rdesktop/repos/community-i686/rdesktop-send_physical_buttons.diff
(from rev 101266, rdesktop/trunk/rdesktop-send_physical_buttons.diff)
  rdesktop/repos/community-x86_64/
  rdesktop/repos/community-x86_64/PKGBUILD
(from rev 101266, rdesktop/trunk/PKGBUILD)
  rdesktop/repos/community-x86_64/rdesktop-send_physical_buttons.diff
(from rev 101266, rdesktop/trunk/rdesktop-send_physical_buttons.diff)

--+
 community-i686/PKGBUILD  |   36 
 community-i686/rdesktop-send_physical_buttons.diff   |   70 +
 community-x86_64/PKGBUILD|   36 
 community-x86_64/rdesktop-send_physical_buttons.diff |   70 +
 4 files changed, 212 insertions(+)

Copied: rdesktop/repos/community-i686/PKGBUILD (from rev 101266, 
rdesktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-21 12:16:40 UTC (rev 101267)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Dan McGee d...@archlinux.org
+
+pkgname=rdesktop
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=An open source client for Windows Remote Desktop Services
+arch=('i686' 'x86_64')
+url=http://www.rdesktop.org/;
+license=('GPL3')
+depends=('libao' 'libsamplerate' 'xorg-xrandr' 'pcsclite')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+rdesktop-send_physical_buttons.diff)
+sha1sums=('57bb41f98ddf9eeef875c613d790fee37971d0f8'
+  '809a9dc11ad4f704f79fc4bc2a70b76a4f42596d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # FS#15113
+  patch -i ${srcdir}/rdesktop-send_physical_buttons.diff
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--enable-smartcard \
+--with-ipv6
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: rdesktop/repos/community-i686/rdesktop-send_physical_buttons.diff (from 
rev 101266, rdesktop/trunk/rdesktop-send_physical_buttons.diff)
===
--- community-i686/rdesktop-send_physical_buttons.diff  
(rev 0)
+++ community-i686/rdesktop-send_physical_buttons.diff  2013-11-21 12:16:40 UTC 
(rev 101267)
@@ -0,0 +1,70 @@
+? aclocal.m4
+Index: rdesktop.c
+===
+RCS file: /cvsroot/rdesktop/rdesktop/rdesktop.c,v
+retrieving revision 1.163
+diff -u -r1.163 rdesktop.c
+--- rdesktop.c 5 Apr 2008 06:15:45 -   1.163
 rdesktop.c 5 Aug 2008 11:46:04 -
+@@ -73,6 +73,7 @@
+ int g_win_button_size = 0;/* If zero, disable single app mode */
+ RD_BOOL g_bitmap_compression = True;
+ RD_BOOL g_sendmotion = True;
++RD_BOOL g_send_physical_buttons = True;
+ RD_BOOL g_bitmap_cache = True;
+ RD_BOOL g_bitmap_cache_persist_enable = False;
+ RD_BOOL g_bitmap_cache_precache = True;
+@@ -152,6 +153,7 @@
+   fprintf(stderr,-B: use BackingStore of X-server (if available)\n);
+   fprintf(stderr,-e: disable encryption (French TS)\n);
+   fprintf(stderr,-E: disable encryption from client to server\n);
++  fprintf(stderr,-M: do not map logical mouse buttons to 
physical\n);
+   fprintf(stderr,-m: do not send motion events\n);
+   fprintf(stderr,-C: use private colour map\n);
+   fprintf(stderr,-D: hide window manager decorations\n);
+@@ -450,7 +452,7 @@
+ #endif
+ 
+   while ((c = getopt(argc, argv,
+- VNCOPT 
A:u:L:d:s:c:p:n:k:g:o:fbBeEitmzCDKS:T:NX:a:x:Pr:045h?)) != -1)
++ VNCOPT 
A:u:L:d:s:c:p:n:k:g:o:fbBeEitMmzCDKS:T:NX:a:x:Pr:045h?)) != -1)
+   {
+   switch (c)
+   {
+@@ -584,6 +586,9 @@
+   case 'E':
+   g_packet_encryption = False;
+   break;
++  case 'M':
++  g_send_physical_buttons = False;
++  break;
+   case 'm':
+   g_sendmotion = False;
+   break;
+Index: xwin.c
+===
+RCS file: /cvsroot/rdesktop/rdesktop/xwin.c,v
+retrieving revision 1.235
+diff -u -r1.235 xwin.c
+--- xwin.c 11 Jul 2008 03:51:23 -  1.235
 xwin.c 5 Aug 2008 11:46:06 -
+@@ -36,6 +36,7 @@
+ extern int g_ypos;
+ extern int g_pos;
+ extern RD_BOOL g_sendmotion;
++extern RD_BOOL 

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

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 13:18:33
  Author: bpiotrowski
Revision: 101269

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

Added:
  arj/repos/community-i686/
  arj/repos/community-i686/001_arches_align.patch
(from rev 101268, arj/trunk/001_arches_align.patch)
  arj/repos/community-i686/002_no_remove_static_const.patch
(from rev 101268, arj/trunk/002_no_remove_static_const.patch)
  arj/repos/community-i686/003_64_bit_clean.patch
(from rev 101268, arj/trunk/003_64_bit_clean.patch)
  arj/repos/community-i686/PKGBUILD
(from rev 101268, arj/trunk/PKGBUILD)
  arj/repos/community-i686/arj-3.10.22-custom-printf.patch
(from rev 101268, arj/trunk/arj-3.10.22-custom-printf.patch)
  arj/repos/community-x86_64/
  arj/repos/community-x86_64/001_arches_align.patch
(from rev 101268, arj/trunk/001_arches_align.patch)
  arj/repos/community-x86_64/002_no_remove_static_const.patch
(from rev 101268, arj/trunk/002_no_remove_static_const.patch)
  arj/repos/community-x86_64/003_64_bit_clean.patch
(from rev 101268, arj/trunk/003_64_bit_clean.patch)
  arj/repos/community-x86_64/PKGBUILD
(from rev 101268, arj/trunk/PKGBUILD)
  arj/repos/community-x86_64/arj-3.10.22-custom-printf.patch
(from rev 101268, arj/trunk/arj-3.10.22-custom-printf.patch)

---+
 community-i686/001_arches_align.patch |   34 +++
 community-i686/002_no_remove_static_const.patch   |   20 ++
 community-i686/003_64_bit_clean.patch |  194 
 community-i686/PKGBUILD   |   53 +
 community-i686/arj-3.10.22-custom-printf.patch|   15 +
 community-x86_64/001_arches_align.patch   |   34 +++
 community-x86_64/002_no_remove_static_const.patch |   20 ++
 community-x86_64/003_64_bit_clean.patch   |  194 
 community-x86_64/PKGBUILD |   53 +
 community-x86_64/arj-3.10.22-custom-printf.patch  |   15 +
 10 files changed, 632 insertions(+)

Copied: arj/repos/community-i686/001_arches_align.patch (from rev 101268, 
arj/trunk/001_arches_align.patch)
===
--- community-i686/001_arches_align.patch   (rev 0)
+++ community-i686/001_arches_align.patch   2013-11-21 12:18:33 UTC (rev 
101269)
@@ -0,0 +1,34 @@
+#DPATCHLEVEL=1
+diff -Naur arj-3.10.19.orig/arj_proc.c arj-3.10.19/arj_proc.c
+--- arj-3.10.19.orig/arj_proc.c2004-02-20 14:18:52.0 +0100
 arj-3.10.22/arj_proc.c 2004-04-08 14:06:58.0 +0200
+@@ -2898,7 +2898,7 @@
+ }
+ #endif
+ 
+-#if defined(WORDS_BIGENDIAN)!defined(ARJDISP)!defined(REGISTER)
++#if (defined(WORDS_BIGENDIAN) || defined(ALIGN_POINTERS))  
!defined(ARJDISP)  !defined(REGISTER)
+ /* Model-independent routine to get 2 bytes from far RAM */
+ 
+ unsigned int mget_word(char FAR *p)
+diff -Naur arj-3.10.19.orig/arj_proc.h arj-3.10.19/arj_proc.h
+--- arj-3.10.19.orig/arj_proc.h2004-01-25 01:40:00.0 +0100
 arj-3.10.22/arj_proc.h 2004-04-08 14:07:18.0 +0200
+@@ -12,7 +12,7 @@
+ 
+ #define mget_byte(p) (*(unsigned char FAR *)(p)0xFF)
+ #define mput_byte(c, p) *(unsigned char FAR *)(p)=(unsigned char)(c)
+-#ifndef WORDS_BIGENDIAN
++#if !defined(ALIGN_POINTERS)  !defined(WORDS_BIGENDIAN)
+ #define mget_word(p) (*(unsigned short *)(p)0x)
+ #define mput_word(w,p) (*(unsigned short *)(p)=(unsigned short)(w))
+ #define mget_dword(p) (*(unsigned long *)(p))
+@@ -60,7 +60,7 @@
+ void unpack_mem(struct mempack *mempack);
+ void strip_lf(char *str);
+ char *ltrim(char *str);
+-#ifdef WORDS_BIGENDIAN
++#if defined(ALIGN_POINTERS) || defined(WORDS_BIGENDIAN)
+ unsigned int mget_word(char FAR *p);
+ unsigned long mget_dword(char FAR *p);
+ void mput_word(unsigned int w, char FAR *p);

Copied: arj/repos/community-i686/002_no_remove_static_const.patch (from rev 
101268, arj/trunk/002_no_remove_static_const.patch)
===
--- community-i686/002_no_remove_static_const.patch 
(rev 0)
+++ community-i686/002_no_remove_static_const.patch 2013-11-21 12:18:33 UTC 
(rev 101269)
@@ -0,0 +1,20 @@
+#DPATCHLEVEL=1
+diff -Naur arj-3.10.22.orig/gnu/makefile.in arj-3.10.22/gnu/makefile.in
+--- arj-3.10.22.orig/gnu/makefile.in   2004-04-17 14:28:06.0 +0300
 arj-3.10.22/gnu/makefile.in2005-08-04 21:50:24.0 +0300
+@@ -192,6 +192,15 @@
+ dispose:
+ 
+ #
++# XXX: Do not use -O2, it removes the static const variable with gcc 4.x
++#
++
++INTEGR_DIRS = $(ARJ_DIR) $(REARJ_DIR) $(ARJCRYPT_DIR) $(REGISTER_DIR)
++
++$(patsubst %,%/integr.o, $(INTEGR_DIRS)): $(SRC_DIR)/integr.c
++  $(CC) -Wall -g -c -o$@ $
++
++#
+ # The tools
+ #
+ 

Copied: arj/repos/community-i686/003_64_bit_clean.patch (from rev 101268, 
arj/trunk/003_64_bit_clean.patch)

[arch-commits] Commit in (arj)

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 13:18:53
  Author: bpiotrowski
Revision: 200024

extra2community: Moving arj from extra to community

Deleted:
  arj/



[arch-commits] Commit in (8 files)

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 13:18:22
  Author: bpiotrowski
Revision: 101268

extra2community: Moving arj from extra to community

Added:
  arj/
  arj/repos/
  arj/trunk/
  arj/trunk/001_arches_align.patch
  arj/trunk/002_no_remove_static_const.patch
  arj/trunk/003_64_bit_clean.patch
  arj/trunk/PKGBUILD
  arj/trunk/arj-3.10.22-custom-printf.patch

--+
 001_arches_align.patch   |   34 ++
 002_no_remove_static_const.patch |   20 +++
 003_64_bit_clean.patch   |  194 +
 PKGBUILD |   53 ++
 arj-3.10.22-custom-printf.patch  |   15 ++
 5 files changed, 316 insertions(+)

Added: arj/trunk/001_arches_align.patch
===
--- arj/trunk/001_arches_align.patch(rev 0)
+++ arj/trunk/001_arches_align.patch2013-11-21 12:18:22 UTC (rev 101268)
@@ -0,0 +1,34 @@
+#DPATCHLEVEL=1
+diff -Naur arj-3.10.19.orig/arj_proc.c arj-3.10.19/arj_proc.c
+--- arj-3.10.19.orig/arj_proc.c2004-02-20 14:18:52.0 +0100
 arj-3.10.22/arj_proc.c 2004-04-08 14:06:58.0 +0200
+@@ -2898,7 +2898,7 @@
+ }
+ #endif
+ 
+-#if defined(WORDS_BIGENDIAN)!defined(ARJDISP)!defined(REGISTER)
++#if (defined(WORDS_BIGENDIAN) || defined(ALIGN_POINTERS))  
!defined(ARJDISP)  !defined(REGISTER)
+ /* Model-independent routine to get 2 bytes from far RAM */
+ 
+ unsigned int mget_word(char FAR *p)
+diff -Naur arj-3.10.19.orig/arj_proc.h arj-3.10.19/arj_proc.h
+--- arj-3.10.19.orig/arj_proc.h2004-01-25 01:40:00.0 +0100
 arj-3.10.22/arj_proc.h 2004-04-08 14:07:18.0 +0200
+@@ -12,7 +12,7 @@
+ 
+ #define mget_byte(p) (*(unsigned char FAR *)(p)0xFF)
+ #define mput_byte(c, p) *(unsigned char FAR *)(p)=(unsigned char)(c)
+-#ifndef WORDS_BIGENDIAN
++#if !defined(ALIGN_POINTERS)  !defined(WORDS_BIGENDIAN)
+ #define mget_word(p) (*(unsigned short *)(p)0x)
+ #define mput_word(w,p) (*(unsigned short *)(p)=(unsigned short)(w))
+ #define mget_dword(p) (*(unsigned long *)(p))
+@@ -60,7 +60,7 @@
+ void unpack_mem(struct mempack *mempack);
+ void strip_lf(char *str);
+ char *ltrim(char *str);
+-#ifdef WORDS_BIGENDIAN
++#if defined(ALIGN_POINTERS) || defined(WORDS_BIGENDIAN)
+ unsigned int mget_word(char FAR *p);
+ unsigned long mget_dword(char FAR *p);
+ void mput_word(unsigned int w, char FAR *p);

Added: arj/trunk/002_no_remove_static_const.patch
===
--- arj/trunk/002_no_remove_static_const.patch  (rev 0)
+++ arj/trunk/002_no_remove_static_const.patch  2013-11-21 12:18:22 UTC (rev 
101268)
@@ -0,0 +1,20 @@
+#DPATCHLEVEL=1
+diff -Naur arj-3.10.22.orig/gnu/makefile.in arj-3.10.22/gnu/makefile.in
+--- arj-3.10.22.orig/gnu/makefile.in   2004-04-17 14:28:06.0 +0300
 arj-3.10.22/gnu/makefile.in2005-08-04 21:50:24.0 +0300
+@@ -192,6 +192,15 @@
+ dispose:
+ 
+ #
++# XXX: Do not use -O2, it removes the static const variable with gcc 4.x
++#
++
++INTEGR_DIRS = $(ARJ_DIR) $(REARJ_DIR) $(ARJCRYPT_DIR) $(REGISTER_DIR)
++
++$(patsubst %,%/integr.o, $(INTEGR_DIRS)): $(SRC_DIR)/integr.c
++  $(CC) -Wall -g -c -o$@ $
++
++#
+ # The tools
+ #
+ 

Added: arj/trunk/003_64_bit_clean.patch
===
--- arj/trunk/003_64_bit_clean.patch(rev 0)
+++ arj/trunk/003_64_bit_clean.patch2013-11-21 12:18:22 UTC (rev 101268)
@@ -0,0 +1,194 @@
+#DPATCHLEVEL=1
+diff -Naur -x .svn -x CVS arj-3.10.22.orig/arj_arcv.c arj-3.10.22/arj_arcv.c
+--- arj-3.10.22.orig/arj_arcv.c2005-06-21 22:53:12.0 +0300
 arj-3.10.22/arj_arcv.c 2005-11-24 02:50:31.0 +0200
+@@ -59,27 +59,27 @@
+ #define setup_hput(ptr) (tmp_hptr=(ptr))
+ 
+ #define hget_byte() (*(tmp_hptr++)0xFF)
+-#define hput_byte(c) (*(tmp_hptr++)=(char) (c))
++#define hput_byte(c) (*(tmp_hptr++)=(uint8_t) (c))
+ 
+ /* Reads two bytes from the header, incrementing the pointer */
+ 
+-static unsigned int hget_word()
++static uint16_t hget_word()
+ {
+- unsigned int result;
++ uint16_t result;
+ 
+  result=mget_word(tmp_hptr);
+- tmp_hptr+=sizeof(short);
++ tmp_hptr+=sizeof(uint16_t);
+  return result;
+ }
+ 
+ /* Reads four bytes from the header, incrementing the pointer */
+ 
+-static unsigned long hget_longword()
++static uint32_t hget_longword()
+ {
+- unsigned long result;
++ uint32_t result;
+ 
+  result=mget_dword(tmp_hptr);
+- tmp_hptr+=sizeof(unsigned long);
++ tmp_hptr+=sizeof(uint32_t);
+  return result;
+ }
+ 
+@@ -87,18 +87,18 @@
+ 
+ /* Writes two bytes to the header, incrementing the pointer */
+ 
+-static void hput_word(unsigned int w)
++static void hput_word(uint16_t w)
+ {
+  mput_word(w,tmp_hptr); 
+- tmp_hptr+=sizeof(unsigned short);
++ tmp_hptr+=sizeof(uint16_t);
+ }
+ 
+ /* Writes four bytes to the header, incrementing the pointer */

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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 19:06:34
  Author: arodseth
Revision: 101282

archrelease: copy trunk to community-any

Added:
  setconf/repos/community-any/PKGBUILD
(from rev 101281, setconf/trunk/PKGBUILD)

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

Copied: setconf/repos/community-any/PKGBUILD (from rev 101281, 
setconf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-21 18:06:34 UTC (rev 101282)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=setconf
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='Utility to easily change settings in configuration files'
+arch=('any')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('python')
+source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
+sha256sums=('360ff9855102d23a57373f413307830b97e9595409ec435430b0543db0f6241e')
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 23:34:22
  Author: arodseth
Revision: 101293

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 101292, grails/trunk/PKGBUILD)
  grails/repos/community-any/grails.sh
(from rev 101292, grails/trunk/grails.sh)
Deleted:
  grails/repos/community-any/PKGBUILD
  grails/repos/community-any/grails.sh

---+
 PKGBUILD  |  139 ++--
 grails.sh |   12 ++---
 2 files changed, 76 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-21 22:34:06 UTC (rev 101292)
+++ PKGBUILD2013-11-21 22:34:22 UTC (rev 101293)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=2.3.2
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-arch=('any')
-url='http://grails.org/'
-license=('APACHE')
-makedepends=('setconf' 'apache-ant' 'unzip')
-optdepends=('groovy: the groovy programming language'
-'grails-docs: documentation for grails')
-options=('!emptydirs')
-noextract=(${pkgname[1]}-$pkgver.zip)
-source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip;
-
http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip;
-$pkgbase.sh)
-sha256sums=('c4cd9b0465b184e0f6fc06b4dfe89f87c4bec53072815c60074d9c4e39c70fe1'
-'c038c82265084004e6278e10b446b262cdf0b481383df8e4ff71975671d0fc9f'
-'5b9b76115640a31c728fb6951a1ee9ed0c7da7bbb558e0f1fe22f383c05633f0')
-
-prepare() {
-  cd ${pkgname[0]}-$pkgver
-
-  # configure paths
-  setconf bin/grails DIRNAME /usr/share/grails
-  setconf bin/grails-debug DIRNAME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash' 'sh')
-  cd $pkgname-$pkgver
-
-  mkdir -p $pkgdir/usr/share/pixmaps/
-  cp -r $srcdir/$pkgname-$pkgver $pkgdir/usr/share/$pkgname
-
-  # wrapper scripts
-  install -Dm755 bin/startGrails \
-$pkgdir/usr/share/$pkgname/startGrails
-  install -Dm755 ../$pkgname.sh \
-$pkgdir/usr/bin/$pkgname
-  install -Dm755 ../$pkgname.sh \
-$pkgdir/usr/share/$pkgname/bin/$pkgname
-
-  # icons
-  cp media/icons/*.png $pkgdir/usr/share/pixmaps/
-  
-  # profile.d script
-  echo 'export GRAILS_HOME=/usr/share/grails'  $pkgname.sh
-  install -Dm755 $pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
-
-  # clean up
-  cd $pkgdir/usr/share/$pkgname
-  rm -rf doc INSTALL LICENSE README
-  find $pkgdir/usr/share -name *.bat -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-
-  install -d $pkgdir/usr/share/doc $pkgdir/usr/share/grails
-  unzip grails-docs-$pkgver.zip -d $pkgdir/usr/share/doc/grails-$pkgver
-  ln -s /usr/share/doc/grails-$pkgver $pkgdir/usr/share/grails/doc
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 101292, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-21 22:34:22 UTC (rev 101293)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=2.3.3
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+arch=('any')
+url='http://grails.org/'
+license=('APACHE')
+makedepends=('setconf' 'apache-ant' 'unzip')
+optdepends=('groovy: the groovy programming language'
+'grails-docs: documentation for grails')
+options=('!emptydirs')
+noextract=(${pkgname[1]}-$pkgver.zip)
+source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip;
+
http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip;
+$pkgbase.sh)
+sha256sums=('cbee1bb289cd1e2f899d25d6bb2efc2c9a316073a01d851b7bd3a05308041bfb'
+'9190afcd85f5e09c86055f37d07fdf2bed51c0d495376c6d3a09df7f5296db54'
+'15553ae56fd39f049edfa65a05413ef6d68ae37ed1ccc69570bf81e888239bf4')
+
+prepare() {
+  cd ${pkgname[0]}-$pkgver
+
+  # configure paths
+  setconf bin/grails DIRNAME /usr/share/grails
+  setconf bin/grails-debug DIRNAME /usr/share/grails
+
+  # profile.d script
+  echo 'export GRAILS_HOME=/usr/share/grails'  $srcdir/$pkgbase.profile
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash')
+
+  cd $pkgname-$pkgver
+
+  install -d $pkgdir/usr/share/pixmaps/
+  cp -r $srcdir/$pkgname-$pkgver $pkgdir/usr/share/$pkgname
+
+  # wrapper scripts
+  install -Dm755 bin/startGrails \
+$pkgdir/usr/share/$pkgname/startGrails
+  install -Dm755 ../$pkgname.sh \
+$pkgdir/usr/bin/$pkgname
+  install -Dm755 ../$pkgname.sh \
+$pkgdir/usr/share/$pkgname/bin/$pkgname
+
+  # icons
+  cp media/icons/*.png $pkgdir/usr/share/pixmaps/
+  
+  # profile.d script
+  install -Dm755 $srcdir/$pkgbase.profile 

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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 23:34:06
  Author: arodseth
Revision: 101292

upgpkg: grails 2.3.3-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 21:24:04 UTC (rev 101291)
+++ PKGBUILD2013-11-21 22:34:06 UTC (rev 101292)
@@ -29,7 +29,7 @@
   setconf bin/grails-debug DIRNAME /usr/share/grails
 
   # profile.d script
-  echo 'export GRAILS_HOME=/usr/share/grails'  $pkgbase.profile
+  echo 'export GRAILS_HOME=/usr/share/grails'  $srcdir/$pkgbase.profile
 }
 
 package_grails() {



[arch-commits] Commit in setconf/repos (community-i686 community-x86_64)

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 18:59:04
  Author: arodseth
Revision: 101277

Moving to an any package

Deleted:
  setconf/repos/community-i686/
  setconf/repos/community-x86_64/



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

2013-11-21 Thread Andreas Radke
Date: Thursday, November 21, 2013 @ 18:47:36
  Author: andyrtr
Revision: 200028

upgpkg: linux-lts 3.10.20-1

upstream update 3.10.20

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 14:32:54 UTC (rev 200027)
+++ PKGBUILD2013-11-21 17:47:36 UTC (rev 200028)
@@ -5,7 +5,7 @@
 pkgbase=linux-lts   # Build stock -lts kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-3.10
-pkgver=3.10.19
+pkgver=3.10.20
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.kernel.org/;
@@ -22,7 +22,7 @@
 'criu-no-expert.patch'
 '3.10.6-logitech-dj.patch')
 md5sums=('4f25cd5bec5f8d5a7d935b3f2ccb8481'
- 'b7f932eecbbf5636ad69add480fa1573'
+ '6762bab77ec96530b8915728f3bfb813'
  '1829d51e5357fa8ebece4e39fbb630a7'
  '778bf8297c41847c51be51975c241153'
  '232b52576a62c7a333e9fe7a1e1ca359'
@@ -34,9 +34,9 @@
 
 # module.symbols md5sums
 # x86_64
-# 84283e9ff738445a8bada516687eca26 /lib/modules/3.10.19-1-lts/modules.symbols
+# 534373ff1d4d33a22235fb1e1718e3ac /lib/modules/3.10.20-1-lts/modules.symbols
 # i686
-# d0a2ce5ff856e1609af684f6601e915b /lib/modules/3.10.16-1-lts/modules.symbols
+# d0a2ce5ff856e1609af684f6601e915b /lib/modules/3.10.20-1-lts/modules.symbols
 
 
 prepare() {



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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 22:22:14
  Author: arodseth
Revision: 101290

Added desktop shortcut for groovyConsole

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 20:54:28 UTC (rev 101289)
+++ PKGBUILD2013-11-21 21:22:14 UTC (rev 101290)
@@ -6,7 +6,7 @@
 
 pkgname=groovy
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
 arch=('any')
 url='http://groovy.codehaus.org/'
@@ -13,16 +13,24 @@
 license=('APACHE' 'BSD' 'custom')
 depends=('bash' 'java-environment')
 optdepends=('groovy-docs: html and pdf documentation for Groovy')
-source=(http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip;)
-sha256sums=('4da493b3d2de347a3e6fb903fa86eb76a9f7168960967736907c65a4f92a4fd0')
+makedepends=('gendesk')
+source=(http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip;
+
$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png;)
+sha256sums=('4da493b3d2de347a3e6fb903fa86eb76a9f7168960967736907c65a4f92a4fd0'
+'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
 
 prepare() {
+  # Generate desktop shortcut file
+  gendesk -f -n --pkgname $pkgname --pkgdesc 'Groovy programming language' \
+--exec 'groovyConsole' --name 'Groovy Console' 
+
+  # Set GROOVY_HOME correctly at the top of all the scripts
   cd $pkgname-$pkgver/embeddable
-
-  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
   for f in ../bin/*; do
 sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
   done
+
+  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
 }
 
 package() {
@@ -51,6 +59,12 @@
 $pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
   install -Dm644 JSR223-LICENSE.txt \
 $pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
+
+  # Desktop shortcut for Groovy Console
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+  install -Dm644 $srcdir/$pkgname.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in boost/trunk (5 files)

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 15:32:47
  Author: bpiotrowski
Revision: 200026

upgpkg: boost 1.55.0-1

- new upstream release
- use clang instead of gcc
- remove unused patches and sed

Added:
  boost/trunk/001-log_fix_dump_avx2.patch
Modified:
  boost/trunk/PKGBUILD
Deleted:
  boost/trunk/boost-1.53.0-python3.patch
  boost/trunk/boost-1.54.0-Fix-macro-for-int128-detection.patch
  boost/trunk/fix-new-glibc.patch

---+
 001-log_fix_dump_avx2.patch   |   13 ++
 PKGBUILD  |   68 ++
 boost-1.53.0-python3.patch|   96 
 boost-1.54.0-Fix-macro-for-int128-detection.patch |   35 ---
 fix-new-glibc.patch   |   14 --
 5 files changed, 43 insertions(+), 183 deletions(-)

Added: 001-log_fix_dump_avx2.patch
===
--- 001-log_fix_dump_avx2.patch (rev 0)
+++ 001-log_fix_dump_avx2.patch 2013-11-21 14:32:47 UTC (rev 200026)
@@ -0,0 +1,13 @@
+Index: libs/log/src/dump_avx2.cpp
+===
+--- libs/log/src/dump_avx2.cpp (revision 86614)
 libs/log/src/dump_avx2.cpp (working copy)
+@@ -205,7 +205,7 @@
+ __m256i mm_input = _mm256_load_si256(reinterpret_cast const 
__m256i* (p));
+ __m256i mm_output1, mm_output2, mm_output3;
+ dump_pack(mm_char_10_to_a, mm_input, mm_output1, mm_output2, 
mm_output3);
+-store_characters_x3(mm_output1, mm_output2, mm_output3, buf);
++store_characters_x3(mm_output1, mm_output2, mm_output3, b);
+ }
+ 
+ _mm256_zeroall(); // need to zero all ymm registers to avoid register 
spills/restores the compler generates around the function call

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 13:51:09 UTC (rev 200025)
+++ PKGBUILD2013-11-21 14:32:47 UTC (rev 200026)
@@ -8,60 +8,54 @@
 
 pkgbase=boost
 pkgname=('boost-libs' 'boost')
-pkgver=1.54.0
+pkgver=1.55.0
 _boostver=${pkgver//./_}
-pkgrel=4
+pkgrel=1
 url=http://www.boost.org/;
 arch=('i686' 'x86_64')
 license=('custom')
-makedepends=('icu=52.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi')
+makedepends=('icu=52.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi' 'clang')
 
source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
-boost-1.53.0-python3.patch
-boost-1.54.0-Fix-macro-for-int128-detection.patch
-fix-new-glibc.patch)
-sha1sums=('069501636097d3f40ddfd996d29748bb23591c53'
-  '34026072a7cb2534164f20e77bb71a5c75093307'
-  'bf5177694ab8a0df6bc13aa47b05727c40febebb'
-  'e3a5fac340c12b39add50070efb439b857108a0b')
+001-log_fix_dump_avx2.patch)
+sha1sums=('61ed0e57d3c7c8985805bb0682de3f4c65f4b6e5'
+  'a4a47cc5716df87d544ae7684aaf402287132d50')
 
-build() {
+prepare() {
export _stagedir=${srcdir}/stagedir
-   local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})
+   cd ${pkgbase}_${_boostver}
 
-   cd ${srcdir}/${pkgbase}_${_boostver}
+   patch -p0 -i ../001-log_fix_dump_avx2.patch
 
-   patch -Np2 -i ../boost-1.54.0-Fix-macro-for-int128-detection.patch
-   patch -Np2 -i ../fix-new-glibc.patch
-
-   # Fix build errors with python 3
-   sed -i /PYTHON_ROOT/s/print sys.prefix/print(sys.prefix)/g bootstrap.sh
-   patch -Np1 -i ../boost-1.53.0-python3.patch
-
-   # Shut up strict aliasing warnings
-   echo using gcc : : : compileflags-fno-strict-aliasing ;  
./tools/build/v2/user-config.jam
# Add an extra python version. This does not replace anything and python 
2.x need to be the default.
echo using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : 
/usr/lib ;  ./tools/build/v2/user-config.jam
-   # Support for OpenMPI
+
+   # Support for OpenMPI   
 
echo using mpi ;  ./tools/build/v2/user-config.jam
+}
 
-   ./bootstrap.sh --with-toolset=gcc --with-icu --with-python=/usr/bin/python2
+build() {
+   local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})
 
+   cd ${pkgbase}_${_boostver}
+
+   ./bootstrap.sh --with-toolset=clang --with-icu 
--with-python=/usr/bin/python2
+
_bindir=bin.linuxx86
-   [ ${CARCH} = x86_64 ]  _bindir=bin.linuxx86_64
+   [[ ${CARCH} = x86_64 ]]  _bindir=bin.linuxx86_64
 
-   install -d -m 755 ${_stagedir}/bin
-   install 
${srcdir}/${pkgbase}_${_boostver}/tools/build/v2/engine/${_bindir}/bjam 
${_stagedir}/bin/bjam
+   install -dm755 ${_stagedir}/bin
+   install tools/build/v2/engine/${_bindir}/bjam ${_stagedir}/bin/bjam
 
pushd tools
for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do
-  ${_stagedir}/bin/bjam --toolset=gcc $_tool
+  ${_stagedir}/bin/bjam --toolset=clang $_tool
done
-   ${_stagedir}/bin/bjam 

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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 22:24:04
  Author: arodseth
Revision: 101291

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 101290, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-21 21:22:14 UTC (rev 101290)
+++ PKGBUILD2013-11-21 21:24:04 UTC (rev 101291)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Musikolo musikoloAThotmailDOTcom
-# Contributor: Ruben Fonseca fons...@gmail.com
-# Contributor: Andreas W. Hauser andy-...@splashground.de
-
-pkgname=groovy
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy.codehaus.org/'
-license=('APACHE' 'BSD' 'custom')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-source=(http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip;)
-sha256sums=('4da493b3d2de347a3e6fb903fa86eb76a9f7168960967736907c65a4f92a4fd0')
-
-prepare() {
-  cd $pkgname-$pkgver/embeddable
-
-  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
-  for f in ../bin/*; do
-sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
-  done
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # Create the directories and package the files
-  install -d $pkgdir/usr/share/groovy $pkgdir/usr/bin
-  cp -r lib conf embeddable $pkgdir/usr/share/groovy
-  cp bin/* $pkgdir/usr/bin
-
-  # Remove all DOS/Windows batch files
-  find $pkgdir -name '*.bat' -exec rm {} \;
-
-  # Package the APACHE license
-  install -Dm644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 CLI-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE
-
-  # Package the BSD license
-  install -Dm644 ANTLR-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE
-
-  # Package the custom license
-  install -Dm644 ASM-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
-  install -Dm644 JSR223-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groovy/repos/community-any/PKGBUILD (from rev 101290, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-21 21:24:04 UTC (rev 101291)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Musikolo musikoloAThotmailDOTcom
+# Contributor: Ruben Fonseca fons...@gmail.com
+# Contributor: Andreas W. Hauser andy-...@splashground.de
+
+pkgname=groovy
+pkgver=2.2.0
+pkgrel=2
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy.codehaus.org/'
+license=('APACHE' 'BSD' 'custom')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+makedepends=('gendesk')
+source=(http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip;
+
$pkgname.png::http://svn.codehaus.org/groovy/tags/GROOVY_1_7_6/src/main/groovy/ui/ConsoleIcon.png;)
+sha256sums=('4da493b3d2de347a3e6fb903fa86eb76a9f7168960967736907c65a4f92a4fd0'
+'24e539235b5762b1220f39d7953a52e9b4a458c2be4f66a60219755363ba6dba')
+
+prepare() {
+  # Generate desktop shortcut file
+  gendesk -f -n --pkgname $pkgname --pkgdesc 'Groovy programming language' \
+--exec 'groovyConsole' --name 'Groovy Console' 
+
+  # Set GROOVY_HOME correctly at the top of all the scripts
+  cd $pkgname-$pkgver/embeddable
+  for f in ../bin/*; do
+sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
+  done
+
+  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # Create the directories and package the files
+  install -d $pkgdir/usr/share/groovy $pkgdir/usr/bin
+  cp -r lib conf embeddable $pkgdir/usr/share/groovy
+  cp bin/* $pkgdir/usr/bin
+
+  # Remove all DOS/Windows batch files
+  find $pkgdir -name '*.bat' -exec rm {} \;
+
+  # Package the APACHE license
+  install -Dm644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 CLI-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE
+
+  # Package the BSD license
+  install -Dm644 ANTLR-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE
+
+  # Package the custom license
+  install -Dm644 ASM-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
+  install -Dm644 JSR223-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
+
+  # Desktop shortcut for Groovy Console
+  install -Dm644 $srcdir/$pkgname.desktop \
+

[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD)

2013-11-21 Thread Andreas Radke
Date: Thursday, November 21, 2013 @ 19:26:37
  Author: andyrtr
Revision: 200032

upgpkg: nvidia-304xx-lts 304.108-9

upstream update 3.10.20 rebuild

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 18:20:40 UTC (rev 200031)
+++ PKGBUILD2013-11-21 18:26:37 UTC (rev 200032)
@@ -4,12 +4,12 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.108
 _extramodules=extramodules-3.10-lts
-pkgrel=8
+pkgrel=9
 pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux-lts=3.10.16' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-lts-headers=3.10.16')
+depends=('linux-lts=3.10.20' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.10.20')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')
 license=('custom')



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

2013-11-21 Thread Andrea Scarpino
Date: Friday, November 22, 2013 @ 00:28:55
  Author: andrea
Revision: 200034

upgpkg: libmm-qt 1.0.0-1

Upstream release

Modified:
  libmm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 18:26:56 UTC (rev 200033)
+++ PKGBUILD2013-11-21 23:28:55 UTC (rev 200034)
@@ -2,16 +2,16 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libmm-qt
-pkgver=0.5.1
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='Qt-only wrapper for ModemManager DBus API'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/extragear/libs/libmm-qt'
 license=('LGPL')
-depends=('qt4')
-makedepends=('cmake')
+depends=('qt4' 'modemmanager')
+makedepends=('cmake' 'doxygen')
 
source=(http://download.kde.org/unstable/modemmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('97a61c398426ea596564d1c876025d93')
+md5sums=('421dc7ebe8439fabc9d24da46ca0cfa7')
 
 prepare() {
   mkdir -p build



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

2013-11-21 Thread Andrea Scarpino
Date: Friday, November 22, 2013 @ 00:30:16
  Author: andrea
Revision: 200036

upgpkg: libnm-qt 0.9.8.0-1

Upstream release

Modified:
  libnm-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 23:29:06 UTC (rev 200035)
+++ PKGBUILD2013-11-21 23:30:16 UTC (rev 200036)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
 pkgname=libnm-qt
-pkgver=0.9.0.1
+pkgver=0.9.8.0
 pkgrel=1
 pkgdesc='Qt-only wrapper for NetworkManager DBus API'
 arch=('i686' 'x86_64')
@@ -9,9 +9,9 @@
 url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
 license=('LGPL')
 depends=('libmm-qt' 'networkmanager')
-makedepends=('cmake')
+makedepends=('cmake' 'doxygen')
 
source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('88239444df7fb7bbbadbe4bff50f68bcb7debe5efb101300aeb1b1e3cbb192cf')
+sha256sums=('02242d49958ac88e056f093cff08f9e94ff888d14a6765180ddc991caceb5db8')
 
 prepare() {
   mkdir -p build



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

2013-11-21 Thread Andrea Scarpino
Date: Friday, November 22, 2013 @ 00:30:26
  Author: andrea
Revision: 200037

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

Added:
  libnm-qt/repos/extra-i686/PKGBUILD
(from rev 200036, libnm-qt/trunk/PKGBUILD)
  libnm-qt/repos/extra-x86_64/PKGBUILD
(from rev 200036, libnm-qt/trunk/PKGBUILD)
Deleted:
  libnm-qt/repos/extra-i686/PKGBUILD
  libnm-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-21 23:30:16 UTC (rev 200036)
+++ extra-i686/PKGBUILD 2013-11-21 23:30:26 UTC (rev 200037)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libnm-qt
-pkgver=0.9.0.1
-pkgrel=1
-pkgdesc='Qt-only wrapper for NetworkManager DBus API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
-license=('LGPL')
-depends=('libmm-qt' 'networkmanager')
-makedepends=('cmake')
-source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('88239444df7fb7bbbadbe4bff50f68bcb7debe5efb101300aeb1b1e3cbb192cf')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libnm-qt/repos/extra-i686/PKGBUILD (from rev 200036, 
libnm-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-21 23:30:26 UTC (rev 200037)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libnm-qt
+pkgver=0.9.8.0
+pkgrel=1
+pkgdesc='Qt-only wrapper for NetworkManager DBus API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
+license=('LGPL')
+depends=('libmm-qt' 'networkmanager')
+makedepends=('cmake' 'doxygen')
+source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('02242d49958ac88e056f093cff08f9e94ff888d14a6765180ddc991caceb5db8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-21 23:30:16 UTC (rev 200036)
+++ extra-x86_64/PKGBUILD   2013-11-21 23:30:26 UTC (rev 200037)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libnm-qt
-pkgver=0.9.0.1
-pkgrel=1
-pkgdesc='Qt-only wrapper for NetworkManager DBus API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
-license=('LGPL')
-depends=('libmm-qt' 'networkmanager')
-makedepends=('cmake')
-source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('88239444df7fb7bbbadbe4bff50f68bcb7debe5efb101300aeb1b1e3cbb192cf')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libnm-qt/repos/extra-x86_64/PKGBUILD (from rev 200036, 
libnm-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-21 23:30:26 UTC (rev 200037)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libnm-qt
+pkgver=0.9.8.0
+pkgrel=1
+pkgdesc='Qt-only wrapper for NetworkManager DBus API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libnm-qt'
+license=('LGPL')
+depends=('libmm-qt' 'networkmanager')
+makedepends=('cmake' 'doxygen')
+source=(http://download.kde.org/unstable/networkmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('02242d49958ac88e056f093cff08f9e94ff888d14a6765180ddc991caceb5db8')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 19:54:47
  Author: bpiotrowski
Revision: 101288

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

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

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

Copied: virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD (from rev 
101287, virtualbox-modules-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-21 18:54:47 UTC (rev 101288)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Sébastien Luttringer
+
+pkgbase=virtualbox-modules-lts
+pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
+pkgver=4.3.2
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-lts=3.10' 'linux-lts3.11'
+ 'linux-lts-headers=3.10' 'linux-lts-headers3.11'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver)
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-3.10-lts
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux-lts=3.10' 'linux-lts3.11')
+  replaces=('virtualbox-modules-lts')
+  conflicts=('virtualbox-modules-lts')
+  provides=(virtualbox-host-modules=$pkgver)
+  install=virtualbox-host-modules-lts.install
+
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux-lts=3.10' 'linux-lts3.11')
+  replaces=('virtualbox-archlinux-modules-lts')
+  conflicts=('virtualbox-archlinux-modules-lts')
+  provides=(virtualbox-guest-modules=$pkgver)
+  install=virtualbox-guest-modules-lts.install
+
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:

Copied: 

[arch-commits] Commit in kdeplasma-applets-plasma-nm/trunk (2 files)

2013-11-21 Thread Andrea Scarpino
Date: Friday, November 22, 2013 @ 01:08:43
  Author: andrea
Revision: 200038

upgpkg: kdeplasma-applets-plasma-nm 0.9.3.2-1

Upstream release

Modified:
  kdeplasma-applets-plasma-nm/trunk/PKGBUILD
Deleted:
  kdeplasma-applets-plasma-nm/trunk/plasma-nm-fixes.patch

---+
 PKGBUILD  |   15 --
 plasma-nm-fixes.patch |  322 
 2 files changed, 5 insertions(+), 332 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 23:30:26 UTC (rev 200037)
+++ PKGBUILD2013-11-22 00:08:43 UTC (rev 200038)
@@ -3,27 +3,22 @@
 # Contributor: Antonio Rojas  nqn1976 @ gmail.com 
 
 pkgname=kdeplasma-applets-plasma-nm
-pkgver=0.9.3.1
-pkgrel=3
+pkgver=0.9.3.2
+pkgrel=1
 pkgdesc=Plasma applet written in QML for managing network connections
 arch=('i686' 'x86_64')
 url=https://projects.kde.org/projects/playground/network/plasma-nm;
 license=('GPL')
 depends=('kdebase-workspace' 'libnm-qt')
-makedepends=('cmake' 'automoc4' 'openconnect')
+makedepends=('cmake' 'automoc4' 'openconnect' 'mobile-broadband-provider-info')
 optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
 'openconnect: Cisco AnyConnect VPN plugin')
 conflicts=('kdeplasma-applets-networkmanagement')
-source=(http://download.kde.org/unstable/plasma-nm/plasma-nm-${pkgver}.tar.xz;
-'plasma-nm-fixes.patch')
-md5sums=('c6ce9cd8523ec0f99fe87dea8b76a02f'
- 'e5825709f49ba6c4386e909b80f75066')
+source=(http://download.kde.org/unstable/plasma-nm/plasma-nm-${pkgver}.tar.xz;)
+md5sums=('67dde011a859f2d72633cf3af5c9f847')
 
 prepare() {
   mkdir build
-
-  cd plasma-nm-${pkgver}
-  patch -p1 -i ${srcdir}/plasma-nm-fixes.patch
 }
 
 build() {

Deleted: plasma-nm-fixes.patch
===
--- plasma-nm-fixes.patch   2013-11-21 23:30:26 UTC (rev 200037)
+++ plasma-nm-fixes.patch   2013-11-22 00:08:43 UTC (rev 200038)
@@ -1,322 +0,0 @@
-diff --git a/applet/declarative/contents/ui/main.qml 
b/applet/declarative/contents/ui/main.qml
-index 8ea88cc..aa81707 100644
 a/applet/declarative/contents/ui/main.qml
-+++ b/applet/declarative/contents/ui/main.qml
-@@ -19,6 +19,7 @@
- */
- 
- import QtQuick 1.1
-+import org.kde.plasma.extras 0.1 as PlasmaExtras
- import org.kde.plasma.components 0.1 as PlasmaComponents
- import org.kde.plasma.core 0.1 as PlasmaCore
- import org.kde.networkmanagement 0.1 as PlasmaNM
-@@ -77,16 +78,7 @@ Item {
- anchors.fill: parent
- }
- 
--ListView {
--id: connectionView;
--
--property bool expandedItem: false;
--property string previouslyExpandedItem: ;
--
--property bool activeExpanded: true;
--property bool previousExpanded: true;
--property bool unknownExpanded: true;
--
-+PlasmaExtras.ScrollArea {
- anchors {
- left: parent.left;
- right: parent.right;
-@@ -95,50 +87,64 @@ Item {
- topMargin: padding.margins.top;
- bottomMargin: padding.margins.bottom
- }
--clip: true
--model: connectionSortModel;
--currentIndex: -1;
--interactive: true;
--boundsBehavior: Flickable.StopAtBounds;
--section.property: itemSection;
--section.delegate: SectionHeader {
--onHideSection: {
--if (section == i18n(Active connections)) {
--connectionView.activeExpanded = false;
--} else if (section == i18n(Previous connections)) {
--connectionView.previousExpanded = false;
--} else {
--connectionView.unknownExpanded = false;
-+
-+ListView {
-+id: connectionView;
-+
-+property bool expandedItem: false;
-+property string previouslyExpandedItem: ;
-+
-+property bool activeExpanded: true;
-+property bool previousExpanded: true;
-+property bool unknownExpanded: true;
-+
-+anchors.fill: parent;
-+
-+clip: true
-+model: connectionSortModel;
-+currentIndex: -1;
-+interactive: true;
-+boundsBehavior: Flickable.StopAtBounds;
-+section.property: itemSection;
-+section.delegate: SectionHeader {
-+onHideSection: {
-+if (section == i18n(Active connections)) {
-+connectionView.activeExpanded = false;
-+} else if (section == i18n(Previous connections)) {
-+connectionView.previousExpanded = false;
-+} else {
-+connectionView.unknownExpanded = false;
-+}
- }
--}
- 
--onShowSection: {
--if (section == i18n(Active 

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

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 19:50:36
  Author: bpiotrowski
Revision: 101285

upgpkg: tp_smapi-lts 0.41-19

- rebuild against linux-lts 3.10.20

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 18:44:28 UTC (rev 101284)
+++ PKGBUILD2013-11-21 18:50:36 UTC (rev 101285)
@@ -11,7 +11,7 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-3.10-lts
 pkgver=0.41
-pkgrel=18
+pkgrel=19
 pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



[arch-commits] Commit in kdeplasma-applets-plasma-nm/repos (6 files)

2013-11-21 Thread Andrea Scarpino
Date: Friday, November 22, 2013 @ 01:08:52
  Author: andrea
Revision: 200039

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

Added:
  kdeplasma-applets-plasma-nm/repos/extra-i686/PKGBUILD
(from rev 200038, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
  kdeplasma-applets-plasma-nm/repos/extra-x86_64/PKGBUILD
(from rev 200038, kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
Deleted:
  kdeplasma-applets-plasma-nm/repos/extra-i686/PKGBUILD
  kdeplasma-applets-plasma-nm/repos/extra-i686/plasma-nm-fixes.patch
  kdeplasma-applets-plasma-nm/repos/extra-x86_64/PKGBUILD
  kdeplasma-applets-plasma-nm/repos/extra-x86_64/plasma-nm-fixes.patch

+
 /PKGBUILD  |   70 +++
 extra-i686/PKGBUILD|   40 
 extra-i686/plasma-nm-fixes.patch   |  322 ---
 extra-x86_64/PKGBUILD  |   40 
 extra-x86_64/plasma-nm-fixes.patch |  322 ---
 5 files changed, 70 insertions(+), 724 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-22 00:08:43 UTC (rev 200038)
+++ extra-i686/PKGBUILD 2013-11-22 00:08:52 UTC (rev 200039)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
-
-pkgname=kdeplasma-applets-plasma-nm
-pkgver=0.9.3.1
-pkgrel=3
-pkgdesc=Plasma applet written in QML for managing network connections
-arch=('i686' 'x86_64')
-url=https://projects.kde.org/projects/playground/network/plasma-nm;
-license=('GPL')
-depends=('kdebase-workspace' 'libnm-qt')
-makedepends=('cmake' 'automoc4' 'openconnect')
-optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
-'openconnect: Cisco AnyConnect VPN plugin')
-conflicts=('kdeplasma-applets-networkmanagement')
-source=(http://download.kde.org/unstable/plasma-nm/plasma-nm-${pkgver}.tar.xz;
-'plasma-nm-fixes.patch')
-md5sums=('c6ce9cd8523ec0f99fe87dea8b76a02f'
- 'e5825709f49ba6c4386e909b80f75066')
-
-prepare() {
-  mkdir build
-
-  cd plasma-nm-${pkgver}
-  patch -p1 -i ${srcdir}/plasma-nm-fixes.patch
-}
-
-build() {
-  cd build
-  cmake ../plasma-nm-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeplasma-applets-plasma-nm/repos/extra-i686/PKGBUILD (from rev 200038, 
kdeplasma-applets-plasma-nm/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-22 00:08:52 UTC (rev 200039)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas  nqn1976 @ gmail.com 
+
+pkgname=kdeplasma-applets-plasma-nm
+pkgver=0.9.3.2
+pkgrel=1
+pkgdesc=Plasma applet written in QML for managing network connections
+arch=('i686' 'x86_64')
+url=https://projects.kde.org/projects/playground/network/plasma-nm;
+license=('GPL')
+depends=('kdebase-workspace' 'libnm-qt')
+makedepends=('cmake' 'automoc4' 'openconnect' 'mobile-broadband-provider-info')
+optdepends=('mobile-broadband-provider-info: Database of mobile broadband 
service providers'
+'openconnect: Cisco AnyConnect VPN plugin')
+conflicts=('kdeplasma-applets-networkmanagement')
+source=(http://download.kde.org/unstable/plasma-nm/plasma-nm-${pkgver}.tar.xz;)
+md5sums=('67dde011a859f2d72633cf3af5c9f847')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../plasma-nm-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/plasma-nm-fixes.patch
===
--- extra-i686/plasma-nm-fixes.patch2013-11-22 00:08:43 UTC (rev 200038)
+++ extra-i686/plasma-nm-fixes.patch2013-11-22 00:08:52 UTC (rev 200039)
@@ -1,322 +0,0 @@
-diff --git a/applet/declarative/contents/ui/main.qml 
b/applet/declarative/contents/ui/main.qml
-index 8ea88cc..aa81707 100644
 a/applet/declarative/contents/ui/main.qml
-+++ b/applet/declarative/contents/ui/main.qml
-@@ -19,6 +19,7 @@
- */
- 
- import QtQuick 1.1
-+import org.kde.plasma.extras 0.1 as PlasmaExtras
- import org.kde.plasma.components 0.1 as PlasmaComponents
- import org.kde.plasma.core 0.1 as PlasmaCore
- import org.kde.networkmanagement 0.1 as PlasmaNM
-@@ -77,16 +78,7 @@ Item {
- anchors.fill: parent
- }
- 
--ListView {
--id: connectionView;
--
--property bool expandedItem: false;
--property string previouslyExpandedItem: ;
--
--property bool activeExpanded: true;
--property bool previousExpanded: true;
--property bool unknownExpanded: true;
--
-+PlasmaExtras.ScrollArea {
- anchors 

[arch-commits] Commit in (165 files)

2013-11-21 Thread Andrea Scarpino
Date: Thursday, November 21, 2013 @ 14:51:09
  Author: andrea
Revision: 200025

KDE 4.12 beta3

Modified:
  kactivities/kde-unstable/PKGBUILD
  kde-base-artwork/kde-unstable/PKGBUILD
  kde-wallpapers/kde-unstable/PKGBUILD
  kdeaccessibility-jovie/kde-unstable/PKGBUILD
  kdeaccessibility-kaccessible/kde-unstable/PKGBUILD
  kdeaccessibility-kmag/kde-unstable/PKGBUILD
  kdeaccessibility-kmousetool/kde-unstable/PKGBUILD
  kdeaccessibility-kmouth/kde-unstable/PKGBUILD
  kdeadmin-kcron/kde-unstable/PKGBUILD
  kdeadmin-ksystemlog/kde-unstable/PKGBUILD
  kdeadmin-kuser/kde-unstable/PKGBUILD
  kdeartwork/kde-unstable/PKGBUILD
  kdebase-konsole/kde-unstable/PKGBUILD
  kdebase-runtime/kde-unstable/PKGBUILD
  kdebase/kde-unstable/PKGBUILD
  kdebindings-kimono/kde-unstable/PKGBUILD
  kdebindings-korundum/kde-unstable/PKGBUILD
  kdebindings-kross/kde-unstable/PKGBUILD
  kdebindings-perlkde/kde-unstable/PKGBUILD
  kdebindings-perlqt/kde-unstable/PKGBUILD
  kdebindings-python/kde-unstable/PKGBUILD
  kdebindings-qtruby/kde-unstable/PKGBUILD
  kdebindings-qyoto/kde-unstable/PKGBUILD
  kdebindings-smokegen/kde-unstable/PKGBUILD
  kdebindings-smokekde/kde-unstable/PKGBUILD
  kdebindings-smokeqt/kde-unstable/PKGBUILD
  kdeedu-analitza/kde-unstable/PKGBUILD
  kdeedu-blinken/kde-unstable/PKGBUILD
  kdeedu-cantor/kde-unstable/PKGBUILD
  kdeedu-kalgebra/kde-unstable/PKGBUILD
  kdeedu-kalzium/kde-unstable/PKGBUILD
  kdeedu-kanagram/kde-unstable/PKGBUILD
  kdeedu-kbruch/kde-unstable/PKGBUILD
  kdeedu-kgeography/kde-unstable/PKGBUILD
  kdeedu-khangman/kde-unstable/PKGBUILD
  kdeedu-kig/kde-unstable/PKGBUILD
  kdeedu-kiten/kde-unstable/PKGBUILD
  kdeedu-klettres/kde-unstable/PKGBUILD
  kdeedu-kmplot/kde-unstable/PKGBUILD
  kdeedu-kstars/kde-unstable/PKGBUILD
  kdeedu-ktouch/kde-unstable/PKGBUILD
  kdeedu-kturtle/kde-unstable/PKGBUILD
  kdeedu-kwordquiz/kde-unstable/PKGBUILD
  kdeedu-marble/kde-unstable/PKGBUILD
  kdeedu-pairs/kde-unstable/PKGBUILD
  kdeedu-parley/kde-unstable/PKGBUILD
  kdeedu-rocs/kde-unstable/PKGBUILD
  kdeedu-step/kde-unstable/PKGBUILD
  kdegames-bomber/kde-unstable/PKGBUILD
  kdegames-bovo/kde-unstable/PKGBUILD
  kdegames-granatier/kde-unstable/PKGBUILD
  kdegames-kajongg/kde-unstable/PKGBUILD
  kdegames-kapman/kde-unstable/PKGBUILD
  kdegames-katomic/kde-unstable/PKGBUILD
  kdegames-kblackbox/kde-unstable/PKGBUILD
  kdegames-kblocks/kde-unstable/PKGBUILD
  kdegames-kbounce/kde-unstable/PKGBUILD
  kdegames-kbreakout/kde-unstable/PKGBUILD
  kdegames-kdiamond/kde-unstable/PKGBUILD
  kdegames-kfourinline/kde-unstable/PKGBUILD
  kdegames-kgoldrunner/kde-unstable/PKGBUILD
  kdegames-kigo/kde-unstable/PKGBUILD
  kdegames-killbots/kde-unstable/PKGBUILD
  kdegames-kiriki/kde-unstable/PKGBUILD
  kdegames-kjumpingcube/kde-unstable/PKGBUILD
  kdegames-klickety/kde-unstable/PKGBUILD
  kdegames-klines/kde-unstable/PKGBUILD
  kdegames-kmahjongg/kde-unstable/PKGBUILD
  kdegames-kmines/kde-unstable/PKGBUILD
  kdegames-knavalbattle/kde-unstable/PKGBUILD
  kdegames-knetwalk/kde-unstable/PKGBUILD
  kdegames-kolf/kde-unstable/PKGBUILD
  kdegames-kollision/kde-unstable/PKGBUILD
  kdegames-konquest/kde-unstable/PKGBUILD
  kdegames-kpatience/kde-unstable/PKGBUILD
  kdegames-kreversi/kde-unstable/PKGBUILD
  kdegames-kshisen/kde-unstable/PKGBUILD
  kdegames-ksirk/kde-unstable/PKGBUILD
  kdegames-ksnakeduel/kde-unstable/PKGBUILD
  kdegames-kspaceduel/kde-unstable/PKGBUILD
  kdegames-ksquares/kde-unstable/PKGBUILD
  kdegames-ksudoku/kde-unstable/PKGBUILD
  kdegames-ktuberling/kde-unstable/PKGBUILD
  kdegames-kubrick/kde-unstable/PKGBUILD
  kdegames-lskat/kde-unstable/PKGBUILD
  kdegames-palapeli/kde-unstable/PKGBUILD
  kdegames-picmi/kde-unstable/PKGBUILD
  kdegraphics-gwenview/kde-unstable/PKGBUILD
  kdegraphics-kamera/kde-unstable/PKGBUILD
  kdegraphics-kcolorchooser/kde-unstable/PKGBUILD
  kdegraphics-kgamma/kde-unstable/PKGBUILD
  kdegraphics-kolourpaint/kde-unstable/PKGBUILD
  kdegraphics-kruler/kde-unstable/PKGBUILD
  kdegraphics-ksaneplugin/kde-unstable/PKGBUILD
  kdegraphics-ksnapshot/kde-unstable/PKGBUILD
  kdegraphics-mobipocket/kde-unstable/PKGBUILD
  kdegraphics-okular/kde-unstable/PKGBUILD
  kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD
  kdegraphics-svgpart/kde-unstable/PKGBUILD
  kdegraphics-thumbnailers/kde-unstable/PKGBUILD
  kdelibs/kde-unstable/PKGBUILD
  kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD
  kdemultimedia-dragonplayer/kde-unstable/PKGBUILD
  kdemultimedia-ffmpegthumbs/kde-unstable/PKGBUILD
  kdemultimedia-juk/kde-unstable/PKGBUILD
  kdemultimedia-kmix/kde-unstable/PKGBUILD
  kdemultimedia-kscd/kde-unstable/PKGBUILD
  kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD
  kdenetwork-filesharing/kde-unstable/PKGBUILD
  kdenetwork-kdnssd/kde-unstable/PKGBUILD
  kdenetwork-kget/kde-unstable/PKGBUILD
  kdenetwork-kopete/kde-unstable/PKGBUILD
  kdenetwork-kppp/kde-unstable/PKGBUILD
  kdenetwork-krdc/kde-unstable/PKGBUILD
  kdenetwork-krfb/kde-unstable/PKGBUILD
  

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

2013-11-21 Thread Andreas Radke
Date: Thursday, November 21, 2013 @ 18:48:30
  Author: andyrtr
Revision: 200029

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/3.10.6-logitech-dj.patch
(from rev 200028, linux-lts/trunk/3.10.6-logitech-dj.patch)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 200028, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 200028, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 200028, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 200028, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/criu-no-expert.patch
(from rev 200028, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 200028, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 200028, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/3.10.6-logitech-dj.patch
(from rev 200028, linux-lts/trunk/3.10.6-logitech-dj.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 200028, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 200028, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 200028, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 200028, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/criu-no-expert.patch
(from rev 200028, linux-lts/trunk/criu-no-expert.patch)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 200028, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 200028, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/3.10.6-logitech-dj.patch|  172 
 testing-i686/PKGBUILD|  339 
 testing-i686/change-default-console-loglevel.patch   |   12 
 testing-i686/config  | 6320 +
 testing-i686/config.x86_64   | 6121 
 testing-i686/criu-no-expert.patch|   22 
 testing-i686/linux-lts.install   |   31 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/3.10.6-logitech-dj.patch  |  172 
 testing-x86_64/PKGBUILD  |  339 
 testing-x86_64/change-default-console-loglevel.patch |   12 
 testing-x86_64/config| 6320 +
 testing-x86_64/config.x86_64 | 6121 
 testing-x86_64/criu-no-expert.patch  |   22 
 testing-x86_64/linux-lts.install |   31 
 testing-x86_64/linux-lts.preset  |   14 
 16 files changed, 26062 insertions(+)

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


[arch-commits] Commit in irrlicht/trunk (PKGBUILD irrlicht-1.7.2-libpng15.patch)

2013-11-21 Thread Sven-Hendrik Haase
Date: Friday, November 22, 2013 @ 01:15:24
  Author: svenstaro
Revision: 101294

upgpkg: irrlicht 1.8.1-1

Updating to 1.8.1

Modified:
  irrlicht/trunk/PKGBUILD
Deleted:
  irrlicht/trunk/irrlicht-1.7.2-libpng15.patch

---+
 PKGBUILD  |4 ++--
 irrlicht-1.7.2-libpng15.patch |   40 
 2 files changed, 2 insertions(+), 42 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 22:34:22 UTC (rev 101293)
+++ PKGBUILD2013-11-22 00:15:24 UTC (rev 101294)
@@ -6,7 +6,7 @@
 # Contributor: Lukas Kropatschek lukas.krop AT gmail DOT com
 
 pkgname=irrlicht
-pkgver=1.8
+pkgver=1.8.1
 pkgrel=1
 pkgdesc=An open source high performance realtime 3D graphics engine.
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 optdepends=('libxcursor: run examples')
 source=(http://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip;)
 noextract=($pkgname-$pkgver.zip)
-md5sums=('d06329d8f466658caaf4838ba349e393')
+md5sums=('db97cce5e92da9b053f4546c652e9bd5')
 
 build() {
   unzip $pkgname-$pkgver.zip

Deleted: irrlicht-1.7.2-libpng15.patch
===
--- irrlicht-1.7.2-libpng15.patch   2013-11-21 22:34:22 UTC (rev 101293)
+++ irrlicht-1.7.2-libpng15.patch   2013-11-22 00:15:24 UTC (rev 101294)
@@ -1,40 +0,0 @@
 source/Irrlicht/CImageLoaderPNG.cpp
-+++ source/Irrlicht/CImageLoaderPNG.cpp
-@@ -28,7 +28,7 @@
- static void png_cpexcept_error(png_structp png_ptr, png_const_charp msg)
- {
-   os::Printer::log(PNG FATAL ERROR, msg, ELL_ERROR);
--  longjmp(png_ptr-jmpbuf, 1);
-+  longjmp(png_jmpbuf(png_ptr), 1);
- }
- 
- // PNG function for file reading
-@@ -37,7 +37,7 @@
-   png_size_t check;
- 
-   // changed by zola {
--  io::IReadFile* file=(io::IReadFile*)png_ptr-io_ptr;
-+  io::IReadFile* file=(io::IReadFile*)png_get_io_ptr(png_ptr);
-   check=(png_size_t) file-read((void*)data,(u32)length);
-   // }
- 
 source/Irrlicht/CImageWriterPNG.cpp
-+++ source/Irrlicht/CImageWriterPNG.cpp
-@@ -35,7 +35,7 @@
- static void png_cpexcept_error(png_structp png_ptr, png_const_charp msg)
- {
-   os::Printer::log(PNG FATAL ERROR, msg, ELL_ERROR);
--  longjmp(png_ptr-jmpbuf, 1);
-+  longjmp(png_jmpbuf(png_ptr), 1);
- }
- 
- // PNG function for file writing
-@@ -43,7 +43,7 @@
- {
-   png_size_t check;
- 
--  io::IWriteFile* file=(io::IWriteFile*)png_ptr-io_ptr;
-+  io::IWriteFile* file=(io::IWriteFile*)png_get_io_ptr(png_ptr);
-   check=(png_size_t) file-write((const void*)data,(u32)length);
- 
-   if (check != length)



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

2013-11-21 Thread Sven-Hendrik Haase
Date: Friday, November 22, 2013 @ 01:15:36
  Author: svenstaro
Revision: 101295

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

Added:
  irrlicht/repos/community-i686/PKGBUILD
(from rev 101294, irrlicht/trunk/PKGBUILD)
  irrlicht/repos/community-x86_64/PKGBUILD
(from rev 101294, irrlicht/trunk/PKGBUILD)
Deleted:
  irrlicht/repos/community-i686/PKGBUILD
  irrlicht/repos/community-i686/irrlicht-1.7.2-libpng15.patch
  irrlicht/repos/community-x86_64/PKGBUILD
  irrlicht/repos/community-x86_64/irrlicht-1.7.2-libpng15.patch

+
 /PKGBUILD  |  146 +++
 community-i686/PKGBUILD|   70 ---
 community-i686/irrlicht-1.7.2-libpng15.patch   |   40 --
 community-x86_64/PKGBUILD  |   70 ---
 community-x86_64/irrlicht-1.7.2-libpng15.patch |   40 --
 5 files changed, 146 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-22 00:15:24 UTC (rev 101294)
+++ community-i686/PKGBUILD 2013-11-22 00:15:36 UTC (rev 101295)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Hilton Medeiros medeiros.hilton AT gmail DOT com
-# Contributor: Ali H. Caliskan ali.h.caliskan AT gmail DOT com
-# Contributor: Paolo Fagni paolo.fagni AT mail DOT com
-# Contributor: Lukas Kropatschek lukas.krop AT gmail DOT com
-
-pkgname=irrlicht
-pkgver=1.8
-pkgrel=1
-pkgdesc=An open source high performance realtime 3D graphics engine.
-arch=('i686' 'x86_64')
-url=http://irrlicht.sourceforge.net/;
-license=('ZLIB')
-depends=('libgl' 'libjpeg' 'bzip2' 'libpng')
-makedepends=('mesa' 'unzip' 'libxcursor')
-optdepends=('libxcursor: run examples')
-source=(http://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip;)
-noextract=($pkgname-$pkgver.zip)
-md5sums=('d06329d8f466658caaf4838ba349e393')
-
-build() {
-  unzip $pkgname-$pkgver.zip
-
-  cd $srcdir/$pkgname-$pkgver
-
-  cd source/Irrlicht
-  sed -i /^INSTALL_DIR/s:=.*:=$pkgdir/usr/lib: \
-Makefile
-
-  make NDEBUG=1 sharedlib
-
-  make NDEBUG=1
-
-  install -d $pkgdir/usr/lib \
- $pkgdir/usr/share/licenses/$pkgname \
- $pkgdir/usr/share/$pkgname/examples/bin \
- $pkgdir/usr/share/doc/$pkgname
-
-  make install
-
-  cd $srcdir/$pkgname-$pkgver/
-  install -m644 readme.txt $pkgdir/usr/share/licenses/$pkgname
-
-  # Install static library and fix headers permissions
-  install -m644 lib/Linux/libIrrlicht.a $pkgdir/usr/lib
-  chmod 644 $pkgdir/usr/include/$pkgname/*
-
-  # Install media files for examples
-  cp -r media $pkgdir/usr/share/$pkgname
-
-  # Install documentation
-  cp -r doc/* $pkgdir/usr/share/doc/$pkgname
-  rm -f $pkgdir/usr/share/doc/$pkgname/*.txt
-
-  cd $pkgdir/usr/lib
-  ln -s libIrrlicht.so.$pkgver libIrrlicht.so.1
-
-  # Just a helper for examples compilation
-  ln -s libIrrlicht.so.$pkgver 
$srcdir/$pkgname-$pkgver/lib/Linux/libIrrlicht.so
-
-  # Edit, build and install the examples
-  cd $srcdir/$pkgname-$pkgver/examples
-  sed -i '/define USE_IRRKLANG/s:.*://:' ./Demo/CDemo.h
-  sed -i '/^CXXFLAGS/d' $(grep -Rl ^CXXFLAGS = *)
-
-  make
-
-  install -m755  ../bin/Linux/* /$pkgdir/usr/share/$pkgname/examples/bin/
-}

Copied: irrlicht/repos/community-i686/PKGBUILD (from rev 101294, 
irrlicht/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-22 00:15:36 UTC (rev 101295)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Hilton Medeiros medeiros.hilton AT gmail DOT com
+# Contributor: Ali H. Caliskan ali.h.caliskan AT gmail DOT com
+# Contributor: Paolo Fagni paolo.fagni AT mail DOT com
+# Contributor: Lukas Kropatschek lukas.krop AT gmail DOT com
+
+pkgname=irrlicht
+pkgver=1.8.1
+pkgrel=1
+pkgdesc=An open source high performance realtime 3D graphics engine.
+arch=('i686' 'x86_64')
+url=http://irrlicht.sourceforge.net/;
+license=('ZLIB')
+depends=('libgl' 'libjpeg' 'bzip2' 'libpng')
+makedepends=('mesa' 'unzip' 'libxcursor')
+optdepends=('libxcursor: run examples')
+source=(http://downloads.sourceforge.net/irrlicht/$pkgname-$pkgver.zip;)
+noextract=($pkgname-$pkgver.zip)
+md5sums=('db97cce5e92da9b053f4546c652e9bd5')
+
+build() {
+  unzip $pkgname-$pkgver.zip
+
+  cd $srcdir/$pkgname-$pkgver
+
+  cd source/Irrlicht
+  make NDEBUG=1 sharedlib
+  make NDEBUG=1
+
+  # Edit, build and install the examples
+  cd $srcdir/$pkgname-$pkgver/examples
+  sed -i '/define USE_IRRKLANG/s:.*://:' ./Demo/CDemo.h
+  sed -i '/^CXXFLAGS/d' $(grep -Rl ^CXXFLAGS = *)
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/source/Irrlicht
+
+  install -d $pkgdir/usr/lib \
+ $pkgdir/usr/share/licenses/$pkgname \
+ 

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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 19:06:27
  Author: arodseth
Revision: 101281

Moving to an any package

Added:
  setconf/repos/community-any/



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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 15:10:33
  Author: arodseth
Revision: 101271

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

Added:
  setconf/repos/community-i686/PKGBUILD
(from rev 101270, setconf/trunk/PKGBUILD)
  setconf/repos/community-x86_64/PKGBUILD
(from rev 101270, setconf/trunk/PKGBUILD)
Deleted:
  setconf/repos/community-i686/PKGBUILD
  setconf/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 2013-11-21 14:10:24 UTC (rev 101270)
+++ community-i686/PKGBUILD 2013-11-21 14:10:33 UTC (rev 101271)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=setconf
-pkgver=0.5.3
-pkgrel=4
-pkgdesc='Utility to easily change settings in configuration files or Makefiles'
-arch=('x86_64' 'i686')
-url='http://setconf.roboticoverlords.org/'
-license=('GPL2')
-depends=('pcre' 'gc')
-makedepends=('shedskin')
-source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  shedskin $pkgname.py  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: setconf/repos/community-i686/PKGBUILD (from rev 101270, 
setconf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-21 14:10:33 UTC (rev 101271)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=setconf
+pkgver=0.6
+pkgrel=1
+pkgdesc='Utility to easily change settings in configuration files'
+arch=('x86_64' 'i686')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('pcre' 'gc')
+makedepends=('shedskin')
+source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
+sha256sums=('7a8816175f191cd4b02fbdeb03bca00b559b0b46f199fcb0eb49015de64eef9e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  shedskin $pkgname.py
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-21 14:10:24 UTC (rev 101270)
+++ community-x86_64/PKGBUILD   2013-11-21 14:10:33 UTC (rev 101271)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=setconf
-pkgver=0.5.3
-pkgrel=4
-pkgdesc='Utility to easily change settings in configuration files or Makefiles'
-arch=('x86_64' 'i686')
-url='http://setconf.roboticoverlords.org/'
-license=('GPL2')
-depends=('pcre' 'gc')
-makedepends=('shedskin')
-source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  shedskin $pkgname.py  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: setconf/repos/community-x86_64/PKGBUILD (from rev 101270, 
setconf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-21 14:10:33 UTC (rev 101271)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=setconf
+pkgver=0.6
+pkgrel=1
+pkgdesc='Utility to easily change settings in configuration files'
+arch=('x86_64' 'i686')
+url='http://setconf.roboticoverlords.org/'
+license=('GPL2')
+depends=('pcre' 'gc')
+makedepends=('shedskin')
+source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
+sha256sums=('7a8816175f191cd4b02fbdeb03bca00b559b0b46f199fcb0eb49015de64eef9e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  shedskin $pkgname.py
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 15:10:24
  Author: arodseth
Revision: 101270

upgpkg: setconf 0.6-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 12:18:33 UTC (rev 101269)
+++ PKGBUILD2013-11-21 14:10:24 UTC (rev 101270)
@@ -2,9 +2,9 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=setconf
-pkgver=0.5.3
-pkgrel=5
-pkgdesc='Utility to easily change settings in configuration files or Makefiles'
+pkgver=0.6
+pkgrel=1
+pkgdesc='Utility to easily change settings in configuration files'
 arch=('x86_64' 'i686')
 url='http://setconf.roboticoverlords.org/'
 license=('GPL2')
@@ -11,10 +11,10 @@
 depends=('pcre' 'gc')
 makedepends=('shedskin')
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('f063b308bcebefe139418587527262ffce776584b1952224ec9a41d0562d55b6')
+sha256sums=('7a8816175f191cd4b02fbdeb03bca00b559b0b46f199fcb0eb49015de64eef9e')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   shedskin $pkgname.py
   make
@@ -21,7 +21,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
   install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz



[arch-commits] Commit in nvidia-304xx-lts/repos (8 files)

2013-11-21 Thread Andreas Radke
Date: Thursday, November 21, 2013 @ 19:26:56
  Author: andyrtr
Revision: 200033

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

Added:
  nvidia-304xx-lts/repos/testing-i686/
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 200032, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 200032, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-i686/nvidia-linux-3.11.patch
(from rev 200032, nvidia-304xx-lts/trunk/nvidia-linux-3.11.patch)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 200032, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 200032, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-linux-3.11.patch
(from rev 200032, nvidia-304xx-lts/trunk/nvidia-linux-3.11.patch)

-+
 testing-i686/PKGBUILD   |   51 ++
 testing-i686/nvidia-304xx-lts.install   |   15 
 testing-i686/nvidia-linux-3.11.patch|   25 ++
 testing-x86_64/PKGBUILD |   51 ++
 testing-x86_64/nvidia-304xx-lts.install |   15 
 testing-x86_64/nvidia-linux-3.11.patch  |   25 ++
 6 files changed, 182 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 200032, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-21 18:26:56 UTC (rev 200033)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=nvidia-304xx-lts
+pkgver=304.108
+_extramodules=extramodules-3.10-lts
+pkgrel=9
+pkgdesc=NVIDIA drivers for linux-lts, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux-lts=3.10.20' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-lts-headers=3.10.20')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+source=('nvidia-linux-3.11.patch')
+md5sums=('5c962760de069ed4ad34e64d5988686a')
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('ef453e32515c2176c67ebd95c770dc0e')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('4e0e54de6735023f44c858a3006b3e18')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+patch -Np2 -i ${srcdir}/nvidia-linux-3.11.patch
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+echo blacklist nvidiafb  
${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+
+# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
200032, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2013-11-21 18:26:56 UTC (rev 
200033)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.10-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-linux-3.11.patch (from rev 
200032, nvidia-304xx-lts/trunk/nvidia-linux-3.11.patch)
===
--- testing-i686/nvidia-linux-3.11.patch(rev 0)
+++ testing-i686/nvidia-linux-3.11.patch2013-11-21 18:26:56 UTC (rev 
200033)
@@ -0,0 +1,25 @@
+From 8a8647ad942c8ac5161e1335f7f3e9dbb34dbf9e Mon Sep 17 00:00:00 2001
+From: Lukas Elsner o...@mindrunner.de
+Date: Wed, 17 Jul 

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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 16:55:21
  Author: arodseth
Revision: 101275

upgpkg: groovy 2.2.0-1

Modified:
  groovy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 14:40:38 UTC (rev 101274)
+++ PKGBUILD2013-11-21 15:55:21 UTC (rev 101275)
@@ -5,7 +5,7 @@
 # Contributor: Andreas W. Hauser andy-...@splashground.de
 
 pkgname=groovy
-pkgver=2.1.9
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('bash' 'java-environment')
 optdepends=('groovy-docs: html and pdf documentation for Groovy')
 
source=(http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip;)
-sha256sums=('d9cb8d54680d508ac1eb928f8d0cfb1fb1bec7843bb405ea9a7d18f512b10ba6')
+sha256sums=('4da493b3d2de347a3e6fb903fa86eb76a9f7168960967736907c65a4f92a4fd0')
 
 prepare() {
   cd $pkgname-$pkgver/embeddable



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

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 19:50:43
  Author: bpiotrowski
Revision: 101286

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

Added:
  tp_smapi-lts/repos/community-testing-i686/
  tp_smapi-lts/repos/community-testing-i686/PKGBUILD
(from rev 101285, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install
(from rev 101285, tp_smapi-lts/trunk/tp_smapi-lts.install)
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 101285, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-x86_64/tp_smapi-lts.install
(from rev 101285, tp_smapi-lts/trunk/tp_smapi-lts.install)

---+
 community-testing-i686/PKGBUILD   |   56 
 community-testing-i686/tp_smapi-lts.install   |   13 +
 community-testing-x86_64/PKGBUILD |   56 
 community-testing-x86_64/tp_smapi-lts.install |   13 +
 4 files changed, 138 insertions(+)

Copied: tp_smapi-lts/repos/community-testing-i686/PKGBUILD (from rev 101285, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-21 18:50:43 UTC (rev 101286)
@@ -0,0 +1,56 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.10-lts
+pkgver=0.41
+pkgrel=19
+pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts=3.10' 'linux-lts3.11')
+makedepends=('linux-lts-headers=3.10' 'linux-lts-headers3.11')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$( ${_extramodules}/version)
+
+  make -C ${_extramodules%/*}/${_kernver}/build \
+INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
+M=${srcdir}/${_pkgname}-${pkgver} modules_install
+
+  cd ${pkgdir}/${_extramodules%/*}
+  mv ${_kernver}/extra ${_extramodules##*/}
+  rmdir ${_kernver}
+
+  # compress kernel modules
+  find ${pkgdir} -name *.ko -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi  ${srcdir}/${pkgname}.conf
+  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  # update kernel version in install file
+  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
+}

Copied: tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from 
rev 101285, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-i686/tp_smapi-lts.install (rev 0)
+++ community-testing-i686/tp_smapi-lts.install 2013-11-21 18:50:43 UTC (rev 
101286)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.10-lts
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 101285, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-11-21 18:50:43 UTC (rev 101286)
@@ -0,0 +1,56 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.10-lts
+pkgver=0.41
+pkgrel=19
+pkgdesc=linux-lts modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts=3.10' 'linux-lts3.11')
+makedepends=('linux-lts-headers=3.10' 

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

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 19:54:43
  Author: bpiotrowski
Revision: 101287

upgpkg: virtualbox-modules-lts 4.3.2-3

- rebuild against linux-lts 3.10.20

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 18:50:43 UTC (rev 101286)
+++ PKGBUILD2013-11-21 18:54:43 UTC (rev 101287)
@@ -6,7 +6,7 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.3.2
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2013-11-21 Thread Михаил Страшун
Date: Thursday, November 21, 2013 @ 15:38:41
  Author: dicebot
Revision: 101273

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

Deleted:
  gdc/repos/community-i686/PKGBUILD
  gdc/repos/community-i686/folders.diff
  gdc/repos/community-x86_64/PKGBUILD
  gdc/repos/community-x86_64/folders.diff

---+
 community-i686/PKGBUILD   |   99 
 community-i686/folders.diff   |   33 -
 community-x86_64/PKGBUILD |   99 
 community-x86_64/folders.diff |   33 -
 4 files changed, 264 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-21 14:31:22 UTC (rev 101272)
+++ community-i686/PKGBUILD 2013-11-21 14:38:41 UTC (rev 101273)
@@ -1,99 +0,0 @@
-# Maintainer: Mihails Strasuns pub...@dicebot.lv
-# Contributor: Moritz Maxeiner mor...@ucworks.org
-# Contributor: Jerome Berger jeber...@free.fr
-# Contributor: Jesus Alvarez jeezu...@gmail.com
-
-pkgname=('gdc' 'libgphobos-devel')
-pkgver=4.8.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url=https://github.com/D-Programming-GDC/GDC;
-license=('GPL')
-makedepends=('binutils=2.23' 'git' 'gcc' 'make' 'perl' 'cloog' 'automake')
-options=('!emptydirs' '!buildflags')
-_snapshot=4.8-20130725
-source=(ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
-gdc::git://github.com/D-Programming-GDC/GDC.git#branch=gdc-4.8
-folders.diff)
-sha256sums=('e4e2202b15f8ba323f88c65de0e4190b0630a4b2e70b0653526b31e946877ead'
-'SKIP'
-'88a1f1315633e9dde18637ff5239898abd94dca9a39fdb211a66555dd84c2fec')
-
-groups=('dlang' 'dlang-gdc')
-conflicts=('gdc1-bin' 'gdc1-hg' 'gdc-git')
-
-prepare()
-{
-cd $srcdir/gcc-$_snapshot
-
-# Do not run fixincludes
-sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-echo $pkgver  gcc/BASE-VER
-
-# hack! - some configure tests for header files using $CPP $CPPFLAGS
-sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
-
-cd $srcdir/gdc
-git apply $srcdir/folders.diff # fix gdc_include_path
-./setup-gcc.sh ../gcc-$_snapshot
-
-mkdir $srcdir/gcc-build
-}
-
-
-build()
-{
-cd ${srcdir}/gcc-build
-
-${srcdir}/gcc-$_snapshot/configure --prefix=/usr \
---libdir=/usr/lib --libexecdir=/usr/lib \
---mandir=/usr/share/man --infodir=/usr/share/info \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-languages=d \
---enable-shared --enable-threads=posix \
---with-system-zlib --enable-__cxa_atexit \
---disable-libunwind-exceptions --enable-clocale=gnu \
---disable-libstdcxx-pch \
---enable-gnu-unique-object --enable-linker-build-id \
---enable-cloog-backend=isl --disable-cloog-version-check \
---enable-lto --enable-gold --enable-ld=default \
---enable-plugin --with-plugin-ld=ld.gold \
---with-linker-hash-style=gnu --disable-install-libiberty \
---disable-multilib --disable-libssp --disable-werror \
---disable-nls --disable-bootstrap \
---disable-libgomp --disable-libmudflap --disable-libquadmath
-
-make 
-}
-
-package_gdc()
-{
-depends=('gcc' 'binutils')
-optdepends=('libgphobos-devel: D standard library, GDC version')
-provides=(d-compiler)
-pkgdesc=Compiler for D programming language wich uses gcc backend
- 
-install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
-install -D -m755 $srcdir/gcc-build/gcc/cc1d 
$pkgdir/usr/lib/gcc/$CHOST/$pkgver/cc1d
-}
-
-package_libgphobos-devel()
-{
-pkgdesc=Standard library for D programming language, GDC port
-provides=(d-runtime d-stdlib)
-options=(staticlibs)
-depends=('gdc')
-
-# druntime
-install -D $srcdir/gdc/libphobos/libdruntime/object.di 
$pkgdir/usr/include/dlang/gdc/$pkgver/object.di
-cp -r $srcdir/gdc/libphobos/libdruntime/core 
$pkgdir/usr/include/dlang/gdc/$pkgver/core
-cp -r $srcdir/gdc/libphobos/libdruntime/gcc 
$pkgdir/usr/include/dlang/gdc/$pkgver/gcc
-
-# phobos
-cp $srcdir/gdc/libphobos/src/crc32.d 
${pkgdir}/usr/include/dlang/gdc/$pkgver/crc32.d
-cp -r $srcdir/gdc/libphobos/src/std 
${pkgdir}/usr/include/dlang/gdc/$pkgver/std
-cp -r $srcdir/gdc/libphobos/src/etc 
${pkgdir}/usr/include/dlang/gdc/$pkgver/etc
-
-install -D -m644 $srcdir/gcc-build/$CHOST/libphobos/src/libgphobos2.a 
$pkgdir/usr/lib/libgphobos2.a
-}

Deleted: community-i686/folders.diff
===
--- community-i686/folders.diff 2013-11-21 14:31:22 UTC (rev 101272)
+++ community-i686/folders.diff 2013-11-21 14:38:41 UTC (rev 101273)
@@ -1,33 +0,0 @@
-diff --git a/gcc/d/Make-lang.in b/gcc/d/Make-lang.in
-index 9570bf3..52addc0 100644
 a/gcc/d/Make-lang.in
-+++ b/gcc/d/Make-lang.in
-@@ -25,10 +25,10 @@ 

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

2013-11-21 Thread Михаил Страшун
Date: Thursday, November 21, 2013 @ 15:31:22
  Author: dicebot
Revision: 101272

upgpkg: gdc 4.8.2-2

gdc: add auto-generated module to target

Modified:
  gdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 14:10:33 UTC (rev 101271)
+++ PKGBUILD2013-11-21 14:31:22 UTC (rev 101272)
@@ -5,7 +5,7 @@
 
 pkgname=('gdc' 'libgphobos-devel')
 pkgver=4.8.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=https://github.com/D-Programming-GDC/GDC;
 license=('GPL')
@@ -82,7 +82,6 @@
 {
 pkgdesc=Standard library for D programming language, GDC port
 provides=(d-runtime d-stdlib)
-options=(staticlibs)
 depends=('gdc')
 
 # druntime
@@ -90,6 +89,12 @@
 cp -r $srcdir/gdc/libphobos/libdruntime/core 
$pkgdir/usr/include/dlang/gdc/$pkgver/core
 cp -r $srcdir/gdc/libphobos/libdruntime/gcc 
$pkgdir/usr/include/dlang/gdc/$pkgver/gcc
 
+# workaround for auto-generated libbacktrace issue
+   # script needs to be re-written to first call normal gcc instalaltion 
targets to
+   # avoid such problems in future
+   cp $srcdir/gcc-build/$CHOST/libphobos/libdruntime/gcc/libbacktrace.d 
$pkgdir/usr/include/dlang/gdc/$pkgver/gcc
+   rm $pkgdir/usr/include/dlang/gdc/$pkgver/gcc/libbacktrace.d.in
+
 # phobos
 cp $srcdir/gdc/libphobos/src/crc32.d 
${pkgdir}/usr/include/dlang/gdc/$pkgver/crc32.d
 cp -r $srcdir/gdc/libphobos/src/std 
${pkgdir}/usr/include/dlang/gdc/$pkgver/std



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

2013-11-21 Thread Andrea Scarpino
Date: Friday, November 22, 2013 @ 00:29:06
  Author: andrea
Revision: 200035

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

Added:
  libmm-qt/repos/extra-i686/PKGBUILD
(from rev 200034, libmm-qt/trunk/PKGBUILD)
  libmm-qt/repos/extra-x86_64/PKGBUILD
(from rev 200034, libmm-qt/trunk/PKGBUILD)
Deleted:
  libmm-qt/repos/extra-i686/PKGBUILD
  libmm-qt/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-21 23:28:55 UTC (rev 200034)
+++ extra-i686/PKGBUILD 2013-11-21 23:29:06 UTC (rev 200035)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libmm-qt
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='Qt-only wrapper for ModemManager DBus API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libmm-qt'
-license=('LGPL')
-depends=('qt4')
-makedepends=('cmake')
-source=(http://download.kde.org/unstable/modemmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('97a61c398426ea596564d1c876025d93')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libmm-qt/repos/extra-i686/PKGBUILD (from rev 200034, 
libmm-qt/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-21 23:29:06 UTC (rev 200035)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libmm-qt
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Qt-only wrapper for ModemManager DBus API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libmm-qt'
+license=('LGPL')
+depends=('qt4' 'modemmanager')
+makedepends=('cmake' 'doxygen')
+source=(http://download.kde.org/unstable/modemmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('421dc7ebe8439fabc9d24da46ca0cfa7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-21 23:28:55 UTC (rev 200034)
+++ extra-x86_64/PKGBUILD   2013-11-21 23:29:06 UTC (rev 200035)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libmm-qt
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='Qt-only wrapper for ModemManager DBus API'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/extragear/libs/libmm-qt'
-license=('LGPL')
-depends=('qt4')
-makedepends=('cmake')
-source=(http://download.kde.org/unstable/modemmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('97a61c398426ea596564d1c876025d93')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=${pkgdir} install
-}

Copied: libmm-qt/repos/extra-x86_64/PKGBUILD (from rev 200034, 
libmm-qt/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-21 23:29:06 UTC (rev 200035)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libmm-qt
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Qt-only wrapper for ModemManager DBus API'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/extragear/libs/libmm-qt'
+license=('LGPL')
+depends=('qt4' 'modemmanager')
+makedepends=('cmake' 'doxygen')
+source=(http://download.kde.org/unstable/modemmanager-qt/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('421dc7ebe8439fabc9d24da46ca0cfa7')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 15:32:54
  Author: bpiotrowski
Revision: 200027

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

Added:
  boost/repos/staging-i686/
  boost/repos/staging-i686/001-log_fix_dump_avx2.patch
(from rev 200026, boost/trunk/001-log_fix_dump_avx2.patch)
  boost/repos/staging-i686/PKGBUILD
(from rev 200026, boost/trunk/PKGBUILD)
  boost/repos/staging-x86_64/
  boost/repos/staging-x86_64/001-log_fix_dump_avx2.patch
(from rev 200026, boost/trunk/001-log_fix_dump_avx2.patch)
  boost/repos/staging-x86_64/PKGBUILD
(from rev 200026, boost/trunk/PKGBUILD)

+
 staging-i686/001-log_fix_dump_avx2.patch   |   13 +++
 staging-i686/PKGBUILD  |  105 +++
 staging-x86_64/001-log_fix_dump_avx2.patch |   13 +++
 staging-x86_64/PKGBUILD|  105 +++
 4 files changed, 236 insertions(+)

Copied: boost/repos/staging-i686/001-log_fix_dump_avx2.patch (from rev 200026, 
boost/trunk/001-log_fix_dump_avx2.patch)
===
--- staging-i686/001-log_fix_dump_avx2.patch(rev 0)
+++ staging-i686/001-log_fix_dump_avx2.patch2013-11-21 14:32:54 UTC (rev 
200027)
@@ -0,0 +1,13 @@
+Index: libs/log/src/dump_avx2.cpp
+===
+--- libs/log/src/dump_avx2.cpp (revision 86614)
 libs/log/src/dump_avx2.cpp (working copy)
+@@ -205,7 +205,7 @@
+ __m256i mm_input = _mm256_load_si256(reinterpret_cast const 
__m256i* (p));
+ __m256i mm_output1, mm_output2, mm_output3;
+ dump_pack(mm_char_10_to_a, mm_input, mm_output1, mm_output2, 
mm_output3);
+-store_characters_x3(mm_output1, mm_output2, mm_output3, buf);
++store_characters_x3(mm_output1, mm_output2, mm_output3, b);
+ }
+ 
+ _mm256_zeroall(); // need to zero all ymm registers to avoid register 
spills/restores the compler generates around the function call

Copied: boost/repos/staging-i686/PKGBUILD (from rev 200026, 
boost/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-21 14:32:54 UTC (rev 200027)
@@ -0,0 +1,105 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Kritoke krit...@gamebox.net
+# Contributor: Luca Roccia little_r...@users.sourceforge.net
+
+pkgbase=boost
+pkgname=('boost-libs' 'boost')
+pkgver=1.55.0
+_boostver=${pkgver//./_}
+pkgrel=1
+url=http://www.boost.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+makedepends=('icu=52.1' 'python' 'python2' 'bzip2' 'zlib' 'openmpi' 'clang')
+source=(http://downloads.sourceforge.net/${pkgbase}/${pkgbase}_${_boostver}.tar.gz
+001-log_fix_dump_avx2.patch)
+sha1sums=('61ed0e57d3c7c8985805bb0682de3f4c65f4b6e5'
+  'a4a47cc5716df87d544ae7684aaf402287132d50')
+
+prepare() {
+   export _stagedir=${srcdir}/stagedir
+   cd ${pkgbase}_${_boostver}
+
+   patch -p0 -i ../001-log_fix_dump_avx2.patch
+
+   # Add an extra python version. This does not replace anything and python 
2.x need to be the default.
+   echo using python : 3.3 : /usr/bin/python3 : /usr/include/python3.3m : 
/usr/lib ;  ./tools/build/v2/user-config.jam
+
+   # Support for OpenMPI   
 
+   echo using mpi ;  ./tools/build/v2/user-config.jam
+}
+
+build() {
+   local JOBS=$(sed -e 's/.*\(-j *[0-9]\+\).*/\1/'  ${MAKEFLAGS})
+
+   cd ${pkgbase}_${_boostver}
+
+   ./bootstrap.sh --with-toolset=clang --with-icu 
--with-python=/usr/bin/python2
+
+   _bindir=bin.linuxx86
+   [[ ${CARCH} = x86_64 ]]  _bindir=bin.linuxx86_64
+
+   install -dm755 ${_stagedir}/bin
+   install tools/build/v2/engine/${_bindir}/bjam ${_stagedir}/bin/bjam
+
+   pushd tools
+   for _tool in bcp inspect quickbook compiler_status process_jam_log wave; do
+  ${_stagedir}/bin/bjam --toolset=clang $_tool
+   done
+   ${_stagedir}/bin/bjam --toolset=clang cflags=-std=gnu++11  
-D__STRICT_ANSI__ library_status
+   popd
+   cp -a dist/bin/* ${_stagedir}/bin
+
+   # boostbook is needed by quickbook
+   install -dm755 ${_stagedir}/share/boostbook
+   cp -a tools/boostbook/{xsl,dtd} ${_stagedir}/share/boostbook/
+
+   # default minimal install: release link=shared,static
+   # runtime-link=shared threading=single,multi
+   # --layout=tagged will add the -mt suffix for multithreaded libraries
+   # and installs includes in /usr/include/boost.
+   # --layout=system no longer adds the -mt suffix for multi-threaded libs.
+   # install to ${_stagedir} in preparation for split packaging
+   ${_stagedir}/bin/bjam \
+  variant=release \
+  

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

2013-11-21 Thread Михаил Страшун
Date: Thursday, November 21, 2013 @ 15:40:38
  Author: dicebot
Revision: 101274

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

Added:
  gdc/repos/community-i686/PKGBUILD
(from rev 101273, gdc/trunk/PKGBUILD)
  gdc/repos/community-i686/folders.diff
(from rev 101273, gdc/trunk/folders.diff)
  gdc/repos/community-x86_64/PKGBUILD
(from rev 101273, gdc/trunk/PKGBUILD)
  gdc/repos/community-x86_64/folders.diff
(from rev 101273, gdc/trunk/folders.diff)

---+
 community-i686/PKGBUILD   |  104 
 community-i686/folders.diff   |   33 
 community-x86_64/PKGBUILD |  104 
 community-x86_64/folders.diff |   33 
 4 files changed, 274 insertions(+)

Copied: gdc/repos/community-i686/PKGBUILD (from rev 101273, gdc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-21 14:40:38 UTC (rev 101274)
@@ -0,0 +1,104 @@
+# Maintainer: Mihails Strasuns pub...@dicebot.lv
+# Contributor: Moritz Maxeiner mor...@ucworks.org
+# Contributor: Jerome Berger jeber...@free.fr
+# Contributor: Jesus Alvarez jeezu...@gmail.com
+
+pkgname=('gdc' 'libgphobos-devel')
+pkgver=4.8.2
+pkgrel=2
+arch=('i686' 'x86_64')
+url=https://github.com/D-Programming-GDC/GDC;
+license=('GPL')
+makedepends=('binutils=2.23' 'git' 'gcc' 'make' 'perl' 'cloog' 'automake')
+options=('!emptydirs' '!buildflags')
+_snapshot=4.8-20130725
+source=(ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
+gdc::git://github.com/D-Programming-GDC/GDC.git#branch=gdc-4.8
+folders.diff)
+sha256sums=('e4e2202b15f8ba323f88c65de0e4190b0630a4b2e70b0653526b31e946877ead'
+'SKIP'
+'88a1f1315633e9dde18637ff5239898abd94dca9a39fdb211a66555dd84c2fec')
+
+groups=('dlang' 'dlang-gdc')
+conflicts=('gdc1-bin' 'gdc1-hg' 'gdc-git')
+
+prepare()
+{
+cd $srcdir/gcc-$_snapshot
+
+# Do not run fixincludes
+sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+echo $pkgver  gcc/BASE-VER
+
+# hack! - some configure tests for header files using $CPP $CPPFLAGS
+sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
+
+cd $srcdir/gdc
+git apply $srcdir/folders.diff # fix gdc_include_path
+./setup-gcc.sh ../gcc-$_snapshot
+
+mkdir $srcdir/gcc-build
+}
+
+
+build()
+{
+cd ${srcdir}/gcc-build
+
+${srcdir}/gcc-$_snapshot/configure --prefix=/usr \
+--libdir=/usr/lib --libexecdir=/usr/lib \
+--mandir=/usr/share/man --infodir=/usr/share/info \
+--with-bugurl=https://bugs.archlinux.org/ \
+--enable-languages=d \
+--enable-shared --enable-threads=posix \
+--with-system-zlib --enable-__cxa_atexit \
+--disable-libunwind-exceptions --enable-clocale=gnu \
+--disable-libstdcxx-pch \
+--enable-gnu-unique-object --enable-linker-build-id \
+--enable-cloog-backend=isl --disable-cloog-version-check \
+--enable-lto --enable-gold --enable-ld=default \
+--enable-plugin --with-plugin-ld=ld.gold \
+--with-linker-hash-style=gnu --disable-install-libiberty \
+--disable-multilib --disable-libssp --disable-werror \
+--disable-nls --disable-bootstrap \
+--disable-libgomp --disable-libmudflap --disable-libquadmath
+
+make 
+}
+
+package_gdc()
+{
+depends=('gcc' 'binutils')
+optdepends=('libgphobos-devel: D standard library, GDC version')
+provides=(d-compiler)
+pkgdesc=Compiler for D programming language wich uses gcc backend
+ 
+install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
+install -D -m755 $srcdir/gcc-build/gcc/cc1d 
$pkgdir/usr/lib/gcc/$CHOST/$pkgver/cc1d
+}
+
+package_libgphobos-devel()
+{
+pkgdesc=Standard library for D programming language, GDC port
+provides=(d-runtime d-stdlib)
+depends=('gdc')
+
+# druntime
+install -D $srcdir/gdc/libphobos/libdruntime/object.di 
$pkgdir/usr/include/dlang/gdc/$pkgver/object.di
+cp -r $srcdir/gdc/libphobos/libdruntime/core 
$pkgdir/usr/include/dlang/gdc/$pkgver/core
+cp -r $srcdir/gdc/libphobos/libdruntime/gcc 
$pkgdir/usr/include/dlang/gdc/$pkgver/gcc
+
+# workaround for auto-generated libbacktrace issue
+   # script needs to be re-written to first call normal gcc instalaltion 
targets to
+   # avoid such problems in future
+   cp $srcdir/gcc-build/$CHOST/libphobos/libdruntime/gcc/libbacktrace.d 
$pkgdir/usr/include/dlang/gdc/$pkgver/gcc
+   rm $pkgdir/usr/include/dlang/gdc/$pkgver/gcc/libbacktrace.d.in
+
+# phobos
+cp $srcdir/gdc/libphobos/src/crc32.d 
${pkgdir}/usr/include/dlang/gdc/$pkgver/crc32.d
+cp -r $srcdir/gdc/libphobos/src/std 
${pkgdir}/usr/include/dlang/gdc/$pkgver/std
+cp -r $srcdir/gdc/libphobos/src/etc 

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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 18:59:27
  Author: arodseth
Revision: 101278

Moving to an any package

Added:
  setconf/repos/community-any/



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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 19:05:44
  Author: arodseth
Revision: 101280

upgpkg: setconf 0.6.1-1

Modified:
  setconf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 18:04:36 UTC (rev 101279)
+++ PKGBUILD2013-11-21 18:05:44 UTC (rev 101280)
@@ -2,28 +2,20 @@
 # Maintainer: Alexander Rødseth rods...@gmail.com
 
 pkgname=setconf
-pkgver=0.6
+pkgver=0.6.1
 pkgrel=1
 pkgdesc='Utility to easily change settings in configuration files'
-arch=('x86_64' 'i686')
+arch=('any')
 url='http://setconf.roboticoverlords.org/'
 license=('GPL2')
-depends=('pcre' 'gc')
-makedepends=('shedskin')
+depends=('python')
 source=(http://setconf.roboticoverlords.org/$pkgname-$pkgver.tar.xz;)
-sha256sums=('7a8816175f191cd4b02fbdeb03bca00b559b0b46f199fcb0eb49015de64eef9e')
+sha256sums=('360ff9855102d23a57373f413307830b97e9595409ec435430b0543db0f6241e')
 
-build() {
-  cd $pkgname-$pkgver
-
-  shedskin $pkgname.py
-  make
-}
-
 package() {
   cd $pkgname-$pkgver
 
-  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm755 $pkgname.py $pkgdir/usr/bin/$pkgname
   install -Dm644 $pkgname.1.gz $pkgdir/usr/share/man/man1/$pkgname.1.gz
 }
 



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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 16:55:27
  Author: arodseth
Revision: 101276

archrelease: copy trunk to community-any

Added:
  groovy/repos/community-any/PKGBUILD
(from rev 101275, groovy/trunk/PKGBUILD)
Deleted:
  groovy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-21 15:55:21 UTC (rev 101275)
+++ PKGBUILD2013-11-21 15:55:27 UTC (rev 101276)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Musikolo musikoloAThotmailDOTcom
-# Contributor: Ruben Fonseca fons...@gmail.com
-# Contributor: Andreas W. Hauser andy-...@splashground.de
-
-pkgname=groovy
-pkgver=2.1.9
-pkgrel=1
-pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
-arch=('any')
-url='http://groovy.codehaus.org/'
-license=('APACHE' 'BSD' 'custom')
-depends=('bash' 'java-environment')
-optdepends=('groovy-docs: html and pdf documentation for Groovy')
-source=(http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip;)
-sha256sums=('d9cb8d54680d508ac1eb928f8d0cfb1fb1bec7843bb405ea9a7d18f512b10ba6')
-
-prepare() {
-  cd $pkgname-$pkgver/embeddable
-
-  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
-  for f in ../bin/*; do
-sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
-  done
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # Create the directories and package the files
-  install -d $pkgdir/usr/share/groovy $pkgdir/usr/bin
-  cp -r lib conf embeddable $pkgdir/usr/share/groovy
-  cp bin/* $pkgdir/usr/bin
-
-  # Remove all DOS/Windows batch files
-  find $pkgdir -name '*.bat' -exec rm {} \;
-
-  # Package the APACHE license
-  install -Dm644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 CLI-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE
-
-  # Package the BSD license
-  install -Dm644 ANTLR-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE
-
-  # Package the custom license
-  install -Dm644 ASM-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
-  install -Dm644 JSR223-LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: groovy/repos/community-any/PKGBUILD (from rev 101275, 
groovy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-21 15:55:27 UTC (rev 101276)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Musikolo musikoloAThotmailDOTcom
+# Contributor: Ruben Fonseca fons...@gmail.com
+# Contributor: Andreas W. Hauser andy-...@splashground.de
+
+pkgname=groovy
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='Programming language based on Java, inspired by Python, Ruby and 
Smalltalk'
+arch=('any')
+url='http://groovy.codehaus.org/'
+license=('APACHE' 'BSD' 'custom')
+depends=('bash' 'java-environment')
+optdepends=('groovy-docs: html and pdf documentation for Groovy')
+source=(http://dist.groovy.codehaus.org/distributions/$pkgname-binary-$pkgver.zip;)
+sha256sums=('4da493b3d2de347a3e6fb903fa86eb76a9f7168960967736907c65a4f92a4fd0')
+
+prepare() {
+  cd $pkgname-$pkgver/embeddable
+
+  ln -s $pkgname-all-$pkgver.jar $pkgname-all.jar
+  for f in ../bin/*; do
+sed 's:bin/sh:bin/sh\nGROOVY_HOME=/usr/share/groovy:' -i $f
+  done
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  # Create the directories and package the files
+  install -d $pkgdir/usr/share/groovy $pkgdir/usr/bin
+  cp -r lib conf embeddable $pkgdir/usr/share/groovy
+  cp bin/* $pkgdir/usr/bin
+
+  # Remove all DOS/Windows batch files
+  find $pkgdir -name '*.bat' -exec rm {} \;
+
+  # Package the APACHE license
+  install -Dm644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 CLI-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/CLI-LICENSE
+
+  # Package the BSD license
+  install -Dm644 ANTLR-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/ANTLR-LICENSE
+
+  # Package the custom license
+  install -Dm644 ASM-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/ASM-LICENSE
+  install -Dm644 JSR223-LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/JSR223-LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-11-21 Thread Andreas Radke
Date: Thursday, November 21, 2013 @ 19:20:21
  Author: andyrtr
Revision: 200030

upgpkg: nvidia-lts 331.20-2

upstream update 3.10.20 rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 17:48:30 UTC (rev 200029)
+++ PKGBUILD2013-11-21 18:20:21 UTC (rev 200030)
@@ -4,12 +4,12 @@
 pkgname=nvidia-lts
 pkgver=331.20
 _extramodules=extramodules-3.10-lts
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux-lts
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;
-depends=('linux-lts=3.10.14' nvidia-utils=$pkgver)
-makedepends=('linux-lts-headers=3.10.14')
+depends=('linux-lts=3.10.20' nvidia-utils=$pkgver)
+makedepends=('linux-lts-headers=3.10.20')
 provides=('nvidia')
 license=('custom')
 install=nvidia-lts.install



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

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 19:44:28
  Author: bpiotrowski
Revision: 101284

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

Added:
  r8168-lts/repos/community-testing-i686/
  r8168-lts/repos/community-testing-i686/PKGBUILD
(from rev 101283, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-i686/linux-3.10.patch
(from rev 101283, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-testing-i686/r8168-lts.install
(from rev 101283, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 101283, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/linux-3.10.patch
(from rev 101283, r8168-lts/trunk/linux-3.10.patch)
  r8168-lts/repos/community-testing-x86_64/r8168-lts.install
(from rev 101283, r8168-lts/trunk/r8168-lts.install)

+
 community-testing-i686/PKGBUILD|   41 ++
 community-testing-i686/linux-3.10.patch|   59 +++
 community-testing-i686/r8168-lts.install   |   17 +++
 community-testing-x86_64/PKGBUILD  |   41 ++
 community-testing-x86_64/linux-3.10.patch  |   59 +++
 community-testing-x86_64/r8168-lts.install |   17 +++
 6 files changed, 234 insertions(+)

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 101283, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-11-21 18:44:28 UTC (rev 101284)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.036.00
+pkgrel=7
+pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' linux-lts=3.10 linux-lts3.11)
+makedepends=(linux-lts-headers=3.10 linux-lts-headers3.11)
+source=(http://r8168.googlecode.com/files/$_pkgname-$pkgver.tar.bz2
+linux-3.10.patch)
+install=$pkgname.install
+
+_extramodules=extramodules-3.10-lts
+
+prepare() {
+   cd $_pkgname-$pkgver
+patch -p0 -i ../linux-3.10.patch
+}
+
+build() {
+   cd $_pkgname-$pkgver
+   local _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS=$srcdir/$_pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   cd $_pkgname-$pkgver
+   install -Dm644 src/$_pkgname.ko 
$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+}
+
+sha256sums=('937fd5d7d4cbfc95cf2859d8c3beb15a8536dc4e41752f7a53f2a25f07cdcd33'
+'1fb115b4d1b6b058d23322b89fad52d29748ce75b2774815e72c679a235d0e87')

Copied: r8168-lts/repos/community-testing-i686/linux-3.10.patch (from rev 
101283, r8168-lts/trunk/linux-3.10.patch)
===
--- community-testing-i686/linux-3.10.patch (rev 0)
+++ community-testing-i686/linux-3.10.patch 2013-11-21 18:44:28 UTC (rev 
101284)
@@ -0,0 +1,59 @@
+--- src/r8168_n.c.orig 2013-07-02 14:20:27.355887286 +0200
 src/r8168_n.c  2013-07-02 14:24:25.302573010 +0200
+@@ -52,6 +52,10 @@
+ #include linux/init.h
+ #include linux/rtnetlink.h
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++#include linux/if_ether.h
++#endif
++
+ #if LINUX_VERSION_CODE = KERNEL_VERSION(2,6,26)
+ #include linux/pci-aspm.h
+ #endif
+@@ -2232,6 +2236,9 @@
+swab16(opts2  0x));
+ ret = 0;
+ }
++#elif LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (opts2  RxVlanTag)
++  __vlan_hwaccel_put_tag(skb, htons(ETH_P_8021Q), swab16(opts2  
0x));
+ #else
+ if (opts2  RxVlanTag)
+ __vlan_hwaccel_put_tag(skb, swab16(opts2  0x));
+@@ -2295,7 +2302,11 @@
+ else
+ tp-cp_cmd = ~RxChkSum;
+ 
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  if (dev-features  NETIF_F_HW_VLAN_CTAG_RX)
++#else
+ if (dev-features  NETIF_F_HW_VLAN_RX)
++#endif
+ tp-cp_cmd |= RxVlan;
+ else
+ tp-cp_cmd = ~RxVlan;
+@@ -16195,7 +16206,11 @@
+ 
+ #ifdef CONFIG_R8168_VLAN
+ if (tp-mcfg != CFG_METHOD_DEFAULT) {
++#if LINUX_VERSION_CODE = KERNEL_VERSION(3,10,0)
++  dev-features |= NETIF_F_HW_VLAN_CTAG_TX | 
NETIF_F_HW_VLAN_CTAG_RX;
++#else
+ dev-features |= NETIF_F_HW_VLAN_TX | NETIF_F_HW_VLAN_RX;
++#endif
+ #if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
+ dev-vlan_rx_kill_vid = rtl8168_vlan_rx_kill_vid;
+ #endif //LINUX_VERSION_CODE  KERNEL_VERSION(2,6,22)
+@@ 

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

2013-11-21 Thread Alexander Rødseth
Date: Thursday, November 21, 2013 @ 21:54:28
  Author: arodseth
Revision: 101289

Minor changes + upgrade to 2.3.3

Modified:
  grails/trunk/PKGBUILD
  grails/trunk/grails.sh

---+
 PKGBUILD  |   19 +++
 grails.sh |4 +---
 2 files changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 18:54:47 UTC (rev 101288)
+++ PKGBUILD2013-11-21 20:54:28 UTC (rev 101289)
@@ -3,7 +3,7 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 arch=('any')
@@ -17,9 +17,9 @@
 
source=(http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip;
 
http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip;
 $pkgbase.sh)
-sha256sums=('c4cd9b0465b184e0f6fc06b4dfe89f87c4bec53072815c60074d9c4e39c70fe1'
-'c038c82265084004e6278e10b446b262cdf0b481383df8e4ff71975671d0fc9f'
-'5b9b76115640a31c728fb6951a1ee9ed0c7da7bbb558e0f1fe22f383c05633f0')
+sha256sums=('cbee1bb289cd1e2f899d25d6bb2efc2c9a316073a01d851b7bd3a05308041bfb'
+'9190afcd85f5e09c86055f37d07fdf2bed51c0d495376c6d3a09df7f5296db54'
+'15553ae56fd39f049edfa65a05413ef6d68ae37ed1ccc69570bf81e888239bf4')
 
 prepare() {
   cd ${pkgname[0]}-$pkgver
@@ -27,13 +27,17 @@
   # configure paths
   setconf bin/grails DIRNAME /usr/share/grails
   setconf bin/grails-debug DIRNAME /usr/share/grails
+
+  # profile.d script
+  echo 'export GRAILS_HOME=/usr/share/grails'  $pkgbase.profile
 }
 
 package_grails() {
-  depends=('java-environment' 'junit' 'bash' 'sh')
+  depends=('java-environment' 'junit' 'bash')
+
   cd $pkgname-$pkgver
 
-  mkdir -p $pkgdir/usr/share/pixmaps/
+  install -d $pkgdir/usr/share/pixmaps/
   cp -r $srcdir/$pkgname-$pkgver $pkgdir/usr/share/$pkgname
 
   # wrapper scripts
@@ -48,8 +52,7 @@
   cp media/icons/*.png $pkgdir/usr/share/pixmaps/
   
   # profile.d script
-  echo 'export GRAILS_HOME=/usr/share/grails'  $pkgname.sh
-  install -Dm755 $pkgname.sh $pkgdir/etc/profile.d/$pkgname.sh
+  install -Dm755 $srcdir/$pkgbase.profile $pkgdir/etc/profile.d/$pkgname.sh
 
   # clean up
   cd $pkgdir/usr/share/$pkgname

Modified: grails.sh
===
--- grails.sh   2013-11-21 18:54:47 UTC (rev 101288)
+++ grails.sh   2013-11-21 20:54:28 UTC (rev 101289)
@@ -1,7 +1,5 @@
 #!/bin/sh
-if [[ ! -f $GRAILS_HOME/startGrails ]]; then
-  GRAILS_HOME=/usr/share/grails
-fi
+[[ -f $GRAILS_HOME/startGrails ]] || GRAILS_HOME=/usr/share/grails
 DIRNAME=$GRAILS_HOME
 . $DIRNAME/startGrails
 startGrails org.codehaus.groovy.grails.cli.GrailsScriptRunner $@



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

2013-11-21 Thread Bartłomiej Piotrowski
Date: Thursday, November 21, 2013 @ 19:44:21
  Author: bpiotrowski
Revision: 101283

upgpkg: r8168-lts 8.036.00-7

- rebuild against linux-lts 3.10.20

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 18:06:34 UTC (rev 101282)
+++ PKGBUILD2013-11-21 18:44:21 UTC (rev 101283)
@@ -4,7 +4,7 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.036.00
-pkgrel=6
+pkgrel=7
 pkgdesc=A kernel module for Realtek 8168 network cards for linux-lts
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2013-11-21 Thread Eric Bélanger
Date: Friday, November 22, 2013 @ 04:27:35
  Author: eric
Revision: 101296

upgpkg: youtube-dl 2013.11.21-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-22 00:15:36 UTC (rev 101295)
+++ PKGBUILD2013-11-22 03:27:35 UTC (rev 101296)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2013.11.20
+pkgver=2013.11.21
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('bf14c770b47542f06b1c3f213486dd441fb53b72'
+sha1sums=('d607c85eeba52df7653875a887a08f121c6d8f2e'
   'SKIP')
 
 prepare() {



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

2013-11-21 Thread Eric Bélanger
Date: Friday, November 22, 2013 @ 04:28:01
  Author: eric
Revision: 101297

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-22 03:27:35 UTC (rev 101296)
+++ PKGBUILD2013-11-22 03:28:01 UTC (rev 101297)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2013.11.20
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('bf14c770b47542f06b1c3f213486dd441fb53b72'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
-${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 101296, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-22 03:28:01 UTC (rev 101297)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2013.11.21
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('d607c85eeba52df7653875a887a08f121c6d8f2e'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

2013-11-21 Thread Eric Bélanger
Date: Friday, November 22, 2013 @ 04:32:56
  Author: eric
Revision: 200040

upgpkg: perl-io-socket-ssl 1.960-1

Upstream update

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-22 00:08:52 UTC (rev 200039)
+++ PKGBUILD2013-11-22 03:32:56 UTC (rev 200040)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=perl-io-socket-ssl
-pkgver=1.959
+pkgver=1.960
 pkgrel=1
 pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('perl-io-socket-inet6')
 options=('!emptydirs')
 
source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('ff5e8623e19190d3e6a269785407dd011d9d3acd')
+sha1sums=('3bf1b220dadb8a4e2c9a4ec910d47518e08d7c41')
 
 build() {
   cd IO-Socket-SSL-${pkgver}



[arch-commits] Commit in perl-io-socket-ssl/repos/extra-any (PKGBUILD PKGBUILD)

2013-11-21 Thread Eric Bélanger
Date: Friday, November 22, 2013 @ 04:33:14
  Author: eric
Revision: 200041

archrelease: copy trunk to extra-any

Added:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD
(from rev 200040, perl-io-socket-ssl/trunk/PKGBUILD)
Deleted:
  perl-io-socket-ssl/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-22 03:32:56 UTC (rev 200040)
+++ PKGBUILD2013-11-22 03:33:14 UTC (rev 200041)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=perl-io-socket-ssl
-pkgver=1.959
-pkgrel=1
-pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/IO-Socket-SSL/;
-depends=('perl-net-ssleay' 'perl' 'perl-uri')
-checkdepends=('perl-io-socket-inet6')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('ff5e8623e19190d3e6a269785407dd011d9d3acd')
-
-build() {
-  cd IO-Socket-SSL-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd IO-Socket-SSL-${pkgver}
-  make test
-}
-
-package() {
-  cd IO-Socket-SSL-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-io-socket-ssl/repos/extra-any/PKGBUILD (from rev 200040, 
perl-io-socket-ssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-22 03:33:14 UTC (rev 200041)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=perl-io-socket-ssl
+pkgver=1.960
+pkgrel=1
+pkgdesc=Nearly transparent SSL encapsulation for IO::Socket::INET
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/IO-Socket-SSL/;
+depends=('perl-net-ssleay' 'perl' 'perl-uri')
+checkdepends=('perl-io-socket-inet6')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
+sha1sums=('3bf1b220dadb8a4e2c9a4ec910d47518e08d7c41')
+
+build() {
+  cd IO-Socket-SSL-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd IO-Socket-SSL-${pkgver}
+  make test
+}
+
+package() {
+  cd IO-Socket-SSL-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in iana-etc/repos (7 files)

2013-11-21 Thread Gaetan Bisson
Date: Friday, November 22, 2013 @ 05:06:40
  Author: bisson
Revision: 200042

db-move: moved iana-etc from [testing] to [core] (any)

Added:
  iana-etc/repos/core-any/PKGBUILD
(from rev 200041, iana-etc/repos/testing-any/PKGBUILD)
  iana-etc/repos/core-any/newer.patch
(from rev 200041, iana-etc/repos/testing-any/newer.patch)
  iana-etc/repos/core-any/protocols.gawk
(from rev 200041, iana-etc/repos/testing-any/protocols.gawk)
  iana-etc/repos/core-any/services.gawk
(from rev 200041, iana-etc/repos/testing-any/services.gawk)
Deleted:
  iana-etc/repos/core-any/PKGBUILD
  iana-etc/repos/core-any/newer.patch
  iana-etc/repos/testing-any/

-+
 /PKGBUILD   |   45 +++
 /newer.patch|   29 ++
 core-any/PKGBUILD   |   36 
 core-any/newer.patch|  133 --
 core-any/protocols.gawk |   13 
 core-any/services.gawk  |   15 +
 6 files changed, 102 insertions(+), 169 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2013-11-22 03:33:14 UTC (rev 200041)
+++ core-any/PKGBUILD   2013-11-22 04:06:40 UTC (rev 200042)
@@ -1,36 +0,0 @@
-# $Id$
-# Contributor: Thomas Bächler tho...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=iana-etc
-pkgver=2.30
-pkgrel=3
-pkgdesc='/etc/protocols and /etc/services provided by IANA'
-url='http://sethwklein.net/iana-etc.html'
-arch=('any')
-license=('custom')
-backup=('etc/'{protocols,services})
-source=(http://sethwklein.net/${pkgname}-${pkgver}.tar.bz2;
-'newer.patch')
-sha1sums=('218593bcb9264014c4e397d838b2c218eac9df06'
-  '1e306cf77bc4e97cc020d6c53cb9de81c186a483')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   patch -p1 -i ../newer.patch
-   make get
-   make
-}
-
-check() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make test
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/iana-etc/LICENSE
-   install -Dm644 port-numbers.iana 
${pkgdir}/usr/share/iana-etc/port-numbers.iana
-   install -Dm644 protocol-numbers.iana 
${pkgdir}/usr/share/iana-etc/protocol-numbers.iana
-}

Copied: iana-etc/repos/core-any/PKGBUILD (from rev 200041, 
iana-etc/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2013-11-22 04:06:40 UTC (rev 200042)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: Thomas Bächler tho...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=iana-etc
+pkgver=2.30
+pkgrel=4
+pkgdesc='/etc/protocols and /etc/services provided by IANA'
+url='http://sethwklein.net/iana-etc.html'
+arch=('any')
+license=('custom')
+backup=('etc/'{protocols,services})
+source=(http://sethwklein.net/${pkgname}-${pkgver}.tar.bz2;
+'protocols.gawk'
+'services.gawk'
+'newer.patch')
+sha1sums=('218593bcb9264014c4e397d838b2c218eac9df06'
+  '48c1b94d9069f73e8a919301da564f414c4108f8'
+  'c04278a7f11466efc64b80c193ef630857d9698a'
+  '2ff4a7aa0854a2b191b0b1a5c36eff072cd6885e')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   cp ../protocols.gawk ../services.gawk .
+   patch -p1 -i ../newer.patch
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make get
+   make
+}
+
+check() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make test
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/iana-etc/LICENSE
+   install -Dm644 port-numbers.iana 
${pkgdir}/usr/share/iana-etc/port-numbers.iana
+   install -Dm644 protocol-numbers.iana 
${pkgdir}/usr/share/iana-etc/protocol-numbers.iana
+}

Deleted: core-any/newer.patch
===
--- core-any/newer.patch2013-11-22 03:33:14 UTC (rev 200041)
+++ core-any/newer.patch2013-11-22 04:06:40 UTC (rev 200042)
@@ -1,133 +0,0 @@
-diff -Naur old/Makefile new/Makefile
 old/Makefile   2008-03-06 05:02:40.0 +1100
-+++ new/Makefile   2012-07-23 03:20:19.009174483 +1000
-@@ -42,11 +42,11 @@
-   protocol-numbers.iana port-numbers.iana
- 
- protocol-numbers.iana:
--  $(AWK) -f get.gawk -v file=protocol-numbers protocol-numbers.iana
-+  $(AWK) -f get.gawk -v file=protocol-numbers/protocol-numbers.xml 
protocol-numbers.iana
-   rm -f protocol-numbers
- 
- port-numbers.iana:
--  $(AWK) -f get.gawk -v file=port-numbers port-numbers.iana
-+  $(AWK) -f get.gawk -v 
file=service-names-port-numbers/service-names-port-numbers.xml 
port-numbers.iana
-   rm -f port-numbers
- 
- protocol-numbers:
-diff -Naur old/get.gawk 

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

2013-11-21 Thread Allan McRae
Date: Friday, November 22, 2013 @ 06:29:49
  Author: allan
Revision: 101298

upgpkg: extremetuxracer 0.6.0-1

upstream update, new home page, remove unneeded desktop file and icon

Modified:
  extremetuxracer/trunk/PKGBUILD
Deleted:
  extremetuxracer/trunk/extremetuxracer.desktop
  extremetuxracer/trunk/extremetuxracer.png
  extremetuxracer/trunk/libpng15.patch

-+
 PKGBUILD|   35 
 extremetuxracer.desktop |   12 -
 libpng15.patch  |   57 --
 3 files changed, 11 insertions(+), 93 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-22 03:28:01 UTC (rev 101297)
+++ PKGBUILD2013-11-22 05:29:49 UTC (rev 101298)
@@ -3,44 +3,31 @@
 # Contributor: Eric Belanger eric.archlinux.org
 # Contributor: Fabio Scotoni CCuleX.gmail.com
 # Contributor: Alexander Rødseth rods...@gmail.com
+
 pkgname=extremetuxracer
-pkgver=0.4
-pkgrel=6
+pkgver=0.6.0
+pkgrel=1
 pkgdesc=Downhill racing game starring Tux
 arch=('x86_64' 'i686')
-url=http://www.extremetuxracer.com;
+url=http://sourceforge.net/projects/extremetuxracer/;
 license=('GPL')
-depends=('gcc-libs' 'sdl_mixer' 'tcl=8.5.0' 'libpng=1.4.0' 'freetype2' 'glu')
-makedepends=('mesa' 'libxi' 'libxmu')
+depends=('sdl_image' 'sdl_mixer' 'glu' 'freetype2')
+#depends=('libpng' )
+#makedepends=('mesa' 'libxi' 'libxmu')
 conflicts=('ppracer' 'etracer')
 replaces=('ppracer' 'etracer')
-source=(http://downloads.sourceforge.net/extremetuxracer/extremetuxracer-$pkgver.tar.gz;
-   $pkgname.png
-   $pkgname.desktop
-   libpng15.patch)
-sha256sums=('5e4057f90e6854e774f251f189b0e676cfd7e2f15779c75544c9ac5b8e30273d'
-'ec1426171fc80b07b702e373bf9528244a3b224e887ab24b52f90740691e92fb'
-'349448e8be522bbbe9fd896e875a4add7e02c35d0fafa46c5b10582562da3ca8'
-'2b693eaf421d56887615fc02d40f742e9b8bf817ae36be1f1f9e33a52719eea8')
+source=(http://downloads.sourceforge.net/$pkgname/etr-$pkgver.tar.xz;)
+sha256sums=('44312719a1e9aa33e5aa0c8ad50bb52df702d64fd2d16bf2abda62ee27bf893a')
 
 build() {
-  cd $srcdir/extremetuxracer-$pkgver
-
-  patch -Np1 -i ${srcdir}/libpng15.patch
-  sed -i -e 's/libpng12/libpng15/g' configure
+  cd $srcdir/etr-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/extremetuxracer-$pkgver
+  cd $srcdir/etr-$pkgver
   make DESTDIR=$pkgdir install
-
- # Install icon and desktop file
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: extremetuxracer.desktop
===
--- extremetuxracer.desktop 2013-11-22 03:28:01 UTC (rev 101297)
+++ extremetuxracer.desktop 2013-11-22 05:29:49 UTC (rev 101298)
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=1.0
-Encoding=UTF-8
-Name=Extreme Tux Racer
-Comment=Open source racing game featuring Tux the Linux Penguin. 
-Icon=/usr/share/pixmaps/extremetuxracer.png
-Exec=etracer
-Terminal=false
-StartupNotify=true
-Categories=Application;Game;ArcadeGame
-

Deleted: extremetuxracer.png
===
(Binary files differ)

Deleted: libpng15.patch
===
--- libpng15.patch  2013-11-22 03:28:01 UTC (rev 101297)
+++ libpng15.patch  2013-11-22 05:29:49 UTC (rev 101298)
@@ -1,57 +0,0 @@
-diff -Nur extremetuxracer-0.4.orig/src/ppgltk/images/png_reader.cpp 
extremetuxracer-0.4/src/ppgltk/images/png_reader.cpp
 extremetuxracer-0.4.orig/src/ppgltk/images/png_reader.cpp  2007-09-01 
19:38:12.0 +0300
-+++ extremetuxracer-0.4/src/ppgltk/images/png_reader.cpp   2010-01-25 
03:47:21.0 +0200
-@@ -53,7 +53,7 @@
- if (!info_ptr)
- {
- png_destroy_read_struct(png_ptr,
--   (png_infopp)NULL, (png_infopp)NULL);
-+   NULL, NULL);
-   fclose(fp);
- return;
- }
-@@ -62,7 +62,7 @@
- if (!end_info)
- {
- png_destroy_read_struct(png_ptr, info_ptr,
--  (png_infopp)NULL);
-+  NULL);
-   fclose(fp);
- return;
- }
-@@ -77,7 +77,7 @@
-   
-   
-   png_get_IHDR(png_ptr, info_ptr, width, height,
--   bit_depth, color_type, interlace_type,int_p_NULL, int_p_NULL);
-+   bit_depth, color_type, interlace_type, NULL, NULL);
-   
-   if(bit_depth == 16)
- png_set_strip_16(png_ptr);
-@@ -88,7 +88,7 @@
-   png_set_expand(png_ptr);
-   png_read_update_info(png_ptr, info_ptr);
-   png_get_IHDR(png_ptr, info_ptr, width, height,
-- bit_depth, color_type, interlace_type,int_p_NULL, 
int_p_NULL);
-+ bit_depth, 

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

2013-11-21 Thread Allan McRae
Date: Friday, November 22, 2013 @ 06:31:02
  Author: allan
Revision: 101299

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

Added:
  extremetuxracer/repos/community-i686/PKGBUILD
(from rev 101298, extremetuxracer/trunk/PKGBUILD)
  extremetuxracer/repos/community-x86_64/PKGBUILD
(from rev 101298, extremetuxracer/trunk/PKGBUILD)
Deleted:
  extremetuxracer/repos/community-i686/PKGBUILD
  extremetuxracer/repos/community-i686/extremetuxracer.desktop
  extremetuxracer/repos/community-i686/extremetuxracer.png
  extremetuxracer/repos/community-i686/libpng15.patch
  extremetuxracer/repos/community-x86_64/PKGBUILD
  extremetuxracer/repos/community-x86_64/extremetuxracer.desktop
  extremetuxracer/repos/community-x86_64/extremetuxracer.png
  extremetuxracer/repos/community-x86_64/libpng15.patch

--+
 /PKGBUILD|   66 +
 community-i686/PKGBUILD  |   46 
 community-i686/extremetuxracer.desktop   |   12 -
 community-i686/libpng15.patch|   57 -
 community-x86_64/PKGBUILD|   46 
 community-x86_64/extremetuxracer.desktop |   12 -
 community-x86_64/libpng15.patch  |   57 -
 7 files changed, 66 insertions(+), 230 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-22 05:29:49 UTC (rev 101298)
+++ community-i686/PKGBUILD 2013-11-22 05:31:02 UTC (rev 101299)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Eric Belanger eric.archlinux.org
-# Contributor: Fabio Scotoni CCuleX.gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-pkgname=extremetuxracer
-pkgver=0.4
-pkgrel=6
-pkgdesc=Downhill racing game starring Tux
-arch=('x86_64' 'i686')
-url=http://www.extremetuxracer.com;
-license=('GPL')
-depends=('gcc-libs' 'sdl_mixer' 'tcl=8.5.0' 'libpng=1.4.0' 'freetype2' 'glu')
-makedepends=('mesa' 'libxi' 'libxmu')
-conflicts=('ppracer' 'etracer')
-replaces=('ppracer' 'etracer')
-source=(http://downloads.sourceforge.net/extremetuxracer/extremetuxracer-$pkgver.tar.gz;
-   $pkgname.png
-   $pkgname.desktop
-   libpng15.patch)
-sha256sums=('5e4057f90e6854e774f251f189b0e676cfd7e2f15779c75544c9ac5b8e30273d'
-'ec1426171fc80b07b702e373bf9528244a3b224e887ab24b52f90740691e92fb'
-'349448e8be522bbbe9fd896e875a4add7e02c35d0fafa46c5b10582562da3ca8'
-'2b693eaf421d56887615fc02d40f742e9b8bf817ae36be1f1f9e33a52719eea8')
-
-build() {
-  cd $srcdir/extremetuxracer-$pkgver
-
-  patch -Np1 -i ${srcdir}/libpng15.patch
-  sed -i -e 's/libpng12/libpng15/g' configure
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/extremetuxracer-$pkgver
-  make DESTDIR=$pkgdir install
-
- # Install icon and desktop file
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-}
-
-# vim:set ts=2 sw=2 et:

Copied: extremetuxracer/repos/community-i686/PKGBUILD (from rev 101298, 
extremetuxracer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-22 05:31:02 UTC (rev 101299)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Eric Belanger eric.archlinux.org
+# Contributor: Fabio Scotoni CCuleX.gmail.com
+# Contributor: Alexander Rødseth rods...@gmail.com
+
+pkgname=extremetuxracer
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Downhill racing game starring Tux
+arch=('x86_64' 'i686')
+url=http://sourceforge.net/projects/extremetuxracer/;
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'glu' 'freetype2')
+#depends=('libpng' )
+#makedepends=('mesa' 'libxi' 'libxmu')
+conflicts=('ppracer' 'etracer')
+replaces=('ppracer' 'etracer')
+source=(http://downloads.sourceforge.net/$pkgname/etr-$pkgver.tar.xz;)
+sha256sums=('44312719a1e9aa33e5aa0c8ad50bb52df702d64fd2d16bf2abda62ee27bf893a')
+
+build() {
+  cd $srcdir/etr-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/etr-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/extremetuxracer.desktop
===
--- community-i686/extremetuxracer.desktop  2013-11-22 05:29:49 UTC (rev 
101298)
+++ community-i686/extremetuxracer.desktop  2013-11-22 05:31:02 UTC (rev 
101299)
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=1.0
-Encoding=UTF-8
-Name=Extreme Tux Racer
-Comment=Open source racing game featuring Tux the Linux Penguin. 
-Icon=/usr/share/pixmaps/extremetuxracer.png
-Exec=etracer
-Terminal=false