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

2013-12-27 Thread Evangelos Foutras
Date: Friday, December 27, 2013 @ 12:05:57
  Author: foutrelis
Revision: 202764

upgpkg: xfce4-terminal 0.6.3-1

New upstream release.

Modified:
  xfce4-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-26 20:12:33 UTC (rev 202763)
+++ PKGBUILD2013-12-27 11:05:57 UTC (rev 202764)
@@ -4,8 +4,8 @@
 # Contributor: Aurelien Foret orel...@chez.com
 
 pkgname=xfce4-terminal
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.6.3
+pkgrel=1
 pkgdesc=A modern terminal emulator primarly for the Xfce desktop environment
 arch=('i686' 'x86_64')
 url=http://www.xfce.org/;
@@ -16,18 +16,9 @@
 conflicts=('terminal')
 replaces=('terminal')
 install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/0.6/$pkgname-$pkgver.tar.bz2
-xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch)
-sha256sums=('3d92422288d26311880af694bb4e02c9235997ca307a5e85001bf6bef65c3b35'
-'4708b6f223fe8ecc34f8f2c8f9b9d18c2ff8f7ff13300715f7a23e49cfb539fe')
+source=(http://archive.xfce.org/src/apps/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
+sha256sums=('912f4716c2395a14a80620ef982b4af1e2a67a8df9a1ef0b802ecae826057e08')
 
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=10395
-  patch -Np1 -i 
$srcdir/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch
-}
-
 build() {
   cd $srcdir/$pkgname-$pkgver
 



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

2013-12-27 Thread Evangelos Foutras
Date: Friday, December 27, 2013 @ 12:06:12
  Author: foutrelis
Revision: 202765

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

Added:
  xfce4-terminal/repos/extra-i686/PKGBUILD
(from rev 202764, xfce4-terminal/trunk/PKGBUILD)
  
xfce4-terminal/repos/extra-i686/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch
(from rev 202764, 
xfce4-terminal/trunk/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch)
  xfce4-terminal/repos/extra-i686/xfce4-terminal.install
(from rev 202764, xfce4-terminal/trunk/xfce4-terminal.install)
  xfce4-terminal/repos/extra-x86_64/PKGBUILD
(from rev 202764, xfce4-terminal/trunk/PKGBUILD)
  
xfce4-terminal/repos/extra-x86_64/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch
(from rev 202764, 
xfce4-terminal/trunk/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch)
  xfce4-terminal/repos/extra-x86_64/xfce4-terminal.install
(from rev 202764, xfce4-terminal/trunk/xfce4-terminal.install)
Deleted:
  xfce4-terminal/repos/extra-i686/PKGBUILD
  
xfce4-terminal/repos/extra-i686/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch
  xfce4-terminal/repos/extra-i686/xfce4-terminal.install
  xfce4-terminal/repos/extra-x86_64/PKGBUILD
  
xfce4-terminal/repos/extra-x86_64/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch
  xfce4-terminal/repos/extra-x86_64/xfce4-terminal.install

---+
 /PKGBUILD |   
80 
 /xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch |  
100 ++
 /xfce4-terminal.install   |   
26 ++
 extra-i686/PKGBUILD   |   
49 
 extra-i686/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch   |   
50 -
 extra-i686/xfce4-terminal.install |   
13 -
 extra-x86_64/PKGBUILD |   
49 
 extra-x86_64/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch |   
50 -
 extra-x86_64/xfce4-terminal.install   |   
13 -
 9 files changed, 206 insertions(+), 224 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-27 11:05:57 UTC (rev 202764)
+++ extra-i686/PKGBUILD 2013-12-27 11:06:12 UTC (rev 202765)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras evange...@foutrelis.com
-# Contributor: tobias tobias funnychar archlinux.org
-# Contributor: Aurelien Foret orel...@chez.com
-
-pkgname=xfce4-terminal
-pkgver=0.6.2
-pkgrel=2
-pkgdesc=A modern terminal emulator primarly for the Xfce desktop environment
-arch=('i686' 'x86_64')
-url=http://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'vte' 'hicolor-icon-theme')
-makedepends=('intltool')
-conflicts=('terminal')
-replaces=('terminal')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/0.6/$pkgname-$pkgver.tar.bz2
-xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch)
-sha256sums=('3d92422288d26311880af694bb4e02c9235997ca307a5e85001bf6bef65c3b35'
-'4708b6f223fe8ecc34f8f2c8f9b9d18c2ff8f7ff13300715f7a23e49cfb539fe')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=10395
-  patch -Np1 -i 
$srcdir/xfce4-terminal-0.6.2-fix-up-the-encoding-menu-creation.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-terminal/repos/extra-i686/PKGBUILD (from rev 202764, 
xfce4-terminal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-27 11:06:12 UTC (rev 202765)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evangelos Foutras evange...@foutrelis.com
+# Contributor: tobias tobias funnychar archlinux.org
+# Contributor: Aurelien Foret orel...@chez.com
+
+pkgname=xfce4-terminal
+pkgver=0.6.3
+pkgrel=1
+pkgdesc=A modern terminal emulator primarly for the Xfce desktop environment
+arch=('i686' 'x86_64')
+url=http://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'vte' 'hicolor-icon-theme')
+makedepends=('intltool')
+conflicts=('terminal')
+replaces=('terminal')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.6/$pkgname-$pkgver.tar.bz2)
+sha256sums=('912f4716c2395a14a80620ef982b4af1e2a67a8df9a1ef0b802ecae826057e08')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure \
+ 

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

2013-12-27 Thread Sven-Hendrik Haase
Date: Friday, December 27, 2013 @ 12:10:21
  Author: svenstaro
Revision: 103136

upgpkg: csfml 2.1-2

Fix dep

Modified:
  csfml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-27 09:30:44 UTC (rev 103135)
+++ PKGBUILD2013-12-27 11:10:21 UTC (rev 103136)
@@ -3,12 +3,12 @@
 
 pkgname=csfml
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='C bindings for sfml'
 arch=('i686' 'x86_64')
 url='http://www.sfml-dev.org/'
 license=('zlib')
-depends=(sfml=${pkgver})
+depends=(sfml)
 makedepends=('cmake' 'doxygen')
 
source=(${pkgname}-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/${pkgver}.tar.gz;)
 md5sums=('960085220e6978c720a62b02cc4a2ec4')



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

2013-12-27 Thread Sven-Hendrik Haase
Date: Friday, December 27, 2013 @ 12:10:36
  Author: svenstaro
