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

2014-09-12 Thread Martin Wimpress
Date: Friday, September 12, 2014 @ 10:51:49
  Author: flexiondotorg
Revision: 118850

upgpkg: syncthing 0.9.15-1 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 05:17:14 UTC (rev 118849)
+++ PKGBUILD2014-09-12 08:51:49 UTC (rev 118850)
@@ -5,7 +5,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.9.14
+pkgver=0.9.15
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;



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

2014-09-12 Thread Martin Wimpress
Date: Friday, September 12, 2014 @ 10:52:03
  Author: flexiondotorg
Revision: 118851

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

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 118850, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 118850, syncthing/trunk/syncthing.1)
  syncthing/repos/community-i686/syncthing.install
(from rev 118850, syncthing/trunk/syncthing.install)
  syncthing/repos/community-i686/syncthing@.service
(from rev 118850, syncthing/trunk/syncthing@.service)
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 118850, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 118850, syncthing/trunk/syncthing.1)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 118850, syncthing/trunk/syncthing.install)
  syncthing/repos/community-x86_64/syncthing@.service
(from rev 118850, syncthing/trunk/syncthing@.service)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1
  syncthing/repos/community-i686/syncthing.install
  syncthing/repos/community-i686/syncthing@.service
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1
  syncthing/repos/community-x86_64/syncthing.install
  syncthing/repos/community-x86_64/syncthing@.service

-+
 /PKGBUILD   |  104 ++
 /syncthing.1|  188 ++
 /syncthing.install  |   26 
 /syncthing@.service |   24 
 community-i686/PKGBUILD |   52 -
 community-i686/syncthing.1  |   94 -
 community-i686/syncthing.install|   13 --
 community-i686/syncthing@.service   |   12 --
 community-x86_64/PKGBUILD   |   52 -
 community-x86_64/syncthing.1|   94 -
 community-x86_64/syncthing.install  |   13 --
 community-x86_64/syncthing@.service |   12 --
 12 files changed, 342 insertions(+), 342 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-12 08:51:49 UTC (rev 118850)
