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

2014-11-13 Thread Andreas Radke
Date: Thursday, November 13, 2014 @ 09:32:40
  Author: andyrtr
Revision: 226176

upgpkg: libgpg-error 1.17-1

upstream update 1.17

Added:
  libgpg-error/trunk/libgpg-error.install
Modified:
  libgpg-error/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 libgpg-error.install |   20 
 2 files changed, 24 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 07:12:35 UTC (rev 226175)
+++ PKGBUILD2014-11-13 08:32:40 UTC (rev 226176)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=libgpg-error
-pkgver=1.16
+pkgver=1.17
 pkgrel=1
 pkgdesc=Support library for libgcrypt
 arch=(i686 x86_64)
@@ -12,7 +12,9 @@
 depends=('glibc' 'sh')
 
source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})

#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('059c40a2b78c3ac2b4cbec0e0481faba5af332fe'
+install=libgpg-error.install
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('ba5858b2947e7272dd197c87bac9f32caf29b256'
   'SKIP')
 
 build() {

Added: libgpg-error.install
===
--- libgpg-error.install(rev 0)
+++ libgpg-error.install2014-11-13 08:32:40 UTC (rev 226176)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgrt.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}


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

2014-11-13 Thread Andreas Radke
Date: Thursday, November 13, 2014 @ 09:32:52
  Author: andyrtr
Revision: 226177

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

Added:
  libgpg-error/repos/testing-i686/
  libgpg-error/repos/testing-i686/PKGBUILD
(from rev 226176, libgpg-error/trunk/PKGBUILD)
  libgpg-error/repos/testing-i686/libgpg-error.install
(from rev 226176, libgpg-error/trunk/libgpg-error.install)
  libgpg-error/repos/testing-x86_64/
  libgpg-error/repos/testing-x86_64/PKGBUILD
(from rev 226176, libgpg-error/trunk/PKGBUILD)
  libgpg-error/repos/testing-x86_64/libgpg-error.install
(from rev 226176, libgpg-error/trunk/libgpg-error.install)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-i686/libgpg-error.install   |   20 
 testing-x86_64/PKGBUILD |   34 ++
 testing-x86_64/libgpg-error.install |   20 
 4 files changed, 108 insertions(+)