Revision: 103137

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-27 11:10:21 UTC (rev 103136)
+++ community-i686/PKGBUILD 2013-12-27 11:10:36 UTC (rev 103137)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=csfml
-pkgver=2.1
-pkgrel=1
-pkgdesc='C bindings for sfml'
-arch=('i686' 'x86_64')
-url='http://www.sfml-dev.org/'
-license=('zlib')
-depends=(sfml=${pkgver})
-makedepends=('cmake' 'doxygen')
-source=(${pkgname}-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/${pkgver}.tar.gz;)
-md5sums=('960085220e6978c720a62b02cc4a2ec4')
-
-build() {
-  cd $srcdir/CSFML-${pkgver}
-
-  mkdir build  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_DOC=true
-  make
-  make doc
-}
-
-package() {
-  cd $srcdir/CSFML-${pkgver}/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 ../license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: csfml/repos/community-i686/PKGBUILD (from rev 103136, 
csfml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-27 11:10:36 UTC (rev 103137)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=csfml
+pkgver=2.1
+pkgrel=2
+pkgdesc='C bindings for sfml'
+arch=('i686' 'x86_64')
+url='http://www.sfml-dev.org/'
+license=('zlib')
+depends=(sfml)
+makedepends=('cmake' 'doxygen')
+source=(${pkgname}-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/${pkgver}.tar.gz;)
+md5sums=('960085220e6978c720a62b02cc4a2ec4')
+
+build() {
+  cd $srcdir/CSFML-${pkgver}
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_DOC=true
+  make
+  make doc
+}
+
+package() {
+  cd $srcdir/CSFML-${pkgver}/build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 ../license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-27 11:10:21 UTC (rev 103136)
+++ community-x86_64/PKGBUILD   2013-12-27 11:10:36 UTC (rev 103137)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-
-pkgname=csfml
-pkgver=2.1
-pkgrel=1
-pkgdesc='C bindings for sfml'
-arch=('i686' 'x86_64')
-url='http://www.sfml-dev.org/'
-license=('zlib')
-depends=(sfml=${pkgver})
-makedepends=('cmake' 'doxygen')
-source=(${pkgname}-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/${pkgver}.tar.gz;)
-md5sums=('960085220e6978c720a62b02cc4a2ec4')
-
-build() {
-  cd $srcdir/CSFML-${pkgver}
-
-  mkdir build  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DBUILD_DOC=true
-  make
-  make doc
-}
-
-package() {
-  cd $srcdir/CSFML-${pkgver}/build
-
-  make DESTDIR=$pkgdir/ install
-
-  install -Dm644 ../license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: csfml/repos/community-x86_64/PKGBUILD (from rev 103136, 
csfml/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-27 11:10:36 UTC (rev 103137)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+
+pkgname=csfml
+pkgver=2.1
+pkgrel=2
+pkgdesc='C bindings for sfml'
+arch=('i686' 'x86_64')
+url='http://www.sfml-dev.org/'
+license=('zlib')
+depends=(sfml)
+makedepends=('cmake' 'doxygen')
+source=(${pkgname}-${pkgver}::https://github.com/LaurentGomila/CSFML/archive/${pkgver}.tar.gz;)
+md5sums=('960085220e6978c720a62b02cc4a2ec4')
+
+build() {
+  cd $srcdir/CSFML-${pkgver}
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_DOC=true
+  make
+  make doc
+}
+
+package() {
+  cd $srcdir/CSFML-${pkgver}/build
+
+  make DESTDIR=$pkgdir/ install
+
+  install -Dm644 ../license.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+



[arch-commits] Commit in hedgewars/trunk (PKGBUILD build-fix.patch ffmpeg2.0.patch)

2013-12-27 Thread Sergej Pupykin
Date: Friday, December 27, 2013 @ 13:01:24
  Author: spupykin
Revision: 103138

Modified:
  hedgewars/trunk/PKGBUILD
Deleted:
  hedgewars/trunk/build-fix.patch
  hedgewars/trunk/ffmpeg2.0.patch

-+
 PKGBUILD|   18 +-
 build-fix.patch |   11 ---
 ffmpeg2.0.patch |   21 -
 3 files changed, 5 insertions(+), 45 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-27 11:10:36 UTC (rev 103137)
+++ PKGBUILD2013-12-27 12:01:24 UTC (rev 103138)
@@ -4,7 +4,9 @@
 pkgname=hedgewars
 pkgver=0.9.20
 pkgrel=1
-pkgdesc=Free Worms-like turn based strategy game
+pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
+ antics of pink hedgehogs with attitude as they battle from the depths of hell
+ to the depths of space.
 arch=('i686' 'x86_64')
 url=http://hedgewars.org;
 license=('GPL' 'custom')
@@ -20,20 +22,10 @@
 'haskell-vector'
 'haskell-random')
 source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
-   hedgewars.png
-   build-fix.patch
-   ffmpeg2.0.patch)
+   hedgewars.png)
 md5sums=('7ee1b23e51053d34feb84464184f60fa'
- 'eeb14d50df39063549ac5eca9dbc65d1'
- 'a9d7b0ba72cbeb7fc74fce459db9dd90'
- 'da84d64a252579236d3ff0cc6e008e72')
+ 'eeb14d50df39063549ac5eca9dbc65d1')
 
-prepare() {
-  cd $pkgname-src-$pkgver
-#  patch -Rp1 $srcdir/build-fix.patch
-#  patch -Np1 -i ../ffmpeg2.0.patch
-}
-
 build() {
   cd $pkgname-src-$pkgver
   cmake \

Deleted: build-fix.patch
===
--- build-fix.patch 2013-12-27 11:10:36 UTC (rev 103137)
+++ build-fix.patch 2013-12-27 12:01:24 UTC (rev 103138)
@@ -1,11 +0,0 @@
-diff -wbBur 
/home/sergej/tmp/BUILD/extra-i686/sergej/build/hedgewars/src/hedgewars-src-0.9.19/hedgewars/uPhysFSLayer.pas
 hedgewars-src-0.9.19/hedgewars/uPhysFSLayer.pas
 
/home/sergej/tmp/BUILD/extra-i686/sergej/build/hedgewars/src/hedgewars-src-0.9.19/hedgewars/uPhysFSLayer.pas
   2013-06-03 20:01:14.212121255 +0400
-+++ hedgewars-src-0.9.19/hedgewars/uPhysFSLayer.pas2013-05-31 
00:07:33.0 +0400
-@@ -9,7 +9,6 @@
- {$IFNDEF WIN32}
- {$linklib physfs}
- {$linklib physlayer}
--{$linklib gcc_s}
- 
- {statically linking physfs brings IOKit dependency on OSX}
- {divdi3 is found in stdc++ on linux x86 and in gcc_s.1 on osx ppc32}

Deleted: ffmpeg2.0.patch
===
--- ffmpeg2.0.patch 2013-12-27 11:10:36 UTC (rev 103137)
+++ ffmpeg2.0.patch 2013-12-27 12:01:24 UTC (rev 103138)
@@ -1,21 +0,0 @@
-diff -rupN a/QTfrontend/util/LibavInteraction.cpp 
b/QTfrontend/util/LibavInteraction.cpp
 a/QTfrontend/util/LibavInteraction.cpp 2013-05-30 20:07:33.0 
+
-+++ b/QTfrontend/util/LibavInteraction.cpp 2013-07-22 16:24:42.564768844 
+
-@@ -32,7 +32,7 @@ extern C
- 
- struct Codec
- {
--CodecID id;
-+AVCodecID id;
- bool isAudio;
- QString shortName; // used for identification
- QString longName; // used for displaying to user
-@@ -52,7 +52,7 @@ QListCodec codecs;
- QMapQString,Format formats;
- 
- // test if given format supports given codec
--bool FormatQueryCodec(AVOutputFormat *ofmt, enum CodecID codec_id)
-+bool FormatQueryCodec(AVOutputFormat *ofmt, enum AVCodecID codec_id)
- {
- #if LIBAVFORMAT_VERSION_MAJOR = 54
- return avformat_query_codec(ofmt, codec_id, FF_COMPLIANCE_NORMAL) == 1;



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

2013-12-27 Thread Evangelos Foutras
Date: Friday, December 27, 2013 @ 13:02:33
  Author: foutrelis
Revision: 103139

upgpkg: virtualbox-modules 4.3.6-2

Linux 3.12.6 rebuild.

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-27 12:01:24 UTC (rev 103138)
+++ PKGBUILD2013-12-27 12:02:33 UTC (rev 103139)
@@ -5,7 +5,7 @@
 pkgbase=virtualbox-modules
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.3.6
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2013-12-27 Thread Evangelos Foutras
Date: Friday, December 27, 2013 @ 13:02:56
  Author: foutrelis
Revision: 103140

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

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

---+
 /PKGBUILD |  126 
 /build.sh |  120 +++
 /virtualbox-guest-modules.install |   42 ++
 /virtualbox-host-modules.install  |   46 +++
 community-i686/PKGBUILD   |   63 --
 community-i686/build.sh   |   60 -
 community-i686/virtualbox-guest-modules.install   |   21 ---
 community-i686/virtualbox-host-modules.install|   23 ---
 community-x86_64/PKGBUILD |   63 --
 community-x86_64/build.sh |   60 -
 community-x86_64/virtualbox-guest-modules.install |   21 ---
 community-x86_64/virtualbox-host-modules.install  |   23 ---
 12 files changed, 334 insertions(+), 334 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-27 12:02:33 UTC (rev 103139)
+++ community-i686/PKGBUILD 2013-12-27 12:02:56 UTC (rev 103140)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-# Maintainer: Sébastien Luttringer
-
-pkgbase=virtualbox-modules
-pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
-pkgver=4.3.6
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux=3.12' 'linux3.13'
- 'linux-headers=3.12' 'linux-headers3.13'
- virtualbox-host-dkms=$pkgver
- virtualbox-guest-dkms=$pkgver)
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.12-ARCH
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo dkms_tree='$srcdir/dkms'  dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
-}
-
-package_virtualbox-host-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux=3.12' 'linux3.13')
-  replaces=('virtualbox-modules')
-  conflicts=('virtualbox-modules')
-  install=virtualbox-host-modules.install
-
-  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux=3.12' 'linux3.13')
-  replaces=('virtualbox-archlinux-modules')
-  conflicts=('virtualbox-archlinux-modules')
-  install=virtualbox-guest-modules.install
-
-  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
-  install -dm755 $pkgdir/usr/lib/modules/$_extramodules/
-  install -m644 * $pkgdir/usr/lib/modules/$_extramodules/
-  find $pkgdir -name '*.ko' -exec gzip -9 {} +
-}
-
-# 

[arch-commits] Commit in hedgewars/repos/community-i686 (6 files)

2013-12-27 Thread Sergej Pupykin
Date: Friday, December 27, 2013 @ 13:15:18
  Author: spupykin
Revision: 103141

archrelease: copy trunk to community-i686

Added:
  hedgewars/repos/community-i686/PKGBUILD
(from rev 103140, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-i686/hedgewars.png
(from rev 103140, hedgewars/trunk/hedgewars.png)
Deleted:
  hedgewars/repos/community-i686/PKGBUILD
  hedgewars/repos/community-i686/build-fix.patch
  hedgewars/repos/community-i686/ffmpeg2.0.patch
  hedgewars/repos/community-i686/hedgewars.png

-+
 PKGBUILD|  102 --
 build-fix.patch |   11 -
 ffmpeg2.0.patch |   21 ---
 3 files changed, 47 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-27 12:02:56 UTC (rev 103140)
+++ PKGBUILD2013-12-27 12:15:18 UTC (rev 103141)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hedgewars
-pkgver=0.9.20
-pkgrel=1
-pkgdesc=Free Worms-like turn based strategy game
-arch=('i686' 'x86_64')
-url=http://hedgewars.org;
-license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
-makedepends=('fpc' 'cmake'
-# haskell specific
-'ghc'
-'haskell-network'
-'haskell-bytestring-show'
-'haskell-utf8-string'
-'haskell-dataenc'
-'haskell-hslogger'
-'haskell-vector'
-'haskell-random')
-source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
-   hedgewars.png
-   build-fix.patch
-   ffmpeg2.0.patch)
-md5sums=('7ee1b23e51053d34feb84464184f60fa'
- 'eeb14d50df39063549ac5eca9dbc65d1'
- 'a9d7b0ba72cbeb7fc74fce459db9dd90'
- 'da84d64a252579236d3ff0cc6e008e72')
-
-prepare() {
-  cd $pkgname-src-$pkgver
-#  patch -Rp1 $srcdir/build-fix.patch
-#  patch -Np1 -i ../ffmpeg2.0.patch
-}
-
-build() {
-  cd $pkgname-src-$pkgver
-  cmake \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
-   -DNOSERVER=0 .
-  make
-}
-
-package() {
-  cd $pkgname-src-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
-  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
-  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
-}

Copied: hedgewars/repos/community-i686/PKGBUILD (from rev 103140, 
hedgewars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-27 12:15:18 UTC (rev 103141)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.20
+pkgrel=1
+pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
+ antics of pink hedgehogs with attitude as they battle from the depths of hell
+ to the depths of space.
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-utf8-string'
+'haskell-dataenc'
+'haskell-hslogger'
+'haskell-vector'
+'haskell-random')
+source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
+   hedgewars.png)
+md5sums=('7ee1b23e51053d34feb84464184f60fa'
+ 'eeb14d50df39063549ac5eca9dbc65d1')
+
+build() {
+  cd $pkgname-src-$pkgver
+  cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DNOSERVER=0 .
+  make
+}
+
+package() {
+  cd $pkgname-src-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Deleted: build-fix.patch
===
--- build-fix.patch 2013-12-27 12:02:56 UTC (rev 103140)
+++ build-fix.patch 2013-12-27 12:15:18 UTC (rev 103141)
@@ -1,11 +0,0 @@
-diff -wbBur 
/home/sergej/tmp/BUILD/extra-i686/sergej/build/hedgewars/src/hedgewars-src-0.9.19/hedgewars/uPhysFSLayer.pas
 hedgewars-src-0.9.19/hedgewars/uPhysFSLayer.pas
 
/home/sergej/tmp/BUILD/extra-i686/sergej/build/hedgewars/src/hedgewars-src-0.9.19/hedgewars/uPhysFSLayer.pas
   2013-06-03 20:01:14.212121255 +0400
-+++ 

[arch-commits] Commit in hedgewars/repos/community-x86_64 (6 files)

2013-12-27 Thread Sergej Pupykin
Date: Friday, December 27, 2013 @ 13:15:28
  Author: spupykin
Revision: 103142

archrelease: copy trunk to community-x86_64

Added:
  hedgewars/repos/community-x86_64/PKGBUILD
(from rev 103141, hedgewars/trunk/PKGBUILD)
  hedgewars/repos/community-x86_64/hedgewars.png
(from rev 103141, hedgewars/trunk/hedgewars.png)
Deleted:
  hedgewars/repos/community-x86_64/PKGBUILD
  hedgewars/repos/community-x86_64/build-fix.patch
  hedgewars/repos/community-x86_64/ffmpeg2.0.patch
  hedgewars/repos/community-x86_64/hedgewars.png

-+
 PKGBUILD|  102 --
 build-fix.patch |   11 -
 ffmpeg2.0.patch |   21 ---
 3 files changed, 47 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-27 12:15:18 UTC (rev 103141)
+++ PKGBUILD2013-12-27 12:15:28 UTC (rev 103142)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hedgewars
-pkgver=0.9.20
-pkgrel=1
-pkgdesc=Free Worms-like turn based strategy game
-arch=('i686' 'x86_64')
-url=http://hedgewars.org;
-license=('GPL' 'custom')
-depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
-makedepends=('fpc' 'cmake'
-# haskell specific
-'ghc'
-'haskell-network'
-'haskell-bytestring-show'
-'haskell-utf8-string'
-'haskell-dataenc'
-'haskell-hslogger'
-'haskell-vector'
-'haskell-random')
-source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
-   hedgewars.png
-   build-fix.patch
-   ffmpeg2.0.patch)
-md5sums=('7ee1b23e51053d34feb84464184f60fa'
- 'eeb14d50df39063549ac5eca9dbc65d1'
- 'a9d7b0ba72cbeb7fc74fce459db9dd90'
- 'da84d64a252579236d3ff0cc6e008e72')
-
-prepare() {
-  cd $pkgname-src-$pkgver
-#  patch -Rp1 $srcdir/build-fix.patch
-#  patch -Np1 -i ../ffmpeg2.0.patch
-}
-
-build() {
-  cd $pkgname-src-$pkgver
-  cmake \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
-   -DNOSERVER=0 .
-  make
-}
-
-package() {
-  cd $pkgname-src-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
-  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
-  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
-}

Copied: hedgewars/repos/community-x86_64/PKGBUILD (from rev 103141, 
hedgewars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-27 12:15:28 UTC (rev 103142)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hedgewars
+pkgver=0.9.20
+pkgrel=1
+pkgdesc=turn based strategy, artillery, action and comedy game, featuring the
+ antics of pink hedgehogs with attitude as they battle from the depths of hell
+ to the depths of space.
+arch=('i686' 'x86_64')
+url=http://hedgewars.org;
+license=('GPL' 'custom')
+depends=('qt4' 'sdl' 'sdl_mixer' 'sdl_image' 'sdl_net' 'sdl_ttf' 'lua51' 
'ffmpeg' 'glut')
+makedepends=('fpc' 'cmake'
+# haskell specific
+'ghc'
+'haskell-network'
+'haskell-bytestring-show'
+'haskell-utf8-string'
+'haskell-dataenc'
+'haskell-hslogger'
+'haskell-vector'
+'haskell-random')
+source=(http://download.gna.org/hedgewars/hedgewars-src-$pkgver.tar.bz2
+   hedgewars.png)
+md5sums=('7ee1b23e51053d34feb84464184f60fa'
+ 'eeb14d50df39063549ac5eca9dbc65d1')
+
+build() {
+  cd $pkgname-src-$pkgver
+  cmake \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DDATA_INSTALL_DIR=/usr/share/hedgewars \
+   -DNOSERVER=0 .
+  make
+}
+
+package() {
+  cd $pkgname-src-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  install -D -m644 Fonts_LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/Fonts_LICENSE.txt
+  install -D -m644 $srcdir/hedgewars.png 
$pkgdir/usr/share/pixmaps/hedgewars.png
+  install -D -m644 share/hedgewars/Data/misc/hedgewars.desktop 
$pkgdir/usr/share/applications/hedgewars.desktop
+}

Deleted: build-fix.patch
===
--- build-fix.patch 2013-12-27 12:15:18 UTC (rev 103141)
+++ build-fix.patch 2013-12-27 12:15:28 UTC (rev 103142)
@@ -1,11 +0,0 @@
-diff -wbBur 
/home/sergej/tmp/BUILD/extra-i686/sergej/build/hedgewars/src/hedgewars-src-0.9.19/hedgewars/uPhysFSLayer.pas
 hedgewars-src-0.9.19/hedgewars/uPhysFSLayer.pas
 
/home/sergej/tmp/BUILD/extra-i686/sergej/build/hedgewars/src/hedgewars-src-0.9.19/hedgewars/uPhysFSLayer.pas
   2013-06-03 

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

2013-12-27 Thread Evangelos Foutras
Date: Friday, December 27, 2013 @ 13:40:51
  Author: foutrelis
Revision: 202766

upgpkg: nvidia-304xx 304.117-2

Linux 3.12.6 rebuild.

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-27 11:06:12 UTC (rev 202765)
+++ PKGBUILD2013-12-27 12:40:51 UTC (rev 202766)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx
 pkgver=304.117
 _extramodules=extramodules-3.12-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2013-12-27 Thread Evangelos Foutras
Date: Friday, December 27, 2013 @ 13:41:09
  Author: foutrelis
Revision: 202767

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

Added:
  nvidia-304xx/repos/extra-i686/PKGBUILD
(from rev 202766, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-i686/nvidia.install
(from rev 202766, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
(from rev 202766, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/extra-x86_64/nvidia.install
(from rev 202766, nvidia-304xx/trunk/nvidia.install)
Deleted:
  nvidia-304xx/repos/extra-i686/PKGBUILD
  nvidia-304xx/repos/extra-i686/nvidia.install
  nvidia-304xx/repos/extra-x86_64/PKGBUILD
  nvidia-304xx/repos/extra-x86_64/nvidia.install

-+
 /PKGBUILD   |   96 ++
 /nvidia.install |   30 +
 extra-i686/PKGBUILD |   48 -
 extra-i686/nvidia.install   |   15 --
 extra-x86_64/PKGBUILD   |   48 -
 extra-x86_64/nvidia.install |   15 --
 6 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-27 12:40:51 UTC (rev 202766)
+++ extra-i686/PKGBUILD 2013-12-27 12:41:09 UTC (rev 202767)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Thomas Baechler tho...@archlinux.org
-
-pkgname=nvidia-304xx
-pkgver=304.117
-_extramodules=extramodules-3.12-ARCH
-pkgrel=1
-pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
-arch=('i686' 'x86_64')
-url=http://www.nvidia.com/;
-depends=('linux=3.12' 'linux3.13' nvidia-304xx-utils=${pkgver})
-makedepends=('linux-headers=3.12' 'linux-headers3.13')
-conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
-license=('custom')
-install=nvidia.install
-options=(!strip)
-
-if [ $CARCH = i686 ]; then
-_arch='x86'
-_pkg=NVIDIA-Linux-${_arch}-${pkgver}
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('023eb03da304a1842fc503c81e3c5694')
-elif [ $CARCH = x86_64 ]; then
-_arch='x86_64'
-   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
-
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
-md5sums=('8ee9f672028971c6d36118894d0e2c59')
-fi
-
-
-build() {
-_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
-cd ${srcdir}
-sh ${_pkg}.run --extract-only
-cd ${_pkg}/kernel
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
-${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-install -d -m755 ${pkgdir}/usr/lib/modprobe.d
-echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
-sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
-gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
-
-# the license file is part of nvidia-304xx-utils - the module depends on 
it, so we don't ship it another time.
-}

Copied: nvidia-304xx/repos/extra-i686/PKGBUILD (from rev 202766, 
nvidia-304xx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-27 12:41:09 UTC (rev 202767)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.117
+_extramodules=extramodules-3.12-ARCH
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.12' 'linux3.13' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.12' 'linux-headers3.13')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('023eb03da304a1842fc503c81e3c5694')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('8ee9f672028971c6d36118894d0e2c59')
+fi
+
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+
+  

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

2013-12-27 Thread Jürgen Hötzel
Date: Friday, December 27, 2013 @ 15:21:24
  Author: juergen
Revision: 202768

upgpkg: sbcl 1.1.14-1

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-27 12:41:09 UTC (rev 202767)
+++ PKGBUILD2013-12-27 14:21:24 UTC (rev 202768)
@@ -5,7 +5,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.1.12
+pkgver=1.1.14
 pkgrel=1
 pkgdesc=Steel Bank Common Lisp
 url=http://www.sbcl.org/;
@@ -17,7 +17,7 @@
 install=sbcl.install
 
source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
   arch-fixes.lisp)
-md5sums=('817e0606e4615e758c0bf3d381197711'
+md5sums=('e3f933f7cb0053c3438d86e90f5bd73b'
  '7ac0c1936547f4278198b8bf7725204d')
 
 



[arch-commits] Commit in sbcl/repos/extra-x86_64 (8 files)

2013-12-27 Thread Jürgen Hötzel
Date: Friday, December 27, 2013 @ 15:21:30
  Author: juergen
Revision: 202769

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 202768, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 202768, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-x86_64/sbcl.install
(from rev 202768, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch
(from rev 202768, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp
  sbcl/repos/extra-x86_64/sbcl.install
  sbcl/repos/extra-x86_64/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-27 14:21:24 UTC (rev 202768)
+++ PKGBUILD2013-12-27 14:21:30 UTC (rev 202769)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.12
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('817e0606e4615e758c0bf3d381197711'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-x86_64/PKGBUILD (from rev 202768, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-27 14:21:30 UTC (rev 202769)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.14
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('e3f933f7cb0053c3438d86e90f5bd73b'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd 

[arch-commits] Commit in maxima/repos/extra-x86_64 (6 files)

2013-12-27 Thread Jürgen Hötzel
Date: Friday, December 27, 2013 @ 15:33:26
  Author: juergen
Revision: 202771

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 202770, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 202770, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/maxima.install
(from rev 202770, maxima/trunk/maxima.install)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop
  maxima/repos/extra-x86_64/maxima.install

+
 PKGBUILD   |   98 +++
 maxima.desktop |   22 ++--
 maxima.install |   36 ++--
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-27 14:33:18 UTC (rev 202770)
+++ PKGBUILD2013-12-27 14:33:26 UTC (rev 202771)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Damir Perisa da...@archlinux.org
-
-pkgname=maxima
-pkgver=5.31.0
-pkgrel=1
-pkgdesc=A sophisticated computer algebra system
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.12' 'texinfo' 'sh')
-makedepends=('python2')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-install=maxima.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
-sha1sums=('07623644b2962d68388cfd3f507e3d381e33ce02'   
   
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # set correct python executable to create docs
-  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 ${srcdir}/${pkgname}.desktop \
-   ${pkgdir}/usr/share/applications/${pkgname}.desktop
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d ${pkgdir}/usr/share/pixmaps/
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 202770, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-27 14:33:26 UTC (rev 202771)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Damir Perisa da...@archlinux.org
+
+pkgname=maxima
+pkgver=5.31.0
+pkgrel=2
+pkgdesc=A sophisticated computer algebra system
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://maxima.sourceforge.net;
+depends=('sbcl=1.1.14' 'texinfo' 'sh')
+makedepends=('python2')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+install=maxima.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 $pkgname.desktop)
+sha1sums=('07623644b2962d68388cfd3f507e3d381e33ce02'   
   
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # set correct python executable to create docs
+  sed -i s|${PYTHONBIN:-python}|python2| doc/info/extract_categories.sh
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # install some freedesktop.org compatibility
+  install -Dm644 ${srcdir}/${pkgname}.desktop \
+   ${pkgdir}/usr/share/applications/${pkgname}.desktop
+
+  # make sure, we have a nice icon for the desktop file at the right place ;)
+  install -d ${pkgdir}/usr/share/pixmaps/
+  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
+   ${pkgdir}/usr/share/pixmaps/${pkgname}.png
+}

Deleted: maxima.desktop

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

2013-12-27 Thread Jürgen Hötzel
Date: Friday, December 27, 2013 @ 15:33:18
  Author: juergen
Revision: 202770

rebuild against sbcl 1.1.14-1

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-27 14:21:30 UTC (rev 202769)
+++ PKGBUILD2013-12-27 14:33:18 UTC (rev 202770)
@@ -4,12 +4,12 @@
 
 pkgname=maxima
 pkgver=5.31.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A sophisticated computer algebra system
 arch=('i686' 'x86_64')
 license=('GPL')
 url=http://maxima.sourceforge.net;
-depends=('sbcl=1.1.12' 'texinfo' 'sh')
+depends=('sbcl=1.1.14' 'texinfo' 'sh')
 makedepends=('python2')
 optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
 # needs rebuild when bash changes version



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

2013-12-27 Thread Maxime Gauduin
Date: Friday, December 27, 2013 @ 16:18:26
  Author: alucryd
Revision: 103143

FS#38280: cairo-dock 3.3.2-2

Modified:
  cairo-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-27 12:15:28 UTC (rev 103142)
+++ PKGBUILD2013-12-27 15:18:26 UTC (rev 103143)
@@ -5,12 +5,12 @@
 
 pkgname=cairo-dock
 pkgver=3.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Light eye-candy fully themable animated dock'
 arch=('i686' 'x86_64')
 url=https://launchpad.net/${pkgname}-core;
 license=('GPL')
-depends=('curl' 'dbus-glib' 'gtk3' 'librsvg')
+depends=('curl' 'dbus-glib' 'glu' 'gtk3' 'librsvg')
 makedepends=('cmake')
 optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
 source=(${url}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)



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

2013-12-27 Thread Maxime Gauduin
Date: Friday, December 27, 2013 @ 16:18:35
  Author: alucryd
Revision: 103144

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

Added:
  cairo-dock/repos/community-i686/PKGBUILD
(from rev 103143, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-i686/gldit-rpath.patch
(from rev 103143, cairo-dock/trunk/gldit-rpath.patch)
  cairo-dock/repos/community-x86_64/PKGBUILD
(from rev 103143, cairo-dock/trunk/PKGBUILD)
  cairo-dock/repos/community-x86_64/gldit-rpath.patch
(from rev 103143, cairo-dock/trunk/gldit-rpath.patch)
Deleted:
  cairo-dock/repos/community-i686/PKGBUILD
  cairo-dock/repos/community-i686/gldit-rpath.patch
  cairo-dock/repos/community-x86_64/PKGBUILD
  cairo-dock/repos/community-x86_64/gldit-rpath.patch

+
 /PKGBUILD  |   74 +++
 /gldit-rpath.patch |   26 
 community-i686/PKGBUILD|   37 -
 community-i686/gldit-rpath.patch   |   13 --
 community-x86_64/PKGBUILD  |   37 -
 community-x86_64/gldit-rpath.patch |   13 --
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-27 15:18:26 UTC (rev 103143)
+++ community-i686/PKGBUILD 2013-12-27 15:18:35 UTC (rev 103144)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin alucryd at gmail dot com
-# Contributor: Tofe chris dot chapuis at gmail dot com
-# Contributor: erm67 erm67 at yahoo dot it
-
-pkgname=cairo-dock
-pkgver=3.3.2
-pkgrel=1
-pkgdesc='Light eye-candy fully themable animated dock'
-arch=('i686' 'x86_64')
-url=https://launchpad.net/${pkgname}-core;
-license=('GPL')
-depends=('curl' 'dbus-glib' 'gtk3' 'librsvg')
-makedepends=('cmake')
-optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
-source=(${url}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a2d3854771d7ef5b262593b37aed216ece7eeacfc3e2a08deb4a797f175f6af8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build  cd build
-
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-
-  make DESTDIR=${pkgdir} install
-}
-
-# vim: ts=2 sw=2 et:

Copied: cairo-dock/repos/community-i686/PKGBUILD (from rev 103143, 
cairo-dock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-27 15:18:35 UTC (rev 103144)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor: Tofe chris dot chapuis at gmail dot com
+# Contributor: erm67 erm67 at yahoo dot it
+
+pkgname=cairo-dock
+pkgver=3.3.2
+pkgrel=2
+pkgdesc='Light eye-candy fully themable animated dock'
+arch=('i686' 'x86_64')
+url=https://launchpad.net/${pkgname}-core;
+license=('GPL')
+depends=('curl' 'dbus-glib' 'glu' 'gtk3' 'librsvg')
+makedepends=('cmake')
+optdepends=('cairo-dock-plugins: Plugins for Cairo-Dock')
+source=(${url}/${pkgver%.?}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('a2d3854771d7ef5b262593b37aed216ece7eeacfc3e2a08deb4a797f175f6af8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+
+  cmake .. -DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/build
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/gldit-rpath.patch
===
--- community-i686/gldit-rpath.patch2013-12-27 15:18:26 UTC (rev 103143)
+++ community-i686/gldit-rpath.patch2013-12-27 15:18:35 UTC (rev 103144)
@@ -1,13 +0,0 @@
 a/src/gldit/CMakeLists.txt 2013-03-23 16:55:12.0 +0100
-+++ b/src/gldit/CMakeLists.txt 2013-03-26 11:57:14.159200918 +0100
-@@ -82,9 +82,7 @@ link_directories(
-   ${GTK_LIBRARY_DIRS}
-   ${XEXTEND_LIBRARY_DIRS}
-   ${XINERAMA_LIBRARY_DIRS}
--  ${CMAKE_SOURCE_DIR}/src/gldit
--  ${CMAKE_SOURCE_DIR}/src/icon-factory
--  ${CMAKE_SOURCE_DIR}/src/implementations)
-+  )
- 
- # Define the library
- add_library (gldi SHARED ${core_lib_SRCS})

Copied: cairo-dock/repos/community-i686/gldit-rpath.patch (from rev 103143, 
cairo-dock/trunk/gldit-rpath.patch)
===
--- community-i686/gldit-rpath.patch(rev 0)
+++ community-i686/gldit-rpath.patch2013-12-27 15:18:35 UTC (rev 103144)
@@ -0,0 +1,13 @@
+--- a/src/gldit/CMakeLists.txt 2013-03-23 16:55:12.0 +0100
 b/src/gldit/CMakeLists.txt 2013-03-26 11:57:14.159200918 +0100
+@@ -82,9 +82,7 @@ link_directories(
+   ${GTK_LIBRARY_DIRS}
+   ${XEXTEND_LIBRARY_DIRS}
+   

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

2013-12-27 Thread Sergej Pupykin
Date: Friday, December 27, 2013 @ 16:54:32
  Author: spupykin
Revision: 103145

upgpkg: darktable 1.4-1

upd

Modified:
  darktable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-27 15:18:35 UTC (rev 103144)
+++ PKGBUILD2013-12-27 15:54:32 UTC (rev 103145)
@@ -4,8 +4,8 @@
 # Contributor: Johannes Hanika hanatos at gmail dot com
 
 pkgname=darktable
-pkgver=1.2.3
-_pkgver=1.2
+pkgver=1.4
+_pkgver=1.4
 pkgrel=1
 pkgdesc=Utility to organize and develop raw images
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 optdepends=('librsvg')
 install=darktable.install
 
source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
-md5sums=('7eaa89aa5257b5f61cc7462db08ce164')
+md5sums=('896416931ded4579f528cd11edad470c')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-12-27 Thread Sergej Pupykin
Date: Friday, December 27, 2013 @ 16:54:56
  Author: spupykin
Revision: 103147

upgpkg: sdlmame 0.152.u0-1

upd

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-27 15:54:52 UTC (rev 103146)
+++ PKGBUILD2013-12-27 15:54:56 UTC (rev 103147)
@@ -4,10 +4,10 @@
 # Maintainer: JJDaNiMoTh jjdanim...@gmail.com
 
 pkgname=sdlmame
-pkgver=0.151.u0
+pkgver=0.152.u0
 _patchlevel=`echo $pkgver | cut -f2 -du`
 _basever=`echo $pkgver | cut -f1,2 -d.`
-pkgrel=2
+pkgrel=1
 pkgdesc=A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support.
 url=http://mamedev.org/;
 license=('custom:MAME License')
@@ -25,7 +25,7 @@
sdlmame.sh
extras.tar.gz
${_patches})
-md5sums=('b1dec00c2c77ada2d670f5392de39d62'
+md5sums=('ef3321a0a1ff3532ea0b07ad3f254db2'
  '3c35b4a0806a82f3210df1683337655e'
  '420b61240bf5ae11615ba7c6100ee00d')
 



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

2013-12-27 Thread Sergej Pupykin
Date: Friday, December 27, 2013 @ 16:54:52
  Author: spupykin
Revision: 103146

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

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

+
 /PKGBUILD  |   86 +++
 /darktable.install |   22 
 community-i686/PKGBUILD|   43 -
 community-i686/darktable.install   |   11 
 community-x86_64/PKGBUILD  |   43 -
 community-x86_64/darktable.install |   11 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-27 15:54:32 UTC (rev 103145)
+++ community-i686/PKGBUILD 2013-12-27 15:54:52 UTC (rev 103146)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Christian Himpel chressie at gmail dot com
-# Contributor: Johannes Hanika hanatos at gmail dot com
-
-pkgname=darktable
-pkgver=1.2.3
-_pkgver=1.2
-pkgrel=1
-pkgdesc=Utility to organize and develop raw images
-arch=('i686' 'x86_64')
-url=http://darktable.sf.net/
-license=('GPL3')
-depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
-'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
-'libsoup' 'gtk-engines' 'json-glib' 'flickcurl')
-makedepends=('intltool=0.40' 'cmake' 'librsvg')
-optdepends=('librsvg')
-install=darktable.install
-source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
-md5sums=('7eaa89aa5257b5f61cc7462db08ce164')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p build
-  cd build
-  CXXFLAGS+= -fpermissive
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DDONT_INSTALL_GCONF_SCHEMAS=True \
-  -DBINARY_PACKAGE_BUILD=1 \
-  -DUSE_GCONF_BACKEND=Off \
-  -DBUILD_USERMANUAL=False \
-  ..
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver/build
-  make DESTDIR=$pkgdir install
-  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
-}

Copied: darktable/repos/community-i686/PKGBUILD (from rev 103145, 
darktable/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-27 15:54:52 UTC (rev 103146)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer:  Christian Himpel chressie at gmail dot com
+# Contributor: Johannes Hanika hanatos at gmail dot com
+
+pkgname=darktable
+pkgver=1.4
+_pkgver=1.4
+pkgrel=1
+pkgdesc=Utility to organize and develop raw images
+arch=('i686' 'x86_64')
+url=http://darktable.sf.net/
+license=('GPL3')
+depends=('exiv2=0.18' 'intltool=0.40' 'lcms2' 'lensfun=0.2.3' 'libglade' 
'dbus-glib'
+'curl' 'libgnome-keyring' 'libgphoto2' 'openexr' 'sqlite' 'libxslt'
+'libsoup' 'gtk-engines' 'json-glib' 'flickcurl')
+makedepends=('intltool=0.40' 'cmake' 'librsvg')
+optdepends=('librsvg')
+install=darktable.install
+source=(http://downloads.sourceforge.net/project/darktable/darktable/${_pkgver}/darktable-$pkgver.tar.xz)
+md5sums=('896416931ded4579f528cd11edad470c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p build
+  cd build
+  CXXFLAGS+= -fpermissive
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DDONT_INSTALL_GCONF_SCHEMAS=True \
+  -DBINARY_PACKAGE_BUILD=1 \
+  -DUSE_GCONF_BACKEND=Off \
+  -DBUILD_USERMANUAL=False \
+  ..
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/build
+  make DESTDIR=$pkgdir install
+  mv ${pkgdir}/usr/share/doc/darktable 
${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
+}

Deleted: community-i686/darktable.install
===
--- community-i686/darktable.install2013-12-27 15:54:32 UTC (rev 103145)
+++ community-i686/darktable.install2013-12-27 15:54:52 UTC (rev 103146)
@@ -1,11 +0,0 @@
-post_install() {
-  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
-}
-
-post_upgrade() {
-  [ -x `which update-desktop-database 2/dev/null` ]   
update-desktop-database -q
-}
-
-post_remove() {
-  [ -x 

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

2013-12-27 Thread Sergej Pupykin
Date: Friday, December 27, 2013 @ 16:55:42
  Author: spupykin
Revision: 103149

upgpkg: workrave 1.10.1-1

upd

Modified:
  workrave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-27 15:55:22 UTC (rev 103148)
+++ PKGBUILD2013-12-27 15:55:42 UTC (rev 103149)
@@ -3,8 +3,8 @@
 # Maintainer: William Rea sillywi...@gmail.com
 
 pkgname=workrave
-pkgver=1.10
-pkgrel=3
+pkgver=1.10.1
+pkgrel=1
 pkgdesc=a tool to help RSI
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -13,7 +13,7 @@
 'python2-cheetah' 'libxss')
 makedepends=('intltool' 'gobject-introspection')
 source=(http://downloads.sourceforge.net/workrave/workrave-$pkgver.tar.gz)
-md5sums=('5b76c2ef8e1dfede69c4e0d4bca9dcb9')
+md5sums=('6ebc7896de350bf5fc61c24a210f9a6e')
 
 build() {
   cd $srcdir/workrave-$pkgver



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

2013-12-27 Thread Sergej Pupykin
Date: Friday, December 27, 2013 @ 16:55:22
  Author: spupykin
Revision: 103148

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

Added:
  sdlmame/repos/community-i686/PKGBUILD
(from rev 103147, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-i686/extras.tar.gz
(from rev 103147, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-i686/sdlmame.install
(from rev 103147, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-i686/sdlmame.sh
(from rev 103147, sdlmame/trunk/sdlmame.sh)
  sdlmame/repos/community-x86_64/PKGBUILD
(from rev 103147, sdlmame/trunk/PKGBUILD)
  sdlmame/repos/community-x86_64/extras.tar.gz
(from rev 103147, sdlmame/trunk/extras.tar.gz)
  sdlmame/repos/community-x86_64/sdlmame.install
(from rev 103147, sdlmame/trunk/sdlmame.install)
  sdlmame/repos/community-x86_64/sdlmame.sh
(from rev 103147, sdlmame/trunk/sdlmame.sh)
Deleted:
  sdlmame/repos/community-i686/PKGBUILD
  sdlmame/repos/community-i686/extras.tar.gz
  sdlmame/repos/community-i686/sdlmame.install
  sdlmame/repos/community-i686/sdlmame.sh
  sdlmame/repos/community-x86_64/PKGBUILD
  sdlmame/repos/community-x86_64/extras.tar.gz
  sdlmame/repos/community-x86_64/sdlmame.install
  sdlmame/repos/community-x86_64/sdlmame.sh

--+
 /PKGBUILD|  174 +
 /sdlmame.install |   16 +++
 /sdlmame.sh  |  116 
 community-i686/PKGBUILD  |   87 --
 community-i686/sdlmame.install   |8 -
 community-i686/sdlmame.sh|   58 
 community-x86_64/PKGBUILD|   87 --
 community-x86_64/sdlmame.install |8 -
 community-x86_64/sdlmame.sh  |   58 
 9 files changed, 306 insertions(+), 306 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-27 15:54:56 UTC (rev 103147)
+++ community-i686/PKGBUILD 2013-12-27 15:55:22 UTC (rev 103148)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: robb_force robb_fo...@holybuffalo.net
-# Maintainer: JJDaNiMoTh jjdanim...@gmail.com
-
-pkgname=sdlmame
-pkgver=0.151.u0
-_patchlevel=`echo $pkgver | cut -f2 -du`
-_basever=`echo $pkgver | cut -f1,2 -d.`
-pkgrel=2
-pkgdesc=A port of the popular Multiple Arcade Machine Emulator using SDL with 
OpenGL support.
-url=http://mamedev.org/;
-license=('custom:MAME License')
-arch=('i686' 'x86_64')
-depends=('sdl=1.2.11' 'libxinerama' 'sdl_ttf' 'alsa-lib' 'qt4')
-makedepends=('unzip' 'nasm' 'mesa' 'glu' 'wget' 'python2')
-DLAGENTS=('http::/usr/bin/wget -U Mozilla/5.0 (X11; U; Linux x86_64; en-US; 
rv:1.9.1.2) Gecko/20090804 Shiretoko/3.5.2 -c -t 3 --waitretry=3 -O %o %u')
-install=sdlmame.install
-
-for i in `seq 1 ${_patchlevel}`; do
-   _patches=${_patches} 
sdlmame-${_basever/./}u${i}_diff.zip::http://mamedev.org/updates/${_basever/./}u${i}_diff.zip;
-done
-
-source=(mame${_basever/./}s.zip::http://mamedev.org/downloader.php?file=releases/mame${_basever/./}s.zip;
-   sdlmame.sh
-   extras.tar.gz
-   ${_patches})
-md5sums=('b1dec00c2c77ada2d670f5392de39d62'
- '3c35b4a0806a82f3210df1683337655e'
- '420b61240bf5ae11615ba7c6100ee00d')
-
-build() {
-  cd $srcdir/
-  if [ $NOEXTRACT -eq 0 ]; then
-unzip mame.zip
-find . -type f -not -name \*.png | xargs perl -pi -e 's/\r\n?/\n/g'
-for i in `seq 1 ${_patchlevel}`; do
-  msg Patch#$i
-  patch -p0 -E ${_basever/./}u$i.diff
-done
-  fi
-  make NOWERROR=1 OPTIMIZE=2 PYTHON=python2
-  make tools NOWERROR=1 OPTIMIZE=2 PYTHON=python2
-}
-
-package() {
-  cd $srcdir/
-  # Install the sdlmame script
-  install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
-
-  # Install the applications and the UI font in /usr/share
-  install -Dm755 mame $pkgdir/usr/share/${pkgname}/${pkgname} || \
-  install -Dm755 mame64 $pkgdir/usr/share/${pkgname}/${pkgname}
-
-  install -m755 chdman $pkgdir/usr/share/${pkgname}/chdman
-  install -m755 jedutil $pkgdir/usr/share/${pkgname}/jedutil
-  install -m755 regrep $pkgdir/usr/share/${pkgname}/regrep
-  install -m755 romcmp $pkgdir/usr/share/${pkgname}/romcmp
-  install -m755 testkeys $pkgdir/usr/share/${pkgname}/testkeys
-  install -m755 src2html $pkgdir/usr/share/${pkgname}/src2html
-  install -m755 srcclean $pkgdir/usr/share/${pkgname}/srcclean
-  install -m755 ldverify $pkgdir/usr/share/${pkgname}/ldverify
-  install -m755 ldresample $pkgdir/usr/share/${pkgname}/ldresample
-
-  # Install the extra bits
-  install -d $pkgdir/usr/share/${pkgname}/{artwork,ctrlr,keymaps,shader}
-  install -d $pkgdir/usr/share/man/man1
-  install -d $pkgdir/usr/share/man/man6
-  install -m644 src/osd/sdl/shader/glsl*.*h 
$pkgdir/usr/share/${pkgname}/shader/
-  install -m644 src/osd/sdl/man/*.1* $pkgdir/usr/share/man/man1/
-  install -m644 

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

2013-12-27 Thread Sergej Pupykin
Date: Friday, December 27, 2013 @ 16:56:01
  Author: spupykin
Revision: 103150

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

Added:
  workrave/repos/community-i686/PKGBUILD
(from rev 103149, workrave/trunk/PKGBUILD)
  workrave/repos/community-x86_64/PKGBUILD
(from rev 103149, workrave/trunk/PKGBUILD)
Deleted:
  workrave/repos/community-i686/PKGBUILD
  workrave/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-12-27 15:55:42 UTC (rev 103149)
+++ community-i686/PKGBUILD 2013-12-27 15:56:01 UTC (rev 103150)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-
-pkgname=workrave
-pkgver=1.10
-pkgrel=3
-pkgdesc=a tool to help RSI
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://workrave.org;
-depends=('libxtst' 'gtkmm3' 'gconf' 'gdome2' 'gstreamer0.10' 'libsm' 'libice'
-'python2-cheetah' 'libxss' 'gobject-introspection')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/workrave/workrave-$pkgver.tar.gz)
-md5sums=('5b76c2ef8e1dfede69c4e0d4bca9dcb9')
-
-build() {
-  cd $srcdir/workrave-$pkgver
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-dbus --sysconfdir=/etc 
--libexecdir=/usr/lib/workrave \
-   --disable-pulse
-  make
-}
-
-package() {
-  cd $srcdir/workrave-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: workrave/repos/community-i686/PKGBUILD (from rev 103149, 
workrave/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-27 15:56:01 UTC (rev 103150)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+
+pkgname=workrave
+pkgver=1.10.1
+pkgrel=1
+pkgdesc=a tool to help RSI
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://workrave.org;
+depends=('libxtst' 'gtkmm3' 'gconf' 'gdome2' 'gstreamer0.10' 'libsm' 'libice'
+'python2-cheetah' 'libxss')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://downloads.sourceforge.net/workrave/workrave-$pkgver.tar.gz)
+md5sums=('6ebc7896de350bf5fc61c24a210f9a6e')
+
+build() {
+  cd $srcdir/workrave-$pkgver
+  export PYTHON=python2
+  ./configure --prefix=/usr --enable-dbus --sysconfdir=/etc 
--libexecdir=/usr/lib/workrave \
+   --disable-pulse
+  make
+}
+
+package() {
+  cd $srcdir/workrave-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-27 15:55:42 UTC (rev 103149)
+++ community-x86_64/PKGBUILD   2013-12-27 15:56:01 UTC (rev 103150)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: William Rea sillywi...@gmail.com
-
-pkgname=workrave
-pkgver=1.10
-pkgrel=3
-pkgdesc=a tool to help RSI
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://workrave.org;
-depends=('libxtst' 'gtkmm3' 'gconf' 'gdome2' 'gstreamer0.10' 'libsm' 'libice'
-'python2-cheetah' 'libxss' 'gobject-introspection')
-makedepends=('intltool')
-source=(http://downloads.sourceforge.net/workrave/workrave-$pkgver.tar.gz)
-md5sums=('5b76c2ef8e1dfede69c4e0d4bca9dcb9')
-
-build() {
-  cd $srcdir/workrave-$pkgver
-  export PYTHON=python2
-  ./configure --prefix=/usr --enable-dbus --sysconfdir=/etc 
--libexecdir=/usr/lib/workrave \
-   --disable-pulse
-  make
-}
-
-package() {
-  cd $srcdir/workrave-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: workrave/repos/community-x86_64/PKGBUILD (from rev 103149, 
workrave/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-27 15:56:01 UTC (rev 103150)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: William Rea sillywi...@gmail.com
+
+pkgname=workrave
+pkgver=1.10.1
+pkgrel=1
+pkgdesc=a tool to help RSI
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://workrave.org;
+depends=('libxtst' 'gtkmm3' 'gconf' 'gdome2' 'gstreamer0.10' 'libsm' 'libice'
+'python2-cheetah' 'libxss')
+makedepends=('intltool' 'gobject-introspection')
+source=(http://downloads.sourceforge.net/workrave/workrave-$pkgver.tar.gz)
+md5sums=('6ebc7896de350bf5fc61c24a210f9a6e')
+
+build() {
+  cd $srcdir/workrave-$pkgver
+  export PYTHON=python2
+  ./configure --prefix=/usr --enable-dbus --sysconfdir=/etc 
--libexecdir=/usr/lib/workrave \
+  

[arch-commits] Commit in qmmp/trunk (PKGBUILD qmmp.changelog)

2013-12-27 Thread Jaroslav Lichtblau
Date: Friday, December 27, 2013 @ 21:09:51
  Author: jlichtblau
Revision: 103151

upgpkg: qmmp 0.7.4-1

Modified:
  qmmp/trunk/PKGBUILD
  qmmp/trunk/qmmp.changelog

+
 PKGBUILD   |4 ++--
 qmmp.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-27 15:56:01 UTC (rev 103150)
+++ PKGBUILD2013-12-27 20:09:51 UTC (rev 103151)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
 
 pkgname=qmmp
-pkgver=0.7.3
+pkgver=0.7.4
 pkgrel=1
 pkgdesc=Qt4 based audio-player
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('57e4e1a00450a5a094b290df5410f8ab5a80da364ad3f1402835573cb0b75562')
+sha256sums=('ba10d0595b99495587643584c9c8400e6eb987bd2e4bbb30c1060c507f44b4f2')
 
 build() {
   cd ${srcdir}/$pkgname-$pkgver

Modified: qmmp.changelog
===
--- qmmp.changelog  2013-12-27 15:56:01 UTC (rev 103150)
+++ qmmp.changelog  2013-12-27 20:09:51 UTC (rev 103151)
@@ -1,3 +1,6 @@
+2013-12-27 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * qmmp 0.7.4-1
+
 2013-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* qmmp 0.7.3-1
 



[arch-commits] Commit in qmmp/repos/community-x86_64 (6 files)

2013-12-27 Thread Jaroslav Lichtblau
Date: Friday, December 27, 2013 @ 21:10:05
  Author: jlichtblau
Revision: 103152

archrelease: copy trunk to community-x86_64

Added:
  qmmp/repos/community-x86_64/PKGBUILD
(from rev 103151, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-x86_64/qmmp.changelog
(from rev 103151, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-x86_64/qmmp.install
(from rev 103151, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-x86_64/PKGBUILD
  qmmp/repos/community-x86_64/qmmp.changelog
  qmmp/repos/community-x86_64/qmmp.install

+
 PKGBUILD   |   88 +++---
 qmmp.changelog |  213 +++
 qmmp.install   |   24 +++---
 3 files changed, 164 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-27 20:09:51 UTC (rev 103151)
+++ PKGBUILD2013-12-27 20:10:05 UTC (rev 103152)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=qmmp
-pkgver=0.7.3
-pkgrel=1
-pkgdesc=Qt4 based audio-player
-arch=('i686' 'x86_64')
-url=http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('57e4e1a00450a5a094b290df5410f8ab5a80da364ad3f1402835573cb0b75562')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv $pkgdir/usr/lib64 $pkgdir/usr/lib
-  fi
-}

Copied: qmmp/repos/community-x86_64/PKGBUILD (from rev 103151, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-27 20:10:05 UTC (rev 103152)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=qmmp
+pkgver=0.7.4
+pkgrel=1
+pkgdesc=Qt4 based audio-player
+arch=('i686' 'x86_64')
+url=http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ba10d0595b99495587643584c9c8400e6eb987bd2e4bbb30c1060c507f44b4f2')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+  fi
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2013-12-27 20:09:51 UTC (rev 103151)
+++ qmmp.changelog  2013-12-27 20:10:05 UTC (rev 103152)
@@ -1,105 +0,0 @@
-2013-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.3-1
-
-2013-09-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.2-1
-
-2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.1-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.0-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.6.7-1

[arch-commits] Commit in qmmp/repos/community-i686 (6 files)

2013-12-27 Thread Jaroslav Lichtblau
Date: Friday, December 27, 2013 @ 21:27:03
  Author: jlichtblau
Revision: 103153

archrelease: copy trunk to community-i686

Added:
  qmmp/repos/community-i686/PKGBUILD
(from rev 103152, qmmp/trunk/PKGBUILD)
  qmmp/repos/community-i686/qmmp.changelog
(from rev 103152, qmmp/trunk/qmmp.changelog)
  qmmp/repos/community-i686/qmmp.install
(from rev 103152, qmmp/trunk/qmmp.install)
Deleted:
  qmmp/repos/community-i686/PKGBUILD
  qmmp/repos/community-i686/qmmp.changelog
  qmmp/repos/community-i686/qmmp.install

+
 PKGBUILD   |   88 +++---
 qmmp.changelog |  213 +++
 qmmp.install   |   24 +++---
 3 files changed, 164 insertions(+), 161 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-27 20:10:05 UTC (rev 103152)
+++ PKGBUILD2013-12-27 20:27:03 UTC (rev 103153)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-
-pkgname=qmmp
-pkgver=0.7.3
-pkgrel=1
-pkgdesc=Qt4 based audio-player
-arch=('i686' 'x86_64')
-url=http://qmmp.ylsoftware.com/;
-license=('GPL')
-depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
-makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
-optdepends=('flac: native FLAC support'
-'jack: JACK sound output'
-'libmpcdec: Musepack support'
-'pulseaudio: PulseAudio output'
-'libcdio-paranoia: Compact Disc input and control support'
-'libcddb: CDDB server support'
-'libmms: MMS stream protocol support'
-'libmodplug: MOD playing library'
-'libsndfile: sampled sound support'
-'projectm: visual efects'
-'ffmpeg' 'libsamplerate' 'wavpack')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('57e4e1a00450a5a094b290df5410f8ab5a80da364ad3f1402835573cb0b75562')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  if [[ $CARCH == 'x86_64' ]]; then
-mv $pkgdir/usr/lib64 $pkgdir/usr/lib
-  fi
-}

Copied: qmmp/repos/community-i686/PKGBUILD (from rev 103152, 
qmmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-27 20:27:03 UTC (rev 103153)
@@ -0,0 +1,44 @@
+#$Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+
+pkgname=qmmp
+pkgver=0.7.4
+pkgrel=1
+pkgdesc=Qt4 based audio-player
+arch=('i686' 'x86_64')
+url=http://qmmp.ylsoftware.com/;
+license=('GPL')
+depends=('alsa-lib' 'curl' 'hicolor-icon-theme' 'libmad' 'libvorbis' 'libogg'  
'qt4' 'taglib' 'xdg-utils')
+makedepends=('cmake' 'flac' 'jack' 'libmpcdec' 'pulseaudio' 'ffmpeg' 
'libcdio-paranoia' 'libcddb' 'libmms' 'libsamplerate' 'libmodplug' 'libsndfile' 
'wavpack' 'projectm' 'mesa')
+optdepends=('flac: native FLAC support'
+'jack: JACK sound output'
+'libmpcdec: Musepack support'
+'pulseaudio: PulseAudio output'
+'libcdio-paranoia: Compact Disc input and control support'
+'libcddb: CDDB server support'
+'libmms: MMS stream protocol support'
+'libmodplug: MOD playing library'
+'libsndfile: sampled sound support'
+'projectm: visual efects'
+'ffmpeg' 'libsamplerate' 'wavpack')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('ba10d0595b99495587643584c9c8400e6eb987bd2e4bbb30c1060c507f44b4f2')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  if [[ $CARCH == 'x86_64' ]]; then
+mv $pkgdir/usr/lib64 $pkgdir/usr/lib
+  fi
+}

Deleted: qmmp.changelog
===
--- qmmp.changelog  2013-12-27 20:10:05 UTC (rev 103152)
+++ qmmp.changelog  2013-12-27 20:27:03 UTC (rev 103153)
@@ -1,105 +0,0 @@
-2013-10-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.3-1
-
-2013-09-29 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.2-1
-
-2013-06-15 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.1-1
-
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.7.0-1
-
-2013-03-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
-   * qmmp 0.6.7-1
-
-2013-01-13 

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

2013-12-27 Thread Andreas Radke
Date: Friday, December 27, 2013 @ 23:14:08
  Author: andyrtr
Revision: 202772

upgpkg: bluez 5.13-1

upstream update 5.13; add a bluez-plugins pkg for stuff like PS3 controller 
FS#38275

Modified:
  bluez/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 15 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-27 14:33:26 UTC (rev 202771)
+++ PKGBUILD2013-12-27 22:14:08 UTC (rev 202772)
@@ -4,9 +4,9 @@
 # Contributor: Geoffroy Carrier geoff...@archlinux.org
 
 pkgbase=bluez
-pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci')
-pkgver=5.12
-pkgrel=2
+pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 
'bluez-plugins')
+pkgver=5.13
+pkgrel=1
 url=http://www.bluez.org/;
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,7 +14,7 @@
 source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.xz
 0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
 bluetooth.modprobe)
-md5sums=('5d37e581107b3d6f91b81194a5006407'
+md5sums=('c68f8cb270110256a684403ee43b5f79'
  'ec97f23123456900446e8ab17361d6c2'
  '671c15e99d7154c2df987b71c5851b3d')
 
@@ -34,6 +34,7 @@
   --sysconfdir=/etc \
   --localstatedir=/var \
   --libexecdir=/usr/lib \
+  --enable-sixaxis \
   --enable-library # this is deprecated
 #  --enable-experimental \
 
@@ -42,7 +43,7 @@
 
 check() {
   cd $pkgname-$pkgver
-  make -k check
+  make check
 }
 
 
@@ -131,3 +132,12 @@
   install -dm755 ${pkgdir}/usr/share/man/man1
   mv ${srcdir}/hid2hci.1 ${pkgdir}/usr/share/man/man1/hid2hci.1
 }
+
+package_bluez-plugins() {
+  pkgdesc=bluez plugins (PS3 sicaxis controller)
+  depends=('systemd')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-pluginLTLIBRARIES
+}



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

2013-12-27 Thread Andreas Radke
Date: Friday, December 27, 2013 @ 23:14:31
  Author: andyrtr
Revision: 202773

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

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

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

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

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

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

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

2013-12-27 Thread Ray Rashif
Date: Saturday, December 28, 2013 @ 00:04:49
  Author: schiv
Revision: 202774

upgpkg: ardour 3.5.143-1

upstream release
long message once on install is enough

Modified:
  ardour/trunk/PKGBUILD
  ardour/trunk/ardour.install

+
 PKGBUILD   |4 ++--
 ardour.install |   17 -
 2 files changed, 2 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-12-27 22:14:31 UTC (rev 202773)
+++ PKGBUILD2013-12-27 23:04:49 UTC (rev 202774)
@@ -5,7 +5,7 @@
 
 pkgname=ardour
 _pkgname=Ardour3
-pkgver=3.5.74
+pkgver=3.5.143
 pkgrel=1
 pkgdesc=Professional-grade digital audio workstation
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 install=$pkgname.install
 source=(ftp://ftp.archlinux.org/other/$pkgname/$_pkgname-$pkgver.tar.bz2;
 $pkgname.desktop)
-md5sums=('ef447fa41a7351306e8a6eb42df07572'
+md5sums=('52c3b8ea3ab014002e84e377f8a15097'
  '316bd21ece5e2208a104fd09cac521af')
 
 prepare() {

Modified: ardour.install
===
--- ardour.install  2013-12-27 22:14:31 UTC (rev 202773)
+++ ardour.install  2013-12-27 23:04:49 UTC (rev 202774)
@@ -19,21 +19,4 @@
 MSG
 }
 
-post_upgrade() {
-  cat  MSG
-   Ardour now supports video timeline. To use this feature, please get
-   static builds of the required external runtime dependencies from:
-
-  http://x42.github.io/harvid/
-
-   You may then install the binaries in /usr/local/bin and import a video
-   via Session  Open Video.
-
-   Due to uncertainties with regards to program stability, 'harvid' is
-   currently not packaged in our repositories.
-
-   In addition to the timeline, video can be monitored with xjadeo.
-MSG
-}
-
 # vim:set ts=2 sw=2 et:



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

2013-12-27 Thread Ray Rashif
Date: Saturday, December 28, 2013 @ 00:05:21
  Author: schiv
Revision: 202775

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

Added:
  ardour/repos/extra-i686/.contrib
(from rev 202774, ardour/trunk/.contrib)
  ardour/repos/extra-i686/PKGBUILD
(from rev 202774, ardour/trunk/PKGBUILD)
  ardour/repos/extra-i686/ardour.desktop
(from rev 202774, ardour/trunk/ardour.desktop)
  ardour/repos/extra-i686/ardour.install
(from rev 202774, ardour/trunk/ardour.install)
  ardour/repos/extra-x86_64/.contrib
(from rev 202774, ardour/trunk/.contrib)
  ardour/repos/extra-x86_64/PKGBUILD
(from rev 202774, ardour/trunk/PKGBUILD)
  ardour/repos/extra-x86_64/ardour.desktop
(from rev 202774, ardour/trunk/ardour.desktop)
  ardour/repos/extra-x86_64/ardour.install
(from rev 202774, ardour/trunk/ardour.install)
Deleted:
  ardour/repos/extra-i686/.contrib
  ardour/repos/extra-i686/PKGBUILD
  ardour/repos/extra-i686/ardour.desktop
  ardour/repos/extra-i686/ardour.install
  ardour/repos/extra-x86_64/.contrib
  ardour/repos/extra-x86_64/PKGBUILD
  ardour/repos/extra-x86_64/ardour.desktop
  ardour/repos/extra-x86_64/ardour.install

-+
 /.contrib   |4 +
 /PKGBUILD   |  102 ++
 /ardour.desktop |   18 +++
 /ardour.install |   44 ++
 extra-i686/.contrib |2 
 extra-i686/PKGBUILD |   51 -
 extra-i686/ardour.desktop   |9 ---
 extra-i686/ardour.install   |   39 
 extra-x86_64/.contrib   |2 
 extra-x86_64/PKGBUILD   |   51 -
 extra-x86_64/ardour.desktop |9 ---
 extra-x86_64/ardour.install |   39 
 12 files changed, 168 insertions(+), 202 deletions(-)

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2013-12-27 23:04:49 UTC (rev 202774)
+++ extra-i686/.contrib 2013-12-27 23:05:21 UTC (rev 202775)
@@ -1,2 +0,0 @@
-# Contributor: Bernardo Barros bernardobar...@gmail.com
-# Contributor: Uli Armbruster uli_armbrus...@web.de

Copied: ardour/repos/extra-i686/.contrib (from rev 202774, 
ardour/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2013-12-27 23:05:21 UTC (rev 202775)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros bernardobar...@gmail.com
+# Contributor: Uli Armbruster uli_armbrus...@web.de

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-27 23:04:49 UTC (rev 202774)
+++ extra-i686/PKGBUILD 2013-12-27 23:05:21 UTC (rev 202775)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: see .contrib
-
-pkgname=ardour
-_pkgname=Ardour3
-pkgver=3.5.74
-pkgrel=1
-pkgdesc=Professional-grade digital audio workstation
-arch=('i686' 'x86_64')
-url=http://ardour.org/;
-license=('GPL')
-depends=('liblrdf' 'liblo' 'libsmf' 'lilv'
- 'aubio' 'libgnomecanvasmm' 'suil')
-makedepends=('python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
-optdepends=('xjadeo: video monitoring')
-install=$pkgname.install
-source=(ftp://ftp.archlinux.org/other/$pkgname/$_pkgname-$pkgver.tar.bz2;
-$pkgname.desktop)
-md5sums=('ef447fa41a7351306e8a6eb42df07572'
- '316bd21ece5e2208a104fd09cac521af')
-
-prepare() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  # python2 fix
-  sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
-}
-
-build() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  python2 waf configure --prefix=/usr \
---configdir=/etc \
---docs
-
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  python2 waf install --destdir=$pkgdir
-
-  # install some freedesktop.org compatibility
-  install -Dm644 $srcdir/$pkgname.desktop \
-$pkgdir/usr/share/applications/$pkgname.desktop
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ardour/repos/extra-i686/PKGBUILD (from rev 202774, 
ardour/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-27 23:05:21 UTC (rev 202775)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: see .contrib
+
+pkgname=ardour
+_pkgname=Ardour3
+pkgver=3.5.143
+pkgrel=1
+pkgdesc=Professional-grade digital audio workstation
+arch=('i686' 'x86_64')
+url=http://ardour.org/;
+license=('GPL')
+depends=('liblrdf' 'liblo' 'libsmf' 'lilv'
+ 'aubio' 'libgnomecanvasmm' 'suil')
+makedepends=('python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
+optdepends=('xjadeo: video monitoring')
+install=$pkgname.install

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

2013-12-27 Thread Tom Gundersen
Date: Saturday, December 28, 2013 @ 01:08:16
  Author: tomegun
Revision: 202777

upgpkg: dbus 1.6.18-2

split out libdbus

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-28 00:04:44 UTC (rev 202776)
+++ PKGBUILD2013-12-28 00:08:16 UTC (rev 202777)
@@ -3,19 +3,15 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 # Contributor: Link Dupont l...@subpop.net
 #
-pkgname=dbus
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
 pkgver=1.6.18
-pkgrel=1
+pkgrel=2
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
 license=('GPL' 'custom')
-depends=('expat' 'coreutils' 'filesystem')
 makedepends=('libx11' 'systemd')
-optdepends=('libx11: dbus-launch support')
-provides=('dbus-core')
-conflicts=('dbus-core')
-replaces=('dbus-core')
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz
 30-dbus systemd-user-session.patch memleak.patch)
 md5sums=('b02e9c95027a416987b81f9893831061'
@@ -44,7 +40,13 @@
   make
 }
 
-package(){
+package_dbus(){
+  depends=('libdbus' 'expat')
+  optdepends=('libx11: dbus-launch support')
+  provides=('dbus-core')
+  conflicts=('dbus-core')
+  replaces=('dbus-core')
+
   cd dbus-$pkgver
   make DESTDIR=$pkgdir install
 
@@ -53,4 +55,20 @@
   install -Dm755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/30-dbus
 
   install -Dm644 COPYING $pkgdir/usr/share/licenses/dbus/COPYING
+
+  # split out libdbus-1
+  rm -rf $srcdir/_libdbus
+  install -dm755 $srcdir/_libdbus/usr/lib
+  mv $pkgdir/usr/include $srcdir/_libdbus/usr/
+  mv $pkgdir/usr/lib/pkgconfig $srcdir/_libdbus/usr/lib/
+  mv $pkgdir/usr/lib/libdbus* $srcdir/_libdbus/usr/lib/
+  install -Dm644 COPYING $srcdir/_libdbus/usr/share/licenses/libdbus/COPYING
 }
+
+package_libdbus(){
+  pkgdesc=DBus library
+  depends=('glibc')
+
+
+  mv $srcdir/_libdbus/* $pkgdir
+}



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

2013-12-27 Thread Tom Gundersen
Date: Saturday, December 28, 2013 @ 01:08:28
  Author: tomegun
Revision: 202778

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/30-dbus
(from rev 202777, dbus/trunk/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
(from rev 202777, dbus/trunk/PKGBUILD)
  dbus/repos/testing-i686/memleak.patch
(from rev 202777, dbus/trunk/memleak.patch)
  dbus/repos/testing-i686/systemd-user-session.patch
(from rev 202777, dbus/trunk/systemd-user-session.patch)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/30-dbus
(from rev 202777, dbus/trunk/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 202777, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/memleak.patch
(from rev 202777, dbus/trunk/memleak.patch)
  dbus/repos/testing-x86_64/systemd-user-session.patch
(from rev 202777, dbus/trunk/systemd-user-session.patch)

---+
 testing-i686/30-dbus  |6 
 testing-i686/PKGBUILD |   74 +++
 testing-i686/memleak.patch|   37 +
 testing-i686/systemd-user-session.patch   |  183 
 testing-x86_64/30-dbus|6 
 testing-x86_64/PKGBUILD   |   74 +++
 testing-x86_64/memleak.patch  |   37 +
 testing-x86_64/systemd-user-session.patch |  183 
 8 files changed, 600 insertions(+)

Copied: dbus/repos/testing-i686/30-dbus (from rev 202777, dbus/trunk/30-dbus)
===
--- testing-i686/30-dbus(rev 0)
+++ testing-i686/30-dbus2013-12-28 00:08:28 UTC (rev 202778)
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+# launches a session dbus instance
+if [ -z $DBUS_SESSION_BUS_ADDRESS ]  type dbus-launch /dev/null; then
+  eval $(dbus-launch --sh-syntax --exit-with-session)
+fi

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 202777, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-28 00:08:28 UTC (rev 202778)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgbase=dbus
+pkgname=('dbus' 'libdbus')
+pkgver=1.6.18
+pkgrel=2
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+makedepends=('libx11' 'systemd')
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz
+30-dbus systemd-user-session.patch memleak.patch)
+md5sums=('b02e9c95027a416987b81f9893831061'
+ '3314d727fa57fc443fce25b5cbeebbcc'
+ 'd8a1bd529b3ddca671ee1a695a143db9'
+ 'cf86d68e39d975cec1e9f0342eb9b142')
+
+prepare() {
+  cd dbus-$pkgver
+  patch -Np1 -i ../systemd-user-session.patch
+  patch -Np1 -i ../memleak.patch
+}
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=dbus \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+  make
+}
+
+package_dbus(){
+  depends=('libdbus' 'expat')
+  optdepends=('libx11: dbus-launch support')
+  provides=('dbus-core')
+  conflicts=('dbus-core')
+  replaces=('dbus-core')
+
+  cd dbus-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm -rf $pkgdir/var/run
+
+  install -Dm755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/30-dbus
+
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/dbus/COPYING
+
+  # split out libdbus-1
+  rm -rf $srcdir/_libdbus
+  install -dm755 $srcdir/_libdbus/usr/lib
+  mv $pkgdir/usr/include $srcdir/_libdbus/usr/
+  mv $pkgdir/usr/lib/pkgconfig $srcdir/_libdbus/usr/lib/
+  mv $pkgdir/usr/lib/libdbus* $srcdir/_libdbus/usr/lib/
+  install -Dm644 COPYING $srcdir/_libdbus/usr/share/licenses/libdbus/COPYING
+}
+
+package_libdbus(){
+  pkgdesc=DBus library
+  depends=('glibc')
+
+
+  mv $srcdir/_libdbus/* $pkgdir
+}

Copied: dbus/repos/testing-i686/memleak.patch (from rev 202777, 
dbus/trunk/memleak.patch)
===
--- testing-i686/memleak.patch  (rev 0)
+++ testing-i686/memleak.patch  2013-12-28 00:08:28 UTC (rev 202778)
@@ -0,0 +1,37 @@
+From 03aeaccbffa97c9237b57ca067e3da7388862129 Mon Sep 17 00:00:00 2001
+From: Radoslaw Pajak r.pa...@samsung.com
+Date: Fri, 08 Nov 2013 12:51:32 +
+Subject: fixed memory freeing if error during listing 

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

2013-12-27 Thread Alexandre Filgueira
Date: Saturday, December 28, 2013 @ 02:33:01
  Author: faidoc
Revision: 103154

upgpkg: cinnamon-desktop 2.0.4-1

Modified:
  cinnamon-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-27 20:27:03 UTC (rev 103153)
+++ PKGBUILD2013-12-28 01:33:01 UTC (rev 103154)
@@ -3,7 +3,7 @@
 # Contributor:  Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-desktop
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc=Library with common API for various Cinnamon modules
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 url=https://github.com/linuxmint/cinnamon-desktop;
 install=cinnamon-desktop.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;)
-sha256sums=('bd9c50df70432d2e37a7c11728dcdf264af235b261b3f378eade61dc4ef101c3')
+sha256sums=('039a789fc8fca52cf1ceaeec8b7ad9ccc122ea38990186cabea814118e8ddcb3')
 
 build() {
   cd $pkgname-$pkgver



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

2013-12-27 Thread Alexandre Filgueira
Date: Saturday, December 28, 2013 @ 02:33:53
  Author: faidoc
Revision: 103155

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

Added:
  cinnamon-desktop/repos/community-i686/PKGBUILD
(from rev 103154, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
(from rev 103154, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 103154, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install
(from rev 103154, cinnamon-desktop/trunk/cinnamon-desktop.install)
Deleted:
  cinnamon-desktop/repos/community-i686/PKGBUILD
  cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install

---+
 /PKGBUILD |   56 
 /cinnamon-desktop.install |   22 +++
 community-i686/PKGBUILD   |   28 --
 community-i686/cinnamon-desktop.install   |   11 -
 community-x86_64/PKGBUILD |   28 --
 community-x86_64/cinnamon-desktop.install |   11 -
 6 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-28 01:33:01 UTC (rev 103154)
+++ community-i686/PKGBUILD 2013-12-28 01:33:53 UTC (rev 103155)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria alexfilgue...@antergos.com
-# Contributor:  Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-desktop
-pkgver=2.0.3
-pkgrel=1
-pkgdesc=Library with common API for various Cinnamon modules
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile)
-makedepends=(intltool gobject-introspection gnome-common)
-url=https://github.com/linuxmint/cinnamon-desktop;
-install=cinnamon-desktop.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;)
-sha256sums=('bd9c50df70432d2e37a7c11728dcdf264af235b261b3f378eade61dc4ef101c3')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cinnamon-desktop/repos/community-i686/PKGBUILD (from rev 103154, 
cinnamon-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-28 01:33:53 UTC (rev 103155)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexandre Filgueria alexfilgue...@antergos.com
+# Contributor:  Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-desktop
+pkgver=2.0.4
+pkgrel=1
+pkgdesc=Library with common API for various Cinnamon modules
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile)
+makedepends=(intltool gobject-introspection gnome-common)
+url=https://github.com/linuxmint/cinnamon-desktop;
+install=cinnamon-desktop.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;)
+sha256sums=('039a789fc8fca52cf1ceaeec8b7ad9ccc122ea38990186cabea814118e8ddcb3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/cinnamon-desktop.install
===
--- community-i686/cinnamon-desktop.install 2013-12-28 01:33:01 UTC (rev 
103154)
+++ community-i686/cinnamon-desktop.install 2013-12-28 01:33:53 UTC (rev 
103155)
@@ -1,11 +0,0 @@
-post_install() {
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: cinnamon-desktop/repos/community-i686/cinnamon-desktop.install (from 
rev 103154, cinnamon-desktop/trunk/cinnamon-desktop.install)
===
--- community-i686/cinnamon-desktop.install (rev 0)
+++ community-i686/cinnamon-desktop.install 2013-12-28 01:33:53 UTC (rev 
103155)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-12-28 01:33:01 UTC (rev 103154)
+++ community-x86_64/PKGBUILD   2013-12-28 01:33:53 UTC (rev 103155)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Alexandre 

[arch-commits] Commit in sbcl/repos/extra-i686 (8 files)

2013-12-27 Thread Jürgen Hötzel
Date: Saturday, December 28, 2013 @ 03:14:48
  Author: juergen
Revision: 202779

archrelease: copy trunk to extra-i686

Added:
  sbcl/repos/extra-i686/PKGBUILD
(from rev 202778, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-i686/arch-fixes.lisp
(from rev 202778, sbcl/trunk/arch-fixes.lisp)
  sbcl/repos/extra-i686/sbcl.install
(from rev 202778, sbcl/trunk/sbcl.install)
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch
(from rev 202778, sbcl/trunk/texinfo-4.13a-data_types.patch)
Deleted:
  sbcl/repos/extra-i686/PKGBUILD
  sbcl/repos/extra-i686/arch-fixes.lisp
  sbcl/repos/extra-i686/sbcl.install
  sbcl/repos/extra-i686/texinfo-4.13a-data_types.patch

+
 PKGBUILD   |  146 +++
 arch-fixes.lisp|   42 +--
 sbcl.install   |   36 -
 texinfo-4.13a-data_types.patch |   64 -
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-28 00:08:28 UTC (rev 202778)
+++ PKGBUILD2013-12-28 02:14:48 UTC (rev 202779)
@@ -1,73 +0,0 @@
-# $Id$
-# Contributor: John Proctor jproc...@prium.net
-# Contributor: Daniel White dan...@whitehouse.id.au
-# Maintainer: Juergen Hoetzel juer...@archlinux.org
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=1.1.12
-pkgrel=1
-pkgdesc=Steel Bank Common Lisp
-url=http://www.sbcl.org/;
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc' 'zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-install=sbcl.install
-source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  arch-fixes.lisp)
-md5sums=('817e0606e4615e758c0bf3d381197711'
- '7ac0c1936547f4278198b8bf7725204d')
-
-
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
-  export GNUMAKE=make
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS=$LDFLAGS
-  unset LDFLAGS
-
-  # Make a multi-threaded SBCL, disable LARGEFILE
-  cat customize-target-features.lisp EOF
-(lambda (features)
-  (flet ((enable (x) (pushnew x features))
- (disable (x) (setf features (remove x features
-  (enable :sb-thread)
-  (enable :sb-core-compression)
-  (disable :largefile)))
-EOF
-
-  sh make.sh sbcl --prefix=/usr
-  make -C doc/manual info
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME= INSTALL_ROOT=$pkgdir/usr sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script ${srcdir}/arch-fixes.lisp
-  mv sbcl-new.core ${pkgdir}/usr/lib/sbcl/sbcl.core
-
-  # sources
-  mkdir -p $pkgdir/usr/share/sbcl-source
-  cp -R -t $pkgdir/usr/share/sbcl-source 
$srcdir/$pkgname-$pkgver/{src,contrib}
-
-  # license
-  install -D -m644 $srcdir/$pkgname-$pkgver/COPYING \
-   $pkgdir/usr/share/licenses/$pkgname/license.txt
-
-  # drop unwanted files
-  find $pkgdir \( -name Makefile -o -name .cvsignore \) -delete
-  find $pkgdir/usr/share/sbcl-source -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm $pkgdir/usr/share/sbcl-source/src/runtime/sbcl{,.nm}
-
-}

Copied: sbcl/repos/extra-i686/PKGBUILD (from rev 202778, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-28 02:14:48 UTC (rev 202779)
@@ -0,0 +1,73 @@
+# $Id$
+# Contributor: John Proctor jproc...@prium.net
+# Contributor: Daniel White dan...@whitehouse.id.au
+# Maintainer: Juergen Hoetzel juer...@archlinux.org
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=1.1.14
+pkgrel=1
+pkgdesc=Steel Bank Common Lisp
+url=http://www.sbcl.org/;
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc' 'zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+install=sbcl.install
+source=(http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  arch-fixes.lisp)
+md5sums=('e3f933f7cb0053c3438d86e90f5bd73b'
+ '7ac0c1936547f4278198b8bf7725204d')
+
+
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  export CFLAGS+= -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl
+  export GNUMAKE=make
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS=$LDFLAGS
+  unset LDFLAGS
+
+  # Make a multi-threaded SBCL, disable LARGEFILE
+  cat customize-target-features.lisp EOF
+(lambda (features)
+  (flet ((enable (x) (pushnew x features))
+ (disable (x) (setf features (remove x features
+  (enable :sb-thread)
+  (enable :sb-core-compression)
+  (disable :largefile)))
+EOF
+
+  sh make.sh sbcl --prefix=/usr
+  make -C doc/manual info
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # 

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

2013-12-27 Thread Bartłomiej Piotrowski
Date: Saturday, December 28, 2013 @ 07:24:52
  Author: bpiotrowski
Revision: 103156

upgpkg: codeblocks 13.12-1

- new upstream release

Modified:
  codeblocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-28 01:33:53 UTC (rev 103155)
+++ PKGBUILD2013-12-28 06:24:52 UTC (rev 103156)
@@ -5,28 +5,26 @@
 # Contributor: Stefan Husmann stefan-husm...@t-online.de
 
 pkgname=codeblocks
-pkgver=12.11
-pkgrel=4
+pkgver=13.12
+pkgrel=1
 pkgdesc='Open source and cross-platform C/C++ IDE'
 arch=('i686' 'x86_64')
 url='http://www.codeblocks.org'
 license=('GPL3')
 depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 
'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk')
+ 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk' 'libsm')
 makedepends=('boost' 'zip')
 install=codeblocks.install
 source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz)
-md5sums=('4fa8980a8c578b8b5589fceb9b0890d6')
+md5sums=('4b450f620d9f1875ecf6882ab3c11402')
 
 build() {
-  cd $pkgname-${pkgver}release*
- 
-  LDFLAGS+=' -lX11'
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-contrib-plugins=all
   make 
 }
 
 package() {
-  cd $pkgname-${pkgver}release*
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
 }



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

2013-12-27 Thread Bartłomiej Piotrowski
Date: Saturday, December 28, 2013 @ 07:25:03
  Author: bpiotrowski
Revision: 103157

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

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

-+
 /PKGBUILD   |   60 ++
 /codeblocks.install |   52 +
 community-i686/PKGBUILD |   32 --
 community-i686/codeblocks.install   |   26 --
 community-x86_64/PKGBUILD   |   32 --
 community-x86_64/codeblocks.install |   26 --
 6 files changed, 112 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-28 06:24:52 UTC (rev 103156)
+++ community-i686/PKGBUILD 2013-12-28 06:25:03 UTC (rev 103157)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Robert Hollencamp rhollenc...@gmail.com
-# Contributor: Daniel J Griffiths griffith...@inbox.com
-# Contributor: Stefan Husmann stefan-husm...@t-online.de
-
-pkgname=codeblocks
-pkgver=12.11
-pkgrel=4
-pkgdesc='Open source and cross-platform C/C++ IDE'
-arch=('i686' 'x86_64')
-url='http://www.codeblocks.org'
-license=('GPL3')
-depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 
'gtk-update-icon-cache'
- 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk')
-makedepends=('boost' 'zip')
-install=codeblocks.install
-source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz)
-md5sums=('4fa8980a8c578b8b5589fceb9b0890d6')
-
-build() {
-  cd $pkgname-${pkgver}release*
- 
-  LDFLAGS+=' -lX11'
-  ./configure --prefix=/usr --with-contrib-plugins=all
-  make 
-}
-
-package() {
-  cd $pkgname-${pkgver}release*
-  make DESTDIR=$pkgdir install
-}

Copied: codeblocks/repos/community-i686/PKGBUILD (from rev 103156, 
codeblocks/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-28 06:25:03 UTC (rev 103157)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Robert Hollencamp rhollenc...@gmail.com
+# Contributor: Daniel J Griffiths griffith...@inbox.com
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+
+pkgname=codeblocks
+pkgver=13.12
+pkgrel=1
+pkgdesc='Open source and cross-platform C/C++ IDE'
+arch=('i686' 'x86_64')
+url='http://www.codeblocks.org'
+license=('GPL3')
+depends=('boost-libs' 'bzip2' 'desktop-file-utils' 'gamin' 
'gtk-update-icon-cache'
+ 'hicolor-icon-theme' 'hunspell' 'shared-mime-info' 'wxgtk' 'libsm')
+makedepends=('boost' 'zip')
+install=codeblocks.install
+source=(http://download.berlios.de/$pkgname/${pkgname}_${pkgver}-1.tar.gz)
+md5sums=('4b450f620d9f1875ecf6882ab3c11402')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-contrib-plugins=all
+  make 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/codeblocks.install
===
--- community-i686/codeblocks.install   2013-12-28 06:24:52 UTC (rev 103156)
+++ community-i686/codeblocks.install   2013-12-28 06:25:03 UTC (rev 103157)
@@ -1,26 +0,0 @@
-pkgname=codeblocks
-
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-mime-database usr/share/mime /dev/null
-  update-desktop-database -q
-  ln -s /usr/lib/libwxflatnotebook.so /usr/lib/libwxflatnotebook.so.0
-  ln -s /usr/lib/libwxchartctrl.so  /usr/lib/libwxchartctrl.so.0
-  ln -s /usr/lib/libwxcustombutton.so /usr/lib/libwxcustombutton.so.0
-  }
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-  rm /usr/lib/libwxflatnotebook.so.0 \
-   /usr/lib/libwxchartctrl.so.0 /usr/lib/libwxcustombutton.so.0
-}
-
-pre_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-mime-database usr/share/mime /dev/null
-  update-desktop-database -q
-}

Copied: codeblocks/repos/community-i686/codeblocks.install (from rev 103156, 
codeblocks/trunk/codeblocks.install)
===
--- community-i686/codeblocks.install   

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

2013-12-27 Thread Andreas Radke
Date: Saturday, December 28, 2013 @ 08:25:51
  Author: andyrtr
Revision: 202780

upgpkg: xextproto 7.3.0-1

upstream update 7.3.0

Modified:
  xextproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-28 02:14:48 UTC (rev 202779)
+++ PKGBUILD2013-12-28 07:25:51 UTC (rev 202780)
@@ -2,7 +2,7 @@
 #Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xextproto
-pkgver=7.2.1
+pkgver=7.3.0
 pkgrel=1
 pkgdesc=X11 various extension wire protocol
 arch=('any')
@@ -10,16 +10,16 @@
 makedepends=('xmlto' 'xorg-util-macros' 'docbook-xsl')
 url=http://xorg.freedesktop.org/;
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('f969e02009adf2d51fd1ba4583a859984728a461')
+sha256sums=('f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
 }



[arch-commits] Commit in xextproto/repos (staging-any staging-any/PKGBUILD)

2013-12-27 Thread Andreas Radke
Date: Saturday, December 28, 2013 @ 08:26:01
  Author: andyrtr
Revision: 202781

archrelease: copy trunk to staging-any

Added:
  xextproto/repos/staging-any/
  xextproto/repos/staging-any/PKGBUILD
(from rev 202780, xextproto/trunk/PKGBUILD)

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

Copied: xextproto/repos/staging-any/PKGBUILD (from rev 202780, 
xextproto/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2013-12-28 07:26:01 UTC (rev 202781)
@@ -0,0 +1,25 @@
+# $Id$
+#Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xextproto
+pkgver=7.3.0
+pkgrel=1
+pkgdesc=X11 various extension wire protocol
+arch=('any')
+license=('custom')
+makedepends=('xmlto' 'xorg-util-macros' 'docbook-xsl')
+url=http://xorg.freedesktop.org/;
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f3f4b23ac8db9c3a9e0d8edb591713f3d70ef9c3b175970dd8823dfc92aa5bb0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2013-12-27 Thread Andreas Radke
Date: Saturday, December 28, 2013 @ 08:50:35
  Author: andyrtr
Revision: 202782

upgpkg: glproto 1.4.17-1

upstream update 1.4.17

Modified:
  glproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-28 07:26:01 UTC (rev 202781)
+++ PKGBUILD2013-12-28 07:50:35 UTC (rev 202782)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=glproto
-pkgver=1.4.16
+pkgver=1.4.17
 pkgrel=1
 pkgdesc=X11 OpenGL extension wire protocol
 arch=(any)
@@ -10,16 +10,16 @@
 url=http://xorg.freedesktop.org/;
 license=('custom')
 
source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('54dd663a7f5ed702f2ff035b79edf770c2f850867ac0d55742f696bfc8b2598d')
+sha256sums=('adaa94bded310a2bfcbb9deb4d751d965fcfe6fb3a2f6d242e2df2d6589dbe40')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
   install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/



[arch-commits] Commit in glproto/repos (staging-any staging-any/PKGBUILD)

2013-12-27 Thread Andreas Radke
Date: Saturday, December 28, 2013 @ 08:50:45
  Author: andyrtr
Revision: 202783

archrelease: copy trunk to staging-any

Added:
  glproto/repos/staging-any/
  glproto/repos/staging-any/PKGBUILD
(from rev 202782, glproto/trunk/PKGBUILD)

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

Copied: glproto/repos/staging-any/PKGBUILD (from rev 202782, 
glproto/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2013-12-28 07:50:45 UTC (rev 202783)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=glproto
+pkgver=1.4.17
+pkgrel=1
+pkgdesc=X11 OpenGL extension wire protocol
+arch=(any)
+url=http://xorg.freedesktop.org/;
+license=('custom')
+source=(http://xorg.freedesktop.org/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('adaa94bded310a2bfcbb9deb4d751d965fcfe6fb3a2f6d242e2df2d6589dbe40')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}