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

2015-12-26 Thread Maxime Gauduin
Date: Saturday, December 26, 2015 @ 18:50:26
  Author: alucryd
Revision: 154566

upgpkg: higan 096-1

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

---+
 PKGBUILD  |9 +
 higan |5 -
 higan.install |   10 ++
 3 files changed, 19 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-26 16:52:59 UTC (rev 154565)
+++ PKGBUILD2015-12-26 17:50:26 UTC (rev 154566)
@@ -2,8 +2,8 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=higan
-pkgver=095
-pkgrel=2
+pkgver=096
+pkgrel=1
 pkgdesc='Nintendo multi-system emulator'
 arch=('i686' 'x86_64')
 url='http://byuu.org/'
@@ -15,12 +15,13 @@
 makedepends=('mesa')
 conflicts=('higan-gtk' 'higan-qt')
 replaces=('higan-gtk' 'higan-qt')
+install='higan.install'
 source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
 'higan-makefile.patch'
 'higan')
-sha256sums=('443a11ef64b817861e9cb7b818fc9283afb50f8e254345eb88fa12c764f44f77'
+sha256sums=('10ef9bd93708ea56bf0c6180d5a02d850a892c37e68d8945e431e1661e7f8579'
 'cbdb3524bc5f0380df4d96312a15bc0bf641a7a82723bfb30998efeb977d4b7f'
-'4a9f59253caa51fa8313db421bf7ce431722c601594b2bdb0fa0459652284168')
+'801ddccd26d4e21c7d5ddde01be936da155a020cd755f02ac89f354108592de2')
 
 prepare() {
   cd higan_v${pkgver}-source

Modified: higan
===
--- higan   2015-12-26 16:52:59 UTC (rev 154565)
+++ higan   2015-12-26 17:50:26 UTC (rev 154566)
@@ -1,6 +1,9 @@
 #!/bin/sh
 
-cp -ru /usr/share/higan ~/.config/
+cp -u /usr/share/higan/cheats.bml ~/.config/
+if [[ -d ~/Emulation ]]; then
+  cp -ru /usr/share/higan/*.sys ~/Emulation/
+fi
 
 prompt="$(zenity --list --radiolist --title 'Please select a profile' --column 
'' --column '' FALSE 'Icarus' FALSE 'Tomoko (accuracy)' TRUE 'Tomoko 
(balanced)' FALSE 'Tomoko (performance)')"
 

Added: higan.install
===
--- higan.install   (rev 0)
+++ higan.install   2015-12-26 17:50:26 UTC (rev 154566)
@@ -0,0 +1,10 @@
+post_install() {
+  echo << EOF
+higan needs the system files located in /usr/share/higan to be copied inside
+your ~/Emulation directory. This is done automatically by the launcher script
+if you're using the default directory, otherwise make sure you copy them
+manually.
+EOF
+}
+
+# vim: ts=2 sw=2 et:


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

2015-12-26 Thread Maxime Gauduin
Date: Saturday, December 26, 2015 @ 17:46:32
  Author: alucryd
Revision: 154563

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

Added:
  renpy/repos/community-i686/PKGBUILD
(from rev 154562, renpy/trunk/PKGBUILD)
  renpy/repos/community-i686/renpy
(from rev 154562, renpy/trunk/renpy)
  renpy/repos/community-i686/renpy.desktop
(from rev 154562, renpy/trunk/renpy.desktop)
  renpy/repos/community-i686/renpy.png
(from rev 154562, renpy/trunk/renpy.png)
  renpy/repos/community-x86_64/PKGBUILD
(from rev 154562, renpy/trunk/PKGBUILD)
  renpy/repos/community-x86_64/renpy
(from rev 154562, renpy/trunk/renpy)
  renpy/repos/community-x86_64/renpy.desktop
(from rev 154562, renpy/trunk/renpy.desktop)
  renpy/repos/community-x86_64/renpy.png
(from rev 154562, renpy/trunk/renpy.png)
Deleted:
  renpy/repos/community-i686/PKGBUILD
  renpy/repos/community-i686/renpy
  renpy/repos/community-i686/renpy.desktop
  renpy/repos/community-i686/renpy.png
  renpy/repos/community-x86_64/PKGBUILD
  renpy/repos/community-x86_64/renpy
  renpy/repos/community-x86_64/renpy.desktop
  renpy/repos/community-x86_64/renpy.png

+
 /PKGBUILD  |  150 +++
 /renpy |6 +
 /renpy.desktop |   18 
 community-i686/PKGBUILD|   75 ---
 community-i686/renpy   |3 
 community-i686/renpy.desktop   |9 --
 community-x86_64/PKGBUILD  |   75 ---
 community-x86_64/renpy |3 
 community-x86_64/renpy.desktop |9 --
 9 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-26 16:46:15 UTC (rev 154562)
+++ community-i686/PKGBUILD 2015-12-26 16:46:32 UTC (rev 154563)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Cravix 
-# Contributor: AlexanderR 
-# Contributor: zhn 
-
-pkgbase=renpy
-pkgname=('renpy' 'renpy-demos')
-pkgver=6.99.7
-pkgrel=1
-pkgdesc="The Ren'Py Visual Novel Engine"
-arch=('i686' 'x86_64')
-url='http://www.renpy.org'
-license=('MIT')
-depends=('ffmpeg' 'glew' 'python2-pygame-sdl2')
-makedepends=('cython2')
-source=("http://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2;
-'renpy'
-'renpy.desktop'
-'renpy.png')
-sha256sums=('4ef82135c82df5b92ec94763812ffc2ec0f2004e98525f9813be91e7f99872a2'
-'d12cccb8d5acbe28f6740d7efc58ceb78fb4f303a50724a43c47812d51897c6a'
-'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
-'611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5')
-
-prepare() {
-  cd renpy-${pkgver}-source
-
-  sed 's/python/python2/' -i renpy.py launcher/game/tkaskdir.py
-}
-
-build() {
-  cd renpy-${pkgver}-source
-
-  export RENPY_CYTHON='cython2'
-
-  python2 module/setup.py build
-}
-
-package_renpy() {
-  optdepends=('renpy-demos: Tutorial and The Question demos'
-  'tk: Set projects directory')
-  replaces=('python-renpy' 'python2-renpy')
-
-  cd renpy-${pkgver}-source
-
-  python2 module/setup.py install --root="${pkgdir}" --prefix='/usr' 
--optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,pixmaps,renpy,doc}}
-
-  cp -dr --no-preserve='ownership' doc launcher renpy renpy.py templates 
"${pkgdir}"/usr/share/renpy/
-  ln -s /usr/share/renpy/doc "${pkgdir}"/usr/share/doc/renpy
-
-  install -m 755 ../renpy "${pkgdir}"/usr/bin/
-  install -m 644 ../renpy.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 ../renpy.png "${pkgdir}"/usr/share/pixmaps/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/renpy
-  install -m 644 LICENSE.txt "${pkgdir}"/usr/share/licenses/renpy/
-}
-
-package_renpy-demos() {
-  depends=('renpy')
-
-  cd renpy-${pkgver}-source
-
-  install -dm 755 "${pkgdir}"/usr/share/renpy
-
-  cp -dr --no-preserve='ownership' the_question tutorial 
"${pkgdir}"/usr/share/renpy/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s renpy "${pkgdir}"/usr/share/licenses/renpy-demos
-}
-
-# vim: ts=2 sw=2 et:

Copied: renpy/repos/community-i686/PKGBUILD (from rev 154562, 
renpy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-26 16:46:32 UTC (rev 154563)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Cravix 
+# Contributor: AlexanderR 
+# Contributor: zhn 
+
+pkgbase=renpy
+pkgname=('renpy' 'renpy-demos')
+pkgver=6.99.8
+pkgrel=1
+pkgdesc="The Ren'Py Visual Novel Engine"
+arch=('i686' 'x86_64')
+url='http://www.renpy.org'
+license=('MIT')

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

2015-12-26 Thread Maxime Gauduin
Date: Saturday, December 26, 2015 @ 17:46:15
  Author: alucryd
Revision: 154562

upgpkg: renpy 6.99.8-1

Modified:
  renpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-26 10:12:28 UTC (rev 154561)
+++ PKGBUILD2015-12-26 16:46:15 UTC (rev 154562)
@@ -6,7 +6,7 @@
 
 pkgbase=renpy
 pkgname=('renpy' 'renpy-demos')
-pkgver=6.99.7
+pkgver=6.99.8
 pkgrel=1
 pkgdesc="The Ren'Py Visual Novel Engine"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'renpy'
 'renpy.desktop'
 'renpy.png')
-sha256sums=('4ef82135c82df5b92ec94763812ffc2ec0f2004e98525f9813be91e7f99872a2'
+sha256sums=('0eb0c763bf7e977db06039c69751f1ed5e69c4b738f7f6d975e99e8729eff58e'
 'd12cccb8d5acbe28f6740d7efc58ceb78fb4f303a50724a43c47812d51897c6a'
 'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
 '611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5')


[arch-commits] Commit in higan/repos (14 files)

2015-12-26 Thread Maxime Gauduin
Date: Saturday, December 26, 2015 @ 18:50:45
  Author: alucryd
Revision: 154567

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

Added:
  higan/repos/community-i686/PKGBUILD
(from rev 154566, higan/trunk/PKGBUILD)
  higan/repos/community-i686/higan
(from rev 154566, higan/trunk/higan)
  higan/repos/community-i686/higan-makefile.patch
(from rev 154566, higan/trunk/higan-makefile.patch)
  higan/repos/community-i686/higan.install
(from rev 154566, higan/trunk/higan.install)
  higan/repos/community-x86_64/PKGBUILD
(from rev 154566, higan/trunk/PKGBUILD)
  higan/repos/community-x86_64/higan
(from rev 154566, higan/trunk/higan)
  higan/repos/community-x86_64/higan-makefile.patch
(from rev 154566, higan/trunk/higan-makefile.patch)
  higan/repos/community-x86_64/higan.install
(from rev 154566, higan/trunk/higan.install)
Deleted:
  higan/repos/community-i686/PKGBUILD
  higan/repos/community-i686/higan
  higan/repos/community-i686/higan-makefile.patch
  higan/repos/community-x86_64/PKGBUILD
  higan/repos/community-x86_64/higan
  higan/repos/community-x86_64/higan-makefile.patch

---+
 /PKGBUILD |  120 
 /higan|   50 +
 /higan-makefile.patch |   96 +
 community-i686/PKGBUILD   |   59 ---
 community-i686/higan  |   22 -
 community-i686/higan-makefile.patch   |   48 
 community-i686/higan.install  |   10 ++
 community-x86_64/PKGBUILD |   59 ---
 community-x86_64/higan|   22 -
 community-x86_64/higan-makefile.patch |   48 
 community-x86_64/higan.install|   10 ++
 11 files changed, 286 insertions(+), 258 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-26 17:50:26 UTC (rev 154566)
+++ community-i686/PKGBUILD 2015-12-26 17:50:45 UTC (rev 154567)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=higan
-pkgver=095
-pkgrel=2
-pkgdesc='Nintendo multi-system emulator'
-arch=('i686' 'x86_64')
-url='http://byuu.org/'
-license=('GPL3')
-depends=('alsa-lib' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
- 'gtksourceview2' 'libao' 'libgl' 'libpulse' 'libx11' 'libxext' 'libxv'
- 'openal' 'pango' 'sdl' 'zenity'
- 'libudev.so')
-makedepends=('mesa')
-conflicts=('higan-gtk' 'higan-qt')
-replaces=('higan-gtk' 'higan-qt')
-source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
-'higan-makefile.patch'
-'higan')
-sha256sums=('443a11ef64b817861e9cb7b818fc9283afb50f8e254345eb88fa12c764f44f77'
-'cbdb3524bc5f0380df4d96312a15bc0bf641a7a82723bfb30998efeb977d4b7f'
-'4a9f59253caa51fa8313db421bf7ce431722c601594b2bdb0fa0459652284168')
-
-prepare() {
-  cd higan_v${pkgver}-source
-
-  patch -Np1 -i ../higan-makefile.patch
-}
-
-build() {
-  cd higan_v${pkgver}-source
-
-  make -C icarus
-
-  for p in {accuracy,balanced,performance}; do
-make profile=$p
-mv out/tomoko tomoko-$p
-make clean
-  done
-}
-
-package() {
-  cd higan_v${pkgver}-source
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,higan,pixmaps}}
-  install -m 755 ../higan "${pkgdir}"/usr/bin/
-  install -m 644 data/higan.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 data/higan.png "${pkgdir}"/usr/share/pixmaps/
-  cp -dr --no-preserve='ownership' profile/* data/cheats.bml 
"${pkgdir}"/usr/share/higan/
-
-  install -m 755 icarus/icarus "${pkgdir}"/usr/bin/
-
-  for p in {accuracy,balanced,performance}; do
-install -m 755 tomoko-$p "${pkgdir}"/usr/bin/
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: higan/repos/community-i686/PKGBUILD (from rev 154566, 
higan/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-26 17:50:45 UTC (rev 154567)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=higan
+pkgver=096
+pkgrel=1
+pkgdesc='Nintendo multi-system emulator'
+arch=('i686' 'x86_64')
+url='http://byuu.org/'
+license=('GPL3')
+depends=('alsa-lib' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'gtksourceview2' 'libao' 'libgl' 'libpulse' 'libx11' 'libxext' 'libxv'
+ 'openal' 'pango' 'sdl' 'zenity'
+ 'libudev.so')
+makedepends=('mesa')
+conflicts=('higan-gtk' 'higan-qt')
+replaces=('higan-gtk' 'higan-qt')
+install='higan.install'
+source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
+'higan-makefile.patch'
+'higan')
+sha256sums=('10ef9bd93708ea56bf0c6180d5a02d850a892c37e68d8945e431e1661e7f8579'
+

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

2015-12-26 Thread Maxime Gauduin
Date: Saturday, December 26, 2015 @ 19:34:59
  Author: alucryd
Revision: 154570

upgpkg: higan 096-2

Modified:
  higan/trunk/higan.install

---+
 higan.install |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: higan.install
===
--- higan.install   2015-12-26 18:03:09 UTC (rev 154569)
+++ higan.install   2015-12-26 18:34:59 UTC (rev 154570)
@@ -1,10 +1,8 @@
 post_install() {
-  echo << EOF
-higan needs the system files located in /usr/share/higan to be copied inside
+echo "higan needs the system files located in /usr/share/higan to be copied 
inside
 your ~/Emulation directory. This is done automatically by the launcher script
 if you're using the default directory, otherwise make sure you copy them
-manually.
-EOF
+manually."
 }
 
 post_upgrade() {


[arch-commits] Commit in kodi/trunk (PKGBUILD prevent-taglib-from-crashing-kodi.patch)

2015-12-26 Thread Ike Devolder
Date: Saturday, December 26, 2015 @ 11:12:16
  Author: idevolder
Revision: 154560

upgpkg: kodi 15.2-3

Added:
  kodi/trunk/prevent-taglib-from-crashing-kodi.patch
Modified:
  kodi/trunk/PKGBUILD

-+
 PKGBUILD|9 ++
 prevent-taglib-from-crashing-kodi.patch |   96 ++
 2 files changed, 103 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-26 03:54:45 UTC (rev 154559)
+++ PKGBUILD2015-12-26 10:12:16 UTC (rev 154560)
@@ -13,7 +13,7 @@
 pkgname=('kodi' 'kodi-eventclients')
 pkgver=15.2
 _codename=Isengard
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://kodi.tv;
 license=('GPL2')
@@ -29,8 +29,10 @@
 )
 source=(
   
"$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
+  'prevent-taglib-from-crashing-kodi.patch' # can stay in even with new taglib 
release
 )
-sha256sums=('dd8aeb942e6de5d1488e243e1346cff3f6597e21b5131a3ba72ff5cc82037110')
+sha256sums=('dd8aeb942e6de5d1488e243e1346cff3f6597e21b5131a3ba72ff5cc82037110'
+'c588153311adbccd7484cc7381f5852b4199301fe04d917279c0a2535891159f')
 
 prepare() {
   cd "$srcdir/xbmc-$pkgver-$_codename"
@@ -39,6 +41,9 @@
   sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
tools/depends/native/rpl-native/rpl
sed 's/python/python2/' -i tools/Linux/kodi.sh.in
   sed 's/shell python/shell python2/' -i tools/EventClients/Makefile.in
+
+  # patches
+  patch -p0 -i "$srcdir/prevent-taglib-from-crashing-kodi.patch"
 }
 
 build() {

Added: prevent-taglib-from-crashing-kodi.patch
===
--- prevent-taglib-from-crashing-kodi.patch (rev 0)
+++ prevent-taglib-from-crashing-kodi.patch 2015-12-26 10:12:16 UTC (rev 
154560)
@@ -0,0 +1,96 @@
+--- xbmc/music/tags/TagLoaderTagLib.cpp.orig   2015-12-26 07:34:56.449019063 
+0100
 xbmc/music/tags/TagLoaderTagLib.cpp2015-12-26 08:26:13.905598496 
+0100
+@@ -134,48 +134,55 @@
+   TagLib::RIFF::WAV::File *  wavFile = NULL;
+   TagLib::RIFF::AIFF::File * aiffFile = NULL;
+ 
+-  if (strExtension == "ape")
+-file = apeFile = new APE::File(stream);
+-  else if (strExtension == "asf" || strExtension == "wmv" || strExtension == 
"wma")
+-file = asfFile = new ASF::File(stream);
+-  else if (strExtension == "flac")
+-file = flacFile = new FLAC::File(stream, ID3v2::FrameFactory::instance());
+-  else if (strExtension == "it")
+-file = itFile = new IT::File(stream);
+-  else if (strExtension == "mod" || strExtension == "module" || strExtension 
== "nst" || strExtension == "wow")
+-file = modFile = new Mod::File(stream);
+-  else if (strExtension == "mp4" || strExtension == "m4a" || 
+-   strExtension == "m4r" || strExtension == "m4b" || 
+-   strExtension == "m4p" || strExtension == "3g2")
+-file = mp4File = new MP4::File(stream);
+-  else if (strExtension == "mpc")
+-file = mpcFile = new MPC::File(stream);
+-  else if (strExtension == "mp3" || strExtension == "aac")
+-file = mpegFile = new MPEG::File(stream, ID3v2::FrameFactory::instance());
+-  else if (strExtension == "s3m")
+-file = s3mFile = new S3M::File(stream);
+-  else if (strExtension == "tta")
+-file = ttaFile = new TrueAudio::File(stream, 
ID3v2::FrameFactory::instance());
+-  else if (strExtension == "wv")
+-file = wvFile = new WavPack::File(stream);
+-  else if (strExtension == "aif" || strExtension == "aiff")
+-file = aiffFile = new RIFF::AIFF::File(stream);
+-  else if (strExtension == "wav")
+-file = wavFile = new RIFF::WAV::File(stream);
+-  else if (strExtension == "xm")
+-file = xmFile = new XM::File(stream);
+-  else if (strExtension == "ogg")
+-file = oggVorbisFile = new Ogg::Vorbis::File(stream);
+-  else if (strExtension == "oga") // Leave this madness until last - oga 
container can have Vorbis or FLAC
++  try
+   {
+-file = oggFlacFile = new Ogg::FLAC::File(stream);
+-if (!file || !file->isValid())
+-{
+-  delete file;
+-  oggFlacFile = NULL;
++if (strExtension == "ape")
++  file = apeFile = new APE::File(stream);
++else if (strExtension == "asf" || strExtension == "wmv" || strExtension 
== "wma")
++  file = asfFile = new ASF::File(stream);
++else if (strExtension == "flac")
++  file = flacFile = new FLAC::File(stream, 
ID3v2::FrameFactory::instance());
++else if (strExtension == "it")
++  file = itFile = new IT::File(stream);
++else if (strExtension == "mod" || strExtension == "module" || 
strExtension == "nst" || strExtension == "wow")
++  file = modFile = new Mod::File(stream);
++else if (strExtension == "mp4" || strExtension == "m4a" || 
++ strExtension == "m4r" || strExtension == "m4b" || 
++ strExtension == "m4p" || strExtension == "3g2")
++  

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

2015-12-26 Thread Ike Devolder
Date: Saturday, December 26, 2015 @ 11:12:28
  Author: idevolder
Revision: 154561

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

Added:
  kodi/repos/community-i686/PKGBUILD
(from rev 154560, kodi/trunk/PKGBUILD)
  kodi/repos/community-i686/kodi.install
(from rev 154560, kodi/trunk/kodi.install)
  kodi/repos/community-i686/prevent-taglib-from-crashing-kodi.patch
(from rev 154560, kodi/trunk/prevent-taglib-from-crashing-kodi.patch)
  kodi/repos/community-x86_64/PKGBUILD
(from rev 154560, kodi/trunk/PKGBUILD)
  kodi/repos/community-x86_64/kodi.install
(from rev 154560, kodi/trunk/kodi.install)
  kodi/repos/community-x86_64/prevent-taglib-from-crashing-kodi.patch
(from rev 154560, kodi/trunk/prevent-taglib-from-crashing-kodi.patch)
Deleted:
  kodi/repos/community-i686/PKGBUILD
  kodi/repos/community-i686/kodi.install
  kodi/repos/community-x86_64/PKGBUILD
  kodi/repos/community-x86_64/kodi.install

--+
 /PKGBUILD|  266 +
 /kodi.install|   34 +
 community-i686/PKGBUILD  |  128 --
 community-i686/kodi.install  |   17 
 community-i686/prevent-taglib-from-crashing-kodi.patch   |   96 
 community-x86_64/PKGBUILD|  128 --
 community-x86_64/kodi.install|   17 
 community-x86_64/prevent-taglib-from-crashing-kodi.patch |   96 
 8 files changed, 492 insertions(+), 290 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-26 10:12:16 UTC (rev 154560)
+++ community-i686/PKGBUILD 2015-12-26 10:12:28 UTC (rev 154561)
@@ -1,128 +0,0 @@
-# vim:set ts=2 sw=2 et:
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Brad Fanella 
-# Contributor: [vEX] 
-# Contributor: Zeqadious 
-# Contributor: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Maxime Gauduin 
-
-pkgbase=kodi
-pkgname=('kodi' 'kodi-eventclients')
-pkgver=15.2
-_codename=Isengard
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://kodi.tv;
-license=('GPL2')
-makedepends=(
-  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'git' 'glew'
-  'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs' 'libass'
-  'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd'
-  'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libssh' 'libva'
-  'libvdpau' 'libxrandr' 'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns'
-  'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2'
-  'sdl_image' 'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 
'upower'
-  'yajl' 'zip'
-)
-source=(
-  
"$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
-)
-sha256sums=('dd8aeb942e6de5d1488e243e1346cff3f6597e21b5131a3ba72ff5cc82037110')
-
-prepare() {
-  cd "$srcdir/xbmc-$pkgver-$_codename"
-
-  find -type f -name *.py -exec sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
"{}" +
-  sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
tools/depends/native/rpl-native/rpl
-   sed 's/python/python2/' -i tools/Linux/kodi.sh.in
-  sed 's/shell python/shell python2/' -i tools/EventClients/Makefile.in
-}
-
-build() {
-  cd "$srcdir/xbmc-$pkgver-$_codename"
-
-   # Bootstrapping
-  MAKEFLAGS=-j1 ./bootstrap
-
-  #./configure --help
-  #return 1
-
-  # Configuring XBMC
-  export PYTHON_VERSION=2  # external python v2
-  ./configure --prefix=/usr --exec-prefix=/usr \
---disable-debug \
---enable-optimizations \
---enable-libbluray \
---enable-shared-libraries \
---with-lirc-device=/run/lirc/lircd \
-ac_cv_type__Bool=yes
-
-  # Now (finally) build
-  make
-}
-
-package_kodi() {
-  pkgdesc="A software media player and entertainment hub for digital media"
-
-  # depends expected for kodi plugins:
-  # 'python2-pillow' 'python2-pybluez' 'python2-simplejson'
-  # depends expeced in FEH.py
-  # 'mesa-demos' 'xorg-xdpyinfo'
-  depends=(
-'python2-pillow' 'python2-pybluez' 'python2-simplejson'
-'mesa-demos' 'xorg-xdpyinfo'
-'bluez-libs' 'fribidi' 'glew' 'hicolor-icon-theme' 'libass' 'libcdio'
-'libjpeg-turbo' 'libmariadbclient' 'libmicrohttpd' 'libpulse' 'libssh'
-'libva' 'libxrandr' 'libxslt' 'lzo' 'sdl2' 'smbclient' 'taglib' 'tinyxml'
-'yajl'
-  )
-  optdepends=(
-'afpfs-ng: Apple shares support'
-'bluez: Blutooth support'
-'libnfs: NFS shares support'
-'libplist: AirPlay support'
-'libcec: Pulse-Eight USB-CEC adapter support'
-'lirc: Remote controller support'
-'pulseaudio: 

[arch-commits] Commit in python2-pygame-sdl2/repos (8 files)

2015-12-26 Thread Maxime Gauduin
Date: Saturday, December 26, 2015 @ 17:52:59
  Author: alucryd
Revision: 154565

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

Added:
  python2-pygame-sdl2/repos/community-i686/PKGBUILD
(from rev 154564, python2-pygame-sdl2/trunk/PKGBUILD)
  python2-pygame-sdl2/repos/community-i686/cython.patch
(from rev 154564, python2-pygame-sdl2/trunk/cython.patch)
  python2-pygame-sdl2/repos/community-x86_64/PKGBUILD
(from rev 154564, python2-pygame-sdl2/trunk/PKGBUILD)
  python2-pygame-sdl2/repos/community-x86_64/cython.patch
(from rev 154564, python2-pygame-sdl2/trunk/cython.patch)
Deleted:
  python2-pygame-sdl2/repos/community-i686/PKGBUILD
  python2-pygame-sdl2/repos/community-i686/cython.patch
  python2-pygame-sdl2/repos/community-x86_64/PKGBUILD
  python2-pygame-sdl2/repos/community-x86_64/cython.patch

---+
 /PKGBUILD |   80 
 /cython.patch |   24 
 community-i686/PKGBUILD   |   40 
 community-i686/cython.patch   |   11 -
 community-x86_64/PKGBUILD |   40 
 community-x86_64/cython.patch |   11 -
 6 files changed, 104 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-26 16:52:50 UTC (rev 154564)
+++ community-i686/PKGBUILD 2015-12-26 16:52:59 UTC (rev 154565)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Cravix 
-
-pkgname=python2-pygame-sdl2
-pkgver=6.99.7
-pkgrel=1
-pkgdesc='Reimplementation of portions of the pygame API using SDL2'
-arch=('i686' 'x86_64')
-url='https://github.com/renpy/pygame_sdl2'
-license=('LGPL2.1' 'zlib')
-depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
-makedepends=('cython2')
-source=("http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
-'cython.patch')
-sha256sums=('24830ec6942203a3b859efce3f694a09ed0cfa988258a27301ab16d7e45f068d'
-'312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
-
-prepare() {
-  cd pygame-sdl2-for-renpy-${pkgver}
-
-  patch -Np0 -i ../cython.patch
-}
-
-build() {
-  cd pygame-sdl2-for-renpy-${pkgver}
-
-  python2 setup.py build
-}
-
-package() {
-  cd pygame-sdl2-for-renpy-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2
-  install -m 644 COPYING.ZLIB 
"${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-pygame-sdl2/repos/community-i686/PKGBUILD (from rev 154564, 
python2-pygame-sdl2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-26 16:52:59 UTC (rev 154565)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Cravix 
+
+pkgname=python2-pygame-sdl2
+pkgver=6.99.8
+pkgrel=1
+pkgdesc='Reimplementation of portions of the pygame API using SDL2'
+arch=('i686' 'x86_64')
+url='https://github.com/renpy/pygame_sdl2'
+license=('LGPL2.1' 'zlib')
+depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
+makedepends=('cython2')
+source=("http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
+'cython.patch')
+sha256sums=('cf6c5acd21af92554c404a24d66af9292f126e10d0d8eea1f7d44432e80b0942'
+'fe2ec4d8ee72c3607ac9e02bf309f069c2b289b5f3d43483db145d741b01')
+
+prepare() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  patch -Np1 -i ../cython.patch
+}
+
+build() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --prefix='/usr' --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-pygame-sdl2
+  install -m 644 COPYING.ZLIB 
"${pkgdir}"/usr/share/licenses/python2-pygame-sdl2/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/cython.patch
===
--- community-i686/cython.patch 2015-12-26 16:52:50 UTC (rev 154564)
+++ community-i686/cython.patch 2015-12-26 16:52:59 UTC (rev 154565)
@@ -1,11 +0,0 @@
 setuplib.py2015-04-05 18:19:36.869928443 +0800
-+++ setuplib.py.cur2015-04-05 18:20:58.253259520 +0800
-@@ -26,7 +26,7 @@
- import distutils.core
- 
- # The cython command.
--cython_command = "cython"
-+cython_command = "cython2"
- 
- # The include and library dirs that we compile against.
- include_dirs = [ ".", "src" ]

Copied: python2-pygame-sdl2/repos/community-i686/cython.patch (from rev 154564, 
python2-pygame-sdl2/trunk/cython.patch)
===
--- 

[arch-commits] Commit in python2-pygame-sdl2/trunk (PKGBUILD cython.patch)

2015-12-26 Thread Maxime Gauduin
Date: Saturday, December 26, 2015 @ 17:52:50
  Author: alucryd
Revision: 154564

upgpkg: python2-pygame-sdl2 6.99.8-1

Modified:
  python2-pygame-sdl2/trunk/PKGBUILD
  python2-pygame-sdl2/trunk/cython.patch

--+
 PKGBUILD |8 
 cython.patch |   19 ++-
 2 files changed, 14 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-26 16:46:32 UTC (rev 154563)
+++ PKGBUILD2015-12-26 16:52:50 UTC (rev 154564)
@@ -3,7 +3,7 @@
 # Contributor: Cravix 
 
 pkgname=python2-pygame-sdl2
-pkgver=6.99.7
+pkgver=6.99.8
 pkgrel=1
 pkgdesc='Reimplementation of portions of the pygame API using SDL2'
 arch=('i686' 'x86_64')
@@ -13,13 +13,13 @@
 makedepends=('cython2')
 
source=("http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
 'cython.patch')
-sha256sums=('24830ec6942203a3b859efce3f694a09ed0cfa988258a27301ab16d7e45f068d'
-'312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
+sha256sums=('cf6c5acd21af92554c404a24d66af9292f126e10d0d8eea1f7d44432e80b0942'
+'fe2ec4d8ee72c3607ac9e02bf309f069c2b289b5f3d43483db145d741b01')
 
 prepare() {
   cd pygame-sdl2-for-renpy-${pkgver}
 
-  patch -Np0 -i ../cython.patch
+  patch -Np1 -i ../cython.patch
 }
 
 build() {

Modified: cython.patch
===
--- cython.patch2015-12-26 16:46:32 UTC (rev 154563)
+++ cython.patch2015-12-26 16:52:50 UTC (rev 154564)
@@ -1,11 +1,12 @@
 setuplib.py2015-04-05 18:19:36.869928443 +0800
-+++ setuplib.py.cur2015-04-05 18:20:58.253259520 +0800
-@@ -26,7 +26,7 @@
- import distutils.core
+diff -rupN pygame-sdl2-for-renpy-6.99.8.orig/setuplib.py 
pygame-sdl2-for-renpy-6.99.8/setuplib.py
+--- pygame-sdl2-for-renpy-6.99.8.orig/setuplib.py  2015-12-26 
17:20:24.573648895 +0100
 pygame-sdl2-for-renpy-6.99.8/setuplib.py   2015-12-26 17:20:42.733819376 
+0100
+@@ -58,7 +58,7 @@ windows = platform.win32_ver()[0]
+ if windows:
+ cython_command = os.path.join(os.path.dirname(sys.executable), "Scripts", 
"cython.exe")
+ else:
+-cython_command = "cython"
++cython_command = "cython2"
  
- # The cython command.
--cython_command = "cython"
-+cython_command = "cython2"
  
- # The include and library dirs that we compile against.
- include_dirs = [ ".", "src" ]
+ if sys.version_info[0] >= 3:


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

2015-12-26 Thread Maxime Gauduin
Date: Saturday, December 26, 2015 @ 19:03:09
  Author: alucryd
Revision: 154569

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

Deleted:
  higan/repos/community-i686/PKGBUILD
  higan/repos/community-i686/higan
  higan/repos/community-i686/higan-makefile.patch
  higan/repos/community-x86_64/PKGBUILD
  higan/repos/community-x86_64/higan
  higan/repos/community-x86_64/higan-makefile.patch

---+
 community-i686/PKGBUILD   |   60 
 community-i686/higan  |   25 -
 community-i686/higan-makefile.patch   |   48 -
 community-x86_64/PKGBUILD |   60 
 community-x86_64/higan|   25 -
 community-x86_64/higan-makefile.patch |   48 -
 6 files changed, 266 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-26 18:02:54 UTC (rev 154568)
+++ community-i686/PKGBUILD 2015-12-26 18:03:09 UTC (rev 154569)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=higan
-pkgver=096
-pkgrel=1
-pkgdesc='Nintendo multi-system emulator'
-arch=('i686' 'x86_64')
-url='http://byuu.org/'
-license=('GPL3')
-depends=('alsa-lib' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
- 'gtksourceview2' 'libao' 'libgl' 'libpulse' 'libx11' 'libxext' 'libxv'
- 'openal' 'pango' 'sdl' 'zenity'
- 'libudev.so')
-makedepends=('mesa')
-conflicts=('higan-gtk' 'higan-qt')
-replaces=('higan-gtk' 'higan-qt')
-install='higan.install'
-source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
-'higan-makefile.patch'
-'higan')
-sha256sums=('10ef9bd93708ea56bf0c6180d5a02d850a892c37e68d8945e431e1661e7f8579'
-'cbdb3524bc5f0380df4d96312a15bc0bf641a7a82723bfb30998efeb977d4b7f'
-'801ddccd26d4e21c7d5ddde01be936da155a020cd755f02ac89f354108592de2')
-
-prepare() {
-  cd higan_v${pkgver}-source
-
-  patch -Np1 -i ../higan-makefile.patch
-}
-
-build() {
-  cd higan_v${pkgver}-source
-
-  make -C icarus
-
-  for p in {accuracy,balanced,performance}; do
-make profile=$p
-mv out/tomoko tomoko-$p
-make clean
-  done
-}
-
-package() {
-  cd higan_v${pkgver}-source
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,higan,pixmaps}}
-  install -m 755 ../higan "${pkgdir}"/usr/bin/
-  install -m 644 data/higan.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 data/higan.png "${pkgdir}"/usr/share/pixmaps/
-  cp -dr --no-preserve='ownership' profile/* data/cheats.bml 
"${pkgdir}"/usr/share/higan/
-
-  install -m 755 icarus/icarus "${pkgdir}"/usr/bin/
-
-  for p in {accuracy,balanced,performance}; do
-install -m 755 tomoko-$p "${pkgdir}"/usr/bin/
-  done
-}
-
-# vim: ts=2 sw=2 et:

Deleted: community-i686/higan
===
--- community-i686/higan2015-12-26 18:02:54 UTC (rev 154568)
+++ community-i686/higan2015-12-26 18:03:09 UTC (rev 154569)
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-cp -u /usr/share/higan/cheats.bml ~/.config/
-if [[ -d ~/Emulation ]]; then
-  cp -ru /usr/share/higan/*.sys ~/Emulation/
-fi
-
-prompt="$(zenity --list --radiolist --title 'Please select a profile' --column 
'' --column '' FALSE 'Icarus' FALSE 'Tomoko (accuracy)' TRUE 'Tomoko 
(balanced)' FALSE 'Tomoko (performance)')"
-
-case $prompt in
-  'Icarus')
-exec icarus
-;;
-  'Tomoko (accuracy)')
-exec tomoko-accuracy
-;;
-  'Tomoko (balanced)')
-exec tomoko-balanced
-;;
-  'Tomoko (performance)')
-exec tomoko-performance
-;;
-esac
-
-# vim: ts=2 sw=2 et:

Deleted: community-i686/higan-makefile.patch
===
--- community-i686/higan-makefile.patch 2015-12-26 18:02:54 UTC (rev 154568)
+++ community-i686/higan-makefile.patch 2015-12-26 18:03:09 UTC (rev 154569)
@@ -1,48 +0,0 @@
-diff -rupN higan_v095-source.orig/GNUmakefile higan_v095-source/GNUmakefile
 higan_v095-source.orig/GNUmakefile 2015-11-04 10:28:26.173428178 +0100
-+++ higan_v095-source/GNUmakefile  2015-11-04 10:28:31.752231593 +0100
-@@ -12,7 +12,8 @@ target := tomoko
- # console := true
- 
- # compiler
--flags += -I. -O3
-+flags += -I. $(CXXFLAGS)
-+link += $(LDFLAGS)
- objects := libco
- 
- # profile-guided optimization mode
-@@ -43,7 +44,7 @@ ifeq ($(platform),windows)
- else ifeq ($(platform),macosx)
-   flags += -march=native
- else ifeq ($(platform),linux)
--  flags += -march=native -fopenmp
-+  flags += -fopenmp
-   link += -fopenmp
-   link += -Wl,-export-dynamic
-   link += -lX11 -lXext -ldl
-diff -rupN higan_v095-source.orig/icarus/GNUmakefile 
higan_v095-source/icarus/GNUmakefile
 higan_v095-source.orig/icarus/GNUmakefile  2015-11-04 10:28:26.186486119 
+0100
-+++ 

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

2015-12-26 Thread Maxime Gauduin
Date: Saturday, December 26, 2015 @ 19:02:54
  Author: alucryd
Revision: 154568

upgpkg: higan 096-2

Modified:
  higan/trunk/PKGBUILD
  higan/trunk/higan.install

---+
 PKGBUILD  |2 +-
 higan.install |4 
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-26 17:50:45 UTC (rev 154567)
+++ PKGBUILD2015-12-26 18:02:54 UTC (rev 154568)
@@ -3,7 +3,7 @@
 
 pkgname=higan
 pkgver=096
-pkgrel=1
+pkgrel=2
 pkgdesc='Nintendo multi-system emulator'
 arch=('i686' 'x86_64')
 url='http://byuu.org/'

Modified: higan.install
===
--- higan.install   2015-12-26 17:50:45 UTC (rev 154567)
+++ higan.install   2015-12-26 18:02:54 UTC (rev 154568)
@@ -7,4 +7,8 @@
 EOF
 }
 
+post_upgrade() {
+  post_install
+}
+
 # vim: ts=2 sw=2 et:


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

2015-12-26 Thread Maxime Gauduin
Date: Saturday, December 26, 2015 @ 20:13:39
  Author: alucryd
Revision: 154572

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

Deleted:
  higan/repos/community-i686/PKGBUILD
  higan/repos/community-i686/higan
  higan/repos/community-i686/higan-makefile.patch
  higan/repos/community-x86_64/PKGBUILD
  higan/repos/community-x86_64/higan
  higan/repos/community-x86_64/higan-makefile.patch

---+
 community-i686/PKGBUILD   |   60 
 community-i686/higan  |   25 -
 community-i686/higan-makefile.patch   |   48 -
 community-x86_64/PKGBUILD |   60 
 community-x86_64/higan|   25 -
 community-x86_64/higan-makefile.patch |   48 -
 6 files changed, 266 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-26 19:12:55 UTC (rev 154571)
+++ community-i686/PKGBUILD 2015-12-26 19:13:39 UTC (rev 154572)
@@ -1,60 +0,0 @@
-# $Id: PKGBUILD 154568 2015-12-26 18:02:54Z alucryd $
-# Maintainer: Maxime Gauduin 
-
-pkgname=higan
-pkgver=096
-pkgrel=2
-pkgdesc='Nintendo multi-system emulator'
-arch=('i686' 'x86_64')
-url='http://byuu.org/'
-license=('GPL3')
-depends=('alsa-lib' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
- 'gtksourceview2' 'libao' 'libgl' 'libpulse' 'libx11' 'libxext' 'libxv'
- 'openal' 'pango' 'sdl' 'zenity'
- 'libudev.so')
-makedepends=('mesa')
-conflicts=('higan-gtk' 'higan-qt')
-replaces=('higan-gtk' 'higan-qt')
-install='higan.install'
-source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
-'higan-makefile.patch'
-'higan')
-sha256sums=('10ef9bd93708ea56bf0c6180d5a02d850a892c37e68d8945e431e1661e7f8579'
-'cbdb3524bc5f0380df4d96312a15bc0bf641a7a82723bfb30998efeb977d4b7f'
-'801ddccd26d4e21c7d5ddde01be936da155a020cd755f02ac89f354108592de2')
-
-prepare() {
-  cd higan_v${pkgver}-source
-
-  patch -Np1 -i ../higan-makefile.patch
-}
-
-build() {
-  cd higan_v${pkgver}-source
-
-  make -C icarus
-
-  for p in {accuracy,balanced,performance}; do
-make profile=$p
-mv out/tomoko tomoko-$p
-make clean
-  done
-}
-
-package() {
-  cd higan_v${pkgver}-source
-
-  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,higan,pixmaps}}
-  install -m 755 ../higan "${pkgdir}"/usr/bin/
-  install -m 644 data/higan.desktop "${pkgdir}"/usr/share/applications/
-  install -m 644 data/higan.png "${pkgdir}"/usr/share/pixmaps/
-  cp -dr --no-preserve='ownership' profile/* data/cheats.bml 
"${pkgdir}"/usr/share/higan/
-
-  install -m 755 icarus/icarus "${pkgdir}"/usr/bin/
-
-  for p in {accuracy,balanced,performance}; do
-install -m 755 tomoko-$p "${pkgdir}"/usr/bin/
-  done
-}
-
-# vim: ts=2 sw=2 et:

Deleted: community-i686/higan
===
--- community-i686/higan2015-12-26 19:12:55 UTC (rev 154571)
+++ community-i686/higan2015-12-26 19:13:39 UTC (rev 154572)
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-cp -u /usr/share/higan/cheats.bml ~/.config/
-if [[ -d ~/Emulation ]]; then
-  cp -ru /usr/share/higan/*.sys ~/Emulation/
-fi
-
-prompt="$(zenity --list --radiolist --title 'Please select a profile' --column 
'' --column '' FALSE 'Icarus' FALSE 'Tomoko (accuracy)' TRUE 'Tomoko 
(balanced)' FALSE 'Tomoko (performance)')"
-
-case $prompt in
-  'Icarus')
-exec icarus
-;;
-  'Tomoko (accuracy)')
-exec tomoko-accuracy
-;;
-  'Tomoko (balanced)')
-exec tomoko-balanced
-;;
-  'Tomoko (performance)')
-exec tomoko-performance
-;;
-esac
-
-# vim: ts=2 sw=2 et:

Deleted: community-i686/higan-makefile.patch
===
--- community-i686/higan-makefile.patch 2015-12-26 19:12:55 UTC (rev 154571)
+++ community-i686/higan-makefile.patch 2015-12-26 19:13:39 UTC (rev 154572)
@@ -1,48 +0,0 @@
-diff -rupN higan_v095-source.orig/GNUmakefile higan_v095-source/GNUmakefile
 higan_v095-source.orig/GNUmakefile 2015-11-04 10:28:26.173428178 +0100
-+++ higan_v095-source/GNUmakefile  2015-11-04 10:28:31.752231593 +0100
-@@ -12,7 +12,8 @@ target := tomoko
- # console := true
- 
- # compiler
--flags += -I. -O3
-+flags += -I. $(CXXFLAGS)
-+link += $(LDFLAGS)
- objects := libco
- 
- # profile-guided optimization mode
-@@ -43,7 +44,7 @@ ifeq ($(platform),windows)
- else ifeq ($(platform),macosx)
-   flags += -march=native
- else ifeq ($(platform),linux)
--  flags += -march=native -fopenmp
-+  flags += -fopenmp
-   link += -fopenmp
-   link += -Wl,-export-dynamic
-   link += -lX11 -lXext -ldl
-diff -rupN higan_v095-source.orig/icarus/GNUmakefile 
higan_v095-source/icarus/GNUmakefile
 higan_v095-source.orig/icarus/GNUmakefile  2015-11-04 

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

2015-12-26 Thread Maxime Gauduin
Date: Saturday, December 26, 2015 @ 20:12:55
  Author: alucryd
Revision: 154571

FS#47231: higan 096-1

Added:
  higan/repos/community-i686/PKGBUILD
  higan/repos/community-i686/higan
  higan/repos/community-i686/higan-makefile.patch
  higan/repos/community-x86_64/PKGBUILD
  higan/repos/community-x86_64/higan
  higan/repos/community-x86_64/higan-makefile.patch
Modified:
  higan/repos/community-i686/higan.install
  higan/repos/community-x86_64/higan.install

---+
 community-i686/PKGBUILD   |   60 
 community-i686/higan  |   25 +
 community-i686/higan-makefile.patch   |   48 +
 community-i686/higan.install  |   10 +++--
 community-x86_64/PKGBUILD |   60 
 community-x86_64/higan|   25 +
 community-x86_64/higan-makefile.patch |   48 +
 community-x86_64/higan.install|   10 +++--
 8 files changed, 278 insertions(+), 8 deletions(-)

Added: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-26 19:12:55 UTC (rev 154571)
@@ -0,0 +1,60 @@
+# $Id: PKGBUILD 154568 2015-12-26 18:02:54Z alucryd $
+# Maintainer: Maxime Gauduin 
+
+pkgname=higan
+pkgver=096
+pkgrel=2
+pkgdesc='Nintendo multi-system emulator'
+arch=('i686' 'x86_64')
+url='http://byuu.org/'
+license=('GPL3')
+depends=('alsa-lib' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'gtksourceview2' 'libao' 'libgl' 'libpulse' 'libx11' 'libxext' 'libxv'
+ 'openal' 'pango' 'sdl' 'zenity'
+ 'libudev.so')
+makedepends=('mesa')
+conflicts=('higan-gtk' 'higan-qt')
+replaces=('higan-gtk' 'higan-qt')
+install='higan.install'
+source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
+'higan-makefile.patch'
+'higan')
+sha256sums=('10ef9bd93708ea56bf0c6180d5a02d850a892c37e68d8945e431e1661e7f8579'
+'cbdb3524bc5f0380df4d96312a15bc0bf641a7a82723bfb30998efeb977d4b7f'
+'801ddccd26d4e21c7d5ddde01be936da155a020cd755f02ac89f354108592de2')
+
+prepare() {
+  cd higan_v${pkgver}-source
+
+  patch -Np1 -i ../higan-makefile.patch
+}
+
+build() {
+  cd higan_v${pkgver}-source
+
+  make -C icarus
+
+  for p in {accuracy,balanced,performance}; do
+make profile=$p
+mv out/tomoko tomoko-$p
+make clean
+  done
+}
+
+package() {
+  cd higan_v${pkgver}-source
+
+  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,higan,pixmaps}}
+  install -m 755 ../higan "${pkgdir}"/usr/bin/
+  install -m 644 data/higan.desktop "${pkgdir}"/usr/share/applications/
+  install -m 644 data/higan.png "${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve='ownership' profile/* data/cheats.bml 
"${pkgdir}"/usr/share/higan/
+
+  install -m 755 icarus/icarus "${pkgdir}"/usr/bin/
+
+  for p in {accuracy,balanced,performance}; do
+install -m 755 tomoko-$p "${pkgdir}"/usr/bin/
+  done
+}
+
+# vim: ts=2 sw=2 et:

Added: community-i686/higan
===
--- community-i686/higan(rev 0)
+++ community-i686/higan2015-12-26 19:12:55 UTC (rev 154571)
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+cp -u /usr/share/higan/cheats.bml ~/.config/
+if [[ -d ~/Emulation ]]; then
+  cp -ru /usr/share/higan/*.sys ~/Emulation/
+fi
+
+prompt="$(zenity --list --radiolist --title 'Please select a profile' --column 
'' --column '' FALSE 'Icarus' FALSE 'Tomoko (accuracy)' TRUE 'Tomoko 
(balanced)' FALSE 'Tomoko (performance)')"
+
+case $prompt in
+  'Icarus')
+exec icarus
+;;
+  'Tomoko (accuracy)')
+exec tomoko-accuracy
+;;
+  'Tomoko (balanced)')
+exec tomoko-balanced
+;;
+  'Tomoko (performance)')
+exec tomoko-performance
+;;
+esac
+
+# vim: ts=2 sw=2 et:

Added: community-i686/higan-makefile.patch
===
--- community-i686/higan-makefile.patch (rev 0)
+++ community-i686/higan-makefile.patch 2015-12-26 19:12:55 UTC (rev 154571)
@@ -0,0 +1,48 @@
+diff -rupN higan_v095-source.orig/GNUmakefile higan_v095-source/GNUmakefile
+--- higan_v095-source.orig/GNUmakefile 2015-11-04 10:28:26.173428178 +0100
 higan_v095-source/GNUmakefile  2015-11-04 10:28:31.752231593 +0100
+@@ -12,7 +12,8 @@ target := tomoko
+ # console := true
+ 
+ # compiler
+-flags += -I. -O3
++flags += -I. $(CXXFLAGS)
++link += $(LDFLAGS)
+ objects := libco
+ 
+ # profile-guided optimization mode
+@@ -43,7 +44,7 @@ ifeq ($(platform),windows)
+ else ifeq ($(platform),macosx)
+   flags += -march=native
+ else ifeq ($(platform),linux)
+-  flags += -march=native -fopenmp
++  flags += -fopenmp
+   link += -fopenmp
+   link += -Wl,-export-dynamic
+   link += -lX11 -lXext -ldl
+diff 

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

2015-12-26 Thread Maxime Gauduin
Date: Saturday, December 26, 2015 @ 21:13:05
  Author: alucryd
Revision: 154573

Did I say I hate svn? Yes, multiple times.

Added:
  higan/repos/community-i686/PKGBUILD
  higan/repos/community-i686/higan
  higan/repos/community-i686/higan-makefile.patch
  higan/repos/community-x86_64/PKGBUILD
  higan/repos/community-x86_64/higan
  higan/repos/community-x86_64/higan-makefile.patch

---+
 community-i686/PKGBUILD   |   60 
 community-i686/higan  |   25 +
 community-i686/higan-makefile.patch   |   48 +
 community-x86_64/PKGBUILD |   60 
 community-x86_64/higan|   25 +
 community-x86_64/higan-makefile.patch |   48 +
 6 files changed, 266 insertions(+)

Added: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-26 20:13:05 UTC (rev 154573)
@@ -0,0 +1,60 @@
+# $Id: PKGBUILD 154568 2015-12-26 18:02:54Z alucryd $
+# Maintainer: Maxime Gauduin 
+
+pkgname=higan
+pkgver=096
+pkgrel=2
+pkgdesc='Nintendo multi-system emulator'
+arch=('i686' 'x86_64')
+url='http://byuu.org/'
+license=('GPL3')
+depends=('alsa-lib' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
+ 'gtksourceview2' 'libao' 'libgl' 'libpulse' 'libx11' 'libxext' 'libxv'
+ 'openal' 'pango' 'sdl' 'zenity'
+ 'libudev.so')
+makedepends=('mesa')
+conflicts=('higan-gtk' 'higan-qt')
+replaces=('higan-gtk' 'higan-qt')
+install='higan.install'
+source=("http://download.byuu.org/higan_v${pkgver}-source.7z;
+'higan-makefile.patch'
+'higan')
+sha256sums=('10ef9bd93708ea56bf0c6180d5a02d850a892c37e68d8945e431e1661e7f8579'
+'cbdb3524bc5f0380df4d96312a15bc0bf641a7a82723bfb30998efeb977d4b7f'
+'801ddccd26d4e21c7d5ddde01be936da155a020cd755f02ac89f354108592de2')
+
+prepare() {
+  cd higan_v${pkgver}-source
+
+  patch -Np1 -i ../higan-makefile.patch
+}
+
+build() {
+  cd higan_v${pkgver}-source
+
+  make -C icarus
+
+  for p in {accuracy,balanced,performance}; do
+make profile=$p
+mv out/tomoko tomoko-$p
+make clean
+  done
+}
+
+package() {
+  cd higan_v${pkgver}-source
+
+  install -dm 755 "${pkgdir}"/usr/{bin,share/{applications,higan,pixmaps}}
+  install -m 755 ../higan "${pkgdir}"/usr/bin/
+  install -m 644 data/higan.desktop "${pkgdir}"/usr/share/applications/
+  install -m 644 data/higan.png "${pkgdir}"/usr/share/pixmaps/
+  cp -dr --no-preserve='ownership' profile/* data/cheats.bml 
"${pkgdir}"/usr/share/higan/
+
+  install -m 755 icarus/icarus "${pkgdir}"/usr/bin/
+
+  for p in {accuracy,balanced,performance}; do
+install -m 755 tomoko-$p "${pkgdir}"/usr/bin/
+  done
+}
+
+# vim: ts=2 sw=2 et:

Added: community-i686/higan
===
--- community-i686/higan(rev 0)
+++ community-i686/higan2015-12-26 20:13:05 UTC (rev 154573)
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+cp -u /usr/share/higan/cheats.bml ~/.config/
+if [[ -d ~/Emulation ]]; then
+  cp -ru /usr/share/higan/*.sys ~/Emulation/
+fi
+
+prompt="$(zenity --list --radiolist --title 'Please select a profile' --column 
'' --column '' FALSE 'Icarus' FALSE 'Tomoko (accuracy)' TRUE 'Tomoko 
(balanced)' FALSE 'Tomoko (performance)')"
+
+case $prompt in
+  'Icarus')
+exec icarus
+;;
+  'Tomoko (accuracy)')
+exec tomoko-accuracy
+;;
+  'Tomoko (balanced)')
+exec tomoko-balanced
+;;
+  'Tomoko (performance)')
+exec tomoko-performance
+;;
+esac
+
+# vim: ts=2 sw=2 et:

Added: community-i686/higan-makefile.patch
===
--- community-i686/higan-makefile.patch (rev 0)
+++ community-i686/higan-makefile.patch 2015-12-26 20:13:05 UTC (rev 154573)
@@ -0,0 +1,48 @@
+diff -rupN higan_v095-source.orig/GNUmakefile higan_v095-source/GNUmakefile
+--- higan_v095-source.orig/GNUmakefile 2015-11-04 10:28:26.173428178 +0100
 higan_v095-source/GNUmakefile  2015-11-04 10:28:31.752231593 +0100
+@@ -12,7 +12,8 @@ target := tomoko
+ # console := true
+ 
+ # compiler
+-flags += -I. -O3
++flags += -I. $(CXXFLAGS)
++link += $(LDFLAGS)
+ objects := libco
+ 
+ # profile-guided optimization mode
+@@ -43,7 +44,7 @@ ifeq ($(platform),windows)
+ else ifeq ($(platform),macosx)
+   flags += -march=native
+ else ifeq ($(platform),linux)
+-  flags += -march=native -fopenmp
++  flags += -fopenmp
+   link += -fopenmp
+   link += -Wl,-export-dynamic
+   link += -lX11 -lXext -ldl
+diff -rupN higan_v095-source.orig/icarus/GNUmakefile 
higan_v095-source/icarus/GNUmakefile
+--- higan_v095-source.orig/icarus/GNUmakefile  2015-11-04 10:28:26.186486119 
+0100
 

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

2015-12-26 Thread Sébastien Luttringer
Date: Saturday, December 26, 2015 @ 12:38:37
  Author: seblu
Revision: 257296

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

Added:
  openldap/repos/core-i686/PKGBUILD
(from rev 257295, openldap/repos/testing-i686/PKGBUILD)
  openldap/repos/core-i686/openldap-ntlm.patch
(from rev 257295, openldap/repos/testing-i686/openldap-ntlm.patch)
  openldap/repos/core-i686/openldap.install
(from rev 257295, openldap/repos/testing-i686/openldap.install)
  openldap/repos/core-i686/openldap.sysusers
(from rev 257295, openldap/repos/testing-i686/openldap.sysusers)
  openldap/repos/core-i686/openldap.tmpfiles
(from rev 257295, openldap/repos/testing-i686/openldap.tmpfiles)
  openldap/repos/core-i686/slapd.service
(from rev 257295, openldap/repos/testing-i686/slapd.service)
  openldap/repos/core-x86_64/PKGBUILD
(from rev 257295, openldap/repos/testing-x86_64/PKGBUILD)
  openldap/repos/core-x86_64/openldap-ntlm.patch
(from rev 257295, openldap/repos/testing-x86_64/openldap-ntlm.patch)
  openldap/repos/core-x86_64/openldap.install
(from rev 257295, openldap/repos/testing-x86_64/openldap.install)
  openldap/repos/core-x86_64/openldap.sysusers
(from rev 257295, openldap/repos/testing-x86_64/openldap.sysusers)
  openldap/repos/core-x86_64/openldap.tmpfiles
(from rev 257295, openldap/repos/testing-x86_64/openldap.tmpfiles)
  openldap/repos/core-x86_64/slapd.service
(from rev 257295, openldap/repos/testing-x86_64/slapd.service)
Deleted:
  openldap/repos/core-i686/01-CVE-2015-6908.patch
  openldap/repos/core-i686/PKGBUILD
  openldap/repos/core-i686/openldap-ntlm.patch
  openldap/repos/core-i686/openldap.install
  openldap/repos/core-i686/openldap.sysusers
  openldap/repos/core-i686/openldap.tmpfiles
  openldap/repos/core-i686/slapd.service
  openldap/repos/core-x86_64/01-CVE-2015-6908.patch
  openldap/repos/core-x86_64/PKGBUILD
  openldap/repos/core-x86_64/openldap-ntlm.patch
  openldap/repos/core-x86_64/openldap.install
  openldap/repos/core-x86_64/openldap.sysusers
  openldap/repos/core-x86_64/openldap.tmpfiles
  openldap/repos/core-x86_64/slapd.service
  openldap/repos/testing-i686/
  openldap/repos/testing-x86_64/

+
 /PKGBUILD  |  236 +
 /openldap-ntlm.patch   |  460 +++
 /openldap.install  |   28 ++
 /openldap.sysusers |2 
 /openldap.tmpfiles |6 
 /slapd.service |   18 +
 core-i686/01-CVE-2015-6908.patch   |   25 -
 core-i686/PKGBUILD |  120 -
 core-i686/openldap-ntlm.patch  |  230 -
 core-i686/openldap.install |   14 -
 core-i686/openldap.sysusers|1 
 core-i686/openldap.tmpfiles|3 
 core-i686/slapd.service|9 
 core-x86_64/01-CVE-2015-6908.patch |   25 -
 core-x86_64/PKGBUILD   |  120 -
 core-x86_64/openldap-ntlm.patch|  230 -
 core-x86_64/openldap.install   |   14 -
 core-x86_64/openldap.sysusers  |1 
 core-x86_64/openldap.tmpfiles  |3 
 core-x86_64/slapd.service  |9 
 20 files changed, 750 insertions(+), 804 deletions(-)

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


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

2015-12-26 Thread Sébastien Luttringer
Date: Saturday, December 26, 2015 @ 12:38:35
  Author: seblu
Revision: 257295

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

Added:
  openvpn/repos/core-i686/PKGBUILD
(from rev 257294, openvpn/repos/testing-i686/PKGBUILD)
  openvpn/repos/core-i686/openvpn.install
(from rev 257294, openvpn/repos/testing-i686/openvpn.install)
  openvpn/repos/core-i686/openvpn@.service
(from rev 257294, openvpn/repos/testing-i686/openvpn@.service)
  openvpn/repos/core-x86_64/PKGBUILD
(from rev 257294, openvpn/repos/testing-x86_64/PKGBUILD)
  openvpn/repos/core-x86_64/openvpn.install
(from rev 257294, openvpn/repos/testing-x86_64/openvpn.install)
  openvpn/repos/core-x86_64/openvpn@.service
(from rev 257294, openvpn/repos/testing-x86_64/openvpn@.service)
Deleted:
  
openvpn/repos/core-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch
  openvpn/repos/core-i686/PKGBUILD
  openvpn/repos/core-i686/openvpn.install
  openvpn/repos/core-i686/openvpn@.service
  
openvpn/repos/core-x86_64/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch
  openvpn/repos/core-x86_64/PKGBUILD
  openvpn/repos/core-x86_64/openvpn.install
  openvpn/repos/core-x86_64/openvpn@.service
  openvpn/repos/testing-i686/
  openvpn/repos/testing-x86_64/

-+
 /PKGBUILD   |  
100 ++
 /openvpn.install|  
 16 +
 /openvpn@.service   |  
 20 ++
 core-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch   |  
 88 
 core-i686/PKGBUILD  |  
 56 -
 core-i686/openvpn.install   |  
  8 
 core-i686/openvpn@.service  |  
 10 -
 core-x86_64/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch |  
 88 
 core-x86_64/PKGBUILD|  
 56 -
 core-x86_64/openvpn.install |  
  8 
 core-x86_64/openvpn@.service|  
 10 -
 11 files changed, 136 insertions(+), 324 deletions(-)

Deleted: 
core-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch
===
--- core-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch   
2015-12-26 08:11:22 UTC (rev 257294)
+++ core-i686/0001-Fix-systemd-errors-when-openvpn-is-started-when-ther.patch   
2015-12-26 11:38:35 UTC (rev 257295)
@@ -1,88 +0,0 @@
-From 62b1b34a1230885a37e6108d1c988aff56350c2c Mon Sep 17 00:00:00 2001
-From: David Sommerseth 
-Date: Tue, 13 Oct 2015 11:57:59 +0200
-Subject: [PATCH] Fix systemd errors when openvpn is started when there is no
- tty available
-
-It was discovered that starting openvpn during boot on systemd enabled
-systems after commit b131c7b974d9d4d did not work as expected.  This is
-due to that there is no tty available at that point.
-
-This patch adds an extra check considering if systemd is available or not.
-
-Trac: #618
-Reported-by: Ismail Donmez 
-Signed-off-by: David Sommerseth 

- src/openvpn/console.c | 11 +++
- src/openvpn/console.h |  3 +++
- src/openvpn/misc.c|  2 +-
- 3 files changed, 11 insertions(+), 5 deletions(-)
-
-diff --git a/src/openvpn/console.c b/src/openvpn/console.c
-index d66d408..b0fa417 100644
 a/src/openvpn/console.c
-+++ b/src/openvpn/console.c
-@@ -138,15 +138,14 @@ close_tty (FILE *fp)
- 
- #endif
- 
--#ifdef ENABLE_SYSTEMD
--
- /*
-  * is systemd running
-  */
- 
--static bool
-+bool
- check_systemd_running ()
- {
-+#ifdef ENABLE_SYSTEMD
-   struct stat c;
- 
-   /* We simply test whether the systemd cgroup hierarchy is
-@@ -155,9 +154,13 @@ check_systemd_running ()
- 
-   return (sd_booted() > 0)
- && (stat(SYSTEMD_ASK_PASSWORD_PATH, ) == 0);
--
-+#else
-+  return false;
-+#endif
- }
- 
-+#ifdef ENABLE_SYSTEMD
-+
- static bool
- get_console_input_systemd (const char *prompt, const bool echo, char *input, 
const int capacity)
- {
-diff --git a/src/openvpn/console.h b/src/openvpn/console.h
-index 268f3fe..e29dd2e 100644
 a/src/openvpn/console.h
-+++ b/src/openvpn/console.h
-@@ -28,6 +28,9 @@
- #include "basic.h"
- 
- bool
-+check_systemd_running ();
-+
-+bool
- get_console_input (const char *prompt, const bool echo, char *input, const 
int capacity);
- 
- #endif
-diff --git a/src/openvpn/misc.c b/src/openvpn/misc.c
-index fd1930a..6c85677 100644
 a/src/openvpn/misc.c
-+++ b/src/openvpn/misc.c
-@@ -1058,7 +1058,7 @@ get_user_pass_cr (struct user_pass *up,
-   {
- #ifndef WIN32
- /* did we --daemon'ize before asking 

[arch-commits] Commit in kdebase-runtime/repos (7 files)

2015-12-26 Thread Antonio Rojas
Date: Saturday, December 26, 2015 @ 09:11:22
  Author: arojas
Revision: 257294

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

Added:
  kdebase-runtime/repos/staging-i686/PKGBUILD
(from rev 257293, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/staging-i686/kdebase-runtime.install
(from rev 257293, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/staging-x86_64/
  kdebase-runtime/repos/staging-x86_64/PKGBUILD
(from rev 257293, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/staging-x86_64/kdebase-runtime.install
(from rev 257293, kdebase-runtime/trunk/kdebase-runtime.install)
Deleted:
  kdebase-runtime/repos/staging-i686/PKGBUILD
  kdebase-runtime/repos/staging-i686/kdebase-runtime.install

+
 /PKGBUILD  |   55 +++
 /kdebase-runtime.install   |   13 +++
 staging-i686/PKGBUILD  |   53 -
 staging-i686/kdebase-runtime.install   |   13 ---
 staging-x86_64/PKGBUILD|   55 +++
 staging-x86_64/kdebase-runtime.install |   13 +++
 6 files changed, 136 insertions(+), 66 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2015-12-26 08:10:47 UTC (rev 257293)
+++ staging-i686/PKGBUILD   2015-12-26 08:11:22 UTC (rev 257294)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdebase-runtime
-pkgver=15.11.90
-pkgrel=2
-pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
-depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp')
-optdepends=('kdepimlibs4: for kwalletd, and is needed by DrKonqi to send crash 
reports to KDE.org'
-'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to 
display applications documentation')
-provides=(notification-daemon)
-conflicts=(kdesu4)
-replaces=(kdesu4)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('1d43564097c5a5f3636f34fb1a52e99df681ef7e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kde-runtime-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
--DWITH_NepomukCore=OFF \
--DBUILD_khelpcenter=OFF \
--DBUILD_doc=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/share/icons/hicolor/index.theme
-  ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4
-
-# FS#36668
-  chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud
-  chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud
-}

Copied: kdebase-runtime/repos/staging-i686/PKGBUILD (from rev 257293, 
kdebase-runtime/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-26 08:11:22 UTC (rev 257294)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdebase-runtime
+pkgver=15.12.0
+pkgrel=3
+pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'kdepimlibs4' 'openslp' 'doxygen' 
'networkmanager' 'boost')
+depends=('libkactivities4' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp')
+optdepends=('kdepimlibs4: for kwalletd, and is needed by DrKonqi to send crash 
reports to KDE.org'
+'gdb: needed by DrKonqi to generate backtrace' 'khelpcenter: to 
display applications documentation')
+provides=(notification-daemon)
+conflicts=(kdesu4)
+replaces=(kdesu4)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('30da08dfb51fade220df7f8cf3e3eab5669a2e18')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kde-runtime-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+

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

2015-12-26 Thread Antonio Rojas
Date: Saturday, December 26, 2015 @ 09:10:47
  Author: arojas
Revision: 257293

libwebp 0.5.0 rebuild

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-26 06:35:34 UTC (rev 257292)
+++ PKGBUILD2015-12-26 08:10:47 UTC (rev 257293)
@@ -5,7 +5,7 @@
 
 pkgname=kdebase-runtime
 pkgver=15.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-runtime'


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

2015-12-26 Thread Jan Steffens
Date: Sunday, December 27, 2015 @ 02:34:57
  Author: heftig
Revision: 154577

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

Added:
  rubinius/repos/community-i686/PKGBUILD
(from rev 154576, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-i686/dirs.patch
(from rev 154576, rubinius/trunk/dirs.patch)
  rubinius/repos/community-i686/gemrc
(from rev 154576, rubinius/trunk/gemrc)
  rubinius/repos/community-x86_64/PKGBUILD
(from rev 154576, rubinius/trunk/PKGBUILD)
  rubinius/repos/community-x86_64/dirs.patch
(from rev 154576, rubinius/trunk/dirs.patch)
  rubinius/repos/community-x86_64/gemrc
(from rev 154576, rubinius/trunk/gemrc)
Deleted:
  rubinius/repos/community-i686/PKGBUILD
  rubinius/repos/community-i686/dirs.patch
  rubinius/repos/community-i686/gemrc
  rubinius/repos/community-x86_64/PKGBUILD
  rubinius/repos/community-x86_64/dirs.patch
  rubinius/repos/community-x86_64/gemrc

-+
 /PKGBUILD   |  174 ++
 /dirs.patch |   42 ++
 /gemrc  |   10 ++
 community-i686/PKGBUILD |   91 -
 community-i686/dirs.patch   |   21 -
 community-i686/gemrc|5 -
 community-x86_64/PKGBUILD   |   91 -
 community-x86_64/dirs.patch |   21 -
 community-x86_64/gemrc  |5 -
 9 files changed, 226 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-27 01:28:50 UTC (rev 154576)
+++ community-i686/PKGBUILD 2015-12-27 01:34:57 UTC (rev 154577)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=rubinius
-pkgname=(rubinius rubinius-ruby)
-pkgver=2.8
-pkgrel=1
-pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
-arch=(i686 x86_64)
-url="http://rubinius.com;
-license=(custom)
-depends=(llvm35-libs libffi openssl libyaml)
-makedepends=(llvm35 ruby)
-options=(!emptydirs)
-source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
-https://rubygems.org/downloads/rubinius-bridge-1.1.0.gem
-gemrc dirs.patch)
-sha256sums=('93e798b4c79800d0543d8d78aa1066b4285af209ed9908c35e54260c13bc7e9d'
-'2be2755ef575c9aa329c9572f5a01e943667f905c4f722f03715dd52b6fe15d5'
-'4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
-'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
-
-_common() {
-  export GEM_HOME="$srcdir/gemdir" LANG="en_US.UTF-8"
-  cd $pkgbase-$pkgver
-}
-
-prepare() {
-  _common
-
-  cp ../*.gem vendor/cache
-
-  patch -Np1 -i ../dirs.patch
-
-  mkdir -p "$GEM_HOME"
-  gem install --no-user-install -N vendor/cache/bundler-*.gem
-
-  "$GEM_HOME/bin/bundle" install --local
-}
-
-build() {
-  _common
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---includedir=/usr/include/rubinius \
---appdir=/usr/lib/rubinius \
---gemsdir=/usr/lib/rubinius/gems \
---llvm-shared \
---preserve-prefix \
---without-rpath \
---bin-link bundle --bin-link bundler
-  rake build
-}
-
-check() {
-  _common
-  rake vm:test || :
-}
-
-package_rubinius() {
-  optdepends=('ruby-docs: Ruby documentation')
-
-  _common
-
-  DESTDIR="$pkgdir" rake install
-
-  mkdir -p "$pkgdir/usr/share/ri"
-  ln -s 2.2.0 "$pkgdir/usr/share/ri/2.1"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/rubinius/LICENSE"
-
-### Split rubinius-ruby
-  mkdir -p "$srcdir/ruby/usr/bin"
-  for _f in "$pkgdir"/usr/bin/*; do
-[[ $_f == */rbx ]] && continue
-mv $_f "$srcdir/ruby/usr/bin"
-  done
-}
-
-package_rubinius-ruby() {
-  pkgdesc="Ruby compat for Rubinius"
-  depends=("rubinius=$pkgver-$pkgrel")
-  provides=(ruby)
-  conflicts=(ruby)
-  backup=(etc/gemrc)
-
-  mv ruby/* "$pkgdir"
-  install -Dm644 gemrc "$pkgdir/etc/gemrc"
-  install -d "$pkgdir/usr/share/licenses/rubinius-ruby"
-  ln -s ../rubinius/LICENSE "$pkgdir/usr/share/licenses/rubinius-ruby/LICENSE"
-}

Copied: rubinius/repos/community-i686/PKGBUILD (from rev 154576, 
rubinius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-27 01:34:57 UTC (rev 154577)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgbase=rubinius
+pkgname=(rubinius rubinius-ruby)
+pkgver=2.9
+pkgrel=1
+pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
+arch=(i686 x86_64)
+url="http://rubinius.com;
+license=(custom)
+depends=(llvm35-libs libffi openssl libyaml)
+makedepends=(llvm35 ruby)
+options=(!emptydirs)
+source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
+gemrc dirs.patch)
+sha256sums=('9f8ad067ce494d201dae359d132ddac275d0bd13315dc8fdd094c9aa661ce8b1'
+

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

2015-12-26 Thread Jan Steffens
Date: Sunday, December 27, 2015 @ 02:28:50
  Author: heftig
Revision: 154576

2.9

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-26 22:00:06 UTC (rev 154575)
+++ PKGBUILD2015-12-27 01:28:50 UTC (rev 154576)
@@ -3,7 +3,7 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=2.8
+pkgver=2.9
 pkgrel=1
 pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
 arch=(i686 x86_64)
@@ -13,10 +13,8 @@
 makedepends=(llvm35 ruby)
 options=(!emptydirs)
 source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
-https://rubygems.org/downloads/rubinius-bridge-1.1.0.gem
 gemrc dirs.patch)
-sha256sums=('93e798b4c79800d0543d8d78aa1066b4285af209ed9908c35e54260c13bc7e9d'
-'2be2755ef575c9aa329c9572f5a01e943667f905c4f722f03715dd52b6fe15d5'
+sha256sums=('9f8ad067ce494d201dae359d132ddac275d0bd13315dc8fdd094c9aa661ce8b1'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
 
@@ -28,8 +26,6 @@
 prepare() {
   _common
 
-  cp ../*.gem vendor/cache
-
   patch -Np1 -i ../dirs.patch
 
   mkdir -p "$GEM_HOME"


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

2015-12-26 Thread Jonathan Steel
Date: Saturday, December 26, 2015 @ 22:59:46
  Author: jsteel
Revision: 154574

upgpkg: vagrant 1.8.1-1

Modified:
  vagrant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-26 20:13:05 UTC (rev 154573)
+++ PKGBUILD2015-12-26 21:59:46 UTC (rev 154574)
@@ -10,7 +10,7 @@
 # Contributor: Steven Nance 
 
 pkgname=vagrant
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="Build and distribute virtualized development environments"
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 options=('!emptydirs')
 depends=('vagrant-substrate')
 
source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('46091e1f0ff739fc140e2fce2b42d13c')
+md5sums=('5278b6828629d040dab549f61e8c8435')
 
 build() {
   cd $pkgname-$pkgver


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

2015-12-26 Thread Jonathan Steel
Date: Saturday, December 26, 2015 @ 23:00:06
  Author: jsteel
Revision: 154575

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

Added:
  vagrant/repos/community-testing-i686/PKGBUILD
(from rev 154574, vagrant/trunk/PKGBUILD)
  vagrant/repos/community-testing-x86_64/PKGBUILD
(from rev 154574, vagrant/trunk/PKGBUILD)
Deleted:
  vagrant/repos/community-testing-i686/PKGBUILD
  vagrant/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |  106 
 community-testing-i686/PKGBUILD   |   53 --
 community-testing-x86_64/PKGBUILD |   53 --
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-12-26 21:59:46 UTC (rev 154574)
+++ community-testing-i686/PKGBUILD 2015-12-26 22:00:06 UTC (rev 154575)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Ido Rosen 
-# Contributor: Brett Hoerner 
-# Contributor: Jochen Schalanda 
-# Contributor: Mathieu Clabaut 
-# Contributor: helios 
-# Contributor: George Ornbo 
-# Contributor: Niklas Heer 
-# Contributor: Steven Nance 
-
-pkgname=vagrant
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Build and distribute virtualized development environments"
-arch=('i686' 'x86_64')
-url="http://vagrantup.com;
-license=('MIT')
-options=('!emptydirs')
-depends=('vagrant-substrate')
-source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('46091e1f0ff739fc140e2fce2b42d13c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  EMBEDDED_DIR=/opt/vagrant/embedded
-
-  "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec
-
-  GEM_PATH="$srcdir"/$pkgname-$pkgver/gems-$pkgver-$pkgrel 
GEM_HOME="$GEM_PATH" \
-  GEMRC="$EMBEDDED_DIR"/etc/gemrc CPPFLAGS="-I$EMBEDDED_DIR"/include \
-  LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \
-  SSL_CERT_FILE="$EMBEDDED_DIR"/cacert.pem \
-"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
-  install -d "$pkgdir"/opt/vagrant/embedded
-
-  cp -r gems-$pkgver-$pkgrel "$pkgdir"/opt/vagrant/embedded/gems
-
-  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-
-  install -Dm644 contrib/bash/completion.sh \
-"$pkgdir"/usr/share/bash-completion/completions/$pkgname
-
-  install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: vagrant/repos/community-testing-i686/PKGBUILD (from rev 154574, 
vagrant/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-12-26 22:00:06 UTC (rev 154575)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Ido Rosen 
+# Contributor: Brett Hoerner 
+# Contributor: Jochen Schalanda 
+# Contributor: Mathieu Clabaut 
+# Contributor: helios 
+# Contributor: George Ornbo 
+# Contributor: Niklas Heer 
+# Contributor: Steven Nance 
+
+pkgname=vagrant
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Build and distribute virtualized development environments"
+arch=('i686' 'x86_64')
+url="http://vagrantup.com;
+license=('MIT')
+options=('!emptydirs')
+depends=('vagrant-substrate')
+source=($pkgname-$pkgver.tar.gz::http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('5278b6828629d040dab549f61e8c8435')
+
+build() {
+  cd $pkgname-$pkgver
+
+  EMBEDDED_DIR=/opt/vagrant/embedded
+
+  "$EMBEDDED_DIR"/bin/gem build $pkgname.gemspec
+
+  GEM_PATH="$srcdir"/$pkgname-$pkgver/gems-$pkgver-$pkgrel 
GEM_HOME="$GEM_PATH" \
+  GEMRC="$EMBEDDED_DIR"/etc/gemrc CPPFLAGS="-I$EMBEDDED_DIR"/include \
+  LDFLAGS="-L$EMBEDDED_DIR"/lib PATH="$EMBEDDED_DIR/bin:$PATH" \
+  SSL_CERT_FILE="$EMBEDDED_DIR"/cacert.pem \
+"$EMBEDDED_DIR"/bin/gem install $pkgname-$pkgver.gem --no-ri --no-rdoc
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -d "$pkgdir"/usr/{bin,share/bash-completion/completions}
+  install -d "$pkgdir"/opt/vagrant/embedded
+
+  cp -r gems-$pkgver-$pkgrel "$pkgdir"/opt/vagrant/embedded/gems
+
+  ln -s /opt/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+
+  install -Dm644 contrib/bash/completion.sh \
+"$pkgdir"/usr/share/bash-completion/completions/$pkgname
+
+  install -Dm644 LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-testing-x86_64/PKGBUILD

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

2015-12-26 Thread Felix Yan
Date: Sunday, December 27, 2015 @ 06:46:31
  Author: fyan
Revision: 154581

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 154580, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 154580, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-27 05:44:55 UTC (rev 154580)
+++ PKGBUILD2015-12-27 05:46:31 UTC (rev 154581)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: jeneshicc 
-
-pkgname=skk-jisyo
-pkgver=20151220
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('ed19783dc7a1ccd782c600976a8b'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 154580, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-27 05:46:31 UTC (rev 154581)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jeneshicc 
+
+pkgname=skk-jisyo
+pkgver=20151227
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('c23b9a3e5f1582eddf3ac4e9da7b81c8'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ 'efb7f415213e6bdcdffc3a9a2e262f19')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2015-12-27 05:44:55 UTC (rev 154580)
+++ skk-jisyo.install   2015-12-27 05:46:31 UTC (rev 154581)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 154580, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-12-27 05:46:31 UTC (rev 154581)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2015-12-26 Thread Felix Yan
Date: Sunday, December 27, 2015 @ 06:44:55
  Author: fyan
Revision: 154580

upgpkg: skk-jisyo 20151227-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 04:29:34 UTC (rev 154579)
+++ PKGBUILD2015-12-27 05:44:55 UTC (rev 154580)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc 
 
 pkgname=skk-jisyo
-pkgver=20151220
+pkgver=20151227
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('ed19783dc7a1ccd782c600976a8b'
+md5sums=('c23b9a3e5f1582eddf3ac4e9da7b81c8'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2015-12-26 Thread Felix Yan
Date: Sunday, December 27, 2015 @ 06:57:27
  Author: fyan
Revision: 257297

upgpkg: qt5 5.5.1-7

libwebp 0.5.0 rebuild

Modified:
  qt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-26 11:38:37 UTC (rev 257296)
+++ PKGBUILD2015-12-27 05:57:27 UTC (rev 257297)
@@ -30,7 +30,7 @@
  'qt5-x11extras'
  'qt5-xmlpatterns')
 pkgver=5.5.1
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 url='http://www.qt.io/developers'
 license=('GPL3' 'LGPL' 'FDL' 'custom')


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

2015-12-26 Thread Felix Yan
Date: Sunday, December 27, 2015 @ 06:59:37
  Author: fyan
Revision: 257298

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

Added:
  qt5/repos/staging-i686/
  qt5/repos/staging-i686/PKGBUILD
(from rev 257297, qt5/trunk/PKGBUILD)
  qt5/repos/staging-i686/assistant.desktop
(from rev 257297, qt5/trunk/assistant.desktop)
  qt5/repos/staging-i686/designer.desktop
(from rev 257297, qt5/trunk/designer.desktop)
  
qt5/repos/staging-i686/ibus-get-display-number-when-screen-number-is-omitted.patch
(from rev 257297, 
qt5/trunk/ibus-get-display-number-when-screen-number-is-omitted.patch)
  qt5/repos/staging-i686/linguist.desktop
(from rev 257297, qt5/trunk/linguist.desktop)
  qt5/repos/staging-i686/qdbusviewer.desktop
(from rev 257297, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/staging-i686/qt5-tools.install
(from rev 257297, qt5/trunk/qt5-tools.install)
  qt5/repos/staging-i686/rebuild.list
(from rev 257297, qt5/trunk/rebuild.list)
  qt5/repos/staging-x86_64/
  qt5/repos/staging-x86_64/PKGBUILD
(from rev 257297, qt5/trunk/PKGBUILD)
  qt5/repos/staging-x86_64/assistant.desktop
(from rev 257297, qt5/trunk/assistant.desktop)
  qt5/repos/staging-x86_64/designer.desktop
(from rev 257297, qt5/trunk/designer.desktop)
  
qt5/repos/staging-x86_64/ibus-get-display-number-when-screen-number-is-omitted.patch
(from rev 257297, 
qt5/trunk/ibus-get-display-number-when-screen-number-is-omitted.patch)
  qt5/repos/staging-x86_64/linguist.desktop
(from rev 257297, qt5/trunk/linguist.desktop)
  qt5/repos/staging-x86_64/qdbusviewer.desktop
(from rev 257297, qt5/trunk/qdbusviewer.desktop)
  qt5/repos/staging-x86_64/qt5-tools.install
(from rev 257297, qt5/trunk/qt5-tools.install)
  qt5/repos/staging-x86_64/rebuild.list
(from rev 257297, qt5/trunk/rebuild.list)

+
 staging-i686/PKGBUILD  |  
575 ++
 staging-i686/assistant.desktop |   
 8 
 staging-i686/designer.desktop  |   
10 
 staging-i686/ibus-get-display-number-when-screen-number-is-omitted.patch   |   
32 
 staging-i686/linguist.desktop  |   
 9 
 staging-i686/qdbusviewer.desktop   |   
 9 
 staging-i686/qt5-tools.install |   
12 
 staging-i686/rebuild.list  |   
 6 
 staging-x86_64/PKGBUILD|  
575 ++
 staging-x86_64/assistant.desktop   |   
 8 
 staging-x86_64/designer.desktop|   
10 
 staging-x86_64/ibus-get-display-number-when-screen-number-is-omitted.patch |   
32 
 staging-x86_64/linguist.desktop|   
 9 
 staging-x86_64/qdbusviewer.desktop |   
 9 
 staging-x86_64/qt5-tools.install   |   
12 
 staging-x86_64/rebuild.list|   
 6 
 16 files changed, 1322 insertions(+)

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


[arch-commits] Commit in haskell-persistent-template/repos (8 files)

2015-12-26 Thread Felix Yan
Date: Sunday, December 27, 2015 @ 05:29:34
  Author: fyan
Revision: 154579

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

Added:
  haskell-persistent-template/repos/community-i686/PKGBUILD
(from rev 154578, haskell-persistent-template/trunk/PKGBUILD)
  
haskell-persistent-template/repos/community-i686/haskell-persistent-template.install
(from rev 154578, 
haskell-persistent-template/trunk/haskell-persistent-template.install)
  haskell-persistent-template/repos/community-x86_64/PKGBUILD
(from rev 154578, haskell-persistent-template/trunk/PKGBUILD)
  
haskell-persistent-template/repos/community-x86_64/haskell-persistent-template.install
(from rev 154578, 
haskell-persistent-template/trunk/haskell-persistent-template.install)
Deleted:
  haskell-persistent-template/repos/community-i686/PKGBUILD
  
haskell-persistent-template/repos/community-i686/haskell-persistent-template.install
  haskell-persistent-template/repos/community-x86_64/PKGBUILD
  
haskell-persistent-template/repos/community-x86_64/haskell-persistent-template.install

--+
 /PKGBUILD|   90 +
 /haskell-persistent-template.install |   36 ++
 community-i686/PKGBUILD  |   50 -
 community-i686/haskell-persistent-template.install   |   18 ---
 community-x86_64/PKGBUILD|   50 -
 community-x86_64/haskell-persistent-template.install |   18 ---
 6 files changed, 126 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-27 04:28:51 UTC (rev 154578)
+++ community-i686/PKGBUILD 2015-12-27 04:29:34 UTC (rev 154579)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=persistent-template
-pkgname=haskell-persistent-template
-pkgver=2.1.4
-pkgrel=9
-pkgdesc="Type-safe, non-relational, multi-backend persistence"
-url="http://www.yesodweb.com/book/persistent;
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
- "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
- "haskell-persistent" "haskell-tagged" "haskell-text"
- "haskell-unordered-containers")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('ed9e415d49288c7857febf978e4d97195c95113b9def30655894b48560999bce')
-
-prepare() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-sed -i 's/aeson-extra  >= 0.2.1.0   && < 0.3/aeson-compat/' 
$_hkgname.cabal
-}
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-persistent-template/repos/community-i686/PKGBUILD (from rev 
154578, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-27 04:29:34 UTC (rev 154579)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.1.5
+pkgrel=1
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")

[arch-commits] Commit in haskell-persistent-template/trunk (PKGBUILD)

2015-12-26 Thread Felix Yan
Date: Sunday, December 27, 2015 @ 05:28:51
  Author: fyan
Revision: 154578

upgpkg: haskell-persistent-template 2.1.5-1

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-27 01:34:57 UTC (rev 154577)
+++ PKGBUILD2015-12-27 04:28:51 UTC (rev 154578)
@@ -4,8 +4,8 @@
 
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
-pkgver=2.1.4
-pkgrel=9
+pkgver=2.1.5
+pkgrel=1
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")
@@ -17,13 +17,8 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('ed9e415d49288c7857febf978e4d97195c95113b9def30655894b48560999bce')
+sha256sums=('d732a0e8114dae29874f3536592effc1626aea15ebef47f3355a4b426020acd1')
 
-prepare() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-sed -i 's/aeson-extra  >= 0.2.1.0   && < 0.3/aeson-compat/' 
$_hkgname.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"