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

2013-07-08 Thread Sébastien Luttringer
Date: Tuesday, July 9, 2013 @ 01:58:49
  Author: seblu
Revision: 93727

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

Added:
  oath-toolkit/repos/community-i686/PKGBUILD
(from rev 93726, oath-toolkit/trunk/PKGBUILD)
  oath-toolkit/repos/community-x86_64/PKGBUILD
(from rev 93726, oath-toolkit/trunk/PKGBUILD)
Deleted:
  oath-toolkit/repos/community-i686/PKGBUILD
  oath-toolkit/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 23:58:39 UTC (rev 93726)
+++ community-i686/PKGBUILD 2013-07-08 23:58:49 UTC (rev 93727)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Christian Hesse 
-# Contributor: L42y <423...@gmail.com>
-
-pkgname=oath-toolkit
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='OATH one-time password toolkit'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/oath-toolkit/'
-license=('GPL3')
-depends=('glibc' 'pam' 'xmlsec')
-options=('!libtool')
-source=("http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('35232dfcaf0e77377f926d561fe5086d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # Install basic docs too
-  install -D -m 644 pam_oath/README "$pkgdir/usr/share/doc/$pkgname/PAM_README"
-  install -D -m 644 README "$pkgdir/usr/share/doc/$pkgname/README"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: oath-toolkit/repos/community-i686/PKGBUILD (from rev 93726, 
oath-toolkit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 23:58:49 UTC (rev 93727)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Christian Hesse 
+# Contributor: L42y <423...@gmail.com>
+
+pkgname=oath-toolkit
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='OATH one-time password toolkit'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/oath-toolkit/'
+license=('GPL3')
+depends=('glibc' 'pam' 'xmlsec')
+options=('!libtool')
+source=("http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('2afc64577936a1a79cff72b0718c9636')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # Install basic docs too
+  install -D -m 644 pam_oath/README "$pkgdir/usr/share/doc/$pkgname/PAM_README"
+  install -D -m 644 README "$pkgdir/usr/share/doc/$pkgname/README"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-08 23:58:39 UTC (rev 93726)
+++ community-x86_64/PKGBUILD   2013-07-08 23:58:49 UTC (rev 93727)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Christian Hesse 
-# Contributor: L42y <423...@gmail.com>
-
-pkgname=oath-toolkit
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='OATH one-time password toolkit'
-arch=('i686' 'x86_64')
-url='http://www.nongnu.org/oath-toolkit/'
-license=('GPL3')
-depends=('glibc' 'pam' 'xmlsec')
-options=('!libtool')
-source=("http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('35232dfcaf0e77377f926d561fe5086d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # Install basic docs too
-  install -D -m 644 pam_oath/README "$pkgdir/usr/share/doc/$pkgname/PAM_README"
-  install -D -m 644 README "$pkgdir/usr/share/doc/$pkgname/README"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: oath-toolkit/repos/community-x86_64/PKGBUILD (from rev 93726, 
oath-toolkit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-08 23:58:49 UTC (rev 93727)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Christian Hesse 
+# Contributor: L42y <423...@gmail.com>
+
+pkgname=oath-toolkit
+pkgver=2.2.0
+pkgrel=1
+pkgdesc='OATH one-time password toolkit'
+arch=('i686' 'x86_64')
+url='http://www.nongnu.org/oath-toolkit/'
+license=('GPL3')
+depends=('glibc' 'pam' 'xmlsec')
+options=('!libtool')
+source=("http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('2afc645779

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

2013-07-08 Thread Sébastien Luttringer
Date: Tuesday, July 9, 2013 @ 01:58:39
  Author: seblu
Revision: 93726

upgpkg: oath-toolkit 2.2.0-1

Modified:
  oath-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 22:30:15 UTC (rev 93725)
+++ PKGBUILD2013-07-08 23:58:39 UTC (rev 93726)
@@ -4,7 +4,7 @@
 # Contributor: L42y <423...@gmail.com>
 
 pkgname=oath-toolkit
-pkgver=2.0.2
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='OATH one-time password toolkit'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc' 'pam' 'xmlsec')
 options=('!libtool')
 
source=("http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('35232dfcaf0e77377f926d561fe5086d')
+md5sums=('2afc64577936a1a79cff72b0718c9636')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-08 Thread Alexander Rødseth
Date: Tuesday, July 9, 2013 @ 00:30:15
  Author: arodseth
Revision: 93725

svn upgrade, gah

Modified:
  freeorion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 22:27:30 UTC (rev 93724)
+++ PKGBUILD2013-07-08 22:30:15 UTC (rev 93725)
@@ -37,10 +37,15 @@
 pkgver() {
   cd "$pkgname"
 
-  svn upgrade
   svnversion | tr -d [A-z]
 }
 
+prepare() {
+  cd "$pkgname"
+
+  svn upgrade
+}
+
 build() {
   cd "$srcdir"
   gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc"



[arch-commits] Commit in povray/trunk (povray-3.7.0_rc7-boost-1.50.patch)

2013-07-08 Thread Alexander Rødseth
Date: Tuesday, July 9, 2013 @ 00:27:30
  Author: arodseth
Revision: 93724

Added patch from gentoo

Added:
  povray/trunk/povray-3.7.0_rc7-boost-1.50.patch

---+
 povray-3.7.0_rc7-boost-1.50.patch |   68 
 1 file changed, 68 insertions(+)

Added: povray-3.7.0_rc7-boost-1.50.patch
===
--- povray-3.7.0_rc7-boost-1.50.patch   (rev 0)
+++ povray-3.7.0_rc7-boost-1.50.patch   2013-07-08 22:27:30 UTC (rev 93724)
@@ -0,0 +1,68 @@
+Index: povray-3.7.0.RC5/configure.ac
+===
+--- povray-3.7.0.RC5.orig/configure.ac
 povray-3.7.0.RC5/configure.ac
+@@ -54,8 +54,6 @@ AC_CONFIG_SRCDIR([unix/disp_text.cpp])
+ m4_include([unix/config/acx_pthread.m4])
+ m4_include([unix/config/ax_arg_enable.m4])
+ m4_include([unix/config/ax_arg_with.m4])
+-m4_include([unix/config/ax_boost_base.m4])
+-m4_include([unix/config/ax_boost_thread.m4])
+ m4_include([unix/config/ax_test_compiler_flags.m4])
+ m4_include([unix/config/ax_check_lib.m4])
+ m4_include([unix/config/ax_check_libjpeg.m4])
+@@ -165,6 +163,7 @@ AC_CANONICAL_HOST
+ 
+ AM_INIT_AUTOMAKE([1.9 dist-bzip2])
+ AM_MAINTAINER_MODE
++LT_INIT
+ 
+ AX_FIX_INCORRECT_PATH(C_INCLUDE_PATH, ".", [pov_warn_path="$pov_warn_path 
C_INCLUDE_PATH"])
+ AX_FIX_INCORRECT_PATH(CPLUS_INCLUDE_PATH, ".", [pov_warn_path="$pov_warn_path 
CPLUS_INCLUDE_PATH"])
+@@ -295,28 +294,15 @@ LIBS="$LIBS $PTHREAD_CFLAGS $PTHREAD_LIB
+ 
+ # Boost; required library
+ # the following macro stops with error when boost is not found
+-AX_BOOST_BASE([$required_libboost_version])
+-AX_BOOST_THREAD
+-if test x"$ax_cv_boost_thread" != x"yes"; then
++BOOST_REQUIRE([$required_libboost_version])
++BOOST_THREADS
++if test x"$boost_cv_lib_thread" != x"yes"; then
+   AC_MSG_ERROR([cannot find a suitable boost thread library])
+ else
+   CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"  # append
+-  LDFLAGS="$LDFLAGS $BOOST_LDFLAGS" # append
+-  LIBS="$BOOST_THREAD_LIB $LIBS"
++  LDFLAGS="$LDFLAGS -L$BOOST_LDPATH" # append
++  LIBS="$BOOST_THREAD_LIBS $LIBS"
+ fi
+-AC_MSG_CHECKING([whether the boost thread library is usable])
+-AC_RUN_IFELSE(
+-  [AC_LANG_PROGRAM([[
+-#include 
+-]],
+-[[boost::defer_lock_t(); return 0;]])],
+-  [AC_MSG_RESULT([yes])],
+-  [
+-AC_MSG_RESULT([no])
+-AC_MSG_FAILURE([cannot link with the boost thread library])
+-  ],
+-  [AC_MSG_RESULT([cross-compiling])]  # FIXME
+-)
+ AC_DEFINE([USE_OFFICIAL_BOOST], [], [Use the official Boost libraries.])
+ 
+ # Intel Math Kernel library
+Index: povray-3.7.0.RC5/vfe/unix/platformbase.cpp
+===
+--- povray-3.7.0.RC5.orig/vfe/unix/platformbase.cpp
 povray-3.7.0.RC5/vfe/unix/platformbase.cpp
+@@ -126,7 +126,7 @@ namespace pov_base
+ #else
+   // taken from source/base/timer.cpp
+   boost::xtime t;
+-  boost::xtime_get(&t, boost::TIME_UTC);
++  boost::xtime_get(&t, POV_TIME_UTC);
+   POV_ULONG ns = (POV_ULONG)(t.sec) * (POV_ULONG)(10) + 
(POV_ULONG)(t.nsec) + (POV_ULONG)(msec) * (POV_ULONG)(100);
+   t.sec = (boost::xtime::xtime_sec_t)(ns / 
(POV_ULONG)(10));
+   t.nsec = (boost::xtime::xtime_nsec_t)(ns % 
(POV_ULONG)(10));



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

2013-07-08 Thread Gaetan Bisson
Date: Tuesday, July 9, 2013 @ 00:03:32
  Author: bisson
Revision: 189836

db-move: moved audacious-plugins from [testing] to [extra] (i686, x86_64)

Added:
  audacious-plugins/repos/extra-i686/PKGBUILD
(from rev 189834, audacious-plugins/repos/testing-i686/PKGBUILD)
  audacious-plugins/repos/extra-x86_64/PKGBUILD
(from rev 189834, audacious-plugins/repos/testing-x86_64/PKGBUILD)
Deleted:
  audacious-plugins/repos/extra-i686/PKGBUILD
  audacious-plugins/repos/extra-x86_64/PKGBUILD
  audacious-plugins/repos/testing-i686/
  audacious-plugins/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-08 22:03:31 UTC (rev 189835)
+++ extra-i686/PKGBUILD 2013-07-08 22:03:32 UTC (rev 189836)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Alexander Fehr 
-# Contributor: William Rea 
-
-pkgname=audacious-plugins
-pkgver=3.4
-pkgrel=1
-pkgdesc='Plugins for Audacious'
-url='http://audacious-media-player.org/'
-license=('custom:BSD' 'GPL')
-arch=('i686' 'x86_64')
-
-makedepends=("audacious>=${pkgver}"
- 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplay' 'wavpack'
- 'libnotify' 'lirc-utils' 'curl' 'libmtp'
- 'neon' 'libmms' 'libcue')
-
-optdepends=('oss: Open Sound System v4 output'
-'alsa-lib: Advanced Linux Sound Arch. output'
-'pulseaudio: PulseAudio output'
-'jack2: Jack Audio Connection Kit output'
-'lame: FileWriter MP3 output'
-'libvorbis: Vorbis input, FileWriter Vorbis output'
-'flac: FLAC input, FileWriter FLAC output'
-
-'mpg123: MP3 input'
-'faad2: AAC input'
-'ffmpeg: ffaudio input'
-'libmodplug: modplug input'
-'fluidsynth: MIDI FluidSynth backend input'
-'libcdio-paranoia: CD Digital Audio input'
-'libsidplay: Commodore 64 audio input'
-'wavpack: WavPack input'
-
-'libnotify: libnotify OSD'
-'lirc-utils: LIRC'
-'curl: AudioScrobbler Client'
-'libmtp: Upload to MTP device'
-
-'neon: neon-based http transport'
-'libmms: libmms-based mms transport'
-'libcue: CUE playlist format')
-
-source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('2b2f1d30f0b790e6cc3e00483ed4774b0fa1fc42')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   ./configure \
-   --prefix=/usr \
-   --enable-amidiplug \
-   --disable-adplug \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: audacious-plugins/repos/extra-i686/PKGBUILD (from rev 189834, 
audacious-plugins/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-08 22:03:32 UTC (rev 189836)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.4
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('custom:BSD' 'GPL')
+arch=('i686' 'x86_64')
+
+makedepends=("audacious>=${pkgver}"
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Clie

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

2013-07-08 Thread Gaetan Bisson
Date: Tuesday, July 9, 2013 @ 00:03:31
  Author: bisson
Revision: 189835

db-move: moved libsidplayfp from [testing] to [extra] (i686, x86_64)

Added:
  libsidplayfp/repos/extra-i686/PKGBUILD
(from rev 189834, libsidplayfp/repos/testing-i686/PKGBUILD)
  libsidplayfp/repos/extra-x86_64/PKGBUILD
(from rev 189834, libsidplayfp/repos/testing-x86_64/PKGBUILD)
Deleted:
  libsidplayfp/repos/extra-i686/PKGBUILD
  libsidplayfp/repos/extra-x86_64/PKGBUILD
  libsidplayfp/repos/testing-i686/
  libsidplayfp/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-08 22:02:56 UTC (rev 189834)
+++ extra-i686/PKGBUILD 2013-07-08 22:03:31 UTC (rev 189835)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Simon Perry 
-# Contributor: Jonas Nyrén 
-
-pkgname=libsidplayfp
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
-url='http://sourceforge.net/projects/sidplay-residfp/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gcc-libs')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('967426a369122b9398c60be0e7d0b78753e23f3e')
-
-options=('!libtool' '!staticlibs')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libsidplayfp/repos/extra-i686/PKGBUILD (from rev 189834, 
libsidplayfp/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-08 22:03:31 UTC (rev 189835)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('vice')
+optdepends=('vice: better SID support')
+source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('967426a369122b9398c60be0e7d0b78753e23f3e')
+
+options=('!libtool' '!staticlibs')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -d "${pkgdir}/usr/share/sidplayfp"
+   ln -t "${pkgdir}/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-08 22:02:56 UTC (rev 189834)
+++ extra-x86_64/PKGBUILD   2013-07-08 22:03:31 UTC (rev 189835)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Simon Perry 
-# Contributor: Jonas Nyrén 
-
-pkgname=libsidplayfp
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
-url='http://sourceforge.net/projects/sidplay-residfp/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gcc-libs')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('967426a369122b9398c60be0e7d0b78753e23f3e')
-
-options=('!libtool' '!staticlibs')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libsidplayfp/repos/extra-x86_64/PKGBUILD (from rev 189834, 
libsidplayfp/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-08 22:03:31 UTC (rev 189835)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('vice')
+optdepends=('vice: better SID support')
+source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('967426a369122b9398c60be0e7d0b78753e23f3e')
+
+options=('!libtool' '!staticlibs')
+
+build() {
+   cd "${pkgname

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

2013-07-08 Thread Gaetan Bisson
Date: Tuesday, July 9, 2013 @ 00:02:56
  Author: bisson
Revision: 189834

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

Added:
  libsidplayfp/repos/testing-i686/
  libsidplayfp/repos/testing-i686/PKGBUILD
(from rev 189833, libsidplayfp/trunk/PKGBUILD)
  libsidplayfp/repos/testing-x86_64/
  libsidplayfp/repos/testing-x86_64/PKGBUILD
(from rev 189833, libsidplayfp/trunk/PKGBUILD)

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

Copied: libsidplayfp/repos/testing-i686/PKGBUILD (from rev 189833, 
libsidplayfp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-08 22:02:56 UTC (rev 189834)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('vice')
+optdepends=('vice: better SID support')
+source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('967426a369122b9398c60be0e7d0b78753e23f3e')
+
+options=('!libtool' '!staticlibs')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -d "${pkgdir}/usr/share/sidplayfp"
+   ln -t "${pkgdir}/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}

Copied: libsidplayfp/repos/testing-x86_64/PKGBUILD (from rev 189833, 
libsidplayfp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-07-08 22:02:56 UTC (rev 189834)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('vice')
+optdepends=('vice: better SID support')
+source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('967426a369122b9398c60be0e7d0b78753e23f3e')
+
+options=('!libtool' '!staticlibs')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -d "${pkgdir}/usr/share/sidplayfp"
+   ln -t "${pkgdir}/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
+}



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

2013-07-08 Thread Gaetan Bisson
Date: Tuesday, July 9, 2013 @ 00:02:27
  Author: bisson
Revision: 189833

fix FS#36060

Modified:
  libsidplayfp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 20:41:53 UTC (rev 189832)
+++ PKGBUILD2013-07-08 22:02:27 UTC (rev 189833)
@@ -5,13 +5,13 @@
 
 pkgname=libsidplayfp
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
 url='http://sourceforge.net/projects/sidplay-residfp/'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('gcc-libs')
-options=('!libtool')
+makedepends=('vice')
+optdepends=('vice: better SID support')
 
source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
 sha1sums=('967426a369122b9398c60be0e7d0b78753e23f3e')
 
@@ -26,4 +26,6 @@
 package() {
cd "${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
+   install -d "${pkgdir}/usr/share/sidplayfp"
+   ln -t "${pkgdir}/usr/share/sidplayfp" -s 
/usr/lib/vice/C64/{kernal,basic,chargen}
 }



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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 23:16:20
  Author: arodseth
Revision: 93723

upgpkg: freeorion 0.4.2-5

Modified:
  freeorion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 20:02:44 UTC (rev 93722)
+++ PKGBUILD2013-07-08 21:16:20 UTC (rev 93723)
@@ -37,15 +37,10 @@
 pkgver() {
   cd "$pkgname"
 
+  svn upgrade
   svnversion | tr -d [A-z]
 }
 
-prepare() {
-  cd "$pkgname"
-
-  svn upgrade
-}
-
 build() {
   cd "$srcdir"
   gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc"
@@ -76,7 +71,7 @@
 
   msg2 'OGRE fix...'
   sed -i 's:PluginFolder=.:PluginFolder=/usr/lib/OGRE/:g' \
-"$srcdir/$pkgname-build/ogre_plugins.cfg"
+"$srcdir/$pkgname/ogre_plugins.cfg"
 }
 
 package() {
@@ -110,7 +105,7 @@
 "$pkgdir/usr/share/applications/freeorion.desktop"
 
   msg2 'Packaging OGRE plugins configuration...'
-  install -Dm 644 "$srcdir/$pkgname-build/ogre_plugins.cfg" \
+  install -Dm 644 "$srcdir/$pkgname/ogre_plugins.cfg" \
 "$pkgdir/usr/share/freeorion/ogre_plugins.cfg"
 
   msg2 'Cleaning up...'



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

2013-07-08 Thread Guillaume Alaux
Date: Monday, July 8, 2013 @ 22:41:53
  Author: guillaume
Revision: 189832

archrelease: copy trunk to extra-any

Added:
  tomcat7/repos/extra-any/PKGBUILD
(from rev 189831, tomcat7/trunk/PKGBUILD)
  tomcat7/repos/extra-any/systemd_tmpfiles.d_tomcat7.conf
(from rev 189831, tomcat7/trunk/systemd_tmpfiles.d_tomcat7.conf)
  tomcat7/repos/extra-any/systemd_tomcat7.service
(from rev 189831, tomcat7/trunk/systemd_tomcat7.service)
  tomcat7/repos/extra-any/tomcat7.install
(from rev 189831, tomcat7/trunk/tomcat7.install)
Deleted:
  tomcat7/repos/extra-any/PKGBUILD
  tomcat7/repos/extra-any/systemd_tmpfiles.d_tomcat7.conf
  tomcat7/repos/extra-any/systemd_tomcat7.service
  tomcat7/repos/extra-any/tomcat7.install

-+
 PKGBUILD|  274 +++---
 systemd_tmpfiles.d_tomcat7.conf |6 
 systemd_tomcat7.service |   68 -
 tomcat7.install |   88 ++--
 4 files changed, 218 insertions(+), 218 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-08 20:40:53 UTC (rev 189831)
+++ PKGBUILD2013-07-08 20:41:53 UTC (rev 189832)
@@ -1,137 +0,0 @@
-# Maintainer: Guillaume ALAUX 
-pkgbase=tomcat7
-pkgname=('java-servlet3.0-tomcat' 'java-jsp2.2-tomcat' 'tomcat7')
-pkgver=7.0.41
-pkgrel=1
-arch=('any')
-url='http://tomcat.apache.org/'
-license=('APACHE')
-makedepends=('java-environment' 'apache-ant>=1.8' 'java-commons-daemon' 
'eclipse-ecj')
-source=(http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/src/apache-tomcat-${pkgver}-src.tar.gz
-
http://archive.apache.org/dist/tomcat/tomcat-7/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
-systemd_tomcat7.service
-systemd_tmpfiles.d_tomcat7.conf
-tomcat7.install)
-
-sha256sums=('283a80c5be1a1eda9fc8864b11dcd026ba3bf2433b0d8377a4da4c2536a07ea6'
-'a4a4759626433995cffba39e92152f921dde138b4502e9ac2dd08be83b472740'
-'6b3d9711319165c331b827cba40cb788c0d1ea60fd181a56b8da4ca41e2d2930'
-'4bfeb2f4462547bf15cb2b72db545c0531c70f8640fa79344d520ceea6812a93'
-'4db469bcbcfb043c63ce3db0412997552861ea0f9c09d8825808570ed75aa27b')
-
-_servletver=3.0
-_jspver=2.2
-
-build() {
-  cd "${srcdir}/apache-tomcat-${pkgver}-src"
-
-  . /etc/profile.d/apache-ant.sh
-
-  ant clean deploy \
--Dbase.path=${srcdir}/DOWN_LIBS \
--Dcommons-daemon.jar=/usr/share/java/commons-daemon.jar \
--Djdt.jar=/usr/share/java/eclipse-ecj.jar \
--Dno.build.dbcp=true
-}
-
-#TODO add test "ant test"
-
-package_java-servlet3.0-tomcat() {
-  pkgdesc='Servlet 3.0 java library implementation by Apache Tomcat'
-  depends=('java-environment>=5')
-
-  cd "${srcdir}/apache-tomcat-${pkgver}-src/output/build/lib"
-
-  install -dm755 ${pkgdir}/usr/share/java/servlet${_servletver}-tomcat
-  install -m644 servlet-api.jar \
-
${pkgdir}/usr/share/java/servlet${_servletver}-tomcat/servlet-api-${_servletver}.jar
-  ln -s servlet${_servletver}-tomcat/servlet-api-${_servletver}.jar \
-${pkgdir}/usr/share/java/servlet-api.jar
-}
-
-package_java-jsp2.2-tomcat() {
-  pkgdesc='JSP 2.2 java library implementation by Apache Tomcat'
-  depends=('java-environment>=5')
-
-  cd "${srcdir}/apache-tomcat-${pkgver}-src/output/build/lib"
-
-  install -dm755 ${pkgdir}/usr/share/java/jsp${_jspver}-tomcat
-  for j in el-api jsp-api; do
-install -m644 ${j}.jar \
-  
${pkgdir}/usr/share/java/jsp${_jspver}-tomcat/${j}-${_jspver}.jar
-ln -s jsp${_jspver}-tomcat/${j}-${_jspver}.jar 
${pkgdir}/usr/share/java/${j}.jar
-  done
-}
-
-package_tomcat7() {
-  pkgdesc='Servlet-3.0/JSP-2.2 Container'
-  depends=('java-runtime>=6' 'java-jsvc' 'eclipse-ecj'
-   "java-servlet3.0-tomcat=${pkgver}" "java-jsp2.2-tomcat=${pkgver}")
-  optdepends=('tomcat-native: to allow optimal performance in production 
environments')
-  backup=(etc/tomcat7/catalina.policy
-  etc/tomcat7/catalina.properties
-  etc/tomcat7/context.xml
-  etc/tomcat7/logging.properties
-  etc/tomcat7/server.xml
-  etc/tomcat7/tomcat-users.xml
-  etc/tomcat7/web.xml)
-  install=tomcat7.install
-
-  cd "${srcdir}/apache-tomcat-${pkgver}-src/output/build"
-
-  # Tomcat general files
-  install -dm755 ${pkgdir}/usr/share/{,java/}${pkgname}
-  # commons-daemon and tomcat-natives are packaged on their own
-  rm bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
-  cp -r bin ${pkgdir}/usr/share/${pkgname}
-
-  # eclipse-ecj is packaged on its own
-  rm lib/eclipse-ecj.jar
-  install -m644 lib/* ${pkgdir}/usr/share/java/${pkgname}
-  ln -s ../eclipse-ecj.jar ${pkgdir}/usr/share/java/${pkgname}/eclipse-ecj.jar
-
-  # Provided by previous packages
-  rm ${pkgdir}/usr/share/java/${pkgname}/servlet-api.jar
-  ln -s 
/usr/share/java/servlet${_servletver}-tomcat/servlet-api-${_servletver}.jar \
-${pkgdir}/usr/share/java/$

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

2013-07-08 Thread Guillaume Alaux
Date: Monday, July 8, 2013 @ 22:40:53
  Author: guillaume
Revision: 189831

Upstream release

Modified:
  tomcat7/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 20:27:27 UTC (rev 189830)
+++ PKGBUILD2013-07-08 20:40:53 UTC (rev 189831)
@@ -1,7 +1,7 @@
 # Maintainer: Guillaume ALAUX 
 pkgbase=tomcat7
 pkgname=('java-servlet3.0-tomcat' 'java-jsp2.2-tomcat' 'tomcat7')
-pkgver=7.0.41
+pkgver=7.0.42
 pkgrel=1
 arch=('any')
 url='http://tomcat.apache.org/'
@@ -13,8 +13,8 @@
 systemd_tmpfiles.d_tomcat7.conf
 tomcat7.install)
 
-sha256sums=('283a80c5be1a1eda9fc8864b11dcd026ba3bf2433b0d8377a4da4c2536a07ea6'
-'a4a4759626433995cffba39e92152f921dde138b4502e9ac2dd08be83b472740'
+sha256sums=('5dbc2194b894de0b620752f18f5dc69901627f49b87d9dfb5951750bb9c20c72'
+'c163f762d7180fc259cc0d8d96e6e05a53b7ffb0120cb2086d6dfadd991c36df'
 '6b3d9711319165c331b827cba40cb788c0d1ea60fd181a56b8da4ca41e2d2930'
 '4bfeb2f4462547bf15cb2b72db545c0531c70f8640fa79344d520ceea6812a93'
 '4db469bcbcfb043c63ce3db0412997552861ea0f9c09d8825808570ed75aa27b')



[arch-commits] Commit in java7-openjdk/repos (40 files)

2013-07-08 Thread Guillaume Alaux
Date: Monday, July 8, 2013 @ 22:27:27
  Author: guillaume
Revision: 189830

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

Added:
  java7-openjdk/repos/extra-i686/PKGBUILD
(from rev 189829, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
(from rev 189829, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile
(from rev 189829, java7-openjdk/trunk/jdk7-openjdk.profile)
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile.csh
(from rev 189829, java7-openjdk/trunk/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
(from rev 189829, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
(from rev 189829, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile
(from rev 189829, java7-openjdk/trunk/jre7-openjdk.profile)
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile.csh
(from rev 189829, java7-openjdk/trunk/jre7-openjdk.profile.csh)
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
(from rev 189829, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
  java7-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 189829, java7-openjdk/trunk/PKGBUILD)
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
(from rev 189829, java7-openjdk/trunk/fontconfig-paths.diff)
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile
(from rev 189829, java7-openjdk/trunk/jdk7-openjdk.profile)
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile.csh
(from rev 189829, java7-openjdk/trunk/jdk7-openjdk.profile.csh)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
(from rev 189829, java7-openjdk/trunk/jre7-openjdk-headless.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
(from rev 189829, java7-openjdk/trunk/jre7-openjdk.install)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile
(from rev 189829, java7-openjdk/trunk/jre7-openjdk.profile)
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile.csh
(from rev 189829, java7-openjdk/trunk/jre7-openjdk.profile.csh)
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff
(from rev 189829, java7-openjdk/trunk/openjdk7_nonreparenting-wm.diff)
Deleted:
  java7-openjdk/repos/extra-i686/01_fix_openjdk_cmds_path.diff
  java7-openjdk/repos/extra-i686/02_fix_corba_cmds_path.diff
  java7-openjdk/repos/extra-i686/PKGBUILD
  java7-openjdk/repos/extra-i686/fontconfig-paths.diff
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile
  java7-openjdk/repos/extra-i686/jdk7-openjdk.profile.csh
  java7-openjdk/repos/extra-i686/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-i686/jre7-openjdk.install
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile
  java7-openjdk/repos/extra-i686/jre7-openjdk.profile.csh
  java7-openjdk/repos/extra-i686/openjdk7_nonreparenting-wm.diff
  java7-openjdk/repos/extra-x86_64/01_fix_openjdk_cmds_path.diff
  java7-openjdk/repos/extra-x86_64/02_fix_corba_cmds_path.diff
  java7-openjdk/repos/extra-x86_64/PKGBUILD
  java7-openjdk/repos/extra-x86_64/fontconfig-paths.diff
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile
  java7-openjdk/repos/extra-x86_64/jdk7-openjdk.profile.csh
  java7-openjdk/repos/extra-x86_64/jre7-openjdk-headless.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.install
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile
  java7-openjdk/repos/extra-x86_64/jre7-openjdk.profile.csh
  java7-openjdk/repos/extra-x86_64/openjdk7_nonreparenting-wm.diff

--+
 /PKGBUILD|  694 +
 /fontconfig-paths.diff   |  268 +
 /jdk7-openjdk.profile|2 
 /jdk7-openjdk.profile.csh|2 
 /jre7-openjdk-headless.install   |   22 
 /jre7-openjdk.install|   36 +
 /jre7-openjdk.profile|8 
 /jre7-openjdk.profile.csh|8 
 /openjdk7_nonreparenting-wm.diff |  116 
 extra-i686/01_fix_openjdk_cmds_path.diff |   39 -
 extra-i686/02_fix_corba_cmds_path.diff   |   32 -
 extra-i686/PKGBUILD  |  353 
 extra-i686/fontconfig-paths.diff |  134 
 extra-i686/jdk7-openjdk.profile  |1 
 extra-i686/jdk7-openjdk.profile.csh  |1 
 extra-i686/jre7-openjdk-headless.install |   11 
 extra-i686/jre7-openjdk.install  |   18 
 extra-i686/jre7-openjdk.profile  |4 
 extra-i686/jre7-openjdk.profile.csh  |4 
 extra-i686/openjdk7_nonreparenting-wm.diff   |   58 --
 extra-x86_64/01_fix_openjdk_cmds_path.diff   |   39 -
 extra-x86_64/02_fix_corba_cmds_path.diff |   32 -
 extra-x86_64/PKGBUILD|  353 

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

2013-07-08 Thread Guillaume Alaux
Date: Monday, July 8, 2013 @ 22:24:14
  Author: guillaume
Revision: 189829

Upstream release

Modified:
  java7-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 20:09:36 UTC (rev 189828)
+++ PKGBUILD2013-07-08 20:24:14 UTC (rev 189829)
@@ -8,17 +8,17 @@
 pkgbase=java7-openjdk
 _java_ver=7
 _updatever=u40
-_icedtea_ver=2.4.0
+_icedtea_ver=2.4.1
 
 # check "${srcdir}/icedtea-${_icedtea_ver}"/Makefile.am
-_CORBA_CHANGESET=71d5ec2f3dfb
-_JAXP_CHANGESET=5eaf3bca7f68
-_JAXWS_CHANGESET=9d2007a13c02
-_JDK_CHANGESET=29ce11184945
-_LANGTOOLS_CHANGESET=ffb1b6bc4750
-_OPENJDK_CHANGESET=9c74cb4a3ae8
+_CORBA_CHANGESET=23ae4e0e0cce
+_JAXP_CHANGESET=5be6b670d08b
+_JAXWS_CHANGESET=c0e48fdfb695
+_JDK_CHANGESET=65d95818d79e
+_LANGTOOLS_CHANGESET=91c95fd8eea8
+_OPENJDK_CHANGESET=ae86c6974e8e
 
-_HOTSPOT_CHANGESET=c67fd7874b1a # see 
"${srcdir}/icedtea-${_icedtea_ver}"/hotspot.map
+_HOTSPOT_CHANGESET=5f53e7717116 # see 
"${srcdir}/icedtea-${_icedtea_ver}"/hotspot.map
 
 _bootstrap=0 # 0/1 for quick build or full bootstrap
 
@@ -48,14 +48,14 @@
 jdk7-openjdk.profile.csh
 jre7-openjdk.profile
 jre7-openjdk.profile.csh)
-sha256sums=('be030583f0216151bd4b67b354085bf957b532d7bd2d67f14166bb6a1fc5497a'
-'4adfde4b056ea8f35b639156c7cad8bac140ba7957ea8ce49b440089babc6579'
-'0191c678935dac77c0ad085bedb59e6bcc93e0712c3a4ef2b7171562e129807c'
-'25bb13db8a426c2d84e13eed0d598c88c447af41de3f678a70680897c38083fd'
-'4cff8300b4c23e9327607f7c09295a99ef7d1032d8397429c7879ba489d14456'
-'13024c623bb37c4d44cb3b724876d7827924868fb8f94428faa87ddb11492352'
-'80cbe75f7c268e97619e8007f8d29ecbbb7584062c1286c8b470f875526028f3'
-'34e60aba6db2f7a5cac7861058db283bd1edcdd9194a5490114cf76edd71696d'
+sha256sums=('65142e19ee14c28106345b30b6181f5a4926dd20be599c536d778e31a8a5812a'
+'f9f2925af3eac91ec4b0389b5316f840239558048569db2193b9e2ae34ffe32a'
+'618bb237f262a4a703edb88bd873fd80fe33d7fb07b8a113bfc701227b748395'
+'df2d15089890a7565b0dd89f867d7b2931839652d29029d63f8201358b0ecd34'
+'972de06b968a6da85b1d9216c5617325135fc63c90ffb5e1d7721dce5843b037'
+'97edcd78d316f33a43278c5549cb58a06f67305b63ad51b7c1a1fca7c45c6432'
+'6ff5cdcca8184526a5928bb8ff0bcc38b897d463559cc9f2b10e439931a8f561'
+'f2cfd6da6ff85dff4e6f5d40e21bc48cf15325bcd69d6c36e8f27e1fca74bd42'
 '9ad943ceb3dbcdf45d72974fc3667886a7ed65c69ab9abc17be5412827551a7f'
 'fd615f476ef17853ae55b7aee3c92b6738f9ea584e915749b1caa7fdc5ff9ca4'
 'bd55299e08e6f8e61ba5baad0990170891801a29a1e8137e502b5e8a10fc37ea'



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

2013-07-08 Thread Eric Bélanger
Date: Monday, July 8, 2013 @ 22:02:44
  Author: eric
Revision: 93722

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

Added:
  electricsheep/repos/community-staging-i686/
  electricsheep/repos/community-staging-i686/PKGBUILD
(from rev 93721, electricsheep/trunk/PKGBUILD)
  electricsheep/repos/community-staging-x86_64/
  electricsheep/repos/community-staging-x86_64/PKGBUILD
(from rev 93721, electricsheep/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   59 
 community-staging-x86_64/PKGBUILD |   59 
 2 files changed, 118 insertions(+)

Copied: electricsheep/repos/community-staging-i686/PKGBUILD (from rev 93721, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 20:02:44 UTC (rev 93722)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=9
+pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
+arch=('i686' 'x86_64')
+url="http://community.electricsheep.org/";
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=r125
+  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
+  _svnmod="${pkgname}-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's/wx-config/wx-config-2.9/g' configure.ac
+  sed -i -e 's/AM_PROG_CC_STDC/AC_PROG_CC/' configure.ac
+  sed -i '12 i\
+#include ' Common/Singleton.h
+  mkdir m4
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  CPPFLAGS+="-I/usr/include/lua5.1" ./configure --prefix=/usr
+  sed -i 's|-I /usr/include/libavutil||' MSVC/SettingsGUI/Makefile 
+  make CXXFLAGS+="-DUSE_NEW_FFMPEG_API=1" GLEE_LIBS="-lGLee" 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 menu-entries/ElectricSheep.desktop.kde 
"${pkgdir}/usr/share/kde4/services/ScreenSavers/electricsheep.desktop"
+  install -D -m644 Runtime/logo.png 
"${pkgdir}/usr/share/icons/electricsheep.png"
+}

Copied: electricsheep/repos/community-staging-x86_64/PKGBUILD (from rev 93721, 
electricsheep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-08 20:02:44 UTC (rev 93722)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=electricsheep
+pkgver=2.7b33
+pkgrel=9
+pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
+arch=('i686' 'x86_64')
+url="http://community.electricsheep.org/";
+license=('GPL')
+depends=('curl' 'flam3' 'ffmpeg' 'wxgtk2.9' 'lua51' 'libgtop' 'boost-libs' 
'freeglut' 'glee')
+makedepends=('boost' 'mesa' 'glu' 'tinyxml')
+optdepends=('xscreensaver: to use electricsheep with xscreensaver')
+options=('!emptydirs')
+source=(ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('d86607d97accad8519df2a21d67253abe45f5fdd'
+  'fda3aae435507d03973f0c4d1ed3509067657f06')
+
+# source PKGBUILD && mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo "svn not found. Install subversion." && 
return 1)
+  _svnver=r125
+  _svntrunk="http://electricsheep.googlecode.com/svn/trunk/client_generic";
+  _svnmod="${pkgname}-${pkgver}"
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  (cd ${pkgname}-${pkgver} ; rm -r boost Build_guides curlTest ffmpeg 
InstallerMSVC \
+Launcher libpng libxml lua5.1 MacBuild RuntimeMSVC wxConfig)
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz

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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 22:09:16
  Author: tpowa
Revision: 189827

upgpkg: qemu 1.5.1-2

removed broken gtk support

Modified:
  qemu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 19:11:43 UTC (rev 189826)
+++ PKGBUILD2013-07-08 20:09:16 UTC (rev 189827)
@@ -2,16 +2,16 @@
 # Maintainer: Tobias Powalowski 
 pkgname=qemu
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation."
 arch=('i686' 'x86_64')
 license=('GPL2' 'LGPL2.1')
 url="http://wiki.qemu.org/Index.html";
-makedepends=('texi2html' 'perl' 'python2' 'gtk3' 'vte3')
+makedepends=('texi2html' 'perl' 'python2')
 depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
  'gnutls>=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
  'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
- 'libiscsi' 'gtk3' 'vte3')
+ 'libiscsi')
 backup=('etc/qemu/target-x86_64.conf')
 install=qemu.install
 source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
@@ -21,11 +21,12 @@
 
 build ()
 {
-  cd "${srcdir}/${pkgname}-${pkgver}"  
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # gtk gui breaks keymappings at the moment
   ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list='pa alsa sdl'\
   --python=/usr/bin/python2 --smbd=/usr/bin/smbd \
-  --enable-docs --enable-mixemu --libexecdir=/usr/lib/qemu \
-  --enable-gtk --with-gtkabi=3.0 --enable-linux-aio 
--enable-seccomp
+  --enable-mixemu --libexecdir=/usr/lib/qemu \
+  --disable-gtk --enable-linux-aio --enable-seccomp
   make
 }
 



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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 22:09:36
  Author: tpowa
Revision: 189828

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

Added:
  qemu/repos/testing-i686/65-kvm.rules
(from rev 189827, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-i686/PKGBUILD
(from rev 189827, qemu/trunk/PKGBUILD)
  qemu/repos/testing-i686/qemu.install
(from rev 189827, qemu/trunk/qemu.install)
  qemu/repos/testing-x86_64/65-kvm.rules
(from rev 189827, qemu/trunk/65-kvm.rules)
  qemu/repos/testing-x86_64/PKGBUILD
(from rev 189827, qemu/trunk/PKGBUILD)
  qemu/repos/testing-x86_64/qemu.install
(from rev 189827, qemu/trunk/qemu.install)
Deleted:
  qemu/repos/testing-i686/65-kvm.rules
  qemu/repos/testing-i686/PKGBUILD
  qemu/repos/testing-i686/qemu.install
  qemu/repos/testing-x86_64/65-kvm.rules
  qemu/repos/testing-x86_64/PKGBUILD
  qemu/repos/testing-x86_64/qemu.install

-+
 /65-kvm.rules   |4 +
 /PKGBUILD   |  110 ++
 /qemu.install   |   46 +
 testing-i686/65-kvm.rules   |2 
 testing-i686/PKGBUILD   |   54 
 testing-i686/qemu.install   |   23 
 testing-x86_64/65-kvm.rules |2 
 testing-x86_64/PKGBUILD |   54 
 testing-x86_64/qemu.install |   23 
 9 files changed, 160 insertions(+), 158 deletions(-)

Deleted: testing-i686/65-kvm.rules
===
--- testing-i686/65-kvm.rules   2013-07-08 20:09:16 UTC (rev 189827)
+++ testing-i686/65-kvm.rules   2013-07-08 20:09:36 UTC (rev 189828)
@@ -1,2 +0,0 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"
-KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess"

Copied: qemu/repos/testing-i686/65-kvm.rules (from rev 189827, 
qemu/trunk/65-kvm.rules)
===
--- testing-i686/65-kvm.rules   (rev 0)
+++ testing-i686/65-kvm.rules   2013-07-08 20:09:36 UTC (rev 189828)
@@ -0,0 +1,2 @@
+KERNEL=="kvm", GROUP="kvm", MODE="0660"
+KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess"

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-07-08 20:09:16 UTC (rev 189827)
+++ testing-i686/PKGBUILD   2013-07-08 20:09:36 UTC (rev 189828)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=qemu
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="A generic and open source processor emulator which achieves a good 
emulation speed by using dynamic translation."
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url="http://wiki.qemu.org/Index.html";
-makedepends=('texi2html' 'perl' 'python2' 'gtk3' 'vte3')
-depends=('pixman' 'libjpeg' 'libpng' 'sdl' 'alsa-lib' 'nss' 'glib2'
- 'gnutls>=2.4.1' 'bluez-libs' 'vde2' 'util-linux' 'curl' 'libsasl'
- 'libgl' 'libpulse' 'seabios' 'libcap-ng' 'libaio' 'libseccomp'
- 'libiscsi' 'gtk3' 'vte3')
-backup=('etc/qemu/target-x86_64.conf')
-install=qemu.install
-source=(http://wiki.qemu.org/download/${pkgname}-${pkgver}.tar.bz2
-65-kvm.rules)
-replaces=('qemu-kvm')
-options=(!strip)
-
-build ()
-{
-  cd "${srcdir}/${pkgname}-${pkgver}"  
-  ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list='pa alsa sdl'\
-  --python=/usr/bin/python2 --smbd=/usr/bin/smbd \
-  --enable-docs --enable-mixemu --libexecdir=/usr/lib/qemu \
-  --enable-gtk --with-gtkabi=3.0 --enable-linux-aio 
--enable-seccomp
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" libexecdir="/usr/lib/qemu" install
-  rm "${pkgdir}/usr/share/qemu/bios.bin"
-
-  install -D -m644 "${srcdir}/65-kvm.rules" \
-   "${pkgdir}/usr/lib/udev/rules.d/65-kvm.rules"
-  # bridge_helper needs suid
-  # https://bugs.archlinux.org/task/32565
-  chmod u+s "${pkgdir}/usr/lib/qemu/qemu-bridge-helper"
-  # add sample config
-  echo "allow br0" > ${pkgdir}/etc/qemu/bridge.conf.sample
-  # strip scripts directory
-find "${pkgdir}/usr/src/linux-${_kernver}/scripts"  -type f -perm -u+w 
2>/dev/null | while read binary ; do
-  case "$(file -bi "$binary")" in
-*application/x-executable*) # Binaries
-/usr/bin/strip $STRIP_BINARIES "$binary";;
-  esac
-done
-
-}
-md5sums=('b56e73bdcfdb214d5c68e13111aca96f'
- '9d6de26867a05c306157e3d3c612b28a')

Copied: qemu/repos/testing-i686/PKGBUILD (from rev 189827, qemu/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-08 20:09:36 UTC (rev 189828)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=qemu
+pkgver=1.5.1
+pkgrel=2
+pkgdesc="A generic and open source processor emulator which achieves a good 
emulation speed by usin

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

2013-07-08 Thread Eric Bélanger
Date: Monday, July 8, 2013 @ 22:02:06
  Author: eric
Revision: 93721

upgpkg: electricsheep 2.7b33-9

Rebuilt against boost 1.54.0

Modified:
  electricsheep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 19:41:17 UTC (rev 93720)
+++ PKGBUILD2013-07-08 20:02:06 UTC (rev 93721)
@@ -3,7 +3,7 @@
 
 pkgname=electricsheep
 pkgver=2.7b33
-pkgrel=8
+pkgrel=9
 pkgdesc="A screensaver that realize the collective dream of sleeping computers 
from all over the internet"
 arch=('i686' 'x86_64')
 url="http://community.electricsheep.org/";



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

2013-07-08 Thread Jelle van der Waa
Date: Monday, July 8, 2013 @ 21:41:17
  Author: jelle
Revision: 93720

upgpkg: python-pyopencl 2013.1-1

boost 1.54 rebuild

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 19:32:33 UTC (rev 93719)
+++ PKGBUILD2013-07-08 19:41:17 UTC (rev 93720)
@@ -3,16 +3,16 @@
 
 pkgbase=python-pyopencl
 pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2012.1
-pkgrel=8
+pkgver=2013.1
+pkgrel=1
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
 arch=('i686' 'x86_64')
 url="http://mathema.tician.de/software/pyopencl";
 license=('custom')
-makedepends=('ctags' 'python2-distribute' 'python-distribute' 'libcl' 
'opencl-headers' 'mesa' 'boost>=1.53.0' 'python2-mako' 'python-mako' 
'python-numpy' 'python2-numpy')
+makedepends=('boost-libs' 'ctags' 'python2-distribute' 'python-distribute' 
'libcl' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 'python-mako' 
'python-numpy' 'python2-numpy')
 
source=("http://pypi.python.org/packages/source/p/pyopencl/pyopencl-${pkgver}.tar.gz";
 'LICENSE.txt')
-sha1sums=('ef2460d5e9b883d8afe0ec47863a243b6f8ac7ff'
+sha1sums=('76331c9042d0286c7c722407dec0fb975a6b340c'
   '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
 
 build() {
@@ -25,37 +25,37 @@
python3 setup.py build
 
cd "$srcdir/pyopencl-$pkgver-python2"
-   python2 ./configure.py --cl-enable-gl --no-use-shipped-boost
+   python2 ./configure.py --cl-enable-gl --no-use-shipped-boost 
--boost-python-libname=boost_python
python2 setup.py build
 }
 
 package_python-pyopencl() {
-   depends=('libcl' 'opencl-headers' 'mesa' 'boost' 'python' 'python-numpy' 
'python-mako' 'python-pytools' 'pyopencl-headers')
+   depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python' 
'python-numpy' 'python-mako' 'python-pytools' 'pyopencl-headers')
 
cd "${srcdir}/pyopencl-${pkgver}"
python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
 
rm -fr "${pkgdir}"/usr/include
 
-   install -D -m644 ../LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+   install -D -m644 $srcdir/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_python2-pyopencl() {
-   depends=('libcl' 'opencl-headers' 'mesa' 'boost' 'python2' 'python2-numpy' 
'python2-mako' 'python2-pytools' 'pyopencl-headers')
+   depends=('libcl' 'opencl-headers' 'mesa' 'boost-libs' 'python2' 
'python2-numpy' 'python2-mako' 'python2-pytools' 'pyopencl-headers')
 
cd "${srcdir}/pyopencl-${pkgver}-python2"
python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
 
-   rm -fr "${pkgdir}"/usr/include
+rm -fr "${pkgdir}"/usr/include/
 
-   install -D -m644 ../LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+   install -D -m644 $srcdir/LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_pyopencl-headers() {
-   cd "${srcdir}/pyopencl-${pkgver}"
+   cd "${srcdir}/pyopencl-${pkgver}/"
install -dm755 "${pkgdir}"/usr/include/pyopencl
 
-   for file in pyopencl-bessel-j.cl pyopencl-cephes.cl pyopencl-airy.cl 
pyopencl-ranluxcl.cl pyopencl-complex.h; do
-  install -m644 src/cl/${file} "${pkgdir}"/usr/include/pyopencl
+  for file in pyopencl-airy.cl  pyopencl-bessel-j.cl  pyopencl-bessel-y.cl  
pyopencl-complex.h  pyopencl-eval-tbl.cl  pyopencl-ranluxcl.cl; do
+  install -m644 pyopencl/cl/${file} "${pkgdir}"/usr/include/pyopencl
done
 }



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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 21:32:33
  Author: arodseth
Revision: 93719

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

Added:
  unetbootin/repos/community-i686/PKGBUILD
(from rev 93718, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
(from rev 93718, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-i686/unetbootin.install
(from rev 93718, unetbootin/trunk/unetbootin.install)
  unetbootin/repos/community-x86_64/PKGBUILD
(from rev 93718, unetbootin/trunk/PKGBUILD)
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
(from rev 93718, unetbootin/trunk/org.archlinux.pkexec.unetbootin.policy)
  unetbootin/repos/community-x86_64/unetbootin.install
(from rev 93718, unetbootin/trunk/unetbootin.install)
Deleted:
  unetbootin/repos/community-i686/PKGBUILD
  unetbootin/repos/community-i686/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-i686/unetbootin.install
  unetbootin/repos/community-x86_64/PKGBUILD
  unetbootin/repos/community-x86_64/org.archlinux.pkexec.unetbootin.policy
  unetbootin/repos/community-x86_64/unetbootin.install

-+
 /PKGBUILD   |   94 ++
 /unetbootin.install |   32 +++
 community-i686/PKGBUILD |   47 -
 community-i686/unetbootin.install   |   16 -
 community-x86_64/PKGBUILD   |   47 -
 community-x86_64/unetbootin.install |   16 -
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 19:32:18 UTC (rev 93718)
+++ community-i686/PKGBUILD 2013-07-08 19:32:33 UTC (rev 93719)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Det 
-# Contributor: Godane aka Christopher Rogers 
-# Contributor: Michai Coman 
-
-pkgname=unetbootin
-pkgver=584
-pkgrel=1
-arch=('x86_64' 'i686')
-license=('GPL')
-pkgdesc='Create bootable Live USB drives'
-url='http://unetbootin.sourceforge.net/'
-depends=('syslinux' 'p7zip' 'qt4' 'mtools' 'polkit' 'guisu')
-optdepends=('polkit-gnome: to run unetbootin directly from menu')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz";
-'org.archlinux.pkexec.unetbootin.policy')
-sha256sums=('fee4b100dd4a4c87cd0a174ab8870b13be83d9f2fcbb69ee7cb2ac69e855f2b6'
-'4de02f754f86707c92d20b1c7cfda323893d3d4ed54047b06c036588e677a87c')
-
-build() {
-  cd "$srcdir"
-  
-  msg2 'Compiling...'
-  ./build-nostatic 1> output.log 2> error.log
-}
-
-package() {
-  cd "$srcdir"
-
-  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname.elf"
-  ln -s /usr/bin/guisu "$pkgdir/usr/bin/$pkgname"
-
-  mkdir -p "$pkgdir/usr/share/$pkgname"
-  install -m644 "$pkgname"_*.qm "$pkgdir/usr/share/$pkgname/"
-  install -Dm644 "$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  for i in 16 22 24 32 48 256; do
-install -D "${pkgname}_${i}.png" \
-  "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png"
-  done
-  install -Dm644 'org.archlinux.pkexec.unetbootin.policy' \
-"$pkgdir/usr/share/polkit-1/actions/org.archlinux.pkexec.unetbootin.policy"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: unetbootin/repos/community-i686/PKGBUILD (from rev 93718, 
unetbootin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 19:32:33 UTC (rev 93719)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Det 
+# Contributor: Godane aka Christopher Rogers 
+# Contributor: Michai Coman 
+
+pkgname=unetbootin
+pkgver=585
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL')
+pkgdesc='Create bootable Live USB drives'
+url='http://unetbootin.sourceforge.net/'
+depends=('syslinux' 'p7zip' 'qt4' 'mtools' 'polkit' 'guisu')
+optdepends=('polkit-gnome: to run unetbootin directly from menu')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz";
+'org.archlinux.pkexec.unetbootin.policy')
+sha256sums=('63ee0459045c955b1ac7a6ae35be80363556e0f169565b29235e67b708ac9ccb'
+'4de02f754f86707c92d20b1c7cfda323893d3d4ed54047b06c036588e677a87c')
+
+build() {
+  cd "$srcdir"
+  
+  msg2 'Compiling...'
+  ./build-nostatic 1> output.log 2> error.log
+}
+
+package() {
+  cd "$srcdir"
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname.elf"
+  ln -s /usr/bin/guisu "$pkgdir/usr/bin/$pkgname"
+
+  mkdir -p "$pkgdir/usr/share/$pkgname"
+  install -m644 "$pkgname"_*.qm "$pkgdir/usr/share/$pkgname/"
+  install -Dm644 "$pkgname.desktop" \
+"$pkgdir/usr/sha

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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 21:32:18
  Author: arodseth
Revision: 93718

upgpkg: unetbootin 585-1

Modified:
  unetbootin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 18:54:27 UTC (rev 93717)
+++ PKGBUILD2013-07-08 19:32:18 UTC (rev 93718)
@@ -5,7 +5,7 @@
 # Contributor: Michai Coman 
 
 pkgname=unetbootin
-pkgver=584
+pkgver=585
 pkgrel=1
 arch=('x86_64' 'i686')
 license=('GPL')
@@ -16,7 +16,7 @@
 install=$pkgname.install
 
source=("http://downloads.sourceforge.net/project/$pkgname/UNetbootin/$pkgver/$pkgname-source-$pkgver.tar.gz";
 'org.archlinux.pkexec.unetbootin.policy')
-sha256sums=('fee4b100dd4a4c87cd0a174ab8870b13be83d9f2fcbb69ee7cb2ac69e855f2b6'
+sha256sums=('63ee0459045c955b1ac7a6ae35be80363556e0f169565b29235e67b708ac9ccb'
 '4de02f754f86707c92d20b1c7cfda323893d3d4ed54047b06c036588e677a87c')
 
 build() {



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

2013-07-08 Thread Eric Bélanger
Date: Monday, July 8, 2013 @ 21:11:43
  Author: eric
Revision: 189826

archrelease: copy trunk to extra-any

Added:
  quodlibet/repos/extra-any/PKGBUILD
(from rev 189825, quodlibet/trunk/PKGBUILD)
  quodlibet/repos/extra-any/quodlibet.install
(from rev 189825, quodlibet/trunk/quodlibet.install)
Deleted:
  quodlibet/repos/extra-any/PKGBUILD
  quodlibet/repos/extra-any/quodlibet.install

---+
 PKGBUILD  |  120 ++--
 quodlibet.install |   22 -
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-08 19:11:25 UTC (rev 189825)
+++ PKGBUILD2013-07-08 19:11:43 UTC (rev 189826)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=quodlibet
-pkgname=('quodlibet' 'quodlibet-plugins')
-pkgver=3.0.0
-pkgrel=1
-arch=('any')
-license=('GPL2')
-url="http://code.google.com/p/quodlibet/";
-makedepends=('python2' 'intltool')
-options=('!makeflags')
-source=(https://quodlibet.googlecode.com/files/$pkgbase-$pkgver.tar.gz
-https://quodlibet.googlecode.com/files/$pkgbase-plugins-$pkgver.tar.gz)
-sha1sums=('4fc3e33d3c0bf09ef464415e30f50a7ec33ca5c4'
-  '220487004357a4a70b9fcdfd08c6315319b59554')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  sed -i 's/env python/env python2/' exfalso.py quodlibet.py \
-../${pkgbase}-plugins-${pkgver}/songsmenu/replaygain.py
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' operon.py 
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py build
-}
-
-package_quodlibet() {
-  pkgdesc="An audio library tagger, manager and player"
-  depends=('gtk3' 'python2-gobject' 'python2-dbus' 'mutagen' 
-   'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
-  'gnome-icon-theme')
-  optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
-  'gst-plugins-bad: for Musepack support'
-  'libgpod: for ipod support'
-  'python2-feedparser: for audio feeds (podcast) support'
-  'libkeybinder3: for the multimedia keys support'
-  'media-player-info: for media devices support')
-  install=quodlibet.install
-
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py install --prefix="${pkgdir}/usr"
-}
-
-package_quodlibet-plugins() {
-  pkgdesc="Various plugins for QuodLibet"
-  depends=('quodlibet')
-  optdepends=('cddb-py: for "CDDB Lookup" plugin'
-  'python2-musicbrainz2: for "MusicBrainz Lookup" plugin'
-  'python2-pyinotify: for "Automatic library update" plugin'
- 'kakasi: for "Kana/Kanji Simple Inverter" plugin'
- 'zeitgeist: for "Event Logging" plugin'
-  'gst-plugins-bad: for "Audio Pitch/Speed" plugin')
-
-  cd ${pkgbase}-plugins-${pkgver}
-  install -d "${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins"
-  cp -r editing events gstreamer playorder songsmenu 
"${pkgdir}/usr/lib/python2.7/site-packages/quodlibet/plugins"
-}

Copied: quodlibet/repos/extra-any/PKGBUILD (from rev 189825, 
quodlibet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-08 19:11:43 UTC (rev 189826)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=quodlibet
+pkgname=('quodlibet' 'quodlibet-plugins')
+pkgver=3.0.1
+pkgrel=1
+arch=('any')
+license=('GPL2')
+url="http://code.google.com/p/quodlibet/";
+makedepends=('python2' 'intltool')
+options=('!makeflags')
+source=(https://quodlibet.googlecode.com/files/$pkgbase-$pkgver.tar.gz
+https://quodlibet.googlecode.com/files/$pkgbase-plugins-$pkgver.tar.gz)
+sha1sums=('2bd0299663cc78b42c0721447f180c7c1a17047a'
+  '36d8882b12a687270d52ddb5ff256bec0b51eced')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed -i 's/env python/env python2/' exfalso.py quodlibet.py \
+../${pkgbase}-plugins-${pkgver}/songsmenu/replaygain.py
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' operon.py 
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py build
+}
+
+package_quodlibet() {
+  pkgdesc="An audio library tagger, manager and player"
+  depends=('gtk3' 'python2-gobject' 'python2-dbus' 'mutagen' 
+   'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
+  'gnome-icon-theme')
+  optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
+  'gst-plugins-bad: for Musepack support'
+  'libgpod: for ipod support'
+  'python2-feedparser: for audio feeds (podcast) support'
+  'libkeybinder3: for the multimedia keys support'
+  'media-player-info: for media devices support')
+  install=quodlibet.install
+
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --prefix="${pkgdir}/usr"
+}
+
+package_quodlibet-plugins() {
+  pkgdesc="Various plugins for QuodLibet"
+  depends=('quodlibet')
+  optdepends=('cddb-py: for "CDDB Looku

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

2013-07-08 Thread Eric Bélanger
Date: Monday, July 8, 2013 @ 21:11:25
  Author: eric
Revision: 189825

upgpkg: quodlibet 3.0.1-1

Upstream update

Modified:
  quodlibet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 16:53:47 UTC (rev 189824)
+++ PKGBUILD2013-07-08 19:11:25 UTC (rev 189825)
@@ -3,7 +3,7 @@
 
 pkgbase=quodlibet
 pkgname=('quodlibet' 'quodlibet-plugins')
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 arch=('any')
 license=('GPL2')
@@ -12,8 +12,8 @@
 options=('!makeflags')
 source=(https://quodlibet.googlecode.com/files/$pkgbase-$pkgver.tar.gz
 https://quodlibet.googlecode.com/files/$pkgbase-plugins-$pkgver.tar.gz)
-sha1sums=('4fc3e33d3c0bf09ef464415e30f50a7ec33ca5c4'
-  '220487004357a4a70b9fcdfd08c6315319b59554')
+sha1sums=('2bd0299663cc78b42c0721447f180c7c1a17047a'
+  '36d8882b12a687270d52ddb5ff256bec0b51eced')
 
 prepare() {
   cd ${pkgbase}-${pkgver}



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

2013-07-08 Thread Eric Bélanger
Date: Monday, July 8, 2013 @ 20:54:06
  Author: eric
Revision: 93716

upgpkg: youtube-dl 2013.07.08.1-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 18:14:36 UTC (rev 93715)
+++ PKGBUILD2013-07-08 18:54:06 UTC (rev 93716)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2013.06.34.4
+pkgver=2013.07.08.1
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python')
 makedepends=('python-distribute')
 
source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('85499b9b369e86082f822e7e75ab0ca1d3f28cc5'
+sha1sums=('8082aecddaf63dcc5f1076053c14b5e494a8a669'
   'SKIP')
 
 prepare() {



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

2013-07-08 Thread Eric Bélanger
Date: Monday, July 8, 2013 @ 20:54:27
  Author: eric
Revision: 93717

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-08 18:54:06 UTC (rev 93716)
+++ PKGBUILD2013-07-08 18:54:27 UTC (rev 93717)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2013.06.34.4
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python')
-makedepends=('python-distribute')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('85499b9b369e86082f822e7e75ab0ca1d3f28cc5'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
-"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 93716, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-08 18:54:27 UTC (rev 93717)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2013.07.08.1
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python')
+makedepends=('python-distribute')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('8082aecddaf63dcc5f1076053c14b5e494a8a669'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 20:14:36
  Author: arodseth
Revision: 93715

archrelease: copy trunk to community-any

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

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-08 18:14:22 UTC (rev 93714)
+++ PKGBUILD2013-07-08 18:14:36 UTC (rev 93715)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
-# Maintainer: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins-ci
-pkgver=1.520
-pkgrel=1
-pkgdesc='Extendable continuous integration server'
-arch=('any')
-url='http://jenkins-ci.org/'
-license=('MIT')
-depends=('java-runtime' 'ttf-dejavu' 'libcups')
-provides=('jenkins')
-conflicts=('jenkins')
-replaces=('jenkins')
-backup=('etc/conf.d/jenkins')
-install="$pkgname.install"
-noextract=('jenkins.war')
-source=("http://mirrors.jenkins-ci

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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 20:14:22
  Author: arodseth
Revision: 93714

upgpkg: jenkins-ci 1.522-1

Modified:
  jenkins-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 17:38:20 UTC (rev 93713)
+++ PKGBUILD2013-07-08 18:14:22 UTC (rev 93714)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins-ci
-pkgver=1.520
+pkgver=1.522
 pkgrel=1
 pkgdesc='Extendable continuous integration server'
 arch=('any')
@@ -22,7 +22,7 @@
 'jenkins.service'
 'jenkins.tmpfiles.d'
 'LICENSE')
-sha256sums=('108c2de5423797a8fa03c058451d6e40e64ebc9d08bce7dab8cf39370c9edaaf'
+sha256sums=('e227c291191b2554267b4b338ea34ef86a9aa42096928e42bebdf6e90cf3e314'
 '13b6e06de1dedff96bdb8e43f6830bbd954dc58df9d4ed5583693d2a6f8427f4'
 '23b748ae4c418bd1b98e33dd6bb55ad0d578803aecd26176998b759689b82e73'
 '0ccff16308b01b02f2699ea64a73b8dce1e1990ee1c656aa8d6119dee510262e'



[arch-commits] Commit in ninja-ide/repos/community-any (6 files)

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 19:38:20
  Author: bpiotrowski
Revision: 93713

archrelease: copy trunk to community-any

Added:
  ninja-ide/repos/community-any/PKGBUILD
(from rev 93712, ninja-ide/trunk/PKGBUILD)
  ninja-ide/repos/community-any/ninja-ide.desktop
(from rev 93712, ninja-ide/trunk/ninja-ide.desktop)
  ninja-ide/repos/community-any/ninja-ide.install
(from rev 93712, ninja-ide/trunk/ninja-ide.install)
Deleted:
  ninja-ide/repos/community-any/PKGBUILD
  ninja-ide/repos/community-any/ninja-ide.desktop
  ninja-ide/repos/community-any/ninja-ide.install

---+
 PKGBUILD  |   66 ++--
 ninja-ide.desktop |   20 +++
 ninja-ide.install |   22 -
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-08 17:38:08 UTC (rev 93712)
+++ PKGBUILD2013-07-08 17:38:20 UTC (rev 93713)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Angel Velásquez 
-# Contributor: helq 
-# Contributor: Jesus Jerez 
-# Contributor: DobleD 
-
-pkgname=ninja-ide
-pkgver=2.2
-pkgrel=1
-pkgdesc="Cross-platform IDE focused on Python application development"
-arch=('any')
-url="http://ninja-ide.org/";
-license=('GPL3')
-depends=('python2-distribute' 'python2-pyqt' 'python2-pyinotify')
-source=(https://github.com/ninja-ide/ninja-ide/archive/v$pkgver.zip
-ninja-ide.desktop)
-install=$pkgname.install
-sha256sums=('f44871cd722b008754b9625498721b7a72328db7df5875c38d8709f0abac0eee'
-'6cabe8ba0c1589feb4919f9de6e4b8bc0a692f5cb8c630f1e9c661aa19f22fdb')
-
-package() {
-  cd $pkgname-$pkgver
-
-  python2 setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 ninja_ide/img/icon.png \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ninja-ide/repos/community-any/PKGBUILD (from rev 93712, 
ninja-ide/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-08 17:38:20 UTC (rev 93713)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Angel Velásquez 
+# Contributor: helq 
+# Contributor: Jesus Jerez 
+# Contributor: DobleD 
+
+pkgname=ninja-ide
+pkgver=2.3
+pkgrel=1
+pkgdesc="Cross-platform IDE focused on Python application development"
+arch=('any')
+url="http://ninja-ide.org/";
+license=('GPL3')
+depends=('python2-distribute' 'python2-pyqt' 'python2-pyinotify')
+source=(https://github.com/ninja-ide/ninja-ide/archive/v$pkgver.zip
+ninja-ide.desktop)
+install=$pkgname.install
+sha256sums=('489fd2aede8fc16a1216a245e095f00865e0b91e8b0369f023041984f1b62a06'
+'6cabe8ba0c1589feb4919f9de6e4b8bc0a692f5cb8c630f1e9c661aa19f22fdb')
+
+package() {
+  cd $pkgname-$pkgver
+
+  python2 setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 ninja_ide/img/icon.png \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ninja-ide.desktop
===
--- ninja-ide.desktop   2013-07-08 17:38:08 UTC (rev 93712)
+++ ninja-ide.desktop   2013-07-08 17:38:20 UTC (rev 93713)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=Ninja IDE
-Comment=A Python IDE
-Exec=ninja-ide
-Icon=ninja-ide
-Terminal=false
-Type=Application
-Categories=Development;
-StartupNotify=true
-MimeType=application/x-python;application/x-ninja-ide;

Copied: ninja-ide/repos/community-any/ninja-ide.desktop (from rev 93712, 
ninja-ide/trunk/ninja-ide.desktop)
===
--- ninja-ide.desktop   (rev 0)
+++ ninja-ide.desktop   2013-07-08 17:38:20 UTC (rev 93713)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Ninja IDE
+Comment=A Python IDE
+Exec=ninja-ide
+Icon=ninja-ide
+Terminal=false
+Type=Application
+Categories=Development;
+StartupNotify=true
+MimeType=application/x-python;application/x-ninja-ide;

Deleted: ninja-ide.install
===
--- ninja-ide.install   2013-07-08 17:38:08 UTC (rev 93712)
+++ ninja-ide.install   2013-07-08 17:38:20 UTC (rev 93713)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: ninja-ide/repos/community-any/ninja-ide.install (from rev 93712, 
ninja-ide/trunk/ninja-ide.install)
===
--- ninja-ide.install   (rev 0)
+++ ninja-ide.install   2013-07-08 17:38:20 UTC (rev 93713)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q

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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 19:38:08
  Author: bpiotrowski
Revision: 93712

upgpkg: ninja-ide 2.3-1

- upstream release

Modified:
  ninja-ide/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 17:21:21 UTC (rev 93711)
+++ PKGBUILD2013-07-08 17:38:08 UTC (rev 93712)
@@ -6,7 +6,7 @@
 # Contributor: DobleD 
 
 pkgname=ninja-ide
-pkgver=2.2
+pkgver=2.3
 pkgrel=1
 pkgdesc="Cross-platform IDE focused on Python application development"
 arch=('any')
@@ -16,7 +16,7 @@
 source=(https://github.com/ninja-ide/ninja-ide/archive/v$pkgver.zip
 ninja-ide.desktop)
 install=$pkgname.install
-sha256sums=('f44871cd722b008754b9625498721b7a72328db7df5875c38d8709f0abac0eee'
+sha256sums=('489fd2aede8fc16a1216a245e095f00865e0b91e8b0369f023041984f1b62a06'
 '6cabe8ba0c1589feb4919f9de6e4b8bc0a692f5cb8c630f1e9c661aa19f22fdb')
 
 package() {



[arch-commits] Commit in c++-gtk-utils/repos (4 files)

2013-07-08 Thread Giovanni Scafora
Date: Monday, July 8, 2013 @ 19:21:21
  Author: giovanni
Revision: 93711

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

Added:
  c++-gtk-utils/repos/community-i686/PKGBUILD
(from rev 93710, c++-gtk-utils/trunk/PKGBUILD)
  c++-gtk-utils/repos/community-x86_64/PKGBUILD
(from rev 93710, c++-gtk-utils/trunk/PKGBUILD)
Deleted:
  c++-gtk-utils/repos/community-i686/PKGBUILD
  c++-gtk-utils/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 17:21:14 UTC (rev 93710)
+++ community-i686/PKGBUILD 2013-07-08 17:21:21 UTC (rev 93711)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-
-pkgname=c++-gtk-utils
-pkgver=2.0.17
-pkgrel=1
-pkgdesc="Classes and functions for programming in GTK+"
-arch=('i686' 'x86_64')
-url="http://cxx-gtk-utils.sourceforge.net/";
-license=('LGPL2.1')
-depends=('gtk3')
-options=('!libtool' '!docs' '!emptydirs')
-source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('2ce17c4d9f2cc669f67f0087479e278a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: c++-gtk-utils/repos/community-i686/PKGBUILD (from rev 93710, 
c++-gtk-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 17:21:21 UTC (rev 93711)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+
+pkgname=c++-gtk-utils
+pkgver=2.0.18
+pkgrel=1
+pkgdesc="Classes and functions for programming in GTK+"
+arch=('i686' 'x86_64')
+url="http://cxx-gtk-utils.sourceforge.net/";
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!libtool' '!docs' '!emptydirs')
+source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('446a8e0120d69639b1950c72bd545116')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --disable-rpath \
+  --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-08 17:21:14 UTC (rev 93710)
+++ community-x86_64/PKGBUILD   2013-07-08 17:21:21 UTC (rev 93711)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-
-pkgname=c++-gtk-utils
-pkgver=2.0.17
-pkgrel=1
-pkgdesc="Classes and functions for programming in GTK+"
-arch=('i686' 'x86_64')
-url="http://cxx-gtk-utils.sourceforge.net/";
-license=('LGPL2.1')
-depends=('gtk3')
-options=('!libtool' '!docs' '!emptydirs')
-source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('2ce17c4d9f2cc669f67f0087479e278a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-  --disable-rpath \
-  --disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: c++-gtk-utils/repos/community-x86_64/PKGBUILD (from rev 93710, 
c++-gtk-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-08 17:21:21 UTC (rev 93711)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+
+pkgname=c++-gtk-utils
+pkgver=2.0.18
+pkgrel=1
+pkgdesc="Classes and functions for programming in GTK+"
+arch=('i686' 'x86_64')
+url="http://cxx-gtk-utils.sourceforge.net/";
+license=('LGPL2.1')
+depends=('gtk3')
+options=('!libtool' '!docs' '!emptydirs')
+source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('446a8e0120d69639b1950c72bd545116')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --disable-rpath \
+  --disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in c++-gtk-utils/trunk (PKGBUILD)

2013-07-08 Thread Giovanni Scafora
Date: Monday, July 8, 2013 @ 19:21:14
  Author: giovanni
Revision: 93710

upgpkg: c++-gtk-utils 2.0.18-1

upstream release

Modified:
  c++-gtk-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 17:19:06 UTC (rev 93709)
+++ PKGBUILD2013-07-08 17:21:14 UTC (rev 93710)
@@ -2,7 +2,7 @@
 # Maintainer: Giovanni Scafora 
 
 pkgname=c++-gtk-utils
-pkgver=2.0.17
+pkgver=2.0.18
 pkgrel=1
 pkgdesc="Classes and functions for programming in GTK+"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 depends=('gtk3')
 options=('!libtool' '!docs' '!emptydirs')
 
source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('2ce17c4d9f2cc669f67f0087479e278a')
+md5sums=('446a8e0120d69639b1950c72bd545116')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 19:19:06
  Author: arodseth
Revision: 93709

boost todo

Modified:
  freeorion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 14:58:25 UTC (rev 93708)
+++ PKGBUILD2013-07-08 17:19:06 UTC (rev 93709)
@@ -8,7 +8,7 @@
 
 pkgname=freeorion
 pkgver=0.4.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Turn-based galactic conquest game inspired by Master of Orion'
 arch=('x86_64' 'i686')
 url='http://www.freeorion.org/'
@@ -26,36 +26,35 @@
 install=$pkgname.install
 source=("$pkgname.sh"
 
"$pkgname.png::https://a.fsdn.com/con/icons/fr/freeor...@sf.net/FO_Icon_256x256.png";
-"cmake_python.patch")
+"cmake_python.patch"
+
"$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/#revision=6142";)
 sha256sums=('111532e460aec847ff455ee67dd64f46e2fa5ceba39a0349d25a84b69c646eaf'
 'a6a253eed31b77b00bf4f721f4b1c6bbd95505b9e4b38b736101e551dd12ff5f'
-'3dbe8df9c3a4a0d6451f42727ebf9bcb21fed41a08d1181d1cf77ef4ab5ee81a')
-_svnrepo='https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/'
+'3dbe8df9c3a4a0d6451f42727ebf9bcb21fed41a08d1181d1cf77ef4ab5ee81a'
+'SKIP')
 _pyversion=2.7
-_revision=5771
 
+pkgver() {
+  cd "$pkgname"
+
+  svnversion | tr -d [A-z]
+}
+
+prepare() {
+  cd "$pkgname"
+
+  svn upgrade
+}
+
 build() {
   cd "$srcdir"
-  gendesk -n
+  gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc"
 
   #msg2 'Looking up revision from version number...'
   #_releaserevision=`curl --progress-bar -o- ${url}index.php/Compile | grep 
"$pkgver" | cut -d':' -f2 | cut -d' ' -f10 | tail -1`
-  #msg2 'The revision for the latest official release is $_releaserevision"
-  ## _revision=$_releaserevision
-  #msg2 "Compiling with revision $_revision"
 
-  msg2 "Checking out svn revision $_revision..."
-  if [[ -d "$pkgname/.svn" ]]; then
-(cd "$pkgname" && svn up -r "$_revision")
-  else
-svn co "$_svnrepo" --config-dir ./ -r "$_revision" "$pkgname"
-  fi
+  cd "$srcdir/$pkgname"
 
-  msg2 'Setting up build directory...'
-  rm -rf "$srcdir/$pkgname-build"
-  cp -r "$srcdir/$pkgname" "$srcdir/$pkgname-build"
-  cd "$srcdir/$pkgname-build"
-
   msg2 'CMake/Python fix...'
   patch -N -p1 -i "$srcdir/cmake_python.patch"
 
@@ -81,7 +80,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname"
 
   msg2 'Packaging documentation...'
   install -Dm644 loki_setup/README.txt \



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

2013-07-08 Thread Jan Steffens
Date: Monday, July 8, 2013 @ 18:53:47
  Author: heftig
Revision: 189824

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

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

-+
 /PKGBUILD   |   70 ++
 /gnome-terminal.install |   26 
 extra-i686/PKGBUILD |   35 -
 extra-i686/gnome-terminal.install   |   13 --
 extra-x86_64/PKGBUILD   |   35 -
 extra-x86_64/gnome-terminal.install |   13 --
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-08 16:52:35 UTC (rev 189823)
+++ extra-i686/PKGBUILD 2013-07-08 16:53:47 UTC (rev 189824)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gnome-terminal
-pkgver=3.8.3
-pkgrel=1
-pkgdesc="The GNOME Terminal Emulator"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(vte3 gsettings-desktop-schemas libsm dconf)
-makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils 
python2 gconf)
-optdepends=('gconf: settings migration when upgrading from older version')
-options=('!emptydirs' '!libtool')
-url="http://www.gnome.org";
-groups=('gnome')
-install=gnome-terminal.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b368a9220f9a50fecdb57ba8ce7008c65e3c236bc700325a45ecb806f3ab4651')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-terminal/repos/extra-i686/PKGBUILD (from rev 189823, 
gnome-terminal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-08 16:53:47 UTC (rev 189824)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-terminal
+pkgver=3.8.4
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(vte3 gsettings-desktop-schemas libsm dconf)
+makedepends=(gnome-doc-utils intltool itstool docbook-xsl desktop-file-utils 
python2 gconf)
+optdepends=('gconf: settings migration when upgrading from older version')
+options=('!emptydirs' '!libtool')
+url="http://www.gnome.org";
+groups=('gnome')
+install=gnome-terminal.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5c1a1db9b4c5eb5780137bed5ed6a05afd82053bd5b2ad41180d4617c56a3f22')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/gnome-terminal.install
===
--- extra-i686/gnome-terminal.install   2013-07-08 16:52:35 UTC (rev 189823)
+++ extra-i686/gnome-terminal.install   2013-07-08 16:53:47 UTC (rev 189824)
@@ -1,13 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-pre_upgrade() {
-  if [ -f /usr/share/gconf/schemas/gnome-terminal.schemas ]; then
-gconfpkg --uninstall gnome-terminal
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: gnome-terminal/repos/extra-i686/gnome-terminal.install (from rev 
189823, gnome-terminal/trunk/gnome-terminal.install)
===
--- extra-i686/gnome-terminal.install   (rev 0)
+++ extra-i686/gnome-terminal.install   2013-07-08 16:53:47 UTC (rev 189824)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+  if [ -f /usr/share/gconf/schemas/gnome-terminal.schemas ]; then
+gconfpkg --uninstall gnome-terminal
+  fi
+}
+
+post_upgrade() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/

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

2013-07-08 Thread Jan Steffens
Date: Monday, July 8, 2013 @ 18:52:35
  Author: heftig
Revision: 189823

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-08 16:51:30 UTC (rev 189822)
+++ extra-i686/PKGBUILD 2013-07-08 16:52:35 UTC (rev 189823)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.34.6
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3')
-url="http://www.gnome.org";
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('e1dcc30ec8df24ec5f7f100ca231ab96da0e560b0bfddec3617c962943d8f3f3')
-
-build() {
-  cd "vte-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection
-  make
-}
-
-package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd "vte-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/lib/vte/gnome-pty-helper
-}
-
-package_vte-common() {
-  pkgdesc="Common files used by vte and vte3"
-  depends=('glibc')
-  cd "vte-$pkgver"
-
-  make -C gnome-pty-helper DESTDIR="$pkgdir" install
-}

Copied: vte3/repos/extra-i686/PKGBUILD (from rev 189822, vte3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-08 16:52:35 UTC (rev 189823)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.34.7
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libtool' '!emptydirs')
+makedepends=('intltool' 'gobject-introspection' 'gtk3')
+url="http://www.gnome.org";
+source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
+sha256sums=('187e49cca574f548d04ceea701e95a1531ff9dd9cd1953ce6455824720dab932')
+
+build() {
+  cd "vte-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vte \
+  --localstatedir=/var --disable-static \
+  --enable-introspection
+  make
+}
+
+package_vte3(){
+  depends=('gtk3' 'vte-common')
+  cd "vte-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/usr/lib/vte/gnome-pty-helper
+}
+
+package_vte-common() {
+  pkgdesc="Common files used by vte and vte3"
+  depends=('glibc')
+  cd "vte-$pkgver"
+
+  make -C gnome-pty-helper DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-08 16:51:30 UTC (rev 189822)
+++ extra-x86_64/PKGBUILD   2013-07-08 16:52:35 UTC (rev 189823)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgbase=vte3
-pkgname=(vte3 vte-common)
-pkgver=0.34.6
-pkgrel=1
-pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
-arch=('i686' 'x86_64')
-license=('LGPL')
-options=('!libtool' '!emptydirs')
-makedepends=('intltool' 'gobject-introspection' 'gtk3')
-url="http://www.gnome.org";
-source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('e1dcc30ec8df24ec5f7f100ca231ab96da0e560b0bfddec3617c962943d8f3f3')
-
-build() {
-  cd "vte-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vte \
-  --localstatedir=/var --disable-static \
-  --enable-introspection
-  make
-}
-
-package_vte3(){
-  depends=('gtk3' 'vte-common')
-  cd "vte-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  rm "$pkgdir"/usr/lib/vte/gnome-pty-helper
-}
-
-package_vte-common() {
-  pkgdesc="Common files used by vte and vte3"
-  depends=('glibc')
-  cd "vte-$pkgver"
-
-  make -C gnome-pty-helper DESTDIR="$pkgdir" install
-}

Copied: vte3/repos/extra-x86_64/PKGBUILD (from rev 189822, vte3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-08 16:52:35 UTC (rev 189823)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgbase=vte3
+pkgname=(vte3 vte-common)
+pkgver=0.34.7
+pkgrel=1
+pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
+arch=('i686' 'x86_64')
+license=('LGPL')
+options=('!libt

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

2013-07-08 Thread Jan Steffens
Date: Monday, July 8, 2013 @ 18:51:30
  Author: heftig
Revision: 189822

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

Added:
  gtksourceview3/repos/extra-i686/PKGBUILD
(from rev 189821, gtksourceview3/trunk/PKGBUILD)
  gtksourceview3/repos/extra-x86_64/PKGBUILD
(from rev 189821, gtksourceview3/trunk/PKGBUILD)
Deleted:
  gtksourceview3/repos/extra-i686/PKGBUILD
  gtksourceview3/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 2013-07-08 16:50:35 UTC (rev 189821)
+++ extra-i686/PKGBUILD 2013-07-08 16:51:30 UTC (rev 189822)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.8.1
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade')
-options=('!libtool')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('f08005bfa5ecb71b05c4046d585ae072f084c90003b281a3ced8d882b96fe3cd')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd "$_pkgbasename-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview3/repos/extra-i686/PKGBUILD (from rev 189821, 
gtksourceview3/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-08 16:51:30 UTC (rev 189822)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.8.2
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+options=('!libtool')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('1c2a01f1e04e3c8c9f09ff22f34f73f17b0e4e7ff0d83b2996c209bd02a6501b')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd "$_pkgbasename-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-07-08 16:50:35 UTC (rev 189821)
+++ extra-x86_64/PKGBUILD   2013-07-08 16:51:30 UTC (rev 189822)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gtksourceview3
-_pkgbasename=gtksourceview
-pkgver=3.8.1
-pkgrel=1
-pkgdesc="A text widget adding syntax highlighting and more to GNOME"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3' 'libxml2')
-makedepends=('intltool' 'gobject-introspection' 'glade')
-options=('!libtool')
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('f08005bfa5ecb71b05c4046d585ae072f084c90003b281a3ced8d882b96fe3cd')
-
-build() {
-  cd "$_pkgbasename-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-glade-catalog
-  make
-}
-
-package() {
-  cd "$_pkgbasename-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: gtksourceview3/repos/extra-x86_64/PKGBUILD (from rev 189821, 
gtksourceview3/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-08 16:51:30 UTC (rev 189822)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gtksourceview3
+_pkgbasename=gtksourceview
+pkgver=3.8.2
+pkgrel=1
+pkgdesc="A text widget adding syntax highlighting and more to GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3' 'libxml2')
+makedepends=('intltool' 'gobject-introspection' 'glade')
+options=('!libtool')
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
+sha256sums=('1c2a01f1e04e3c8c9f09ff22f34f73f17b0e4e7ff0d83b2996c209bd02a6501b')
+
+build() {
+  cd "$_pkgbasename-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-glade-catalog
+  make
+}
+
+package() {
+  cd "$_pkgbasename-

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

2013-07-08 Thread Jan Steffens
Date: Monday, July 8, 2013 @ 18:50:35
  Author: heftig
Revision: 189821

3.8.4

Modified:
  gnome-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 16:48:38 UTC (rev 189820)
+++ PKGBUILD2013-07-08 16:50:35 UTC (rev 189821)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-terminal
-pkgver=3.8.3
+pkgver=3.8.4
 pkgrel=1
 pkgdesc="The GNOME Terminal Emulator"
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 groups=('gnome')
 install=gnome-terminal.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b368a9220f9a50fecdb57ba8ce7008c65e3c236bc700325a45ecb806f3ab4651')
+sha256sums=('5c1a1db9b4c5eb5780137bed5ed6a05afd82053bd5b2ad41180d4617c56a3f22')
 
 build() {
   cd $pkgname-$pkgver



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

2013-07-08 Thread Jan Steffens
Date: Monday, July 8, 2013 @ 18:48:38
  Author: heftig
Revision: 189820

0.34.7

Modified:
  vte3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 16:48:31 UTC (rev 189819)
+++ PKGBUILD2013-07-08 16:48:38 UTC (rev 189820)
@@ -3,7 +3,7 @@
 
 pkgbase=vte3
 pkgname=(vte3 vte-common)
-pkgver=0.34.6
+pkgver=0.34.7
 pkgrel=1
 pkgdesc="Virtual Terminal Emulator widget for use with GTK3"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'gobject-introspection' 'gtk3')
 url="http://www.gnome.org";
 source=(http://download.gnome.org/sources/vte/${pkgver::4}/vte-$pkgver.tar.xz)
-sha256sums=('e1dcc30ec8df24ec5f7f100ca231ab96da0e560b0bfddec3617c962943d8f3f3')
+sha256sums=('187e49cca574f548d04ceea701e95a1531ff9dd9cd1953ce6455824720dab932')
 
 build() {
   cd "vte-$pkgver"



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

2013-07-08 Thread Jan Steffens
Date: Monday, July 8, 2013 @ 18:48:31
  Author: heftig
Revision: 189819

3.8.2

Modified:
  gtksourceview3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 14:49:55 UTC (rev 189818)
+++ PKGBUILD2013-07-08 16:48:31 UTC (rev 189819)
@@ -3,7 +3,7 @@
 
 pkgname=gtksourceview3
 _pkgbasename=gtksourceview
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc="A text widget adding syntax highlighting and more to GNOME"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!libtool')
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz)
-sha256sums=('f08005bfa5ecb71b05c4046d585ae072f084c90003b281a3ced8d882b96fe3cd')
+sha256sums=('1c2a01f1e04e3c8c9f09ff22f34f73f17b0e4e7ff0d83b2996c209bd02a6501b')
 
 build() {
   cd "$_pkgbasename-$pkgver"



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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 16:58:25
  Author: arodseth
Revision: 93708

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 14:58:16 UTC (rev 93707)
+++ community-i686/PKGBUILD 2013-07-08 14:58:25 UTC (rev 93708)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: fana-m 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Manuel Gaul 
-
-pkgname=gigi
-pkgver=6142
-pkgrel=1
-pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
-#url='http://gigi.sourceforge.net/'
-url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
-#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
-source=("$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142";)
 # 5780 # 5407
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  svnversion | tr -d [A-z]
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  msg2 'Configuring...'
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
-  # could be re-configured in the package() function, but this works too.
-  cmake \
--D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
-.
-
-  #msg2 'Building documentation...'
-  #cd doc
-  #doxygen
-  #cd ..
-
-  msg2 'Compiling...'
-  make -j1
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  msg2 'Packaging files...'
-  make install
-
-  msg2 'Moving files to the right location...'
-  mv -v "$srcdir/pkg/usr" "$pkgdir/"
-
-  #msg2 'Fixing documentation...'
-  #mkdir -p "$pkgdir/usr/share/doc"
-  #mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/$pkgname"
-
-  #for f in `find "$pkgdir/usr/share/doc" -name "dir_*.html"`; do
-  #  sed -i "s:$srcdir:/:g" "$f"
-  #done
-
-  msg2 'Python 3 fix...'
-  for f in `find "$pkgdir/usr" -name "*.py"`; do
-sed -i "s:/env python:/python3:g" "$f"
-  done
-
-  msg2 'Packaging license...'
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 93707, gigi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 14:58:25 UTC (rev 93708)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: fana-m 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Manuel Gaul 
+
+pkgname=gigi
+pkgver=6141
+pkgrel=1
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=("$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6141";)
 # 5780 # 5407
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  svnversion | tr -d [A-z]
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  #msg2 'Building documentation...'
+  #cd doc
+  #doxygen
+  #cd ..
+
+  msg2 'Compiling...'
+  make -j1
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  msg2 'Packaging files...'
+  make install
+
+  msg2 'Moving files to th

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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 16:58:16
  Author: arodseth
Revision: 93707

upgpkg: gigi 6141-1

Modified:
  gigi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 14:56:58 UTC (rev 93706)
+++ PKGBUILD2013-07-08 14:58:16 UTC (rev 93707)
@@ -6,7 +6,7 @@
 # Contributor: Manuel Gaul 
 
 pkgname=gigi
-pkgver=6142
+pkgver=6141
 pkgrel=1
 pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
 #url='http://gigi.sourceforge.net/'
@@ -16,7 +16,7 @@
 depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
 makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
 #https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
-source=("$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142";)
 # 5780 # 5407
+source=("$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6141";)
 # 5780 # 5407
 sha256sums=('SKIP')
 
 pkgver() {



[arch-commits] Commit in tigervnc/repos (34 files)

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 16:56:58
  Author: spupykin
Revision: 93706

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

Added:
  tigervnc/repos/community-i686/PKGBUILD
(from rev 93705, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-i686/vncserver.service
(from rev 93705, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-i686/vncviewer.desktop
(from rev 93705, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-i686/xserver114.patch
(from rev 93705, tigervnc/trunk/xserver114.patch)
  tigervnc/repos/community-x86_64/PKGBUILD
(from rev 93705, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-x86_64/vncserver.service
(from rev 93705, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-x86_64/vncviewer.desktop
(from rev 93705, tigervnc/trunk/vncviewer.desktop)
  tigervnc/repos/community-x86_64/xserver114.patch
(from rev 93705, tigervnc/trunk/xserver114.patch)
Deleted:
  tigervnc/repos/community-i686/PKGBUILD
  tigervnc/repos/community-i686/cmakelists.patch
  tigervnc/repos/community-i686/gethomedir.patch
  tigervnc/repos/community-i686/glx.patch
  tigervnc/repos/community-i686/gnutls.patch
  tigervnc/repos/community-i686/vncserver.service
  tigervnc/repos/community-i686/vncviewer.desktop
  tigervnc/repos/community-i686/xorg111.patch
  tigervnc/repos/community-i686/xorg112.patch
  tigervnc/repos/community-i686/xorg113.patch
  tigervnc/repos/community-i686/xorg114.patch
  tigervnc/repos/community-i686/xserver113.patch
  tigervnc/repos/community-i686/xserver114.patch
  tigervnc/repos/community-x86_64/PKGBUILD
  tigervnc/repos/community-x86_64/cmakelists.patch
  tigervnc/repos/community-x86_64/gethomedir.patch
  tigervnc/repos/community-x86_64/glx.patch
  tigervnc/repos/community-x86_64/gnutls.patch
  tigervnc/repos/community-x86_64/vncserver.service
  tigervnc/repos/community-x86_64/vncviewer.desktop
  tigervnc/repos/community-x86_64/xorg111.patch
  tigervnc/repos/community-x86_64/xorg112.patch
  tigervnc/repos/community-x86_64/xorg113.patch
  tigervnc/repos/community-x86_64/xorg114.patch
  tigervnc/repos/community-x86_64/xserver113.patch
  tigervnc/repos/community-x86_64/xserver114.patch

+
 /PKGBUILD  |  138 ++
 /vncserver.service |   56 
 /vncviewer.desktop |   20 +
 /xserver114.patch  |  168 +
 community-i686/PKGBUILD|   91 ---
 community-i686/cmakelists.patch|   70 -
 community-i686/gethomedir.patch|   16 -
 community-i686/glx.patch   |   85 --
 community-i686/gnutls.patch|   36 --
 community-i686/vncserver.service   |   28 --
 community-i686/vncviewer.desktop   |   10 
 community-i686/xorg111.patch   |  235 --
 community-i686/xorg112.patch   |  447 ---
 community-i686/xorg113.patch   |  275 -
 community-i686/xorg114.patch   |   28 --
 community-i686/xserver113.patch|   92 ---
 community-i686/xserver114.patch|   84 --
 community-x86_64/PKGBUILD  |   91 ---
 community-x86_64/cmakelists.patch  |   70 -
 community-x86_64/gethomedir.patch  |   16 -
 community-x86_64/glx.patch |   85 --
 community-x86_64/gnutls.patch  |   36 --
 community-x86_64/vncserver.service |   28 --
 community-x86_64/vncviewer.desktop |   10 
 community-x86_64/xorg111.patch |  235 --
 community-x86_64/xorg112.patch |  447 ---
 community-x86_64/xorg113.patch |  275 -
 community-x86_64/xorg114.patch |   28 --
 community-x86_64/xserver113.patch  |   92 ---
 community-x86_64/xserver114.patch  |   84 --
 30 files changed, 382 insertions(+), 2994 deletions(-)

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


[arch-commits] Commit in tigervnc/trunk (10 files)

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 16:56:34
  Author: spupykin
Revision: 93705

upgpkg: tigervnc 1.3.0-1

upd

Modified:
  tigervnc/trunk/PKGBUILD
Deleted:
  tigervnc/trunk/cmakelists.patch
  tigervnc/trunk/gethomedir.patch
  tigervnc/trunk/glx.patch
  tigervnc/trunk/gnutls.patch
  tigervnc/trunk/xorg111.patch
  tigervnc/trunk/xorg112.patch
  tigervnc/trunk/xorg113.patch
  tigervnc/trunk/xorg114.patch
  tigervnc/trunk/xserver113.patch

--+
 PKGBUILD |   52 +-
 cmakelists.patch |   70 
 gethomedir.patch |   16 -
 glx.patch|   85 --
 gnutls.patch |   36 
 xorg111.patch|  235 ---
 xorg112.patch|  447 -
 xorg113.patch|  275 
 xorg114.patch|   28 ---
 xserver113.patch |   92 --
 10 files changed, 15 insertions(+), 1321 deletions(-)

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


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

2013-07-08 Thread Jan Steffens
Date: Monday, July 8, 2013 @ 16:49:55
  Author: heftig
Revision: 189818

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

Added:
  pygobject2/repos/extra-i686/PKGBUILD
(from rev 189817, pygobject2/trunk/PKGBUILD)
  pygobject2/repos/extra-x86_64/PKGBUILD
(from rev 189817, pygobject2/trunk/PKGBUILD)
Deleted:
  pygobject2/repos/extra-i686/PKGBUILD
  pygobject2/repos/extra-i686/python2-fix-type.patch
  pygobject2/repos/extra-i686/python3-fix-build.patch
  pygobject2/repos/extra-i686/python3-fix-maketrans.patch
  pygobject2/repos/extra-x86_64/PKGBUILD
  pygobject2/repos/extra-x86_64/python2-fix-type.patch
  pygobject2/repos/extra-x86_64/python3-fix-build.patch
  pygobject2/repos/extra-x86_64/python3-fix-maketrans.patch

--+
 /PKGBUILD|  150 +
 extra-i686/PKGBUILD  |   84 
 extra-i686/python2-fix-type.patch|   50 -
 extra-i686/python3-fix-build.patch   |   34 --
 extra-i686/python3-fix-maketrans.patch   |   36 --
 extra-x86_64/PKGBUILD|   84 
 extra-x86_64/python2-fix-type.patch  |   50 -
 extra-x86_64/python3-fix-build.patch |   34 --
 extra-x86_64/python3-fix-maketrans.patch |   36 --
 9 files changed, 150 insertions(+), 408 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-07-08 14:45:57 UTC (rev 189817)
+++ extra-i686/PKGBUILD 2013-07-08 14:49:55 UTC (rev 189818)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=pygobject2
-pkgname=(python-gobject2 python2-gobject2 pygobject2-devel)
-pkgver=2.28.6
-pkgrel=8
-arch=('i686' 'x86_64')
-url="http://www.pygtk.org/";
-license=('LGPL')
-makedepends=('python' 'python2')
-source=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${pkgver%.*}/pygobject-${pkgver}.tar.xz
-python2-fix-type.patch
-python3-fix-build.patch
-python3-fix-maketrans.patch)
-options=('!libtool')
-sha256sums=('fb8a1d4f665130a125011659bd347c7339c944232163dbb9a34fd0686577adb8'
-'b7b415499ffc0817cf551edf76a3fe47938db2c9f6240046eae681e6ef9b37ea'
-'feafd4664f8455edf0bf8407ac45e219bb550df806ce0d601baae951e8c188ca'
-'4bff9adcea13a824c45d14ec501c927df47d23c22507a2456d8b5ec885924c0a')
-
-build() {
-  cd pygobject-$pkgver
-
-  # patches available in 2.28 branch but unreleased.
-  patch -Np1 -i "${srcdir}/python2-fix-type.patch"
-  patch -Np1 -i "${srcdir}/python3-fix-build.patch"
-  patch -Np1 -i "${srcdir}/python3-fix-maketrans.patch"
-
-  cd ..
-  cp -a "pygobject-${pkgver}" python2-build
-
-  (
-cd python2-build
-export PYTHON=/usr/bin/python2
-./configure --prefix=/usr --disable-introspection
-make
-  )
-
-  (
-cd "pygobject-${pkgver}"
-./configure --prefix=/usr --disable-introspection
-make
-  )
-}
-
-package_python-gobject2() {
-  pkgdesc="Python 3 bindings for GObject2"
-  depends=('glib2' 'pygobject2-devel' 'python')
-  replaces=('py3gobject')
-  provides=("py3gobject=$pkgver")
-
-  cd pygobject-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  # Delete devel stuff
-  rm -r 
"$pkgdir"/usr/{bin,include,lib/pkgconfig,share/{gtk-doc,pygobject/{2.0/codegen,xsl}}}
-}
-
-package_python2-gobject2() {
-  pkgdesc="Python 2 bindings for GObject2"
-  depends=('glib2' 'pygobject2-devel' 'python2')
-  replaces=('pygobject')
-  provides=("pygobject=$pkgver")
-
-  cd python2-build
-  make DESTDIR="${pkgdir}" install
-
-  find "$pkgdir"/usr/share/pygobject -name '*.py' | \
-xargs sed -i "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|"
-
-  # Split devel stuff
-  cd ..
-  mkdir -p devel/usr/{lib,share/pygobject}
-  mv {"$pkgdir",devel}/usr/include
-  mv {"$pkgdir",devel}/usr/lib/pkgconfig
-  mv {"$pkgdir",devel}/usr/share/gtk-doc
-  mv {"$pkgdir",devel}/usr/share/pygobject/xsl
-}
-
-package_pygobject2-devel() {
-  pkgdesc="Development files for the pygobject bindings"
-  mv devel/* "$pkgdir"
-}

Copied: pygobject2/repos/extra-i686/PKGBUILD (from rev 189817, 
pygobject2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-08 14:49:55 UTC (rev 189818)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=pygobject2
+pkgname=(python-gobject2 python2-gobject2 pygobject2-devel)
+pkgver=2.28.6
+pkgrel=9
+arch=(i686 x86_64)
+url="http://www.pygtk.org/";
+license=(LGPL)
+makedepends=(python python2 git)
+options=('!libtool')
+
+# pygobject-2-28 branch: 
https://git.gnome.org/browse/pygobject/log/?h=pygobject-2-28
+source=('git://git.gnome.org/pygobject#commit=9456ba7')
+sha256sums=('SKIP')
+
+prepare() {
+  cd pygobject
+  autoreconf -fi
+
+  cd ..
+  cp -a pygobject python2-build
+}
+
+build() {
+  cd python2-build
+  ./configure --prefix=/usr --disable-introsp

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

2013-07-08 Thread Jan Steffens
Date: Monday, July 8, 2013 @ 16:45:57
  Author: heftig
Revision: 189817

move to git maint branch head

Modified:
  pygobject2/trunk/PKGBUILD
Deleted:
  pygobject2/trunk/python2-fix-type.patch
  pygobject2/trunk/python3-fix-build.patch
  pygobject2/trunk/python3-fix-maketrans.patch

-+
 PKGBUILD|   73 ++
 python2-fix-type.patch  |   50 
 python3-fix-build.patch |   34 ---
 python3-fix-maketrans.patch |   36 
 4 files changed, 32 insertions(+), 161 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 14:40:14 UTC (rev 189816)
+++ PKGBUILD2013-07-08 14:45:57 UTC (rev 189817)
@@ -4,77 +4,68 @@
 pkgbase=pygobject2
 pkgname=(python-gobject2 python2-gobject2 pygobject2-devel)
 pkgver=2.28.6
-pkgrel=8
-arch=('i686' 'x86_64')
+pkgrel=9
+arch=(i686 x86_64)
 url="http://www.pygtk.org/";
-license=('LGPL')
-makedepends=('python' 'python2')
-source=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${pkgver%.*}/pygobject-${pkgver}.tar.xz
-python2-fix-type.patch
-python3-fix-build.patch
-python3-fix-maketrans.patch)
+license=(LGPL)
+makedepends=(python python2 git)
 options=('!libtool')
-sha256sums=('fb8a1d4f665130a125011659bd347c7339c944232163dbb9a34fd0686577adb8'
-'b7b415499ffc0817cf551edf76a3fe47938db2c9f6240046eae681e6ef9b37ea'
-'feafd4664f8455edf0bf8407ac45e219bb550df806ce0d601baae951e8c188ca'
-'4bff9adcea13a824c45d14ec501c927df47d23c22507a2456d8b5ec885924c0a')
 
-build() {
-  cd pygobject-$pkgver
+# pygobject-2-28 branch: 
https://git.gnome.org/browse/pygobject/log/?h=pygobject-2-28
+source=('git://git.gnome.org/pygobject#commit=9456ba7')
+sha256sums=('SKIP')
 
-  # patches available in 2.28 branch but unreleased.
-  patch -Np1 -i "${srcdir}/python2-fix-type.patch"
-  patch -Np1 -i "${srcdir}/python3-fix-build.patch"
-  patch -Np1 -i "${srcdir}/python3-fix-maketrans.patch"
+prepare() {
+  cd pygobject
+  autoreconf -fi
 
   cd ..
-  cp -a "pygobject-${pkgver}" python2-build
+  cp -a pygobject python2-build
+}
 
-  (
-cd python2-build
-export PYTHON=/usr/bin/python2
-./configure --prefix=/usr --disable-introspection
-make
-  )
+build() {
+  cd python2-build
+  ./configure --prefix=/usr --disable-introspection \
+PYTHON=/usr/bin/python2
+  make
 
-  (
-cd "pygobject-${pkgver}"
-./configure --prefix=/usr --disable-introspection
-make
-  )
+  cd ../pygobject
+  ./configure --prefix=/usr --disable-introspection
+  make
 }
 
 package_python-gobject2() {
   pkgdesc="Python 3 bindings for GObject2"
-  depends=('glib2' 'pygobject2-devel' 'python')
-  replaces=('py3gobject')
+  depends=(glib2 pygobject2-devel python)
+  replaces=(py3gobject)
   provides=("py3gobject=$pkgver")
 
-  cd pygobject-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  cd pygobject
+  make DESTDIR="$pkgdir" install
 
   # Delete devel stuff
-  rm -r 
"$pkgdir"/usr/{bin,include,lib/pkgconfig,share/{gtk-doc,pygobject/{2.0/codegen,xsl}}}
+  rm -r "$pkgdir"/usr/{include,lib/pkgconfig,share/{gtk-doc,pygobject/xsl}}
 }
 
 package_python2-gobject2() {
   pkgdesc="Python 2 bindings for GObject2"
-  depends=('glib2' 'pygobject2-devel' 'python2')
-  replaces=('pygobject')
+  depends=(glib2 pygobject2-devel python2)
+  replaces=(pygobject)
   provides=("pygobject=$pkgver")
 
   cd python2-build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 
-  find "$pkgdir"/usr/share/pygobject -name '*.py' | \
-xargs sed -i "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|"
+  find "$pkgdir"/usr/share/pygobject -name '*.py' -exec \
+sed -i '1s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|' {} +
 
+  rm -r "$pkgdir"/usr/share/gtk-doc
+
   # Split devel stuff
   cd ..
   mkdir -p devel/usr/{lib,share/pygobject}
   mv {"$pkgdir",devel}/usr/include
   mv {"$pkgdir",devel}/usr/lib/pkgconfig
-  mv {"$pkgdir",devel}/usr/share/gtk-doc
   mv {"$pkgdir",devel}/usr/share/pygobject/xsl
 }
 

Deleted: python2-fix-type.patch
===
--- python2-fix-type.patch  2013-07-08 14:40:14 UTC (rev 189816)
+++ python2-fix-type.patch  2013-07-08 14:45:57 UTC (rev 189817)
@@ -1,50 +0,0 @@
-From 42d01f060c5d764baa881d13c103d68897163a49 Mon Sep 17 00:00:00 2001
-From: Ryan Lortie 
-Date: Mon, 12 Mar 2012 16:44:14 -0400
-Subject: gio-types.defs: change some enums to flags
-
-These flags types were originally incorrectly handled in glib as being
-enums.  That bug was fixed, but they're still enums here, leading to
-warnings about the mismatch.
-
-Change them to flags.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=668522

- gio/gio-types.defs |6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/gio/gio-types.defs b/gio/gio-types.defs
-index 

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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 16:39:57
  Author: bpiotrowski
Revision: 189815

upgpkg: lyx 2.0.6-3

- rebuild against boost 1.54.0

Modified:
  lyx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 14:22:30 UTC (rev 189814)
+++ PKGBUILD2013-07-08 14:39:57 UTC (rev 189815)
@@ -4,7 +4,7 @@
 
 pkgname=lyx
 pkgver=2.0.6
-pkgrel=1
+pkgrel=3
 pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
 arch=('i686' 'x86_64')
 url="http://www.lyx.org";



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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 16:40:14
  Author: bpiotrowski
Revision: 189816

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

Added:
  lyx/repos/staging-i686/
  lyx/repos/staging-i686/PKGBUILD
(from rev 189815, lyx/trunk/PKGBUILD)
  lyx/repos/staging-i686/lyx.desktop
(from rev 189815, lyx/trunk/lyx.desktop)
  lyx/repos/staging-i686/lyx.install
(from rev 189815, lyx/trunk/lyx.install)
  lyx/repos/staging-i686/lyxrc.dist
(from rev 189815, lyx/trunk/lyxrc.dist)
  lyx/repos/staging-x86_64/
  lyx/repos/staging-x86_64/PKGBUILD
(from rev 189815, lyx/trunk/PKGBUILD)
  lyx/repos/staging-x86_64/lyx.desktop
(from rev 189815, lyx/trunk/lyx.desktop)
  lyx/repos/staging-x86_64/lyx.install
(from rev 189815, lyx/trunk/lyx.install)
  lyx/repos/staging-x86_64/lyxrc.dist
(from rev 189815, lyx/trunk/lyxrc.dist)

+
 staging-i686/PKGBUILD  |   50 +++
 staging-i686/lyx.desktop   |   14 
 staging-i686/lyx.install   |   14 
 staging-i686/lyxrc.dist|   14 
 staging-x86_64/PKGBUILD|   50 +++
 staging-x86_64/lyx.desktop |   14 
 staging-x86_64/lyx.install |   14 
 staging-x86_64/lyxrc.dist  |   14 
 8 files changed, 184 insertions(+)

Copied: lyx/repos/staging-i686/PKGBUILD (from rev 189815, lyx/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-08 14:40:14 UTC (rev 189816)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Jason Chu 
+
+pkgname=lyx
+pkgver=2.0.6
+pkgrel=3
+pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
+arch=('i686' 'x86_64')
+url="http://www.lyx.org";
+depends=('qt4' 'texlive-core' 'python2' 'imagemagick' 'enchant' 'boost-libs' 
'libmythes')
+makedepends=('boost')
+optdepends=('rcs: built-in version control system'
+'texlive-latexextra: float wrap support')
+license=('GPL')
+backup=('etc/lyx/lyxrc.dist')
+install=lyx.install
+options=('emptydirs')
+source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.0.x/$pkgname-$pkgver.tar.xz
+lyx.desktop lyxrc.dist)
+sha1sums=('d73ba7a5e796acdf32282207be0b29d66411c5f8'
+  'e2b8f6d6cdeec41e1d5795167f5557e4a6ea28ad'
+  '56416642cc3da2a13b87b84e6b87c1a239f3d09a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
+  sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
+  ./configure --prefix=/usr \
+--with-frontend=qt4 --without-included-boost \
+--without-included-mythes
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install desktop entry
+  install -Dm644 "${srcdir}/lyx.desktop" \
+"${pkgdir}/usr/share/applications/lyx.desktop"
+  install -Dm644 "lib/images/lyx.png" \
+"${pkgdir}/usr/share/pixmaps/lyx.png"
+
+  # install default config file
+  install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
+  ln -sf /etc/lyx/lyxrc.dist "${pkgdir}/usr/share/lyx/lyxrc.dist"
+}

Copied: lyx/repos/staging-i686/lyx.desktop (from rev 189815, 
lyx/trunk/lyx.desktop)
===
--- staging-i686/lyx.desktop(rev 0)
+++ staging-i686/lyx.desktop2013-07-08 14:40:14 UTC (rev 189816)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=LyX Document Processor
+GenericName=Document Processor
+Comment=High level LaTeX frontend
+Exec=lyx %F
+TryExec=lyx
+Icon=lyx
+StartupNotify=false
+StartupWMClass=Lyx
+Terminal=false
+Categories=Office;WordProcessor;Qt;
+MimeType=text/x-lyx;application/x-lyx;

Copied: lyx/repos/staging-i686/lyx.install (from rev 189815, 
lyx/trunk/lyx.install)
===
--- staging-i686/lyx.install(rev 0)
+++ staging-i686/lyx.install2013-07-08 14:40:14 UTC (rev 189816)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+
+

Copied: lyx/repos/staging-i686/lyxrc.dist (from rev 189815, 
lyx/trunk/lyxrc.dist)
===
--- staging-i686/lyxrc.dist (rev 0)
+++ staging-i686/lyxrc.dist 2013-07-08 14:40:14 UTC (rev 189816)
@@ -0,0 +1,14 @@
+### This file is part of
+### 
+###  LyX, The Document Processor
+###
+###  Copyright 1995 Matthias Ettrich
+###  Copyright 1995-2011 The LyX Team.
+###
+### 
+
+# The file lyxrc.dist gives initi

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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 16:22:30
  Author: bpiotrowski
Revision: 189814

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

Added:
  licq/repos/staging-i686/
  licq/repos/staging-i686/PKGBUILD
(from rev 189813, licq/trunk/PKGBUILD)
  licq/repos/staging-x86_64/
  licq/repos/staging-x86_64/PKGBUILD
(from rev 189813, licq/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   47 ++
 staging-x86_64/PKGBUILD |   47 ++
 2 files changed, 94 insertions(+)

Copied: licq/repos/staging-i686/PKGBUILD (from rev 189813, licq/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-08 14:22:30 UTC (rev 189814)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+
+pkgname=licq
+pkgver=1.7.1
+pkgrel=5
+pkgdesc="Advanced graphical ICQ clone and more for Unix"
+arch=('i686' 'x86_64')
+url="http://www.licq.org";
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
+makedepends=('cmake' 'boost' 'optipng')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('701e57efedc2b7ece64c3d2d2e9f9e16')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir {,plugins/qt4-gui/}build
+
+  # Fix invalid PNG images to work with libpng 1.6
+  # https://github.com/licq-im/licq/pull/32
+  optipng -quiet -force -fix plugins/qt4-gui/share/skins/Mirabilis/*.png
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # licq
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui/build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH="${srcdir}/${pkgname}-${pkgver}/cmake"  ..
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: licq/repos/staging-x86_64/PKGBUILD (from rev 189813, 
licq/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-08 14:22:30 UTC (rev 189814)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Juergen Hoetzel 
+
+pkgname=licq
+pkgver=1.7.1
+pkgrel=5
+pkgdesc="Advanced graphical ICQ clone and more for Unix"
+arch=('i686' 'x86_64')
+url="http://www.licq.org";
+license=('GPL')
+depends=('boost-libs' 'gpgme' 'libxss' 'qt4')
+makedepends=('cmake' 'boost' 'optipng')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/licq/licq-${pkgver}.tar.bz2)
+md5sums=('701e57efedc2b7ece64c3d2d2e9f9e16')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  mkdir {,plugins/qt4-gui/}build
+
+  # Fix invalid PNG images to work with libpng 1.6
+  # https://github.com/licq-im/licq/pull/32
+  optipng -quiet -force -fix plugins/qt4-gui/share/skins/Mirabilis/*.png
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # licq
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr  ..
+  make
+
+  # qt4-gui
+  cd ../plugins/qt4-gui/build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_MODULE_PATH="${srcdir}/${pkgname}-${pkgver}/cmake"  ..
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+
+  cd ../plugins/qt4-gui/build
+  make DESTDIR="${pkgdir}" install
+}



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 16:30:38
  Author: spupykin
Revision: 93704

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

Added:
  gpsdrive/repos/community-staging-i686/
  gpsdrive/repos/community-staging-i686/PKGBUILD
(from rev 93703, gpsdrive/trunk/PKGBUILD)
  gpsdrive/repos/community-staging-i686/gpsdrive.install
(from rev 93703, gpsdrive/trunk/gpsdrive.install)
  gpsdrive/repos/community-staging-x86_64/
  gpsdrive/repos/community-staging-x86_64/PKGBUILD
(from rev 93703, gpsdrive/trunk/PKGBUILD)
  gpsdrive/repos/community-staging-x86_64/gpsdrive.install
(from rev 93703, gpsdrive/trunk/gpsdrive.install)

---+
 community-staging-i686/PKGBUILD   |   67 
 community-staging-i686/gpsdrive.install   |4 +
 community-staging-x86_64/PKGBUILD |   67 
 community-staging-x86_64/gpsdrive.install |4 +
 4 files changed, 142 insertions(+)

Copied: gpsdrive/repos/community-staging-i686/PKGBUILD (from rev 93703, 
gpsdrive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 14:30:38 UTC (rev 93704)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tom Newsom 
+# Maintainer: damir 
+
+pkgname=gpsdrive
+pkgver=2.11
+_pkgver=20120928
+pkgrel=19
+pkgdesc="A car (bike, ship, plane) navigation system"
+arch=("i686" "x86_64")
+url="http://www.gpsdrive.de/";
+license=('GPL2')
+depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 
'postgresql-libs' 'openstreetmap-map-icons-svn'
+ 'perl-date-manip' 'perl-timedate' 'perl-dbi' 'perl-file-slurp' 
'perl-www-mechanize' 'perl-libwww' 'perl-uri'
+ 'perl-text-query' 'perl-www-curl' 'perl-xml-parser' 'perl-xml-simple' 
'perl-xml-twig' 'perl-xml-writer')
+makedepends=('cmake>=2.4.4' 'boost' 'cfitsio')
+install="gpsdrive.install"
+#source=("http://www.gpsdrive.de/packages/${pkgname}-${pkgver}.tar.gz";)
+source=("http://arch.p5n.pp.ru/~sergej/dl/2012/${pkgname}-${_pkgver}.tar.gz";)
+md5sums=('bc53792529788b81c291a32d628a4850')
+
+prepare() {
+  cd "$srcdir"
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+  sed -i 's|GdkGC \*kontext_map;|extern GdkGC *kontext_map;|' 
$srcdir/gpsdrive-${_pkgver}/src/gpsdrive.c
+  sed -i '22,1i#include ' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+  sed -i 's|datasource_cache::instance()->|datasource_cache::instance().|' 
$srcdir/gpsdrive-${_pkgver}/src/mapnik.cpp
+}
+
+build() {
+  cd "$srcdir"
+
+  mkdir -p build
+  cd build
+
+  export CFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export CPPFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export CXXFLAGS=-I/usr/include/gdk-pixbuf-2.0/
+  export LDFLAGS="`pkg-config --libs gtk+-2.0 gmodule-2.0` -lboost_system 
-lboost_thread"
+
+  # see DefineOptions.cmake for a list of common options and defaults
+  # cmake -L for a more in-depth listing
+  cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="/usr" \
+-DWITH_SCRIPTS=ON \
+-DWITH_MAPNIK=ON \
+-DWITH_POSTGIS=ON \
+-DWITH_GDAL=ON \
+-DWITH_BASEMAPS=ON \
+-DWITH_FRIENDSD=ON \
+-DWITH_KISMET=ON \
+-DWITH_NAVIGATION=ON \
+-DWITH_SPEECH=OFF \
+-DWITH_DBUS=OFF \
+-DLIBGPS_OLD=OFF \
+"$srcdir/gpsdrive-${_pkgver}"
+  make
+}
+
+package() {
+  cd "$srcdir/build"
+  make DESTDIR="$pkgdir" install
+}

Copied: gpsdrive/repos/community-staging-i686/gpsdrive.install (from rev 93703, 
gpsdrive/trunk/gpsdrive.install)
===
--- community-staging-i686/gpsdrive.install (rev 0)
+++ community-staging-i686/gpsdrive.install 2013-07-08 14:30:38 UTC (rev 
93704)
@@ -0,0 +1,4 @@
+post_install() {
+  echo "Don't forget to generate geoinfo.db with geoinfo.pl script"
+  echo "Also you can check http://wiki.archlinux.org/index.php/GpsDrive";
+}

Copied: gpsdrive/repos/community-staging-x86_64/PKGBUILD (from rev 93703, 
gpsdrive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-08 14:30:38 UTC (rev 93704)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tom Newsom 
+# Maintainer: damir 
+
+pkgname=gpsdrive
+pkgver=2.11
+_pkgver=20120928
+pkgrel=19
+pkgdesc="A car (bike, ship, plane) navigation system"
+arch=("i686" "x86_64")
+url="http://www.gpsdrive.de/";
+license=('GPL2')
+depends=('gtk2' 'gpsd' 'libxml2' 'curl' 'python2' 'boost-libs' 'gdal' 'mapnik' 
'postgresql-libs' 'openstreetmap-map-icons-svn'
+ 'perl-date-manip' 'perl-timedate' 'perl-dbi' 'pe

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 16:30:18
  Author: spupykin
Revision: 93703

upgpkg: gpsdrive 2.11-19

upd

Modified:
  gpsdrive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 14:16:08 UTC (rev 93702)
+++ PKGBUILD2013-07-08 14:30:18 UTC (rev 93703)
@@ -6,7 +6,7 @@
 pkgname=gpsdrive
 pkgver=2.11
 _pkgver=20120928
-pkgrel=18
+pkgrel=19
 pkgdesc="A car (bike, ship, plane) navigation system"
 arch=("i686" "x86_64")
 url="http://www.gpsdrive.de/";



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

2013-07-08 Thread Bartłomiej Piotrowski
Date: Monday, July 8, 2013 @ 16:22:15
  Author: bpiotrowski
Revision: 189813

upgpkg: licq 1.7.1-5

- rebuild against boost 1.54.0

Modified:
  licq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 13:04:07 UTC (rev 189812)
+++ PKGBUILD2013-07-08 14:22:15 UTC (rev 189813)
@@ -3,7 +3,7 @@
 
 pkgname=licq
 pkgver=1.7.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Advanced graphical ICQ clone and more for Unix"
 arch=('i686' 'x86_64')
 url="http://www.licq.org";



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

2013-07-08 Thread Andrzej Giniewicz
Date: Monday, July 8, 2013 @ 16:16:08
  Author: aginiewicz
Revision: 93702

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 14:15:46 UTC (rev 93701)
+++ community-i686/PKGBUILD 2013-07-08 14:16:08 UTC (rev 93702)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Sebastien Binet 
-
-pkgbase=python-pytables
-pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.0.0
-pkgrel=2
-arch=("i686" "x86_64")
-pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
-url="http://www.pytables.org";
-license=("BSD")
-makedepends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 
'cython')
-source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz";)
-md5sums=('9c8a18d51be5e94a2ae50ea31d26f8c2')
-
-build() {
-  cd "$srcdir"
-  cp -a tables-$pkgver tables-py2-$pkgver
-
-  msg "Building Python2"
-  cd "$srcdir"/tables-py2-$pkgver
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/tables-$pkgver
-  python setup.py build
-}
-
-package_python2-pytables() {
-  depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2')
-
-  cd "$srcdir"/tables-py2-${pkgver}
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # see FS#36015
-  mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
-  mv "$pkgdir"/usr/bin/ptdump{,-2.7}
-  mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
-}
-
-package_python-pytables() {
-  depends=('lzo2' 'hdf5' 'python-numexpr' 'cython')
-
-  cd "$srcdir"/tables-${pkgver}
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-pytables/repos/community-i686/PKGBUILD (from rev 93701, 
python-pytables/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 14:16:08 UTC (rev 93702)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.0.0
+pkgrel=3
+arch=("i686" "x86_64")
+pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
+url="http://www.pytables.org";
+license=("BSD")
+makedepends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 
'cython')
+source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz";)
+md5sums=('9c8a18d51be5e94a2ae50ea31d26f8c2')
+
+build() {
+  cd "$srcdir"
+  cp -a tables-$pkgver tables-py2-$pkgver
+
+  msg "Building Python2"
+  cd "$srcdir"/tables-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/tables-$pkgver
+  python setup.py build
+}
+
+package_python2-pytables() {
+  depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2')
+
+  cd "$srcdir"/tables-py2-${pkgver}
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # see FS#36015
+  mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
+  mv "$pkgdir"/usr/bin/ptdump{,-2.7}
+  mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
+}
+
+package_python-pytables() {
+  depends=('lzo2' 'hdf5' 'python-numexpr' 'cython')
+
+  cd "$srcdir"/tables-${pkgver}
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-08 14:15:46 UTC (rev 93701)
+++ community-x86_64/PKGBUILD   2013-07-08 14:16:08 UTC (rev 93702)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Sebastien Binet 
-
-pkgbase=python-pytables
-pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.0.0
-pkgrel=2
-arch=("i686" "x86_64")
-pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
-url="http://www.pytables

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

2013-07-08 Thread Andrzej Giniewicz
Date: Monday, July 8, 2013 @ 16:15:46
  Author: aginiewicz
Revision: 93701

upgpkg: python-pytables 3.0.0-3

Second try at FS#36015, I don't know what just happened

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 14:10:27 UTC (rev 93700)
+++ PKGBUILD2013-07-08 14:15:46 UTC (rev 93701)
@@ -5,7 +5,7 @@
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
 pkgver=3.0.0
-pkgrel=2
+pkgrel=3
 arch=("i686" "x86_64")
 pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
 url="http://www.pytables.org";



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

2013-07-08 Thread Andrzej Giniewicz
Date: Monday, July 8, 2013 @ 16:10:27
  Author: aginiewicz
Revision: 93700

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

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

---+
 /PKGBUILD |  104 
 community-i686/PKGBUILD   |   47 ---
 community-x86_64/PKGBUILD |   47 ---
 3 files changed, 104 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 14:09:55 UTC (rev 93699)
+++ community-i686/PKGBUILD 2013-07-08 14:10:27 UTC (rev 93700)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Sebastien Binet 
-
-pkgbase=python-pytables
-pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.0.0
-pkgrel=1
-arch=("i686" "x86_64")
-pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
-url="http://www.pytables.org";
-license=("BSD")
-makedepends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 
'cython')
-source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz";)
-md5sums=('9c8a18d51be5e94a2ae50ea31d26f8c2')
-
-build() {
-  cd "$srcdir"
-  cp -a tables-$pkgver tables-py2-$pkgver
-
-  msg "Building Python2"
-  cd "$srcdir"/tables-py2-$pkgver
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/tables-$pkgver
-  python setup.py build
-}
-
-package_python2-pytables() {
-  depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2')
-
-  cd "$srcdir"/tables-py2-${pkgver}
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python-pytables() {
-  depends=('lzo2' 'hdf5' 'python-numexpr' 'cython')
-
-  cd "$srcdir"/tables-${pkgver}
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-pytables/repos/community-i686/PKGBUILD (from rev 93699, 
python-pytables/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 14:10:27 UTC (rev 93700)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.0.0
+pkgrel=2
+arch=("i686" "x86_64")
+pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
+url="http://www.pytables.org";
+license=("BSD")
+makedepends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 
'cython')
+source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz";)
+md5sums=('9c8a18d51be5e94a2ae50ea31d26f8c2')
+
+build() {
+  cd "$srcdir"
+  cp -a tables-$pkgver tables-py2-$pkgver
+
+  msg "Building Python2"
+  cd "$srcdir"/tables-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/tables-$pkgver
+  python setup.py build
+}
+
+package_python2-pytables() {
+  depends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2')
+
+  cd "$srcdir"/tables-py2-${pkgver}
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # see FS#36015
+  mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
+  mv "$pkgdir"/usr/bin/ptdump{,-2.7}
+  mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
+}
+
+package_python-pytables() {
+  depends=('lzo2' 'hdf5' 'python-numexpr' 'cython')
+
+  cd "$srcdir"/tables-${pkgver}
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-08 14:09:55 UTC (rev 93699)
+++ community-x86_64/PKGBUILD   2013-07-08 14:10:27 UTC (rev 93700)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Sebastien Binet 
-
-pkgbase=python-pytables
-pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.0.0
-pkgrel=1
-arch=("i686" "x86_64")
-pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
-url="http://www.pytables.org";
-license=("BSD")
-makedepends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 
'cython')
-source=("http://pypi.python.org/pa

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

2013-07-08 Thread Andrzej Giniewicz
Date: Monday, July 8, 2013 @ 16:09:55
  Author: aginiewicz
Revision: 93699

upgpkg: python-pytables 3.0.0-2

Rename python2 binaries to resolve conflict (FS#36015)

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 13:35:00 UTC (rev 93698)
+++ PKGBUILD2013-07-08 14:09:55 UTC (rev 93699)
@@ -5,7 +5,7 @@
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 arch=("i686" "x86_64")
 pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
 url="http://www.pytables.org";
@@ -34,6 +34,11 @@
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
 
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # see FS#36015
+  mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
+  mv "$pkgdir"/usr/bin/ptdump{,-2.7}
+  mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
 }
 
 package_python-pytables() {



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:35:00
  Author: spupykin
Revision: 93698

Added:
  wt/repos/community-staging-i686/PKGBUILD
  wt/repos/community-staging-x86_64/PKGBUILD

---+
 community-staging-i686/PKGBUILD   |   53 
 community-staging-x86_64/PKGBUILD |   53 
 2 files changed, 106 insertions(+)

Added: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 13:35:00 UTC (rev 93698)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 93696 2013-07-08 13:32:56Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=3.3.0
+_pkgver=3.3.0
+pkgrel=2
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('i686' 'x86_64')
+url="http://www.webtoolkit.eu/";
+license=('GPL')
+depends=('boost-libs' 'libharu')
+makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt4')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'zlib: for compression in HTTP protocol'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'graphicsmagick: for raster image support (WRasterImage)'
+   'pango: for advanced font rendering (WRasterImage)'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
+md5sums=('b2331942ad01c4fda376abf30c6a503a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  mkdir -p ${pkgdir}/usr/share/cmake-2.8/Modules
+  mv ${pkgdir}/usr/cmake/FindWt.cmake ${pkgdir}/usr/share/cmake-2.8/Modules/
+  rm -r ${pkgdir}/usr/cmake
+  rm -rf $pkgdir/var/run
+}

Added: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-08 13:35:00 UTC (rev 93698)
@@ -0,0 +1,53 @@
+# $Id: PKGBUILD 93696 2013-07-08 13:32:56Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Denis Martinez 
+
+pkgname=wt
+pkgver=3.3.0
+_pkgver=3.3.0
+pkgrel=2
+pkgdesc="a C++ library and application server for developing and deploying web 
applications"
+arch=('i686' 'x86_64')
+url="http://www.webtoolkit.eu/";
+license=('GPL')
+depends=('boost-libs' 'libharu')
+makedepends=('boost' 'cmake>=2.8' 'postgresql-libs' 'zlib' 'fcgi' 'sqlite' 
'graphicsmagick' 'pango' 'mysql++' 'qt4')
+optdepends=('openssl: for SSL support in built-in webserver'
+   'zlib: for compression in HTTP protocol'
+   'fcgi: for FastCGI support'
+   'postgresql-libs: for PostgreSQL Dbo support'
+   'sqlite: for Sqlite Dbo support'
+   'graphicsmagick: for raster image support (WRasterImage)'
+   'pango: for advanced font rendering (WRasterImage)'
+   'mysql++: for the hangman example'
+   'qt4: for the Wt/Qt interopability example (wtwithqt)')
+backup=('etc/wt/wt_config.xml')
+source=(http://downloads.sourceforge.net/witty/$pkgname-${_pkgver}.tar.gz)
+md5sums=('b2331942ad01c4fda376abf30c6a503a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${_pkgver}
+
+  [[ -d build ]] && rm -r build
+  mkdir -p build && cd build
+  cmake \
+  -DCONNECTOR_HTTP=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DWEBUSER=http \
+  -DWEBGROUP=http \
+  -DUSE_SYSTEM_SQLITE3=ON \
+  -DINSTALL_EXAMPLES=ON \
+  ..
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${_pkgver}/build
+  make DESTDIR=${pkgdir} install
+
+  mkdir -p ${pkgdir}/usr/share/cmake-2.8/Modules
+  mv ${pkgdir}/usr/cmake/FindWt.cmake ${pkgdir}/usr/share/cmake-2.8/Modules/
+  rm -r ${pkgdir}/usr/cmake
+  rm -rf $pkgdir/var/run
+}



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:34:38
  Author: spupykin
Revision: 93697

Added:
  wt/repos/community-staging-i686/
  wt/repos/community-staging-x86_64/



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:32:56
  Author: spupykin
Revision: 93696

upgpkg: wt 3.3.0-2

upd

Modified:
  wt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 13:04:55 UTC (rev 93695)
+++ PKGBUILD2013-07-08 13:32:56 UTC (rev 93696)
@@ -6,7 +6,7 @@
 pkgname=wt
 pkgver=3.3.0
 _pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="a C++ library and application server for developing and deploying web 
applications"
 arch=('i686' 'x86_64')
 url="http://www.webtoolkit.eu/";



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:04:20
  Author: spupykin
Revision: 93693

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

Added:
  sdcc/repos/community-staging-i686/
  sdcc/repos/community-staging-i686/PKGBUILD
(from rev 93692, sdcc/trunk/PKGBUILD)
  sdcc/repos/community-staging-x86_64/
  sdcc/repos/community-staging-x86_64/PKGBUILD
(from rev 93692, sdcc/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: sdcc/repos/community-staging-i686/PKGBUILD (from rev 93692, 
sdcc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 13:04:20 UTC (rev 93693)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jose Negron 
+
+pkgname=sdcc
+pkgver=3.3.0
+pkgrel=2
+pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 
and the Motorola 68HC08)"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'gcc-libs' 'boost-libs')
+makedepends=('gputils' 'flex' 'bison' 'patch' 'boost')
+optdepends=('python')
+url="http://sdcc.sourceforge.net/";
+options=(!strip)
+source=(http://downloads.sourceforge.net/sourceforge/sdcc/$pkgname-src-$pkgver.tar.bz2)
+md5sums=('c7c6aa75415580795ecc4fd31948e5ba')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|CC -E|CC -O2 -E|g' support/sdbinutils/libiberty/configure
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+   --prefix=/usr \
+   --includedir=/usr/include/sdcc \
+   --libdir=/usr/lib/sdcc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make install DESTDIR=$pkgdir
+
+  if [ -d $pkgdir/usr/lib/lib ]; then
+mv $pkgdir/usr/lib/lib/* $pkgdir/usr/lib/sdcc/
+rm -rf $pkgdir/usr/lib/lib
+  fi
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python3|' 
$pkgdir/usr/bin/as2gbmap
+}

Copied: sdcc/repos/community-staging-x86_64/PKGBUILD (from rev 93692, 
sdcc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-08 13:04:20 UTC (rev 93693)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jose Negron 
+
+pkgname=sdcc
+pkgver=3.3.0
+pkgrel=2
+pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 
and the Motorola 68HC08)"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'gcc-libs' 'boost-libs')
+makedepends=('gputils' 'flex' 'bison' 'patch' 'boost')
+optdepends=('python')
+url="http://sdcc.sourceforge.net/";
+options=(!strip)
+source=(http://downloads.sourceforge.net/sourceforge/sdcc/$pkgname-src-$pkgver.tar.bz2)
+md5sums=('c7c6aa75415580795ecc4fd31948e5ba')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|CC -E|CC -O2 -E|g' support/sdbinutils/libiberty/configure
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+   --prefix=/usr \
+   --includedir=/usr/include/sdcc \
+   --libdir=/usr/lib/sdcc
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make install DESTDIR=$pkgdir
+
+  if [ -d $pkgdir/usr/lib/lib ]; then
+mv $pkgdir/usr/lib/lib/* $pkgdir/usr/lib/sdcc/
+rm -rf $pkgdir/usr/lib/lib
+  fi
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python3|' 
$pkgdir/usr/bin/as2gbmap
+}



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:04:55
  Author: spupykin
Revision: 93695

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

Added:
  synfig/repos/community-staging-i686/
  synfig/repos/community-staging-i686/PKGBUILD
(from rev 93694, synfig/trunk/PKGBUILD)
  synfig/repos/community-staging-i686/build-fix.patch
(from rev 93694, synfig/trunk/build-fix.patch)
  synfig/repos/community-staging-i686/ffmpeg-0.8.patch
(from rev 93694, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-staging-i686/ffmpeg-loop.patch
(from rev 93694, synfig/trunk/ffmpeg-loop.patch)
  synfig/repos/community-staging-x86_64/
  synfig/repos/community-staging-x86_64/PKGBUILD
(from rev 93694, synfig/trunk/PKGBUILD)
  synfig/repos/community-staging-x86_64/build-fix.patch
(from rev 93694, synfig/trunk/build-fix.patch)
  synfig/repos/community-staging-x86_64/ffmpeg-0.8.patch
(from rev 93694, synfig/trunk/ffmpeg-0.8.patch)
  synfig/repos/community-staging-x86_64/ffmpeg-loop.patch
(from rev 93694, synfig/trunk/ffmpeg-loop.patch)

+
 community-staging-i686/PKGBUILD|   46 
 community-staging-i686/build-fix.patch |   31 +
 community-staging-i686/ffmpeg-0.8.patch|   60 +++
 community-staging-i686/ffmpeg-loop.patch   |   56 +
 community-staging-x86_64/PKGBUILD  |   46 
 community-staging-x86_64/build-fix.patch   |   31 +
 community-staging-x86_64/ffmpeg-0.8.patch  |   60 +++
 community-staging-x86_64/ffmpeg-loop.patch |   56 +
 8 files changed, 386 insertions(+)

Copied: synfig/repos/community-staging-i686/PKGBUILD (from rev 93694, 
synfig/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 13:04:55 UTC (rev 93695)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Franco Iacomella 
+
+pkgname=synfig
+pkgver=0.64.0
+pkgrel=4
+pkgdesc="Professional vector animation program (CLI renderer only)"
+arch=(i686 x86_64)
+url="http://synfig.org";
+license=('GPL2')
+depends=('libxml++' 'libsigc++2.0' 'etl' 'imagemagick' 'ffmpeg-compat' 
'fontconfig' 'libpng'
+'libtiff' 'libdv' 'libmng' 'cairo' 'pango' 'boost-libs')
+makedepends=('boost')
+optdepends=('openexr' 'libsigc++')
+conflicts=('synfig-core')
+replaces=('synfig-core')
+options=(!libtool)
+source=(http://downloads.sourceforge.net/project/synfig/synfig/$pkgver/synfig-$pkgver.tar.gz
+   build-fix.patch
+   ffmpeg-0.8.patch
+   ffmpeg-loop.patch)
+md5sums=('124cb4059b9f48dc5c37204660053d6f'
+ 'b5568b06fae1a7ee465b5380b1139b83'
+ 'ebf41046097cfd778dee9a9854561dae'
+ 'c6684c876c093f5e53d2c46592994e9b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg-compat"
+  CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
+  CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS"
+  [ -f configure ] || { libtoolize --ltdl --copy --force && autoreconf 
--install --force; }
+  [ -f Makefile ] || ./configure --prefix=/usr --sysconfdir=/etc 
--with-libavcodec --with-libdv
+  patch -p1 -i $srcdir/build-fix.patch
+  patch -Np1 -i $srcdir/ffmpeg-0.8.patch
+  patch -Np1 -i $srcdir/ffmpeg-loop.patch
+  sed -i '1,1i#include ' src/modules/mod_png/trgt_png.cpp
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: synfig/repos/community-staging-i686/build-fix.patch (from rev 93694, 
synfig/trunk/build-fix.patch)
===
--- community-staging-i686/build-fix.patch  (rev 0)
+++ community-staging-i686/build-fix.patch  2013-07-08 13:04:55 UTC (rev 
93695)
@@ -0,0 +1,31 @@
+diff -wbBur synfig-core/src/modules/mod_libavcodec/trgt_av.cpp 
synfig-core.my/src/modules/mod_libavcodec/trgt_av.cpp
+--- synfig-core/src/modules/mod_libavcodec/trgt_av.cpp 2011-06-05 
13:04:07.0 +0400
 synfig-core.my/src/modules/mod_libavcodec/trgt_av.cpp  2011-06-14 
14:32:49.0 +0400
+@@ -31,6 +31,10 @@
+ # include 
+ #endif
+ 
++#include 
++#include 
++#include 
++
+ #include "trgt_av.h"
+ 
+ extern "C"
+@@ -116,14 +120,14 @@
+ picture = avcodec_alloc_frame();
+ if (!picture)
+ return NULL;
+-size = avpicture_get_size(pix_fmt, width, height);
++size = avpicture_get_size((enum ::PixelFormat)pix_fmt, width, height);
+ picture_buf = (uint8_t *)malloc(size);
+ if (!picture_buf) {
+ av_free(picture);
+ return NULL;
+ }
+ avpicture_fill((AVPicture *)picture, picture_buf,
+-   pix_fmt, width, height);
++   (e

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:04:34
  Author: spupykin
Revision: 93694

upgpkg: synfig 0.64.0-4

upd

Modified:
  synfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 13:04:20 UTC (rev 93693)
+++ PKGBUILD2013-07-08 13:04:34 UTC (rev 93694)
@@ -4,7 +4,7 @@
 
 pkgname=synfig
 pkgver=0.64.0
-pkgrel=2
+pkgrel=4
 pkgdesc="Professional vector animation program (CLI renderer only)"
 arch=(i686 x86_64)
 url="http://synfig.org";



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:03:09
  Author: spupykin
Revision: 93689

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

Added:
  mapnik/repos/community-staging-i686/
  mapnik/repos/community-staging-i686/PKGBUILD
(from rev 93688, mapnik/trunk/PKGBUILD)
  
mapnik/repos/community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
(from rev 93688, mapnik/trunk/mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
  mapnik/repos/community-staging-i686/mapnik.install
(from rev 93688, mapnik/trunk/mapnik.install)
  mapnik/repos/community-staging-x86_64/
  mapnik/repos/community-staging-x86_64/PKGBUILD
(from rev 93688, mapnik/trunk/PKGBUILD)
  
mapnik/repos/community-staging-x86_64/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
(from rev 93688, mapnik/trunk/mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
  mapnik/repos/community-staging-x86_64/mapnik.install
(from rev 93688, mapnik/trunk/mapnik.install)

+
 community-staging-i686/PKGBUILD|   46 
++
 community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch   |   36 
+++
 community-staging-i686/mapnik.install  |   11 
++
 community-staging-x86_64/PKGBUILD  |   46 
++
 community-staging-x86_64/mapnik-2.1.0-compile-fix-for-boost-1.53.patch |   36 
+++
 community-staging-x86_64/mapnik.install|   11 
++
 6 files changed, 186 insertions(+)

Copied: mapnik/repos/community-staging-i686/PKGBUILD (from rev 93688, 
mapnik/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 13:03:09 UTC (rev 93689)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: David Dent 
+# Contributor: orbisvicis 
+
+pkgname=mapnik
+pkgver=2.2.0
+pkgrel=3
+pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps"
+arch=('i686' 'x86_64')
+url="http://mapnik.org/";
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python-imaging:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fastcgi: Web Map Service - or:'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+makedepends=('scons' 'boost')
+install="mapnik.install"
+source=("https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz";)
+md5sums=('b837931c7f1a4dc630d8550d3e635036')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's|lib64|lib|g' SConstruct
+  sed -i 's|python|python2|' \
+   utils/performance/mapnik-speed-check \
+   utils/upgrade_map_xml/*.py
+  scons configure \
+PREFIX="/usr" \
+INPUT_PLUGINS=all \
+DESTDIR="$pkgdir"
+  scons $MAKEFLAGS
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+  scons install
+}

Copied: 
mapnik/repos/community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
 (from rev 93688, mapnik/trunk/mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
===
--- community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
(rev 0)
+++ community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
2013-07-08 13:03:09 UTC (rev 93689)
@@ -0,0 +1,36 @@
+From cf70b9959a45b9ab6af4a34824a5e4e80ce1d05c Mon Sep 17 00:00:00 2001
+From: Dane Springmeyer 
+Date: Sun, 10 Feb 2013 07:24:35 -0800
+Subject: [PATCH] fix compile of json feature_collection grammar when building
+ against >= boost 1.52 - refs #1658 and #1716
+
+---
+ src/json/feature_collection_parser.cpp | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/src/json/feature_collection_parser.cpp 
b/src/json/feature_collection_parser.cpp
+index 3faeda7..51ad824 100644
+--- a/src/json/feature_collection_parser.cpp
 b/src/json/feature_collection_parser.cpp
+@@ -20,12 +20,17 @@
+  *
+  
*/
+ 
++// TODO https://github.com/mapnik/mapnik/issues/1658
++#include 
++#if BOOST_VERSION >= 105200
++#define BOOST_SPIRIT_USE_PHOENIX_V3
++#endif
++
+ // mapnik
+ #include 
+ #include 
+ 
+ // boost
+-#include 
+ #include 
+ #include 
+ 
+-- 
+1.8.1.5
+

Copied: mapnik/repos/community-staging-i686/mapnik.install (from rev 93688, 
mapnik/trunk/mapnik.install)
=

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:03:59
  Author: spupykin
Revision: 93691

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

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

+
 community-staging-i686/PKGBUILD|   77 +++
 community-staging-i686/arch32-config   |   11 ++
 community-staging-i686/arch32-copyfiles|6 +
 community-staging-i686/arch32-example  |   10 ++
 community-staging-i686/arch32-mount|   12 ++
 community-staging-i686/arch32-nssdatabases |6 +
 community-staging-i686/colon-completion.patch  |   20 
 community-staging-i686/fix-bash-completion.patch   |   11 ++
 community-staging-i686/pam.d.schroot.patch |   15 +++
 community-staging-x86_64/PKGBUILD  |   77 +++
 community-staging-x86_64/arch32-config |   11 ++
 community-staging-x86_64/arch32-copyfiles  |6 +
 community-staging-x86_64/arch32-example|   10 ++
 community-staging-x86_64/arch32-mount  |   12 ++
 community-staging-x86_64/arch32-nssdatabases   |6 +
 community-staging-x86_64/colon-completion.patch|   20 
 community-staging-x86_64/fix-bash-completion.patch |   11 ++
 community-staging-x86_64/pam.d.schroot.patch   |   15 +++
 18 files changed, 336 insertions(+)

Copied: schroot/repos/community-staging-i686/PKGBUILD (from rev 93690, 
schroot/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 13:03:59 UTC (rev 93691)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=schroot
+pkgver=1.6.5
+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')
+optdepends=('btrfs-progs-unstable' 'lvm2')
+arch=('i686' 'x86_64')
+conflicts=('dchroot')
+replaces=('dchroot')
+provides=('schroot' 'sbuild' 'dchroot')
+backup=('etc/schroot/schroot.conf'
+   'etc/schroot/arch32/config'
+   'etc/schroot/arch32/copyfiles'
+   'etc/schroot/arch32/mount'
+   'etc/schroot/arch32/nssdatabases')
+options=(!libtool)
+source=("http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.xz";
+   'arch32-example'
+   'arch32-config'
+   'arch32-copyfiles'
+   'arch32-mount'
+   'arch32-nssdatabases'
+   'pam.d.schroot.patch'
+   'colon-completion.patch'
+   'fix-bash-completion.patch')
+md5sums=('99f679d68f180a56289b3ec40d214ae4'
+ '54239847f89b9a4772910415bde6276a'
+ '5a3f7b839c7e0b8933748da7c5b6385b'
+ 'ddb2f09c02b

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:04:04
  Author: spupykin
Revision: 93692

upgpkg: sdcc 3.3.0-2

upd

Modified:
  sdcc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 13:03:59 UTC (rev 93691)
+++ PKGBUILD2013-07-08 13:04:04 UTC (rev 93692)
@@ -4,7 +4,7 @@
 
 pkgname=sdcc
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 
and the Motorola 68HC08)"
 arch=('i686' 'x86_64')
 license=('GPL')



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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 15:04:07
  Author: tpowa
Revision: 189812

remove not needed patches

Deleted:
  syslinux/trunk/syslinux-6.00-efi-export-kbdmap.patch
  syslinux/trunk/syslinux-6.00-efi-fix-libcom32.patch
  syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch

---+
 syslinux-6.00-efi-export-kbdmap.patch |   38 
 syslinux-6.00-efi-fix-libcom32.patch  |   45 
 syslinux-dont-build-dos-windows-targets.patch |   12 --
 3 files changed, 95 deletions(-)

Deleted: syslinux-6.00-efi-export-kbdmap.patch
===
--- syslinux-6.00-efi-export-kbdmap.patch   2013-07-08 12:37:12 UTC (rev 
189811)
+++ syslinux-6.00-efi-export-kbdmap.patch   2013-07-08 13:04:07 UTC (rev 
189812)
@@ -1,38 +0,0 @@
-From 2a81889c7d680fbe51de63dbbeb4e8c290ec46fa Mon Sep 17 00:00:00 2001
-From: Matt Fleming 
-Date: Fri, 21 Jun 2013 07:14:24 +
-Subject: efi: Tag symbols with __export
-
-I missed some symbols previously that are required to be exported when
-loading vesamenu.c32.
-
-Signed-off-by: Matt Fleming 

-diff --git a/efi/main.c b/efi/main.c
-index 51ff9f3..71333a4 100644
 a/efi/main.c
-+++ b/efi/main.c
-@@ -21,7 +21,7 @@ uint32_t _IdleTimer = 0;
- char __lowmem_heap[32];
- uint32_t BIOS_timer_next;
- uint32_t timer_irq;
--uint8_t KbdMap[256];
-+__export uint8_t KbdMap[256];
- char aux_seg[256];
- 
- static inline EFI_STATUS
-diff --git a/efi/vesa.c b/efi/vesa.c
-index d259f60..b4a541b 100644
 a/efi/vesa.c
-+++ b/efi/vesa.c
-@@ -297,7 +297,7 @@ static int efi_vesacon_font_query(uint8_t **font)
- return cp865_8x16_font_height;
- }
- 
--int __vesacon_i915resolution(int x, int y)
-+__export int __vesacon_i915resolution(int x, int y)
- {
-   /* We don't support this function */
-   return 1;
---
-cgit v0.9.2

Deleted: syslinux-6.00-efi-fix-libcom32.patch
===
--- syslinux-6.00-efi-fix-libcom32.patch2013-07-08 12:37:12 UTC (rev 
189811)
+++ syslinux-6.00-efi-fix-libcom32.patch2013-07-08 13:04:07 UTC (rev 
189812)
@@ -1,45 +0,0 @@
-From 013ef7679a573b3b3454f914f3a7f865991db9f2 Mon Sep 17 00:00:00 2001
-From: Matt Fleming 
-Date: Fri, 21 Jun 2013 07:13:16 +
-Subject: efi: Export __bcopyxx_len
-
-We need to provide a __bcopyxx_len symbol for EFI because it's
-referenced in generic code in libcom32.c32. Without this change,
-libcom32.c32 will fail to load under EFI.
-
-Signed-off-by: Matt Fleming 

-diff --git a/core/include/core.h b/core/include/core.h
-index 5736d39..127ac65 100644
 a/core/include/core.h
-+++ b/core/include/core.h
-@@ -26,6 +26,7 @@ extern char cmd_line[];
- extern char ConfigFile[];
- extern char syslinux_banner[];
- extern char copyright_str[];
-+extern unsigned int __bcopyxx_len;
- 
- /*
-  * Mark symbols that are only used by BIOS as __weak until we can move
-@@ -35,7 +36,6 @@ extern char copyright_str[];
- extern __weak uint16_t BIOSName;
- extern __weak char KernelName[];
- extern __weak char StackBuf[];
--extern __weak unsigned int __bcopyxx_len;
- 
- extern uint8_t KbdMap[256];
- 
-diff --git a/efi/main.c b/efi/main.c
-index 438e88c..51ff9f3 100644
 a/efi/main.c
-+++ b/efi/main.c
-@@ -153,6 +153,7 @@ void pxenv(void)
- uint16_t BIOS_fbm = 1;
- far_ptr_t InitStack;
- far_ptr_t PXEEntry;
-+__export unsigned int __bcopyxx_len = 0;
- 
- void gpxe_unload(void)
- {
---
-cgit v0.9.2

Deleted: syslinux-dont-build-dos-windows-targets.patch
===
--- syslinux-dont-build-dos-windows-targets.patch   2013-07-08 12:37:12 UTC 
(rev 189811)
+++ syslinux-dont-build-dos-windows-targets.patch   2013-07-08 13:04:07 UTC 
(rev 189812)
@@ -1,12 +0,0 @@
-diff -Nur syslinux-4.02.orig//Makefile syslinux-4.02//Makefile
 syslinux-4.02.orig//Makefile   2010-07-21 21:33:13.0 +0200
-+++ syslinux-4.02//Makefile2010-07-22 11:14:03.325522937 +0200
-@@ -54,7 +54,7 @@
- # files that depend only on the B phase, but may have to be regenerated
- # for "make installer".
- BSUBDIRS = codepage com32 lzo core memdisk mbr memdump gpxe sample \
-- diag libinstaller dos win32 win64 dosutil txt
-+ libinstaller txt
- ITARGET  =
- IOBJECTS = $(ITARGET) \
-   utils/gethostip utils/isohybrid utils/mkdiskimage \



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:03:21
  Author: spupykin
Revision: 93690

upgpkg: schroot 1.6.5-3

upd

Modified:
  schroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 13:03:09 UTC (rev 93689)
+++ PKGBUILD2013-07-08 13:03:21 UTC (rev 93690)
@@ -4,7 +4,7 @@
 
 pkgname=schroot
 pkgver=1.6.5
-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')



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 15:02:44
  Author: spupykin
Revision: 93688

upgpkg: mapnik 2.2.0-3

upd

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 12:32:27 UTC (rev 93687)
+++ PKGBUILD2013-07-08 13:02:44 UTC (rev 93688)
@@ -5,7 +5,7 @@
 
 pkgname=mapnik
 pkgver=2.2.0
-pkgrel=1
+pkgrel=3
 pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps"
 arch=('i686' 'x86_64')
 url="http://mapnik.org/";



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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 14:37:12
  Author: tpowa
Revision: 189811

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

Added:
  gettext/repos/testing-i686/
  gettext/repos/testing-i686/PKGBUILD
(from rev 189810, gettext/trunk/PKGBUILD)
  gettext/repos/testing-i686/gettext.install
(from rev 189810, gettext/trunk/gettext.install)
  gettext/repos/testing-x86_64/
  gettext/repos/testing-x86_64/PKGBUILD
(from rev 189810, gettext/trunk/PKGBUILD)
  gettext/repos/testing-x86_64/gettext.install
(from rev 189810, gettext/trunk/gettext.install)

+
 testing-i686/PKGBUILD  |   33 +
 testing-i686/gettext.install   |   22 ++
 testing-x86_64/PKGBUILD|   33 +
 testing-x86_64/gettext.install |   22 ++
 4 files changed, 110 insertions(+)

Copied: gettext/repos/testing-i686/PKGBUILD (from rev 189810, 
gettext/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-08 12:37:12 UTC (rev 189811)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.18.3
+pkgrel=1
+pkgdesc="GNU internationalization library"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gettext/";
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2')
+optdepends=('cvs: for autopoint tool')
+options=(!libtool !docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('3fa4236c41b7e837355de144210207ec'
+ 'SKIP')
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gettext/repos/testing-i686/gettext.install (from rev 189810, 
gettext/trunk/gettext.install)
===
--- testing-i686/gettext.install(rev 0)
+++ testing-i686/gettext.install2013-07-08 12:37:12 UTC (rev 189811)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gettext/repos/testing-x86_64/PKGBUILD (from rev 189810, 
gettext/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-07-08 12:37:12 UTC (rev 189811)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:
+
+pkgname=gettext
+pkgver=0.18.3
+pkgrel=1
+pkgdesc="GNU internationalization library"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/gettext/";
+license=('GPL')
+groups=('base' 'base-devel')
+depends=('gcc-libs' 'acl' 'sh' 'glib2')
+optdepends=('cvs: for autopoint tool')
+options=(!libtool !docs)
+install=gettext.install
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('3fa4236c41b7e837355de144210207ec'
+ 'SKIP')
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gettext/repos/testing-x86_64/gettext.install (from rev 189810, 
gettext/trunk/gettext.install)
===
--- testing-x86_64/gettext.install  (rev 0)
+++ testing-x86_64/gettext.install  2013-07-08 12:37:12 UTC (rev 189811)
@@ -0,0 +1,22 @@
+infodir=/usr/share/info
+filelist=(gettext.info.gz autosprintf.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 14:37:01
  Author: tpowa
Revision: 189810

upgpkg: gettext 0.18.3-1

bump to latest version

Modified:
  gettext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 12:13:34 UTC (rev 189809)
+++ PKGBUILD2013-07-08 12:37:01 UTC (rev 189810)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=gettext
-pkgver=0.18.2.1
+pkgver=0.18.3
 pkgrel=1
 pkgdesc="GNU internationalization library"
 arch=('i686' 'x86_64')
@@ -14,9 +14,8 @@
 options=(!libtool !docs)
 install=gettext.install
 source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('034c8103b14654ebd300fadac44d6f14'
- 'e4658c30795a12f8d0b4d95fbb0f')
-
+md5sums=('3fa4236c41b7e837355de144210207ec'
+ 'SKIP')
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr



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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 14:32:27
  Author: arodseth
Revision: 93687

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

Added:
  gigi/repos/community-staging-i686/
  gigi/repos/community-staging-i686/PKGBUILD
(from rev 93686, gigi/trunk/PKGBUILD)
  gigi/repos/community-staging-x86_64/
  gigi/repos/community-staging-x86_64/PKGBUILD
(from rev 93686, gigi/trunk/PKGBUILD)

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

Copied: gigi/repos/community-staging-i686/PKGBUILD (from rev 93686, 
gigi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-07-08 12:32:27 UTC (rev 93687)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: fana-m 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Manuel Gaul 
+
+pkgname=gigi
+pkgver=6142
+pkgrel=1
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=("$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142";)
 # 5780 # 5407
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  svnversion | tr -d [A-z]
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  #msg2 'Building documentation...'
+  #cd doc
+  #doxygen
+  #cd ..
+
+  msg2 'Compiling...'
+  make -j1
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  msg2 'Packaging files...'
+  make install
+
+  msg2 'Moving files to the right location...'
+  mv -v "$srcdir/pkg/usr" "$pkgdir/"
+
+  #msg2 'Fixing documentation...'
+  #mkdir -p "$pkgdir/usr/share/doc"
+  #mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/$pkgname"
+
+  #for f in `find "$pkgdir/usr/share/doc" -name "dir_*.html"`; do
+  #  sed -i "s:$srcdir:/:g" "$f"
+  #done
+
+  msg2 'Python 3 fix...'
+  for f in `find "$pkgdir/usr" -name "*.py"`; do
+sed -i "s:/env python:/python3:g" "$f"
+  done
+
+  msg2 'Packaging license...'
+  install -Dm644 COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-staging-x86_64/PKGBUILD (from rev 93686, 
gigi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-07-08 12:32:27 UTC (rev 93687)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: fana-m 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Manuel Gaul 
+
+pkgname=gigi
+pkgver=6142
+pkgrel=1
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=("$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142";)
 # 5780 # 5407
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  svnversion | tr -d [A-z]
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  #msg2 'Building documentation...'
+  #cd doc
+  #doxygen
+  #cd ..
+
+  msg2 'Compiling...'
+  make -j1
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+

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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 14:31:42
  Author: arodseth
Revision: 93686

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

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

---+
 /PKGBUILD |  160 
 community-i686/PKGBUILD   |   85 ---
 community-x86_64/PKGBUILD |   85 ---
 3 files changed, 160 insertions(+), 170 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 12:31:33 UTC (rev 93685)
+++ community-i686/PKGBUILD 2013-07-08 12:31:42 UTC (rev 93686)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: fana-m 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Manuel Gaul 
-
-pkgname=gigi
-pkgver=0.8.0
-pkgrel=20
-_fixedrevision=5780 #5407
-pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
-#url='http://gigi.sourceforge.net/'
-url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
-arch=('x86_64' 'i686')
-license=('LGPL')
-depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
-
-build() {
-  cd "$srcdir"
-
-  msg2 'Fetching files...'
-  if [ -d gigi/.svn ]; then
-(cd gigi && svn up -r "$_fixedrevision")
-  else
-#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
-svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
-  --config-dir ./ -r "$_fixedrevision" gigi
-  fi
-
-  rm -rf gigi-build
-  svn export gigi gigi-build
-  cd gigi-build
-
-  msg2 'Configuring...'
-  setconf cmake/GiGiOgre.pc.in prefix /usr
-  setconf cmake/GiGi.pc.in prefix /usr
-  setconf cmake/GiGiSDL.pc.in prefix /usr
-  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
-  # could be re-configured in the package() function, but this works too.
-  cmake \
--D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
--D BUILD_TUTORIALS=OFF \
--D CPACK_GENERATOR=GiGiDevel \
--D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
-.
-
-  msg2 'Building documentation...'
-  cd doc
-  doxygen
-  cd ..
-
-  msg2 'Compiling...'
-  make -j1
-}
-
-package() {
-  cd "$srcdir/gigi-build"
-
-  msg2 'Packaging files...'
-  make install
-
-  msg2 'Moving files to the right location...'
-  mv -v "$srcdir/pkg/usr" "$pkgdir/"
-
-  msg2 'Fixing documentation...'
-  mkdir -p "$pkgdir/usr/share/doc"
-  mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/$pkgname"
-
-  for f in `find "$pkgdir/usr/share/doc" -name "dir_*.html"`; do
-sed -i "s:$srcdir:/:g" "$f"
-  done
-
-  msg2 'Python 3 fix...'
-  for f in `find "$pkgdir/usr" -name "*.py"`; do
-sed -i "s:/env python:/python3:g" "$f"
-  done
-
-  msg2 'Packaging license...'
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigi/repos/community-i686/PKGBUILD (from rev 93685, gigi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 12:31:42 UTC (rev 93686)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: fana-m 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Manuel Gaul 
+
+pkgname=gigi
+pkgver=6142
+pkgrel=1
+pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
+#url='http://gigi.sourceforge.net/'
+url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
+arch=('x86_64' 'i686')
+license=('LGPL')
+depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=("$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142";)
 # 5780 # 5407
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  svnversion | tr -d [A-z]
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  msg2 'Configuring...'
+  setconf cmake/GiGiOgre.pc.in prefix /usr
+  setconf cmake/GiGi.pc.in prefix /usr
+  setconf cmake/GiGiSDL.pc.in prefix /usr
+  # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
+  # could be re-configured in the package() function, but this works too.
+  cmake \
+-D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
+-D BUILD_TUTORIALS=OFF \
+-D CPACK_GENERATOR=GiGiDevel \
+-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
+.
+
+  #msg2 'Building documentation...'
+  #cd doc
+  #doxygen
+  #cd ..
+
+  msg2 'Compil

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

2013-07-08 Thread Alexander Rødseth
Date: Monday, July 8, 2013 @ 14:31:33
  Author: arodseth
Revision: 93685

upgpkg: gigi 6142-1

Modified:
  gigi/trunk/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 20 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:58:09 UTC (rev 93684)
+++ PKGBUILD2013-07-08 12:31:33 UTC (rev 93685)
@@ -6,9 +6,8 @@
 # Contributor: Manuel Gaul 
 
 pkgname=gigi
-pkgver=0.8.0
-pkgrel=21
-_fixedrevision=5780 #5407
+pkgver=6142
+pkgrel=1
 pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion 
fork)'
 #url='http://gigi.sourceforge.net/'
 url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
@@ -16,25 +15,18 @@
 license=('LGPL')
 depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
 makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
+source=("$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142";)
 # 5780 # 5407
+sha256sums=('SKIP')
 
-prepare() {
-  cd "$srcdir"
+pkgver() {
+  cd "$pkgname"
 
-  msg2 'Fetching files...'
-  if [ -d gigi/.svn ]; then
-(cd gigi && svn up -r "$_fixedrevision")
-  else
-#svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
-svn co 
https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
-  --config-dir ./ -r "$_fixedrevision" gigi
-  fi
-
-  rm -rf "$pkgname-build"
-  svn export "$pkgname" "$pkgname-build"
+  svnversion | tr -d [A-z]
 }
 
 build() {
-  cd "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname"
 
   msg2 'Configuring...'
   setconf cmake/GiGiOgre.pc.in prefix /usr
@@ -49,17 +41,17 @@
 -D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
 .
 
-  msg2 'Building documentation...'
-  cd doc
-  doxygen
-  cd ..
+  #msg2 'Building documentation...'
+  #cd doc
+  #doxygen
+  #cd ..
 
   msg2 'Compiling...'
   make -j1
 }
 
 package() {
-  cd "$srcdir/$pkgname-build"
+  cd "$srcdir/$pkgname"
 
   msg2 'Packaging files...'
   make install
@@ -67,13 +59,13 @@
   msg2 'Moving files to the right location...'
   mv -v "$srcdir/pkg/usr" "$pkgdir/"
 
-  msg2 'Fixing documentation...'
-  mkdir -p "$pkgdir/usr/share/doc"
-  mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/$pkgname"
+  #msg2 'Fixing documentation...'
+  #mkdir -p "$pkgdir/usr/share/doc"
+  #mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/$pkgname"
 
-  for f in `find "$pkgdir/usr/share/doc" -name "dir_*.html"`; do
-sed -i "s:$srcdir:/:g" "$f"
-  done
+  #for f in `find "$pkgdir/usr/share/doc" -name "dir_*.html"`; do
+  #  sed -i "s:$srcdir:/:g" "$f"
+  #done
 
   msg2 'Python 3 fix...'
   for f in `find "$pkgdir/usr" -name "*.py"`; do



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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 14:13:34
  Author: tpowa
Revision: 189809

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

Added:
  gpgme/repos/testing-i686/
  gpgme/repos/testing-i686/PKGBUILD
(from rev 189808, gpgme/trunk/PKGBUILD)
  gpgme/repos/testing-i686/gpgme.install
(from rev 189808, gpgme/trunk/gpgme.install)
  gpgme/repos/testing-x86_64/
  gpgme/repos/testing-x86_64/PKGBUILD
(from rev 189808, gpgme/trunk/PKGBUILD)
  gpgme/repos/testing-x86_64/gpgme.install
(from rev 189808, gpgme/trunk/gpgme.install)

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

Copied: gpgme/repos/testing-i686/PKGBUILD (from rev 189808, 
gpgme/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-08 12:13:34 UTC (rev 189809)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgname=gpgme
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/";
+license=('GPL')
+depends=('libgpg-error' 'pth' 'gnupg>=2')
+install=${pkgname}.install
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('c8cb345ba7c0353e47bdf3c5c05e49be'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-i686/gpgme.install (from rev 189808, 
gpgme/trunk/gpgme.install)
===
--- testing-i686/gpgme.install  (rev 0)
+++ testing-i686/gpgme.install  2013-07-08 12:13:34 UTC (rev 189809)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}

Copied: gpgme/repos/testing-x86_64/PKGBUILD (from rev 189808, 
gpgme/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-07-08 12:13:34 UTC (rev 189809)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Roman Kyrylych 
+# Contributor: Sarah Hay 
+
+pkgname=gpgme
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="A C wrapper library for GnuPG"
+arch=('i686' 'x86_64')
+url="http://www.gnupg.org/related_software/gpgme/";
+license=('GPL')
+depends=('libgpg-error' 'pth' 'gnupg>=2')
+install=${pkgname}.install
+options=('!libtool' '!emptydirs')
+source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+md5sums=('c8cb345ba7c0353e47bdf3c5c05e49be'
+ 'SKIP')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static --disable-gpgsm-test
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gpgme/repos/testing-x86_64/gpgme.install (from rev 189808, 
gpgme/trunk/gpgme.install)
===
--- testing-x86_64/gpgme.install(rev 0)
+++ testing-x86_64/gpgme.install2013-07-08 12:13:34 UTC (rev 189809)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(gpgme.info gpgme.info-1 gpgme.info-2)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}



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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 14:13:26
  Author: tpowa
Revision: 189808

upgpkg: gpgme 1.4.2-1

bump to latest version

Modified:
  gpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 12:13:04 UTC (rev 189807)
+++ PKGBUILD2013-07-08 12:13:26 UTC (rev 189808)
@@ -4,7 +4,7 @@
 # Contributor: Sarah Hay 
 
 pkgname=gpgme
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="A C wrapper library for GnuPG"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 options=('!libtool' '!emptydirs')
 
source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('07f1c0eb6596a94efa3ffb75e74bfbba'
+md5sums=('c8cb345ba7c0353e47bdf3c5c05e49be'
  'SKIP')
 
 build() {



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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 14:13:04
  Author: tpowa
Revision: 189807

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

Added:
  syslinux/repos/testing-i686/PKGBUILD
(from rev 189806, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-i686/syslinux-6.00-efi-export-kbdmap.patch
(from rev 189806, syslinux/trunk/syslinux-6.00-efi-export-kbdmap.patch)
  syslinux/repos/testing-i686/syslinux-6.00-efi-fix-libcom32.patch
(from rev 189806, syslinux/trunk/syslinux-6.00-efi-fix-libcom32.patch)
  syslinux/repos/testing-i686/syslinux-dont-build-dos-windows-targets.patch
(from rev 189806, 
syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch)
  syslinux/repos/testing-i686/syslinux-install_update
(from rev 189806, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-i686/syslinux.cfg
(from rev 189806, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-i686/syslinux.install
(from rev 189806, syslinux/trunk/syslinux.install)
  syslinux/repos/testing-x86_64/PKGBUILD
(from rev 189806, syslinux/trunk/PKGBUILD)
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-export-kbdmap.patch
(from rev 189806, syslinux/trunk/syslinux-6.00-efi-export-kbdmap.patch)
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-fix-libcom32.patch
(from rev 189806, syslinux/trunk/syslinux-6.00-efi-fix-libcom32.patch)
  syslinux/repos/testing-x86_64/syslinux-dont-build-dos-windows-targets.patch
(from rev 189806, 
syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch)
  syslinux/repos/testing-x86_64/syslinux-install_update
(from rev 189806, syslinux/trunk/syslinux-install_update)
  syslinux/repos/testing-x86_64/syslinux.cfg
(from rev 189806, syslinux/trunk/syslinux.cfg)
  syslinux/repos/testing-x86_64/syslinux.install
(from rev 189806, syslinux/trunk/syslinux.install)
Deleted:
  syslinux/repos/testing-i686/PKGBUILD
  syslinux/repos/testing-i686/syslinux-6.00-efi-export-kbdmap.patch
  syslinux/repos/testing-i686/syslinux-6.00-efi-fix-libcom32.patch
  syslinux/repos/testing-i686/syslinux-dont-build-dos-windows-targets.patch
  syslinux/repos/testing-i686/syslinux-install_update
  syslinux/repos/testing-i686/syslinux.cfg
  syslinux/repos/testing-i686/syslinux.install
  syslinux/repos/testing-x86_64/PKGBUILD
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-export-kbdmap.patch
  syslinux/repos/testing-x86_64/syslinux-6.00-efi-fix-libcom32.patch
  syslinux/repos/testing-x86_64/syslinux-dont-build-dos-windows-targets.patch
  syslinux/repos/testing-x86_64/syslinux-install_update
  syslinux/repos/testing-x86_64/syslinux.cfg
  syslinux/repos/testing-x86_64/syslinux.install

--+
 /PKGBUILD|  328 +++
 /syslinux-6.00-efi-export-kbdmap.patch   |   76 
 /syslinux-6.00-efi-fix-libcom32.patch|   90 
 /syslinux-dont-build-dos-windows-targets.patch   |   24 
 /syslinux-install_update |  922 ++
 /syslinux.cfg|  156 +
 /syslinux.install|   72 
 testing-i686/PKGBUILD|  164 -
 testing-i686/syslinux-6.00-efi-export-kbdmap.patch   |   38 
 testing-i686/syslinux-6.00-efi-fix-libcom32.patch|   45 
 testing-i686/syslinux-dont-build-dos-windows-targets.patch   |   12 
 testing-i686/syslinux-install_update |  475 -
 testing-i686/syslinux.cfg|   78 
 testing-i686/syslinux.install|   36 
 testing-x86_64/PKGBUILD  |  164 -
 testing-x86_64/syslinux-6.00-efi-export-kbdmap.patch |   38 
 testing-x86_64/syslinux-6.00-efi-fix-libcom32.patch  |   45 
 testing-x86_64/syslinux-dont-build-dos-windows-targets.patch |   12 
 testing-x86_64/syslinux-install_update   |  475 -
 testing-x86_64/syslinux.cfg  |   78 
 testing-x86_64/syslinux.install  |   36 
 21 files changed, 1668 insertions(+), 1696 deletions(-)

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


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

2013-07-08 Thread Tobias Powalowski
Date: Monday, July 8, 2013 @ 14:12:42
  Author: tpowa
Revision: 189806

upgpkg: syslinux 6.01-3

fix syslinux-update script

Modified:
  syslinux/trunk/PKGBUILD
  syslinux/trunk/syslinux-install_update

-+
 PKGBUILD|   10 ++--
 syslinux-install_update |  108 --
 2 files changed, 52 insertions(+), 66 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 12:10:17 UTC (rev 189805)
+++ PKGBUILD2013-07-08 12:12:42 UTC (rev 189806)
@@ -4,7 +4,7 @@
 
 pkgname="syslinux"
 pkgver="6.01"
-pkgrel="2"
+pkgrel="3"
 arch=('x86_64' 'i686')
 pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs 
filesystems, from CDs and via PXE"
 url="http://syslinux.zytor.com/";
@@ -26,11 +26,10 @@
 
source=("https://www.kernel.org/pub/linux/utils/boot/syslinux/${pkgname}-${pkgver}.tar.xz";
 'syslinux.cfg'
 'syslinux-install_update')
+md5sums=('5fe8959b92255143a334167ca1c395a6'
+ 'bbd97c4c735b8e5c52b79572d9296246'
+ '0e7d47e1f791f0c5e7bd40ed5c6d80cc')
 
-sha1sums=('d7bc1b188677f77ac2d7060d25491dc29877a9c4'
-  'b0f174bcc0386fdf699e03d0090e3ac841098010'
-  'b1d915045fe3094f5359df043c53e73a4dc32745')
-
 _build_syslinux_bios() {
 
 rm -rf "${srcdir}/${pkgname}-${pkgver}-bios/" || true
@@ -162,3 +161,4 @@
 _package_syslinux_bios
 
 }
+

Modified: syslinux-install_update
===
--- syslinux-install_update 2013-07-08 12:10:17 UTC (rev 189805)
+++ syslinux-install_update 2013-07-08 12:12:42 UTC (rev 189806)
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/usr/bin/env bash
 #
-# Sylinux Installer / Updater Scripts
-# Copyright (C) 2011  Matthew Gyurgyik 
+# Syslinux Installer / Updater Script (for BIOS only)
+# Copyright (C) 2013  Matthew Gyurgyik 
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -26,13 +26,13 @@
 #
 shopt -s nullglob
 
-libpath="/usr/lib/syslinux/bios"
-bootpath="/boot/syslinux"
-extlinux="/usr/bin/extlinux"
+bios_libpath="/usr/lib/syslinux/bios/"
+bios_bootpath="/boot/syslinux/"
+EXTLINUX="/usr/bin/extlinux"
 
-core_modules=(ldlinux.c32)
-autoupdate_file=/boot/syslinux/SYSLINUX_AUTOUPDATE
-pciids_file=/usr/share/hwdata/pci.ids
+bios_core_modules=(config.c32 chain.c32 ldlinux.c32 libcom32.c32 libgpl.c32 
liblua.c32 libmenu.c32 libutil.c32 linux.c32 menu.c32 vesamenu.c32)
+bios_autoupdate_file="/boot/syslinux/SYSLINUX_AUTOUPDATE"
+pciids_file="/usr/share/hwdata/pci.ids"
 
 ## Helper functions ##
 # Taken from libui-sh
@@ -120,7 +120,7 @@
 cat << EOF
 usage: $0 options
 
-This script will install or upgrade Syslinux
+This script will install or upgrade Syslinux (for BIOS only)
 
 OPTIONS:
   -hShow this message
@@ -133,16 +133,16 @@
  Arguments Required:
   -cChroot install (ex: -c /mnt)
 
-Example Usage: syslinux-install_update.sh -i -a -m (install, set boot flag, 
install mbr)
-   syslinux-install_update.sh -u (update)
+Example Usage: $0 -i -a -m # (install, set boot flag, install mbr)
+   $0 -u   # (update)
 EOF
 }
 
 # Trys to find the partition that /boot resides on
 # This will either be on /boot or / (root)
 getBoot() {
-if [[ ! -d "$bootpath" ]]; then
-echo "Could not find $bootpath"
+if [[ ! -d "$bios_bootpath" ]]; then
+echo "Could not find $bios_bootpath"
 echo "Is boot mounted? Is Syslinux installed?"
 exit 1
 fi
@@ -278,9 +278,9 @@
 { echo "ABORT! MBR installation to partition ($disk)!"; exit 4;}
 
 if [[ "$ptb" = MBR ]]; then
-mbrfile="$libpath/mbr.bin"
+mbrfile="$bios_libpath/mbr.bin"
 elif [[ "$ptb" = GPT ]]; then
-mbrfile="$libpath/gptmbr.bin"
+mbrfile="$bios_libpath/gptmbr.bin"
 fi
 
 if dd bs=440 count=1 conv=notrunc if="$mbrfile" of="$disk" &> 
/dev/null; then
@@ -293,79 +293,65 @@
 return 0
 }
 
-_install() {
+install_modules() {
 # Copy all com32 files to /boot
-for file in "${libpath}"/*.c32; do
+for file in "${bios_libpath}"/*.c32; do
 file=${file##*/}
-# Symlink files if /boot resides on the same partition as root
+rm "$bios_bootpath/$file" &> /dev/null
 if [[ "$boot" = root ]]; then
-ln -s "${libpath#$CHROOT}/$file" "$bootpath/$file" &> /dev/null
+# Symlink files if /boot resides on the same partition as root
+ln -sf "${bios_libpath#$CHROOT}/$file" "$bios_bootpath/$file" &> 
/dev/null
 elif [[ "$boot" = boot ]]; then
-cp "$libpath/$file" "$bootpath/$file"
+cp "$bios_libpath/$file" "$bios_bootpath/$file"
 fi
 done
 
 # Copy / Symlink pci.ids if pci.ids exists on the FS
 if [[ -f $pciids_file ]]; then
+rm "$bio

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

2013-07-08 Thread Gaetan Bisson
Date: Monday, July 8, 2013 @ 14:10:17
  Author: bisson
Revision: 189805

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

Added:
  audacious-plugins/repos/testing-i686/
  audacious-plugins/repos/testing-i686/PKGBUILD
(from rev 189804, audacious-plugins/trunk/PKGBUILD)
  audacious-plugins/repos/testing-x86_64/
  audacious-plugins/repos/testing-x86_64/PKGBUILD
(from rev 189804, audacious-plugins/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   64 ++
 testing-x86_64/PKGBUILD |   64 ++
 2 files changed, 128 insertions(+)

Copied: audacious-plugins/repos/testing-i686/PKGBUILD (from rev 189804, 
audacious-plugins/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-08 12:10:17 UTC (rev 189805)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.4
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('custom:BSD' 'GPL')
+arch=('i686' 'x86_64')
+
+makedepends=("audacious>=${pkgver}"
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transport'
+'libmms: libmms-based mms transport'
+'libcue: CUE playlist format')
+
+source=("http://distfiles.audacious-media-player.org/${pkgname}-${pkgver}.tar.bz2";)
+sha1sums=('2b2f1d30f0b790e6cc3e00483ed4774b0fa1fc42')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --enable-amidiplug \
+   --disable-adplug \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: audacious-plugins/repos/testing-x86_64/PKGBUILD (from rev 189804, 
audacious-plugins/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-07-08 12:10:17 UTC (rev 189805)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Alexander Fehr 
+# Contributor: William Rea 
+
+pkgname=audacious-plugins
+pkgver=3.4
+pkgrel=2
+pkgdesc='Plugins for Audacious'
+url='http://audacious-media-player.org/'
+license=('custom:BSD' 'GPL')
+arch=('i686' 'x86_64')
+
+makedepends=("audacious>=${pkgver}"
+ 'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
+ 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'neon' 'libmms' 'libcue')
+
+optdepends=('oss: Open Sound System v4 output'
+'alsa-lib: Advanced Linux Sound Arch. output'
+'pulseaudio: PulseAudio output'
+'jack2: Jack Audio Connection Kit output'
+'lame: FileWriter MP3 output'
+'libvorbis: Vorbis input, FileWriter Vorbis output'
+'flac: FLAC input, FileWriter FLAC output'
+
+'mpg123: MP3 input'
+'faad2: AAC input'
+'ffmpeg: ffaudio input'
+'libmodplug: modplug input'
+'fluidsynth: MIDI FluidSynth backend input'
+'libcdio-paranoia: CD Digital Audio input'
+'libsidplayfp: Commodore 64 audio input'
+'wavpack: WavPack input'
+
+'libnotify: libnotify OSD'
+'lirc-utils: LIRC'
+'curl: AudioScrobbler Client'
+'libmtp: Upload to MTP device'
+
+'neon: neon-based http transpo

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

2013-07-08 Thread Gaetan Bisson
Date: Monday, July 8, 2013 @ 14:09:48
  Author: bisson
Revision: 189804

fix FS#36060

Modified:
  audacious-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:53:30 UTC (rev 189803)
+++ PKGBUILD2013-07-08 12:09:48 UTC (rev 189804)
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=3.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Audacious'
 url='http://audacious-media-player.org/'
 license=('custom:BSD' 'GPL')
@@ -13,7 +13,7 @@
 
 makedepends=("audacious>=${pkgver}"
  'oss' 'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
- 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplay' 'wavpack'
+ 'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
  'libnotify' 'lirc-utils' 'curl' 'libmtp'
  'neon' 'libmms' 'libcue')
 
@@ -31,7 +31,7 @@
 'libmodplug: modplug input'
 'fluidsynth: MIDI FluidSynth backend input'
 'libcdio-paranoia: CD Digital Audio input'
-'libsidplay: Commodore 64 audio input'
+'libsidplayfp: Commodore 64 audio input'
 'wavpack: WavPack input'
 
 'libnotify: libnotify OSD'



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

2013-07-08 Thread Sven-Hendrik Haase
Date: Monday, July 8, 2013 @ 13:58:09
  Author: svenstaro
Revision: 93684

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

Added:
  qtcreator/repos/community-i686/PKGBUILD
(from rev 93683, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-i686/fix-build.patch
(from rev 93683, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-i686/qtcreator.desktop
(from rev 93683, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-i686/qtcreator.install
(from rev 93683, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/community-x86_64/PKGBUILD
(from rev 93683, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-x86_64/fix-build.patch
(from rev 93683, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-x86_64/qtcreator.desktop
(from rev 93683, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-x86_64/qtcreator.install
(from rev 93683, qtcreator/trunk/qtcreator.install)
Deleted:
  qtcreator/repos/community-i686/PKGBUILD
  qtcreator/repos/community-i686/fix-build.patch
  qtcreator/repos/community-i686/qtcreator.desktop
  qtcreator/repos/community-i686/qtcreator.install
  qtcreator/repos/community-x86_64/PKGBUILD
  qtcreator/repos/community-x86_64/fix-build.patch
  qtcreator/repos/community-x86_64/qtcreator.desktop
  qtcreator/repos/community-x86_64/qtcreator.install

+
 /PKGBUILD  |  102 +++
 /fix-build.patch   |   20 ++
 /qtcreator.desktop |   18 ++
 /qtcreator.install |   24 
 community-i686/PKGBUILD|   51 -
 community-i686/fix-build.patch |   10 ---
 community-i686/qtcreator.desktop   |9 ---
 community-i686/qtcreator.install   |   12 
 community-x86_64/PKGBUILD  |   51 -
 community-x86_64/fix-build.patch   |   10 ---
 community-x86_64/qtcreator.desktop |9 ---
 community-x86_64/qtcreator.install |   12 
 12 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:57:52 UTC (rev 93683)
+++ community-i686/PKGBUILD 2013-07-08 11:58:09 UTC (rev 93684)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Imanol Celaya 
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgname=qtcreator
-pkgver=2.7.2
-_pkgver=2.7.2
-pkgrel=1
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools')
-makedepends=('git')
-options=('docs')
-optdepends=('qt5-doc: for the integrated Qt documentation'
-'gdb: for the debugger'
-'cmake: for cmake project support'
-'openssh-askpass: for ssh support'
-'git: for git support'
-'mercurial: for mercurial support'
-'bzr: for bazaar support'
-'valgrind: for analyze support')
-install=qtcreator.install
-source=("http://download.qt-project.org/official_releases/qtcreator/2.7/${pkgver}/qt-creator-${pkgver}-src.tar.gz";
-'qtcreator.desktop')
-md5sums=('7f1c10740784d3edf2347c27be21fd1a'
- '82888d4be900e7833d768050a135cd37')
-
-build() {
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  qmake ../qt-creator-${pkgver}-src/qtcreator.pro
-  make
-  make docs -j1
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="${pkgdir}/usr/" install
-  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
-
-  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
-  install -Dm644 ${srcdir}/qt-creator-${pkgver}-src/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
-}

Copied: qtcreator/repos/community-i686/PKGBUILD (from rev 93683, 
qtcreator/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:58:09 UTC (rev 93684)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Imanol Celaya 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=2.7.2
+_pkgver=2.7.2
+pkgrel=2
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools')
+makedepends=('git')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+'gdb: for the debugger'
+'cmake: for cmake project support'
+'openssh-askpass: for ssh support'
+'git: for git support'
+'mercurial: for mercur

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

2013-07-08 Thread Sven-Hendrik Haase
Date: Monday, July 8, 2013 @ 13:57:52
  Author: svenstaro
Revision: 93683

upgpkg: qtcreator 2.7.2-2

Rebuild

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:44:31 UTC (rev 93682)
+++ PKGBUILD2013-07-08 11:57:52 UTC (rev 93683)
@@ -9,7 +9,7 @@
 pkgname=qtcreator
 pkgver=2.7.2
 _pkgver=2.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'



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

2013-07-08 Thread Gaetan Bisson
Date: Monday, July 8, 2013 @ 13:53:30
  Author: bisson
Revision: 189803

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

Added:
  libsidplayfp/repos/extra-i686/
  libsidplayfp/repos/extra-i686/PKGBUILD
(from rev 189802, libsidplayfp/trunk/PKGBUILD)
  libsidplayfp/repos/extra-x86_64/
  libsidplayfp/repos/extra-x86_64/PKGBUILD
(from rev 189802, libsidplayfp/trunk/PKGBUILD)

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

Copied: libsidplayfp/repos/extra-i686/PKGBUILD (from rev 189802, 
libsidplayfp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-08 11:53:30 UTC (rev 189803)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('967426a369122b9398c60be0e7d0b78753e23f3e')
+
+options=('!libtool' '!staticlibs')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: libsidplayfp/repos/extra-x86_64/PKGBUILD (from rev 189802, 
libsidplayfp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-07-08 11:53:30 UTC (rev 189803)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('967426a369122b9398c60be0e7d0b78753e23f3e')
+
+options=('!libtool' '!staticlibs')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in (4 files)

2013-07-08 Thread Gaetan Bisson
Date: Monday, July 8, 2013 @ 13:52:25
  Author: bisson
Revision: 189802

initial commit for libsidplayfp, new dependency of audacious-plugins

Added:
  libsidplayfp/
  libsidplayfp/repos/
  libsidplayfp/trunk/
  libsidplayfp/trunk/PKGBUILD

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

Added: libsidplayfp/trunk/PKGBUILD
===
--- libsidplayfp/trunk/PKGBUILD (rev 0)
+++ libsidplayfp/trunk/PKGBUILD 2013-07-08 11:52:25 UTC (rev 189802)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Simon Perry 
+# Contributor: Jonas Nyrén 
+
+pkgname=libsidplayfp
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='Library to play Commodore 64 music derived from libsidplay2'
+url='http://sourceforge.net/projects/sidplay-residfp/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gcc-libs')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('967426a369122b9398c60be0e7d0b78753e23f3e')
+
+options=('!libtool' '!staticlibs')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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


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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:44:31
  Author: spupykin
Revision: 93682

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

Added:
  perl-gd/repos/community-testing-i686/PKGBUILD
(from rev 93681, perl-gd/trunk/PKGBUILD)
  perl-gd/repos/community-testing-x86_64/PKGBUILD
(from rev 93681, perl-gd/trunk/PKGBUILD)
Deleted:
  perl-gd/repos/community-testing-i686/PKGBUILD
  perl-gd/repos/community-testing-x86_64/PKGBUILD

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

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-07-08 11:44:12 UTC (rev 93681)
+++ community-testing-i686/PKGBUILD 2013-07-08 11:44:31 UTC (rev 93682)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=perl-gd
-pkgver=2.49
-pkgrel=4
-pkgdesc="Interface to Gd Graphics Library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/GD";
-license=('GPL' 'PerlArtistic')
-depends=('gd')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('c58b6556bddbe147c41f4e17a0de9bea')
-
-build() {
-  cd  $srcdir/GD-$pkgver
-  unset CFLAGS
-  unset LDFLAGS
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make CCFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
-}
-package() {
-  cd  $srcdir/GD-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-gd/repos/community-testing-i686/PKGBUILD (from rev 93681, 
perl-gd/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-07-08 11:44:31 UTC (rev 93682)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-gd
+pkgver=2.50
+pkgrel=2
+pkgdesc="Interface to Gd Graphics Library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/GD";
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('b2f1e47dfc1c4e4fdda3277f165d36e5')
+
+build() {
+  cd  $srcdir/GD-$pkgver
+  unset CFLAGS
+  unset LDFLAGS
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make CCFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+}
+package() {
+  cd  $srcdir/GD-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2013-07-08 11:44:12 UTC (rev 93681)
+++ community-testing-x86_64/PKGBUILD   2013-07-08 11:44:31 UTC (rev 93682)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=perl-gd
-pkgver=2.49
-pkgrel=4
-pkgdesc="Interface to Gd Graphics Library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/GD";
-license=('GPL' 'PerlArtistic')
-depends=('gd')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('c58b6556bddbe147c41f4e17a0de9bea')
-
-build() {
-  cd  $srcdir/GD-$pkgver
-  unset CFLAGS
-  unset LDFLAGS
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make CCFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
-}
-package() {
-  cd  $srcdir/GD-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-gd/repos/community-testing-x86_64/PKGBUILD (from rev 93681, 
perl-gd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-07-08 11:44:31 UTC (rev 93682)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-gd
+pkgver=2.50
+pkgrel=2
+pkgdesc="Interface to Gd Graphics Library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/GD";
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('b2f1e47dfc1c4e4fdda3277f165d36e5')
+
+build() {
+  cd  $srcdir/GD-$pkgver
+  unset CFLAGS
+  unset LDFLAGS
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make CCFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+}
+package() {
+  cd  $srcdir/GD-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}


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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:44:12
  Author: spupykin
Revision: 93681

upgpkg: perl-gd 2.50-2

upd

Modified:
  perl-gd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:41:45 UTC (rev 93680)
+++ PKGBUILD2013-07-08 11:44:12 UTC (rev 93681)
@@ -4,7 +4,7 @@
 
 pkgname=perl-gd
 pkgver=2.50
-pkgrel=1
+pkgrel=2
 pkgdesc="Interface to Gd Graphics Library"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/GD";



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

2013-07-08 Thread Gaetan Bisson
Date: Monday, July 8, 2013 @ 13:41:45
  Author: bisson
Revision: 93680

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

Added:
  thttpd/repos/community-i686/PKGBUILD
(from rev 93679, thttpd/trunk/PKGBUILD)
  thttpd/repos/community-i686/config
(from rev 93679, thttpd/trunk/config)
  thttpd/repos/community-i686/discreet.patch
(from rev 93679, thttpd/trunk/discreet.patch)
  thttpd/repos/community-i686/forwarded-for.patch
(from rev 93679, thttpd/trunk/forwarded-for.patch)
  thttpd/repos/community-i686/getline.patch
(from rev 93679, thttpd/trunk/getline.patch)
  thttpd/repos/community-i686/logrotate.d
(from rev 93679, thttpd/trunk/logrotate.d)
  thttpd/repos/community-i686/service
(from rev 93679, thttpd/trunk/service)
  thttpd/repos/community-x86_64/PKGBUILD
(from rev 93679, thttpd/trunk/PKGBUILD)
  thttpd/repos/community-x86_64/config
(from rev 93679, thttpd/trunk/config)
  thttpd/repos/community-x86_64/discreet.patch
(from rev 93679, thttpd/trunk/discreet.patch)
  thttpd/repos/community-x86_64/forwarded-for.patch
(from rev 93679, thttpd/trunk/forwarded-for.patch)
  thttpd/repos/community-x86_64/getline.patch
(from rev 93679, thttpd/trunk/getline.patch)
  thttpd/repos/community-x86_64/logrotate.d
(from rev 93679, thttpd/trunk/logrotate.d)
  thttpd/repos/community-x86_64/service
(from rev 93679, thttpd/trunk/service)
Deleted:
  thttpd/repos/community-i686/PKGBUILD
  thttpd/repos/community-i686/config
  thttpd/repos/community-i686/discreet.patch
  thttpd/repos/community-i686/forwarded-for.patch
  thttpd/repos/community-i686/getline.patch
  thttpd/repos/community-i686/logrotate.d
  thttpd/repos/community-i686/service
  thttpd/repos/community-x86_64/PKGBUILD
  thttpd/repos/community-x86_64/config
  thttpd/repos/community-x86_64/discreet.patch
  thttpd/repos/community-x86_64/forwarded-for.patch
  thttpd/repos/community-x86_64/getline.patch
  thttpd/repos/community-x86_64/logrotate.d
  thttpd/repos/community-x86_64/service

--+
 /PKGBUILD|  142 +
 /config  |   14 +++
 /discreet.patch  |   68 +++
 /forwarded-for.patch |   32 +++
 /getline.patch   |   42 +
 /logrotate.d |   24 +
 /service |   20 
 community-i686/PKGBUILD  |   67 ---
 community-i686/config|7 -
 community-i686/discreet.patch|   34 ---
 community-i686/forwarded-for.patch   |   16 ---
 community-i686/getline.patch |   21 
 community-i686/logrotate.d   |   12 --
 community-i686/service   |   10 --
 community-x86_64/PKGBUILD|   67 ---
 community-x86_64/config  |7 -
 community-x86_64/discreet.patch  |   34 ---
 community-x86_64/forwarded-for.patch |   16 ---
 community-x86_64/getline.patch   |   21 
 community-x86_64/logrotate.d |   12 --
 community-x86_64/service |   10 --
 21 files changed, 342 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:40:13 UTC (rev 93679)
+++ community-i686/PKGBUILD 2013-07-08 11:41:45 UTC (rev 93680)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Damir Perisa 
-# Contributor: Stewart Starbuck 
-
-pkgname=thttpd
-pkgver=2.25b
-pkgrel=10
-pkgdesc='Simple, small, portable, fast, and secure HTTP server'
-url='http://www.acme.com/software/thttpd/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-backup=('etc/thttpd.conf')
-source=("http://www.acme.com/software/thttpd/${pkgname}-${pkgver}.tar.gz";
-'forwarded-for.patch'
-'discreet.patch'
-'getline.patch'
-'logrotate.d'
-'service'
-'config')
-sha1sums=('cd0e823233ad73e34ee1c9b871b01050feb9db52'
-  '1293fbaf83a489c65d6d2b107d797c687233d96a'
-  '1e73fca7d9ac2579da317f985c8666a181dc37c1'
-  '5ac14035a10b9155d813b363520e9aa74c5d91fc'
-  '36ffeefd1675ca4920605b1b5ca32dd5141a8f23'
-  '73bd76de0e89a9cc31e5605659837d83b3c8dfde'
-  '16640870a69cfc48021ee3acfea7c95834549d46')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../forwarded-for.patch
-   patch -p1 -i ../discreet.patch
-   patch -p1 -i ../getline.patch
-   echo 'mkv   video/x-matroska' >> mime_types.txt
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   CPPFLAGS= ./configure --prefix=/usr --mandir=/usr/share/man
-   sed \
-   -e 's/^CFLAGS =/CFLAGS +=/' \
-   -e '/^STATICFLAG =/c STATICFLAG =' \
-   -i Makefile */Makefile
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkg

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

2013-07-08 Thread Gaetan Bisson
Date: Monday, July 8, 2013 @ 13:40:13
  Author: bisson
Revision: 93679

fix FS#36030

Modified:
  thttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:29:22 UTC (rev 93678)
+++ PKGBUILD2013-07-08 11:40:13 UTC (rev 93679)
@@ -5,7 +5,7 @@
 
 pkgname=thttpd
 pkgver=2.25b
-pkgrel=10
+pkgrel=11
 pkgdesc='Simple, small, portable, fast, and secure HTTP server'
 url='http://www.acme.com/software/thttpd/'
 license=('custom:BSD')
@@ -64,4 +64,8 @@
install -d "${pkgdir}"/var/log/thttpd
install -d "${pkgdir}"/usr/share/licenses/"${pkgname}"
head -n 26 thttpd.c > 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
+
+   # conflicts with apache
+   mv "${pkgdir}"/usr/bin/htpasswd{,-thttpd}
+   mv "${pkgdir}"/usr/share/man/man1/htpasswd{,-thttpd}.1
 }



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:29:22
  Author: spupykin
Revision: 93678

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

Added:
  perl-gd/repos/community-i686/PKGBUILD
(from rev 93677, perl-gd/trunk/PKGBUILD)
  perl-gd/repos/community-x86_64/PKGBUILD
(from rev 93677, perl-gd/trunk/PKGBUILD)
Deleted:
  perl-gd/repos/community-i686/PKGBUILD
  perl-gd/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:29:03 UTC (rev 93677)
+++ community-i686/PKGBUILD 2013-07-08 11:29:22 UTC (rev 93678)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=perl-gd
-pkgver=2.49
-pkgrel=2
-pkgdesc="Interface to Gd Graphics Library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/GD";
-license=('GPL' 'PerlArtistic')
-depends=('gd')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('c58b6556bddbe147c41f4e17a0de9bea')
-
-build() {
-  cd  $srcdir/GD-$pkgver
-  unset CFLAGS
-  unset LDFLAGS
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make CCFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
-}
-package() {
-  cd  $srcdir/GD-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-gd/repos/community-i686/PKGBUILD (from rev 93677, 
perl-gd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:29:22 UTC (rev 93678)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-gd
+pkgver=2.50
+pkgrel=1
+pkgdesc="Interface to Gd Graphics Library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/GD";
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('b2f1e47dfc1c4e4fdda3277f165d36e5')
+
+build() {
+  cd  $srcdir/GD-$pkgver
+  unset CFLAGS
+  unset LDFLAGS
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make CCFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+}
+package() {
+  cd  $srcdir/GD-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-08 11:29:03 UTC (rev 93677)
+++ community-x86_64/PKGBUILD   2013-07-08 11:29:22 UTC (rev 93678)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=perl-gd
-pkgver=2.49
-pkgrel=2
-pkgdesc="Interface to Gd Graphics Library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/GD";
-license=('GPL' 'PerlArtistic')
-depends=('gd')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('c58b6556bddbe147c41f4e17a0de9bea')
-
-build() {
-  cd  $srcdir/GD-$pkgver
-  unset CFLAGS
-  unset LDFLAGS
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make CCFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
-}
-package() {
-  cd  $srcdir/GD-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-gd/repos/community-x86_64/PKGBUILD (from rev 93677, 
perl-gd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-08 11:29:22 UTC (rev 93678)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-gd
+pkgver=2.50
+pkgrel=1
+pkgdesc="Interface to Gd Graphics Library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/GD";
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('b2f1e47dfc1c4e4fdda3277f165d36e5')
+
+build() {
+  cd  $srcdir/GD-$pkgver
+  unset CFLAGS
+  unset LDFLAGS
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make CCFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+}
+package() {
+  cd  $srcdir/GD-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:29:03
  Author: spupykin
Revision: 93677

upgpkg: perl-gd 2.50-1

upd

Modified:
  perl-gd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:20:55 UTC (rev 93676)
+++ PKGBUILD2013-07-08 11:29:03 UTC (rev 93677)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=perl-gd
-pkgver=2.49
-pkgrel=4
+pkgver=2.50
+pkgrel=1
 pkgdesc="Interface to Gd Graphics Library"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/GD";
@@ -12,7 +12,7 @@
 depends=('gd')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('c58b6556bddbe147c41f4e17a0de9bea')
+md5sums=('b2f1e47dfc1c4e4fdda3277f165d36e5')
 
 build() {
   cd  $srcdir/GD-$pkgver



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:20:55
  Author: spupykin
Revision: 93676

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 93675, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 93675, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 93675, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 93675, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 93675, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 93675, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  118 +++
 /rsyslog.conf  |   88 ++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   59 -
 community-i686/rsyslog.conf|   44 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   59 -
 community-x86_64/rsyslog.conf  |   44 -
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 220 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:20:34 UTC (rev 93675)
+++ community-i686/PKGBUILD 2013-07-08 11:20:55 UTC (rev 93676)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=rsyslog
-pkgver=7.4.1
-pkgrel=1
-pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
-url="http://www.rsyslog.com/";
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd')
-makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog'
-   'etc/conf.d/rsyslog')
-options=('strip' 'zipman' '!libtool')
-source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz";
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-md5sums=('8e0e868a425bfa5c2c13bdc28338e1af'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  echo "rsyslogd_LDADD += \$(LIBESTR_LIBS) -lm" >>tools/Makefile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  # Install Daemons and Configuration Files
-  install -D -m644 doc/${pkgname}-example.conf 
${pkgdir}/usr/share/doc/$pkgname/${pkgname}.conf.example
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-
-  # fix location of systemctl and remove start precondition
-  sed -i "$pkgdir/usr/lib/systemd/system/rsyslog.service" \
--e 's@/bin/systemctl@/usr&@' \
--e '/^ExecStartPre/d'
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 93675, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:20:55 UTC (rev 93676)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=rsyslog
+pkgver=7.4.2
+pkgrel=1
+pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
+url="http://www.rsyslog.com/";
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'systemd')
+makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog'
+   'etc/conf.d/rsyslog')
+options=('strip' 'zipman' '!libtool')
+source=("ht

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:20:28
  Author: spupykin
Revision: 93674

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

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

-+
 /PKGBUILD   |  124 ++
 /recoll.install |   26 +++
 community-i686/PKGBUILD |   62 ---
 community-i686/recoll.install   |   13 ---
 community-x86_64/PKGBUILD   |   62 ---
 community-x86_64/recoll.install |   13 ---
 6 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:20:11 UTC (rev 93673)
+++ community-i686/PKGBUILD 2013-07-08 11:20:28 UTC (rev 93674)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel J Griffiths 
-# Contributor: Andrea Scarpino 
-# Contributor: Vladimir Chizhov 
-# Contributor: Robert Emil Berge 
-
-pkgname=recoll
-pkgver=1.19.2
-pkgrel=1
-pkgdesc="Full text search tool based on Xapian backend"
-arch=('i686' 'x86_64')
-url="http://www.lesbonscomptes.com/recoll/";
-license=('GPL')
-depends=('xapian-core>=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 
'qtwebkit')
-makedepends=('python2')
-optdepends=('libxslt: for XML based formats (fb2,etc)'
-   'unzip: for the OpenOffice.org documents'
-   'xpdf: for pdf'
-   'pstotext: for postscipt'
-   'antiword: for msword'
-   'catdoc: for ms excel and powerpoint'
-   'unrtf: for RTF'
-   'untex: for dvi support with dvips'
-   'djvulibre: for djvu'
-   'id3lib: for mp3 tags support with id3info'
-   'python2: for using some filters'
-   'mutagen: Audio metadata'
-   'python2-pychm: CHM files'
-   'perl-image-exiftool: EXIF data from raw files'
-   'aspell-en: English stemming support')
-install=recoll.install
-source=("http://www.lesbonscomptes.com/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('caffd86c122476ca0bcdde55177b393b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  msg2 "Python2 fix"
-  export PYTHON=/usr/bin/python2
-  for file in 
filters/{rclchm,rclexecm.py,rclics,rclpython,rclzip,rclaudio,rclinfo,rclkar,rcllatinclass.py,rclwar,rclrar}
 \
-  doc/user/usermanual.html; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' "$file"
-  done
-  sed -i 's_python$_python2_' desktop/hotrecoll.py
-  sed -i 's_python _python2 _' python/recoll/Makefile recollinstall*
-
-  sed -i '1,1i#include ' utils/rclionice.cpp
-
-  QMAKE=qmake-qt4 ./configure \
---prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: recoll/repos/community-i686/PKGBUILD (from rev 93673, 
recoll/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:20:28 UTC (rev 93674)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel J Griffiths 
+# Contributor: Andrea Scarpino 
+# Contributor: Vladimir Chizhov 
+# Contributor: Robert Emil Berge 
+
+pkgname=recoll
+pkgver=1.19.5
+pkgrel=1
+pkgdesc="Full text search tool based on Xapian backend"
+arch=('i686' 'x86_64')
+url="http://www.lesbonscomptes.com/recoll/";
+license=('GPL')
+depends=('xapian-core>=1.0.15-1' 'qt4' 'openssl' 'hicolor-icon-theme' 
'qtwebkit')
+makedepends=('python2')
+optdepends=('libxslt: for XML based formats (fb2,etc)'
+   'unzip: for the OpenOffice.org documents'
+   'xpdf: for pdf'
+   'pstotext: for postscipt'
+   'antiword: for msword'
+   'catdoc: for ms excel and powerpoint'
+   'unrtf: for RTF'
+   'untex: for dvi support with dvips'
+   'djvulibre: for djvu'
+   'id3lib: for mp3 tags support with id3info'
+   'python2: for using some filters'
+   'mutagen: Audio metadata'
+   'python2-pychm: CHM files'
+   'perl-image-exiftool: EXIF data from raw files'
+   'aspell-en: English stemming support')
+install=recoll.install
+source=("http://www.lesbonscomptes.com/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('4a770950d47dee4f6b4ef95e1bc16a5a')
+
+build() {
+  cd "$srcdir/$pk

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:20:34
  Author: spupykin
Revision: 93675

upgpkg: rsyslog 7.4.2-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:20:28 UTC (rev 93674)
+++ PKGBUILD2013-07-08 11:20:34 UTC (rev 93675)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=rsyslog
-pkgver=7.4.1
+pkgver=7.4.2
 pkgrel=1
 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
 url="http://www.rsyslog.com/";
@@ -22,7 +22,7 @@
 source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz";
'rsyslog.logrotate'
'rsyslog.conf')
-md5sums=('8e0e868a425bfa5c2c13bdc28338e1af'
+md5sums=('52ba87ddce153625ec4e4a2e60c4ec0e'
  '0d990373f5c70ddee989296007b4df5b'
  'd61dd424e660eb16401121eed20d98bc')
 



[arch-commits] Commit in perl-poe-component-ikc/repos/community-any (2 files)

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:20:07
  Author: spupykin
Revision: 93672

archrelease: copy trunk to community-any

Added:
  perl-poe-component-ikc/repos/community-any/PKGBUILD
(from rev 93671, perl-poe-component-ikc/trunk/PKGBUILD)
Deleted:
  perl-poe-component-ikc/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-08 11:19:55 UTC (rev 93671)
+++ PKGBUILD2013-07-08 11:20:07 UTC (rev 93672)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-poe-component-ikc
-pkgver=0.2304
-pkgrel=1
-pkgdesc="Perl/CPAN Module POE::Component::IKC"
-arch=("any")
-url="http://search.cpan.org/dist/POE-Component-IKC/";
-license=("GPL" "PerlArtistic")
-makedepends=("perl-poe")
-depends=("perl-poe")
-source=("http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz";)
-md5sums=('cbcbfaa4fccaf2448a93b10e1a2a825d')
-
-build() {
-  cd $srcdir/POE-Component-IKC-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/POE-Component-IKC-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-poe-component-ikc/repos/community-any/PKGBUILD (from rev 93671, 
perl-poe-component-ikc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-08 11:20:07 UTC (rev 93672)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-poe-component-ikc
+pkgver=0.2305
+pkgrel=1
+pkgdesc="Perl/CPAN Module POE::Component::IKC"
+arch=("any")
+url="http://search.cpan.org/dist/POE-Component-IKC/";
+license=("GPL" "PerlArtistic")
+makedepends=("perl-poe")
+depends=("perl-poe")
+source=("http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz";)
+md5sums=('b1b3a348e8d5f935d4a7995aea4139ee')
+
+build() {
+  cd $srcdir/POE-Component-IKC-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/POE-Component-IKC-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:20:11
  Author: spupykin
Revision: 93673

upgpkg: recoll 1.19.5-1

upd

Modified:
  recoll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:20:07 UTC (rev 93672)
+++ PKGBUILD2013-07-08 11:20:11 UTC (rev 93673)
@@ -6,7 +6,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=recoll
-pkgver=1.19.2
+pkgver=1.19.5
 pkgrel=1
 pkgdesc="Full text search tool based on Xapian backend"
 arch=('i686' 'x86_64')
@@ -31,7 +31,7 @@
'aspell-en: English stemming support')
 install=recoll.install
 source=("http://www.lesbonscomptes.com/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('caffd86c122476ca0bcdde55177b393b')
+md5sums=('4a770950d47dee4f6b4ef95e1bc16a5a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



[arch-commits] Commit in perl-poe-component-ikc/trunk (PKGBUILD)

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:19:55
  Author: spupykin
Revision: 93671

upgpkg: perl-poe-component-ikc 0.2305-1

upd

Modified:
  perl-poe-component-ikc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:19:50 UTC (rev 93670)
+++ PKGBUILD2013-07-08 11:19:55 UTC (rev 93671)
@@ -3,7 +3,7 @@
 # Maintainer: Charles Mauch 
 
 pkgname=perl-poe-component-ikc
-pkgver=0.2304
+pkgver=0.2305
 pkgrel=1
 pkgdesc="Perl/CPAN Module POE::Component::IKC"
 arch=("any")
@@ -12,7 +12,7 @@
 makedepends=("perl-poe")
 depends=("perl-poe")
 
source=("http://www.cpan.org/authors/id/G/GW/GWYN/POE-Component-IKC-$pkgver.tar.gz";)
-md5sums=('cbcbfaa4fccaf2448a93b10e1a2a825d')
+md5sums=('b1b3a348e8d5f935d4a7995aea4139ee')
 
 build() {
   cd $srcdir/POE-Component-IKC-$pkgver



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:19:50
  Author: spupykin
Revision: 93670

archrelease: copy trunk to community-any

Added:
  perl-gdgraph/repos/community-any/PKGBUILD
(from rev 93669, perl-gdgraph/trunk/PKGBUILD)
Deleted:
  perl-gdgraph/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-08 11:19:39 UTC (rev 93669)
+++ PKGBUILD2013-07-08 11:19:50 UTC (rev 93670)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Contributor: Sergej Pupykin 
-
-pkgname=perl-gdgraph
-pkgver=1.44
-pkgrel=3
-pkgdesc="Create charts using GD"
-arch=('any')
-url="http://search.cpan.org/dist/GDGraph";
-license=('GPL' 'PerlArtistic')
-depends=('perl-gd>=1.18' 'perl-gdtextutil>=0.80')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/B/BW/BWARFIELD/GDGraph-$pkgver.tar.gz)
-md5sums=('a8a4ab62741258803b5744cb8882e68c')
-
-build() {
-  cd  $srcdir/GDGraph-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-gdgraph/repos/community-any/PKGBUILD (from rev 93669, 
perl-gdgraph/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-08 11:19:50 UTC (rev 93670)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: Sergej Pupykin 
+
+pkgname=perl-gdgraph
+pkgver=1.47
+pkgrel=1
+pkgdesc="Create charts using GD"
+arch=('any')
+url="http://search.cpan.org/dist/GDGraph";
+license=('GPL' 'PerlArtistic')
+depends=('perl-gd>=1.18' 'perl-gdtextutil>=0.80')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/GDGraph-$pkgver.tar.gz)
+md5sums=('03d5a2167281fe25564cdbde832fa92b')
+
+build() {
+  cd  $srcdir/GDGraph-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/GDGraph-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:19:35
  Author: spupykin
Revision: 93668

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

Added:
  perl-berkeleydb/repos/community-i686/PKGBUILD
(from rev 93667, perl-berkeleydb/trunk/PKGBUILD)
  perl-berkeleydb/repos/community-x86_64/PKGBUILD
(from rev 93667, perl-berkeleydb/trunk/PKGBUILD)
Deleted:
  perl-berkeleydb/repos/community-i686/PKGBUILD
  perl-berkeleydb/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:19:15 UTC (rev 93667)
+++ community-i686/PKGBUILD 2013-07-08 11:19:35 UTC (rev 93668)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-# Contributor: Francois Charette 
-
-pkgname=perl-berkeleydb
-pkgver=0.51
-pkgrel=2
-pkgdesc="Interface to Berkeley DB version 2, 3 or 4"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/BerkeleyDB/";
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'db')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-$pkgver.tar.gz)
-md5sums=('50d0d18227a6568e2557a1b1b33f8f55')
-
-build() {
-  cd  $srcdir/BerkeleyDB-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  _dbver=`pacman -Q db | cut -d\  -f2 | cut -d- -f1`
-  depends=('perl' "db=$_dbver")
-
-  cd  $srcdir/BerkeleyDB-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-berkeleydb/repos/community-i686/PKGBUILD (from rev 93667, 
perl-berkeleydb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:19:35 UTC (rev 93668)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+# Contributor: Francois Charette 
+
+pkgname=perl-berkeleydb
+pkgver=0.52
+pkgrel=1
+pkgdesc="Interface to Berkeley DB version 2, 3 or 4"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/BerkeleyDB/";
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'db')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-$pkgver.tar.gz)
+md5sums=('e1031f4cd3062fdb1597af4373789d79')
+
+build() {
+  cd  $srcdir/BerkeleyDB-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  _dbver=`pacman -Q db | cut -d\  -f2 | cut -d- -f1`
+  depends=('perl' "db=$_dbver")
+
+  cd  $srcdir/BerkeleyDB-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-08 11:19:15 UTC (rev 93667)
+++ community-x86_64/PKGBUILD   2013-07-08 11:19:35 UTC (rev 93668)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-# Contributor: Francois Charette 
-
-pkgname=perl-berkeleydb
-pkgver=0.51
-pkgrel=2
-pkgdesc="Interface to Berkeley DB version 2, 3 or 4"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/BerkeleyDB/";
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'db')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-$pkgver.tar.gz)
-md5sums=('50d0d18227a6568e2557a1b1b33f8f55')
-
-build() {
-  cd  $srcdir/BerkeleyDB-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  _dbver=`pacman -Q db | cut -d\  -f2 | cut -d- -f1`
-  depends=('perl' "db=$_dbver")
-
-  cd  $srcdir/BerkeleyDB-$pkgver
-  make pure_install doc_install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-berkeleydb/repos/community-x86_64/PKGBUILD (from rev 93667, 
perl-berkeleydb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-07-08 11:19:35 UTC (rev 93668)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+# Contributor: Francois Charette 
+
+pkgname=perl-berkeleydb
+pkgver=0.52
+pkgrel=1
+pkgdesc="Interface to Berkeley DB version 2, 3 or 4"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/BerkeleyDB/";
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'db')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-$pkgver.tar.gz)
+md5sums=('e1031f4cd3062fdb1

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:19:39
  Author: spupykin
Revision: 93669

upgpkg: perl-gdgraph 1.47-1

upd

Modified:
  perl-gdgraph/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:19:35 UTC (rev 93668)
+++ PKGBUILD2013-07-08 11:19:39 UTC (rev 93669)
@@ -4,16 +4,16 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=perl-gdgraph
-pkgver=1.44
-pkgrel=3
+pkgver=1.47
+pkgrel=1
 pkgdesc="Create charts using GD"
 arch=('any')
 url="http://search.cpan.org/dist/GDGraph";
 license=('GPL' 'PerlArtistic')
 depends=('perl-gd>=1.18' 'perl-gdtextutil>=0.80')
 options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/B/BW/BWARFIELD/GDGraph-$pkgver.tar.gz)
-md5sums=('a8a4ab62741258803b5744cb8882e68c')
+source=(http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/GDGraph-$pkgver.tar.gz)
+md5sums=('03d5a2167281fe25564cdbde832fa92b')
 
 build() {
   cd  $srcdir/GDGraph-$pkgver



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:19:15
  Author: spupykin
Revision: 93667

upgpkg: perl-berkeleydb 0.52-1

upd

Modified:
  perl-berkeleydb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:18:56 UTC (rev 93666)
+++ PKGBUILD2013-07-08 11:19:15 UTC (rev 93667)
@@ -4,8 +4,8 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-berkeleydb
-pkgver=0.51
-pkgrel=2
+pkgver=0.52
+pkgrel=1
 pkgdesc="Interface to Berkeley DB version 2, 3 or 4"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/BerkeleyDB/";
@@ -13,7 +13,7 @@
 depends=('perl' 'db')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/BerkeleyDB-$pkgver.tar.gz)
-md5sums=('50d0d18227a6568e2557a1b1b33f8f55')
+md5sums=('e1031f4cd3062fdb1597af4373789d79')
 
 build() {
   cd  $srcdir/BerkeleyDB-$pkgver



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:18:17
  Author: spupykin
Revision: 93663

upgpkg: mcelog 20130708-1

upd

Modified:
  mcelog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:18:13 UTC (rev 93662)
+++ PKGBUILD2013-07-08 11:18:17 UTC (rev 93663)
@@ -4,7 +4,7 @@
 # Maintainer: Thomas Mudrunka 
 
 pkgname=mcelog
-pkgver=20130530
+pkgver=20130708
 pkgrel=1
 pkgdesc="Print machine check event log from x86-64 kernel"
 url="http://freshmeat.net/projects/mcelog/";



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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:18:34
  Author: spupykin
Revision: 93664

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

Added:
  mcelog/repos/community-i686/PKGBUILD
(from rev 93663, mcelog/trunk/PKGBUILD)
  mcelog/repos/community-i686/mcelog.service
(from rev 93663, mcelog/trunk/mcelog.service)
  mcelog/repos/community-x86_64/PKGBUILD
(from rev 93663, mcelog/trunk/PKGBUILD)
  mcelog/repos/community-x86_64/mcelog.service
(from rev 93663, mcelog/trunk/mcelog.service)
Deleted:
  mcelog/repos/community-i686/PKGBUILD
  mcelog/repos/community-i686/mcelog.service
  mcelog/repos/community-x86_64/PKGBUILD
  mcelog/repos/community-x86_64/mcelog.service

-+
 /PKGBUILD   |   78 ++
 /mcelog.service |   22 ++
 community-i686/PKGBUILD |   39 ---
 community-i686/mcelog.service   |   11 -
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/mcelog.service |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:18:17 UTC (rev 93663)
+++ community-i686/PKGBUILD 2013-07-08 11:18:34 UTC (rev 93664)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Thomas Mudrunka 
-# Maintainer: Thomas Mudrunka 
-
-pkgname=mcelog
-pkgver=20130530
-pkgrel=1
-pkgdesc="Print machine check event log from x86-64 kernel"
-url="http://freshmeat.net/projects/mcelog/";
-license=("GPL")
-arch=('i686' 'x86_64')
-makedepends=('git')
-options=('docs')
-backup=('etc/mcelog/mcelog.conf')
-source=("git://github.com/andikleen/mcelog.git"
-   "mcelog.service")
-md5sums=('SKIP'
- 'afd7fc2b7a2f92a75e040b23d6b15958')
-
-prepare() {
-  cd "${srcdir}/mcelog"
-  sed -i 's|sbin|bin|g' Makefile mcelog.cron
-}
-
-build() {
-  cd "${srcdir}/mcelog"
-  make
-}
-
-package() {
-  cd "${srcdir}/mcelog"
-  mkdir -p $pkgdir/usr/share/doc/mcelog
-  make install prefix=$pkgdir/usr etcprefix=$pkgdir 
DOCDIR=$pkgdir/usr/share/doc/mcelog
-  install -Dm0755 mcelog.cron "${pkgdir}/usr/bin/mcelog.cron"
-  install -Dm0644 mcelog.logrotate "${pkgdir}/etc/logrotate.d/mcelog.logrotate"
-  install -Dm0644 README "${pkgdir}/usr/share/doc/mcelog/README"
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-}

Copied: mcelog/repos/community-i686/PKGBUILD (from rev 93663, 
mcelog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:18:34 UTC (rev 93664)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Thomas Mudrunka 
+# Maintainer: Thomas Mudrunka 
+
+pkgname=mcelog
+pkgver=20130708
+pkgrel=1
+pkgdesc="Print machine check event log from x86-64 kernel"
+url="http://freshmeat.net/projects/mcelog/";
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=('git')
+options=('docs')
+backup=('etc/mcelog/mcelog.conf')
+source=("git://github.com/andikleen/mcelog.git"
+   "mcelog.service")
+md5sums=('SKIP'
+ 'afd7fc2b7a2f92a75e040b23d6b15958')
+
+prepare() {
+  cd "${srcdir}/mcelog"
+  sed -i 's|sbin|bin|g' Makefile mcelog.cron
+}
+
+build() {
+  cd "${srcdir}/mcelog"
+  make
+}
+
+package() {
+  cd "${srcdir}/mcelog"
+  mkdir -p $pkgdir/usr/share/doc/mcelog
+  make install prefix=$pkgdir/usr etcprefix=$pkgdir 
DOCDIR=$pkgdir/usr/share/doc/mcelog
+  install -Dm0755 mcelog.cron "${pkgdir}/usr/bin/mcelog.cron"
+  install -Dm0644 mcelog.logrotate "${pkgdir}/etc/logrotate.d/mcelog.logrotate"
+  install -Dm0644 README "${pkgdir}/usr/share/doc/mcelog/README"
+  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
+}

Deleted: community-i686/mcelog.service
===
--- community-i686/mcelog.service   2013-07-08 11:18:17 UTC (rev 93663)
+++ community-i686/mcelog.service   2013-07-08 11:18:34 UTC (rev 93664)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Machine Check Exception Logging Daemon
-After=syslog.target
-
-[Service]
-PIDFile=/run/mcelog.pid
-ExecStart=/usr/bin/mcelog --ignorenodev --daemon --foreground --pidfile 
/run/mcelog.pid
-StandardOutput=syslog
-
-[Install]
-WantedBy=multi-user.target

Copied: mcelog/repos/community-i686/mcelog.service (from rev 93663, 
mcelog/trunk/mcelog.service)

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:18:56
  Author: spupykin
Revision: 93666

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

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

+
 /PKGBUILD  |   72 +++
 /passenger.install |   64 +++
 community-i686/PKGBUILD|   36 -
 community-i686/passenger.install   |   32 ---
 community-x86_64/PKGBUILD  |   36 -
 community-x86_64/passenger.install |   32 ---
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-08 11:18:39 UTC (rev 93665)
+++ community-i686/PKGBUILD 2013-07-08 11:18:56 UTC (rev 93666)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=passenger
-pkgver=4.0.5
-pkgrel=1
-pkgdesc="mod_rails passenger"
-arch=('i686' 'x86_64')
-url="http://www.modrails.com";
-#http://rubyforge.org/frs/?group_id=5873
-license=('GPL')
-depends=('ruby' 'ruby-rack' 'curl')
-makedepends=('apache')
-install=passenger.install
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('c1818eb097edc3f13715f884d938b690')
-
-build(){
-  cd $srcdir/passenger-release-$pkgver
-
-#  sed -i 's/env python/env python2/' 
lib/phusion_passenger/wsgi/request_handler.py
-
-  ./bin/passenger-install-apache2-module -a
-  rake nginx
-}
-
-package() {
-  cd $srcdir/passenger-release-$pkgver
-
-  mkdir -p $pkgdir/usr/lib/passenger/
-  cp -R * $pkgdir/usr/lib/passenger/
-
-  mkdir -p $pkgdir/usr/lib/httpd/modules
-  ln -sf /usr/lib/passenger/libout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
-}

Copied: passenger/repos/community-i686/PKGBUILD (from rev 93665, 
passenger/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-08 11:18:56 UTC (rev 93666)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=passenger
+pkgver=4.0.7
+pkgrel=1
+pkgdesc="mod_rails passenger"
+arch=('i686' 'x86_64')
+url="http://www.modrails.com";
+#http://rubyforge.org/frs/?group_id=5873
+license=('GPL')
+depends=('ruby' 'ruby-rack' 'curl')
+makedepends=('apache')
+install=passenger.install
+options=('!emptydirs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
+md5sums=('07f892d34164bfcc883a46d8b730b8e5')
+
+build(){
+  cd $srcdir/passenger-release-$pkgver
+
+#  sed -i 's/env python/env python2/' 
lib/phusion_passenger/wsgi/request_handler.py
+
+  ./bin/passenger-install-apache2-module -a
+  rake nginx
+}
+
+package() {
+  cd $srcdir/passenger-release-$pkgver
+
+  mkdir -p $pkgdir/usr/lib/passenger/
+  cp -R * $pkgdir/usr/lib/passenger/
+
+  mkdir -p $pkgdir/usr/lib/httpd/modules
+  ln -sf /usr/lib/passenger/libout/apache2/mod_passenger.so 
$pkgdir/usr/lib/httpd/modules/mod_passenger.so
+}

Deleted: community-i686/passenger.install
===
--- community-i686/passenger.install2013-07-08 11:18:39 UTC (rev 93665)
+++ community-i686/passenger.install2013-07-08 11:18:56 UTC (rev 93666)
@@ -1,32 +0,0 @@
-post_install() {
-   echo "Please edit your Apache configuration file, and add these lines:"
-   echo ""
-   echo "LoadModule passenger_module 
/usr/lib/httpd/modules/mod_passenger.so"
-   echo "PassengerRoot /usr/lib/passenger"
-   echo "PassengerRuby /usr/bin/ruby"
-   echo ""
-   echo "After you restart Apache, you are ready to deploy any number of 
Ruby on Rails"
-   echo "applications on Apache, without any further Ruby on 
Rails-specific"
-   echo "configuration!"
-   echo ""
-   echo ""
-   echo "Deploying a Ruby on Rails application: an example"
-   echo ""
-   echo "Suppose you have a Ruby on Rails application in /somewhere. Add a 
virtual host"
-   echo "to your Apache configuration file, and set its DocumentRoot to"
-   echo "/somewhere/public, like this:"
-   echo ""
-   echo ""
-   echo "  ServerName www.yourhost.com"
-   echo "  DocumentRo

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

2013-07-08 Thread Sergej Pupykin
Date: Monday, July 8, 2013 @ 13:18:39
  Author: spupykin
Revision: 93665

upgpkg: passenger 4.0.7-1

upd

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-08 11:18:34 UTC (rev 93664)
+++ PKGBUILD2013-07-08 11:18:39 UTC (rev 93665)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=passenger
-pkgver=4.0.5
+pkgver=4.0.7
 pkgrel=1
 pkgdesc="mod_rails passenger"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=passenger.install
 options=('!emptydirs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/FooBarWidget/passenger/archive/release-$pkgver.tar.gz)
-md5sums=('c1818eb097edc3f13715f884d938b690')
+md5sums=('07f892d34164bfcc883a46d8b730b8e5')
 
 build(){
   cd $srcdir/passenger-release-$pkgver



  1   2   >