Copied: libgpg-error/repos/testing-i686/PKGBUILD (from rev 226176, 
libgpg-error/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-13 08:32:52 UTC (rev 226177)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libgpg-error
+pkgver=1.17
+pkgrel=1
+pkgdesc=Support library for libgcrypt
+arch=(i686 x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+install=libgpg-error.install
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('ba5858b2947e7272dd197c87bac9f32caf29b256'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}

Copied: libgpg-error/repos/testing-i686/libgpg-error.install (from rev 226176, 
libgpg-error/trunk/libgpg-error.install)
===
--- testing-i686/libgpg-error.install   (rev 0)
+++ testing-i686/libgpg-error.install   2014-11-13 08:32:52 UTC (rev 226177)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgrt.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}

Copied: libgpg-error/repos/testing-x86_64/PKGBUILD (from rev 226176, 
libgpg-error/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-13 08:32:52 UTC (rev 226177)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=libgpg-error
+pkgver=1.17
+pkgrel=1
+pkgdesc=Support library for libgcrypt
+arch=(i686 x86_64)
+url=http://www.gnupg.org;
+license=('LGPL')
+depends=('glibc' 'sh')
+source=(ftp://ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2{,.sig})
+   
#ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgpg-error/${pkgname}-${pkgver}.tar.bz2)
+install=libgpg-error.install
+# https://www.gnupg.org/download/integrity_check.html
+sha1sums=('ba5858b2947e7272dd197c87bac9f32caf29b256'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+}

Copied: libgpg-error/repos/testing-x86_64/libgpg-error.install (from rev 
226176, libgpg-error/trunk/libgpg-error.install)
===
--- testing-x86_64/libgpg-error.install (rev 0)
+++ testing-x86_64/libgpg-error.install 2014-11-13 08:32:52 UTC (rev 226177)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgrt.info)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2 /dev/null
+  done
+}


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

2014-11-13 Thread Andreas Radke
Date: Thursday, November 13, 2014 @ 10:39:37
  Author: andyrtr
Revision: 226189

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-13 09:39:18 UTC (rev 226188)
+++ extra-i686/PKGBUILD 2014-11-13 09:39:37 UTC (rev 226189)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=libevdev
-pkgver=1.3
-pkgrel=1
-pkgdesc=Wrapper library for evdev devices
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libevdev/;
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('265411ce79a592b3074e9d07fb97d462745d0c7ef178254a6f720245ed253446'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libevdev/repos/extra-i686/PKGBUILD (from rev 226188, 
libevdev/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-13 09:39:37 UTC (rev 226189)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libevdev
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=Wrapper library for evdev devices
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libevdev/;
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')
+source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('4b7c76195f0087023142f26c5fd2c254b35c861880c6902d3dd9b27daeec2643'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+check() {
+  cd $pkgname-$pkgver
+  # test suite requires root access and needs to load uinput module
+  # that's not possible in our chroot
+  #modprobe uinput
+  make check || /bin/true
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-13 09:39:18 UTC (rev 226188)
+++ extra-x86_64/PKGBUILD   2014-11-13 09:39:37 UTC (rev 226189)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgname=libevdev
-pkgver=1.3
-pkgrel=1
-pkgdesc=Wrapper library for evdev devices
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/libevdev/;
-license=(custom:X11)
-depends=('glibc')
-makedepends=('python2' 'check' 'valgrind' 'doxygen')
-#checkdepends=('kmod')
-source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('265411ce79a592b3074e9d07fb97d462745d0c7ef178254a6f720245ed253446'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---disable-static
-  make
-}
-check() {
-  cd $pkgname-$pkgver
-  # test suite requires root access and needs to load uinput module
-  # that's not possible in our chroot
-  #modprobe uinput
-  make check || /bin/true
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libevdev/repos/extra-x86_64/PKGBUILD (from rev 226188, 
libevdev/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-13 09:39:37 UTC (rev 226189)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=libevdev
+pkgver=1.3.1
+pkgrel=1
+pkgdesc=Wrapper library for evdev devices
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/libevdev/;
+license=(custom:X11)
+depends=('glibc')
+makedepends=('python2' 'check' 'valgrind' 'doxygen')
+#checkdepends=('kmod')

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

2014-11-13 Thread Andreas Radke
Date: Thursday, November 13, 2014 @ 10:39:18
  Author: andyrtr
Revision: 226188

upgpkg: libevdev 1.3.1-1

upstream update 1.3.1

Modified:
  libevdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 09:03:14 UTC (rev 226187)
+++ PKGBUILD2014-11-13 09:39:18 UTC (rev 226188)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=libevdev
-pkgver=1.3
+pkgver=1.3.1
 pkgrel=1
 pkgdesc=Wrapper library for evdev devices
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=('python2' 'check' 'valgrind' 'doxygen')
 #checkdepends=('kmod')
 
source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('265411ce79a592b3074e9d07fb97d462745d0c7ef178254a6f720245ed253446'
+sha256sums=('4b7c76195f0087023142f26c5fd2c254b35c861880c6902d3dd9b27daeec2643'
 'SKIP')
 
 build() {


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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 10:57:02
  Author: arodseth
Revision: 122502

upgpkg: midori 0.5.9-1

Modified:
  midori/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 09:03:53 UTC (rev 122501)
+++ PKGBUILD2014-11-13 09:57:02 UTC (rev 122502)
@@ -7,7 +7,7 @@
 # Contributor: Andrew Gregory andrew.gregor...@gmail.com
 
 pkgname=midori
-pkgver=0.5.8
+pkgver=0.5.9
 pkgrel=1
 pkgdesc='Lightweight web browser (GTK2)'
 arch=('x86_64' 'i686')
@@ -15,21 +15,22 @@
 license=('LGPL2.1')
 install='midori.install'
 depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique')
-makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake')
+makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake' 'ninja')
 optdepends=('aria2: download utility')
 options=('!emptydirs')
 
source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
-sha256sums=('af19135fd4c4b04345df4d3592e7939c20f9b40eaca24550e6cb619751aa9381')
+sha256sums=('b1a5309d926ea4e394f4a39552023b0427cf23053793d325e3daefceed282ec0')
 
 build() {
+  cd $pkgname-$pkgver
   mkdir -p build
   cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
-  make
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
+  ninja
 }
 
 package() {
-  make -C build DESTDIR=$pkgdir install
+  DESTDIR=$pkgdir ninja -C $pkgname-$pkgver/build install
 }
 
 # vim:set ts=2 sw=2 et:


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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 10:57:13
  Author: arodseth
Revision: 122503

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

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

-+
 /PKGBUILD   |   72 ++
 /midori.install |   28 ++
 community-i686/PKGBUILD |   35 --
 community-i686/midori.install   |   14 ---
 community-x86_64/PKGBUILD   |   35 --
 community-x86_64/midori.install |   14 ---
 6 files changed, 100 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-13 09:57:02 UTC (rev 122502)
+++ community-i686/PKGBUILD 2014-11-13 09:57:13 UTC (rev 122503)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: rabyte rabyte.at.gmail.dot.com
-# Contributor: Johannes Krampf wuischke.at.amule.dot.org
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Andrew Gregory andrew.gregor...@gmail.com
-
-pkgname=midori
-pkgver=0.5.8
-pkgrel=1
-pkgdesc='Lightweight web browser (GTK2)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique')
-makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake')
-optdepends=('aria2: download utility')
-options=('!emptydirs')
-source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
-sha256sums=('af19135fd4c4b04345df4d3592e7939c20f9b40eaca24550e6cb619751aa9381')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  make -C build DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-i686/PKGBUILD (from rev 122502, 
midori/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 09:57:13 UTC (rev 122503)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: rabyte rabyte.at.gmail.dot.com
+# Contributor: Johannes Krampf wuischke.at.amule.dot.org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Andrew Gregory andrew.gregor...@gmail.com
+
+pkgname=midori
+pkgver=0.5.9
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK2)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique')
+makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake' 'ninja')
+optdepends=('aria2: download utility')
+options=('!emptydirs')
+source=(http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2;)
+sha256sums=('b1a5309d926ea4e394f4a39552023b0427cf23053793d325e3daefceed282ec0')
+
+build() {
+  cd $pkgname-$pkgver
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR=$pkgdir ninja -C $pkgname-$pkgver/build install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/midori.install
===
--- community-i686/midori.install   2014-11-13 09:57:02 UTC (rev 122502)
+++ community-i686/midori.install   2014-11-13 09:57:13 UTC (rev 122503)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-i686/midori.install (from rev 122502, 
midori/trunk/midori.install)
===
--- community-i686/midori.install   (rev 0)
+++ community-i686/midori.install   2014-11-13 09:57:13 UTC (rev 122503)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
+}

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

2014-11-13 Thread Felix Yan
Date: Thursday, November 13, 2014 @ 11:05:28
  Author: fyan
Revision: 122506

prepare PKGBUILD for 7.4 series

Modified:
  boinc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 10:05:28 UTC (rev 122505)
+++ PKGBUILD2014-11-13 10:05:28 UTC (rev 122506)
@@ -1,17 +1,17 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 # Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 # Contributor: Michal Krenek mi...@sg1.cz
 
 pkgbase=boinc
 pkgname=(boinc boinc-nox)
-pkgver=7.2.42
-_tag=client_release/7.2/$pkgver
+pkgver=7.4.27
+_tag=client_release/7.4/$pkgver
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://boinc.berkeley.edu/;
 license=('LGPL')
-makedepends=('libxslt' 'perl-xml-sax' 'git' 'libxss' 'libnotify' 'wxgtk2.8' 
'sqlite3' 'curl' 'inetutils' 'libxmu' 'freeglut' 'glu' 'mesa')
+makedepends=('libxslt' 'perl-xml-sax' 'git' 'libxss' 'libnotify' 'wxgtk' 
'webkitgtk2' 'sqlite3' 'curl' 'inetutils' 'libxmu' 'freeglut' 'glu' 'mesa')
 install=$pkgbase.install
 source=(git://boinc.berkeley.edu/boinc-v2.git#tag=$_tag
boinc.bash
@@ -39,7 +39,7 @@
 --with-ssl \
 --enable-dynamic-client-linkage \
 --with-wxdir=/usr/lib \
---with-wx-config=$(which wx-config-2.8) \
+--with-wx-config=$(which wx-config) \
 --disable-static \
 --enable-client \
 --enable-manager \
@@ -65,7 +65,7 @@
 
 package_boinc() {
   pkgdesc=Berkeley Open Infrastructure for Network Computing for desktop
-  depends=(libxss libnotify wxgtk2.8 curl sqlite3)
+  depends=(libxss libnotify wxgtk webkitgtk2 curl sqlite3)
 
   cd $pkgbase-v2
 
@@ -81,7 +81,7 @@
   install -Dm644 ${srcdir}/${pkgbase}.desktop 
${pkgdir}/usr/share/applications/${pkgbase}.desktop
 
   #install icons
-  install -Dm644 ${srcdir}/${pkgbase}-v2/clientgui/res/boincmgr.48x48.png 
${pkgdir}/usr/share/pixmaps/$pkgbase.png
+  install -Dm644 
${srcdir}/${pkgbase}-v2/packages/generic/sea/boincmgr.48x48.png 
${pkgdir}/usr/share/pixmaps/$pkgbase.png
 
   #remove initscripts stuff
   rm -rf $pkgdir/etc


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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 11:05:28
  Author: arodseth
Revision: 122505

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

Added:
  midori-gtk3/repos/community-i686/PKGBUILD
(from rev 122504, midori-gtk3/trunk/PKGBUILD)
  midori-gtk3/repos/community-i686/midori.install
(from rev 122504, midori-gtk3/trunk/midori.install)
  midori-gtk3/repos/community-x86_64/PKGBUILD
(from rev 122504, midori-gtk3/trunk/PKGBUILD)
  midori-gtk3/repos/community-x86_64/midori.install
(from rev 122504, midori-gtk3/trunk/midori.install)
Deleted:
  midori-gtk3/repos/community-i686/PKGBUILD
  midori-gtk3/repos/community-i686/midori.install
  midori-gtk3/repos/community-x86_64/PKGBUILD
  midori-gtk3/repos/community-x86_64/midori.install

-+
 /PKGBUILD   |   90 ++
 /midori.install |   28 +++
 community-i686/PKGBUILD |   40 
 community-i686/midori.install   |   14 -
 community-x86_64/PKGBUILD   |   40 
 community-x86_64/midori.install |   14 -
 6 files changed, 118 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-13 10:05:14 UTC (rev 122504)
+++ community-i686/PKGBUILD 2014-11-13 10:05:28 UTC (rev 122505)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Andreas Radke andy...@archlinux.org
-# Contributor: rabyte rabyte.at.gmail.dot.com
-# Contributor: Johannes Krampf wuischke.at.amule.dot.org
-# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
-
-pkgname=midori-gtk3
-pkgver=0.5.8
-pkgrel=1
-pkgdesc='Lightweight web browser (GTK3)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-conflicts=('midori')
-provides=('midori')
-depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr')
-makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg' 'cmake')
-optdepends=('gst-plugins-base: HTML5 OGG videos support'
-'gst-plugins-good: HTML5 H264 and WebM videos support'
-'gst-libav: HTML5 H264 videos support'
-'aria2: download utility')
-options=('!emptydirs')
-source=(http://www.midori-browser.org/downloads/${pkgname/-gtk3}_${pkgver}_all_.tar.bz2;)
-sha256sums=('af19135fd4c4b04345df4d3592e7939c20f9b40eaca24550e6cb619751aa9381')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DUSE_GTK3=1
-  make
-}
-
-package() {
-  make -C build DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori-gtk3/repos/community-i686/PKGBUILD (from rev 122504, 
midori-gtk3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 10:05:28 UTC (rev 122505)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: rabyte rabyte.at.gmail.dot.com
+# Contributor: Johannes Krampf wuischke.at.amule.dot.org
+# Contributor: Bartłomiej Piotrowski barthal...@gmail.com
+
+pkgname=midori-gtk3
+pkgver=0.5.9
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK3)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+conflicts=('midori')
+provides=('midori')
+depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr')
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg' 'cmake' 'ninja')
+optdepends=('gst-plugins-base: HTML5 OGG videos support'
+'gst-plugins-good: HTML5 H264 and WebM videos support'
+'gst-libav: HTML5 H264 videos support'
+'aria2: download utility')
+options=('!emptydirs')
+source=(http://www.midori-browser.org/downloads/${pkgname/-gtk3}_${pkgver}_all_.tar.bz2;)
+sha256sums=('b1a5309d926ea4e394f4a39552023b0427cf23053793d325e3daefceed282ec0')
+
+build() {
+  cd ${pkgname/-gtk3}-$pkgver
+  mkdir -p build
+  cd build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUSE_GTK3=1 \
+-G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR=$pkgdir ninja -C ${pkgname/-gtk3}-$pkgver/build install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/midori.install
===
--- community-i686/midori.install   2014-11-13 10:05:14 UTC (rev 122504)
+++ community-i686/midori.install 

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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 11:05:14
  Author: arodseth
Revision: 122504

upgpkg: midori-gtk3 0.5.9-1

Modified:
  midori-gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 09:57:13 UTC (rev 122503)
+++ PKGBUILD2014-11-13 10:05:14 UTC (rev 122504)
@@ -7,7 +7,7 @@
 # Contributor: Bartłomiej Piotrowski barthal...@gmail.com
 
 pkgname=midori-gtk3
-pkgver=0.5.8
+pkgver=0.5.9
 pkgrel=1
 pkgdesc='Lightweight web browser (GTK3)'
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@
 conflicts=('midori')
 provides=('midori')
 depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 
'desktop-file-utils' 'libunique3' 'gcr')
-makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg' 'cmake')
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 
'python2-docutils' 'libsoup' 'vala' 'librsvg' 'cmake' 'ninja')
 optdepends=('gst-plugins-base: HTML5 OGG videos support'
 'gst-plugins-good: HTML5 H264 and WebM videos support'
 'gst-libav: HTML5 H264 videos support'
@@ -24,17 +24,22 @@
 'aria2: download utility')
 options=('!emptydirs')
 
source=(http://www.midori-browser.org/downloads/${pkgname/-gtk3}_${pkgver}_all_.tar.bz2;)
-sha256sums=('af19135fd4c4b04345df4d3592e7939c20f9b40eaca24550e6cb619751aa9381')
+sha256sums=('b1a5309d926ea4e394f4a39552023b0427cf23053793d325e3daefceed282ec0')
 
 build() {
+  cd ${pkgname/-gtk3}-$pkgver
   mkdir -p build
   cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DUSE_GTK3=1
-  make
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DUSE_GTK3=1 \
+-G Ninja
+  ninja
 }
 
 package() {
-  make -C build DESTDIR=$pkgdir install
+  DESTDIR=$pkgdir ninja -C ${pkgname/-gtk3}-$pkgver/build install
 }
 
 # vim:set ts=2 sw=2 et:


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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 11:41:43
  Author: arodseth
Revision: 122507

upgpkg: botan 1.10.8-1

Modified:
  botan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 10:05:28 UTC (rev 122506)
+++ PKGBUILD2014-11-13 10:41:43 UTC (rev 122507)
@@ -19,7 +19,7 @@
 build() {
   cd Botan-$pkgver
 
-  python2 configure.py --prefix=/usr
+  python2 configure.py --prefix=/usr --enable-modules=cvc
   make 
 }
 


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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 11:41:54
  Author: arodseth
Revision: 122508

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-13 10:41:43 UTC (rev 122507)
+++ community-i686/PKGBUILD 2014-11-13 10:41:54 UTC (rev 122508)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: d'Ronin daro...@2600.com
-
-pkgname=botan
-pkgver=1.10.8
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh')
-makedepends=('python2')
-source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz;)
-sha256sums=('bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0')
-
-build() {
-  cd Botan-$pkgver
-
-  python2 configure.py --prefix=/usr
-  make 
-}
-
-package() {
-  cd Botan-$pkgver
-
-  make DESTDIR=$pkgdir/usr install
-  find $pkgdir/usr/share/doc -type f -exec chmod 0644 {} \;
-  install -Dm644 doc/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: botan/repos/community-i686/PKGBUILD (from rev 122507, 
botan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 10:41:54 UTC (rev 122508)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: d'Ronin daro...@2600.com
+
+pkgname=botan
+pkgver=1.10.8
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh')
+makedepends=('python2')
+source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz;)
+sha256sums=('bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0')
+
+build() {
+  cd Botan-$pkgver
+
+  python2 configure.py --prefix=/usr --enable-modules=cvc
+  make 
+}
+
+package() {
+  cd Botan-$pkgver
+
+  make DESTDIR=$pkgdir/usr install
+  find $pkgdir/usr/share/doc -type f -exec chmod 0644 {} \;
+  install -Dm644 doc/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-13 10:41:43 UTC (rev 122507)
+++ community-x86_64/PKGBUILD   2014-11-13 10:41:54 UTC (rev 122508)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: d'Ronin daro...@2600.com
-
-pkgname=botan
-pkgver=1.10.8
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh')
-makedepends=('python2')
-source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz;)
-sha256sums=('bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0')
-
-build() {
-  cd Botan-$pkgver
-
-  python2 configure.py --prefix=/usr
-  make 
-}
-
-package() {
-  cd Botan-$pkgver
-
-  make DESTDIR=$pkgdir/usr install
-  find $pkgdir/usr/share/doc -type f -exec chmod 0644 {} \;
-  install -Dm644 doc/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: botan/repos/community-x86_64/PKGBUILD (from rev 122507, 
botan/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-13 10:41:54 UTC (rev 122508)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: d'Ronin daro...@2600.com
+
+pkgname=botan
+pkgver=1.10.8
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh')
+makedepends=('python2')

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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 11:46:46
  Author: arodseth
Revision: 122510

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-13 10:46:34 UTC (rev 122509)
+++ community-i686/PKGBUILD 2014-11-13 10:46:46 UTC (rev 122510)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: d'Ronin daro...@2600.com
-
-pkgname=botan
-pkgver=1.10.8
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh')
-makedepends=('python2')
-source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz;)
-sha256sums=('bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0')
-
-build() {
-  cd Botan-$pkgver
-
-  python2 configure.py --prefix=/usr --enable-modules=cvc
-  make 
-}
-
-package() {
-  cd Botan-$pkgver
-
-  make DESTDIR=$pkgdir/usr install
-  find $pkgdir/usr/share/doc -type f -exec chmod 0644 {} \;
-  install -Dm644 doc/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: botan/repos/community-i686/PKGBUILD (from rev 122509, 
botan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 10:46:46 UTC (rev 122510)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: d'Ronin daro...@2600.com
+
+pkgname=botan
+pkgver=1.10.8
+pkgrel=2
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh')
+makedepends=('python2')
+source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz;)
+sha256sums=('bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0')
+
+build() {
+  cd Botan-$pkgver
+
+  python2 configure.py --prefix=/usr --enable-modules=cvc
+  make 
+}
+
+package() {
+  cd Botan-$pkgver
+
+  make DESTDIR=$pkgdir/usr install
+  find $pkgdir/usr/share/doc -type f -exec chmod 0644 {} \;
+  install -Dm644 doc/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-13 10:46:34 UTC (rev 122509)
+++ community-x86_64/PKGBUILD   2014-11-13 10:46:46 UTC (rev 122510)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: d'Ronin daro...@2600.com
-
-pkgname=botan
-pkgver=1.10.8
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh')
-makedepends=('python2')
-source=(http://files.randombit.net/botan/Botan-${pkgver}.tbz;)
-sha256sums=('bc2fd5fe904bba7cd688df021689f53a2d2f87ae728b647196a6b5954d184ea0')
-
-build() {
-  cd Botan-$pkgver
-
-  python2 configure.py --prefix=/usr --enable-modules=cvc
-  make 
-}
-
-package() {
-  cd Botan-$pkgver
-
-  make DESTDIR=$pkgdir/usr install
-  find $pkgdir/usr/share/doc -type f -exec chmod 0644 {} \;
-  install -Dm644 doc/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: botan/repos/community-x86_64/PKGBUILD (from rev 122509, 
botan/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-13 10:46:46 UTC (rev 122510)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: d'Ronin daro...@2600.com
+
+pkgname=botan
+pkgver=1.10.8
+pkgrel=2
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh')
+makedepends=('python2')

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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 11:46:34
  Author: arodseth
Revision: 122509

upgpkg: botan 1.10.8-2

Modified:
  botan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 10:41:54 UTC (rev 122508)
+++ PKGBUILD2014-11-13 10:46:34 UTC (rev 122509)
@@ -6,7 +6,7 @@
 
 pkgname=botan
 pkgver=1.10.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Crypto library written in C++'
 license=('BSD')
 arch=('x86_64' 'i686')


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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 12:37:55
  Author: arodseth
Revision: 122511

upgpkg: processing 2.2.1-2

Modified:
  processing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 10:46:46 UTC (rev 122510)
+++ PKGBUILD2014-11-13 11:37:55 UTC (rev 122511)
@@ -3,7 +3,7 @@
 
 pkgname=processing
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 pkgdesc='Programming environment for creating images, animations and 
interactions'
 url='http://www.processing.org/'
@@ -16,12 +16,12 @@
   source=(http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;
   
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
   
sha256sums=('bbb8831f251ed87dd1faefde43159494859452a2aaf7c75bca467e5afb7b9ec3'
-'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+'b7c0d3174a142c78f8905d3295bc3003611791848d1bb2bcb297200a7bff')
 else
   source=(http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz;
   
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
   
sha256sums=('922db76c15682c5454226dd0cdd4fd680e1549d33ad4c7c27efbc345285fab42'
-'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
+'b7c0d3174a142c78f8905d3295bc3003611791848d1bb2bcb297200a7bff')
 fi
 
 prepare() {


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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 12:38:08
  Author: arodseth
Revision: 122512

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-13 11:37:55 UTC (rev 122511)
+++ community-i686/PKGBUILD 2014-11-13 11:38:08 UTC (rev 122512)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=processing
-pkgver=2.2.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment for creating images, animations and 
interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-depends=('libgl' 'libxxf86vm')
-makedepends=('gendesk')
-options=('!strip')
-
-if [[ $CARCH == x86_64 ]]; then
-  source=(http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;
-  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
-  
sha256sums=('bbb8831f251ed87dd1faefde43159494859452a2aaf7c75bca467e5afb7b9ec3'
-'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
-else
-  source=(http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz;
-  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
-  
sha256sums=('922db76c15682c5454226dd0cdd4fd680e1549d33ad4c7c27efbc345285fab42'
-'019ae700333409acbc628779747ab8f153f6647de25e4de3a9bd4a42d0d8056a')
-fi
-
-prepare() {
-  gendesk -f -n --pkgname=$pkgname --pkgdesc=$pkgdesc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  install -d $pkgdir/usr/share/$pkgname/
-  install -d $pkgdir/usr/bin/
-  cp -r * $pkgdir/usr/share/$pkgname/
-  ln -s /usr/share/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname-java $pkgdir/usr/bin/$pkgname-java
-  install -Dm644 $srcdir/$pkgname.png \
-$pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: processing/repos/community-i686/PKGBUILD (from rev 122511, 
processing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 11:38:08 UTC (rev 122512)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+
+pkgname=processing
+pkgver=2.2.1
+pkgrel=2
+arch=('x86_64' 'i686')
+pkgdesc='Programming environment for creating images, animations and 
interactions'
+url='http://www.processing.org/'
+license=('GPL' 'LGPL')
+depends=('libgl' 'libxxf86vm')
+makedepends=('gendesk')
+options=('!strip')
+
+if [[ $CARCH == x86_64 ]]; then
+  source=(http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;
+  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
+  
sha256sums=('bbb8831f251ed87dd1faefde43159494859452a2aaf7c75bca467e5afb7b9ec3'
+'b7c0d3174a142c78f8905d3295bc3003611791848d1bb2bcb297200a7bff')
+else
+  source=(http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz;
+  
$pkgname.png::http://wiki.$pkgname.org/skins/${pkgname}skin/${pkgname}_wiki_logo.png;)
+  
sha256sums=('922db76c15682c5454226dd0cdd4fd680e1549d33ad4c7c27efbc345285fab42'
+'b7c0d3174a142c78f8905d3295bc3003611791848d1bb2bcb297200a7bff')
+fi
+
+prepare() {
+  gendesk -f -n --pkgname=$pkgname --pkgdesc=$pkgdesc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  
+  install -d $pkgdir/usr/share/$pkgname/
+  install -d $pkgdir/usr/bin/
+  cp -r * $pkgdir/usr/share/$pkgname/
+  ln -s /usr/share/$pkgname/$pkgname $pkgdir/usr/bin/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname-java $pkgdir/usr/bin/$pkgname-java
+  install -Dm644 $srcdir/$pkgname.png \
+$pkgdir/usr/share/pixmaps/$pkgname.png
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-13 11:37:55 UTC (rev 122511)
+++ community-x86_64/PKGBUILD   2014-11-13 11:38:08 UTC (rev 122512)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-
-pkgname=processing
-pkgver=2.2.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment for creating images, 

[arch-commits] Commit in (7 files)

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 13:57:28
  Author: arodseth
Revision: 122513

Renaming nimrod to nim

(using dev version. release version stopped building)

Added:
  nim/
  nim/repos/
  nim/repos/community-i686/
  nim/repos/community-x86_64/
  nim/trunk/
  nim/trunk/PKGBUILD
Deleted:
  nimrod/

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

Added: nim/trunk/PKGBUILD
===
--- nim/trunk/PKGBUILD  (rev 0)
+++ nim/trunk/PKGBUILD  2014-11-13 12:57:28 UTC (rev 122513)
@@ -0,0 +1,69 @@
+# $Id: PKGBUILD 121061 2014-10-20 12:57:19Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Dominik Picheta morfeu...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jesus Alvarez jeezu...@gmail.com
+
+pkgname=nim
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Imperative, multi-paradigm, compiled programming language'
+arch=('x86_64' 'i686')
+url='http://nimrod-code.org/'
+license=('MIT')
+makedepends=('git')
+replaces=('nimrod')
+options=('!emptydirs')
+source=($pkgname::git://github.com/Araq/Nimrod.git#commit=06a4ab54aa)
+#source=($pkgname::git://github.com/Araq/Nimrod.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  rm build/empty.txt  rmdir build
+  git clone --depth=1 git://github.com/nimrod-code/csources build
+}
+
+build() {
+  cd $pkgname/build
+  sh build.sh
+  cd ..
+
+  ./bin/nim c koch
+  ./koch boot -d:release -d:useGnuReadline
+
+  export PATH=$srcdir/$pkgname/bin:$PATH
+
+  cd lib
+  nim c --app:lib -d:createNimRtl -d:release nimrtl.nim
+
+  cd ../tools
+  nim c -d:release nimgrep.nim
+}
+
+package() {
+  cd $pkgname
+
+  export PATH=$srcdir/$pkgname/bin:$PATH
+  
+  ./koch install $pkgdir
+
+  install -d $pkgdir/usr/share/nim/doc $pkgdir/usr/lib/nim $pkgdir/etc 
$pkgdir/usr/bin
+
+  cd $pkgdir/nim
+  mv lib/* $pkgdir/usr/lib/nim/
+  mv config/* $pkgdir/etc/
+  cp -a $srcdir/$pkgname/lib/packages $pkgdir/usr/lib/nim/
+  mv bin/* $pkgdir/usr/bin/
+
+  cd $srcdir/$pkgname
+  rm -r $pkgdir/nim
+  mv examples web $pkgdir/usr/share/nim/doc/
+  mv doc/* $pkgdir/usr/share/nim/doc/
+  install -m644 lib/libnimrtl.so $pkgdir/usr/lib/libnimrtl.so
+  install -m755 tools/nimgrep $pkgdir/usr/bin/
+  install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 14:02:59
  Author: arodseth
Revision: 122514

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

Added:
  nim/repos/community-i686/PKGBUILD
(from rev 122513, nim/trunk/PKGBUILD)
  nim/repos/community-x86_64/PKGBUILD
(from rev 122513, nim/trunk/PKGBUILD)

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

Copied: nim/repos/community-i686/PKGBUILD (from rev 122513, nim/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 13:02:59 UTC (rev 122514)
@@ -0,0 +1,69 @@
+# $Id: PKGBUILD 121061 2014-10-20 12:57:19Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Dominik Picheta morfeu...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jesus Alvarez jeezu...@gmail.com
+
+pkgname=nim
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Imperative, multi-paradigm, compiled programming language'
+arch=('x86_64' 'i686')
+url='http://nimrod-code.org/'
+license=('MIT')
+makedepends=('git')
+replaces=('nimrod')
+options=('!emptydirs')
+source=($pkgname::git://github.com/Araq/Nimrod.git#commit=06a4ab54aa)
+#source=($pkgname::git://github.com/Araq/Nimrod.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  rm build/empty.txt  rmdir build
+  git clone --depth=1 git://github.com/nimrod-code/csources build
+}
+
+build() {
+  cd $pkgname/build
+  sh build.sh
+  cd ..
+
+  ./bin/nim c koch
+  ./koch boot -d:release -d:useGnuReadline
+
+  export PATH=$srcdir/$pkgname/bin:$PATH
+
+  cd lib
+  nim c --app:lib -d:createNimRtl -d:release nimrtl.nim
+
+  cd ../tools
+  nim c -d:release nimgrep.nim
+}
+
+package() {
+  cd $pkgname
+
+  export PATH=$srcdir/$pkgname/bin:$PATH
+  
+  ./koch install $pkgdir
+
+  install -d $pkgdir/usr/share/nim/doc $pkgdir/usr/lib/nim $pkgdir/etc 
$pkgdir/usr/bin
+
+  cd $pkgdir/nim
+  mv lib/* $pkgdir/usr/lib/nim/
+  mv config/* $pkgdir/etc/
+  cp -a $srcdir/$pkgname/lib/packages $pkgdir/usr/lib/nim/
+  mv bin/* $pkgdir/usr/bin/
+
+  cd $srcdir/$pkgname
+  rm -r $pkgdir/nim
+  mv examples web $pkgdir/usr/share/nim/doc/
+  mv doc/* $pkgdir/usr/share/nim/doc/
+  install -m644 lib/libnimrtl.so $pkgdir/usr/lib/libnimrtl.so
+  install -m755 tools/nimgrep $pkgdir/usr/bin/
+  install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nim/repos/community-x86_64/PKGBUILD (from rev 122513, 
nim/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-13 13:02:59 UTC (rev 122514)
@@ -0,0 +1,69 @@
+# $Id: PKGBUILD 121061 2014-10-20 12:57:19Z arodseth $
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Dominik Picheta morfeu...@gmail.com
+# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jesus Alvarez jeezu...@gmail.com
+
+pkgname=nim
+pkgver=0.9.6
+pkgrel=1
+pkgdesc='Imperative, multi-paradigm, compiled programming language'
+arch=('x86_64' 'i686')
+url='http://nimrod-code.org/'
+license=('MIT')
+makedepends=('git')
+replaces=('nimrod')
+options=('!emptydirs')
+source=($pkgname::git://github.com/Araq/Nimrod.git#commit=06a4ab54aa)
+#source=($pkgname::git://github.com/Araq/Nimrod.git#tag=v$pkgver)
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  rm build/empty.txt  rmdir build
+  git clone --depth=1 git://github.com/nimrod-code/csources build
+}
+
+build() {
+  cd $pkgname/build
+  sh build.sh
+  cd ..
+
+  ./bin/nim c koch
+  ./koch boot -d:release -d:useGnuReadline
+
+  export PATH=$srcdir/$pkgname/bin:$PATH
+
+  cd lib
+  nim c --app:lib -d:createNimRtl -d:release nimrtl.nim
+
+  cd ../tools
+  nim c -d:release nimgrep.nim
+}
+
+package() {
+  cd $pkgname
+
+  export PATH=$srcdir/$pkgname/bin:$PATH
+  
+  ./koch install $pkgdir
+
+  install -d $pkgdir/usr/share/nim/doc $pkgdir/usr/lib/nim $pkgdir/etc 
$pkgdir/usr/bin
+
+  cd $pkgdir/nim
+  mv lib/* $pkgdir/usr/lib/nim/
+  mv config/* $pkgdir/etc/
+  cp -a $srcdir/$pkgname/lib/packages $pkgdir/usr/lib/nim/
+  mv bin/* $pkgdir/usr/bin/
+
+  cd $srcdir/$pkgname
+  rm -r $pkgdir/nim
+  mv examples web $pkgdir/usr/share/nim/doc/
+  mv doc/* $pkgdir/usr/share/nim/doc/
+  install -m644 lib/libnimrtl.so $pkgdir/usr/lib/libnimrtl.so
+  install -m755 tools/nimgrep $pkgdir/usr/bin/
+  install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 14:23:13
  Author: arodseth
Revision: 122515

upgpkg: nim 0.9.6-1

Modified:
  nim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 13:02:59 UTC (rev 122514)
+++ PKGBUILD2014-11-13 13:23:13 UTC (rev 122515)
@@ -13,6 +13,7 @@
 license=('MIT')
 makedepends=('git')
 replaces=('nimrod')
+conflicts=('nimrod')
 options=('!emptydirs')
 source=($pkgname::git://github.com/Araq/Nimrod.git#commit=06a4ab54aa)
 #source=($pkgname::git://github.com/Araq/Nimrod.git#tag=v$pkgver)


[arch-commits] Commit in (lua-posix)

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 14:32:23
  Author: arodseth
Revision: 122516

Moving lua-posix to AUR

Deleted:
  lua-posix/


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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 14:56:42
  Author: arodseth
Revision: 122517

upgpkg: netsurf 3.2-2

Modified:
  netsurf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 13:32:23 UTC (rev 122516)
+++ PKGBUILD2014-11-13 13:56:42 UTC (rev 122517)
@@ -6,22 +6,23 @@
 
 pkgname=netsurf
 pkgver=3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight and fast web browser'
 arch=('x86_64' 'i686')
 url='http://www.netsurf-browser.org/'
 license=('MIT' 'GPL2')
 depends=('libmng' 'librsvg' 'libwebp' 'curl' 'lcms' 'desktop-file-utils' 
'libnsbmp=0.1.1' 'libnsgif=0.1.1' 'libcss=0.4.0' 'libdom=0.1.1' 'gtk2') # 
gtk3
-makedepends=('re2c' 'gendesk' 'netsurf-buildsystem' 'perl-html-parser' 
'nsgenbind' 'inetutils')
+makedepends=('re2c' 'gendesk' 'netsurf-buildsystem' 'perl-html-parser' 
'nsgenbind' 'inetutils' 'imagemagick')
 install=$pkgname.install
-source=(netsurf.png::http://ubuntu.allmyapps.com/data/n/e/netsurf-netsurf-web-browser/icon_48x48_netsurf.png;
+source=(http://source.netsurf-browser.org/art.git/plain/logo/emblem/NetSurf.svg;
 
http://download.$pkgname-browser.org/$pkgname/releases/source/$pkgname-$pkgver-src.tar.gz;
 'netsurf.sh')
-sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00'
+sha256sums=('0b8ef911f7154079d16791167cd905f0df8eed00bf97aecb5edf1cf4915757c2'
 '04ffeb8335c59cbc23371b79ae3b178002e6e95c35225ef62db4b155ecc7e213'
 '70310682d1612457d7bb3096549110b6ec127f50e97853259fada6be0c52924b')
 
 prepare() {
+  convert NetSurf.svg -size 128x128 netsurf.png
   gendesk -f --pkgname $pkgname --pkgdesc $pkgdesc --exec 'netsurf %U' \
 --genericname 'Web Browser' --comment 'Lightweight web browser' \
 --mimetypes 
'text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo'


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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 14:56:54
  Author: arodseth
Revision: 122518

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

Added:
  netsurf/repos/community-i686/PKGBUILD
(from rev 122517, netsurf/trunk/PKGBUILD)
  netsurf/repos/community-i686/netsurf.install
(from rev 122517, netsurf/trunk/netsurf.install)
  netsurf/repos/community-i686/netsurf.sh
(from rev 122517, netsurf/trunk/netsurf.sh)
  netsurf/repos/community-x86_64/PKGBUILD
(from rev 122517, netsurf/trunk/PKGBUILD)
  netsurf/repos/community-x86_64/netsurf.install
(from rev 122517, netsurf/trunk/netsurf.install)
  netsurf/repos/community-x86_64/netsurf.sh
(from rev 122517, netsurf/trunk/netsurf.sh)
Deleted:
  netsurf/repos/community-i686/PKGBUILD
  netsurf/repos/community-i686/netsurf.install
  netsurf/repos/community-i686/netsurf.sh
  netsurf/repos/community-x86_64/PKGBUILD
  netsurf/repos/community-x86_64/netsurf.install
  netsurf/repos/community-x86_64/netsurf.sh

--+
 /PKGBUILD|  104 +
 /netsurf.install |   26 +
 /netsurf.sh  |   14 
 community-i686/PKGBUILD  |   51 --
 community-i686/netsurf.install   |   13 
 community-i686/netsurf.sh|7 --
 community-x86_64/PKGBUILD|   51 --
 community-x86_64/netsurf.install |   13 
 community-x86_64/netsurf.sh  |7 --
 9 files changed, 144 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-13 13:56:42 UTC (rev 122517)
+++ community-i686/PKGBUILD 2014-11-13 13:56:54 UTC (rev 122518)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Paulo Matias matiasΘarchlinux-br·org
-# Contributor: Georgij Kondratjev sm...@bk.ru
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=netsurf
-pkgver=3.2
-pkgrel=1
-pkgdesc='Lightweight and fast web browser'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/'
-license=('MIT' 'GPL2')
-depends=('libmng' 'librsvg' 'libwebp' 'curl' 'lcms' 'desktop-file-utils' 
'libnsbmp=0.1.1' 'libnsgif=0.1.1' 'libcss=0.4.0' 'libdom=0.1.1' 'gtk2') # 
gtk3
-makedepends=('re2c' 'gendesk' 'netsurf-buildsystem' 'perl-html-parser' 
'nsgenbind' 'inetutils')
-install=$pkgname.install
-source=(netsurf.png::http://ubuntu.allmyapps.com/data/n/e/netsurf-netsurf-web-browser/icon_48x48_netsurf.png;
-
http://download.$pkgname-browser.org/$pkgname/releases/source/$pkgname-$pkgver-src.tar.gz;
-'netsurf.sh')
-sha256sums=('f0dbcc5d80bf03d706aa8b28a322aa7f169a40813848c2d1505691f6e2c7ef00'
-'04ffeb8335c59cbc23371b79ae3b178002e6e95c35225ef62db4b155ecc7e213'
-'70310682d1612457d7bb3096549110b6ec127f50e97853259fada6be0c52924b')
-
-prepare() {
-  gendesk -f --pkgname $pkgname --pkgdesc $pkgdesc --exec 'netsurf %U' \
---genericname 'Web Browser' --comment 'Lightweight web browser' \
---mimetypes 
'text/html;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/geo'
-}
-
-build() {
-  make -C $pkgname-$pkgver \
-PREFIX=/usr \
-TARGET=gtk \
-NETSURF_USE_WEBP=YES \
-NETSURF_USE_VIDEO=NO \
-NETSURF_USE_JS=NO \
-NETSURF_USE_MOZJS=NO # Javascript is disabled, for now. See FS#41582
-}
-
-package() {
-  make -C $pkgname-$pkgver install PREFIX=/usr DESTDIR=$pkgdir
-  mv $pkgdir/usr/bin/$pkgname $pkgdir/usr/bin/$pkgname.elf
-  install -Dm755 $pkgname.sh $pkgdir/usr/bin/$pkgname
-  install -Dm644 $pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
-  install -Dm644 $pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $pkgname-$pkgver/COPYING \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netsurf/repos/community-i686/PKGBUILD (from rev 122517, 
netsurf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 13:56:54 UTC (rev 122518)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Paulo Matias matiasΘarchlinux-br·org
+# Contributor: Georgij Kondratjev sm...@bk.ru
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=netsurf
+pkgver=3.2
+pkgrel=2
+pkgdesc='Lightweight and fast web browser'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/'
+license=('MIT' 'GPL2')
+depends=('libmng' 'librsvg' 'libwebp' 'curl' 'lcms' 'desktop-file-utils' 
'libnsbmp=0.1.1' 'libnsgif=0.1.1' 'libcss=0.4.0' 'libdom=0.1.1' 'gtk2') # 
gtk3
+makedepends=('re2c' 'gendesk' 'netsurf-buildsystem' 'perl-html-parser' 
'nsgenbind' 'inetutils' 'imagemagick')
+install=$pkgname.install

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

2014-11-13 Thread Guillaume Alaux
Date: Thursday, November 13, 2014 @ 15:34:43
  Author: guillaume
Revision: 226190

Upstream release 8.0.15

Modified:
  tomcat8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 09:39:37 UTC (rev 226189)
+++ PKGBUILD2014-11-13 14:34:43 UTC (rev 226190)
@@ -1,6 +1,6 @@
 # Maintainer: Guillaume ALAUX guilla...@archlinux.org
 pkgname=tomcat8
-pkgver=8.0.14
+pkgver=8.0.15
 pkgrel=1
 pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
 arch=('any')
@@ -21,7 +21,7 @@
 systemd_tmpfiles.d_${pkgname}.conf
 ${pkgname}.install)
 
-sha256sums=('3182e69d8fe83a1eb875716c31f185fba9d9dcf5a8cc92cd3b88ae471f64b32e'
+sha256sums=('6f3053a2ecf9ddc7f4fe5874f4597219e900f35b6f01cbce703123ef53e28aef'
 'd44056248b7cdd6671fd4de08a9453b3bd1a83980343d249a99b74939d46f4d4'
 'cd637d5b1a0e816c149c868a72d3d315ea0061efc9e544cadfbc73859dedb847'
 '32fcb0f44e32cd8901e936ebad4942a399efa8b98fdc42f5345dd8929b6c1887')


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

2014-11-13 Thread Guillaume Alaux
Date: Thursday, November 13, 2014 @ 15:35:24
  Author: guillaume
Revision: 226191

archrelease: copy trunk to extra-any

Added:
  tomcat8/repos/extra-any/PKGBUILD
(from rev 226190, tomcat8/trunk/PKGBUILD)
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
(from rev 226190, tomcat8/trunk/systemd_tmpfiles.d_tomcat8.conf)
  tomcat8/repos/extra-any/systemd_tomcat8.service
(from rev 226190, tomcat8/trunk/systemd_tomcat8.service)
  tomcat8/repos/extra-any/tomcat8.install
(from rev 226190, tomcat8/trunk/tomcat8.install)
Deleted:
  tomcat8/repos/extra-any/PKGBUILD
  tomcat8/repos/extra-any/systemd_tmpfiles.d_tomcat8.conf
  tomcat8/repos/extra-any/systemd_tomcat8.service
  tomcat8/repos/extra-any/tomcat8.install

-+
 PKGBUILD|  150 +++---
 systemd_tmpfiles.d_tomcat8.conf |6 -
 systemd_tomcat8.service |   66 
 tomcat8.install |   70 -
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-13 14:34:43 UTC (rev 226190)
+++ PKGBUILD2014-11-13 14:35:24 UTC (rev 226191)
@@ -1,75 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-pkgname=tomcat8
-pkgver=8.0.14
-pkgrel=1
-pkgdesc='Open source implementation of the Java Servlet 3.1 and JavaServer 
Pages 2.3 technologies'
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('java-runtime=7' 'java-jsvc' 'java-commons-daemon' 'eclipse-ecj')
-optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-backup=(etc/${pkgname}/catalina.policy
-etc/${pkgname}/catalina.properties
-etc/${pkgname}/context.xml
-etc/${pkgname}/logging.properties
-etc/${pkgname}/server.xml
-etc/${pkgname}/tomcat-users.xml
-etc/${pkgname}/web.xml)
-install=${pkgname}.install
-source=(http://archive.apache.org/dist/tomcat/tomcat-8/v${pkgver}/bin/apache-tomcat-${pkgver}.zip
-systemd_${pkgname}.service
-systemd_tmpfiles.d_${pkgname}.conf
-${pkgname}.install)
-
-sha256sums=('3182e69d8fe83a1eb875716c31f185fba9d9dcf5a8cc92cd3b88ae471f64b32e'
-'d44056248b7cdd6671fd4de08a9453b3bd1a83980343d249a99b74939d46f4d4'
-'cd637d5b1a0e816c149c868a72d3d315ea0061efc9e544cadfbc73859dedb847'
-'32fcb0f44e32cd8901e936ebad4942a399efa8b98fdc42f5345dd8929b6c1887')
-
-_gid_log=19
-_gid_tomcat=57
-_uid_tomcat=57
-
-package() {
-  cd ${srcdir}/apache-tomcat-${pkgver}
-
-  # Tomcat general files
-  install -dm755 ${pkgdir}/usr/share/{,java/}${pkgname}
-  cp -r bin ${pkgdir}/usr/share/${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm 
${pkgdir}/usr/share/${pkgname}/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  ln -s /usr/share/java/commons-daemon.jar 
${pkgdir}/usr/share/${pkgname}/bin/commons-daemon.jar
-
-  install -m644 lib/* ${pkgdir}/usr/share/java/${pkgname}
-  # eclipse-ecj is packaged on its own
-  rm ${pkgdir}/usr/share/java/${pkgname}/ecj-*.jar
-  ln -s ../eclipse-ecj.jar ${pkgdir}/usr/share/java/${pkgname}/ecj.jar
-
-  ln -s /usr/share/java/${pkgname} ${pkgdir}/usr/share/${pkgname}/lib
-
-  # We log through systemd but this would still be required for stock Tomcat 
logging
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_log} 
${pkgdir}/var/log/${pkgname}
-  ln -s /var/log/${pkgname} ${pkgdir}/usr/share/${pkgname}/logs
-  touch ${pkgdir}/var/log/${pkgname}/catalina.{out,err}
-  chgrp ${_gid_log} ${pkgdir}/var/log/${pkgname}/catalina.{out,err}
-
-  install -dm775 ${pkgdir}/etc/${pkgname}
-  install -g ${_gid_tomcat} -m640 conf/* ${pkgdir}/etc/${pkgname}
-  install -d -g ${_gid_tomcat} -m775 ${pkgdir}/etc/${pkgname}/Catalina
-  ln -s /etc/${pkgname} ${pkgdir}/usr/share/${pkgname}/conf
-
-  install -dm775 ${pkgdir}/var/lib/${pkgname}
-  cp -r webapps ${pkgdir}/var/lib/${pkgname}
-  chown -R ${_uid_tomcat}:${_gid_tomcat} ${pkgdir}/var/lib/${pkgname}
-  ln -s /var/lib/${pkgname}/webapps ${pkgdir}/usr/share/${pkgname}/webapps
-
-  install -dm1777 ${pkgdir}/var/tmp
-  install -dm775 -o ${_uid_tomcat} -g ${_gid_tomcat} 
${pkgdir}/var/tmp/${pkgname}/{temp,work}
-  ln -s /var/tmp/${pkgname}/temp ${pkgdir}/usr/share/${pkgname}/temp
-  ln -s /var/tmp/${pkgname}/work ${pkgdir}/usr/share/${pkgname}/work
-
-  install -Dm644 ${srcdir}/systemd_${pkgname}.service \
- ${pkgdir}/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 ${srcdir}/systemd_tmpfiles.d_${pkgname}.conf \
- ${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf
-}

Copied: tomcat8/repos/extra-any/PKGBUILD (from rev 226190, 
tomcat8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-13 14:35:24 UTC (rev 226191)
@@ -0,0 +1,75 @@
+# Maintainer: Guillaume 

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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 15:40:47
  Author: arodseth
Revision: 122519

upgpkg: cbatticon 1.4.1-1

Modified:
  cbatticon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 13:56:54 UTC (rev 122518)
+++ PKGBUILD2014-11-13 14:40:47 UTC (rev 122519)
@@ -3,17 +3,17 @@
 # Contributor: Valère Monseur (valr) valere dot monseur at ymail dot com
 
 pkgname=cbatticon
-pkgver=1.4.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc='Lightweight and fast battery icon that sits in your system tray'
 arch=('x86_64' 'i686')
-url='https://github.com/ColinJones/cbatticon'
+url='https://github.com/valr/cbatticon'
 license=('GPL2')
 depends=('libnotify' 'gtk3')
 provides=('cbatticon')
 conflicts=('cbatticon-git')
-source=(https://github.com/ColinJones/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('8d220c96c390af034474b382f1d47680ca3b6d5c15af5f0284e73e4269a2c327')
+source=(https://github.com/valr/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('ba6ef1b588530d31af41173a188d7333d68c83ea6e579e6f93e8acde854c3a26')
 
 build() {
   make -C $pkgname-$pkgver WITH_NOTIFY=1 WITH_GTK3=1


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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 15:40:59
  Author: arodseth
Revision: 122520

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-13 14:40:47 UTC (rev 122519)
+++ community-i686/PKGBUILD 2014-11-13 14:40:59 UTC (rev 122520)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Valère Monseur (valr) valere dot monseur at ymail dot com
-
-pkgname=cbatticon
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Lightweight and fast battery icon that sits in your system tray'
-arch=('x86_64' 'i686')
-url='https://github.com/ColinJones/cbatticon'
-license=('GPL2')
-depends=('libnotify' 'gtk3')
-provides=('cbatticon')
-conflicts=('cbatticon-git')
-source=(https://github.com/ColinJones/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('8d220c96c390af034474b382f1d47680ca3b6d5c15af5f0284e73e4269a2c327')
-
-build() {
-  make -C $pkgname-$pkgver WITH_NOTIFY=1 WITH_GTK3=1
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cbatticon/repos/community-i686/PKGBUILD (from rev 122519, 
cbatticon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 14:40:59 UTC (rev 122520)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Valère Monseur (valr) valere dot monseur at ymail dot com
+
+pkgname=cbatticon
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Lightweight and fast battery icon that sits in your system tray'
+arch=('x86_64' 'i686')
+url='https://github.com/valr/cbatticon'
+license=('GPL2')
+depends=('libnotify' 'gtk3')
+provides=('cbatticon')
+conflicts=('cbatticon-git')
+source=(https://github.com/valr/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('ba6ef1b588530d31af41173a188d7333d68c83ea6e579e6f93e8acde854c3a26')
+
+build() {
+  make -C $pkgname-$pkgver WITH_NOTIFY=1 WITH_GTK3=1
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-13 14:40:47 UTC (rev 122519)
+++ community-x86_64/PKGBUILD   2014-11-13 14:40:59 UTC (rev 122520)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Valère Monseur (valr) valere dot monseur at ymail dot com
-
-pkgname=cbatticon
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Lightweight and fast battery icon that sits in your system tray'
-arch=('x86_64' 'i686')
-url='https://github.com/ColinJones/cbatticon'
-license=('GPL2')
-depends=('libnotify' 'gtk3')
-provides=('cbatticon')
-conflicts=('cbatticon-git')
-source=(https://github.com/ColinJones/$pkgname/archive/$pkgver.tar.gz;)
-sha256sums=('8d220c96c390af034474b382f1d47680ca3b6d5c15af5f0284e73e4269a2c327')
-
-build() {
-  make -C $pkgname-$pkgver WITH_NOTIFY=1 WITH_GTK3=1
-}
-
-package() {
-  make -C $pkgname-$pkgver PREFIX=$pkgdir/usr install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cbatticon/repos/community-x86_64/PKGBUILD (from rev 122519, 
cbatticon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-13 14:40:59 UTC (rev 122520)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Valère Monseur (valr) valere dot monseur at ymail dot com
+
+pkgname=cbatticon
+pkgver=1.4.1
+pkgrel=1
+pkgdesc='Lightweight and fast battery icon that sits in your system tray'
+arch=('x86_64' 'i686')
+url='https://github.com/valr/cbatticon'
+license=('GPL2')
+depends=('libnotify' 'gtk3')
+provides=('cbatticon')
+conflicts=('cbatticon-git')
+source=(https://github.com/valr/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('ba6ef1b588530d31af41173a188d7333d68c83ea6e579e6f93e8acde854c3a26')
+
+build() {
+  make -C $pkgname-$pkgver WITH_NOTIFY=1 WITH_GTK3=1
+}
+
+package() {
+  make -C $pkgname-$pkgver PREFIX=$pkgdir/usr install
+}
+
+# vim:set ts=2 sw=2 et:


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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 15:46:51
  Author: arodseth
Revision: 122522

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-13 14:46:39 UTC (rev 122521)
+++ community-i686/PKGBUILD 2014-11-13 14:46:51 UTC (rev 122522)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: astaroth astaro...@web.de
-
-pkgname=jad
-pkgver=1.5.8e
-pkgrel=5
-pkgdesc='Java decompiler'
-license=('custom')
-arch=('x86_64' 'i686')
-url='http://www.varaneckas.com/jad'
-optdepends=('vim-jad: open class files directly in vim and see the decompiled 
source code')
-makedepends=('links')
-source=(http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip;
-'jad.html::http://www.varaneckas.com/jad')
-sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
-'5a0a0a26ca84c733c3a213960c070285bb2046b149adec49d6f47f00b2736dd0')
-
-prepare() {
-  cd $srcdir
-
-  links -dump jad.html | grep -A19 Copyright  LICENSE
-}
-
-package() {
-  cd $srcdir
-
-  install -Dm755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 Readme.txt $pkgdir/usr/share/doc/$pkgname/README
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jad/repos/community-i686/PKGBUILD (from rev 122521, jad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 14:46:51 UTC (rev 122522)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: astaroth astaro...@web.de
+
+pkgname=jad
+pkgver=1.5.8e
+pkgrel=6
+pkgdesc='Java decompiler'
+license=('custom')
+arch=('x86_64' 'i686')
+url='http://www.varaneckas.com/jad'
+optdepends=('vim-jad: open class files directly in vim and see the decompiled 
source code')
+source=(http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip;
+'jad.html::http://www.varaneckas.com/jad')
+sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
+'9ebc6c135fb169de6f79cc8993c914648b915cf071f54c4a31dc666b69649e5b')
+
+prepare() {
+  grep 'blockquote' -A18 jad.html | cut -d -f2 | cut -d -f1  LICENSE
+}
+
+package() {
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 Readme.txt $pkgdir/usr/share/doc/$pkgname/README
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-13 14:46:39 UTC (rev 122521)
+++ community-x86_64/PKGBUILD   2014-11-13 14:46:51 UTC (rev 122522)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: astaroth astaro...@web.de
-
-pkgname=jad
-pkgver=1.5.8e
-pkgrel=5
-pkgdesc='Java decompiler'
-license=('custom')
-arch=('x86_64' 'i686')
-url='http://www.varaneckas.com/jad'
-optdepends=('vim-jad: open class files directly in vim and see the decompiled 
source code')
-makedepends=('links')
-source=(http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip;
-'jad.html::http://www.varaneckas.com/jad')
-sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
-'5a0a0a26ca84c733c3a213960c070285bb2046b149adec49d6f47f00b2736dd0')
-
-prepare() {
-  cd $srcdir
-
-  links -dump jad.html | grep -A19 Copyright  LICENSE
-}
-
-package() {
-  cd $srcdir
-
-  install -Dm755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 Readme.txt $pkgdir/usr/share/doc/$pkgname/README
-}
-
-# vim:set ts=2 sw=2 et:

Copied: jad/repos/community-x86_64/PKGBUILD (from rev 122521, 
jad/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-13 14:46:51 UTC (rev 122522)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: astaroth astaro...@web.de
+
+pkgname=jad
+pkgver=1.5.8e
+pkgrel=6
+pkgdesc='Java decompiler'
+license=('custom')
+arch=('x86_64' 'i686')

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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 15:46:39
  Author: arodseth
Revision: 122521

upgpkg: jad 1.5.8e-6

Modified:
  jad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 14:40:59 UTC (rev 122520)
+++ PKGBUILD2014-11-13 14:46:39 UTC (rev 122521)
@@ -4,28 +4,23 @@
 
 pkgname=jad
 pkgver=1.5.8e
-pkgrel=5
+pkgrel=6
 pkgdesc='Java decompiler'
 license=('custom')
 arch=('x86_64' 'i686')
 url='http://www.varaneckas.com/jad'
 optdepends=('vim-jad: open class files directly in vim and see the decompiled 
source code')
-makedepends=('links')
 
source=(http://www.varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip;
 'jad.html::http://www.varaneckas.com/jad')
 sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
-'5a0a0a26ca84c733c3a213960c070285bb2046b149adec49d6f47f00b2736dd0')
+'9ebc6c135fb169de6f79cc8993c914648b915cf071f54c4a31dc666b69649e5b')
 
 prepare() {
-  cd $srcdir
-
-  links -dump jad.html | grep -A19 Copyright  LICENSE
+  grep 'blockquote' -A18 jad.html | cut -d -f2 | cut -d -f1  LICENSE
 }
 
 package() {
-  cd $srcdir
-
-  install -Dm755 $srcdir/$pkgname $pkgdir/usr/bin/$pkgname
+  install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
   install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
   install -Dm644 Readme.txt $pkgdir/usr/share/doc/$pkgname/README
 }


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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 15:51:28
  Author: arodseth
Revision: 122523

upgpkg: mod_wsgi 4.3.2-1

Modified:
  mod_wsgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 14:46:51 UTC (rev 122522)
+++ PKGBUILD2014-11-13 14:51:28 UTC (rev 122523)
@@ -5,7 +5,7 @@
 
 pkgbase=mod_wsgi
 pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.3.1
+pkgver=4.3.2
 pkgrel=1
 pkgdesc='Python2 WSGI adapter module for Apache'
 arch=('x86_64' 'i686')


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

2014-11-13 Thread Alexander Rødseth
Date: Thursday, November 13, 2014 @ 15:51:39
  Author: arodseth
Revision: 122524

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

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

---+
 /PKGBUILD |  104 
 /mod_wsgi.install |   28 +
 community-i686/PKGBUILD   |   52 --
 community-i686/mod_wsgi.install   |   14 
 community-x86_64/PKGBUILD |   52 --
 community-x86_64/mod_wsgi.install |   14 
 6 files changed, 132 insertions(+), 132 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-13 14:51:28 UTC (rev 122523)
+++ community-i686/PKGBUILD 2014-11-13 14:51:39 UTC (rev 122524)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Ryan Coyner rcoy...@gmail.com
-
-pkgbase=mod_wsgi
-pkgname=($pkgbase 'mod_wsgi2')
-pkgver=4.3.1
-pkgrel=1
-pkgdesc='Python2 WSGI adapter module for Apache'
-arch=('x86_64' 'i686')
-url='http://www.modwsgi.org/'
-license=('APACHE')
-makedepends=('apache' 'python' 'python2' 'git')
-install='mod_wsgi.install'
-source=(git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver)
-md5sums=('SKIP')
-
-build() {
-  cp -r $pkgbase py2
-
-  # Build the Python 3 version
-  cd $pkgbase
-  ./configure --prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python
-  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
-
-  # Build the Python 2 version
-  cd $srcdir/py2
-  ./configure \
---prefix=/usr \
---with-apxs=/usr/bin/apxs \
---with-python=/usr/bin/python2
-  make
-}
-
-package_mod_wsgi() {
-  pkgdesc='Python WSGI adapter module for Apache'
-  depends=('apache' 'python')
-  conflicts=('mod_wsgi2')
-  make -C $pkgbase DESTDIR=$pkgdir install
-}
-
-package_mod_wsgi2() {
-  pkgdesc='Python2 WSGI adapter module for Apache'
-  depends=('apache' 'python2')
-  conflicts=('mod_wsgi')
-  make -C py2 DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mod_wsgi/repos/community-i686/PKGBUILD (from rev 122523, 
mod_wsgi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 14:51:39 UTC (rev 122524)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Ryan Coyner rcoy...@gmail.com
+
+pkgbase=mod_wsgi
+pkgname=($pkgbase 'mod_wsgi2')
+pkgver=4.3.2
+pkgrel=1
+pkgdesc='Python2 WSGI adapter module for Apache'
+arch=('x86_64' 'i686')
+url='http://www.modwsgi.org/'
+license=('APACHE')
+makedepends=('apache' 'python' 'python2' 'git')
+install='mod_wsgi.install'
+source=(git://github.com/GrahamDumpleton/mod_wsgi#tag=$pkgver)
+md5sums=('SKIP')
+
+build() {
+  cp -r $pkgbase py2
+
+  # Build the Python 3 version
+  cd $pkgbase
+  ./configure --prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python
+  make LDLIBS='-lpython3 -lpthread -ldl -lutil -lm'
+
+  # Build the Python 2 version
+  cd $srcdir/py2
+  ./configure \
+--prefix=/usr \
+--with-apxs=/usr/bin/apxs \
+--with-python=/usr/bin/python2
+  make
+}
+
+package_mod_wsgi() {
+  pkgdesc='Python WSGI adapter module for Apache'
+  depends=('apache' 'python')
+  conflicts=('mod_wsgi2')
+  make -C $pkgbase DESTDIR=$pkgdir install
+}
+
+package_mod_wsgi2() {
+  pkgdesc='Python2 WSGI adapter module for Apache'
+  depends=('apache' 'python2')
+  conflicts=('mod_wsgi')
+  make -C py2 DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mod_wsgi.install
===
--- community-i686/mod_wsgi.install 2014-11-13 14:51:28 UTC (rev 122523)
+++ community-i686/mod_wsgi.install 2014-11-13 14:51:39 UTC (rev 122524)
@@ -1,14 +0,0 @@
-post_install() {
-/bin/cat  ENDOFMESSAGE
-==
-==
-==  To install mod_wsgi, add the following line in 
-==  /etc/httpd/conf/httpd.conf file :
-==
-==  LoadModule wsgi_module modules/mod_wsgi.so
-==
-==  and restart/reload Apache.
-==
-==
-ENDOFMESSAGE
-}

Copied: mod_wsgi/repos/community-i686/mod_wsgi.install (from rev 122523, 

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

2014-11-13 Thread Maxime Gauduin
Date: Thursday, November 13, 2014 @ 16:31:54
  Author: alucryd
Revision: 122525

upgpkg: bamf 0.5.0-4

Modified:
  bamf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 14:51:39 UTC (rev 122524)
+++ PKGBUILD2014-11-13 15:31:54 UTC (rev 122525)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com
-# Contributor: Balló György ballogyor+arch at gmail dot com
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Balló György ballogyor+a...@gmail.com
 
 pkgname=bamf
 pkgver=0.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Application matching framework'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/bamf'
@@ -11,28 +11,33 @@
 license=('GPL')
 depends=('libgtop' 'libwnck3')
 makedepends=('gobject-introspection' 'python2-lxml' 'vala')
-source=(http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;
+source=(http://launchpad.net/bamf/${pkgver%.*}/${pkgver}/+download/bamf-${pkgver}.tar.gz;
 'fix-legacy-window-test.patch')
 sha256sums=('93b1acced96d32b36270cf18feb2761014ce2226814303c632448f717a8f9113'
 '0d052f6d654ae86d14d7f73c428237b9410d11986ee1112d988a7ffe1df0988e')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd bamf-${pkgver}
 
   patch -Np0 -i ../fix-legacy-window-test.patch
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd bamf-${pkgver}
 
   export PYTHON='/usr/bin/python2'
-  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' \
-  --libexecdir=/usr/lib/${pkgname} --disable-{static,webapps}
+  ./configure \
+--prefix='/usr' \
+--libexecdir='/usr/lib' \
+--localstatedir='/var' \
+--sysconfdir='/etc' \
+--disable-static \
+--disable-webapps
   make
 }
 
 package() {
-  cd ${pkgbase}-${pkgver}
+  cd bamf-${pkgver}
 
   make DESTDIR=${pkgdir} install
 }


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

2014-11-13 Thread Eric Bélanger
Date: Thursday, November 13, 2014 @ 16:37:31
  Author: eric
Revision: 122526

upgpkg: youtube-dl 2014.11.13.2-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 15:31:54 UTC (rev 122525)
+++ PKGBUILD2014-11-13 15:37:31 UTC (rev 122526)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2014.11.09
+pkgver=2014.11.13.2
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -13,7 +13,7 @@
 'rtmpdump: for rtmp streams support')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('9550a1da502e9092f75abc5712465dc24e30b858'
+sha1sums=('3198977ecc59dc2793fca774306c82260a568a3c'
   'SKIP')
 
 prepare() {


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

2014-11-13 Thread Eric Bélanger
Date: Thursday, November 13, 2014 @ 16:38:56
  Author: eric
Revision: 122527

archrelease: copy trunk to community-any

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

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

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

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


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

2014-11-13 Thread Andreas Radke
Date: Thursday, November 13, 2014 @ 16:45:15
  Author: andyrtr
Revision: 226193

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

Added:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 226192, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-i686/PKGBUILD
(from rev 226192, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.modprobe
(from rev 226192, bluez/trunk/bluetooth.modprobe)
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
(from rev 226192, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 226192, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.modprobe
(from rev 226192, bluez/trunk/bluetooth.modprobe)
Deleted:
  
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.modprobe
  
bluez/repos/extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.modprobe

---+
 /0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|  118 +++
 /PKGBUILD 
|  296 ++
 /bluetooth.modprobe   
|6 
 extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch   
|   59 -
 extra-i686/PKGBUILD   
|  151 -
 extra-i686/bluetooth.modprobe 
|3 
 extra-x86_64/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
|   59 -
 extra-x86_64/PKGBUILD 
|  151 -
 extra-x86_64/bluetooth.modprobe   
|3 
 9 files changed, 420 insertions(+), 426 deletions(-)

Deleted: 
extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-11-13 15:44:48 UTC (rev 226192)
+++ extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
2014-11-13 15:45:15 UTC (rev 226193)
@@ -1,59 +0,0 @@
-From 3027cb7141fb65cf3eeda69c688db8c4045e2d3f Mon Sep 17 00:00:00 2001
-From: Giovanni Campagna gcampagna-cnudlrotfmnnlxjtenl...@public.gmane.org
-Date: Sat, 12 Oct 2013 17:45:25 +0200
-Subject: [PATCH] Allow using obexd without systemd in the user session
-
-Not all sessions run systemd --user (actually, the majority
-doesn't), so the dbus daemon must be able to spawn obexd
-directly, and to do so it needs the full path of the daemon.

- Makefile.obexd  | 4 ++--
- obexd/src/org.bluez.obex.service| 4 
- obexd/src/org.bluez.obex.service.in | 4 
- 3 files changed, 6 insertions(+), 6 deletions(-)
- delete mode 100644 obexd/src/org.bluez.obex.service
- create mode 100644 obexd/src/org.bluez.obex.service.in
-
-diff --git a/Makefile.obexd b/Makefile.obexd
-index 3760867..142e7c3 100644
 a/Makefile.obexd
-+++ b/Makefile.obexd
-@@ -2,12 +2,12 @@
- if SYSTEMD
- systemduserunitdir = @SYSTEMD_USERUNITDIR@
- systemduserunit_DATA = obexd/src/obex.service
-+endif
- 
- dbussessionbusdir = @DBUS_SESSIONBUSDIR@
- dbussessionbus_DATA = obexd/src/org.bluez.obex.service
--endif
- 
--EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service
-+EXTRA_DIST += obexd/src/obex.service.in obexd/src/org.bluez.obex.service.in
- 
- obex_plugindir = $(libdir)/obex/plugins
- 
-diff --git a/obexd/src/org.bluez.obex.service 
b/obexd/src/org.bluez.obex.service
-deleted file mode 100644
-index a538088..000
 a/obexd/src/org.bluez.obex.service
-+++ /dev/null
-@@ -1,4 +0,0 @@
--[D-BUS Service]
--Name=org.bluez.obex
--Exec=/bin/false
--SystemdService=dbus-org.bluez.obex.service
-diff --git a/obexd/src/org.bluez.obex.service.in 
b/obexd/src/org.bluez.obex.service.in
-new file mode 100644
-index 000..9c815f2
 /dev/null
-+++ b/obexd/src/org.bluez.obex.service.in
-@@ -0,0 +1,4 @@
-+[D-BUS Service]
-+Name=org.bluez.obex
-+Exec=@libexecdir@/obexd
-+SystemdService=dbus-org.bluez.obex.service
--- 
-1.8.3.1
-
-

Copied: 
bluez/repos/extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 (from rev 226192, 
bluez/trunk/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch)
===
--- extra-i686/0001-Allow-using-obexd-without-systemd-in-the-user-session.patch 
(rev 0)
+++ 

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

2014-11-13 Thread Andreas Radke
Date: Thursday, November 13, 2014 @ 16:44:48
  Author: andyrtr
Revision: 226192

upgpkg: bluez 5.25-2

ship all built tools, FS#42716 - let's pray it won't lead to file conflicts

Modified:
  bluez/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 14:35:24 UTC (rev 226191)
+++ PKGBUILD2014-11-13 15:44:48 UTC (rev 226192)
@@ -6,7 +6,7 @@
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
 pkgver=5.25
-pkgrel=1
+pkgrel=2
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -38,8 +38,7 @@
   --enable-sixaxis \
   --enable-experimental \
   --enable-library # this is deprecated
-
-  make # all # V=1
+  make
 }
 
 check() {
@@ -56,9 +55,6 @@
   conflicts=('obexd-client' 'obexd-server')
 
   cd ${pkgbase}-${pkgver}
-  #make DESTDIR=${pkgdir} install
-  #return 1
-  
   make DESTDIR=${pkgdir} \
install-libexecPROGRAMS \
install-dbussessionbusDATA \
@@ -92,12 +88,13 @@
install-binPROGRAMS \
install-man1
 
-  # add experimental BT LE manager - FS#41132
-  install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/tools/btmgmt 
${pkgdir}/usr/bin/btmgmt
-  # add gatttool useful with Bluetooth 4.0LE 
+  # add missing tools FS#41132, FS#41687, FS#42716
+  for files in `find tools/ -type f -perm -755`; do
+filename=$(basename $files)
+install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/tools/$filename 
${pkgdir}/usr/bin/$filename
+  done
+  # add gatttool usefulbdaddr with Bluetooth 4.0LE 
   install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/attrib/gatttool 
${pkgdir}/usr/bin/gatttool
-  # add bdaddr for changing the bluetooth device address - FS#41687
-  install -Dm755 ${srcdir}/${pkgbase}-${pkgver}/tools/bdaddr 
${pkgdir}/usr/bin/bdaddr
   
   # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
   #make DESTDIR=${pkgdir} uninstall-libLTLIBRARIES


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

2014-11-13 Thread Eric Bélanger
Date: Thursday, November 13, 2014 @ 17:32:16
  Author: eric
Revision: 226194

upgpkg: imagemagick 6.8.9.10-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 15:45:15 UTC (rev 226193)
+++ PKGBUILD2014-11-13 16:32:16 UTC (rev 226194)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.9.9
+pkgver=6.8.9.10
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
@@ -14,7 +14,7 @@
 
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha1sums=('84abbeab6d142267fe6eedfbbfaec11d43075c48'
+sha1sums=('ee603df2293beca1c71b25a59e0b2ae58e944850'
   'SKIP'
   'e143cf9d530fabf3b58023899b5cc544ba93daec')
 


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

2014-11-13 Thread Eric Bélanger
Date: Thursday, November 13, 2014 @ 17:34:33
  Author: eric
Revision: 226195

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 226194, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 226194, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 226194, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 226194, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  180 ++
 /perlmagick.rpath.patch |   22 
 extra-i686/PKGBUILD |   90 -
 extra-i686/perlmagick.rpath.patch   |   11 --
 extra-x86_64/PKGBUILD   |   90 -
 extra-x86_64/perlmagick.rpath.patch |   11 --
 6 files changed, 202 insertions(+), 202 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-13 16:32:16 UTC (rev 226194)
+++ extra-i686/PKGBUILD 2014-11-13 16:34:33 UTC (rev 226195)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.9.9
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2'
- 'opencl-headers' 'libcl' 'libwebp' 'subversion')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha1sums=('84abbeab6d142267fe6eedfbbfaec11d43075c48'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i ${srcdir}/perlmagick.rpath.patch
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = i686 ]]  EXTRAOPTS=--with-gcc-arch=i686
-  [[ $CARCH = x86_64 ]]  EXTRAOPTS=--with-gcc-arch=x86-64
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=(etc/ImageMagick-${pkgver%%.*}/coder.xml
-  etc/ImageMagick-${pkgver%%.*}/colors.xml
-  etc/ImageMagick-${pkgver%%.*}/delegates.xml
-  etc/ImageMagick-${pkgver%%.*}/log.xml
-  etc/ImageMagick-${pkgver%%.*}/magic.xml
-  etc/ImageMagick-${pkgver%%.*}/mime.xml
-  etc/ImageMagick-${pkgver%%.*}/policy.xml
-  etc/ImageMagick-${pkgver%%.*}/quantization-table.xml
-  etc/ImageMagick-${pkgver%%.*}/thresholds.xml
-  etc/ImageMagick-${pkgver%%.*}/type.xml
-  etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml
-  etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml
-  etc/ImageMagick-${pkgver%%.*}/type-windows.xml)
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE 

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

2014-11-13 Thread Sven-Hendrik Haase
Date: Thursday, November 13, 2014 @ 18:01:57
  Author: svenstaro
Revision: 122529

archrelease: copy trunk to community-i686

Added:
  dwarffortress/repos/community-i686/PKGBUILD
(from rev 122528, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-i686/dwarffortress
(from rev 122528, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-i686/dwarffortress.desktop
(from rev 122528, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-i686/dwarffortress.install
(from rev 122528, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-i686/dwarffortress.png
(from rev 122528, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-i686/PKGBUILD
  dwarffortress/repos/community-i686/dwarffortress
  dwarffortress/repos/community-i686/dwarffortress.desktop
  dwarffortress/repos/community-i686/dwarffortress.install
  dwarffortress/repos/community-i686/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-13 17:01:43 UTC (rev 122528)
+++ PKGBUILD2014-11-13 17:01:57 UTC (rev 122529)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: djnm nmihalich [at} gmail dott com
-pkgname=dwarffortress
-pkgver=0.40.15
-_pkgver=40_15
-pkgrel=1
-pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
-arch=(i686 x86_64)
-url=http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=7c1d8b
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('56db3a425b4f0840e205685c239582a8504f5dfe60388f95b0c58baa6d3dbfd6'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make VERBOSE=1
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == x86_64 ]]  ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == i686 ]]  ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i s/^pkgname=.*/pkgname=$pkgname/ $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-i686/PKGBUILD (from rev 122528, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-13 17:01:57 

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

2014-11-13 Thread Sven-Hendrik Haase
Date: Thursday, November 13, 2014 @ 18:01:43
  Author: svenstaro
Revision: 122528

upgpkg: dwarffortress 0.40.16-1

upstream release 0.40.16

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 15:38:56 UTC (rev 122527)
+++ PKGBUILD2014-11-13 17:01:43 UTC (rev 122528)
@@ -3,8 +3,8 @@
 # Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
 # Contributor: djnm nmihalich [at} gmail dott com
 pkgname=dwarffortress
-pkgver=0.40.15
-_pkgver=40_15
+pkgver=0.40.16
+_pkgver=40_16
 pkgrel=1
 pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
 arch=(i686 x86_64)
@@ -26,11 +26,11 @@
 # I made a fucking github repo with the sole purpose of unfucking df a bit
 # We try to compile whatever little bit of df is open source
 source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=7c1d8b
+git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=e1c850
 dwarffortress
 dwarffortress.desktop
 dwarffortress.png)
-sha256sums=('56db3a425b4f0840e205685c239582a8504f5dfe60388f95b0c58baa6d3dbfd6'
+sha256sums=('2cc70b5dd0618ca6e1c45f0832a552474f01d02ed866a93ca95787cf13538500'
 'SKIP'
 '7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
 'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'


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

2014-11-13 Thread Sven-Hendrik Haase
Date: Thursday, November 13, 2014 @ 18:02:53
  Author: svenstaro
Revision: 122530

archrelease: copy trunk to community-i686

Added:
  dwarffortress/repos/community-i686/PKGBUILD
(from rev 122529, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-i686/dwarffortress
(from rev 122529, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-i686/dwarffortress.desktop
(from rev 122529, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-i686/dwarffortress.install
(from rev 122529, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-i686/dwarffortress.png
(from rev 122529, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-i686/PKGBUILD
  dwarffortress/repos/community-i686/dwarffortress
  dwarffortress/repos/community-i686/dwarffortress.desktop
  dwarffortress/repos/community-i686/dwarffortress.install
  dwarffortress/repos/community-i686/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-13 17:01:57 UTC (rev 122529)
+++ PKGBUILD2014-11-13 17:02:53 UTC (rev 122530)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: djnm nmihalich [at} gmail dott com
-pkgname=dwarffortress
-pkgver=0.40.16
-_pkgver=40_16
-pkgrel=1
-pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
-arch=(i686 x86_64)
-url=http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=e1c850
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('2cc70b5dd0618ca6e1c45f0832a552474f01d02ed866a93ca95787cf13538500'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make VERBOSE=1
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == x86_64 ]]  ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == i686 ]]  ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i s/^pkgname=.*/pkgname=$pkgname/ $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-i686/PKGBUILD (from rev 122529, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-13 17:02:53 

[arch-commits] Commit in dwarffortress/repos/multilib-x86_64 (10 files)

2014-11-13 Thread Sven-Hendrik Haase
Date: Thursday, November 13, 2014 @ 18:04:56
  Author: svenstaro
Revision: 122531

archrelease: copy trunk to multilib-x86_64

Added:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
(from rev 122530, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/multilib-x86_64/dwarffortress
(from rev 122530, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
(from rev 122530, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
(from rev 122530, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/multilib-x86_64/dwarffortress.png
(from rev 122530, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
  dwarffortress/repos/multilib-x86_64/dwarffortress
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
  dwarffortress/repos/multilib-x86_64/dwarffortress.png

---+
 PKGBUILD  |  146 
 dwarffortress |   40 ++---
 dwarffortress.desktop |   18 ++---
 dwarffortress.install |   16 ++---
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-13 17:02:53 UTC (rev 122530)
+++ PKGBUILD2014-11-13 17:04:56 UTC (rev 122531)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
-# Contributor: djnm nmihalich [at} gmail dott com
-pkgname=dwarffortress
-pkgver=0.40.15
-_pkgver=40_15
-pkgrel=1
-pkgdesc=A single-player fantasy game. You control a dwarven outpost or an 
adventurer in a randomly generated persistent world.
-arch=(i686 x86_64)
-url=http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs)
-makedepends=(git cmake)
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-if [[ $CARCH == 'x86_64' ]]; then
-  makedepends+=(gcc-multilib)
-  depends=(gcc-libs-multilib lib32-gtk2 lib32-glu lib32-sdl_image 
lib32-libsndfile lib32-openal
-   lib32-libxdamage lib32-ncurses lib32-sdl_ttf lib32-glew)
-  optdepends=('lib32-nvidia-utils: If you have nvidia graphics'
-  'lib32-catalyst-utils: If you have ATI graphics'
-  'lib32-alsa-lib: for alsa sound'
-  'lib32-libpulse: for pulse sound')
-fi
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-git://github.com/svenstaro/dwarf_fortress_unfuck.git#commit=7c1d8b
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('56db3a425b4f0840e205685c239582a8504f5dfe60388f95b0c58baa6d3dbfd6'
-'SKIP'
-'7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
-'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
-'83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
-
-build() {
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make VERBOSE=1
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  [[ $CARCH == x86_64 ]]  ln -s /usr/lib32/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-  [[ $CARCH == i686 ]]  ln -s /usr/lib/libpng.so 
$pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i s/^pkgname=.*/pkgname=$pkgname/ $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/$pkgname.png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/multilib-x86_64/PKGBUILD (from rev 122530, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-13 

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

2014-11-13 Thread Pierre Schmitz
Date: Thursday, November 13, 2014 @ 18:42:10
  Author: pierre
Revision: 226196

upgpkg: php 5.6.3-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 16:34:33 UTC (rev 226195)
+++ PKGBUILD2014-11-13 17:42:10 UTC (rev 226196)
@@ -22,8 +22,8 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.6.2
-pkgrel=2
+pkgver=5.6.3
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -35,7 +35,7 @@
 http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz.asc;
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('c976f54d429a0e5214659b0098e44e37'
+md5sums=('7635f344145a4edd7dff6ecec795aaea'
  'SKIP'
  'c0da10d91c06b07489f495e78116ab1b'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'


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

2014-11-13 Thread Pierre Schmitz
Date: Thursday, November 13, 2014 @ 18:42:49
  Author: pierre
Revision: 226197

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

Added:
  php/repos/testing-i686/
  php/repos/testing-i686/PKGBUILD
(from rev 226196, php/trunk/PKGBUILD)
  php/repos/testing-i686/apache.conf
(from rev 226196, php/trunk/apache.conf)
  php/repos/testing-i686/logrotate.d.php-fpm
(from rev 226196, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-i686/php-fpm.conf.in.patch
(from rev 226196, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-i686/php-fpm.install
(from rev 226196, php/trunk/php-fpm.install)
  php/repos/testing-i686/php-fpm.service
(from rev 226196, php/trunk/php-fpm.service)
  php/repos/testing-i686/php-fpm.tmpfiles
(from rev 226196, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-i686/php.ini.patch
(from rev 226196, php/trunk/php.ini.patch)
  php/repos/testing-x86_64/
  php/repos/testing-x86_64/PKGBUILD
(from rev 226196, php/trunk/PKGBUILD)
  php/repos/testing-x86_64/apache.conf
(from rev 226196, php/trunk/apache.conf)
  php/repos/testing-x86_64/logrotate.d.php-fpm
(from rev 226196, php/trunk/logrotate.d.php-fpm)
  php/repos/testing-x86_64/php-fpm.conf.in.patch
(from rev 226196, php/trunk/php-fpm.conf.in.patch)
  php/repos/testing-x86_64/php-fpm.install
(from rev 226196, php/trunk/php-fpm.install)
  php/repos/testing-x86_64/php-fpm.service
(from rev 226196, php/trunk/php-fpm.service)
  php/repos/testing-x86_64/php-fpm.tmpfiles
(from rev 226196, php/trunk/php-fpm.tmpfiles)
  php/repos/testing-x86_64/php.ini.patch
(from rev 226196, php/trunk/php.ini.patch)

--+
 testing-i686/PKGBUILD|  391 +
 testing-i686/apache.conf |   13 +
 testing-i686/logrotate.d.php-fpm |8 
 testing-i686/php-fpm.conf.in.patch   |   52 
 testing-i686/php-fpm.install |9 
 testing-i686/php-fpm.service |   13 +
 testing-i686/php-fpm.tmpfiles|1 
 testing-i686/php.ini.patch   |  121 ++
 testing-x86_64/PKGBUILD  |  391 +
 testing-x86_64/apache.conf   |   13 +
 testing-x86_64/logrotate.d.php-fpm   |8 
 testing-x86_64/php-fpm.conf.in.patch |   52 
 testing-x86_64/php-fpm.install   |9 
 testing-x86_64/php-fpm.service   |   13 +
 testing-x86_64/php-fpm.tmpfiles  |1 
 testing-x86_64/php.ini.patch |  121 ++
 16 files changed, 1216 insertions(+)

Copied: php/repos/testing-i686/PKGBUILD (from rev 226196, php/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-13 17:42:49 UTC (rev 226197)
@@ -0,0 +1,391 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-phpdbg'
+ 'php-pear'
+ 'php-enchant'
+ 'php-gd'
+ 'php-intl'
+ 'php-ldap'
+ 'php-mcrypt'
+ 'php-mssql'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=5.6.3
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix'
+ 'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
+ 'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'gd' 'icu'
+ 'curl' 'libxslt' 'openssl' 'db' 'gmp' 'systemd')
+source=(http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz;
+http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz.asc;
+'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
+'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
+md5sums=('7635f344145a4edd7dff6ecec795aaea'
+ 'SKIP'
+ 'c0da10d91c06b07489f495e78116ab1b'
+ 'dec2cbaad64e3abf4f0ec70e1de4e8e9'
+ '6bc1fc4ceee039d21ff3b56aa845cc5a'
+ '25bc67ad828e8147a817410b68d8016c'
+ 'cc2940f5312ba42e7aa1ddfab74b84c4'
+ 'c60343df74f8e1afb13b084d5c0e47ed')
+
+prepare() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   patch -p0 -i ${srcdir}/php.ini.patch
+   patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
+   # Just because our Apache 2.4 is configured with a threaded MPM by 
default does not mean we want to build a ZTS PHP.
+   # Let's supress this behaviour and build a SAPI that works fine with 
the prefork MPM.
+   sed '/APACHE_THREADED_MPM=/d' -i sapi/apache2handler/config.m4 -i 
configure
+}
+
+build() {
+   local _phpconfig=--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   

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

2014-11-13 Thread Anatol Pomozov
Date: Thursday, November 13, 2014 @ 20:28:55
  Author: anatolik
Revision: 226198

upgpkg: ruby 2.1.5-1

Modified:
  ruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 17:42:49 UTC (rev 226197)
+++ PKGBUILD2014-11-13 19:28:55 UTC (rev 226198)
@@ -4,7 +4,7 @@
 # Contributor: Jeramy Rutley jrut...@gmail.com
 
 pkgname=('ruby' 'ruby-docs')
-pkgver=2.1.4
+pkgver=2.1.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.ruby-lang.org/en/'
@@ -17,7 +17,7 @@
 
source=(http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz;
 'gemrc'
 'disable_sse2_on_i686.patch')
-sha1sums=('ce83142e829b1172ded4dfa46d4abd1fce2dd6d6'
+sha1sums=('52f8bafb4349eaf32fb99ba3d71e46fd924af966'
   'de4b760b7e2cd9af88ca67536ce37b950f1ee514'
   '6e919c4892ef1f02d99e5620c6aac1251fc4597c')
 


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

2014-11-13 Thread Anatol Pomozov
Date: Thursday, November 13, 2014 @ 20:30:46
  Author: anatolik
Revision: 226199

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

Added:
  ruby/repos/testing-i686/
  ruby/repos/testing-i686/PKGBUILD
(from rev 226198, ruby/trunk/PKGBUILD)
  ruby/repos/testing-i686/disable_sse2_on_i686.patch
(from rev 226198, ruby/trunk/disable_sse2_on_i686.patch)
  ruby/repos/testing-i686/gemrc
(from rev 226198, ruby/trunk/gemrc)
  ruby/repos/testing-i686/ruby.install
(from rev 226198, ruby/trunk/ruby.install)
  ruby/repos/testing-x86_64/
  ruby/repos/testing-x86_64/PKGBUILD
(from rev 226198, ruby/trunk/PKGBUILD)
  ruby/repos/testing-x86_64/disable_sse2_on_i686.patch
(from rev 226198, ruby/trunk/disable_sse2_on_i686.patch)
  ruby/repos/testing-x86_64/gemrc
(from rev 226198, ruby/trunk/gemrc)
  ruby/repos/testing-x86_64/ruby.install
(from rev 226198, ruby/trunk/ruby.install)

---+
 testing-i686/PKGBUILD |   82 
 testing-i686/disable_sse2_on_i686.patch   |   27 +
 testing-i686/gemrc|5 +
 testing-i686/ruby.install |   22 +++
 testing-x86_64/PKGBUILD   |   82 
 testing-x86_64/disable_sse2_on_i686.patch |   27 +
 testing-x86_64/gemrc  |5 +
 testing-x86_64/ruby.install   |   22 +++
 8 files changed, 272 insertions(+)

Copied: ruby/repos/testing-i686/PKGBUILD (from rev 226198, ruby/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-13 19:30:46 UTC (rev 226199)
@@ -0,0 +1,82 @@
+# Maintainer: Thomas Dziedzic gos...@gmail.com
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Jeramy Rutley jrut...@gmail.com
+
+pkgname=('ruby' 'ruby-docs')
+pkgver=2.1.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.ruby-lang.org/en/'
+license=('BSD' 'custom')
+# disable ruby tk since 1.9.3 it has caused a segfault on require 'tk'
+# https://bugs.ruby-lang.org/issues/8000
+# wait for upstream to start supporting tk 8.6
+makedepends=('gdbm' 'openssl' 'libffi' 'doxygen' 'graphviz' 'libyaml' 
'ttf-dejavu') # 'tk'
+options=('!emptydirs' '!makeflags' 'staticlibs')
+source=(http://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz;
+'gemrc'
+'disable_sse2_on_i686.patch')
+sha1sums=('52f8bafb4349eaf32fb99ba3d71e46fd924af966'
+  'de4b760b7e2cd9af88ca67536ce37b950f1ee514'
+  '6e919c4892ef1f02d99e5620c6aac1251fc4597c')
+
+
+prepare() {
+  cd ruby-${pkgver}
+
+  # FS#39470
+  patch -Np1 -i ${srcdir}/disable_sse2_on_i686.patch
+}
+
+build() {
+  cd ruby-${pkgver}
+
+  PKG_CONFIG=/usr/bin/pkg-config ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package_ruby() {
+  pkgdesc='An object-oriented language for quick and easy programming'
+  depends=('gdbm' 'openssl' 'libffi' 'libyaml' 'gmp' 'zlib')
+  optdepends=('ruby-docs: Ruby documentation') # 'tk: for Ruby/TK'
+  provides=('rubygems' 'rake')
+  conflicts=('rake')
+  backup=('etc/gemrc')
+  install='ruby.install'
+
+  cd ruby-${pkgver}
+
+  make DESTDIR=${pkgdir} install-nodoc
+
+  install -D -m644 ${srcdir}/gemrc ${pkgdir}/etc/gemrc
+
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/ruby/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/ruby/BSDL
+}
+
+package_ruby-docs() {
+  pkgdesc='Documentation files for ruby'
+
+  cd ruby-${pkgver}
+
+  make DESTDIR=${pkgdir} install-doc install-capi
+
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/ruby-docs/LICENSE
+  install -D -m644 BSDL ${pkgdir}/usr/share/licenses/ruby-docs/BSDL
+}

Copied: ruby/repos/testing-i686/disable_sse2_on_i686.patch (from rev 226198, 
ruby/trunk/disable_sse2_on_i686.patch)
===
--- testing-i686/disable_sse2_on_i686.patch (rev 0)
+++ testing-i686/disable_sse2_on_i686.patch 2014-11-13 19:30:46 UTC (rev 
226199)
@@ -0,0 +1,27 @@
+diff --git a/configure.in b/configure.in
+index fc01f3b..bd9f950 100644
+--- a/configure.in
 b/configure.in
+@@ -858,22 +858,6 @@ if test $GCC = yes; then
+ for oflag in -fno-fast-math; do
+   RUBY_TRY_CFLAGS($oflag, [RUBY_APPEND_OPTION(optflags, $oflag)])
+ done
+-AS_CASE([$target],
+-  [*-darwin*], [
+-  # doesn't seem necessary on Mac OS X
+-  ],
+-  [[i[4-6]86*|i386*mingw*]], [
+-  RUBY_TRY_CFLAGS(-msse2 -mfpmath=sse, [
+-  RUBY_APPEND_OPTION(XCFLAGS, -msse2 

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

2014-11-13 Thread speps
Date: Thursday, November 13, 2014 @ 21:17:46
  Author: speps
Revision: 122532

upgpkg: fox-devel 1.7.50-1

Modified:
  fox-devel/trunk/PKGBUILD
Deleted:
  fox-devel/trunk/fox-devel.install

---+
 PKGBUILD  |1 -
 fox-devel.install |   17 -
 2 files changed, 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 17:04:56 UTC (rev 122531)
+++ PKGBUILD2014-11-13 20:17:46 UTC (rev 122532)
@@ -11,7 +11,6 @@
 license=('LGPL' 'custom')
 depends=('glu' 'libsm' 'libtiff' 'libxcursor' 'libxft' 'libxi' 'libxrandr')
 makedepends=('mesa')
-install=$pkgname.install
 provides=(fox=$pkgver)
 source=(${url/www/ftp}pub/fox-$pkgver.tar.gz)
 md5sums=('ab8ef768c5052d5826e939927061a137')

Deleted: fox-devel.install
===
--- fox-devel.install   2014-11-13 17:04:56 UTC (rev 122531)
+++ fox-devel.install   2014-11-13 20:17:46 UTC (rev 122532)
@@ -1,17 +0,0 @@
-post_install() {
-  cat  EOF
-
- Theme management seems to be broken since version 1.7.25, btw seems quite 
resolved in 1.7.29
- If you get black background widgets, or an empty themes list, try this 
steps: 
-
-   delete configure file - rm ~/.config/fox.rc
-   launch ControlPanel-1.7, you'll notice themes list is empty
-   hit Close than Save
-   launch ControlPanel-1.7, themes are back again
-
-EOF
-}
-
-post_upgrade() {
-  post_install
-}
\ No newline at end of file


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

2014-11-13 Thread speps
Date: Thursday, November 13, 2014 @ 21:18:00
  Author: speps
Revision: 122533

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

Added:
  fox-devel/repos/community-i686/PKGBUILD
(from rev 122532, fox-devel/trunk/PKGBUILD)
  fox-devel/repos/community-x86_64/PKGBUILD
(from rev 122532, fox-devel/trunk/PKGBUILD)
Deleted:
  fox-devel/repos/community-i686/PKGBUILD
  fox-devel/repos/community-i686/fox-devel.install
  fox-devel/repos/community-x86_64/PKGBUILD
  fox-devel/repos/community-x86_64/fox-devel.install

+
 /PKGBUILD  |  100 +++
 community-i686/PKGBUILD|   51 -
 community-i686/fox-devel.install   |   17 -
 community-x86_64/PKGBUILD  |   51 -
 community-x86_64/fox-devel.install |   17 -
 5 files changed, 100 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-13 20:17:46 UTC (rev 122532)
+++ community-i686/PKGBUILD 2014-11-13 20:18:00 UTC (rev 122533)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Dany Martineau dany.luc.martin...@gmail.com
-
-pkgname=fox-devel
-pkgver=1.7.50
-pkgrel=1
-pkgdesc=Free Objects for X: GUI Toolkit for C++, development version.
-arch=('i686' 'x86_64')
-url=http://www.fox-toolkit.org/;
-license=('LGPL' 'custom')
-depends=('glu' 'libsm' 'libtiff' 'libxcursor' 'libxft' 'libxi' 'libxrandr')
-makedepends=('mesa')
-install=$pkgname.install
-provides=(fox=$pkgver)
-source=(${url/www/ftp}pub/fox-$pkgver.tar.gz)
-md5sums=('ab8ef768c5052d5826e939927061a137')
-
-build() {
-  cd fox-$pkgver
-  ./configure   --prefix=/usr \
---enable-static=no \
---enable-release \
---with-xft=yes \
---with-opengl=yes \
---with-xim \
---with-xshm \
---with-shape \
---with-xcursor \
---with-xrender \
---with-xrandr \
---with-xfixes \
---with-xinput
-  make
-}
-
-package() {
-  cd fox-$pkgver
-  make DESTDIR=$pkgdir/ install
-
-  # license
-  install -Dm644 LICENSE_ADDENDUM $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  # rename apps to prevent conflicts with fox
-  for _f in `find $pkgdir/usr/bin -type f`; do
-mv $_f $_f-1.7
-  done;
-  for _f in `find $pkgdir/usr/share/man -type f`; do
-mv $_f `dirname $_f`/`basename $_f .1`-1.7.1
-  done;
-}

Copied: fox-devel/repos/community-i686/PKGBUILD (from rev 122532, 
fox-devel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 20:18:00 UTC (rev 122533)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Dany Martineau dany.luc.martin...@gmail.com
+
+pkgname=fox-devel
+pkgver=1.7.50
+pkgrel=1
+pkgdesc=Free Objects for X: GUI Toolkit for C++, development version.
+arch=('i686' 'x86_64')
+url=http://www.fox-toolkit.org/;
+license=('LGPL' 'custom')
+depends=('glu' 'libsm' 'libtiff' 'libxcursor' 'libxft' 'libxi' 'libxrandr')
+makedepends=('mesa')
+provides=(fox=$pkgver)
+source=(${url/www/ftp}pub/fox-$pkgver.tar.gz)
+md5sums=('ab8ef768c5052d5826e939927061a137')
+
+build() {
+  cd fox-$pkgver
+  ./configure   --prefix=/usr \
+--enable-static=no \
+--enable-release \
+--with-xft=yes \
+--with-opengl=yes \
+--with-xim \
+--with-xshm \
+--with-shape \
+--with-xcursor \
+--with-xrender \
+--with-xrandr \
+--with-xfixes \
+--with-xinput
+  make
+}
+
+package() {
+  cd fox-$pkgver
+  make DESTDIR=$pkgdir/ install
+
+  # license
+  install -Dm644 LICENSE_ADDENDUM $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+  # rename apps to prevent conflicts with fox
+  for _f in `find $pkgdir/usr/bin -type f`; do
+mv $_f $_f-1.7
+  done;
+  for _f in `find $pkgdir/usr/share/man -type f`; do
+mv $_f `dirname $_f`/`basename $_f .1`-1.7.1
+  done;
+}

Deleted: community-i686/fox-devel.install
===
--- community-i686/fox-devel.install2014-11-13 20:17:46 UTC (rev 122532)
+++ community-i686/fox-devel.install2014-11-13 20:18:00 UTC (rev 122533)
@@ -1,17 +0,0 @@
-post_install() {
-  cat  EOF
-
- Theme management seems to be broken since version 1.7.25, btw seems quite 
resolved in 1.7.29
- If you get black background widgets, or an empty themes list, try this 
steps: 
-
-   delete configure file - rm ~/.config/fox.rc
-   launch ControlPanel-1.7, you'll notice themes list is empty
-   hit Close than Save
-   

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

2014-11-13 Thread speps
Date: Thursday, November 13, 2014 @ 21:21:15
  Author: speps
Revision: 122534

upgpkg: gogglesmm 0.14.1-2

Modified:
  gogglesmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 20:18:00 UTC (rev 122533)
+++ PKGBUILD2014-11-13 20:21:15 UTC (rev 122534)
@@ -4,7 +4,7 @@
 
 pkgname=gogglesmm
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Music Manager and Player
 arch=('i686' 'x86_64')
 url=http://gogglesmm.github.io/;


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

2014-11-13 Thread speps
Date: Thursday, November 13, 2014 @ 21:21:21
  Author: speps
Revision: 122535

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

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

+
 /PKGBUILD  |   64 +++
 /gogglesmm.install |   24 +
 community-i686/PKGBUILD|   32 -
 community-i686/gogglesmm.install   |   12 --
 community-x86_64/PKGBUILD  |   32 -
 community-x86_64/gogglesmm.install |   12 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-13 20:21:15 UTC (rev 122534)
+++ community-i686/PKGBUILD 2014-11-13 20:21:21 UTC (rev 122535)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Sander Jansen san...@knology.net
-
-pkgname=gogglesmm
-pkgver=0.14.1
-pkgrel=1
-pkgdesc=Music Manager and Player
-arch=('i686' 'x86_64')
-url=http://gogglesmm.github.io/;
-license=('GPL3')
-depends=('fox-devel=1.7.48' 'libmad' 'faad2' 'sqlite3'
-'libpulse' 'opus' 'dbus' 'taglib=1.9.0' 'glew'
-'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('glproto' 'dri2proto')
-conflicts=('musicmanager')
-replaces=('musicmanager')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz;)
-md5sums=('9da90e39bb560de40bcc3ea9e5a1fa0d')
-
-build() {
-  cd gogglesmm-$pkgver
-  export RESWRAP=/usr/bin/reswrap-1.7
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd gogglesmm-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: gogglesmm/repos/community-i686/PKGBUILD (from rev 122534, 
gogglesmm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 20:21:21 UTC (rev 122535)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Sander Jansen san...@knology.net
+
+pkgname=gogglesmm
+pkgver=0.14.1
+pkgrel=2
+pkgdesc=Music Manager and Player
+arch=('i686' 'x86_64')
+url=http://gogglesmm.github.io/;
+license=('GPL3')
+depends=('fox-devel=1.7.48' 'libmad' 'faad2' 'sqlite3'
+'libpulse' 'opus' 'dbus' 'taglib=1.9.0' 'glew'
+'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('glproto' 'dri2proto')
+conflicts=('musicmanager')
+replaces=('musicmanager')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz;)
+md5sums=('9da90e39bb560de40bcc3ea9e5a1fa0d')
+
+build() {
+  cd gogglesmm-$pkgver
+  export RESWRAP=/usr/bin/reswrap-1.7
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd gogglesmm-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/gogglesmm.install
===
--- community-i686/gogglesmm.install2014-11-13 20:21:15 UTC (rev 122534)
+++ community-i686/gogglesmm.install2014-11-13 20:21:21 UTC (rev 122535)
@@ -1,12 +0,0 @@
-post_install() {
-  which xdg-icon-resource /dev/null  xdg-icon-resource forceupdate --theme 
hicolor 2 /dev/null
-  which update-desktop-database /dev/null  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gogglesmm/repos/community-i686/gogglesmm.install (from rev 122534, 
gogglesmm/trunk/gogglesmm.install)
===
--- community-i686/gogglesmm.install(rev 0)
+++ community-i686/gogglesmm.install2014-11-13 20:21:21 UTC (rev 122535)
@@ -0,0 +1,12 @@
+post_install() {
+  which xdg-icon-resource /dev/null  xdg-icon-resource forceupdate --theme 
hicolor 2 /dev/null
+  which update-desktop-database /dev/null  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-13 20:21:15 UTC (rev 122534)
+++ community-x86_64/PKGBUILD   2014-11-13 20:21:21 UTC (rev 122535)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 

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

2014-11-13 Thread Jan Steffens
Date: Thursday, November 13, 2014 @ 21:35:37
  Author: heftig
Revision: 226203

3.14.2

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 20:06:17 UTC (rev 226202)
+++ PKGBUILD2014-11-13 20:35:37 UTC (rev 226203)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=gnome-documents
-pkgver=3.14.1
+pkgver=3.14.2
 pkgrel=1
 pkgdesc=Documents Manager for GNOME
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 optdepends=('unoconv: Support for Libreoffice document types')
 install=gnome-documents.install
 
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('896cfdbc5f3aa32dad1e6b94a6d38ee26f95eec6ba7a5965cfc02c880d4cbbc8')
+sha256sums=('08115ae7cb1b427ed78c7d94c7a41d4396249f1d267bb4b9119655f61b898038')
 
 build() {
   cd $pkgname-$pkgver


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

2014-11-13 Thread Jan Steffens
Date: Thursday, November 13, 2014 @ 21:36:25
  Author: heftig
Revision: 226204

3.12.0

Modified:
  brasero/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 20:35:37 UTC (rev 226203)
+++ PKGBUILD2014-11-13 20:36:25 UTC (rev 226204)
@@ -4,7 +4,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=brasero
-pkgver=3.11.4
+pkgver=3.12.0
 pkgrel=1
 pkgdesc=A disc burning application for Gnome
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 install=brasero.install
 groups=('gnome-extra')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bd02eb845de0a91a4acaf941d4ea7b7584d073894270f121781692dc34eb9693')
+sha256sums=('68fef2699b772fa262d855dac682100dbfea05563a7e4056eff8fe6447aec2fc')
 
 build() {
   cd $pkgname-$pkgver


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

2014-11-13 Thread Jan Steffens
Date: Thursday, November 13, 2014 @ 21:37:27
  Author: heftig
Revision: 226205

3.14.1

Modified:
  nautilus/trunk/PKGBUILD
Deleted:
  nautilus/trunk/git-fixes.patch

-+
 PKGBUILD|   11 
 git-fixes.patch |22853 --
 2 files changed, 4 insertions(+), 22860 deletions(-)

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


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

2014-11-13 Thread Jan Steffens
Date: Thursday, November 13, 2014 @ 21:38:17
  Author: heftig
Revision: 226206

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

Added:
  gnome-documents/repos/extra-i686/PKGBUILD
(from rev 226205, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/extra-i686/gnome-documents.install
(from rev 226205, gnome-documents/trunk/gnome-documents.install)
  gnome-documents/repos/extra-x86_64/PKGBUILD
(from rev 226205, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/extra-x86_64/gnome-documents.install
(from rev 226205, gnome-documents/trunk/gnome-documents.install)
Deleted:
  gnome-documents/repos/extra-i686/PKGBUILD
  gnome-documents/repos/extra-i686/gnome-documents.install
  gnome-documents/repos/extra-x86_64/PKGBUILD
  gnome-documents/repos/extra-x86_64/gnome-documents.install

--+
 /PKGBUILD|   82 +
 /gnome-documents.install |   26 ++
 extra-i686/PKGBUILD  |   41 
 extra-i686/gnome-documents.install   |   13 -
 extra-x86_64/PKGBUILD|   41 
 extra-x86_64/gnome-documents.install |   13 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-13 20:37:27 UTC (rev 226205)
+++ extra-i686/PKGBUILD 2014-11-13 20:38:17 UTC (rev 226206)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=gnome-documents
-pkgver=3.14.1
-pkgrel=1
-pkgdesc=Documents Manager for GNOME
-arch=(i686 x86_64)
-url=http://www.gnome.org;
-license=(GPL)
-groups=(gnome-extra)
-depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
- tracker libzapojit webkitgtk gnome-online-miners librsvg)
-makedepends=(intltool gobject-introspection itstool docbook-xsl)
-optdepends=('unoconv: Support for Libreoffice document types')
-install=gnome-documents.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('896cfdbc5f3aa32dad1e6b94a6d38ee26f95eec6ba7a5965cfc02c880d4cbbc8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/$pkgname
-  make
-}
-
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/extra-i686/PKGBUILD (from rev 226205, 
gnome-documents/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-13 20:38:17 UTC (rev 226206)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-documents
+pkgver=3.14.2
+pkgrel=1
+pkgdesc=Documents Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkitgtk gnome-online-miners librsvg)
+makedepends=(intltool gobject-introspection itstool docbook-xsl)
+optdepends=('unoconv: Support for Libreoffice document types')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('08115ae7cb1b427ed78c7d94c7a41d4396249f1d267bb4b9119655f61b898038')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gnome-documents.install
===
--- extra-i686/gnome-documents.install  2014-11-13 20:37:27 UTC (rev 226205)
+++ extra-i686/gnome-documents.install  2014-11-13 20:38:17 UTC (rev 226206)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gnome-documents/repos/extra-i686/gnome-documents.install (from rev 
226205, gnome-documents/trunk/gnome-documents.install)
===
--- extra-i686/gnome-documents.install  (rev 0)
+++ extra-i686/gnome-documents.install  2014-11-13 20:38:17 UTC (rev 226206)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  

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

2014-11-13 Thread Jan Steffens
Date: Thursday, November 13, 2014 @ 21:40:15
  Author: heftig
Revision: 226207

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

Added:
  brasero/repos/extra-i686/PKGBUILD
(from rev 226206, brasero/trunk/PKGBUILD)
  brasero/repos/extra-i686/brasero.install
(from rev 226206, brasero/trunk/brasero.install)
  brasero/repos/extra-x86_64/PKGBUILD
(from rev 226206, brasero/trunk/PKGBUILD)
  brasero/repos/extra-x86_64/brasero.install
(from rev 226206, brasero/trunk/brasero.install)
Deleted:
  brasero/repos/extra-i686/PKGBUILD
  brasero/repos/extra-i686/brasero.install
  brasero/repos/extra-i686/tracker1.patch
  brasero/repos/extra-x86_64/PKGBUILD
  brasero/repos/extra-x86_64/brasero.install
  brasero/repos/extra-x86_64/tracker1.patch

--+
 /PKGBUILD|   78 +
 /brasero.install |   28 ++
 extra-i686/PKGBUILD  |   39 
 extra-i686/brasero.install   |   14 ---
 extra-i686/tracker1.patch|   28 --
 extra-x86_64/PKGBUILD|   39 
 extra-x86_64/brasero.install |   14 ---
 extra-x86_64/tracker1.patch  |   28 --
 8 files changed, 106 insertions(+), 162 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-13 20:38:17 UTC (rev 226206)
+++ extra-i686/PKGBUILD 2014-11-13 20:40:15 UTC (rev 226207)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=brasero
-pkgver=3.11.4
-pkgrel=1
-pkgdesc=A disc burning application for Gnome
-arch=('i686' 'x86_64')
-url=http://www.gnome.org/projects/brasero;
-license=('GPL')
-options=('!emptydirs')
-depends=('gtk3' 'gst-plugins-good' 'totem-plparser' 'cdrkit' 'cdrdao' 
'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  'libcanberra' 
'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql' 'libnotify' 'gvfs')
-makedepends=('gtk-doc' 'yelp-tools' 'gnome-common' 'intltool' 'libburn' 
'libisofs' 'libnautilus-extension' 'gobject-introspection' 'gconf' 'itstool' 
'docbook-xsl')
-optdepends=('libburn: alternative back-end'
-'libisofs: libburn back-end'
-'dvdauthor: video project'
-'vcdimager: video project')
-replaces=('nautilus-cd-burner')
-install=brasero.install
-groups=('gnome-extra')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bd02eb845de0a91a4acaf941d4ea7b7584d073894270f121781692dc34eb9693')
-
-build() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-caches \
-  --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-

Copied: brasero/repos/extra-i686/PKGBUILD (from rev 226206, 
brasero/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-13 20:40:15 UTC (rev 226207)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=brasero
+pkgver=3.12.0
+pkgrel=1
+pkgdesc=A disc burning application for Gnome
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/brasero;
+license=('GPL')
+options=('!emptydirs')
+depends=('gtk3' 'gst-plugins-good' 'totem-plparser' 'cdrkit' 'cdrdao' 
'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  'libcanberra' 
'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql' 'libnotify' 'gvfs')
+makedepends=('gtk-doc' 'yelp-tools' 'gnome-common' 'intltool' 'libburn' 
'libisofs' 'libnautilus-extension' 'gobject-introspection' 'gconf' 'itstool' 
'docbook-xsl')
+optdepends=('libburn: alternative back-end'
+'libisofs: libburn back-end'
+'dvdauthor: video project'
+'vcdimager: video project')
+replaces=('nautilus-cd-burner')
+install=brasero.install
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('68fef2699b772fa262d855dac682100dbfea05563a7e4056eff8fe6447aec2fc')
+
+build() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-caches \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+

Deleted: extra-i686/brasero.install
===
--- extra-i686/brasero.install  2014-11-13 20:38:17 UTC (rev 226206)
+++ extra-i686/brasero.install  2014-11-13 20:40:15 UTC (rev 226207)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas 

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

2014-11-13 Thread Jan Steffens
Date: Thursday, November 13, 2014 @ 21:42:14
  Author: heftig
Revision: 226208

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

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

---+
 /PKGBUILD |  110 
 /nautilus.install |   28 
 extra-i686/PKGBUILD   |   58 
 extra-i686/git-fixes.patch|22853 
 extra-i686/nautilus.install   |   14 
 extra-x86_64/PKGBUILD |   58 
 extra-x86_64/git-fixes.patch  |22853 
 extra-x86_64/nautilus.install |   14 
 8 files changed, 138 insertions(+), 45850 deletions(-)

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


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

2014-11-13 Thread Guillaume Alaux
Date: Thursday, November 13, 2014 @ 22:21:00
  Author: guillaume
Revision: 226209

Upstream release 1.1.32

Modified:
  tomcat-native/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 20:42:14 UTC (rev 226208)
+++ PKGBUILD2014-11-13 21:21:00 UTC (rev 226209)
@@ -2,17 +2,17 @@
 # Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
 
 pkgname=tomcat-native
-pkgver=1.1.31
+pkgver=1.1.32
 pkgrel=1
-pkgdesc='The Apache Tomcat Native Library'
+pkgdesc='Optional component for Tomcat to use certain native resources for 
performance, compatibility'
 arch=('i686' 'x86_64')
-url='http://tomcat.apache.org/'
+url='http://tomcat.apache.org/native-doc/'
 license=('APACHE')
-depends=('apr' 'openssl')
+depends=('apr')
 makedepends=('java-environment')
 options=('!emptydirs')
 
source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
-sha256sums=('f60c12895ce91f5e7711dbeaab526bf09bb98c5b23a76164d4d214ae5ff8c149')
+sha256sums=('26936848f727e162f513bd2b5f7b2300d7d716a5e92e5f4ebcd0e1eff8e09584')
 
 build() {
   cd ${srcdir}/tomcat-native-${pkgver}-src/jni/native
@@ -19,7 +19,7 @@
 
   ./configure \
 --prefix=/usr \
---with-java-home=${JAVA_HOME} \
+--with-java-home=/usr/lib/jvm/default \
 --with-apr=/usr \
 --with-ssl=/usr
   make


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

2014-11-13 Thread Guillaume Alaux
Date: Thursday, November 13, 2014 @ 22:21:32
  Author: guillaume
Revision: 226210

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

Added:
  tomcat-native/repos/extra-i686/PKGBUILD
(from rev 226209, tomcat-native/trunk/PKGBUILD)
  tomcat-native/repos/extra-x86_64/PKGBUILD
(from rev 226209, tomcat-native/trunk/PKGBUILD)
Deleted:
  tomcat-native/repos/extra-i686/PKGBUILD
  tomcat-native/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-13 21:21:00 UTC (rev 226209)
+++ extra-i686/PKGBUILD 2014-11-13 21:21:32 UTC (rev 226210)
@@ -1,32 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-
-pkgname=tomcat-native
-pkgver=1.1.31
-pkgrel=1
-pkgdesc='The Apache Tomcat Native Library'
-arch=('i686' 'x86_64')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('apr' 'openssl')
-makedepends=('java-environment')
-options=('!emptydirs')
-source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
-sha256sums=('f60c12895ce91f5e7711dbeaab526bf09bb98c5b23a76164d4d214ae5ff8c149')
-
-build() {
-  cd ${srcdir}/tomcat-native-${pkgver}-src/jni/native
-
-  ./configure \
---prefix=/usr \
---with-java-home=${JAVA_HOME} \
---with-apr=/usr \
---with-ssl=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-src/jni/native
-
-  make DESTDIR=${pkgdir} install
-}

Copied: tomcat-native/repos/extra-i686/PKGBUILD (from rev 226209, 
tomcat-native/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-13 21:21:32 UTC (rev 226210)
@@ -0,0 +1,32 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+
+pkgname=tomcat-native
+pkgver=1.1.32
+pkgrel=1
+pkgdesc='Optional component for Tomcat to use certain native resources for 
performance, compatibility'
+arch=('i686' 'x86_64')
+url='http://tomcat.apache.org/native-doc/'
+license=('APACHE')
+depends=('apr')
+makedepends=('java-environment')
+options=('!emptydirs')
+source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
+sha256sums=('26936848f727e162f513bd2b5f7b2300d7d716a5e92e5f4ebcd0e1eff8e09584')
+
+build() {
+  cd ${srcdir}/tomcat-native-${pkgver}-src/jni/native
+
+  ./configure \
+--prefix=/usr \
+--with-java-home=/usr/lib/jvm/default \
+--with-apr=/usr \
+--with-ssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-src/jni/native
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-13 21:21:00 UTC (rev 226209)
+++ extra-x86_64/PKGBUILD   2014-11-13 21:21:32 UTC (rev 226210)
@@ -1,32 +0,0 @@
-# Maintainer: Guillaume ALAUX guilla...@archlinux.org
-# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
-
-pkgname=tomcat-native
-pkgver=1.1.31
-pkgrel=1
-pkgdesc='The Apache Tomcat Native Library'
-arch=('i686' 'x86_64')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-depends=('apr' 'openssl')
-makedepends=('java-environment')
-options=('!emptydirs')
-source=(http://www.apache.org/dist/tomcat/tomcat-connectors/native/${pkgver}/source/${pkgname}-${pkgver}-src.tar.gz)
-sha256sums=('f60c12895ce91f5e7711dbeaab526bf09bb98c5b23a76164d4d214ae5ff8c149')
-
-build() {
-  cd ${srcdir}/tomcat-native-${pkgver}-src/jni/native
-
-  ./configure \
---prefix=/usr \
---with-java-home=${JAVA_HOME} \
---with-apr=/usr \
---with-ssl=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}-src/jni/native
-
-  make DESTDIR=${pkgdir} install
-}

Copied: tomcat-native/repos/extra-x86_64/PKGBUILD (from rev 226209, 
tomcat-native/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-11-13 21:21:32 UTC (rev 226210)
@@ -0,0 +1,32 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+
+pkgname=tomcat-native
+pkgver=1.1.32
+pkgrel=1
+pkgdesc='Optional component for Tomcat to use certain native resources for 
performance, compatibility'
+arch=('i686' 'x86_64')
+url='http://tomcat.apache.org/native-doc/'
+license=('APACHE')
+depends=('apr')
+makedepends=('java-environment')
+options=('!emptydirs')

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

2014-11-13 Thread Anatol Pomozov
Date: Friday, November 14, 2014 @ 00:50:35
  Author: anatolik
Revision: 122536

upgpkg: crash 7.0.9-1

Modified:
  crash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 20:21:21 UTC (rev 122535)
+++ PKGBUILD2014-11-13 23:50:35 UTC (rev 122536)
@@ -5,7 +5,7 @@
 # Contributor: Mathieu Pasquet mathi...@mathieui.net
 
 pkgname=crash
-pkgver=7.0.8
+pkgver=7.0.9
 pkgrel=1
 pkgdesc='Linux kernel crashdump analysis tool'
 url='http://people.redhat.com/~anderson'
@@ -13,7 +13,7 @@
 license=(GPL)
 depends=(xz ncurses zlib)
 source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('9afc3295b5f946ba940c0d9a0771856156152eb274813351afd8064a3cc32644')
+sha256sums=('fb44255a50fe488e36a53654b030d641d5e77319f0b6dbf1bb07b6647ca80532')
 
 prepare() {
   cd crash-$pkgver


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

2014-11-13 Thread Anatol Pomozov
Date: Friday, November 14, 2014 @ 00:51:29
  Author: anatolik
Revision: 122537

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-13 23:50:35 UTC (rev 122536)
+++ community-i686/PKGBUILD 2014-11-13 23:51:29 UTC (rev 122537)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-# Contributor: Bernhard Walle bernhard.wa...@gmx.de
-# Contributor: Michael Eckert michael.eck...@linuxmail.org
-# Contributor: Mathieu Pasquet mathi...@mathieui.net
-
-pkgname=crash
-pkgver=7.0.8
-pkgrel=1
-pkgdesc='Linux kernel crashdump analysis tool'
-url='http://people.redhat.com/~anderson'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(xz ncurses zlib)
-source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('9afc3295b5f946ba940c0d9a0771856156152eb274813351afd8064a3cc32644')
-
-prepare() {
-  cd crash-$pkgver
-  make gdb_unzip
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
-}
-
-build() {
-  cd crash-$pkgver
-  make
-}
-
-package() {
-  cd crash-$pkgver
-
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man8
-  install crash $pkgdir/usr/bin/
-  install crash.8 $pkgdir/usr/share/man/man8/
-}

Copied: crash/repos/community-i686/PKGBUILD (from rev 122536, 
crash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-13 23:51:29 UTC (rev 122537)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Bernhard Walle bernhard.wa...@gmx.de
+# Contributor: Michael Eckert michael.eck...@linuxmail.org
+# Contributor: Mathieu Pasquet mathi...@mathieui.net
+
+pkgname=crash
+pkgver=7.0.9
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(xz ncurses zlib)
+source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
+sha256sums=('fb44255a50fe488e36a53654b030d641d5e77319f0b6dbf1bb07b6647ca80532')
+
+prepare() {
+  cd crash-$pkgver
+  make gdb_unzip
+  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
+}
+
+build() {
+  cd crash-$pkgver
+  make
+}
+
+package() {
+  cd crash-$pkgver
+
+  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man8
+  install crash $pkgdir/usr/bin/
+  install crash.8 $pkgdir/usr/share/man/man8/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-13 23:50:35 UTC (rev 122536)
+++ community-x86_64/PKGBUILD   2014-11-13 23:51:29 UTC (rev 122537)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
-# Contributor: Bernhard Walle bernhard.wa...@gmx.de
-# Contributor: Michael Eckert michael.eck...@linuxmail.org
-# Contributor: Mathieu Pasquet mathi...@mathieui.net
-
-pkgname=crash
-pkgver=7.0.8
-pkgrel=1
-pkgdesc='Linux kernel crashdump analysis tool'
-url='http://people.redhat.com/~anderson'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(xz ncurses zlib)
-source=(http://people.redhat.com/~anderson/crash-$pkgver.tar.gz)
-sha256sums=('9afc3295b5f946ba940c0d9a0771856156152eb274813351afd8064a3cc32644')
-
-prepare() {
-  cd crash-$pkgver
-  make gdb_unzip
-  sed -i '/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/' gdb-7.6/libiberty/configure
-}
-
-build() {
-  cd crash-$pkgver
-  make
-}
-
-package() {
-  cd crash-$pkgver
-
-  mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/man/man8
-  install crash $pkgdir/usr/bin/
-  install crash.8 $pkgdir/usr/share/man/man8/
-}

Copied: crash/repos/community-x86_64/PKGBUILD (from rev 122536, 
crash/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-11-13 23:51:29 UTC (rev 122537)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+# Contributor: Bernhard Walle bernhard.wa...@gmx.de
+# Contributor: Michael Eckert michael.eck...@linuxmail.org
+# Contributor: Mathieu Pasquet mathi...@mathieui.net
+
+pkgname=crash
+pkgver=7.0.9
+pkgrel=1
+pkgdesc='Linux kernel crashdump analysis tool'
+url='http://people.redhat.com/~anderson'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(xz ncurses 

[arch-commits] Commit in php-composer/repos/extra-any (4 files)

2014-11-13 Thread Pierre Schmitz
Date: Friday, November 14, 2014 @ 06:05:22
  Author: pierre
Revision: 226213

archrelease: copy trunk to extra-any

Added:
  php-composer/repos/extra-any/PKGBUILD
(from rev 226212, php-composer/trunk/PKGBUILD)
  php-composer/repos/extra-any/php.ini
(from rev 226212, php-composer/trunk/php.ini)
Deleted:
  php-composer/repos/extra-any/PKGBUILD
  php-composer/repos/extra-any/php.ini

--+
 PKGBUILD |  106 ++---
 php.ini  |   23 ++---
 2 files changed, 65 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-14 05:05:06 UTC (rev 226212)
+++ PKGBUILD2014-11-14 05:05:22 UTC (rev 226213)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-composer
-pkgver=1.0.0.alpha8.613
-pkgrel=1
-pkgdesc=Dependency Manager for PHP
-arch=('any')
-license=('MIT')
-url='http://getcomposer.org/'
-depends=('php' 'php-intl')
-makedepends=('git' ${pkgname})
-checkdepends=('mercurial')
-source=(${pkgname}::git+https://github.com/composer/composer.git;
-'php.ini')
-md5sums=('SKIP'
- '9d871623bc2ec0a37a7d78f708a7f838')
-
-pkgver() {
-   cd ${srcdir}/${pkgname}
-
-   local _tag=$(git tag -l --sort -version:refname | head -1)
-   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
-}
-
-prepare() {
-   cd ${srcdir}/${pkgname}
-
-   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
-   /usr/bin/composer -on install
-}
-
-check() {
-   cd ${srcdir}/${pkgname}
-
-   git config --global user.email ${USER}@${HOST}
-   git config --global user.name ${USER}
-   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
-}
-
-build() {
-   cd ${srcdir}/${pkgname}
-
-   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
-}
-
-package() {
-   cd ${srcdir}/${pkgname}
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
-   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
-}

Copied: php-composer/repos/extra-any/PKGBUILD (from rev 226212, 
php-composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-14 05:05:22 UTC (rev 226213)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-composer
+pkgver=1.0.0.alpha8.615
+pkgrel=1
+pkgdesc=Dependency Manager for PHP
+arch=('any')
+license=('MIT')
+url='http://getcomposer.org/'
+depends=('php' 'php-intl')
+makedepends=('git' ${pkgname})
+checkdepends=('mercurial')
+source=(${pkgname}::git+https://github.com/composer/composer.git;
+'php.ini')
+md5sums=('SKIP'
+ 'b31326c352763328dca0a567a67609ab')
+
+pkgver() {
+   cd ${srcdir}/${pkgname}
+
+   local _tag=$(git tag -l --sort -version:refname | head -1)
+   echo ${_tag}.$(git rev-list ${_tag}.. --count) | sed 's/-/./g'
+}
+
+prepare() {
+   cd ${srcdir}/${pkgname}
+
+   sed s~^#!/usr/bin/env php~#!/usr/bin/php 
-nc/usr/share/${pkgname}/php.ini~g -i src/Composer/Compiler.php
+   /usr/bin/composer -on install
+}
+
+check() {
+   cd ${srcdir}/${pkgname}
+
+   git config --global user.email ${USER}@${HOST}
+   git config --global user.name ${USER}
+   /usr/bin/php -nc ${srcdir}/php.ini vendor/phpunit/phpunit/phpunit.php
+}
+
+build() {
+   cd ${srcdir}/${pkgname}
+
+   /usr/bin/php -nc ${srcdir}/php.ini bin/compile
+}
+
+package() {
+   cd ${srcdir}/${pkgname}
+
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   install -Dm644 ${srcdir}/php.ini 
${pkgdir}/usr/share/php-composer/php.ini
+   install -Dm755 composer.phar ${pkgdir}/usr/bin/composer
+}

Deleted: php.ini
===
--- php.ini 2014-11-14 05:05:06 UTC (rev 226212)
+++ php.ini 2014-11-14 05:05:22 UTC (rev 226213)
@@ -1,11 +0,0 @@
-[PHP]
-memory_limit=-1
-extension=openssl.so
-extension=phar.so
-extension=zip.so
-extension=curl.so
-extension=intl.so
-[Date]
-date.timezone=UTC
-[Phar]
-phar.readonly=Off

Copied: php-composer/repos/extra-any/php.ini (from rev 226212, 
php-composer/trunk/php.ini)
===
--- php.ini (rev 0)
+++ php.ini 2014-11-14 05:05:22 UTC (rev 226213)
@@ -0,0 +1,12 @@
+[PHP]
+memory_limit=-1
+extension=openssl.so
+extension=phar.so
+extension=zip.so
+extension=bz2.so
+extension=curl.so
+extension=intl.so
+[Date]
+date.timezone=UTC
+[Phar]
+phar.readonly=Off


[arch-commits] Commit in php-composer/trunk (PKGBUILD php.ini)

2014-11-13 Thread Pierre Schmitz
Date: Friday, November 14, 2014 @ 06:05:06
  Author: pierre
Revision: 226212

upgpkg: php-composer 1.0.0.alpha8.615-1

Modified:
  php-composer/trunk/PKGBUILD
  php-composer/trunk/php.ini

--+
 PKGBUILD |4 ++--
 php.ini  |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-13 23:53:09 UTC (rev 226211)
+++ PKGBUILD2014-11-14 05:05:06 UTC (rev 226212)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=php-composer
-pkgver=1.0.0.alpha8.613
+pkgver=1.0.0.alpha8.615
 pkgrel=1
 pkgdesc=Dependency Manager for PHP
 arch=('any')
@@ -14,7 +14,7 @@
 source=(${pkgname}::git+https://github.com/composer/composer.git;
 'php.ini')
 md5sums=('SKIP'
- '9d871623bc2ec0a37a7d78f708a7f838')
+ 'b31326c352763328dca0a567a67609ab')
 
 pkgver() {
cd ${srcdir}/${pkgname}

Modified: php.ini
===
--- php.ini 2014-11-13 23:53:09 UTC (rev 226211)
+++ php.ini 2014-11-14 05:05:06 UTC (rev 226212)
@@ -3,6 +3,7 @@
 extension=openssl.so
 extension=phar.so
 extension=zip.so
+extension=bz2.so
 extension=curl.so
 extension=intl.so
 [Date]