+++ community-i686/PKGBUILD 2014-09-12 08:52:03 UTC (rev 118851)
@@ -1,52 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.9.14
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
-syncthing@.service
-syncthing.1)
-sha1sums=('SKIP'
-  '204cad3823306c793a14a17a23220e26199160d4'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-install=${pkgname}.install
-
-prepare() {
-cd ${srcdir}
-mkdir -p src/github.com/syncthing
-mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh  -tags noupgrade
-}
-
-check() {
-export GOPATH=${srcdir}
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-./build.sh test
-}
-
-package() {
-cd ${srcdir}/src/github.com/syncthing/${pkgname}
-for FILE in bin/*; do
-BASE_FILE=$(basename ${FILE})
-install -D -m 755 bin/${BASE_FILE} ${pkgdir}/usr/bin/${BASE_FILE}
-done
-install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-install -D -m 644 README.md ${pkgdir}/usr/share/doc/${pkgname}/README.md
-install -D -m 644 ${srcdir}/${pkgname}@.service 
${pkgdir}/usr/lib/systemd/system/${pkgname}@.service
-install -D -m 644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 118850, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-12 08:52:03 UTC (rev 118851)
@@ -0,0 +1,52 @@
+# $Id:
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.9.15
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver};
+syncthing@.service
+  

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

2014-09-12 Thread Laurent Carlier
Date: Friday, September 12, 2014 @ 11:04:30
  Author: lcarlier
Revision: 221440

better mesa-dri packaging

Modified:
  mesa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 04:22:33 UTC (rev 221439)
+++ PKGBUILD2014-09-12 09:04:30 UTC (rev 221440)
@@ -78,8 +78,8 @@
 }
 
 package_mesa-dri() {
-  pkgdesc=Mesa DRI drivers for AMD, Intel, NVIDIA and VMWare
-  depends=('mesa-libgl' mesa=${pkgver} 'libtxc_dxtn' 'libomxil-bellagio' 
'libvdpau')
+  pkgdesc=Mesa DRI drivers
+  depends=('mesa-libgl' mesa=${pkgver} 'libtxc_dxtn')
   conflicts=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri')
   provides=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri')
   replaces=('ati-dri' 'intel-dri' 'nouveau-dri' 'svga-dri')
@@ -88,9 +88,6 @@
   mv -v ${srcdir}/fakeinstall/etc/drirc ${pkgdir}/etc
   
   install -m755 -d ${pkgdir}/usr/lib/xorg/modules/dri
-
-  mv -v ${srcdir}/fakeinstall/usr/lib/bellagio  ${pkgdir}/usr/lib
-  mv -v ${srcdir}/fakeinstall/usr/lib/vdpau ${pkgdir}/usr/lib
   # ati-dri
   mv -v 
${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/{r200,r300,r600,radeon{,si}}_dri.so
 ${pkgdir}/usr/lib/xorg/modules/dri
   # nouveau-dri
@@ -99,7 +96,9 @@
   mv -v ${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/{i915,i965}_dri.so 
${pkgdir}/usr/lib/xorg/modules/dri
   # svga-dri
   mv -v ${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/vmwgfx_dri.so 
${pkgdir}/usr/lib/xorg/modules/dri
-
+  # swrast
+  mv -v ${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/{kms_,}swrast_dri.so 
${pkgdir}/usr/lib/xorg/modules/dri
+   
   install -m755 -d ${pkgdir}/usr/share/licenses/mesa-dri
   install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/mesa-dri/
 }
@@ -106,7 +105,8 @@
 
 package_mesa() {
   pkgdesc=an open-source implementation of the OpenGL specification
-  depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 
'systemd' 'elfutils' 'llvm-libs')
+  depends=('libdrm' 'wayland' 'libxxf86vm' 'libxdamage' 'libxshmfence' 
'systemd' 'elfutils' 
+   'libomxil-bellagio' 'libvdpau' 'llvm-libs')
   optdepends=('opengl-man-pages: for the OpenGL API man pages')
   provides=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel')
   conflicts=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel')
@@ -113,6 +113,8 @@
   replaces=('libglapi' 'osmesa' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel')
 
   install -m755 -d ${pkgdir}/usr/lib
+  mv -v ${srcdir}/fakeinstall/usr/lib/bellagio  ${pkgdir}/usr/lib
+  mv -v ${srcdir}/fakeinstall/usr/lib/vdpau ${pkgdir}/usr/lib
   mv -v 
${srcdir}/fakeinstall/usr/lib/lib{OSMesa,gbm,glapi,wayland-egl,xatracker}.so* 
${pkgdir}/usr/lib/
   # FS#41337
   #mv -v ${srcdir}/fakeinstall/usr/lib/gbm/gbm_gallium_drm* 
${pkgdir}/usr/lib/gbm/
@@ -120,9 +122,6 @@
   mv -v ${srcdir}/fakeinstall/usr/include ${pkgdir}/usr
   mv -v ${srcdir}/fakeinstall/usr/lib/pkgconfig ${pkgdir}/usr/lib/
   
-  install -m755 -d ${pkgdir}/usr/lib/xorg/modules/dri
-  mv -v ${srcdir}/fakeinstall/usr/lib/xorg/modules/dri/{kms_,}swrast_dri* 
${pkgdir}/usr/lib/xorg/modules/dri/
-  
   install -m755 -d ${pkgdir}/usr/lib/mesa
   # move libgl/EGL/glesv*.so to not conflict with blobs - may break .pc files ?
   mv -v ${srcdir}/fakeinstall/usr/lib/libGL.so*${pkgdir}/usr/lib/mesa/



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

2014-09-12 Thread Evangelos Foutras
Date: Friday, September 12, 2014 @ 11:05:25
  Author: foutrelis
Revision: 221441

upgpkg: smplayer 14.9.0-1

New upstream release.

Modified:
  smplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 09:04:30 UTC (rev 221440)
+++ PKGBUILD2014-09-12 09:05:25 UTC (rev 221441)
@@ -5,8 +5,8 @@
 # Contributor: shamrok szam...@gmail.com
 
 pkgname=smplayer
-pkgver=14.3.0
-pkgrel=2
+pkgver=14.9.0
+pkgrel=1
 pkgdesc=A complete front-end for MPlayer
 arch=('i686' 'x86_64')
 url=http://smplayer.sourceforge.net/;
@@ -18,7 +18,7 @@
 'smtube: browse and play youtube videos')
 install=smplayer.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('c6ef86f7fe0022b35c0f06430f4cd9bd')
+md5sums=('34bd6762f684064bafdaea0afa4e2d40')
 
 build() {
   cd $pkgname-$pkgver



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

2014-09-12 Thread Evangelos Foutras
Date: Friday, September 12, 2014 @ 11:05:44
  Author: foutrelis
Revision: 221442

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

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

---+
 /PKGBUILD |   68 
 /smplayer.install |   24 ++
 extra-i686/PKGBUILD   |   34 
 extra-i686/smplayer.install   |   12 ---
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/smplayer.install |   12 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-12 09:05:25 UTC (rev 221441)
+++ extra-i686/PKGBUILD 2014-09-12 09:05:44 UTC (rev 221442)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
-# Contributor: shamrok szam...@gmail.com
-
-pkgname=smplayer
-pkgver=14.3.0
-pkgrel=2
-pkgdesc=A complete front-end for MPlayer
-arch=('i686' 'x86_64')
-url=http://smplayer.sourceforge.net/;
-license=('GPL')
-depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11')
-makedepends=('qt5-tools')
-optdepends=('smplayer-themes: icon themes collection'
-'smplayer-skins: skin themes collection'
-'smtube: browse and play youtube videos')
-install=smplayer.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('c6ef86f7fe0022b35c0f06430f4cd9bd')
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr \
-DOC_PATH=\\\/usr/share/doc/smplayer\\\ \
-QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DOC_PATH=/usr/share/doc/smplayer \
-DESTDIR=$pkgdir PREFIX=/usr install
-}

Copied: smplayer/repos/extra-i686/PKGBUILD (from rev 221441, 
smplayer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-12 09:05:44 UTC (rev 221442)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
+# Contributor: shamrok szam...@gmail.com
+
+pkgname=smplayer
+pkgver=14.9.0
+pkgrel=1
+pkgdesc=A complete front-end for MPlayer
+arch=('i686' 'x86_64')
+url=http://smplayer.sourceforge.net/;
+license=('GPL')
+depends=('qt5-script' 'mplayer' 'hicolor-icon-theme' 'libxkbcommon-x11')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+'smplayer-skins: skin themes collection'
+'smtube: browse and play youtube videos')
+install=smplayer.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('34bd6762f684064bafdaea0afa4e2d40')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr \
+DOC_PATH=\\\/usr/share/doc/smplayer\\\ \
+QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DOC_PATH=/usr/share/doc/smplayer \
+DESTDIR=$pkgdir PREFIX=/usr install
+}

Deleted: extra-i686/smplayer.install
===
--- extra-i686/smplayer.install 2014-09-12 09:05:25 UTC (rev 221441)
+++ extra-i686/smplayer.install 2014-09-12 09:05:44 UTC (rev 221442)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor  /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: smplayer/repos/extra-i686/smplayer.install (from rev 221441, 
smplayer/trunk/smplayer.install)
===
--- extra-i686/smplayer.install (rev 0)
+++ extra-i686/smplayer.install 2014-09-12 09:05:44 UTC (rev 221442)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor  /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-12 09:05:25 UTC (rev 221441)
+++ extra-x86_64/PKGBUILD   2014-09-12 

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

2014-09-12 Thread Bartłomiej Piotrowski
Date: Friday, September 12, 2014 @ 13:06:06
  Author: bpiotrowski
Revision: 118855

archrelease: copy trunk to community-any

Added:
  gimp-help/repos/community-any/PKGBUILD
(from rev 118854, gimp-help/trunk/PKGBUILD)
Deleted:
  gimp-help/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-12 11:05:55 UTC (rev 118854)
+++ PKGBUILD2014-09-12 11:06:06 UTC (rev 118855)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Piotr Rogoża rogoza dot piotr at gmail dot com
-
-pkgbase=gimp-help
-pkgver=2.8.2
-pkgrel=1
-arch=('any')
-url='http://docs.gimp.org/'
-license=('GPL' 'LGPL')
-makedepends=('python2' 'docbook-xsl')
-options=(!strip !zipman)
-source=(http://download.gimp.org/pub/gimp/help/gimp-help-$pkgver.tar.bz2)
-md5sums=('a591c8974b2f4f584d0a769d52ed6c5b')
-
-declare -A _languages
-_languages=(
-  [ca]='Catalan'
-  [da]='Danish'
-  [de]='German'
-  [el]='Greek'
-  [en]='English'
-  [en_GB]='English (United Kingdom)'
-  [es]='Spanish'
-  [fr]='French'
-  [it]='Italian'
-  [ja]='Japanese'
-  [ko]='Korean'
-  [nl]='Dutch'
-  [nn]='Norwegian'
-  [pt_BR]='Brazilian Portuguese'
-  [ru]='Russian'
-  [sl]='Slovenian'
-  [sv]='Swedish'
-  [zh_CN]='Chinese (simplified)'
-)
-
-_package() {
-  pkgdesc=${_languages[$1]} help files for Gimp
-  install -dm755 $pkgdir/usr/share/gimp/2.0/help/$1
-  cp -rL $srcdir/$pkgbase-$pkgver/html/$1 \
-$pkgdir/usr/share/gimp/2.0/help
-}
-
-prepare() {
-  cd $pkgbase-$pkgver
-  sed -e '1s/python$/python2/' -i tools/xml2po.py
-}
-
-build(){
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --without-gimp
-  make
-}
-
-for lang in ${!_languages[@]}; do
-  _pkgname=gimp-help-$lang
-
-  pkgname+=($_pkgname)
-  eval package_$_pkgname() {
-_package $lang
-  }
-done

Copied: gimp-help/repos/community-any/PKGBUILD (from rev 118854, 
gimp-help/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-12 11:06:06 UTC (rev 118855)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer:
+# Contributor: Piotr Rogoża rogoza dot piotr at gmail dot com
+
+pkgbase=gimp-help
+pkgver=2.8.2
+pkgrel=2
+arch=('any')
+url='http://docs.gimp.org/'
+license=('GPL' 'LGPL')
+makedepends=('python2' 'docbook-xsl')
+options=(!strip !zipman)
+source=(http://ftp.gimp.org/pub/gimp/help/gimp-help-$pkgver.tar.bz2)
+md5sums=('a591c8974b2f4f584d0a769d52ed6c5b')
+
+_languages=(
+  'ca Catalan'
+  'da Danish'
+  'de German'
+  'el Greek'
+  'en English'
+  'en_GB  English (United Kingdom)'
+  'es Spanish'
+  'fr French'
+  'it Italian'
+  'ja Japanese'
+  'ko Korean'
+  'nl Dutch'
+  'nn Norwegian '
+  'pt_BR  Brazilian Portuguese'
+  'ru Russian'
+  'sl Slovenian'
+  'sv Swedish'
+  'zh_CN  Chinese (simplified)'
+)
+
+_package() {
+  pkgdesc=$2 help files for Gimp
+  install -dm755 $pkgdir/usr/share/gimp/2.0/help/$1
+  cp -rL $srcdir/$pkgbase-$pkgver/html/$1 \
+$pkgdir/usr/share/gimp/2.0/help
+}
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -e '1s/python$/python2/' -i tools/xml2po.py
+}
+
+build(){
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr --without-gimp
+  make
+}
+
+for _lang in ${_languages[@]}; do
+  _locale=${_lang%% *}
+  _pkgname=gimp-help-${_locale,,}
+
+  pkgname+=($_pkgname)
+  eval package_$_pkgname() {
+_package $_lang
+  }
+done



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

2014-09-12 Thread Bartłomiej Piotrowski
Date: Friday, September 12, 2014 @ 13:05:55
  Author: bpiotrowski
Revision: 118854

upgpkg: gimp-help 2.8.2-2

fix packages descriptions (FS#41786)

Modified:
  gimp-help/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 10:21:09 UTC (rev 118853)
+++ PKGBUILD2014-09-12 11:05:55 UTC (rev 118854)
@@ -4,39 +4,38 @@
 
 pkgbase=gimp-help
 pkgver=2.8.2
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://docs.gimp.org/'
 license=('GPL' 'LGPL')
 makedepends=('python2' 'docbook-xsl')
 options=(!strip !zipman)
-source=(http://download.gimp.org/pub/gimp/help/gimp-help-$pkgver.tar.bz2)
+source=(http://ftp.gimp.org/pub/gimp/help/gimp-help-$pkgver.tar.bz2)
 md5sums=('a591c8974b2f4f584d0a769d52ed6c5b')
 
-declare -A _languages
 _languages=(
-  [ca]='Catalan'
-  [da]='Danish'
-  [de]='German'
-  [el]='Greek'
-  [en]='English'
-  [en_GB]='English (United Kingdom)'
-  [es]='Spanish'
-  [fr]='French'
-  [it]='Italian'
-  [ja]='Japanese'
-  [ko]='Korean'
-  [nl]='Dutch'
-  [nn]='Norwegian'
-  [pt_BR]='Brazilian Portuguese'
-  [ru]='Russian'
-  [sl]='Slovenian'
-  [sv]='Swedish'
-  [zh_CN]='Chinese (simplified)'
+  'ca Catalan'
+  'da Danish'
+  'de German'
+  'el Greek'
+  'en English'
+  'en_GB  English (United Kingdom)'
+  'es Spanish'
+  'fr French'
+  'it Italian'
+  'ja Japanese'
+  'ko Korean'
+  'nl Dutch'
+  'nn Norwegian '
+  'pt_BR  Brazilian Portuguese'
+  'ru Russian'
+  'sl Slovenian'
+  'sv Swedish'
+  'zh_CN  Chinese (simplified)'
 )
 
 _package() {
-  pkgdesc=${_languages[$1]} help files for Gimp
+  pkgdesc=$2 help files for Gimp
   install -dm755 $pkgdir/usr/share/gimp/2.0/help/$1
   cp -rL $srcdir/$pkgbase-$pkgver/html/$1 \
 $pkgdir/usr/share/gimp/2.0/help
@@ -53,11 +52,12 @@
   make
 }
 
-for lang in ${!_languages[@]}; do
-  _pkgname=gimp-help-$lang
+for _lang in ${_languages[@]}; do
+  _locale=${_lang%% *}
+  _pkgname=gimp-help-${_locale,,}
 
   pkgname+=($_pkgname)
   eval package_$_pkgname() {
-_package $lang
+_package $_lang
   }
 done



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

2014-09-12 Thread Bartłomiej Piotrowski
Date: Friday, September 12, 2014 @ 13:13:34
  Author: bpiotrowski
Revision: 118857

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
(from rev 118856, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-12 11:13:28 UTC (rev 118856)
+++ PKGBUILD2014-09-12 11:13:34 UTC (rev 118857)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Chris seitz.christ...@gmail.com
-# Contributor: m0ikz ndelato...@moikz.com.ar
-# Contributor: atweiden archb...@gmail.com
-
-pkgname=ansible
-pkgver=1.7.1
-pkgrel=2
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
-makedepends=('asciidoc' 'fakeroot')
-optdepends=('python2-pyasn1: needed for accelerated mode'
-'python2-crypto: needed for accelerated mode'
-'python2-keyczar: needed for accelerated mode')
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('d1dedd0808a138a8a0945197d38ba56123503e2440f44fe3d67c0b4bbf719572')
-
-prepare() {
-  find $pkgname-$pkgver -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install -O1 --root=$pkgdir
-
-  install -d $pkgdir/usr/share/ansible
-  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
-  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible
-  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
-
-  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
-  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
-
-  install -d $pkgdir/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ansible/repos/community-any/PKGBUILD (from rev 118856, 
ansible/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-12 11:13:34 UTC (rev 118857)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Chris seitz.christ...@gmail.com
+# Contributor: m0ikz ndelato...@moikz.com.ar
+# Contributor: atweiden archb...@gmail.com
+
+pkgname=ansible
+pkgver=1.7.1
+pkgrel=3
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
+makedepends=('asciidoc' 'fakeroot')
+optdepends=('python2-pyasn1: needed for accelerated mode'
+'python2-crypto: needed for accelerated mode'
+'python2-keyczar: needed for accelerated mode')
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
+sha256sums=('d1dedd0808a138a8a0945197d38ba56123503e2440f44fe3d67c0b4bbf719572')
+
+prepare() {
+  find $pkgname-$pkgver -type f -name \*.py -exec sed -i '1s:python$:2:' {} +
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install -O1 --root=$pkgdir
+
+  install -d $pkgdir/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
+  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
+
+  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
+  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
+
+  install -d $pkgdir/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
+}



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

2014-09-12 Thread Bartłomiej Piotrowski
Date: Friday, September 12, 2014 @ 13:13:28
  Author: bpiotrowski
Revision: 118856

upgpkg: ansible 1.7.1-3

move example configuration files to /usr/share/ansible/doc/examples/, as ansible
expects files in /usr/share/ansible/* to be modules (FS#41482)

Modified:
  ansible/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 11:06:06 UTC (rev 118855)
+++ PKGBUILD2014-09-12 11:13:28 UTC (rev 118856)
@@ -7,7 +7,7 @@
 
 pkgname=ansible
 pkgver=1.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='http://www.ansible.com'
@@ -34,16 +34,14 @@
   cd $pkgname-$pkgver
   python2 setup.py install -O1 --root=$pkgdir
 
-  install -d $pkgdir/usr/share/ansible
-  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
-  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible
-  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
+  install -d $pkgdir/usr/share/ansible/doc
+  cp -dpr --no-preserve=ownership ./library/* $pkgdir/usr/share/ansible/
+  cp -dpr --no-preserve=ownership ./examples $pkgdir/usr/share/ansible/doc/
+  install -Dm644 examples/ansible.cfg $pkgdir/etc/ansible/ansible.cfg
 
-  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
-  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
+  install -Dm644 README.md $pkgdir/usr/share/doc/ansible/README.md
+  install -Dm644 COPYING $pkgdir/usr/share/doc/ansible/COPYING
 
-  install -d $pkgdir/usr/share/man/man1
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
+  install -d $pkgdir/usr/share/man/man1
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 
$pkgdir/usr/share/man/man1
 }
-
-# vim:set ts=2 sw=2 et:



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

2014-09-12 Thread Andrea Scarpino
Date: Friday, September 12, 2014 @ 14:06:56
  Author: andrea
Revision: 221443

Fix wrong path in pc and prl file

Modified:
  qtwebkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 09:05:44 UTC (rev 221442)
+++ PKGBUILD2014-09-12 12:06:56 UTC (rev 221443)
@@ -63,4 +63,10 @@
 
   cd 
../qt-everywhere-opensource-src-${_qtver}/tools/designer/src/plugins/qwebview
   make INSTALL_ROOT=${pkgdir} install
+
+  # Fix wrong libs path in pkgconfig file
+  perl -pi -e s, -L${srcdir}/?\S+,,g 
${pkgdir}/usr/lib/pkgconfig/QtWebKit.pc
+
+  # Fix wrong path in prl file
+  sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' 
${pkgdir}/usr/lib/libQtWebKit.prl
 }



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

2014-09-12 Thread Sergej Pupykin
Date: Friday, September 12, 2014 @ 14:13:06
  Author: spupykin
Revision: 118859

upgpkg: dzen2 0.9.5git-4

upd

Modified:
  dzen2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 11:24:51 UTC (rev 118858)
+++ PKGBUILD2014-09-12 12:13:06 UTC (rev 118859)
@@ -4,7 +4,7 @@
 
 pkgname=dzen2
 pkgver=0.9.5git
-pkgrel=3
+pkgrel=4
 arch=(i686 x86_64)
 pkgdesc=X notification utility
 url=https://github.com/robm/dzen;
@@ -14,16 +14,20 @@
 source=($pkgname-$pkgver::git://github.com/robm/dzen)
 md5sums=('SKIP')
 
-build() {
+prepare() {
   cd $srcdir/$pkgname-$pkgver
+  sed -i 's|DZEN_XMP|DZEN_XPM|g' main.c
 
-  CFLAGS= -Wall -Os \${INCS} -DVERSION=${VERSION}\\\ -DDZEN_XINERAMA 
-DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`
+  CFLAGS=$CFLAGS -Wall -Os \${INCS} -DVERSION=${VERSION}\\\ 
-DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`
   LIBS= -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11
 
   echo CFLAGS=$CFLAGS config.mk
   echo LIBS=$LIBS config.mk
-  echo LDFLAGS=$LIBS config.mk
+  echo LDFLAGS=$LDFLAGS $LIBS config.mk
+}
 
+build() {
+  cd $srcdir/$pkgname-$pkgver
   make X11INC=/usr/include X11LIB=/usr/lib
   (cd gadgets  make X11INC=/usr/include X11LIB=/usr/lib)
 }
@@ -32,5 +36,8 @@
   cd $srcdir/$pkgname-$pkgver
   make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install
   (cd gadgets  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install)
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING
+  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING
+
+  install -dm0644 $pkgdir/usr/share/doc/dzen2
+  install -m0644 README* $pkgdir/usr/share/doc/dzen2/
 }



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

2014-09-12 Thread Sergej Pupykin
Date: Friday, September 12, 2014 @ 14:13:20
  Author: spupykin
Revision: 118860

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-12 12:13:06 UTC (rev 118859)
+++ community-i686/PKGBUILD 2014-09-12 12:13:20 UTC (rev 118860)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Mark Taylor sky...@gmail.com
-
-pkgname=dzen2
-pkgver=0.9.5git
-pkgrel=3
-arch=(i686 x86_64)
-pkgdesc=X notification utility
-url=https://github.com/robm/dzen;
-license=(MIT)
-depends=('libx11' 'libxpm' 'libxinerama' 'libxft')
-makedepends=('gcc' 'git')
-source=($pkgname-$pkgver::git://github.com/robm/dzen)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  CFLAGS= -Wall -Os \${INCS} -DVERSION=${VERSION}\\\ -DDZEN_XINERAMA 
-DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`
-  LIBS= -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11
-
-  echo CFLAGS=$CFLAGS config.mk
-  echo LIBS=$LIBS config.mk
-  echo LDFLAGS=$LIBS config.mk
-
-  make X11INC=/usr/include X11LIB=/usr/lib
-  (cd gadgets  make X11INC=/usr/include X11LIB=/usr/lib)
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install
-  (cd gadgets  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install)
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING
-}

Copied: dzen2/repos/community-i686/PKGBUILD (from rev 118859, 
dzen2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-12 12:13:20 UTC (rev 118860)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Mark Taylor sky...@gmail.com
+
+pkgname=dzen2
+pkgver=0.9.5git
+pkgrel=4
+arch=(i686 x86_64)
+pkgdesc=X notification utility
+url=https://github.com/robm/dzen;
+license=(MIT)
+depends=('libx11' 'libxpm' 'libxinerama' 'libxft')
+makedepends=('gcc' 'git')
+source=($pkgname-$pkgver::git://github.com/robm/dzen)
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|DZEN_XMP|DZEN_XPM|g' main.c
+
+  CFLAGS=$CFLAGS -Wall -Os \${INCS} -DVERSION=${VERSION}\\\ 
-DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`
+  LIBS= -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11
+
+  echo CFLAGS=$CFLAGS config.mk
+  echo LIBS=$LIBS config.mk
+  echo LDFLAGS=$LDFLAGS $LIBS config.mk
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make X11INC=/usr/include X11LIB=/usr/lib
+  (cd gadgets  make X11INC=/usr/include X11LIB=/usr/lib)
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install
+  (cd gadgets  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install)
+  install -Dm0644 LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING
+
+  install -dm0644 $pkgdir/usr/share/doc/dzen2
+  install -m0644 README* $pkgdir/usr/share/doc/dzen2/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-12 12:13:06 UTC (rev 118859)
+++ community-x86_64/PKGBUILD   2014-09-12 12:13:20 UTC (rev 118860)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Mark Taylor sky...@gmail.com
-
-pkgname=dzen2
-pkgver=0.9.5git
-pkgrel=3
-arch=(i686 x86_64)
-pkgdesc=X notification utility
-url=https://github.com/robm/dzen;
-license=(MIT)
-depends=('libx11' 'libxpm' 'libxinerama' 'libxft')
-makedepends=('gcc' 'git')
-source=($pkgname-$pkgver::git://github.com/robm/dzen)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  CFLAGS= -Wall -Os \${INCS} -DVERSION=${VERSION}\\\ -DDZEN_XINERAMA 
-DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`
-  LIBS= -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11
-
-  echo CFLAGS=$CFLAGS config.mk
-  echo LIBS=$LIBS config.mk
-  echo LDFLAGS=$LIBS config.mk
-
-  make X11INC=/usr/include X11LIB=/usr/lib
-  (cd gadgets  make X11INC=/usr/include X11LIB=/usr/lib)
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install
-  (cd gadgets  make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install)
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING
-}

Copied: 

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

2014-09-12 Thread Sergej Pupykin
Date: Friday, September 12, 2014 @ 14:23:23
  Author: spupykin
Revision: 118861

upgpkg: sqlitebrowser 3.2.0-3

upd

Added:
  sqlitebrowser/trunk/sqlitebrowser.install
Modified:
  sqlitebrowser/trunk/PKGBUILD

---+
 PKGBUILD  |5 +++--
 sqlitebrowser.install |   13 +
 2 files changed, 16 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 12:13:20 UTC (rev 118860)
+++ PKGBUILD2014-09-12 12:23:23 UTC (rev 118861)
@@ -5,7 +5,7 @@
 
 pkgname=sqlitebrowser
 pkgver=3.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc=SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt
 arch=('i686' 'x86_64')
 url=http://sqlitebrowser.org/;
@@ -12,6 +12,7 @@
 license=('GPL')
 depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
 makedepends=('cmake')
+install=sqlitebrowser.install
 
source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
 md5sums=('8e0edc6b14230e3933aa68a4731d9bd3')
 
@@ -31,5 +32,5 @@
   make install DESTDIR=$pkgdir
   install -Dm0644 distri/sqlitebrowser.desktop 
$pkgdir/usr/share/applications/sqlitebrowser.desktop
   install -dm0755 $pkgdir/usr/share/icons/
-  install -m0644 images/sqlitebrowser.{png,svg} $pkgdir/usr/share/icons/
+  install -m0644 images/sqlitebrowser.svg $pkgdir/usr/share/icons/
 }

Added: sqlitebrowser.install
===
--- sqlitebrowser.install   (rev 0)
+++ sqlitebrowser.install   2014-09-12 12:23:23 UTC (rev 118861)
@@ -0,0 +1,13 @@
+post_install() {
+   [[ -x usr/bin/update-desktop-database ]]  update-desktop-database -q 
|| true
+   [[ -x usr/bin/gtk-update-icon-cache ]]  gtk-update-icon-cache -q -t 
-f usr/share/icons/hicolor || true
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}



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

2014-09-12 Thread Sergej Pupykin
Date: Friday, September 12, 2014 @ 14:23:36
  Author: spupykin
Revision: 118862

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

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

+
 /PKGBUILD  |   72 +++
 community-i686/PKGBUILD|   35 ---
 community-i686/sqlitebrowser.install   |   13 +
 community-x86_64/PKGBUILD  |   35 ---
 community-x86_64/sqlitebrowser.install |   13 +
 5 files changed, 98 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-12 12:23:23 UTC (rev 118861)
+++ community-i686/PKGBUILD 2014-09-12 12:23:36 UTC (rev 118862)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: Douglas Soares de Andrade dsandr...@gmail.com
-# Contributor: Michael Fellinger m.fellin...@gmail.com
-
-pkgname=sqlitebrowser
-pkgver=3.2.0
-pkgrel=2
-pkgdesc=SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt
-arch=('i686' 'x86_64')
-url=http://sqlitebrowser.org/;
-license=('GPL')
-depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
-makedepends=('cmake')
-source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
-md5sums=('8e0edc6b14230e3933aa68a4731d9bd3')
-
-prepare() {
-  cd $srcdir/$pkgname-sqlb-$pkgver
-  sed -i 's|Icon=.*|Icon=sqlitebrowser|' distri/sqlitebrowser.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname-sqlb-$pkgver
-  cmake -DUSE_QT5=TRUE -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-sqlb-$pkgver
-  make install DESTDIR=$pkgdir
-  install -Dm0644 distri/sqlitebrowser.desktop 
$pkgdir/usr/share/applications/sqlitebrowser.desktop
-  install -dm0755 $pkgdir/usr/share/icons/
-  install -m0644 images/sqlitebrowser.{png,svg} $pkgdir/usr/share/icons/
-}

Copied: sqlitebrowser/repos/community-i686/PKGBUILD (from rev 118861, 
sqlitebrowser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-12 12:23:36 UTC (rev 118862)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: Douglas Soares de Andrade dsandr...@gmail.com
+# Contributor: Michael Fellinger m.fellin...@gmail.com
+
+pkgname=sqlitebrowser
+pkgver=3.2.0
+pkgrel=3
+pkgdesc=SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt
+arch=('i686' 'x86_64')
+url=http://sqlitebrowser.org/;
+license=('GPL')
+depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
+makedepends=('cmake')
+install=sqlitebrowser.install
+source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
+md5sums=('8e0edc6b14230e3933aa68a4731d9bd3')
+
+prepare() {
+  cd $srcdir/$pkgname-sqlb-$pkgver
+  sed -i 's|Icon=.*|Icon=sqlitebrowser|' distri/sqlitebrowser.desktop
+}
+
+build() {
+  cd $srcdir/$pkgname-sqlb-$pkgver
+  cmake -DUSE_QT5=TRUE -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-sqlb-$pkgver
+  make install DESTDIR=$pkgdir
+  install -Dm0644 distri/sqlitebrowser.desktop 
$pkgdir/usr/share/applications/sqlitebrowser.desktop
+  install -dm0755 $pkgdir/usr/share/icons/
+  install -m0644 images/sqlitebrowser.svg $pkgdir/usr/share/icons/
+}

Copied: sqlitebrowser/repos/community-i686/sqlitebrowser.install (from rev 
118861, sqlitebrowser/trunk/sqlitebrowser.install)
===
--- community-i686/sqlitebrowser.install(rev 0)
+++ community-i686/sqlitebrowser.install2014-09-12 12:23:36 UTC (rev 
118862)
@@ -0,0 +1,13 @@
+post_install() {
+   [[ -x usr/bin/update-desktop-database ]]  update-desktop-database -q 
|| true
+   [[ -x usr/bin/gtk-update-icon-cache ]]  gtk-update-icon-cache -q -t 
-f usr/share/icons/hicolor || true
+}
+
+post_upgrade() {
+   post_install
+}
+
+
+post_remove() {
+   post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-12 12:23:23 UTC (rev 118861)
+++ community-x86_64/PKGBUILD   2014-09-12 12:23:36 UTC (rev 118862)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 

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

2014-09-12 Thread Andrea Scarpino
Date: Friday, September 12, 2014 @ 14:30:16
  Author: andrea
Revision: 221445

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

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

+
 /PKGBUILD  |   98 +++
 /cmake.install |   24 ++
 extra-i686/PKGBUILD|   49 -
 extra-i686/cmake.install   |   12 -
 extra-x86_64/PKGBUILD  |   49 -
 extra-x86_64/cmake.install |   12 -
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-12 12:30:07 UTC (rev 221444)
+++ extra-i686/PKGBUILD 2014-09-12 12:30:16 UTC (rev 221445)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=cmake
-pkgver=3.0.1
-pkgrel=1
-pkgdesc='A cross-platform open-source make system'
-arch=('i686' 'x86_64')
-url=http://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info')
-makedepends=('qt5-base' 'python-sphinx' 'emacs')
-optdepends=('qt5-base: cmake-gui'
-'libxkbcommon-x11: cmake-gui')
-install=${pkgname}.install
-source=(http://www.cmake.org/files/v3.0/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('e2e05d84cb44a42f1371d9995631dcf5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---sphinx-man \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  vimpath=${pkgdir}/usr/share/vim/vimfiles
-  install -d ${vimpath}/{help,indent,syntax}
-  ln -s /usr/share/cmake-3.0/editors/vim/cmake-help.vim ${vimpath}/help/
-  ln -s /usr/share/cmake-3.0/editors/vim/cmake-indent.vim ${vimpath}/indent/
-  ln -s /usr/share/cmake-3.0/editors/vim/cmake-syntax.vim ${vimpath}/syntax/
-
-  install -d ${pkgdir}/usr/share/emacs/site-lisp/
-  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/cmake-3.0/editors/emacs/cmake-mode.el
-  ln -s /usr/share/cmake-3.0/editors/emacs/cmake-mode.el 
${pkgdir}/usr/share/emacs/site-lisp/
-
-  install -Dm644 Copyright.txt \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-i686/PKGBUILD (from rev 221444, cmake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-12 12:30:16 UTC (rev 221445)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=cmake
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('i686' 'x86_64')
+url=http://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui'
+'libxkbcommon-x11: cmake-gui')
+install=${pkgname}.install
+source=(http://www.cmake.org/files/v3.0/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('db4c687a31444a929d2fdc36c4dfb95f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  vimpath=${pkgdir}/usr/share/vim/vimfiles
+  install -d ${vimpath}/{help,indent,syntax}
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-help.vim ${vimpath}/help/
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-indent.vim ${vimpath}/indent/
+  ln -s /usr/share/cmake-3.0/editors/vim/cmake-syntax.vim ${vimpath}/syntax/
+
+  install -d ${pkgdir}/usr/share/emacs/site-lisp/
+  emacs -batch -f batch-byte-compile 
${pkgdir}/usr/share/cmake-3.0/editors/emacs/cmake-mode.el
+  ln -s /usr/share/cmake-3.0/editors/emacs/cmake-mode.el 
${pkgdir}/usr/share/emacs/site-lisp/
+
+  install -Dm644 Copyright.txt \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-i686/cmake.install
===
--- extra-i686/cmake.install2014-09-12 12:30:07 UTC (rev 221444)
+++ extra-i686/cmake.install2014-09-12 12:30:16 UTC (rev 221445)
@@ -1,12 

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

2014-09-12 Thread Andrea Scarpino
Date: Friday, September 12, 2014 @ 14:30:07
  Author: andrea
Revision: 221444

upgpkg: cmake 3.0.2-1

Upstream release

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 12:06:56 UTC (rev 221443)
+++ PKGBUILD2014-09-12 12:30:07 UTC (rev 221444)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
 pkgname=cmake
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc='A cross-platform open-source make system'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 'libxkbcommon-x11: cmake-gui')
 install=${pkgname}.install
 source=(http://www.cmake.org/files/v3.0/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('e2e05d84cb44a42f1371d9995631dcf5')
+md5sums=('db4c687a31444a929d2fdc36c4dfb95f')
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in emacs-python-mode/trunk (PKGBUILD emacs-python-mode.install)

2014-09-12 Thread Sergej Pupykin
Date: Friday, September 12, 2014 @ 14:30:09
  Author: spupykin
Revision: 118863

typo

Modified:
  emacs-python-mode/trunk/PKGBUILD
  emacs-python-mode/trunk/emacs-python-mode.install

---+
 PKGBUILD  |2 +-
 emacs-python-mode.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 12:23:36 UTC (rev 118862)
+++ PKGBUILD2014-09-12 12:30:09 UTC (rev 118863)
@@ -4,7 +4,7 @@
 
 pkgname=emacs-python-mode
 pkgver=6.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Python mode for Emacs
 url=https://launchpad.net/python-mode;
 license=(GPL)

Modified: emacs-python-mode.install
===
--- emacs-python-mode.install   2014-09-12 12:23:36 UTC (rev 118862)
+++ emacs-python-mode.install   2014-09-12 12:30:09 UTC (rev 118863)
@@ -4,7 +4,7 @@
 == autoloading and autorecognition of *.py files:
 
 (autoload 'python-mode python-mode.el Python mode. t)
-(setq auto-mode-alist (append '((/*.\.py$ . python-mode)) auto-mode-alist))
+(setq auto-mode-alist (append '((/.*\.py\\' . python-mode)) auto-mode-alist))
 EOF
 }
 



[arch-commits] Commit in emacs-php-mode/trunk (emacs-php-mode.install)

2014-09-12 Thread Sergej Pupykin
Date: Friday, September 12, 2014 @ 14:30:45
  Author: spupykin
Revision: 118864

typo

Modified:
  emacs-php-mode/trunk/emacs-php-mode.install

+
 emacs-php-mode.install |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: emacs-php-mode.install
===
--- emacs-php-mode.install  2014-09-12 12:30:09 UTC (rev 118863)
+++ emacs-php-mode.install  2014-09-12 12:30:45 UTC (rev 118864)
@@ -12,7 +12,7 @@
 == and autorecognition of *.php files:
 
 (autoload 'php-mode php-mode.el Php mode. t)
-(setq auto-mode-alist (append '((/*.\.php[345]?$ . php-mode)) 
auto-mode-alist))
+(setq auto-mode-alist (append '((/.*\.php[345]?\\' . php-mode)) 
auto-mode-alist))
 EOF
 }
 



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

2014-09-12 Thread Jelle van der Waa
Date: Friday, September 12, 2014 @ 14:33:57
  Author: jelle
Revision: 118865

upgpkg: calibre 2.3.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 12:30:45 UTC (rev 118864)
+++ PKGBUILD2014-09-12 12:33:57 UTC (rev 118865)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali larryh...@gmail.com
 
 pkgname=calibre
-pkgver=2.2.0
+pkgver=2.3.0
 pkgrel=1
 pkgdesc=Ebook management application
 arch=('i686' 'x86_64') 
@@ -26,7 +26,7 @@
 )
 install=calibre.install
 source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('ad3ad30e47639f3585559e5ad34efb7c')
+md5sums=('9142cac939dfaaa4b185013dee9324ca')
 
 prepare(){
   cd ${srcdir}/${pkgname}-${pkgver}



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

2014-09-12 Thread Jelle van der Waa
Date: Friday, September 12, 2014 @ 14:34:14
  Author: jelle
Revision: 118866

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

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

--+
 /PKGBUILD|  182 +
 /calibre.install |   24 
 community-i686/PKGBUILD  |   91 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   91 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 206 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-12 12:33:57 UTC (rev 118865)
+++ community-i686/PKGBUILD 2014-09-12 12:34:14 UTC (rev 118866)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Petrov Roman nwhis...@gmail.com
-# Contributor: Andrea Fagiani andfagiani _at_ gmail dot com
-# Contributor: Larry Hajali larryh...@gmail.com
-
-pkgname=calibre
-pkgver=2.2.0
-pkgrel=1
-pkgdesc=Ebook management application
-arch=('i686' 'x86_64') 
-url=http://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 
'python2-cherrypy' 
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx' 
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython' 
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-)
-install=calibre.install
-source=(http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;)
-md5sums=('ad3ad30e47639f3585559e5ad34efb7c')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/six.py \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i s/shlex.split(ldflags)/ + ['-fPIC']/ setup/extensions.py
-  #sed -i -e s/ldflags = shlex.split(ldflags)/ldflags = shlex.split(ldflags) 
+ ['-fPIC']/ setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
.*\.py\|.*\.recipe)
-  sed -i /pyqt_sip_dir/ s:=.*:= '/usr/share/sip/Py2-PyQt5': 
setup/build_environment.py
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e /self.create_uninstaller()/,/os.rmdir(config_dir)/d \
-  -e /\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d \
-  -e /render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir) \
-  -e /f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g \
-  -e /dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir) \
-  -e s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/ \
-  -e s/^Name=calibre/Name=Calibre/g \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  
-  # Fix the environment module location
-  sed -i -e s|(prefix=.*)|(prefix='$pkgdir/usr')|g setup/install.py
-
-  install -d ${pkgdir}/usr/lib/python2.7/site-packages \
- ${pkgdir}/usr/share/zsh/site-functions
-
-  LANG='en_US.UTF-8' python2 setup.py install --root=${pkgdir} --prefix=/usr 
\
---staging-bindir=${pkgdir}/usr/bin \
---staging-libdir=${pkgdir}/usr/lib \
---staging-sharedir=${pkgdir}/usr/share
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall ${pkgdir}/usr/lib/calibre/
-  python2 -O -m compileall ${pkgdir}/usr/lib/calibre/
-}


[arch-commits] Commit in darkhttpd/trunk (PKGBUILD darkhttpd.socket)

2014-09-12 Thread Sergej Pupykin
Date: Friday, September 12, 2014 @ 14:45:31
  Author: spupykin
Revision: 118867

upgpkg: darkhttpd 1.10-2

upd

Modified:
  darkhttpd/trunk/PKGBUILD
Deleted:
  darkhttpd/trunk/darkhttpd.socket

--+
 PKGBUILD |   23 +++
 darkhttpd.socket |9 -
 2 files changed, 7 insertions(+), 25 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 12:34:14 UTC (rev 118866)
+++ PKGBUILD2014-09-12 12:45:31 UTC (rev 118867)
@@ -1,23 +1,15 @@
 pkgname=darkhttpd
 pkgver=1.10
-pkgrel=1
+pkgrel=2
 pkgdesc=A small and secure static webserver
 arch=('i686' 'x86_64')
 url=http://dmr.ath.cx/net/darkhttpd/;
 license=('BSD')
-depends=('glibc')
+depends=()
 source=($url/$pkgname-$pkgver.tar.bz2
-'darkhttpd.service'
-'darkhttpd.socket')
-sha256sums=('33ef622069dc167bcf85e46482388f2d6555e25796f64a6c5b215d939f2b41c8'
-'a93af5e470c4d7363468b9a43a9a15b6c18f0fdf19495cef3debca0d958b'
-'3a5ad507b72c0c37e3255a70a5dcd8c8c79b728efd07a2dc2f6786f9b9cc3c1b')
-sha256sums=('33ef622069dc167bcf85e46482388f2d6555e25796f64a6c5b215d939f2b41c8'
-'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b'
-'3a5ad507b72c0c37e3255a70a5dcd8c8c79b728efd07a2dc2f6786f9b9cc3c1b')
+'darkhttpd.service')
 sha256sums=('b5a9bcfe6e65a3fc20f96e6badb5da7ba776a792f13fe90015fe9f63b3c2eb63'
-'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b'
-'3a5ad507b72c0c37e3255a70a5dcd8c8c79b728efd07a2dc2f6786f9b9cc3c1b')
+'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -27,14 +19,13 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
 
-  # install darkhttpd:
+  # install darkhttpd
   install -Dm755 $srcdir/$pkgname-$pkgver/darkhttpd 
$pkgdir/usr/bin/darkhttpd
 
-  # install systemd files:
+  # install systemd files
   install -Dm644 $srcdir/darkhttpd.service 
$pkgdir/usr/lib/systemd/system/darkhttpd.service
-  install -Dm644 $srcdir/darkhttpd.socket 
$pkgdir/usr/lib/systemd/system/darkhttpd.socket
 
-  # install license
+  # install license
   install -d $pkgdir/usr/share/licenses/$pkgname
   head -n 18 darkhttpd.c  $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }

Deleted: darkhttpd.socket
===
--- darkhttpd.socket2014-09-12 12:34:14 UTC (rev 118866)
+++ darkhttpd.socket2014-09-12 12:45:31 UTC (rev 118867)
@@ -1,9 +0,0 @@
-[Unit]
-Conflicts=darkhttpd.service
-
-[Socket]
-ListenStream=80
-Accept=no
-
-[Install]
-WantedBy=sockets.target



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

2014-09-12 Thread Sergej Pupykin
Date: Friday, September 12, 2014 @ 14:45:44
  Author: spupykin
Revision: 118868

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

Added:
  darkhttpd/repos/community-i686/PKGBUILD
(from rev 118867, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-i686/darkhttpd.service
(from rev 118867, darkhttpd/trunk/darkhttpd.service)
  darkhttpd/repos/community-x86_64/PKGBUILD
(from rev 118867, darkhttpd/trunk/PKGBUILD)
  darkhttpd/repos/community-x86_64/darkhttpd.service
(from rev 118867, darkhttpd/trunk/darkhttpd.service)
Deleted:
  darkhttpd/repos/community-i686/PKGBUILD
  darkhttpd/repos/community-i686/darkhttpd.service
  darkhttpd/repos/community-i686/darkhttpd.socket
  darkhttpd/repos/community-x86_64/PKGBUILD
  darkhttpd/repos/community-x86_64/darkhttpd.service
  darkhttpd/repos/community-x86_64/darkhttpd.socket

+
 /PKGBUILD  |   62 +++
 /darkhttpd.service |   18 ++
 community-i686/PKGBUILD|   40 --
 community-i686/darkhttpd.service   |9 -
 community-i686/darkhttpd.socket|9 -
 community-x86_64/PKGBUILD  |   40 --
 community-x86_64/darkhttpd.service |9 -
 community-x86_64/darkhttpd.socket  |9 -
 8 files changed, 80 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-12 12:45:31 UTC (rev 118867)
+++ community-i686/PKGBUILD 2014-09-12 12:45:44 UTC (rev 118868)
@@ -1,40 +0,0 @@
-pkgname=darkhttpd
-pkgver=1.10
-pkgrel=1
-pkgdesc=A small and secure static webserver
-arch=('i686' 'x86_64')
-url=http://dmr.ath.cx/net/darkhttpd/;
-license=('BSD')
-depends=('glibc')
-source=($url/$pkgname-$pkgver.tar.bz2
-'darkhttpd.service'
-'darkhttpd.socket')
-sha256sums=('33ef622069dc167bcf85e46482388f2d6555e25796f64a6c5b215d939f2b41c8'
-'a93af5e470c4d7363468b9a43a9a15b6c18f0fdf19495cef3debca0d958b'
-'3a5ad507b72c0c37e3255a70a5dcd8c8c79b728efd07a2dc2f6786f9b9cc3c1b')
-sha256sums=('33ef622069dc167bcf85e46482388f2d6555e25796f64a6c5b215d939f2b41c8'
-'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b'
-'3a5ad507b72c0c37e3255a70a5dcd8c8c79b728efd07a2dc2f6786f9b9cc3c1b')
-sha256sums=('b5a9bcfe6e65a3fc20f96e6badb5da7ba776a792f13fe90015fe9f63b3c2eb63'
-'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b'
-'3a5ad507b72c0c37e3255a70a5dcd8c8c79b728efd07a2dc2f6786f9b9cc3c1b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # install darkhttpd:
-  install -Dm755 $srcdir/$pkgname-$pkgver/darkhttpd 
$pkgdir/usr/bin/darkhttpd
-
-  # install systemd files:
-  install -Dm644 $srcdir/darkhttpd.service 
$pkgdir/usr/lib/systemd/system/darkhttpd.service
-  install -Dm644 $srcdir/darkhttpd.socket 
$pkgdir/usr/lib/systemd/system/darkhttpd.socket
-
-  # install license
-  install -d $pkgdir/usr/share/licenses/$pkgname
-  head -n 18 darkhttpd.c  $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: darkhttpd/repos/community-i686/PKGBUILD (from rev 118867, 
darkhttpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-12 12:45:44 UTC (rev 118868)
@@ -0,0 +1,31 @@
+pkgname=darkhttpd
+pkgver=1.10
+pkgrel=2
+pkgdesc=A small and secure static webserver
+arch=('i686' 'x86_64')
+url=http://dmr.ath.cx/net/darkhttpd/;
+license=('BSD')
+depends=()
+source=($url/$pkgname-$pkgver.tar.bz2
+'darkhttpd.service')
+sha256sums=('b5a9bcfe6e65a3fc20f96e6badb5da7ba776a792f13fe90015fe9f63b3c2eb63'
+'c0c8885682aca80474986080b5426f73dbf37237d02e3fc9035ac72ba74cdb1b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # install darkhttpd
+  install -Dm755 $srcdir/$pkgname-$pkgver/darkhttpd 
$pkgdir/usr/bin/darkhttpd
+
+  # install systemd files
+  install -Dm644 $srcdir/darkhttpd.service 
$pkgdir/usr/lib/systemd/system/darkhttpd.service
+
+  # install license
+  install -d $pkgdir/usr/share/licenses/$pkgname
+  head -n 18 darkhttpd.c  $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/darkhttpd.service
===
--- community-i686/darkhttpd.service2014-09-12 12:45:31 UTC (rev 118867)
+++ community-i686/darkhttpd.service2014-09-12 12:45:44 UTC (rev 118868)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Darkhttpd Webserver
-
-[Service]
-ExecStart=/usr/bin/darkhttpd /srv/http --daemon --uid nobody --gid nobody 
--chroot
-Type=forking
-
-[Install]
-WantedBy=multi-user.target

Copied: darkhttpd/repos/community-i686/darkhttpd.service (from rev 118867, 

[arch-commits] Commit in phoronix-test-suite/trunk (phoronix-test-suite.install)

2014-09-12 Thread Sergej Pupykin
Date: Friday, September 12, 2014 @ 14:51:28
  Author: spupykin
Revision: 118869

fix doc

Modified:
  phoronix-test-suite/trunk/phoronix-test-suite.install

-+
 phoronix-test-suite.install |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: phoronix-test-suite.install
===
--- phoronix-test-suite.install 2014-09-12 12:45:44 UTC (rev 118868)
+++ phoronix-test-suite.install 2014-09-12 12:51:28 UTC (rev 118869)
@@ -1,11 +1,11 @@
 post_install() {
   echo 
   echo  To complete the installation you should edit /etc/php/php.ini.
-  echo  - Add / to the open_basedir list.
+  echo  - Add / to the open_basedir list or comment this variable out.
   echo  - Enable zip.so
   echo 
   echo  EXAMPLE:
-  echo  open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/
+  echo  ; open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/
   echo  extension=zip.so
   echo 
   echo  To enable the GUI make sure you install php-gtk from aur



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

2014-09-12 Thread Sergej Pupykin
Date: Friday, September 12, 2014 @ 14:56:38
  Author: spupykin
Revision: 118870

FS#41532

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 12:51:28 UTC (rev 118869)
+++ PKGBUILD2014-09-12 12:56:38 UTC (rev 118870)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 url='http://redis.io/'
 license=('BSD')
-depends=('jemalloc')
+depends=('jemalloc' 'grep' 'shadow')
 backup=('etc/redis.conf'
 'etc/logrotate.d/redis')
 install=redis.install



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

2014-09-12 Thread Sergej Pupykin
Date: Friday, September 12, 2014 @ 15:07:30
  Author: spupykin
Revision: 118871

FS#41888

Modified:
  libvirt/trunk/PKGBUILD
  libvirt/trunk/libvirt.install

-+
 PKGBUILD|7 ---
 libvirt.install |4 ++--
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 12:56:38 UTC (rev 118870)
+++ PKGBUILD2014-09-12 13:07:30 UTC (rev 118871)
@@ -15,13 +15,13 @@
 'iproute2' 'libnl' 'libx11' 'numactl' 'gettext')
# 'audit'
 makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 
'open-iscsi')
-optdepends=('bridge-utils: for briged networking (default)'
-   'dnsmasq: for NAT/DHCP for guests'
+optdepends=('ebtables: required for default NAT networking'
+   'dnsmasq: required for default NAT/DHCP for guests'
+   'bridge-utils: for brigded networking'
'openbsd-netcat: for remote management over ssh'
'qemu'
'radvd'
'dmidecode'
-   'ebtables: for networking'
'pm-utils: host power management')
 options=('emptydirs')
 backup=('etc/conf.d/libvirt-guests'
@@ -118,3 +118,4 @@
$pkgdir/etc/sysconfig \
$pkgdir/etc/rc.d
 }
+

Modified: libvirt.install
===
--- libvirt.install 2014-09-12 12:56:38 UTC (rev 118870)
+++ libvirt.install 2014-09-12 13:07:30 UTC (rev 118871)
@@ -10,6 +10,6 @@
 post_upgrade() {
   _libvirt_setup || return 1
   echo  You may need to run 'rm -rf ~/.libvirt'
-  echo  libvirt runs qemu from nobody:nobody by default
-  echo  change it in /etc/libvirt/qemu.conf
+  echo  libvirt runs qemu from nobody:kvm by default
+  echo  change the USER if desired in /etc/libvirt/qemu.conf
 }



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

2014-09-12 Thread Jelle van der Waa
Date: Friday, September 12, 2014 @ 15:35:10
  Author: jelle
Revision: 118873

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-12 13:35:03 UTC (rev 118872)
+++ PKGBUILD2014-09-12 13:35:10 UTC (rev 118873)
@@ -1,41 +0,0 @@
-# Contributer: Allan McRae al...@archlinux.org
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.7.3
-pkgrel=1
-pkgdesc=Python 2 and 3 compatibility utilities
-arch=('any')
-url=http://pypi.python.org/pypi/six/;
-license=('MIT')
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
-md5sums=('784c6e5541c3c4952de9c0a966a0a80b')
-
-build() {
-  cd $srcdir
-  cp -r six-$pkgver six2-$pkgver
-}
-
-check() {
-  cd $srcdir/six-$pkgver 
-  python3 setup.py check
-
-  cd $srcdir/six2-$pkgver 
-  python2 setup.py check
-}
-
-package_python-six() {
-  depends=('python')
-  cd $srcdir/six-$pkgver 
-  python3 setup.py install --root ${pkgdir} --optimize=1
-  install -Dm644 ${srcdir}/six-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python2-six() {
-  depends=('python2')
-  cd $srcdir/six2-$pkgver 
-  python2 setup.py install --root ${pkgdir} --optimize=1
-  install -Dm644 ${srcdir}/six-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 118872, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-12 13:35:10 UTC (rev 118873)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+# Contributer: Allan McRae al...@archlinux.org
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=Python 2 and 3 compatibility utilities
+arch=('any')
+url=http://pypi.python.org/pypi/six/;
+license=('MIT')
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
+md5sums=('1626eb24cc889110c38f7e786ec69885')
+
+build() {
+  cd $srcdir
+  cp -r six-$pkgver six2-$pkgver
+}
+
+check() {
+  cd $srcdir/six-$pkgver 
+  python3 setup.py check
+
+  cd $srcdir/six2-$pkgver 
+  python2 setup.py check
+}
+
+package_python-six() {
+  depends=('python')
+  cd $srcdir/six-$pkgver 
+  python3 setup.py install --root ${pkgdir} --optimize=1
+  install -Dm644 ${srcdir}/six-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-six() {
+  depends=('python2')
+  cd $srcdir/six2-$pkgver 
+  python2 setup.py install --root ${pkgdir} --optimize=1
+  install -Dm644 ${srcdir}/six-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2014-09-12 Thread Jelle van der Waa
Date: Friday, September 12, 2014 @ 15:35:03
  Author: jelle
Revision: 118872

upgpkg: python-six 1.8.0-1

Modified:
  python-six/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 13:07:30 UTC (rev 118871)
+++ PKGBUILD2014-09-12 13:35:03 UTC (rev 118872)
@@ -1,9 +1,9 @@
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
 # Contributer: Allan McRae al...@archlinux.org
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
 
 pkgbase=python-six
 pkgname=('python2-six' 'python-six')
-pkgver=1.7.3
+pkgver=1.8.0
 pkgrel=1
 pkgdesc=Python 2 and 3 compatibility utilities
 arch=('any')
@@ -11,7 +11,7 @@
 license=('MIT')
 makedepends=('python' 'python2')
 source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
-md5sums=('784c6e5541c3c4952de9c0a966a0a80b')
+md5sums=('1626eb24cc889110c38f7e786ec69885')
 
 build() {
   cd $srcdir



[arch-commits] Commit in libclc/repos (extra-i686 extra-x86_64)

2014-09-12 Thread Eric Bélanger
Date: Friday, September 12, 2014 @ 17:47:52
  Author: eric
Revision: 221446

Clean up svn

Deleted:
  libclc/repos/extra-i686/
  libclc/repos/extra-x86_64/



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

2014-09-12 Thread Bartłomiej Piotrowski
Date: Friday, September 12, 2014 @ 18:09:36
  Author: bpiotrowski
Revision: 118875

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

Added:
  redis/repos/community-i686/PKGBUILD
(from rev 118874, redis/trunk/PKGBUILD)
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
(from rev 118874, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-i686/redis.conf-sane-defaults.patch
(from rev 118874, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-i686/redis.install
(from rev 118874, redis/trunk/redis.install)
  redis/repos/community-i686/redis.logrotate
(from rev 118874, redis/trunk/redis.logrotate)
  redis/repos/community-i686/redis.service
(from rev 118874, redis/trunk/redis.service)
  redis/repos/community-i686/redis.tmpfiles.d
(from rev 118874, redis/trunk/redis.tmpfiles.d)
  redis/repos/community-x86_64/PKGBUILD
(from rev 118874, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
(from rev 118874, redis/trunk/redis-2.8.11-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 118874, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.install
(from rev 118874, redis/trunk/redis.install)
  redis/repos/community-x86_64/redis.logrotate
(from rev 118874, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 118874, redis/trunk/redis.service)
  redis/repos/community-x86_64/redis.tmpfiles.d
(from rev 118874, redis/trunk/redis.tmpfiles.d)
Deleted:
  redis/repos/community-i686/PKGBUILD
  redis/repos/community-i686/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-i686/redis.conf-sane-defaults.patch
  redis/repos/community-i686/redis.install
  redis/repos/community-i686/redis.logrotate
  redis/repos/community-i686/redis.service
  redis/repos/community-i686/redis.tmpfiles.d
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-2.8.11-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.install
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service
  redis/repos/community-x86_64/redis.tmpfiles.d

-+
 /PKGBUILD   |  102 ++
 /redis-2.8.11-use-system-jemalloc.patch |   30 
 /redis.conf-sane-defaults.patch |   62 
 /redis.install  |   16 ++
 /redis.logrotate|   10 +
 /redis.service  |   22 +++
 /redis.tmpfiles.d   |2 
 community-i686/PKGBUILD |   51 ---
 community-i686/redis-2.8.11-use-system-jemalloc.patch   |   15 --
 community-i686/redis.conf-sane-defaults.patch   |   31 
 community-i686/redis.install|8 -
 community-i686/redis.logrotate  |5 
 community-i686/redis.service|   11 -
 community-i686/redis.tmpfiles.d |1 
 community-x86_64/PKGBUILD   |   51 ---
 community-x86_64/redis-2.8.11-use-system-jemalloc.patch |   15 --
 community-x86_64/redis.conf-sane-defaults.patch |   31 
 community-x86_64/redis.install  |8 -
 community-x86_64/redis.logrotate|5 
 community-x86_64/redis.service  |   11 -
 community-x86_64/redis.tmpfiles.d   |1 
 21 files changed, 244 insertions(+), 244 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-12 16:09:26 UTC (rev 118874)
+++ community-i686/PKGBUILD 2014-09-12 16:09:36 UTC (rev 118875)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Jan-Erik Rediger badboy at archlinux dot us
-# Contributor: nofxx x@nick.com
-
-pkgname=redis
-pkgver=2.8.14
-pkgrel=1
-pkgdesc='Advanced key-value store'
-arch=('i686' 'x86_64')
-url='http://redis.io/'
-license=('BSD')
-depends=('jemalloc')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-install=redis.install
-source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
-redis.service
-redis.logrotate redis.tmpfiles.d
-redis.conf-sane-defaults.patch
-redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('5005c764bf8760ef661c8b198bb01780'
- 'aec12c881dc2693754f85539ae8e0bc7'
- '9e2d75b7a9dc421122d673fe520ef17f'
- 

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

2014-09-12 Thread Bartłomiej Piotrowski
Date: Friday, September 12, 2014 @ 18:09:26
  Author: bpiotrowski
Revision: 118874

upgpkg: redis 2.8.15-1

new upstream release

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 13:35:10 UTC (rev 118873)
+++ PKGBUILD2014-09-12 16:09:26 UTC (rev 118874)
@@ -5,7 +5,7 @@
 # Contributor: nofxx x@nick.com
 
 pkgname=redis
-pkgver=2.8.14
+pkgver=2.8.15
 pkgrel=1
 pkgdesc='Advanced key-value store'
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 redis.logrotate redis.tmpfiles.d
 redis.conf-sane-defaults.patch
 redis-2.8.11-use-system-jemalloc.patch)
-md5sums=('5005c764bf8760ef661c8b198bb01780'
+md5sums=('2a02cef123fffac2ee980323df3fcd7f'
  'aec12c881dc2693754f85539ae8e0bc7'
  '9e2d75b7a9dc421122d673fe520ef17f'
  'dd9ab8022b4d963b2e5899170dfff490'



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

2014-09-12 Thread Sergej Pupykin
Date: Friday, September 12, 2014 @ 18:14:37
  Author: spupykin
Revision: 118876

upgpkg: schroot 1.6.10-3

upd

Modified:
  schroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 16:09:36 UTC (rev 118875)
+++ PKGBUILD2014-09-12 16:14:37 UTC (rev 118876)
@@ -4,11 +4,12 @@
 
 pkgname=schroot
 pkgver=1.6.10
-pkgrel=2
+pkgrel=3
 pkgdesc=Allows users to execute shell commands under different root 
filesystems. (Successor to dchroot).
 url=http://packages.qa.debian.org/s/schroot.html;
 license=('GPL3')
-depends=('pam' 'lockdev' 'boost' 'e2fsprogs')
+depends=('pam' 'lockdev' 'boost-libs' 'e2fsprogs')
+makedepends=('boost')
 optdepends=('btrfs-progs-unstable' 'lvm2')
 arch=('i686' 'x86_64')
 conflicts=('dchroot')



[arch-commits] Commit in schroot/repos (36 files)

2014-09-12 Thread Sergej Pupykin
Date: Friday, September 12, 2014 @ 18:15:10
  Author: spupykin
Revision: 118877

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

Added:
  schroot/repos/community-i686/PKGBUILD
(from rev 118876, schroot/trunk/PKGBUILD)
  schroot/repos/community-i686/arch32-config
(from rev 118876, schroot/trunk/arch32-config)
  schroot/repos/community-i686/arch32-copyfiles
(from rev 118876, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-i686/arch32-example
(from rev 118876, schroot/trunk/arch32-example)
  schroot/repos/community-i686/arch32-mount
(from rev 118876, schroot/trunk/arch32-mount)
  schroot/repos/community-i686/arch32-nssdatabases
(from rev 118876, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-i686/colon-completion.patch
(from rev 118876, schroot/trunk/colon-completion.patch)
  schroot/repos/community-i686/fix-bash-completion.patch
(from rev 118876, schroot/trunk/fix-bash-completion.patch)
  schroot/repos/community-i686/pam.d.schroot.patch
(from rev 118876, schroot/trunk/pam.d.schroot.patch)
  schroot/repos/community-x86_64/PKGBUILD
(from rev 118876, schroot/trunk/PKGBUILD)
  schroot/repos/community-x86_64/arch32-config
(from rev 118876, schroot/trunk/arch32-config)
  schroot/repos/community-x86_64/arch32-copyfiles
(from rev 118876, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-x86_64/arch32-example
(from rev 118876, schroot/trunk/arch32-example)
  schroot/repos/community-x86_64/arch32-mount
(from rev 118876, schroot/trunk/arch32-mount)
  schroot/repos/community-x86_64/arch32-nssdatabases
(from rev 118876, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-x86_64/colon-completion.patch
(from rev 118876, schroot/trunk/colon-completion.patch)
  schroot/repos/community-x86_64/fix-bash-completion.patch
(from rev 118876, schroot/trunk/fix-bash-completion.patch)
  schroot/repos/community-x86_64/pam.d.schroot.patch
(from rev 118876, schroot/trunk/pam.d.schroot.patch)
Deleted:
  schroot/repos/community-i686/PKGBUILD
  schroot/repos/community-i686/arch32-config
  schroot/repos/community-i686/arch32-copyfiles
  schroot/repos/community-i686/arch32-example
  schroot/repos/community-i686/arch32-mount
  schroot/repos/community-i686/arch32-nssdatabases
  schroot/repos/community-i686/colon-completion.patch
  schroot/repos/community-i686/fix-bash-completion.patch
  schroot/repos/community-i686/pam.d.schroot.patch
  schroot/repos/community-x86_64/PKGBUILD
  schroot/repos/community-x86_64/arch32-config
  schroot/repos/community-x86_64/arch32-copyfiles
  schroot/repos/community-x86_64/arch32-example
  schroot/repos/community-x86_64/arch32-mount
  schroot/repos/community-x86_64/arch32-nssdatabases
  schroot/repos/community-x86_64/colon-completion.patch
  schroot/repos/community-x86_64/fix-bash-completion.patch
  schroot/repos/community-x86_64/pam.d.schroot.patch

+
 /PKGBUILD  |  154 +++
 /arch32-config |   22 +++
 /arch32-copyfiles  |   12 ++
 /arch32-example|   20 +++
 /arch32-mount  |   24 
 /arch32-nssdatabases   |   12 ++
 /colon-completion.patch|   40 +++
 /fix-bash-completion.patch |   22 +++
 /pam.d.schroot.patch   |   30 +
 community-i686/PKGBUILD|   76 -
 community-i686/arch32-config   |   11 -
 community-i686/arch32-copyfiles|6 -
 community-i686/arch32-example  |   10 -
 community-i686/arch32-mount|   12 --
 community-i686/arch32-nssdatabases |6 -
 community-i686/colon-completion.patch  |   20 ---
 community-i686/fix-bash-completion.patch   |   11 -
 community-i686/pam.d.schroot.patch |   15 --
 community-x86_64/PKGBUILD  |   76 -
 community-x86_64/arch32-config |   11 -
 community-x86_64/arch32-copyfiles  |6 -
 community-x86_64/arch32-example|   10 -
 community-x86_64/arch32-mount  |   12 --
 community-x86_64/arch32-nssdatabases   |6 -
 community-x86_64/colon-completion.patch|   20 ---
 community-x86_64/fix-bash-completion.patch |   11 -
 community-x86_64/pam.d.schroot.patch   |   15 --
 27 files changed, 336 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-12 16:14:37 UTC (rev 118876)
+++ community-i686/PKGBUILD 2014-09-12 16:15:10 UTC (rev 118877)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Andreas Wagner Andreas dot Wagner at em dot uni-frankfurt dot 
de
-
-pkgname=schroot
-pkgver=1.6.10
-pkgrel=2
-pkgdesc=Allows 

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

2014-09-12 Thread Alexander Rødseth
Date: Friday, September 12, 2014 @ 18:19:29
  Author: arodseth
Revision: 118878

Work in progress

Modified:
  julia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 16:15:10 UTC (rev 118877)
+++ PKGBUILD2014-09-12 16:19:29 UTC (rev 118878)
@@ -5,21 +5,23 @@
 # Contributor: devmotion nospam-archlinux@devmotion.de
 # Contributor: Valentin Churavy v.chur...@gmail.com
 
-pkgname=julia
+pkgbase=julia
+pkgname=('julia' 'julia-docs')
+epoch=2
 pkgver=0.3.0
-pkgrel=2
-epoch=2
+pkgrel=3
 pkgdesc='High-level, high-performance, dynamic programming language'
 arch=('x86_64' 'i686')
-url='http://julialang.org'
+url='http://julialang.org/'
 license=('GPL')
-depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib')
-makedepends=('gcc-fortran' 'python2' 'libuv')
+makedepends=('gcc-fortran' 'python2' 'libuv' 'git' 'blas')
 optdepends=('gnuplot: If using the Gaston Package from julia')
 options=('!emptydirs' 'staticlibs')
-source=(git://github.com/JuliaLang/julia.git#tag=v${pkgver/_/-})
-install=sysfix.install
-sha256sums=('SKIP')
+backup=('etc/ld.so.conf.d/julia.conf' 'etc/julia/juliarc.jl')
+source=('julia.conf'
+git://github.com/JuliaLang/julia.git#tag=v${pkgver/_/-})
+sha256sums=('59dee73f54ea2c0ea94b9af4e4caeda73c1295f3a4474361189c1e022a3cb0b1'
+'SKIP')
 
 build() {
   make -C $pkgname prefix=/usr sysconfdir=/etc \
@@ -48,7 +50,10 @@
 USE_LLVM_SHLIB=0
 }
 
-package() {
+package_julia() {
+  depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'zlib')
+  install='sysfix.install'
+
   make -C $pkgname DESTDIR=$pkgdir \
 prefix=/usr sysconfdir=/etc  \
 MARCH=${CARCH/_/-} \
@@ -76,8 +81,24 @@
 USE_LLVM_SHLIB=0 \
 install
 
-# Remove duplicate man-page from julia/doc
-rm -rv $pkgdir/usr/share/julia/doc/man
+  # Remove duplicate man-page from julia/doc
+  rm -rvf $pkgdir/usr/share/julia/doc/man
+
+  # For /etc/ld.so.conf.d, FS#41731
+  install -Dm644 julia.conf $pkgdir/etc/ld.so.conf.d/julia.conf
+
+  # Documentation and examples are in the julia-docs package
+  rm -rvf $pkgdir/usr/share/doc/
+  rm -rvf $pkgdir/usr/share/julia/doc/
+  rm -rvf $pkgdir/usr/share/julia/examples/
 }
 
+package_julia-docs() {
+  pkgdesc='Documentation and examples for Julia'
+
+  install -d $pkgdir/usr/share/doc
+  cp -rv $srcdir/$pkgbase/doc $pkgdir/usr/share/doc/$pkgbase
+  cp -rv $srcdir/$pkgbase/examples $pkgdir/usr/share/doc/$pkgbase/examples
+}
+
 # vim:set ts=2 sw=2 et:



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

2014-09-12 Thread Gaetan Bisson
Date: Friday, September 12, 2014 @ 18:30:46
  Author: bisson
Revision: 118879

upstream update

Modified:
  nsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 16:19:29 UTC (rev 118878)
+++ PKGBUILD2014-09-12 16:30:46 UTC (rev 118879)
@@ -4,7 +4,7 @@
 # Contributor: Roberto Alsina rals...@kde.org
 
 pkgname=nsd
-pkgver=4.0.3
+pkgver=4.1.0
 pkgrel=1
 pkgdesc='Authoritative only, high performance and simple DNS server'
 url='http://www.nlnetlabs.nl/nsd/'
@@ -15,7 +15,7 @@
 
source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 'tmpfiles.d'
 'service')
-sha1sums=('8e5d53fd59c102854470b9b17f54cc1e7dc854b6'
+sha1sums=('cb4ec496eaec5bfbd5b9f4b361da2a0a79d17030'
   '7ad2b8da961a893095eede8963cf8026b13186a1'
   'f09a10e90b375410e742fff1fb10631541357c67')
 



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

2014-09-12 Thread Gaetan Bisson
Date: Friday, September 12, 2014 @ 18:31:33
  Author: bisson
Revision: 118880

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

Added:
  nsd/repos/community-i686/PKGBUILD
(from rev 118879, nsd/trunk/PKGBUILD)
  nsd/repos/community-i686/install
(from rev 118879, nsd/trunk/install)
  nsd/repos/community-i686/service
(from rev 118879, nsd/trunk/service)
  nsd/repos/community-i686/tmpfiles.d
(from rev 118879, nsd/trunk/tmpfiles.d)
  nsd/repos/community-x86_64/PKGBUILD
(from rev 118879, nsd/trunk/PKGBUILD)
  nsd/repos/community-x86_64/install
(from rev 118879, nsd/trunk/install)
  nsd/repos/community-x86_64/service
(from rev 118879, nsd/trunk/service)
  nsd/repos/community-x86_64/tmpfiles.d
(from rev 118879, nsd/trunk/tmpfiles.d)
Deleted:
  nsd/repos/community-i686/PKGBUILD
  nsd/repos/community-i686/install
  nsd/repos/community-i686/service
  nsd/repos/community-i686/tmpfiles.d
  nsd/repos/community-x86_64/PKGBUILD
  nsd/repos/community-x86_64/install
  nsd/repos/community-x86_64/service
  nsd/repos/community-x86_64/tmpfiles.d

-+
 /PKGBUILD   |   92 ++
 /install|   34 +++
 /service|   26 +++
 /tmpfiles.d |2 
 community-i686/PKGBUILD |   46 -
 community-i686/install  |   17 ---
 community-i686/service  |   12 -
 community-i686/tmpfiles.d   |1 
 community-x86_64/PKGBUILD   |   46 -
 community-x86_64/install|   17 ---
 community-x86_64/service|   12 -
 community-x86_64/tmpfiles.d |1 
 12 files changed, 154 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-12 16:30:46 UTC (rev 118879)
+++ community-i686/PKGBUILD 2014-09-12 16:31:33 UTC (rev 118880)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Roberto Alsina rals...@kde.org
-
-pkgname=nsd
-pkgver=4.0.3
-pkgrel=1
-pkgdesc='Authoritative only, high performance and simple DNS server'
-url='http://www.nlnetlabs.nl/nsd/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'libevent')
-makedepends=('flex')
-source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'tmpfiles.d'
-'service')
-sha1sums=('8e5d53fd59c102854470b9b17f54cc1e7dc854b6'
-  '7ad2b8da961a893095eede8963cf8026b13186a1'
-  '3dbe300d834a32c9a339a6c76c58f5c240239e9b')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/ \
-   --sbindir=/usr/bin \
-   --datarootdir=/usr/share \
-   --with-pidfile=/run/nsd/nsd.pid \
-   --enable-ratelimit
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/nsd.conf
-   install -Dm644 ../service ${pkgdir}/usr/lib/systemd/system/nsd.service
-   rmdir ${pkgdir}/{tmp,run/{nsd,}}
-
-   rm doc/differences.pdf
-   install -d ${pkgdir}/usr/share/{doc,licenses}/${pkgname}
-   install -m644 doc/* ${pkgdir}/usr/share/doc/${pkgname}
-   ln -s ../../doc/${pkgname}/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: nsd/repos/community-i686/PKGBUILD (from rev 118879, nsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-12 16:31:33 UTC (rev 118880)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Roberto Alsina rals...@kde.org
+
+pkgname=nsd
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='Authoritative only, high performance and simple DNS server'
+url='http://www.nlnetlabs.nl/nsd/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libevent')
+makedepends=('flex')
+source=(http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'tmpfiles.d'
+'service')
+sha1sums=('cb4ec496eaec5bfbd5b9f4b361da2a0a79d17030'
+  '7ad2b8da961a893095eede8963cf8026b13186a1'
+  'f09a10e90b375410e742fff1fb10631541357c67')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/ \
+   --sbindir=/usr/bin \
+   --datarootdir=/usr/share \
+   --with-pidfile=/run/nsd/nsd.pid \
+   --enable-ratelimit
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 ../tmpfiles.d 

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

2014-09-12 Thread Anatol Pomozov
Date: Friday, September 12, 2014 @ 19:46:34
  Author: anatolik
Revision: 118881

upgpkg: crash 7.0.8-1

Modified:
  crash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 16:31:33 UTC (rev 118880)
+++ PKGBUILD2014-09-12 17:46:34 UTC (rev 118881)
@@ -5,7 +5,7 @@
 # Contributor: Mathieu Pasquet mathi...@mathieui.net
 
 pkgname=crash
-pkgver=7.0.7
+pkgver=7.0.8
 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=('c473ea9623787bee8fecf2e4d0caa9301a9462c26243e897ad202bf0dc3e9a07')
+sha256sums=('9afc3295b5f946ba940c0d9a0771856156152eb274813351afd8064a3cc32644')
 
 prepare() {
   cd crash-$pkgver



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

2014-09-12 Thread Anatol Pomozov
Date: Friday, September 12, 2014 @ 19:47:11
  Author: anatolik
Revision: 118882

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

Added:
  crash/repos/testing-i686/
  crash/repos/testing-i686/PKGBUILD
(from rev 118881, crash/trunk/PKGBUILD)
  crash/repos/testing-x86_64/
  crash/repos/testing-x86_64/PKGBUILD
(from rev 118881, crash/trunk/PKGBUILD)

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

Copied: crash/repos/testing-i686/PKGBUILD (from rev 118881, 
crash/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-12 17:47:11 UTC (rev 118882)
@@ -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.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/testing-x86_64/PKGBUILD (from rev 118881, 
crash/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-12 17:47:11 UTC (rev 118882)
@@ -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.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/
+}



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

2014-09-12 Thread Thomas Bächler
Date: Friday, September 12, 2014 @ 19:58:47
  Author: thomas
Revision: 221447

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

Added:
  libpcap/repos/core-i686/PKGBUILD
(from rev 221446, libpcap/repos/testing-i686/PKGBUILD)
  libpcap/repos/core-i686/mgmt.h
(from rev 221446, libpcap/repos/testing-i686/mgmt.h)
  libpcap/repos/core-x86_64/PKGBUILD
(from rev 221446, libpcap/repos/testing-x86_64/PKGBUILD)
  libpcap/repos/core-x86_64/mgmt.h
(from rev 221446, libpcap/repos/testing-x86_64/mgmt.h)
Deleted:
  libpcap/repos/core-i686/PKGBUILD
  libpcap/repos/core-i686/mgmt.h
  libpcap/repos/core-x86_64/PKGBUILD
  libpcap/repos/core-x86_64/mgmt.h
  libpcap/repos/testing-i686/
  libpcap/repos/testing-x86_64/

--+
 /PKGBUILD|   92 ++
 /mgmt.h  | 1544 +
 core-i686/PKGBUILD   |   46 -
 core-i686/mgmt.h |  772 
 core-x86_64/PKGBUILD |   46 -
 core-x86_64/mgmt.h   |  772 
 6 files changed, 1636 insertions(+), 1636 deletions(-)

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


[arch-commits] Commit in thin-provisioning-tools/repos (6 files)

2014-09-12 Thread Thomas Bächler
Date: Friday, September 12, 2014 @ 19:58:48
  Author: thomas
Revision: 221448

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

Added:
  thin-provisioning-tools/repos/core-i686/PKGBUILD
(from rev 221446, thin-provisioning-tools/repos/testing-i686/PKGBUILD)
  thin-provisioning-tools/repos/core-x86_64/PKGBUILD
(from rev 221446, thin-provisioning-tools/repos/testing-x86_64/PKGBUILD)
Deleted:
  thin-provisioning-tools/repos/core-i686/PKGBUILD
  thin-provisioning-tools/repos/core-x86_64/PKGBUILD
  thin-provisioning-tools/repos/testing-i686/
  thin-provisioning-tools/repos/testing-x86_64/

--+
 /PKGBUILD|   56 +
 core-i686/PKGBUILD   |   28 
 core-x86_64/PKGBUILD |   28 
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2014-09-12 17:58:47 UTC (rev 221447)
+++ core-i686/PKGBUILD  2014-09-12 17:58:48 UTC (rev 221448)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-# Contributor: Jason Hall cake...@gmail.com
-
-pkgname=thin-provisioning-tools
-pkgver=0.3.2
-pkgrel=1
-pkgdesc=A suite of tools for manipulating the metadata of the dm-thin 
device-mapper target
-arch=('i686' 'x86_64')
-url=https://github.com/jthornber/thin-provisioning-tools;
-license=('GPL3')
-depends=('expat' 'gcc-libs')
-makedepends=('boost')
-source=(https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
-sha1sums=('42a9f57a34bb7b11edb6f21805e64d18c546927d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  autoconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} BINDIR=${pkgdir}/usr/bin MANDIR=/usr/share/man 
install 
-}
-

Copied: thin-provisioning-tools/repos/core-i686/PKGBUILD (from rev 221446, 
thin-provisioning-tools/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2014-09-12 17:58:48 UTC (rev 221448)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Contributor: Jason Hall cake...@gmail.com
+
+pkgname=thin-provisioning-tools
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=A suite of tools for manipulating the metadata of the dm-thin 
device-mapper target
+arch=('i686' 'x86_64')
+url=https://github.com/jthornber/thin-provisioning-tools;
+license=('GPL3')
+depends=('expat' 'gcc-libs' 'libaio')
+makedepends=('boost')
+source=(https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
+sha1sums=('af7cbaf3c7cd8f15e618bd5136afb89077afceb7')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} BINDIR=${pkgdir}/usr/bin MANDIR=/usr/share/man 
install 
+}
+

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2014-09-12 17:58:47 UTC (rev 221447)
+++ core-x86_64/PKGBUILD2014-09-12 17:58:48 UTC (rev 221448)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-# Contributor: Jason Hall cake...@gmail.com
-
-pkgname=thin-provisioning-tools
-pkgver=0.3.2
-pkgrel=1
-pkgdesc=A suite of tools for manipulating the metadata of the dm-thin 
device-mapper target
-arch=('i686' 'x86_64')
-url=https://github.com/jthornber/thin-provisioning-tools;
-license=('GPL3')
-depends=('expat' 'gcc-libs')
-makedepends=('boost')
-source=(https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
-sha1sums=('42a9f57a34bb7b11edb6f21805e64d18c546927d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  autoconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} BINDIR=${pkgdir}/usr/bin MANDIR=/usr/share/man 
install 
-}
-

Copied: thin-provisioning-tools/repos/core-x86_64/PKGBUILD (from rev 221446, 
thin-provisioning-tools/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2014-09-12 17:58:48 UTC (rev 221448)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+# Contributor: Jason Hall cake...@gmail.com
+
+pkgname=thin-provisioning-tools
+pkgver=0.4.1
+pkgrel=1
+pkgdesc=A suite of tools for manipulating the metadata of the dm-thin 
device-mapper target
+arch=('i686' 'x86_64')
+url=https://github.com/jthornber/thin-provisioning-tools;
+license=('GPL3')
+depends=('expat' 'gcc-libs' 'libaio')
+makedepends=('boost')
+source=(https://github.com/jthornber/${pkgname}/archive/v${pkgver}.tar.gz)
+sha1sums=('af7cbaf3c7cd8f15e618bd5136afb89077afceb7')
+
+build() {
+  cd 

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

2014-09-12 Thread Thomas Bächler
Date: Friday, September 12, 2014 @ 19:59:07
  Author: thomas
Revision: 221449

upgpkg: davfs2 1.5.2-1

Modified:
  davfs2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 17:58:48 UTC (rev 221448)
+++ PKGBUILD2014-09-12 17:59:07 UTC (rev 221449)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Thomas Baechler tho...@archlinux.org
 pkgname=davfs2
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc=File system driver that allows you to mount a WebDAV folder
 arch=(i686 x86_64)
@@ -10,7 +10,7 @@
 depends=('neon')
 backup=(etc/davfs2/davfs2.conf etc/davfs2/secrets)
 
source=(http://mirrors.zerg.biz/nongnu/davfs2/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('14e2df1a0bb5f979bfef6e08bf7ef6ec6cbf8471b3961e561394b252c3bacce1'
+sha256sums=('be34a19ab57a6ea77ecb82083e9e4c1882e12b2de64257de567ad5ee7a17b358'
 'SKIP')
 
 build() {



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

2014-09-12 Thread Thomas Bächler
Date: Friday, September 12, 2014 @ 19:59:23
  Author: thomas
Revision: 221450

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-12 17:59:07 UTC (rev 221449)
+++ extra-i686/PKGBUILD 2014-09-12 17:59:23 UTC (rev 221450)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-pkgname=davfs2
-pkgver=1.5.1
-pkgrel=1
-pkgdesc=File system driver that allows you to mount a WebDAV folder
-arch=(i686 x86_64)
-url=http://savannah.nongnu.org/projects/davfs2;
-license=('GPL')
-depends=('neon')
-backup=(etc/davfs2/davfs2.conf etc/davfs2/secrets)
-source=(http://mirrors.zerg.biz/nongnu/davfs2/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('14e2df1a0bb5f979bfef6e08bf7ef6ec6cbf8471b3961e561394b252c3bacce1'
-'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  dav_user=nobody dav_group=network ./configure --prefix=/usr 
--sbindir=/usr/bin --sysconfdir=/etc --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # This directory contains worthless symlinks
-  rm -r ${pkgdir}/sbin
-  rm -f 
${pkgdir}/usr/share/davfs2/{BUGS,COPYING,FAQ,NEWS,TODO,ChangeLog,GPL,README,THANKS}
-}

Copied: davfs2/repos/extra-i686/PKGBUILD (from rev 221449, 
davfs2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-09-12 17:59:23 UTC (rev 221450)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+pkgname=davfs2
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=File system driver that allows you to mount a WebDAV folder
+arch=(i686 x86_64)
+url=http://savannah.nongnu.org/projects/davfs2;
+license=('GPL')
+depends=('neon')
+backup=(etc/davfs2/davfs2.conf etc/davfs2/secrets)
+source=(http://mirrors.zerg.biz/nongnu/davfs2/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('be34a19ab57a6ea77ecb82083e9e4c1882e12b2de64257de567ad5ee7a17b358'
+'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  dav_user=nobody dav_group=network ./configure --prefix=/usr 
--sbindir=/usr/bin --sysconfdir=/etc --disable-debug
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # This directory contains worthless symlinks
+  rm -r ${pkgdir}/sbin
+  rm -f 
${pkgdir}/usr/share/davfs2/{BUGS,COPYING,FAQ,NEWS,TODO,ChangeLog,GPL,README,THANKS}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-09-12 17:59:07 UTC (rev 221449)
+++ extra-x86_64/PKGBUILD   2014-09-12 17:59:23 UTC (rev 221450)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-pkgname=davfs2
-pkgver=1.5.1
-pkgrel=1
-pkgdesc=File system driver that allows you to mount a WebDAV folder
-arch=(i686 x86_64)
-url=http://savannah.nongnu.org/projects/davfs2;
-license=('GPL')
-depends=('neon')
-backup=(etc/davfs2/davfs2.conf etc/davfs2/secrets)
-source=(http://mirrors.zerg.biz/nongnu/davfs2/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('14e2df1a0bb5f979bfef6e08bf7ef6ec6cbf8471b3961e561394b252c3bacce1'
-'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  dav_user=nobody dav_group=network ./configure --prefix=/usr 
--sbindir=/usr/bin --sysconfdir=/etc --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # This directory contains worthless symlinks
-  rm -r ${pkgdir}/sbin
-  rm -f 
${pkgdir}/usr/share/davfs2/{BUGS,COPYING,FAQ,NEWS,TODO,ChangeLog,GPL,README,THANKS}
-}

Copied: davfs2/repos/extra-x86_64/PKGBUILD (from rev 221449, 
davfs2/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-09-12 17:59:23 UTC (rev 221450)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+pkgname=davfs2
+pkgver=1.5.2
+pkgrel=1
+pkgdesc=File system driver that allows you to mount a WebDAV folder
+arch=(i686 x86_64)
+url=http://savannah.nongnu.org/projects/davfs2;
+license=('GPL')
+depends=('neon')
+backup=(etc/davfs2/davfs2.conf etc/davfs2/secrets)
+source=(http://mirrors.zerg.biz/nongnu/davfs2/${pkgname}-${pkgver}.tar.gz{,.sig})

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

2014-09-12 Thread Anatol Pomozov
Date: Friday, September 12, 2014 @ 21:28:03
  Author: anatolik
Revision: 118883

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

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

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

Copied: crash/repos/community-testing-i686/PKGBUILD (from rev 118882, 
crash/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-12 19:28:03 UTC (rev 118883)
@@ -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.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-testing-x86_64/PKGBUILD (from rev 118882, 
crash/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2014-09-12 19:28:03 UTC (rev 118883)
@@ -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.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/
+}



[arch-commits] Commit in crash/repos (testing-i686 testing-x86_64)

2014-09-12 Thread Anatol Pomozov
Date: Friday, September 12, 2014 @ 21:29:26
  Author: anatolik
Revision: 118884

Remove testing branch created by mistake

Deleted:
  crash/repos/testing-i686/
  crash/repos/testing-x86_64/



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

2014-09-12 Thread Sven-Hendrik Haase
Date: Friday, September 12, 2014 @ 21:42:01
  Author: svenstaro
Revision: 118885

upgpkg: openmw 0.31.0-3

Fix FS#41945

Modified:
  openmw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 19:29:26 UTC (rev 118884)
+++ PKGBUILD2014-09-12 19:42:01 UTC (rev 118885)
@@ -3,7 +3,7 @@
 
 pkgname=openmw
 pkgver=0.31.0
-pkgrel=2
+pkgrel=3
 pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
 arch=('i686' 'x86_64')
 url=http://www.openmw.org;



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

2014-09-12 Thread Sven-Hendrik Haase
Date: Friday, September 12, 2014 @ 21:42:11
  Author: svenstaro
Revision: 118886

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-12 19:42:01 UTC (rev 118885)
+++ community-i686/PKGBUILD 2014-09-12 19:42:11 UTC (rev 118886)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Sandy Carter bwrsand...@gmail.com
-
-pkgname=openmw
-pkgver=0.31.0
-pkgrel=2
-pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
-arch=('i686' 'x86_64')
-url=http://www.openmw.org;
-license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
-makedepends=('cmake' 'boost')
-source=(https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
-sha1sums=('c3551a52d6d4a8499286856cbc96f38dc91eec0c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openmw/repos/community-i686/PKGBUILD (from rev 118885, 
openmw/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-12 19:42:11 UTC (rev 118886)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sandy Carter bwrsand...@gmail.com
+
+pkgname=openmw
+pkgver=0.31.0
+pkgrel=3
+pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
+arch=('i686' 'x86_64')
+url=http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
+makedepends=('cmake' 'boost')
+source=(https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha1sums=('c3551a52d6d4a8499286856cbc96f38dc91eec0c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-12 19:42:01 UTC (rev 118885)
+++ community-x86_64/PKGBUILD   2014-09-12 19:42:11 UTC (rev 118886)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Sandy Carter bwrsand...@gmail.com
-
-pkgname=openmw
-pkgver=0.31.0
-pkgrel=2
-pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
-arch=('i686' 'x86_64')
-url=http://www.openmw.org;
-license=('GPL3' 'MIT' 'custom')
-depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
-makedepends=('cmake' 'boost')
-source=(https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
-sha1sums=('c3551a52d6d4a8499286856cbc96f38dc91eec0c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openmw/repos/community-x86_64/PKGBUILD (from rev 118885, 
openmw/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-09-12 19:42:11 UTC (rev 118886)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Sandy Carter bwrsand...@gmail.com
+
+pkgname=openmw
+pkgver=0.31.0
+pkgrel=3
+pkgdesc=An open-source engine reimplementation for the role-playing game 
Morrowind
+arch=('i686' 'x86_64')
+url=http://www.openmw.org;
+license=('GPL3' 'MIT' 'custom')
+depends=('openal' 'ogre' 'mygui' 'bullet' 'qt4' 'ffmpeg' 'sdl2' 'unshield')
+makedepends=('cmake' 'boost')
+source=(https://github.com/OpenMW/openmw/archive/openmw-${pkgver}.tar.gz;)
+sha1sums=('c3551a52d6d4a8499286856cbc96f38dc91eec0c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgname}-${pkgver}
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make

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

2014-09-12 Thread Sven-Hendrik Haase
Date: Friday, September 12, 2014 @ 21:48:54
  Author: svenstaro
Revision: 118887

upgpkg: texstudio 2.8.4-1

upstream release 2.8.4

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 19:42:11 UTC (rev 118886)
+++ PKGBUILD2014-09-12 19:48:54 UTC (rev 118887)
@@ -2,7 +2,7 @@
 # Contributor: Clément DEMOULINS clem...@archivel.fr
 
 pkgname=texstudio
-pkgver=2.8.2
+pkgver=2.8.4
 pkgrel=1
 pkgdesc=Integrated writing environment for creating LaTeX documents
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=$pkgname.install
 
 
source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9186f1b08338f35fdae72027be9e837a')
+md5sums=('d67f0e0f0952d72fc3e66caabaf160ce')
 
 build() {
 cd $srcdir/$pkgname$pkgver



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

2014-09-12 Thread Sven-Hendrik Haase
Date: Friday, September 12, 2014 @ 21:49:00
  Author: svenstaro
Revision: 11

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

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

+
 /PKGBUILD  |   56 +++
 /texstudio.install |   30 ++
 community-i686/PKGBUILD|   28 -
 community-i686/texstudio.install   |   15 -
 community-x86_64/PKGBUILD  |   28 -
 community-x86_64/texstudio.install |   15 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-12 19:48:54 UTC (rev 118887)
+++ community-i686/PKGBUILD 2014-09-12 19:49:00 UTC (rev 11)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Clément DEMOULINS clem...@archivel.fr
-
-pkgname=texstudio
-pkgver=2.8.2
-pkgrel=1
-pkgdesc=Integrated writing environment for creating LaTeX documents
-arch=('i686' 'x86_64')
-url=http://texstudio.sourceforge.net/;
-license=('GPL')
-depends=('poppler-qt4')
-optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
-replaces=('texmakerx')
-install=$pkgname.install
-
-source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9186f1b08338f35fdae72027be9e837a')
-
-build() {
-cd $srcdir/$pkgname$pkgver
-qmake-qt4 CONFIG-=debug texstudio.pro
-make
-}
-
-package() {
-cd $srcdir/$pkgname$pkgver
-make INSTALL_ROOT=$pkgdir install
-}

Copied: texstudio/repos/community-i686/PKGBUILD (from rev 118887, 
texstudio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-12 19:49:00 UTC (rev 11)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Clément DEMOULINS clem...@archivel.fr
+
+pkgname=texstudio
+pkgver=2.8.4
+pkgrel=1
+pkgdesc=Integrated writing environment for creating LaTeX documents
+arch=('i686' 'x86_64')
+url=http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt4')
+optdepends=('evince: pdf reader', 'okular: alternate pdf reader')
+replaces=('texmakerx')
+install=$pkgname.install
+
+source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('d67f0e0f0952d72fc3e66caabaf160ce')
+
+build() {
+cd $srcdir/$pkgname$pkgver
+qmake-qt4 CONFIG-=debug texstudio.pro
+make
+}
+
+package() {
+cd $srcdir/$pkgname$pkgver
+make INSTALL_ROOT=$pkgdir install
+}

Deleted: community-i686/texstudio.install
===
--- community-i686/texstudio.install2014-09-12 19:48:54 UTC (rev 118887)
+++ community-i686/texstudio.install2014-09-12 19:49:00 UTC (rev 11)
@@ -1,15 +0,0 @@
-pkgname=texstudio
-
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et:

Copied: texstudio/repos/community-i686/texstudio.install (from rev 118887, 
texstudio/trunk/texstudio.install)
===
--- community-i686/texstudio.install(rev 0)
+++ community-i686/texstudio.install2014-09-12 19:49:00 UTC (rev 11)
@@ -0,0 +1,15 @@
+pkgname=texstudio
+
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-09-12 19:48:54 UTC (rev 118887)
+++ community-x86_64/PKGBUILD   2014-09-12 19:49:00 UTC (rev 11)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Clément DEMOULINS clem...@archivel.fr
-
-pkgname=texstudio
-pkgver=2.8.2
-pkgrel=1
-pkgdesc=Integrated writing environment for creating LaTeX documents
-arch=('i686' 'x86_64')
-url=http://texstudio.sourceforge.net/;
-license=('GPL')
-depends=('poppler-qt4')

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

2014-09-12 Thread Sven-Hendrik Haase
Date: Friday, September 12, 2014 @ 21:58:03
  Author: svenstaro
Revision: 118889

upgpkg: dwarffortress 0.40.12-1

upstream release 0.40.12

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 19:49:00 UTC (rev 11)
+++ PKGBUILD2014-09-12 19:58:03 UTC (rev 118889)
@@ -3,9 +3,9 @@
 # Contributor: Daenyth Daenyth+Arch [AT] gmail [DOT] com
 # Contributor: djnm nmihalich [at} gmail dott com
 pkgname=dwarffortress
-pkgver=0.40.11
-_pkgver=40_11
-pkgrel=2
+pkgver=0.40.12
+_pkgver=40_12
+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/;
@@ -30,7 +30,7 @@
 dwarffortress
 dwarffortress.desktop
 dwarffortress.png)
-sha256sums=('23fd5b6c32c0e65e827961415d20afaf770103c08a68ca565086d452586b2939'
+sha256sums=('4da72351a2f80e51e86609accbd19bf82ca85881832e4a716b055bd7754a880c'
 'SKIP'
 '7dc1f0ed0d496b21f4f240334f77dc43b728823f3e1c4ea25ce768691346ec07'
 'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'



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

2014-09-12 Thread Sven-Hendrik Haase
Date: Friday, September 12, 2014 @ 21:58:08
  Author: svenstaro
Revision: 118890

archrelease: copy trunk to community-i686

Added:
  dwarffortress/repos/community-i686/PKGBUILD
(from rev 118889, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-i686/dwarffortress
(from rev 118889, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-i686/dwarffortress.desktop
(from rev 118889, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-i686/dwarffortress.install
(from rev 118889, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-i686/dwarffortress.png
(from rev 118889, 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-09-12 19:58:03 UTC (rev 118889)
+++ PKGBUILD2014-09-12 19:58:08 UTC (rev 118890)
@@ -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.11
-_pkgver=40_11
-pkgrel=2
-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=044b26
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('23fd5b6c32c0e65e827961415d20afaf770103c08a68ca565086d452586b2939'
-'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 118889, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-12 19:58:08 UTC 

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

2014-09-12 Thread Sven-Hendrik Haase
Date: Friday, September 12, 2014 @ 21:59:55
  Author: svenstaro
Revision: 118891

archrelease: copy trunk to multilib-x86_64

Added:
  dwarffortress/repos/multilib-x86_64/PKGBUILD
(from rev 118890, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/multilib-x86_64/dwarffortress
(from rev 118890, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/multilib-x86_64/dwarffortress.desktop
(from rev 118890, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/multilib-x86_64/dwarffortress.install
(from rev 118890, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/multilib-x86_64/dwarffortress.png
(from rev 118890, 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-09-12 19:58:08 UTC (rev 118890)
+++ PKGBUILD2014-09-12 19:59:55 UTC (rev 118891)
@@ -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.11
-_pkgver=40_11
-pkgrel=2
-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=044b26
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-sha256sums=('23fd5b6c32c0e65e827961415d20afaf770103c08a68ca565086d452586b2939'
-'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 118890, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-12 

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

2014-09-12 Thread Sven-Hendrik Haase
Date: Friday, September 12, 2014 @ 23:07:45
  Author: svenstaro
Revision: 118892

upgpkg: openimageio 1.4.13-1

upstream release 1.4.13

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 19:59:55 UTC (rev 118891)
+++ PKGBUILD2014-09-12 21:07:45 UTC (rev 118892)
@@ -3,8 +3,8 @@
 # Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
 
 pkgname=openimageio
-pkgver=1.4.12
-pkgrel=3
+pkgver=1.4.13
+pkgrel=1
 pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
 arch=(i686 x86_64)
 url=http://www.openimageio.org/;



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

2014-09-12 Thread Sven-Hendrik Haase
Date: Friday, September 12, 2014 @ 23:07:51
  Author: svenstaro
Revision: 118893

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

Added:
  openimageio/repos/community-i686/PKGBUILD
(from rev 118892, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-i686/fix32bit-fail.patch
(from rev 118892, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-x86_64/PKGBUILD
(from rev 118892, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-x86_64/fix32bit-fail.patch
(from rev 118892, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-i686/PKGBUILD
  openimageio/repos/community-i686/fix32bit-fail.patch
  openimageio/repos/community-x86_64/PKGBUILD
  openimageio/repos/community-x86_64/fix32bit-fail.patch

--+
 /PKGBUILD|   84 +
 /fix32bit-fail.patch |   26 ++
 community-i686/PKGBUILD  |   42 
 community-i686/fix32bit-fail.patch   |   13 -
 community-x86_64/PKGBUILD|   42 
 community-x86_64/fix32bit-fail.patch |   13 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-12 21:07:45 UTC (rev 118892)
+++ community-i686/PKGBUILD 2014-09-12 21:07:51 UTC (rev 118893)
@@ -1,42 +0,0 @@
-# $Id$
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=openimageio
-pkgver=1.4.12
-pkgrel=3
-pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
-arch=(i686 x86_64)
-url=http://www.openimageio.org/;
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
-optdepends=('qt4: iv image viewer'
-'python2: bindings support')
-source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
-md5sums=('SKIP')
-
-build() {
-  cd oiio
-
-  [[ -d build ]]  rm -r build
-  mkdir build  cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  -DOIIO_BUILD_TESTS=OFF \
-  ..
-  make
-}
-
-package() {
-  cd oiio/build
-
-  make DESTDIR=$pkgdir install
-
-  # license
-  cd ..
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openimageio/repos/community-i686/PKGBUILD (from rev 118892, 
openimageio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-12 21:07:51 UTC (rev 118893)
@@ -0,0 +1,42 @@
+# $Id$
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=openimageio
+pkgver=1.4.13
+pkgrel=1
+pkgdesc=A library for reading and writing images, including classes, 
utilities, and applications
+arch=(i686 x86_64)
+url=http://www.openimageio.org/;
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
+md5sums=('SKIP')
+
+build() {
+  cd oiio
+
+  [[ -d build ]]  rm -r build
+  mkdir build  cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  -DOIIO_BUILD_TESTS=OFF \
+  ..
+  make
+}
+
+package() {
+  cd oiio/build
+
+  make DESTDIR=$pkgdir install
+
+  # license
+  cd ..
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/fix32bit-fail.patch
===
--- community-i686/fix32bit-fail.patch  2014-09-12 21:07:45 UTC (rev 118892)
+++ community-i686/fix32bit-fail.patch  2014-09-12 21:07:51 UTC (rev 118893)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include StdAfx.h
- 
-+#include SHA1.h
- #include hash.h
- #include dassert.h
--#include SHA1.h
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-i686/fix32bit-fail.patch (from rev 118892, 
openimageio/trunk/fix32bit-fail.patch)
===
--- community-i686/fix32bit-fail.patch  (rev 0)
+++ community-i686/fix32bit-fail.patch  2014-09-12 21:07:51 UTC (rev 118893)
@@ -0,0 +1,13 

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

2014-09-12 Thread Evangelos Foutras
Date: Saturday, September 13, 2014 @ 01:50:25
  Author: foutrelis
Revision: 221452

upgpkg: firefox-i18n 32.0.1-1

New upstream release.

Modified:
  firefox-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  168 ++---
 1 file changed, 84 insertions(+), 84 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 23:50:12 UTC (rev 221451)
+++ PKGBUILD2014-09-12 23:50:25 UTC (rev 221452)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgbase=firefox-i18n
-pkgver=32.0
+pkgver=32.0.1
 pkgrel=1
 pkgdesc=Language pack for Firefox
 arch=('any')
@@ -135,86 +135,86 @@
   fi
 }
 
-md5sums=('aa9c0ed90553c9ee035f9f4c24c59576'
- '86de027b23200d25ac68fb2db7be0b32'
- 'ba151b4b7b68d6fc7d75f8b8668abae6'
- '58fa8b7ee014b68ba91c1fe633b2ff99'
- 'e75508b54e199ecfdeb088116104910d'
- '21c4e186886f936874e3409d7891b807'
- 'ebf5a6cd1182ac81f200e5e3d494dc3b'
- '2b493479509929a36aacb4bd7739c7bb'
- '1c7f4d367b64d39a7f5b1ff53dd1fc25'
- '9955071de92dde7e42026a2c0e4a5231'
- 'e7cac310f20f62559f58f1bae90ca4ce'
- '617f128aea53a94bbe45566b13054a62'
- '73bd2e980c97c89ce8b7cf618fd8e202'
- 'e7300b3ccc805089b8a9b80dcc5512d0'
- '5bb2b9d95550b04c2ceeeac2f4134673'
- '915718140a6c0c840ea328ca94082356'
- 'aa6b147a3b432be8569b51505113a1cb'
- '6bb44558382657298632f910233a3b42'
- '9e8d4df4f43e037d9a370c88d0b41c3f'
- '1e444cdadd566e23a5027c176e464a83'
- '7991562192929da2f474febdb0299756'
- '350d70c6824b65f1c98e5d44e99a8188'
- 'c537491afe46bd428dbbd8f811162ec3'
- '3955948b105c9c137a7f07095c3b1faf'
- 'effc6f6437a0e2157eb931261dac8ad0'
- '2c73c19386d60f7663eb6d92ba3147a8'
- '453f8d5d4894737b1aae530f8e633c0b'
- 'ea78a5160eb4789db30c7d86ea6fdc13'
- '84e53838fb30b13af9b23b491cb35dac'
- '4bcb50575450dfcffa0e4912349a142b'
- '60fcebd762f60530a682f6a615beef45'
- 'ef95aa0ae0b6088fa66daee04caa69ef'
- '53671d9892669618bd46d0633f14c16c'
- '6be063cff174bd22a05ceb1af0ea75b8'
- '8472d35b05a00f179a2b9e30e944ad59'
- 'a0a869fe51c28fa1834217f8dd28b77f'
- 'b69732bdcdf8ef486c64044b61e552e9'
- 'b9bccaee428eb5f326cda54dc8962e47'
- 'afbd76134e334b8c63cbafebdff3e52a'
- '6795c07134b0411d3019e2c536f00c80'
- '64eaa643f0f54891f5626f008b13455c'
- '081da30bfe609907217da4292167ced3'
- '757fef1fe62aa107a8b4f33413e9b9bd'
- 'a329da2ca085b8cdcf6577d27e8ba777'
- '93b64f9ddc8c8da58a3939fa4a31a66a'
- '0d6d7c33706f6f9fa47cc745017b20f3'
- 'e41a068800c85f8fa9b1cd851521213f'
- '4e41d5ba8e56c5b9b2f32f4600466833'
- '8383bb378887bdb04de30dfc1699c560'
- '1859ff08965f3f441d6ceb7b8e13e0f0'
- 'd230218b4ce85d8f7e36c9799b2ef997'
- '682be302fd45e3d050f1b2ffcc141875'
- '7750420c111be194ff6e78a8d8dc2c64'
- '4331e5d31046737d53bdfe63f086bf78'
- 'dcb6efd2ed130937dc17fd51e9b75a81'
- '0f8918ca307bd082c0814e7ccdaf83c0'
- 'f256f6916bc350f0f4f22f47f48a1f1e'
- '05e28a032ac480166ff0092b3ef904b2'
- '496d0ffc567b66ee5e4da083a395b1e2'
- '146ece429108d16c5f92c3057afc50ee'
- 'a167b125e40445abb7c43a33ad116c16'
- '7ee036ca5544159d3c838286ccfde0b6'
- '7806f6f1cf2ca2f93510618d6a8bdb84'
- '3a232c15dff3e0c0454dea76df052a9c'
- '2070023f9b6cee30117dde12628f7163'
- '47ecb4ad743e92adad6778de7609cf28'
- '28f6defc2a6187fc3d954322e26bf843'
- '57b14b41f3f8a3d1dc27ac03e55f5f70'
- '47e1e548befc33917d2797ca8ec847bc'
- '495a2bbc176212bb74b503fc24f1dad4'
- '4f48e4cd559da077ee617979c6b1e762'
- '6374cabb7bda36fd4f2ddf77faba7bdd'
- '102f1226641987204725dd50e810bd30'
- 'abba947996e84a71fcca4775ccbafc1f'
- '381113cdc5d52ec6f94963db872ab42a'
- '7c0c441bf562e4ec0c1159017b241904'
- 'f6b33824e0b795d733707319662043b5'
- 'f496fdc21d0677d395c0daf1d03f173a'
- '127cddc5973fa3120a651ead0f32e594'
- '17ecac509cd15937379fb010f6501ab3'
- '003838628d6ff20af724edb0c4ce5ad1'
- '44f9931dfbe15d2ed2eaea97bc0c806c'
- '63ab7093cc6e39a83a8b1bf75543029f')
+md5sums=('1d30ef4c9f25874c1e8e5a57c54435c1'
+ '8237e5fd28dd82e07ba5d996941e766f'
+ '9d3fb43436092b9170d23dba3c7e8427'
+ 'cc005c085f2579319ae7f26f57348199'
+ '1b6498a9ece311990cf465a041691b28'
+ 'b538ae3ae83ebef6cc2ac0f089de76fe'
+ '28e841df46dc61e8409b37c4319edeca'
+ 'd1e9cce3edcea7c7bdc2cf695e06feb2'
+ 'bfc95a2b54042471f28930ee32328503'
+ '873f860619076f64e2e920b97e558c91'
+ '0ea608b7f3affcb3bd85c6514b229c1f'
+ 

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

2014-09-12 Thread Evangelos Foutras
Date: Saturday, September 13, 2014 @ 01:50:12
  Author: foutrelis
Revision: 221451

upgpkg: firefox 32.0.1-1

New upstream release.

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-12 17:59:23 UTC (rev 221450)
+++ PKGBUILD2014-09-12 23:50:12 UTC (rev 221451)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke sja...@gmail.com
 
 pkgname=firefox
-pkgver=32.0
+pkgver=32.0.1
 pkgrel=1
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2{,.asc}
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
rhbz-966424.patch
 firefox-fixed-loading-icon.png)
-sha256sums=('3265971e15809ab904403b474fa9eccf15f34697deb16fc400c5c3684afd50eb'
+sha256sums=('13b78a8319b27430bc9edddb7fb198794d286229cefd6a3e3ae6dafe594245de'
 'SKIP'
 '2e04ee3aefb33bb0f9367e6e88c8ded2cb3e8926fce75a71acfb34b0619dc650'
 'd2a7610393ba259c35e3227b92e02ec91095a95189f56ac93ccdf6732772719c'



[arch-commits] Commit in firefox/repos (32 files)

2014-09-12 Thread Evangelos Foutras
Date: Saturday, September 13, 2014 @ 01:50:56
  Author: foutrelis
Revision: 221453

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 221451, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-fixed-loading-icon.png
(from rev 221451, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 221451, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 221452, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 221452, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 221452, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/rhbz-966424.patch
(from rev 221452, firefox/trunk/rhbz-966424.patch)
  firefox/repos/extra-i686/vendor.js
(from rev 221452, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 221452, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png
(from rev 221452, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 221452, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 221452, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 221452, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 221452, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/rhbz-966424.patch
(from rev 221452, firefox/trunk/rhbz-966424.patch)
  firefox/repos/extra-x86_64/vendor.js
(from rev 221452, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-fixed-loading-icon.png
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/rhbz-966424.patch
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/rhbz-966424.patch
  firefox/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  230 +
 /firefox-install-dir.patch |   24 +++
 /firefox.desktop   |  242 +++
 /firefox.install   |   26 +++
 /mozconfig |   74 +
 /rhbz-966424.patch |   46 +
 /vendor.js |   18 ++
 extra-i686/PKGBUILD|  115 --
 extra-i686/firefox-install-dir.patch   |   12 -
 extra-i686/firefox.desktop |  121 ---
 extra-i686/firefox.install |   13 -
 extra-i686/mozconfig   |   37 
 extra-i686/rhbz-966424.patch   |   23 --
 extra-i686/vendor.js   |9 -
 extra-x86_64/PKGBUILD  |  115 --
 extra-x86_64/firefox-install-dir.patch |   12 -
 extra-x86_64/firefox.desktop   |  121 ---
 extra-x86_64/firefox.install   |   13 -
 extra-x86_64/mozconfig |   37 
 extra-x86_64/rhbz-966424.patch |   23 --
 extra-x86_64/vendor.js |9 -
 21 files changed, 660 insertions(+), 660 deletions(-)

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


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

2014-09-12 Thread Evangelos Foutras
Date: Saturday, September 13, 2014 @ 01:52:12
  Author: foutrelis
Revision: 221454

archrelease: copy trunk to extra-any

Added:
  firefox-i18n/repos/extra-any/PKGBUILD
(from rev 221453, firefox-i18n/trunk/PKGBUILD)
Deleted:
  firefox-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  440 ++---
 1 file changed, 220 insertions(+), 220 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-12 23:50:56 UTC (rev 221453)
+++ PKGBUILD2014-09-12 23:52:12 UTC (rev 221454)
@@ -1,220 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler tho...@archlinux.org
-# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
-# Contributor: Michal Hybner dta...@gmail.com
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgbase=firefox-i18n
-pkgver=32.0
-pkgrel=1
-pkgdesc=Language pack for Firefox
-arch=('any')
-url=http://www.mozilla.com/;
-license=('MPL' 'GPL')
-depends=(firefox=$pkgver)
-makedepends=('zip' 'unzip')
-
-_languages=(
-  'achAcholi'
-  'af Afrikaans'
-  'an Aragonese'
-  'ar Arabic'
-  'as Assamese'
-  'astAsturian'
-  'be Belarusian'
-  'bg Bulgarian'
-  'bn-BD  Bengali (Bangladesh)'
-  'br Breton'
-  'bs Bosnian'
-  'ca Catalan'
-  'cs Czech'
-  'csbKashubian'
-  'cy Welsh'
-  'da Danish'
-  'de German'
-  'el Greek'
-  'en-GB  English (British)'
-  'en-US  English (US)'
-  'en-ZA  English (South African)'
-  'eo Esperanto'
-  'es-AR  Spanish (Argentina)'
-  'es-CL  Spanish (Chile)'
-  'es-ES  Spanish (Spain)'
-  'es-MX  Spanish (Mexico)'
-  'et Estonian'
-  'eu Basque'
-  'fa Persian'
-  'ff Fulah'
-  'fi Finnish'
-  'fr French'
-  'fy-NL  Frisian'
-  'ga-IE  Irish'
-  'gd Gaelic (Scotland)'
-  'gl Galician'
-  'gu-IN  Gujarati'
-  'he Hebrew'
-  'hi-IN  Hindi (India)'
-  'hr Croatian'
-  'hu Hungarian'
-  'hy-AM  Armenian'
-  'id Indonesian'
-  'is Icelandic'
-  'it Italian'
-  'ja Japanese'
-  'kk Kazakh'
-  'km Khmer'
-  'kn Kannada'
-  'ko Korean'
-  'lijLigurian'
-  'lt Lithuanian'
-  'lv Latvian'
-  'maiMaithili'
-  'mk Macedonian'
-  'ml Malayalam'
-  'mr Marathi'
-  'nb-NO  Norwegian (Bokmål)'
-  'nl Dutch'
-  'nn-NO  Norwegian (Nynorsk)'
-  'or Oriya'
-  'pa-IN  Punjabi'
-  'pl Polish'
-  'pt-BR  Portuguese (Brazilian)'
-  'pt-PT  Portuguese (Portugal)'
-  'rm Romansh'
-  'ro Romanian'
-  'ru Russian'
-  'si Sinhala'
-  'sk Slovak'
-  'sl Slovenian'
-  'sq Albanian'
-  'sr Serbian'
-  'sv-SE  Swedish'
-  'ta Tamil'
-  'te Telugu'
-  'th Thai'
-  'tr Turkish'
-  'uk Ukrainian'
-  'vi Vietnamese'
-  'xh Xhosa'
-  'zh-CN  Chinese (Simplified)'
-  'zh-TW  Chinese (Traditional)'
-)
-
-pkgname=()
-source=()
-_url=http://download.cdn.mozilla.net/pub/firefox/releases/$pkgver/linux-i686/xpi
-
-for _lang in ${_languages[@]}; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=(firefox-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi)
-  eval package_$_pkgname() {
-_package $_lang
-  }
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc=$2 language pack for Firefox
-  install -Dm644 firefox-i18n-$pkgver-$1.xpi \
-
$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi
-
-  # Fix a few broken langpacks
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=832060
-  if in_array $1 bg csb; then
-pushd $pkgdir/usr/lib/firefox/browser/extensions /dev/null
-unzip langpack-$1...@firefox.mozilla.org.xpi install.rdf /dev/null
-sed -i '/./,$!d' install.rdf
-zip -u langpack-$1...@firefox.mozilla.org.xpi install.rdf /dev/null
-rm install.rdf
-popd /dev/null
-  fi
-}
-
-md5sums=('aa9c0ed90553c9ee035f9f4c24c59576'
- '86de027b23200d25ac68fb2db7be0b32'
- 'ba151b4b7b68d6fc7d75f8b8668abae6'
- '58fa8b7ee014b68ba91c1fe633b2ff99'
- 'e75508b54e199ecfdeb088116104910d'
- '21c4e186886f936874e3409d7891b807'
- 'ebf5a6cd1182ac81f200e5e3d494dc3b'
- '2b493479509929a36aacb4bd7739c7bb'
- '1c7f4d367b64d39a7f5b1ff53dd1fc25'
- '9955071de92dde7e42026a2c0e4a5231'
- 'e7cac310f20f62559f58f1bae90ca4ce'
- '617f128aea53a94bbe45566b13054a62'
- '73bd2e980c97c89ce8b7cf618fd8e202'
- 'e7300b3ccc805089b8a9b80dcc5512d0'
- '5bb2b9d95550b04c2ceeeac2f4134673'
- '915718140a6c0c840ea328ca94082356'
- 'aa6b147a3b432be8569b51505113a1cb'
- '6bb44558382657298632f910233a3b42'
- '9e8d4df4f43e037d9a370c88d0b41c3f'
- '1e444cdadd566e23a5027c176e464a83'
- '7991562192929da2f474febdb0299756'
- '350d70c6824b65f1c98e5d44e99a8188'
- 'c537491afe46bd428dbbd8f811162ec3'
-