[arch-commits] Commit in libreoffice/trunk (PKGBUILD librelogo.diff)

2013-03-24 Thread Andreas Radke
Date: Sunday, March 24, 2013 @ 08:50:34
  Author: andyrtr
Revision: 180590

upgpkg: libreoffice 4.0.1-4

add a recent upstream librelogo commit, part of FS#34378; move critical 
writer.xcd file to libo-common to solve all apps no more depending unwanted on 
writer; add dbus-glib to common pkg - FS#34419; disable mergelibs option - 
FS#34414

Added:
  libreoffice/trunk/librelogo.diff
Modified:
  libreoffice/trunk/PKGBUILD

+
 PKGBUILD   |   31 +--
 librelogo.diff |   43 +++
 2 files changed, 64 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-23 23:21:49 UTC (rev 180589)
+++ PKGBUILD2013-03-24 07:50:34 UTC (rev 180590)
@@ -21,7 +21,7 @@
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
 _LOver=4.0.1.2
 pkgver=4.0.1
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -78,7 +78,8 @@
${_additional_source_url}/libmspub-0.0.5.tar.bz2
${_additional_source_url}/libvisio-0.0.25.tar.bz2
make-pyuno-work-with-system-wide-module-install.diff
-   libreoffice-common.sh libreoffice-common.csh)
+   libreoffice-common.sh libreoffice-common.csh
+   librelogo.diff)
 noextract=(f02578f5218f217a9f20e9c30e119c6a-boost_1_44_0.tar.bz2
185d60944ea767075d27247c3162b3bc-unowinreg.dll
9f9e15966b5624834157fe3d748312bc-mdds_0.6.1.tar.bz2
@@ -148,7 +149,8 @@
  '92bde158f249b9b27f76f48cc65a0242'
  '97bf43dda273d79ff90c848ab53b0e3c'
  'abcb1b0a7deaffe13ab3d7ca70becb49'
- '72790a4103da259a55cadd66db931d00')
+ '72790a4103da259a55cadd66db931d00'
+ 'cc07fdb40e005ad2a79ba8a6756b0ad6')
 
 build() {
 
@@ -158,6 +160,10 @@
 
 cd ${srcdir}/libreoffice-$_LOver
 
+# make librelogo depend on libreoffice-writer
+# 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=4e69b35674882d8d675a677940805b187cad0bc3
+patch -Np1 -i ${srcdir}/librelogo.diff
+
# move external sources into place
mkdir ${srcdir}/ext_sources   pushd ${srcdir}/ext_sources
for source in ${noextract[@]}; do
@@ -206,7 +212,6 @@
--enable-gtk3 \
--enable-gstreamer \
--enable-lockdown\
-   --enable-mergelibs \
--enable-opengl \
--enable-odk\
--enable-python=system \
@@ -253,8 +258,10 @@
--with-system-clucene\
--without-system-servlet-api
 
-#  --without-ppds\
+#  --enable-mergelibs \ # https://bugs.archlinux.org/task/34414
 
+#  --without-ppds\ # breaks spadmin permission
+
 #--enable-split-opt-features Split file lists for some optional features, 
.e.g. pyuno, testtool
 
touch src.downloaded
@@ -274,13 +281,12 @@
 
  pkgdesc=common files for LibreOffice - a productivity suite that is 
compatible with other major office suites
  install=libreoffice-common.install
- depends=('libreoffice-langpack' hunspell=1.2.8 python=3.3 neon=0.28.6
+ depends=('libreoffice-langpack' hunspell=1.2.8 python=3.3 
neon=0.28.6 'dbus-glib'
   'nss' 'libsm' 'redland' 'hyphen' 'graphite' icu=50.1 'clucene' 
'lcms2' poppler=0.22.2
   'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'xdg-utils') # 'orbit2')
  optdepends=('libreoffice-langpack: additional language support'
  'java-runtime: adds java support'
  'libcups:  adds printing support'
- 'dbus-glib:adds dbus support'
  'pstoedit: translates PostScript and PDF graphics into 
other vector formats'
  'libmythes:for use in thesaurus'
  'beanshell:interactive java -- good for prototyping 
/macros'
@@ -337,6 +343,9 @@
  rm -f 
${pkgdir}/usr/lib/libreoffice/program/classes/ScriptProviderForJavaScript.jar
  rm -f ${pkgdir}/usr/lib/libreoffice/program/classes/js.jar
  rm -f 
${pkgdir}/usr/lib/libreoffice/program/services/scriptproviderforjavascript.rdb
+ 
+ # workaround all packages now depend on that file
+ cp  ${srcdir}/fakeinstall/usr/lib/libreoffice/share/registry/writer.xcd 
${pkgdir}/usr/lib/libreoffice/share/registry/writer.xcd
 }
 
 package_libreoffice-base() {
@@ -388,9 +397,8 @@
 package_libreoffice-calc() {
  pkgdesc=Spreadsheet application for LibreOffice.
  install=libreoffice-calc.install
- #depends=('libreoffice-common' 'lpsolve' )
- depends=('libreoffice-writer' 'lpsolve' ) # some hidden uno linking to parts 
of the writer pkg - https://bugs.archlinux.org/task/34332
- depends=('libreoffice-writer' 'lpsolve' ) # some hidden uno linking to parts 
of the writer pkg - https://bugs.archlinux.org/task/34332
+ depends=('libreoffice-common' 'lpsolve' )
+ #depends=('libreoffice-writer' 'lpsolve' ) # some hidden uno 

[arch-commits] Commit in libreoffice/repos (42 files)

2013-03-24 Thread Andreas Radke
Date: Sunday, March 24, 2013 @ 08:51:29
  Author: andyrtr
Revision: 180591

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

Added:
  libreoffice/repos/extra-i686/PKGBUILD
(from rev 180590, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/extra-i686/librelogo.diff
(from rev 180590, libreoffice/trunk/librelogo.diff)
  libreoffice/repos/extra-i686/libreoffice-base.install
(from rev 180590, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/extra-i686/libreoffice-calc.install
(from rev 180590, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/extra-i686/libreoffice-common.csh
(from rev 180590, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/extra-i686/libreoffice-common.install
(from rev 180590, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/extra-i686/libreoffice-common.sh
(from rev 180590, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/extra-i686/libreoffice-draw.install
(from rev 180590, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/extra-i686/libreoffice-impress.install
(from rev 180590, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/extra-i686/libreoffice-writer.install
(from rev 180590, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 180590, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/extra-x86_64/PKGBUILD
(from rev 180590, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/extra-x86_64/librelogo.diff
(from rev 180590, libreoffice/trunk/librelogo.diff)
  libreoffice/repos/extra-x86_64/libreoffice-base.install
(from rev 180590, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/extra-x86_64/libreoffice-calc.install
(from rev 180590, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/extra-x86_64/libreoffice-common.csh
(from rev 180590, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/extra-x86_64/libreoffice-common.install
(from rev 180590, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/extra-x86_64/libreoffice-common.sh
(from rev 180590, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/extra-x86_64/libreoffice-draw.install
(from rev 180590, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/extra-x86_64/libreoffice-impress.install
(from rev 180590, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/extra-x86_64/libreoffice-writer.install
(from rev 180590, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 180590, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice/repos/extra-i686/PKGBUILD
  libreoffice/repos/extra-i686/libreoffice-base.install
  libreoffice/repos/extra-i686/libreoffice-calc.install
  libreoffice/repos/extra-i686/libreoffice-common.csh
  libreoffice/repos/extra-i686/libreoffice-common.install
  libreoffice/repos/extra-i686/libreoffice-common.sh
  libreoffice/repos/extra-i686/libreoffice-draw.install
  libreoffice/repos/extra-i686/libreoffice-impress.install
  libreoffice/repos/extra-i686/libreoffice-writer.install
  
libreoffice/repos/extra-i686/make-pyuno-work-with-system-wide-module-install.diff
  libreoffice/repos/extra-x86_64/PKGBUILD
  libreoffice/repos/extra-x86_64/libreoffice-base.install
  libreoffice/repos/extra-x86_64/libreoffice-calc.install
  libreoffice/repos/extra-x86_64/libreoffice-common.csh
  libreoffice/repos/extra-x86_64/libreoffice-common.install
  libreoffice/repos/extra-x86_64/libreoffice-common.sh
  libreoffice/repos/extra-x86_64/libreoffice-draw.install
  libreoffice/repos/extra-x86_64/libreoffice-impress.install
  libreoffice/repos/extra-x86_64/libreoffice-writer.install
  
libreoffice/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff

---+
 /PKGBUILD | 1306 
++
 /libreoffice-base.install |   22 
 /libreoffice-calc.install |   22 
 /libreoffice-common.csh   |   16 
 /libreoffice-common.install   |   94 
 /libreoffice-common.sh|   16 
 /libreoffice-draw.install |   22 
 /libreoffice-impress.install  |   22 
 /libreoffice-writer.install   |   22 
 /make-pyuno-work-with-system-wide-module-install.diff |   88 
 extra-i686/PKGBUILD   |  642 
 extra-i686/librelogo.diff  

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

2013-03-24 Thread Sven-Hendrik Haase
Date: Sunday, March 24, 2013 @ 09:40:24
  Author: svenstaro
Revision: 86901

upgpkg: spring 0.94.0-1

Updating to 0.94

Modified:
  spring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 05:37:37 UTC (rev 86900)
+++ PKGBUILD2013-03-24 08:40:24 UTC (rev 86901)
@@ -4,8 +4,8 @@
 # Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
 
 pkgname=spring
-pkgver=0.93.2
-_pkgver=93.2
+pkgver=0.94.0
+_pkgver=94.0
 pkgrel=1
 pkgdesc='A free 3D real-time-strategy (RTS) game engine'
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 'java-runtime: java-based bots')
 install=spring.install
 
source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${_pkgver}_src.tar.lzma)
-md5sums=('f6e1cb11d9254aca38731995c29303ba')
+md5sums=('707829e3a5f3f296da83aab8651cd5e5')
 
 build() {
   bsdtar -xf ${pkgname}_${_pkgver}_src.tar.lzma



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

2013-03-24 Thread Sven-Hendrik Haase
Date: Sunday, March 24, 2013 @ 09:40:39
  Author: svenstaro
Revision: 86902

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

Added:
  spring/repos/community-i686/PKGBUILD
(from rev 86901, spring/trunk/PKGBUILD)
  spring/repos/community-i686/boost-1.50.patch
(from rev 86901, spring/trunk/boost-1.50.patch)
  spring/repos/community-i686/spring.install
(from rev 86901, spring/trunk/spring.install)
  spring/repos/community-x86_64/PKGBUILD
(from rev 86901, spring/trunk/PKGBUILD)
  spring/repos/community-x86_64/boost-1.50.patch
(from rev 86901, spring/trunk/boost-1.50.patch)
  spring/repos/community-x86_64/spring.install
(from rev 86901, spring/trunk/spring.install)
Deleted:
  spring/repos/community-i686/PKGBUILD
  spring/repos/community-i686/boost-1.50.patch
  spring/repos/community-i686/spring.install
  spring/repos/community-x86_64/PKGBUILD
  spring/repos/community-x86_64/boost-1.50.patch
  spring/repos/community-x86_64/spring.install

---+
 /PKGBUILD |   88 
 /boost-1.50.patch | 5078 
 /spring.install   |   24 
 community-i686/PKGBUILD   |   44 
 community-i686/boost-1.50.patch   | 2539 --
 community-i686/spring.install |   12 
 community-x86_64/PKGBUILD |   44 
 community-x86_64/boost-1.50.patch | 2539 --
 community-x86_64/spring.install   |   12 
 9 files changed, 5190 insertions(+), 5190 deletions(-)

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


[arch-commits] Commit in mongodb/trunk (mongodb.rc)

2013-03-24 Thread Felix Yan
Date: Sunday, March 24, 2013 @ 10:09:50
  Author: fyan
Revision: 86903

upgpkg: mongodb 2.4.1-1

Deleted:
  mongodb/trunk/mongodb.rc

+
 mongodb.rc |   39 ---
 1 file changed, 39 deletions(-)

Deleted: mongodb.rc
===
--- mongodb.rc  2013-03-24 08:40:39 UTC (rev 86902)
+++ mongodb.rc  2013-03-24 09:09:50 UTC (rev 86903)
@@ -1,39 +0,0 @@
-#!/bin/bash
-# vim: syntax=sh
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID=$(pidof /usr/bin/mongod)
-case $1 in
-  start)
-stat_busy Starting mongodb
-[ -z $PID ]  /bin/su mongodb -c /usr/bin/mongod --config 
/etc/mongodb.conf --fork  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon mongodb
-  stat_done
-fi
-;;
-  stop)
-stat_busy Stopping mongodb
-[ ! -z $PID ]  /bin/su mongodb -c /usr/bin/mongod --config 
/etc/mongodb.conf --shutdown  /dev/null
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon mongodb
-  while [ ! -z $(pidof /usr/bin/mongod) ]; do
-sleep 1;
-  done
-  stat_done
-fi
-;;
-  restart)
-$0 stop
-$0 start
-;;
-  *)
-echo usage: $0 {start|stop|restart}  
-esac
-exit 0



[arch-commits] Commit in mongodb/repos (26 files)

2013-03-24 Thread Felix Yan
Date: Sunday, March 24, 2013 @ 10:12:25
  Author: fyan
Revision: 86904

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

Added:
  mongodb/repos/community-testing-i686/PKGBUILD
(from rev 86903, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-testing-i686/SConscript.client.patch
(from rev 86903, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-testing-i686/mongodb.conf
(from rev 86903, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-testing-i686/mongodb.install
(from rev 86903, mongodb/trunk/mongodb.install)
  mongodb/repos/community-testing-i686/mongodb.service
(from rev 86903, mongodb/trunk/mongodb.service)
  mongodb/repos/community-testing-i686/removeWerror.patch
(from rev 86903, mongodb/trunk/removeWerror.patch)
  mongodb/repos/community-testing-x86_64/PKGBUILD
(from rev 86903, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-testing-x86_64/SConscript.client.patch
(from rev 86903, mongodb/trunk/SConscript.client.patch)
  mongodb/repos/community-testing-x86_64/mongodb.conf
(from rev 86903, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-testing-x86_64/mongodb.install
(from rev 86903, mongodb/trunk/mongodb.install)
  mongodb/repos/community-testing-x86_64/mongodb.service
(from rev 86903, mongodb/trunk/mongodb.service)
  mongodb/repos/community-testing-x86_64/removeWerror.patch
(from rev 86903, mongodb/trunk/removeWerror.patch)
Deleted:
  mongodb/repos/community-testing-i686/PKGBUILD
  mongodb/repos/community-testing-i686/SConscript.client.patch
  mongodb/repos/community-testing-i686/mongodb.conf
  mongodb/repos/community-testing-i686/mongodb.install
  mongodb/repos/community-testing-i686/mongodb.rc
  mongodb/repos/community-testing-i686/mongodb.service
  mongodb/repos/community-testing-i686/removeWerror.patch
  mongodb/repos/community-testing-x86_64/PKGBUILD
  mongodb/repos/community-testing-x86_64/SConscript.client.patch
  mongodb/repos/community-testing-x86_64/mongodb.conf
  mongodb/repos/community-testing-x86_64/mongodb.install
  mongodb/repos/community-testing-x86_64/mongodb.rc
  mongodb/repos/community-testing-x86_64/mongodb.service
  mongodb/repos/community-testing-x86_64/removeWerror.patch

--+
 /PKGBUILD|  142 +
 /SConscript.client.patch |   26 +++
 /mongodb.conf|   16 ++
 /mongodb.install |   64 +
 /mongodb.service |   20 ++
 /removeWerror.patch  |   22 +++
 community-testing-i686/PKGBUILD  |   71 --
 community-testing-i686/SConscript.client.patch   |   13 -
 community-testing-i686/mongodb.conf  |8 -
 community-testing-i686/mongodb.install   |   32 
 community-testing-i686/mongodb.rc|   39 -
 community-testing-i686/mongodb.service   |   10 -
 community-testing-i686/removeWerror.patch|   11 -
 community-testing-x86_64/PKGBUILD|   71 --
 community-testing-x86_64/SConscript.client.patch |   13 -
 community-testing-x86_64/mongodb.conf|8 -
 community-testing-x86_64/mongodb.install |   32 
 community-testing-x86_64/mongodb.rc  |   39 -
 community-testing-x86_64/mongodb.service |   10 -
 community-testing-x86_64/removeWerror.patch  |   11 -
 20 files changed, 290 insertions(+), 368 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-03-24 09:09:50 UTC (rev 86903)
+++ community-testing-i686/PKGBUILD 2013-03-24 09:12:25 UTC (rev 86904)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Mathias Stearn math...@10gen.com
-# Contributor: Alec Thomas
-
-pkgname=mongodb
-pkgver=2.4.0
-pkgrel=1
-pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
-arch=('i686' 'x86_64')
-url='http://www.mongodb.org'
-license=('AGPL3')
-depends=('boost-libs')
-makedepends=('scons' 'boost' 'libpcap')
-checkdepends=('python2-pymongo')
-optdepends=('libpcap: needed for mongosniff')
-backup=('etc/mongodb.conf')
-install=mongodb.install
-source=(http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
-'mongodb.conf' 'mongodb.service' 'SConscript.client.patch'
-'removeWerror.patch')
-
-build() {
-  # fucking mongo aint no fun to package
-  export SCONSFLAGS=$MAKEFLAGS
-
-  cd mongodb-src-r${pkgver}
-
-  # fix https://jira.mongodb.org/browse/SERVER-5575
-  patch -Np1 -i ${srcdir}/SConscript.client.patch
-
-  # failed to build with -Werror since 2.4.0
-  patch -Np1 -i 

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

2013-03-24 Thread Andreas Radke
Date: Sunday, March 24, 2013 @ 10:33:50
  Author: andyrtr
Revision: 180592

upgpkg: x2goserver 4.0.0.1-1

upstream update 4.0.0.1

Modified:
  x2goserver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 07:51:29 UTC (rev 180591)
+++ PKGBUILD2013-03-24 09:33:50 UTC (rev 180592)
@@ -7,8 +7,8 @@
 # Contributor: Milan Knížek kni...@volny.cz
 
 pkgname=x2goserver
-pkgver=4.0.0.0
-pkgrel=5
+pkgver=4.0.0.1
+pkgrel=1
 pkgdesc=Open source terminal server
 arch=('i686' 'x86_64')
 url=http://www.x2go.org/;
@@ -20,7 +20,7 @@
 install=x2goserver.install
 backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz
 x2goserver.service)
-md5sums=('1fc38566832c30897c6583e7ffa1fda3'
+md5sums=('85dc2a2d52e82eead744a51007155ff9'
  'b09799f9203150dc1277a56058be48a8')
 
 build() {
@@ -43,7 +43,7 @@
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=$pkgdir install
+  make -j1 PREFIX=/usr DESTDIR=$pkgdir install
 
   # systemd service file - only runs x2gocleansessions
   install -Dm 644 $srcdir/x2goserver.service 
$pkgdir/usr/lib/systemd/system/x2goserver.service



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

2013-03-24 Thread Andreas Radke
Date: Sunday, March 24, 2013 @ 10:34:13
  Author: andyrtr
Revision: 180593

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

Added:
  x2goserver/repos/extra-i686/PKGBUILD
(from rev 180592, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-i686/x2goserver.install
(from rev 180592, x2goserver/trunk/x2goserver.install)
  x2goserver/repos/extra-i686/x2goserver.service
(from rev 180592, x2goserver/trunk/x2goserver.service)
  x2goserver/repos/extra-x86_64/PKGBUILD
(from rev 180592, x2goserver/trunk/PKGBUILD)
  x2goserver/repos/extra-x86_64/x2goserver.install
(from rev 180592, x2goserver/trunk/x2goserver.install)
  x2goserver/repos/extra-x86_64/x2goserver.service
(from rev 180592, x2goserver/trunk/x2goserver.service)
Deleted:
  x2goserver/repos/extra-i686/PKGBUILD
  x2goserver/repos/extra-i686/x2goserver.install
  x2goserver/repos/extra-i686/x2goserver.service
  x2goserver/repos/extra-x86_64/PKGBUILD
  x2goserver/repos/extra-x86_64/x2goserver.install
  x2goserver/repos/extra-x86_64/x2goserver.service

-+
 /PKGBUILD   |  126 ++
 /x2goserver.install |  122 
 /x2goserver.service |   20 ++
 extra-i686/PKGBUILD |   63 ---
 extra-i686/x2goserver.install   |   61 --
 extra-i686/x2goserver.service   |   10 ---
 extra-x86_64/PKGBUILD   |   63 ---
 extra-x86_64/x2goserver.install |   61 --
 extra-x86_64/x2goserver.service |   10 ---
 9 files changed, 268 insertions(+), 268 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-24 09:33:50 UTC (rev 180592)
+++ extra-i686/PKGBUILD 2013-03-24 09:34:13 UTC (rev 180593)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-
-# Contributor: Gerhard Brauer ger...@archlinux.de
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Markus Opitz mastero23 at gmail dot com
-# Contributor: Milan Knížek kni...@volny.cz
-
-pkgname=x2goserver
-pkgver=4.0.0.0
-pkgrel=5
-pkgdesc=Open source terminal server
-arch=('i686' 'x86_64')
-url=http://www.x2go.org/;
-license=('GPL')
-depends=('openssh' 'perl-config-simple' 'perl-dbd-sqlite' 'perl-file-basedir' 
'python' 'x2go-agent' 'xorg-xauth')
-makedepends=('man2html')
-#optdepends=('cups-x2go: printing support')
-options=('emptydirs')
-install=x2goserver.install
-backup=('etc/x2go/x2goserver.conf' 'etc/x2go/x2gosql/sql')
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz
 x2goserver.service)
-md5sums=('1fc38566832c30897c6583e7ffa1fda3'
- 'b09799f9203150dc1277a56058be48a8')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # -r option does not exist in Arch linux
-  # (However, html man pages do not get installed anyway...)
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i 's@(MAN2HTML_BIN) -r @(MAN2HTML_BIN)  @g' $Makefile
-sed -i 's@ \$(MAN2HTML_SRC)/@  \$(MAN2HTML_SRC)/@g' $Makefile
-  done
-
-  # fix some Makefile permission options
-  for Makefile in $(find . -type f -name Makefile); do
-sed -i s:-o root -g root ::g $Makefile
-  done
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=$pkgdir install
-
-  # systemd service file - only runs x2gocleansessions
-  install -Dm 644 $srcdir/x2goserver.service 
$pkgdir/usr/lib/systemd/system/x2goserver.service
-  
-  # X2go homedir + printing spool dir
-  #install -dm 755 $pkgdir/var/lib/x2go
-  install -dm 770 $pkgdir/var/lib/x2go
-  install -dm 755 $pkgdir/var/spool/x2go
-  
-  # load fuse module at system start
-  install -dm755 $pkgdir/lib/modules-load.d
-  echo fuse  $pkgdir/lib/modules-load.d/x2goserver.conf
-
-  install -dm 755 ${pkgdir}/usr/share/doc/${pkgname}
-  install -m 644 debian/changelog 
${pkgdir}/usr/share/doc/${pkgname}/changelog.DEBIAN
-  install -m 644 debian/copyright 
${pkgdir}/usr/share/doc/${pkgname}/copyright.DEBIAN
-}

Copied: x2goserver/repos/extra-i686/PKGBUILD (from rev 180592, 
x2goserver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-24 09:34:13 UTC (rev 180593)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+
+# Contributor: Gerhard Brauer ger...@archlinux.de
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Markus Opitz mastero23 at gmail dot com
+# Contributor: Milan Knížek kni...@volny.cz
+
+pkgname=x2goserver
+pkgver=4.0.0.1
+pkgrel=1
+pkgdesc=Open source terminal server
+arch=('i686' 'x86_64')
+url=http://www.x2go.org/;
+license=('GPL')
+depends=('openssh' 'perl-config-simple' 'perl-dbd-sqlite' 'perl-file-basedir' 
'python' 'x2go-agent' 'xorg-xauth')
+makedepends=('man2html')
+#optdepends=('cups-x2go: 

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

2013-03-24 Thread Andreas Radke
Date: Sunday, March 24, 2013 @ 10:37:15
  Author: andyrtr
Revision: 180594

upgpkg: x2goclient 4.0.1.0-1

upstream update 4.0.1.0

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 09:34:13 UTC (rev 180593)
+++ PKGBUILD2013-03-24 09:37:15 UTC (rev 180594)
@@ -4,8 +4,8 @@
 # Contributor: Richard Murri ad...@richardmurri.com
 
 pkgname=x2goclient
-pkgver=4.0.0.3
-pkgrel=2
+pkgver=4.0.1.0
+pkgrel=1
 pkgdesc=x2go qt4 client
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,7 +14,7 @@
 makedepends=('man2html')
 install=x2goclient.install
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e08fa2248f0882ee7ed6c5310d47fcfc')
+md5sums=('ff223344915b9def9e9e5a01ae919532')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-03-24 Thread Andreas Radke
Date: Sunday, March 24, 2013 @ 10:37:30
  Author: andyrtr
Revision: 180595

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-24 09:37:15 UTC (rev 180594)
+++ extra-i686/PKGBUILD 2013-03-24 09:37:30 UTC (rev 180595)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Gerhard Brauer ger...@archlinux.de
-# Contributor: Richard Murri ad...@richardmurri.com
-
-pkgname=x2goclient
-pkgver=4.0.0.3
-pkgrel=2
-pkgdesc=x2go qt4 client
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.x2go.org;
-depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
-makedepends=('man2html')
-install=x2goclient.install
-source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e08fa2248f0882ee7ed6c5310d47fcfc')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i s:-o root -g root :: Makefile
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=$pkgdir install
-}

Copied: x2goclient/repos/extra-i686/PKGBUILD (from rev 180594, 
x2goclient/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-24 09:37:30 UTC (rev 180595)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Gerhard Brauer ger...@archlinux.de
+# Contributor: Richard Murri ad...@richardmurri.com
+
+pkgname=x2goclient
+pkgver=4.0.1.0
+pkgrel=1
+pkgdesc=x2go qt4 client
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.x2go.org;
+depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
+makedepends=('man2html')
+install=x2goclient.install
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('ff223344915b9def9e9e5a01ae919532')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i s:-o root -g root :: Makefile
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=$pkgdir install
+}

Deleted: extra-i686/x2goclient.install
===
--- extra-i686/x2goclient.install   2013-03-24 09:37:15 UTC (rev 180594)
+++ extra-i686/x2goclient.install   2013-03-24 09:37:30 UTC (rev 180595)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor
-}
-
-post_upgrade() {
-  xdg-icon-resource forceupdate --theme hicolor
-}
-
-post_remove() {
-  xdg-icon-resource forceupdate --theme hicolor
-}

Copied: x2goclient/repos/extra-i686/x2goclient.install (from rev 180594, 
x2goclient/trunk/x2goclient.install)
===
--- extra-i686/x2goclient.install   (rev 0)
+++ extra-i686/x2goclient.install   2013-03-24 09:37:30 UTC (rev 180595)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_upgrade() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_remove() {
+  xdg-icon-resource forceupdate --theme hicolor
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-24 09:37:15 UTC (rev 180594)
+++ extra-x86_64/PKGBUILD   2013-03-24 09:37:30 UTC (rev 180595)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Gerhard Brauer ger...@archlinux.de
-# Contributor: Richard Murri ad...@richardmurri.com
-
-pkgname=x2goclient
-pkgver=4.0.0.3
-pkgrel=2
-pkgdesc=x2go qt4 client
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.x2go.org;
-depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')

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

2013-03-24 Thread Florian Pritz
Date: Sunday, March 24, 2013 @ 11:20:50
  Author: bluewind
Revision: 86905

upgpkg: lib32-gnutls 3.1.10-1

upstream update

Modified:
  lib32-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 09:12:25 UTC (rev 86904)
+++ PKGBUILD2013-03-24 10:20:50 UTC (rev 86905)
@@ -6,7 +6,7 @@
 # Contributor: Mikko Seppälä t-r-...@mbnet.fi
 _pkgbasename=gnutls
 pkgname=lib32-$_pkgbasename
-pkgver=3.1.9
+pkgver=3.1.10
 pkgrel=1
 pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
 arch=('x86_64')
@@ -16,8 +16,8 @@
 depends=('lib32-zlib' 'lib32-nettle=2.4' 'lib32-p11-kit=0.12' 
'lib32-libtasn1' $_pkgbasename)
 makedepends=('gcc-multilib' 'lib32-libidn')
 
source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('0674032fe6de0d90d08eed81fcac2e1d'
- '503f49f55459ef4229fa4f35841fde2f')
+md5sums=('9e73aa5c3ef3b7358159a31302e25aa7'
+ '062dd4fe7d527dadbb3d9e9fb240510f')
 
 build() {
   export CC=gcc -m32



[arch-commits] Commit in lib32-gnutls/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-03-24 Thread Florian Pritz
Date: Sunday, March 24, 2013 @ 11:20:56
  Author: bluewind
Revision: 86906

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD
(from rev 86905, lib32-gnutls/trunk/PKGBUILD)
Deleted:
  lib32-gnutls/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-24 10:20:50 UTC (rev 86905)
+++ PKGBUILD2013-03-24 10:20:56 UTC (rev 86906)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Christoph Vigano mail at cvigano dot de
-# Contributor: Biru Ionut io...@archlinux.ro
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Mikko Seppälä t-r-...@mbnet.fi
-_pkgbasename=gnutls
-pkgname=lib32-$_pkgbasename
-pkgver=3.1.9
-pkgrel=1
-pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-url=http://gnutls.org/;
-options=('!libtool')
-depends=('lib32-zlib' 'lib32-nettle=2.4' 'lib32-p11-kit=0.12' 
'lib32-libtasn1' $_pkgbasename)
-makedepends=('gcc-multilib' 'lib32-libidn')
-source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
-md5sums=('0674032fe6de0d90d08eed81fcac2e1d'
- '503f49f55459ef4229fa4f35841fde2f')
-
-build() {
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  # build fails without --disable-hardware-acceleration because of assembler 
errors
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---with-zlib \
---disable-static \
---disable-guile \
---disable-valgrind-tests --disable-hardware-acceleration
-  make
-}
-check() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  #make -k check
-}
-
-package() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  find $pkgdir
-
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-gnutls/repos/multilib-x86_64/PKGBUILD (from rev 86905, 
lib32-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-24 10:20:56 UTC (rev 86906)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Florian Pritz bluew...@xinu.at
+# Contributor: Christoph Vigano mail at cvigano dot de
+# Contributor: Biru Ionut io...@archlinux.ro
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Mikko Seppälä t-r-...@mbnet.fi
+_pkgbasename=gnutls
+pkgname=lib32-$_pkgbasename
+pkgver=3.1.10
+pkgrel=1
+pkgdesc=A library which provides a secure layer over a reliable transport 
layer (32-bit)
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+url=http://gnutls.org/;
+options=('!libtool')
+depends=('lib32-zlib' 'lib32-nettle=2.4' 'lib32-p11-kit=0.12' 
'lib32-libtasn1' $_pkgbasename)
+makedepends=('gcc-multilib' 'lib32-libidn')
+source=(ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/${_pkgbasename}-${pkgver}.tar.xz{,.sig})
+md5sums=('9e73aa5c3ef3b7358159a31302e25aa7'
+ '062dd4fe7d527dadbb3d9e9fb240510f')
+
+build() {
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  # build fails without --disable-hardware-acceleration because of assembler 
errors
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--with-zlib \
+--disable-static \
+--disable-guile \
+--disable-valgrind-tests --disable-hardware-acceleration
+  make
+}
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  #make -k check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  find $pkgdir
+
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}



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

2013-03-24 Thread Bartłomiej Piotrowski
Date: Sunday, March 24, 2013 @ 11:24:49
  Author: bpiotrowski
Revision: 86907

upgpkg: aria2 1.16.5-1

upstream release

Modified:
  aria2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 10:20:56 UTC (rev 86906)
+++ PKGBUILD2013-03-24 10:24:49 UTC (rev 86907)
@@ -6,7 +6,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=aria2
-pkgver=1.16.4
+pkgver=1.16.5
 pkgrel=1
 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 license=('GPL')
 depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
 checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2)
-sha256sums=('7fb5360570ee626b428f9450244435734fbc9e979994e3e61eb672e8ed970319')
+source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.xz)
+sha256sums=('00c5d9ef6ce584561e9ffc8626e03d1156073bf2ddcc10dc55750fb49626d1fe')
 
 build() {
   cd $pkgname-$pkgver



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

2013-03-24 Thread Bartłomiej Piotrowski
Date: Sunday, March 24, 2013 @ 11:25:05
  Author: bpiotrowski
Revision: 86908

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-24 10:24:49 UTC (rev 86907)
+++ community-i686/PKGBUILD 2013-03-24 10:25:05 UTC (rev 86908)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=aria2
-pkgver=1.16.4
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2)
-sha256sums=('7fb5360570ee626b428f9450244435734fbc9e979994e3e61eb672e8ed970319')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-
-  # add bash completion (aria2 automatically installs to a temporary target 
directory)
-  install -d ${pkgdir}/usr/share/bash-completion/completions
-  install -m644 ${pkgdir}/usr/share/doc/aria2/bash_completion/aria2c \
-${pkgdir}/usr/share/bash-completion/completions
-  rm -rf ${pkgdir}/usr/share/doc/aria2/bash_completion
-}

Copied: aria2/repos/community-i686/PKGBUILD (from rev 86907, 
aria2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-24 10:25:05 UTC (rev 86908)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Alexander Fehr pizzapunk gmail com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=aria2
+pkgver=1.16.5
+pkgrel=1
+pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
+arch=('i686' 'x86_64')
+url='http://aria2.sourceforge.net/'
+license=('GPL')
+depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
+checkdepends=('cppunit')
+source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.xz)
+sha256sums=('00c5d9ef6ce584561e9ffc8626e03d1156073bf2ddcc10dc55750fb49626d1fe')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  # add bash completion (aria2 automatically installs to a temporary target 
directory)
+  install -d ${pkgdir}/usr/share/bash-completion/completions
+  install -m644 ${pkgdir}/usr/share/doc/aria2/bash_completion/aria2c \
+${pkgdir}/usr/share/bash-completion/completions
+  rm -rf ${pkgdir}/usr/share/doc/aria2/bash_completion
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-24 10:24:49 UTC (rev 86907)
+++ community-x86_64/PKGBUILD   2013-03-24 10:25:05 UTC (rev 86908)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Alexander Fehr pizzapunk gmail com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=aria2
-pkgver=1.16.4
-pkgrel=1
-pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
-arch=('i686' 'x86_64')
-url='http://aria2.sourceforge.net/'
-license=('GPL')
-depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates')
-checkdepends=('cppunit')
-source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2)
-sha256sums=('7fb5360570ee626b428f9450244435734fbc9e979994e3e61eb672e8ed970319')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
-

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

2013-03-24 Thread Andreas Radke
Date: Sunday, March 24, 2013 @ 11:35:18
  Author: andyrtr
Revision: 180596

upgpkg: nx 3.5.0.18-2

fix broken x2goagent symlink

Modified:
  nx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 09:37:30 UTC (rev 180595)
+++ PKGBUILD2013-03-24 10:35:18 UTC (rev 180596)
@@ -4,7 +4,7 @@
 pkgbase=nx
 pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 
'nx-headers')
 pkgver=3.5.0.18
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url=http://wiki.x2go.org/;
 license=('GPL')
@@ -132,7 +132,8 @@

   install -dm755 ${pkgdir}/usr/{bin,lib/x2go/bin,share/{pixmaps,x2go/versions}}
   # this is a nxagent symlink
-  cp -a ${srcdir}/fakeinstall/usr/lib/x2go/bin/x2goagent 
${pkgdir}/usr/lib/x2go/bin
+  ln -sv /usr/lib/nx/bin/nxagent ${pkgdir}/usr/lib/x2go/bin/x2goagent 
+
   # the wrapper
   cp -a ${srcdir}/fakeinstall/usr/bin/x2goagent ${pkgdir}/usr/bin
   



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

2013-03-24 Thread Andreas Radke
Date: Sunday, March 24, 2013 @ 11:35:36
  Author: andyrtr
Revision: 180597

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

Deleted:
  nx/repos/extra-i686/PKGBUILD
  nx/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |  150 
 extra-x86_64/PKGBUILD |  150 
 2 files changed, 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-24 10:35:18 UTC (rev 180596)
+++ extra-i686/PKGBUILD 2013-03-24 10:35:36 UTC (rev 180597)
@@ -1,150 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=nx
-pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 
'nx-headers')
-pkgver=3.5.0.18
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://wiki.x2go.org/;
-license=('GPL')
-#options=('!makeflags') # '!strip')
-makedepends=('libjpeg-turbo' 'libpng' 'bash' 'perl' 'libxml2' # runtime 
dependencies from subpackages
- 'xproto' 'freetype2' 'libxaw' 'libxrender' 'libxp' 'libxpm' 
'libxdamage' 'libxrandr' 'libxcomposite' 'libxtst' 'xorg-sessreg' # makedepends
- )
-source=(http://code.x2go.org/releases/source/nx-libs/nx-libs-$pkgver-full.tar.gz
-keyboard_rule.diff)
-md5sums=('cb321b520c3e157619e4ed5315c9e44c'
- 'f681bc66827cd7ddff4b81b983c20401')
-
-build() {
-  cd ${srcdir}/nx-libs-$pkgver
-  
-  # fix keyboard layout with xkeyboard-config = 2.6 - doesn't solve proper 
layout detection
-  # upstream needs to do much more work in that area
-  patch -Np1 -i ${srcdir}/keyboard_rule.diff
-  
-  # debug flags
-#  export CFLAGS=-march=x86-64 -O1 -g -pipe
-#  export CXXFLAGS=-march=x86-64 -O1 -g -pipe
-
-  # honour CFLAGS in X11 build - upstream fixed so far only the other libs
-  # From xorg-x11-6.9.0-r3.ebuild
-  pushd ${srcdir}/nx-libs-$pkgver/nx-X11
-
-  HOSTCONF=config/cf/host.def
-  echo #define OptimizedCDebugFlags ${CFLAGS} GccAliasingArgs  ${HOSTCONF}
-  echo #define OptimizedCplusplusDebugFlags ${CXXFLAGS} GccAliasingArgs  
${HOSTCONF}
-  # Respect LDFLAGS
-  echo #define ExtraLoadFlags ${LDFLAGS}  ${HOSTCONF}
-  echo #define SharedLibraryLoadFlags -shared ${LDFLAGS}  ${HOSTCONF}
-  popd
-
-  # fix a broken Makefiles
-  sed -i s:-o root -g root :: nxcompshad/Makefile.in
-
-  make \
-PREFIX=/usr \
-CONFIGURE=./configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --includedir=/usr/include
-
-  # fake install
-  mkdir $srcdir/fakeinstall
-  make PREFIX=/usr DESTDIR=$srcdir/fakeinstall install
-}
-
-package_libxcomp() {
-  
-  pkgdesc=NX X compression library
-  depends=('libjpeg-turbo' 'libpng' 'gcc-libs')
-   
-  install -dm755 ${pkgdir}/usr/lib/nx
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcomp.so* ${pkgdir}/usr/lib/nx
-  # symlinks
-  cd ${pkgdir}/usr/lib/
-  ln -sv /usr/lib/nx/libXcomp.so{,.3,.3.5.0} .
-}
-
-package_nxproxy() {
-
-  pkgdesc=NX proxy
-  depends=('libxcomp')
-  
-  install -dm755 ${pkgdir}/usr/{bin,share/man/man1,lib/nx/bin}
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxproxy 
${pkgdir}/usr/lib/nx/bin/nxproxy
-  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxproxy.1 
${pkgdir}/usr/share/man/man1
-  # the wrapper
-  cp -a ${srcdir}/fakeinstall/usr/bin/nxproxy ${pkgdir}/usr/bin
-}
-
-package_nx-xcompext() {
-  
-  pkgdesc=Xcompext/Xcompshad library for NX
-  depends=('libxcomp' 'nx-x11')
-   
-  install -dm755 ${pkgdir}/usr/lib/nx
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompext.so* ${pkgdir}/usr/lib/nx
-  #cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompshad.so* ${pkgdir}/usr/lib/nx
-
-  # symlinks
-  cd ${pkgdir}/usr/lib/
-  ln -sv /usr/lib/nx/libXcompext.so{,.3,.3.5.0} .
-  #ln -sv /usr/lib/nx/libXcompshad.so{,.3,.3.5.0} .
-}
-
-package_nx-x11() {
- 
-  pkgdesc=NX-X11 lib for the NX framework
-  depends=('libxcomp')
-   
-  install -dm755 ${pkgdir}/{usr/bin,usr/lib/nx/{X11,bin}}
-  cp -aR ${srcdir}/fakeinstall/usr/lib/nx/X11/* ${pkgdir}/usr/lib/nx/X11
-  # nxauth
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxauth ${pkgdir}/usr/lib/nx/bin
-  # the wrapper
-  cp -a ${srcdir}/fakeinstall/usr/bin/nxauth ${pkgdir}/usr/bin
-}
-
-package_nxagent() {
-  
-  pkgdesc=NX X server based on Xnest
-  depends=('nx-xcompext' 'libxml2')
-   
-  install -dm755 ${pkgdir}/usr/{bin,lib/nx/bin,share/nx}
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxagent ${pkgdir}/usr/lib/nx/bin
-  # the wrapper
-  cp -a ${srcdir}/fakeinstall/usr/bin/nxagent ${pkgdir}/usr/bin
-  
-  # additional files for documentation
-  cp -a ${srcdir}/fakeinstall/usr/share/nx/SecurityPolicy 
${pkgdir}/usr/share/nx
-  
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompshad.so* ${pkgdir}/usr/lib/nx
-  # symlinks
-  cd ${pkgdir}/usr/lib/
-  ln -sv /usr/lib/nx/libXcompshad.so{,.3,.3.5.0} . # files should move to 
nx-compext pkg
-}
-
-package_x2go-agent() {
-  
-  pkgdesc=Wrapper arround nxagent to use with x2goserver
- 

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

2013-03-24 Thread Andreas Radke
Date: Sunday, March 24, 2013 @ 11:41:11
  Author: andyrtr
Revision: 180598

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

Added:
  nx/repos/extra-i686/PKGBUILD
(from rev 180597, nx/trunk/PKGBUILD)
  nx/repos/extra-i686/keyboard_rule.diff
(from rev 180597, nx/trunk/keyboard_rule.diff)
  nx/repos/extra-x86_64/PKGBUILD
(from rev 180597, nx/trunk/PKGBUILD)
  nx/repos/extra-x86_64/keyboard_rule.diff
(from rev 180597, nx/trunk/keyboard_rule.diff)
Deleted:
  nx/repos/extra-i686/keyboard_rule.diff
  nx/repos/extra-x86_64/keyboard_rule.diff

-+
 /keyboard_rule.diff |   22 +
 extra-i686/PKGBUILD |  151 ++
 extra-i686/keyboard_rule.diff   |   11 --
 extra-x86_64/PKGBUILD   |  151 ++
 extra-x86_64/keyboard_rule.diff |   11 --
 5 files changed, 324 insertions(+), 22 deletions(-)

Copied: nx/repos/extra-i686/PKGBUILD (from rev 180597, nx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-24 10:41:11 UTC (rev 180598)
@@ -0,0 +1,151 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgbase=nx
+pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'x2go-agent' 
'nx-headers')
+pkgver=3.5.0.18
+pkgrel=2
+arch=('i686' 'x86_64')
+url=http://wiki.x2go.org/;
+license=('GPL')
+#options=('!makeflags') # '!strip')
+makedepends=('libjpeg-turbo' 'libpng' 'bash' 'perl' 'libxml2' # runtime 
dependencies from subpackages
+ 'xproto' 'freetype2' 'libxaw' 'libxrender' 'libxp' 'libxpm' 
'libxdamage' 'libxrandr' 'libxcomposite' 'libxtst' 'xorg-sessreg' # makedepends
+ )
+source=(http://code.x2go.org/releases/source/nx-libs/nx-libs-$pkgver-full.tar.gz
+keyboard_rule.diff)
+md5sums=('cb321b520c3e157619e4ed5315c9e44c'
+ 'f681bc66827cd7ddff4b81b983c20401')
+
+build() {
+  cd ${srcdir}/nx-libs-$pkgver
+  
+  # fix keyboard layout with xkeyboard-config = 2.6 - doesn't solve proper 
layout detection
+  # upstream needs to do much more work in that area
+  patch -Np1 -i ${srcdir}/keyboard_rule.diff
+  
+  # debug flags
+#  export CFLAGS=-march=x86-64 -O1 -g -pipe
+#  export CXXFLAGS=-march=x86-64 -O1 -g -pipe
+
+  # honour CFLAGS in X11 build - upstream fixed so far only the other libs
+  # From xorg-x11-6.9.0-r3.ebuild
+  pushd ${srcdir}/nx-libs-$pkgver/nx-X11
+
+  HOSTCONF=config/cf/host.def
+  echo #define OptimizedCDebugFlags ${CFLAGS} GccAliasingArgs  ${HOSTCONF}
+  echo #define OptimizedCplusplusDebugFlags ${CXXFLAGS} GccAliasingArgs  
${HOSTCONF}
+  # Respect LDFLAGS
+  echo #define ExtraLoadFlags ${LDFLAGS}  ${HOSTCONF}
+  echo #define SharedLibraryLoadFlags -shared ${LDFLAGS}  ${HOSTCONF}
+  popd
+
+  # fix a broken Makefiles
+  sed -i s:-o root -g root :: nxcompshad/Makefile.in
+
+  make \
+PREFIX=/usr \
+CONFIGURE=./configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --includedir=/usr/include
+
+  # fake install
+  mkdir $srcdir/fakeinstall
+  make PREFIX=/usr DESTDIR=$srcdir/fakeinstall install
+}
+
+package_libxcomp() {
+  
+  pkgdesc=NX X compression library
+  depends=('libjpeg-turbo' 'libpng' 'gcc-libs')
+   
+  install -dm755 ${pkgdir}/usr/lib/nx
+  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcomp.so* ${pkgdir}/usr/lib/nx
+  # symlinks
+  cd ${pkgdir}/usr/lib/
+  ln -sv /usr/lib/nx/libXcomp.so{,.3,.3.5.0} .
+}
+
+package_nxproxy() {
+
+  pkgdesc=NX proxy
+  depends=('libxcomp')
+  
+  install -dm755 ${pkgdir}/usr/{bin,share/man/man1,lib/nx/bin}
+  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxproxy 
${pkgdir}/usr/lib/nx/bin/nxproxy
+  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxproxy.1 
${pkgdir}/usr/share/man/man1
+  # the wrapper
+  cp -a ${srcdir}/fakeinstall/usr/bin/nxproxy ${pkgdir}/usr/bin
+}
+
+package_nx-xcompext() {
+  
+  pkgdesc=Xcompext/Xcompshad library for NX
+  depends=('libxcomp' 'nx-x11')
+   
+  install -dm755 ${pkgdir}/usr/lib/nx
+  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompext.so* ${pkgdir}/usr/lib/nx
+  #cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompshad.so* ${pkgdir}/usr/lib/nx
+
+  # symlinks
+  cd ${pkgdir}/usr/lib/
+  ln -sv /usr/lib/nx/libXcompext.so{,.3,.3.5.0} .
+  #ln -sv /usr/lib/nx/libXcompshad.so{,.3,.3.5.0} .
+}
+
+package_nx-x11() {
+ 
+  pkgdesc=NX-X11 lib for the NX framework
+  depends=('libxcomp')
+   
+  install -dm755 ${pkgdir}/{usr/bin,usr/lib/nx/{X11,bin}}
+  cp -aR ${srcdir}/fakeinstall/usr/lib/nx/X11/* ${pkgdir}/usr/lib/nx/X11
+  # nxauth
+  cp -a ${srcdir}/fakeinstall/usr/lib/nx/bin/nxauth ${pkgdir}/usr/lib/nx/bin
+  # the wrapper
+  cp -a ${srcdir}/fakeinstall/usr/bin/nxauth ${pkgdir}/usr/bin
+}
+
+package_nxagent() {
+  
+  pkgdesc=NX X server based on Xnest
+  depends=('nx-xcompext' 'libxml2')
+   
+  install -dm755 ${pkgdir}/usr/{bin,lib/nx/bin,share/nx}
+  cp -a 

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

2013-03-24 Thread Felix Yan
Date: Sunday, March 24, 2013 @ 12:58:52
  Author: fyan
Revision: 86910

upgpkg: python-bottle 0.11.6-1

Modified:
  python-bottle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 11:55:43 UTC (rev 86909)
+++ PKGBUILD2013-03-24 11:58:52 UTC (rev 86910)
@@ -6,7 +6,7 @@
 
 pkgbase=python-bottle
 pkgname=(python-bottle python2-bottle)
-pkgver=0.11.5
+pkgver=0.11.6
 pkgrel=1
 pkgdesc=A fast and simple micro-framework for small web-applications
 arch=(any)
@@ -40,4 +40,4 @@
   mv $pkgdir/usr/bin/bottle.py{,2}
 }
   
-md5sums=('4b38a5b94ba0ba7c19f1af2a2e17364a')
+md5sums=('88953166fbb9b5b4718c59f2b89b205b')



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

2013-03-24 Thread Felix Yan
Date: Sunday, March 24, 2013 @ 13:00:12
  Author: fyan
Revision: 86911

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-24 11:58:52 UTC (rev 86910)
+++ PKGBUILD2013-03-24 12:00:12 UTC (rev 86911)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Richard Murri ad...@richardmurri.com
-# Contributor: Farhad Shahbazi far...@enthusiasm.cc
-# Contributor: Felix Kaiser felix.kai...@fxkr.net
-
-pkgbase=python-bottle
-pkgname=(python-bottle python2-bottle)
-pkgver=0.11.5
-pkgrel=1
-pkgdesc=A fast and simple micro-framework for small web-applications
-arch=(any)
-url=http://bottlepy.org;
-license=('MIT')
-options=(!emptydirs)
-makedepends=('python3' 'python2')
-source=(https://github.com/defnull/bottle/archive/${pkgver}.tar.gz;)
-
-build() {
-  cd ${srcdir}
-  cp -r bottle-${pkgver} python2-bottle-${pkgver}
-}
-
-package_python-bottle() {
-  depends=('python3')
-
-  cd ${srcdir}/bottle-${pkgver}
-  python3 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
-}
-
-package_python2-bottle() {
-  depends=('python2')
-
-  cd ${srcdir}/python2-bottle-${pkgver}
-  python2 setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
-
-  # deal with conflict with python-bottle's /usr/bin/bottle.py
-  mv $pkgdir/usr/bin/bottle.py{,2}
-}
-  
-md5sums=('4b38a5b94ba0ba7c19f1af2a2e17364a')

Copied: python-bottle/repos/community-any/PKGBUILD (from rev 86910, 
python-bottle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-24 12:00:12 UTC (rev 86911)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Richard Murri ad...@richardmurri.com
+# Contributor: Farhad Shahbazi far...@enthusiasm.cc
+# Contributor: Felix Kaiser felix.kai...@fxkr.net
+
+pkgbase=python-bottle
+pkgname=(python-bottle python2-bottle)
+pkgver=0.11.6
+pkgrel=1
+pkgdesc=A fast and simple micro-framework for small web-applications
+arch=(any)
+url=http://bottlepy.org;
+license=('MIT')
+options=(!emptydirs)
+makedepends=('python3' 'python2')
+source=(https://github.com/defnull/bottle/archive/${pkgver}.tar.gz;)
+
+build() {
+  cd ${srcdir}
+  cp -r bottle-${pkgver} python2-bottle-${pkgver}
+}
+
+package_python-bottle() {
+  depends=('python3')
+
+  cd ${srcdir}/bottle-${pkgver}
+  python3 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python-bottle/LICENSE
+}
+
+package_python2-bottle() {
+  depends=('python2')
+
+  cd ${srcdir}/python2-bottle-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/python2-bottle/LICENSE
+
+  # deal with conflict with python-bottle's /usr/bin/bottle.py
+  mv $pkgdir/usr/bin/bottle.py{,2}
+}
+  
+md5sums=('88953166fbb9b5b4718c59f2b89b205b')



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

2013-03-24 Thread Giovanni Scafora
Date: Sunday, March 24, 2013 @ 13:09:58
  Author: giovanni
Revision: 180599

upgpkg: libebml 1.3.0-1

upstream release

Modified:
  libebml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 10:41:11 UTC (rev 180598)
+++ PKGBUILD2013-03-24 12:09:58 UTC (rev 180599)
@@ -3,15 +3,15 @@
 # Contributor: 03/08/04 lefun...@altern.org
 
 pkgname=libebml
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc=Extensible Binary Meta Language library
 arch=('i686' 'x86_64')
 url=http://dl.matroska.org/downloads/libebml/;
 license=('LGPL')
 depends=('gcc-libs')
 
source=(http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('726cc2bd1a525929ff35ff9854c0ebab')
+md5sums=('efec729bf5a51e649e1d9d1f61c0ae7a')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}/make/linux



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

2013-03-24 Thread Giovanni Scafora
Date: Sunday, March 24, 2013 @ 13:10:12
  Author: giovanni
Revision: 180600

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-24 12:09:58 UTC (rev 180599)
+++ extra-i686/PKGBUILD 2013-03-24 12:10:12 UTC (rev 180600)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: 03/08/04 lefun...@altern.org
-
-pkgname=libebml
-pkgver=1.2.2
-pkgrel=2
-pkgdesc=Extensible Binary Meta Language library
-arch=('i686' 'x86_64')
-url=http://dl.matroska.org/downloads/libebml/;
-license=('LGPL')
-depends=('gcc-libs')
-source=(http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('726cc2bd1a525929ff35ff9854c0ebab')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
-
-  make prefix=${pkgdir}/usr install
-}

Copied: libebml/repos/extra-i686/PKGBUILD (from rev 180599, 
libebml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-24 12:10:12 UTC (rev 180600)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: 03/08/04 lefun...@altern.org
+
+pkgname=libebml
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=Extensible Binary Meta Language library
+arch=('i686' 'x86_64')
+url=http://dl.matroska.org/downloads/libebml/;
+license=('LGPL')
+depends=('gcc-libs')
+source=(http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('efec729bf5a51e649e1d9d1f61c0ae7a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
+
+  make prefix=${pkgdir}/usr install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-24 12:09:58 UTC (rev 180599)
+++ extra-x86_64/PKGBUILD   2013-03-24 12:10:12 UTC (rev 180600)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: 03/08/04 lefun...@altern.org
-
-pkgname=libebml
-pkgver=1.2.2
-pkgrel=2
-pkgdesc=Extensible Binary Meta Language library
-arch=('i686' 'x86_64')
-url=http://dl.matroska.org/downloads/libebml/;
-license=('LGPL')
-depends=('gcc-libs')
-source=(http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('726cc2bd1a525929ff35ff9854c0ebab')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
-
-  make prefix=${pkgdir}/usr install
-}

Copied: libebml/repos/extra-x86_64/PKGBUILD (from rev 180599, 
libebml/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-24 12:10:12 UTC (rev 180600)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: 03/08/04 lefun...@altern.org
+
+pkgname=libebml
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=Extensible Binary Meta Language library
+arch=('i686' 'x86_64')
+url=http://dl.matroska.org/downloads/libebml/;
+license=('LGPL')
+depends=('gcc-libs')
+source=(http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('efec729bf5a51e649e1d9d1f61c0ae7a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
+
+  make prefix=${pkgdir}/usr install
+}



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

2013-03-24 Thread Felix Yan
Date: Sunday, March 24, 2013 @ 13:43:49
  Author: fyan
Revision: 86912

upgpkg: fcitx-libpinyin 0.2.91-1

Modified:
  fcitx-libpinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 12:00:12 UTC (rev 86911)
+++ PKGBUILD2013-03-24 12:43:49 UTC (rev 86912)
@@ -3,7 +3,7 @@
 # Contributor: poplarch popla...@gmail.com
 
 pkgname=fcitx-libpinyin
-pkgver=0.2.90
+pkgver=0.2.91
 pkgrel=1
 pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('fcitx' 'libpinyin')
 makedepends=('cmake' 'intltool' 'wget')
-source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
+source=(https://github.com/fcitx/$pkgname/archive/$pkgver.tar.gz;)
 install=$pkgname.install
 
 build() {
@@ -31,4 +31,4 @@
   cd $srcdir/${pkgname}-${pkgver}/build
   make DESTDIR=${pkgdir} install
 }
-md5sums=('b19526c18102d8c240f2933d21bbbc81')
+md5sums=('060707cb5a296b2cc10542a01fe40de9')



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

2013-03-24 Thread Felix Yan
Date: Sunday, March 24, 2013 @ 13:45:01
  Author: fyan
Revision: 86913

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

Added:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
(from rev 86912, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
(from rev 86912, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
(from rev 86912, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install
(from rev 86912, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
Deleted:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
  fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
  fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install

--+
 /PKGBUILD|   68 +
 /fcitx-libpinyin.install |   22 +
 community-i686/PKGBUILD  |   34 --
 community-i686/fcitx-libpinyin.install   |   11 
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/fcitx-libpinyin.install |   11 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-24 12:43:49 UTC (rev 86912)
+++ community-i686/PKGBUILD 2013-03-24 12:45:01 UTC (rev 86913)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: poplarch popla...@gmail.com
-
-pkgname=fcitx-libpinyin
-pkgver=0.2.90
-pkgrel=1
-pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
-arch=('i686' 'x86_64')
-url=https://github.com/fcitx/fcitx-libpinyin;
-license=('GPL')
-depends=('fcitx' 'libpinyin')
-makedepends=('cmake' 'intltool' 'wget')
-source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz;)
-install=$pkgname.install
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  rm -rf build
-  mkdir build
-  cd build
-
-  msg Starting make...
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('b19526c18102d8c240f2933d21bbbc81')

Copied: fcitx-libpinyin/repos/community-i686/PKGBUILD (from rev 86912, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-24 12:45:01 UTC (rev 86913)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.2.91
+pkgrel=1
+pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/fcitx-libpinyin;
+license=('GPL')
+depends=('fcitx' 'libpinyin')
+makedepends=('cmake' 'intltool' 'wget')
+source=(https://github.com/fcitx/$pkgname/archive/$pkgver.tar.gz;)
+install=$pkgname.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg Starting make...
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('060707cb5a296b2cc10542a01fe40de9')

Deleted: community-i686/fcitx-libpinyin.install
===
--- community-i686/fcitx-libpinyin.install  2013-03-24 12:43:49 UTC (rev 
86912)
+++ community-i686/fcitx-libpinyin.install  2013-03-24 12:45:01 UTC (rev 
86913)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install (from rev 
86912, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-i686/fcitx-libpinyin.install  (rev 0)
+++ community-i686/fcitx-libpinyin.install  2013-03-24 12:45:01 UTC (rev 
86913)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-24 12:43:49 UTC (rev 86912)
+++ community-x86_64/PKGBUILD   2013-03-24 12:45:01 UTC (rev 86913)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: poplarch popla...@gmail.com
-
-pkgname=fcitx-libpinyin
-pkgver=0.2.90
-pkgrel=1
-pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with 

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

2013-03-24 Thread Felix Yan
Date: Sunday, March 24, 2013 @ 13:50:46
  Author: fyan
Revision: 86914

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

Added:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
(from rev 86913, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
(from rev 86913, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
(from rev 86913, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install
(from rev 86913, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
Deleted:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
  fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
  fcitx-libpinyin/repos/community-x86_64/fcitx-libpinyin.install

--+
 /PKGBUILD|   68 +
 /fcitx-libpinyin.install |   22 +
 community-i686/PKGBUILD  |   34 --
 community-i686/fcitx-libpinyin.install   |   11 
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/fcitx-libpinyin.install |   11 
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-24 12:45:01 UTC (rev 86913)
+++ community-i686/PKGBUILD 2013-03-24 12:50:46 UTC (rev 86914)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: poplarch popla...@gmail.com
-
-pkgname=fcitx-libpinyin
-pkgver=0.2.91
-pkgrel=1
-pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
-arch=('i686' 'x86_64')
-url=https://github.com/fcitx/fcitx-libpinyin;
-license=('GPL')
-depends=('fcitx' 'libpinyin')
-makedepends=('cmake' 'intltool' 'wget')
-source=(https://github.com/fcitx/$pkgname/archive/$pkgver.tar.gz;)
-install=$pkgname.install
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  rm -rf build
-  mkdir build
-  cd build
-
-  msg Starting make...
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('060707cb5a296b2cc10542a01fe40de9')

Copied: fcitx-libpinyin/repos/community-i686/PKGBUILD (from rev 86913, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-24 12:50:46 UTC (rev 86914)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: poplarch popla...@gmail.com
+
+pkgname=fcitx-libpinyin
+pkgver=0.2.91
+pkgrel=1
+pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with pinyin
+arch=('i686' 'x86_64')
+url=https://github.com/fcitx/fcitx-libpinyin;
+license=('GPL')
+depends=('fcitx' 'libpinyin')
+makedepends=('cmake' 'intltool' 'wget')
+source=(https://github.com/fcitx/$pkgname/archive/$pkgver.tar.gz;)
+install=$pkgname.install
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  msg Starting make...
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}/build
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('060707cb5a296b2cc10542a01fe40de9')

Deleted: community-i686/fcitx-libpinyin.install
===
--- community-i686/fcitx-libpinyin.install  2013-03-24 12:45:01 UTC (rev 
86913)
+++ community-i686/fcitx-libpinyin.install  2013-03-24 12:50:46 UTC (rev 
86914)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: fcitx-libpinyin/repos/community-i686/fcitx-libpinyin.install (from rev 
86913, fcitx-libpinyin/trunk/fcitx-libpinyin.install)
===
--- community-i686/fcitx-libpinyin.install  (rev 0)
+++ community-i686/fcitx-libpinyin.install  2013-03-24 12:50:46 UTC (rev 
86914)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-24 12:45:01 UTC (rev 86913)
+++ community-x86_64/PKGBUILD   2013-03-24 12:50:46 UTC (rev 86914)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: poplarch popla...@gmail.com
-
-pkgname=fcitx-libpinyin
-pkgver=0.2.91
-pkgrel=1
-pkgdesc=Fcitx Wrapper for libpinyin, Library to deal with 

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

2013-03-24 Thread Giovanni Scafora
Date: Sunday, March 24, 2013 @ 13:52:59
  Author: giovanni
Revision: 180601

upgpkg: libmatroska 1.4.0-1

upstream release

Modified:
  libmatroska/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 12:10:12 UTC (rev 180600)
+++ PKGBUILD2013-03-24 12:52:59 UTC (rev 180601)
@@ -3,15 +3,15 @@
 # Contributor 03/08/04 lefun...@altern.org
 
 pkgname=libmatroska
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc=Matroska library
 arch=('i686' 'x86_64')
 url=http://dl.matroska.org/downloads/libmatroska/;
 license=('LGPL')
 depends=('libebml')
 
source=(http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f4a8c411f09d39c754eb726efd616043')
+md5sums=('5b83155019589b04a49f9db923b5bf74')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}/make/linux



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

2013-03-24 Thread Giovanni Scafora
Date: Sunday, March 24, 2013 @ 13:53:07
  Author: giovanni
Revision: 180602

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-24 12:52:59 UTC (rev 180601)
+++ extra-i686/PKGBUILD 2013-03-24 12:53:07 UTC (rev 180602)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor 03/08/04 lefun...@altern.org
-
-pkgname=libmatroska
-pkgver=1.3.0
-pkgrel=2
-pkgdesc=Matroska library
-arch=('i686' 'x86_64')
-url=http://dl.matroska.org/downloads/libmatroska/;
-license=('LGPL')
-depends=('libebml')
-source=(http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f4a8c411f09d39c754eb726efd616043')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
-
-  make sharedlib
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
-
-  make prefix=${pkgdir}/usr install
-}

Copied: libmatroska/repos/extra-i686/PKGBUILD (from rev 180601, 
libmatroska/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-24 12:53:07 UTC (rev 180602)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor 03/08/04 lefun...@altern.org
+
+pkgname=libmatroska
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=Matroska library
+arch=('i686' 'x86_64')
+url=http://dl.matroska.org/downloads/libmatroska/;
+license=('LGPL')
+depends=('libebml')
+source=(http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('5b83155019589b04a49f9db923b5bf74')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
+
+  make sharedlib
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
+
+  make prefix=${pkgdir}/usr install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-24 12:52:59 UTC (rev 180601)
+++ extra-x86_64/PKGBUILD   2013-03-24 12:53:07 UTC (rev 180602)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor 03/08/04 lefun...@altern.org
-
-pkgname=libmatroska
-pkgver=1.3.0
-pkgrel=2
-pkgdesc=Matroska library
-arch=('i686' 'x86_64')
-url=http://dl.matroska.org/downloads/libmatroska/;
-license=('LGPL')
-depends=('libebml')
-source=(http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('f4a8c411f09d39c754eb726efd616043')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
-
-  make sharedlib
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
-
-  make prefix=${pkgdir}/usr install
-}

Copied: libmatroska/repos/extra-x86_64/PKGBUILD (from rev 180601, 
libmatroska/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-24 12:53:07 UTC (rev 180602)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor 03/08/04 lefun...@altern.org
+
+pkgname=libmatroska
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=Matroska library
+arch=('i686' 'x86_64')
+url=http://dl.matroska.org/downloads/libmatroska/;
+license=('LGPL')
+depends=('libebml')
+source=(http://dl.matroska.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('5b83155019589b04a49f9db923b5bf74')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
+
+  make sharedlib
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/make/linux
+
+  make prefix=${pkgdir}/usr install
+}



[arch-commits] Commit in laptop-mode-tools/trunk (PKGBUILD)

2013-03-24 Thread Lukas Jirkovsky
Date: Sunday, March 24, 2013 @ 13:53:12
  Author: stativ
Revision: 86915

upgpkg: laptop-mode-tools 1.63-1

update to 1.63

Modified:
  laptop-mode-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 12:50:46 UTC (rev 86914)
+++ PKGBUILD2013-03-24 12:53:12 UTC (rev 86915)
@@ -3,8 +3,8 @@
 # Contributor: Eric Bélanger e...@archlinux.org
 
 pkgname=laptop-mode-tools
-pkgver=1.62
-pkgrel=2
+pkgver=1.63
+pkgrel=1
 pkgdesc=A kernel mode that allows you to extend the battery life of your 
laptop
 arch=('any')
 url=http://www.samwel.tk/laptop_mode/;
@@ -32,6 +32,7 @@
 etc/laptop-mode/conf.d/intel-sata-powermgmt.conf
 etc/laptop-mode/conf.d/lcd-brightness.conf
 etc/laptop-mode/conf.d/nmi-watchdog.conf
+etc/laptop-mode/conf.d/pcie-aspm.conf
 etc/laptop-mode/conf.d/runtime-pm.conf
 etc/laptop-mode/conf.d/sched-mc-power-savings.conf
 etc/laptop-mode/conf.d/sched-smt-power-savings.conf
@@ -47,24 +48,16 @@
 install=laptop-mode.install
 
source=(http://www.samwel.tk/laptop_mode/tools/downloads/${pkgname}_${pkgver}.tar.gz;
 'laptop-mode')
-md5sums=('a14283b14f09bb9b03f7faf928c07bb6'
+md5sums=('58d7dbffe9a60746a67f4b2a27ab284f'
  '4d3b4d95c6532451b3dba588c83fb86b')
 
 build() {
   cd $srcdir/${pkgname}_$pkgver
-
-  # install udev to rules to a systemd wide directory
-  # ie use /usr/lib/udev/rules.d/ instead of /etc/udev/rules.d/
-  # do the same for systemd
-  sed -i 's|/etc/udev|/usr/lib/udev|g' install.sh
-  # see /lib - /usr/lib move
-  sed -i 's|DESTDIR/lib|DESTDIR/usr/lib|g' install.sh
-  sed -i 's|/lib|/usr/lib|g' etc/rules/99-laptop-mode.rules
 }
 
 package() {
   cd $srcdir/${pkgname}_$pkgver
-  make DESTDIR=$pkgdir INIT_D=none MAN_D=/usr/share/man install
+  make DESTDIR=$pkgdir INIT_D=none MAN_D=/usr/share/man LIB_D=/usr/lib 
install
 
   install -D -m755 $srcdir/laptop-mode $pkgdir/etc/rc.d/laptop-mode
 }



[arch-commits] Commit in laptop-mode-tools/repos/community-any (6 files)

2013-03-24 Thread Lukas Jirkovsky
Date: Sunday, March 24, 2013 @ 13:53:27
  Author: stativ
Revision: 86916

archrelease: copy trunk to community-any

Added:
  laptop-mode-tools/repos/community-any/PKGBUILD
(from rev 86915, laptop-mode-tools/trunk/PKGBUILD)
  laptop-mode-tools/repos/community-any/laptop-mode
(from rev 86915, laptop-mode-tools/trunk/laptop-mode)
  laptop-mode-tools/repos/community-any/laptop-mode.install
(from rev 86915, laptop-mode-tools/trunk/laptop-mode.install)
Deleted:
  laptop-mode-tools/repos/community-any/PKGBUILD
  laptop-mode-tools/repos/community-any/laptop-mode
  laptop-mode-tools/repos/community-any/laptop-mode.install

-+
 PKGBUILD|  133 +++---
 laptop-mode |  114 +-
 laptop-mode.install |   28 +-
 3 files changed, 134 insertions(+), 141 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-24 12:53:12 UTC (rev 86915)
+++ PKGBUILD2013-03-24 12:53:27 UTC (rev 86916)
@@ -1,70 +0,0 @@
-# $Id: PKGBUILD 140455 2011-10-14 20:07:03Z eric $
-# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
-# Contributor: Eric Bélanger e...@archlinux.org
-
-pkgname=laptop-mode-tools
-pkgver=1.62
-pkgrel=2
-pkgdesc=A kernel mode that allows you to extend the battery life of your 
laptop
-arch=('any')
-url=http://www.samwel.tk/laptop_mode/;
-license=('GPL')
-depends=('bash')
-optdepends=('acpid: ACPI support'
-'bluez: bluetooth support'
-'hdparm: hard disk power management'
-'sdparm: SCSI disk power management'
-'ethtool: ethernet support'
-'wireless_tools: WiFi support'
-'xorg-xset: DPMS standby support')
-backup=(etc/laptop-mode/conf.d/ac97-powersave.conf
-etc/laptop-mode/conf.d/auto-hibernate.conf
-etc/laptop-mode/conf.d/battery-level-polling.conf
-etc/laptop-mode/conf.d/bluetooth.conf
-etc/laptop-mode/conf.d/configuration-file-control.conf
-etc/laptop-mode/conf.d/cpufreq.conf
-etc/laptop-mode/conf.d/dpms-standby.conf
-etc/laptop-mode/conf.d/eee-superhe.conf
-etc/laptop-mode/conf.d/ethernet.conf
-etc/laptop-mode/conf.d/exec-commands.conf
-etc/laptop-mode/conf.d/hal-polling.conf
-etc/laptop-mode/conf.d/intel-hda-powersave.conf
-etc/laptop-mode/conf.d/intel-sata-powermgmt.conf
-etc/laptop-mode/conf.d/lcd-brightness.conf
-etc/laptop-mode/conf.d/nmi-watchdog.conf
-etc/laptop-mode/conf.d/runtime-pm.conf
-etc/laptop-mode/conf.d/sched-mc-power-savings.conf
-etc/laptop-mode/conf.d/sched-smt-power-savings.conf
-etc/laptop-mode/conf.d/start-stop-programs.conf
-etc/laptop-mode/conf.d/terminal-blanking.conf
-etc/laptop-mode/conf.d/usb-autosuspend.conf
-etc/laptop-mode/conf.d/video-out.conf
-etc/laptop-mode/conf.d/wireless-ipw-power.conf
-etc/laptop-mode/conf.d/wireless-iwl-power.conf
-etc/laptop-mode/conf.d/wireless-power.conf
-etc/laptop-mode/laptop-mode.conf
-etc/laptop-mode/lm-profiler.conf)
-install=laptop-mode.install
-source=(http://www.samwel.tk/laptop_mode/tools/downloads/${pkgname}_${pkgver}.tar.gz;
-'laptop-mode')
-md5sums=('a14283b14f09bb9b03f7faf928c07bb6'
- '4d3b4d95c6532451b3dba588c83fb86b')
-
-build() {
-  cd $srcdir/${pkgname}_$pkgver
-
-  # install udev to rules to a systemd wide directory
-  # ie use /usr/lib/udev/rules.d/ instead of /etc/udev/rules.d/
-  # do the same for systemd
-  sed -i 's|/etc/udev|/usr/lib/udev|g' install.sh
-  # see /lib - /usr/lib move
-  sed -i 's|DESTDIR/lib|DESTDIR/usr/lib|g' install.sh
-  sed -i 's|/lib|/usr/lib|g' etc/rules/99-laptop-mode.rules
-}
-
-package() {
-  cd $srcdir/${pkgname}_$pkgver
-  make DESTDIR=$pkgdir INIT_D=none MAN_D=/usr/share/man install
-
-  install -D -m755 $srcdir/laptop-mode $pkgdir/etc/rc.d/laptop-mode
-}

Copied: laptop-mode-tools/repos/community-any/PKGBUILD (from rev 86915, 
laptop-mode-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-24 12:53:27 UTC (rev 86916)
@@ -0,0 +1,63 @@
+# $Id: PKGBUILD 140455 2011-10-14 20:07:03Z eric $
+# Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
+# Contributor: Eric Bélanger e...@archlinux.org
+
+pkgname=laptop-mode-tools
+pkgver=1.63
+pkgrel=1
+pkgdesc=A kernel mode that allows you to extend the battery life of your 
laptop
+arch=('any')
+url=http://www.samwel.tk/laptop_mode/;
+license=('GPL')
+depends=('bash')
+optdepends=('acpid: ACPI support'
+'bluez: bluetooth support'
+'hdparm: hard disk power management'
+'sdparm: SCSI disk power management'
+'ethtool: ethernet support'
+'wireless_tools: WiFi support'
+'xorg-xset: DPMS standby 

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

2013-03-24 Thread Jakob Gruber
Date: Sunday, March 24, 2013 @ 14:52:17
  Author: schuay
Revision: 86917

simavr 1.0-2

Modified:
  simavr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 12:53:27 UTC (rev 86916)
+++ PKGBUILD2013-03-24 13:52:17 UTC (rev 86917)
@@ -2,7 +2,7 @@
 
 pkgname=simavr
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A lean, mean and hackable AVR simulator'
 arch=('i686' 'x86_64')
 url=https://github.com/buserror-uk/simavr;
@@ -25,7 +25,7 @@
 
 package() {
   cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/usr install
+  make PREFIX=/usr DESTDIR=$pkgdir/usr install
 }
 
 md5sums=('82c9704a4e8569548f01931e32ebfe0c')



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

2013-03-24 Thread Jakob Gruber
Date: Sunday, March 24, 2013 @ 14:52:31
  Author: schuay
Revision: 86918

archrelease: copy trunk to community-i686

Added:
  simavr/repos/community-i686/PKGBUILD
(from rev 86917, simavr/trunk/PKGBUILD)
Deleted:
  simavr/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-24 13:52:17 UTC (rev 86917)
+++ PKGBUILD2013-03-24 13:52:31 UTC (rev 86918)
@@ -1,31 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=simavr
-pkgver=1.0
-pkgrel=1
-pkgdesc='A lean, mean and hackable AVR simulator'
-arch=('i686' 'x86_64')
-url=https://github.com/buserror-uk/simavr;
-license=('GPL3')
-depends=('elfutils')
-makedepends=('avr-libc')
-source=(https://github.com/downloads/buserror-uk/simavr/$pkgname-$pkgver.tar.bz2;)
-options=(!strip)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # The original Makefile depends on git, hardcode the version until it's 
fixed upstream.
-  sed -i s/^\(SIMAVR_VERSION\).*/\1 = ${pkgver}/ simavr/Makefile
-
-  make AVR_ROOT=/usr/avr SIMAVR_VERSION=1.0 \
-  CFLAGS=-Wall -Wextra -fPIC -std=gnu99 -Wno-sign-compare 
-Wno-unused-parameter \
-  build-simavr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/usr install
-}
-
-md5sums=('82c9704a4e8569548f01931e32ebfe0c')

Copied: simavr/repos/community-i686/PKGBUILD (from rev 86917, 
simavr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-24 13:52:31 UTC (rev 86918)
@@ -0,0 +1,31 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=simavr
+pkgver=1.0
+pkgrel=2
+pkgdesc='A lean, mean and hackable AVR simulator'
+arch=('i686' 'x86_64')
+url=https://github.com/buserror-uk/simavr;
+license=('GPL3')
+depends=('elfutils')
+makedepends=('avr-libc')
+source=(https://github.com/downloads/buserror-uk/simavr/$pkgname-$pkgver.tar.bz2;)
+options=(!strip)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # The original Makefile depends on git, hardcode the version until it's 
fixed upstream.
+  sed -i s/^\(SIMAVR_VERSION\).*/\1 = ${pkgver}/ simavr/Makefile
+
+  make AVR_ROOT=/usr/avr SIMAVR_VERSION=1.0 \
+  CFLAGS=-Wall -Wextra -fPIC -std=gnu99 -Wno-sign-compare 
-Wno-unused-parameter \
+  build-simavr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir/usr install
+}
+
+md5sums=('82c9704a4e8569548f01931e32ebfe0c')



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

2013-03-24 Thread Jakob Gruber
Date: Sunday, March 24, 2013 @ 14:52:38
  Author: schuay
Revision: 86919

archrelease: copy trunk to community-x86_64

Added:
  simavr/repos/community-x86_64/PKGBUILD
(from rev 86918, simavr/trunk/PKGBUILD)
Deleted:
  simavr/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-24 13:52:31 UTC (rev 86918)
+++ PKGBUILD2013-03-24 13:52:38 UTC (rev 86919)
@@ -1,31 +0,0 @@
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=simavr
-pkgver=1.0
-pkgrel=1
-pkgdesc='A lean, mean and hackable AVR simulator'
-arch=('i686' 'x86_64')
-url=https://github.com/buserror-uk/simavr;
-license=('GPL3')
-depends=('elfutils')
-makedepends=('avr-libc')
-source=(https://github.com/downloads/buserror-uk/simavr/$pkgname-$pkgver.tar.bz2;)
-options=(!strip)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # The original Makefile depends on git, hardcode the version until it's 
fixed upstream.
-  sed -i s/^\(SIMAVR_VERSION\).*/\1 = ${pkgver}/ simavr/Makefile
-
-  make AVR_ROOT=/usr/avr SIMAVR_VERSION=1.0 \
-  CFLAGS=-Wall -Wextra -fPIC -std=gnu99 -Wno-sign-compare 
-Wno-unused-parameter \
-  build-simavr
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir/usr install
-}
-
-md5sums=('82c9704a4e8569548f01931e32ebfe0c')

Copied: simavr/repos/community-x86_64/PKGBUILD (from rev 86918, 
simavr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-24 13:52:38 UTC (rev 86919)
@@ -0,0 +1,31 @@
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=simavr
+pkgver=1.0
+pkgrel=2
+pkgdesc='A lean, mean and hackable AVR simulator'
+arch=('i686' 'x86_64')
+url=https://github.com/buserror-uk/simavr;
+license=('GPL3')
+depends=('elfutils')
+makedepends=('avr-libc')
+source=(https://github.com/downloads/buserror-uk/simavr/$pkgname-$pkgver.tar.bz2;)
+options=(!strip)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # The original Makefile depends on git, hardcode the version until it's 
fixed upstream.
+  sed -i s/^\(SIMAVR_VERSION\).*/\1 = ${pkgver}/ simavr/Makefile
+
+  make AVR_ROOT=/usr/avr SIMAVR_VERSION=1.0 \
+  CFLAGS=-Wall -Wextra -fPIC -std=gnu99 -Wno-sign-compare 
-Wno-unused-parameter \
+  build-simavr
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make PREFIX=/usr DESTDIR=$pkgdir/usr install
+}
+
+md5sums=('82c9704a4e8569548f01931e32ebfe0c')



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

2013-03-24 Thread Jelle van der Waa
Date: Sunday, March 24, 2013 @ 16:35:55
  Author: jelle
Revision: 86920

upgpkg: python-six 1.3.0-1

Modified:
  python-six/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 13:52:38 UTC (rev 86919)
+++ PKGBUILD2013-03-24 15:35:55 UTC (rev 86920)
@@ -3,29 +3,34 @@
 
 pkgbase=python-six
 pkgname=('python2-six' 'python-six')
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 pkgdesc=Python 2 and 3 compatibility utilities
 arch=('any')
 url=http://pypi.python.org/pypi/six/;
 license=('MIT')
 makedepends=('python' 'python2')
 source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
-md5sums=('2a5d1afc79912832ac78fd38e3d75d7e')
+md5sums=('ec47fe6070a8a64c802363d2c2b1e2ee')
 
 build() {
   cd $srcdir
   cp -r six-$pkgver six2-$pkgver
 }
 
-package_python-six()
-{
+check() {
+  cd $srcdir/six-$pkgver 
+  python3 setup.py check
+
+}
+
+package_python-six() {
   depends=('python')
   cd $srcdir/six-$pkgver 
   python3 setup.py install --root ${pkgdir} --optimize=1
 }
-package_python2-six()
-{
+
+package_python2-six() {
   depends=('python2')
   cd $srcdir/six2-$pkgver 
   python2 setup.py install --root ${pkgdir} --optimize=1



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

2013-03-24 Thread Jelle van der Waa
Date: Sunday, March 24, 2013 @ 16:36:34
  Author: jelle
Revision: 86921

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-24 15:35:55 UTC (rev 86920)
+++ PKGBUILD2013-03-24 15:36:34 UTC (rev 86921)
@@ -1,32 +0,0 @@
-# Contributer: Allan McRae al...@archlinux.org
-# Maintainer: Jelle van der Waa je...@vdwaa.nl
-
-pkgbase=python-six
-pkgname=('python2-six' 'python-six')
-pkgver=1.2.0
-pkgrel=2
-pkgdesc=Python 2 and 3 compatibility utilities
-arch=('any')
-url=http://pypi.python.org/pypi/six/;
-license=('MIT')
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
-md5sums=('2a5d1afc79912832ac78fd38e3d75d7e')
-
-build() {
-  cd $srcdir
-  cp -r six-$pkgver six2-$pkgver
-}
-
-package_python-six()
-{
-  depends=('python')
-  cd $srcdir/six-$pkgver 
-  python3 setup.py install --root ${pkgdir} --optimize=1
-}
-package_python2-six()
-{
-  depends=('python2')
-  cd $srcdir/six2-$pkgver 
-  python2 setup.py install --root ${pkgdir} --optimize=1
-}

Copied: python-six/repos/community-any/PKGBUILD (from rev 86920, 
python-six/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-24 15:36:34 UTC (rev 86921)
@@ -0,0 +1,37 @@
+# Contributer: Allan McRae al...@archlinux.org
+# Maintainer: Jelle van der Waa je...@vdwaa.nl
+
+pkgbase=python-six
+pkgname=('python2-six' 'python-six')
+pkgver=1.3.0
+pkgrel=1
+pkgdesc=Python 2 and 3 compatibility utilities
+arch=('any')
+url=http://pypi.python.org/pypi/six/;
+license=('MIT')
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz)
+md5sums=('ec47fe6070a8a64c802363d2c2b1e2ee')
+
+build() {
+  cd $srcdir
+  cp -r six-$pkgver six2-$pkgver
+}
+
+check() {
+  cd $srcdir/six-$pkgver 
+  python3 setup.py check
+
+}
+
+package_python-six() {
+  depends=('python')
+  cd $srcdir/six-$pkgver 
+  python3 setup.py install --root ${pkgdir} --optimize=1
+}
+
+package_python2-six() {
+  depends=('python2')
+  cd $srcdir/six2-$pkgver 
+  python2 setup.py install --root ${pkgdir} --optimize=1
+}



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

2013-03-24 Thread Tom Gundersen
Date: Sunday, March 24, 2013 @ 16:55:36
  Author: tomegun
Revision: 180603

upgpkg: libssh 0.5.4-1

upstream release

Modified:
  libssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 12:53:07 UTC (rev 180602)
+++ PKGBUILD2013-03-24 15:55:36 UTC (rev 180603)
@@ -5,7 +5,7 @@
 # Contributor: sergeantspoon sergeantsp...@archlinux.us
 
 pkgname=libssh
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc=Library for accessing ssh client services through C libraries
 url=http://www.libssh.org/;
@@ -13,7 +13,7 @@
 arch=('i686' 'x86_64')
 depends=('openssl')
 makedepends=('cmake' 'doxygen')
-source=(https://red.libssh.org/attachments/download/38/${pkgname}-${pkgver}.tar.gz;)
+source=(https://red.libssh.org/attachments/download/41/${pkgname}-${pkgver}.tar.gz;)
 
 build() {
   cd ${srcdir}
@@ -29,4 +29,4 @@
   cd ${srcdir}/build
   make DESTDIR=${pkgdir} install
 }
-md5sums=('9ad01838d3b89d98e900e0f6260a88cc')
+md5sums=('b8b4e733c13dfabae33b2688ef82dacc')



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

2013-03-24 Thread Tom Gundersen
Date: Sunday, March 24, 2013 @ 16:55:47
  Author: tomegun
Revision: 180604

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-24 15:55:36 UTC (rev 180603)
+++ extra-i686/PKGBUILD 2013-03-24 15:55:47 UTC (rev 180604)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: ice-man icem...@gmail.com
-# Contributor: sergeantspoon sergeantsp...@archlinux.us
-
-pkgname=libssh
-pkgver=0.5.3
-pkgrel=1
-pkgdesc=Library for accessing ssh client services through C libraries
-url=http://www.libssh.org/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('openssl')
-makedepends=('cmake' 'doxygen')
-source=(https://red.libssh.org/attachments/download/38/${pkgname}-${pkgver}.tar.gz;)
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package(){
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('9ad01838d3b89d98e900e0f6260a88cc')

Copied: libssh/repos/extra-i686/PKGBUILD (from rev 180603, 
libssh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-24 15:55:47 UTC (rev 180604)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: ice-man icem...@gmail.com
+# Contributor: sergeantspoon sergeantsp...@archlinux.us
+
+pkgname=libssh
+pkgver=0.5.4
+pkgrel=1
+pkgdesc=Library for accessing ssh client services through C libraries
+url=http://www.libssh.org/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('openssl')
+makedepends=('cmake' 'doxygen')
+source=(https://red.libssh.org/attachments/download/41/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('b8b4e733c13dfabae33b2688ef82dacc')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-24 15:55:36 UTC (rev 180603)
+++ extra-x86_64/PKGBUILD   2013-03-24 15:55:47 UTC (rev 180604)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: ice-man icem...@gmail.com
-# Contributor: sergeantspoon sergeantsp...@archlinux.us
-
-pkgname=libssh
-pkgver=0.5.3
-pkgrel=1
-pkgdesc=Library for accessing ssh client services through C libraries
-url=http://www.libssh.org/;
-license=('LGPL')
-arch=('i686' 'x86_64')
-depends=('openssl')
-makedepends=('cmake' 'doxygen')
-source=(https://red.libssh.org/attachments/download/38/${pkgname}-${pkgver}.tar.gz;)
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package(){
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}
-md5sums=('9ad01838d3b89d98e900e0f6260a88cc')

Copied: libssh/repos/extra-x86_64/PKGBUILD (from rev 180603, 
libssh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-24 15:55:47 UTC (rev 180604)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: ice-man icem...@gmail.com
+# Contributor: sergeantspoon sergeantsp...@archlinux.us
+
+pkgname=libssh
+pkgver=0.5.4
+pkgrel=1
+pkgdesc=Library for accessing ssh client services through C libraries
+url=http://www.libssh.org/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('openssl')
+makedepends=('cmake' 'doxygen')
+source=(https://red.libssh.org/attachments/download/41/${pkgname}-${pkgver}.tar.gz;)
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('b8b4e733c13dfabae33b2688ef82dacc')



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

2013-03-24 Thread Tom Gundersen
Date: Sunday, March 24, 2013 @ 17:27:57
  Author: tomegun
Revision: 180606

upgpkg: raptor 2.0.9-2

rebuild against icu 51.1

Modified:
  raptor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 16:16:26 UTC (rev 180605)
+++ PKGBUILD2013-03-24 16:27:57 UTC (rev 180606)
@@ -6,11 +6,11 @@
 
 pkgname=raptor
 pkgver=2.0.9
-pkgrel=1
+pkgrel=2
 pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
 arch=('i686' 'x86_64')
 url=http://librdf.org/raptor;
-depends=('curl' 'libxslt' 'icu=50.1.2')
+depends=('curl' 'libxslt' 'icu')
 license=('LGPL')
 options=('!libtool')
 source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)



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

2013-03-24 Thread Tom Gundersen
Date: Sunday, March 24, 2013 @ 17:28:32
  Author: tomegun
Revision: 180607

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

Added:
  raptor/repos/staging-i686/
  raptor/repos/staging-i686/PKGBUILD
(from rev 180606, raptor/trunk/PKGBUILD)
  raptor/repos/staging-x86_64/
  raptor/repos/staging-x86_64/PKGBUILD
(from rev 180606, raptor/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   36 
 staging-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: raptor/repos/staging-i686/PKGBUILD (from rev 180606, 
raptor/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-24 16:28:32 UTC (rev 180607)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.9
+pkgrel=2
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+options=('!libtool')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('4ceb9316488b0ea01acf011023cf7fff')

Copied: raptor/repos/staging-x86_64/PKGBUILD (from rev 180606, 
raptor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-03-24 16:28:32 UTC (rev 180607)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: Andreas Radke andy...@archlinux.org
+# Contributor: eric e...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+
+pkgname=raptor
+pkgver=2.0.9
+pkgrel=2
+pkgdesc=A C library that parses RDF/XML/N-Triples into RDF triples
+arch=('i686' 'x86_64')
+url=http://librdf.org/raptor;
+depends=('curl' 'libxslt' 'icu')
+license=('LGPL')
+options=('!libtool')
+source=(http://librdf.org/dist/source/raptor2-$pkgver.tar.gz;)
+
+build() {
+  cd ${srcdir}/raptor2-${pkgver}
+
+  ./configure --prefix=/usr \
+--disable-static \
+--with-yajl=no \
+--with-icu-config=/usr/bin/icu-config
+  make
+}
+
+#check() {
+#  make -C raptor2-$pkgver check // currently does not work
+#}
+
+package() {
+  cd ${srcdir}/raptor2-${pkgver}
+  make prefix=${pkgdir}/usr install
+}
+md5sums=('4ceb9316488b0ea01acf011023cf7fff')



[arch-commits] Commit in munin/trunk (PKGBUILD munin-async.service)

2013-03-24 Thread Dan McGee
Date: Sunday, March 24, 2013 @ 17:39:01
  Author: dan
Revision: 180608

upgpkg: munin 2.0.12-1

Implement FS#33838

Added:
  munin/trunk/munin-async.service
Modified:
  munin/trunk/PKGBUILD

-+
 PKGBUILD|   19 +++
 munin-async.service |   10 ++
 2 files changed, 21 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 16:28:32 UTC (rev 180607)
+++ PKGBUILD2013-03-24 16:39:01 UTC (rev 180608)
@@ -4,7 +4,7 @@
 
 pkgname=('munin' 'munin-node')
 pkgbase=munin
-pkgver=2.0.11.1
+pkgver=2.0.12
 pkgrel=1
 pkgdesc=A distributed monitoring/graphing tool
 arch=('any')
@@ -21,6 +21,7 @@
 logrotate.munin-node
 munin.tmpfiles.conf
 munin-node.service
+munin-async.service
 munin-graph.{service,socket}
 munin-html.{service,socket}
 08-munin-font-dir.conf)
@@ -47,10 +48,10 @@
install -D -m644 ../munin-cron-entry 
$pkgdir/etc/munin/munin-cron-entry
install -D -m644 ../logrotate.munin $pkgdir/etc/logrotate.d/munin
install -D -m644 ../munin.tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/munin.conf
-install -D -m644 ../munin-graph.service 
$pkgdir/usr/lib/systemd/system/munin-graph.service
-install -D -m644 ../munin-graph.socket 
$pkgdir/usr/lib/systemd/system/munin-graph.socket
-install -D -m644 ../munin-html.service 
$pkgdir/usr/lib/systemd/system/munin-html.service
-install -D -m644 ../munin-html.socket 
$pkgdir/usr/lib/systemd/system/munin-html.socket
+   install -D -m644 ../munin-graph.service 
$pkgdir/usr/lib/systemd/system/munin-graph.service
+   install -D -m644 ../munin-graph.socket 
$pkgdir/usr/lib/systemd/system/munin-graph.socket
+   install -D -m644 ../munin-html.service 
$pkgdir/usr/lib/systemd/system/munin-html.service
+   install -D -m644 ../munin-html.socket 
$pkgdir/usr/lib/systemd/system/munin-html.socket
install -D -m644 ../08-munin-font-dir.conf 
$pkgdir/etc/fonts/conf.d/08-munin-font-dir.conf
rm -rf $pkgdir/run
 }
@@ -65,20 +66,22 @@
install=munin-node.install
 
cd $srcdir/munin-$pkgver
-   make DESTDIR=$pkgdir install-common-prime install-node-prime 
install-plugins-prime
+   make DESTDIR=$pkgdir install-common-prime install-node-prime 
install-plugins-prime install-async-prime
install -D -m644 ../logrotate.munin-node 
$pkgdir/etc/logrotate.d/munin-node
install -D -m644 ../munin.tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/munin-node.conf
-install -D -m644 ../munin-node.service 
$pkgdir/usr/lib/systemd/system/munin-node.service
+   install -D -m644 ../munin-node.service 
$pkgdir/usr/lib/systemd/system/munin-node.service
+   install -D -m644 ../munin-async.service 
$pkgdir/usr/lib/systemd/system/munin-async.service
rm -rf $pkgdir/run/
 }
 
-md5sums=('551109d4843764f00b39cf74b14fecf5'
+md5sums=('95ff5807abe536f913895477402e3dc4'
  'fb3cc403e298ae6b73c280c4d3af7b49'
  'dc9c83aa2a278466fb475364462f4119'
  'eb2f1e6e746e85ce1e9f40086be0'
  'cdf139f2b6ae36852113f3411caa6e99'
  'd124f46e353a7966df093ba803235789'
  '80afc4a85e2e87d8f1acf7a56d86a37f'
+ 'b1f099bcb7c4fec77add0a2ecd1c438f'
  '7794398d9220d94b824e1b9fe4610795'
  '332d8d664cc0c7d2d320f81984a81374'
  '4f0b43284bc9bb98fa60dadc190035d0'

Added: munin-async.service
===
--- munin-async.service (rev 0)
+++ munin-async.service 2013-03-24 16:39:01 UTC (rev 180608)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Munin Async Service
+After=syslog.target network.target
+
+[Service]
+PIDFile=/run/munin/munin-asyncd.pid
+ExecStart=/usr/lib/munin/munin-asyncd
+
+[Install]
+WantedBy=multi-user.target



[arch-commits] Commit in munin/repos/extra-any (29 files)

2013-03-24 Thread Dan McGee
Date: Sunday, March 24, 2013 @ 17:39:23
  Author: dan
Revision: 180609

archrelease: copy trunk to extra-any

Added:
  munin/repos/extra-any/08-munin-font-dir.conf
(from rev 180608, munin/trunk/08-munin-font-dir.conf)
  munin/repos/extra-any/Makefile.config
(from rev 180608, munin/trunk/Makefile.config)
  munin/repos/extra-any/PKGBUILD
(from rev 180608, munin/trunk/PKGBUILD)
  munin/repos/extra-any/logrotate.munin
(from rev 180608, munin/trunk/logrotate.munin)
  munin/repos/extra-any/logrotate.munin-node
(from rev 180608, munin/trunk/logrotate.munin-node)
  munin/repos/extra-any/munin-async.service
(from rev 180608, munin/trunk/munin-async.service)
  munin/repos/extra-any/munin-cron-entry
(from rev 180608, munin/trunk/munin-cron-entry)
  munin/repos/extra-any/munin-graph.service
(from rev 180608, munin/trunk/munin-graph.service)
  munin/repos/extra-any/munin-graph.socket
(from rev 180608, munin/trunk/munin-graph.socket)
  munin/repos/extra-any/munin-html.service
(from rev 180608, munin/trunk/munin-html.service)
  munin/repos/extra-any/munin-html.socket
(from rev 180608, munin/trunk/munin-html.socket)
  munin/repos/extra-any/munin-node.install
(from rev 180608, munin/trunk/munin-node.install)
  munin/repos/extra-any/munin-node.service
(from rev 180608, munin/trunk/munin-node.service)
  munin/repos/extra-any/munin.install
(from rev 180608, munin/trunk/munin.install)
  munin/repos/extra-any/munin.tmpfiles.conf
(from rev 180608, munin/trunk/munin.tmpfiles.conf)
Deleted:
  munin/repos/extra-any/08-munin-font-dir.conf
  munin/repos/extra-any/Makefile.config
  munin/repos/extra-any/PKGBUILD
  munin/repos/extra-any/logrotate.munin
  munin/repos/extra-any/logrotate.munin-node
  munin/repos/extra-any/munin-cron-entry
  munin/repos/extra-any/munin-graph.service
  munin/repos/extra-any/munin-graph.socket
  munin/repos/extra-any/munin-html.service
  munin/repos/extra-any/munin-html.socket
  munin/repos/extra-any/munin-node.install
  munin/repos/extra-any/munin-node.service
  munin/repos/extra-any/munin.install
  munin/repos/extra-any/munin.tmpfiles.conf

+
 08-munin-font-dir.conf |   14 +-
 Makefile.config|  276 +++
 PKGBUILD   |  175 +++--
 logrotate.munin|8 -
 logrotate.munin-node   |8 -
 munin-async.service|   10 +
 munin-cron-entry   |   12 +-
 munin-graph.service|   22 +--
 munin-graph.socket |   16 +-
 munin-html.service |   22 +--
 munin-html.socket  |   16 +-
 munin-node.install |   34 ++---
 munin-node.service |   22 +--
 munin.install  |   44 +++
 munin.tmpfiles.conf|2 
 15 files changed, 347 insertions(+), 334 deletions(-)

Deleted: 08-munin-font-dir.conf
===
--- 08-munin-font-dir.conf  2013-03-24 16:39:01 UTC (rev 180608)
+++ 08-munin-font-dir.conf  2013-03-24 16:39:23 UTC (rev 180609)
@@ -1,7 +0,0 @@
-?xml version=1.0?
-!DOCTYPE fontconfig SYSTEM fonts.dtd
-fontconfig
-   !-- Add the munin directory to available fonts in case
- no other TTF packages have been installed --
-   dir/usr/lib/munin/dir
-/fontconfig

Copied: munin/repos/extra-any/08-munin-font-dir.conf (from rev 180608, 
munin/trunk/08-munin-font-dir.conf)
===
--- 08-munin-font-dir.conf  (rev 0)
+++ 08-munin-font-dir.conf  2013-03-24 16:39:23 UTC (rev 180609)
@@ -0,0 +1,7 @@
+?xml version=1.0?
+!DOCTYPE fontconfig SYSTEM fonts.dtd
+fontconfig
+   !-- Add the munin directory to available fonts in case
+ no other TTF packages have been installed --
+   dir/usr/lib/munin/dir
+/fontconfig

Deleted: Makefile.config
===
--- Makefile.config 2013-03-24 16:39:01 UTC (rev 180608)
+++ Makefile.config 2013-03-24 16:39:23 UTC (rev 180609)
@@ -1,138 +0,0 @@
-# -*- makefile -*-
-# This file specifies where Munin will look for things after you've
-# run 'make' in the source directory.  Modify it to suit your needs.
-
-# DESTDIR is meant only for use when making Munin packages.  Unless
-# you're doing packaging do NOT set it.
-# DESTDIR is empty during building, and optionally set to point to
-# a shadow tree during make install.
-
-# Note: There is a need for a VARDIR, with DBDIR, PLUGSTATE, HTMLDIR
-# and LOGDIR as subdirectories.  Today, DBDIR contains configured
-# domains, as well as PLUGSTATE, and we risk collisions.
-
-#
-# the base of the Munin installation.
-#
-PREFIX = $(DESTDIR)
-
-# Where Munin keeps its configurations (server.conf, client.conf, ++)
-CONFDIR= $(DESTDIR)/etc/munin
-
-# Server only - where to put munin-cron
-BINDIR = $(PREFIX)/usr/bin
-
-# Client only - where to put munin-node, munin-node-configure, and 

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

2013-03-24 Thread Andreas Radke
Date: Sunday, March 24, 2013 @ 18:50:07
  Author: andyrtr
Revision: 180610

upgpkg: libreoffice 4.0.1-5

icu rebuild

Modified:
  libreoffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 16:39:23 UTC (rev 180609)
+++ PKGBUILD2013-03-24 17:50:07 UTC (rev 180610)
@@ -21,7 +21,7 @@
'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
 _LOver=4.0.1.2
 pkgver=4.0.1
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url=http://www.libreoffice.org/;
@@ -32,7 +32,7 @@
  'glu' 'mesa' 'gst-plugins-base-libs' 'java-environment' 
'postgresql-libs' 'doxygen' 'clucene' 'bluez'
  # the runtime dependencies
  curl=7.20.0 hunspell=1.2.8 python=3.3 'libwpd=0.9.2' 
'libwps' 'libxaw' neon=0.28.6
- 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' icu=50.1-2 
+ 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib' 
'libxslt' 'librsvg' icu=51.1 
  'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh'  'libtextcat' 
'graphite' 'lcms2' 'poppler=0.22.2' 
  'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils'
 'ttf-dejavu') # to satisfy regression tests
@@ -282,7 +282,7 @@
  pkgdesc=common files for LibreOffice - a productivity suite that is 
compatible with other major office suites
  install=libreoffice-common.install
  depends=('libreoffice-langpack' hunspell=1.2.8 python=3.3 
neon=0.28.6 'dbus-glib'
-  'nss' 'libsm' 'redland' 'hyphen' 'graphite' icu=50.1 'clucene' 
'lcms2' poppler=0.22.2
+  'nss' 'libsm' 'redland' 'hyphen' 'graphite' icu=51.1 'clucene' 
'lcms2' poppler=0.22.2
   'hicolor-icon-theme' 'desktop-file-utils' 'shared-mime-info' 
'xdg-utils') # 'orbit2')
  optdepends=('libreoffice-langpack: additional language support'
  'java-runtime: adds java support'



[arch-commits] Commit in libreoffice/repos (24 files)

2013-03-24 Thread Andreas Radke
Date: Sunday, March 24, 2013 @ 18:51:00
  Author: andyrtr
Revision: 180611

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

Added:
  libreoffice/repos/staging-i686/
  libreoffice/repos/staging-i686/PKGBUILD
(from rev 180610, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-i686/librelogo.diff
(from rev 180610, libreoffice/trunk/librelogo.diff)
  libreoffice/repos/staging-i686/libreoffice-base.install
(from rev 180610, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/staging-i686/libreoffice-calc.install
(from rev 180610, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/staging-i686/libreoffice-common.csh
(from rev 180610, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-i686/libreoffice-common.install
(from rev 180610, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/staging-i686/libreoffice-common.sh
(from rev 180610, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-i686/libreoffice-draw.install
(from rev 180610, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/staging-i686/libreoffice-impress.install
(from rev 180610, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/staging-i686/libreoffice-writer.install
(from rev 180610, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 180610, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/staging-x86_64/
  libreoffice/repos/staging-x86_64/PKGBUILD
(from rev 180610, libreoffice/trunk/PKGBUILD)
  libreoffice/repos/staging-x86_64/librelogo.diff
(from rev 180610, libreoffice/trunk/librelogo.diff)
  libreoffice/repos/staging-x86_64/libreoffice-base.install
(from rev 180610, libreoffice/trunk/libreoffice-base.install)
  libreoffice/repos/staging-x86_64/libreoffice-calc.install
(from rev 180610, libreoffice/trunk/libreoffice-calc.install)
  libreoffice/repos/staging-x86_64/libreoffice-common.csh
(from rev 180610, libreoffice/trunk/libreoffice-common.csh)
  libreoffice/repos/staging-x86_64/libreoffice-common.install
(from rev 180610, libreoffice/trunk/libreoffice-common.install)
  libreoffice/repos/staging-x86_64/libreoffice-common.sh
(from rev 180610, libreoffice/trunk/libreoffice-common.sh)
  libreoffice/repos/staging-x86_64/libreoffice-draw.install
(from rev 180610, libreoffice/trunk/libreoffice-draw.install)
  libreoffice/repos/staging-x86_64/libreoffice-impress.install
(from rev 180610, libreoffice/trunk/libreoffice-impress.install)
  libreoffice/repos/staging-x86_64/libreoffice-writer.install
(from rev 180610, libreoffice/trunk/libreoffice-writer.install)
  
libreoffice/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 180610, 
libreoffice/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 staging-i686/PKGBUILD   |  653 
++
 staging-i686/librelogo.diff |   43 
 staging-i686/libreoffice-base.install   |   11 
 staging-i686/libreoffice-calc.install   |   11 
 staging-i686/libreoffice-common.csh |8 
 staging-i686/libreoffice-common.install |   47 
 staging-i686/libreoffice-common.sh  |8 
 staging-i686/libreoffice-draw.install   |   11 
 staging-i686/libreoffice-impress.install|   11 
 staging-i686/libreoffice-writer.install |   11 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 staging-x86_64/PKGBUILD |  653 
++
 staging-x86_64/librelogo.diff   |   43 
 staging-x86_64/libreoffice-base.install |   11 
 staging-x86_64/libreoffice-calc.install |   11 
 staging-x86_64/libreoffice-common.csh   |8 
 staging-x86_64/libreoffice-common.install   |   47 
 staging-x86_64/libreoffice-common.sh|8 
 staging-x86_64/libreoffice-draw.install |   11 
 staging-x86_64/libreoffice-impress.install  |   11 
 staging-x86_64/libreoffice-writer.install   |   11 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   44 
 22 files changed, 1716 insertions(+)

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


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

2013-03-24 Thread Thorsten Töpper
Date: Sunday, March 24, 2013 @ 20:45:51
  Author: ttoepper
Revision: 86922

upgpkg: ndiswrapper 1.58-3

Modified:
  ndiswrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 15:36:34 UTC (rev 86921)
+++ PKGBUILD2013-03-24 19:45:51 UTC (rev 86922)
@@ -6,7 +6,7 @@
 _extramodules=extramodules-3.8-ARCH
 pkgname=ndiswrapper
 pkgver=1.58
-pkgrel=2
+pkgrel=3
 pkgdesc=Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.
 license=('GPL')
 arch=('i686' 'x86_64')



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

2013-03-24 Thread Thorsten Töpper
Date: Sunday, March 24, 2013 @ 20:45:57
  Author: ttoepper
Revision: 86923

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

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

--+
 /PKGBUILD|   96 +
 /ndiswrapper.install |   34 +++
 community-i686/PKGBUILD  |   48 
 community-i686/ndiswrapper.install   |   17 -
 community-x86_64/PKGBUILD|   48 
 community-x86_64/ndiswrapper.install |   17 -
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-24 19:45:51 UTC (rev 86922)
+++ community-i686/PKGBUILD 2013-03-24 19:45:57 UTC (rev 86923)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:  Thorsten Töpper atsutane...@freethoughts.de
-# Contributor: SpepS dreamspepser at yahoo dot it
-# Contributor: Tobias Powalowski tp...@archlinux.org
-
-_extramodules=extramodules-3.8-ARCH
-pkgname=ndiswrapper
-pkgver=1.58
-pkgrel=2
-pkgdesc=Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.
-license=('GPL')
-arch=('i686' 'x86_64')
-url=http://ndiswrapper.sourceforge.net;
-install=ndiswrapper.install
-depends=('linux=3.8' 'linux3.9' 'wireless_tools' 'perl')
-makedepends=('linux-headers')
-provides=($pkgname-utils $pkgname-bin)
-replaces=($pkgname-utils $pkgname-bin)
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
-options=('!strip')
-sha1sums=('a256812b3136648ed93e04146d2276a3ca70957c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  _kver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  # modinfo path fix
-  sed -i /modinfo/s/s/usr\// driver/Makefile
-
-  # make sure we point to the right build directory
-  sed -i /^KBUILD/ s,.*,KBUILD = $(readlink -f 
/usr/lib/modules/$_kver/build), driver/Makefile
-
-  make KVERS=$_kver
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  _kver=$(cat /usr/lib/modules/${_extramodules}/version)
-
-  make INST_DIR=usr/lib/modules/$_extramodules \
-KVERS=$_kver DESTDIR=$pkgdir/ install
-
-  gzip $pkgdir/usr/lib/modules/$_extramodules/$pkgname.ko
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ndiswrapper/repos/community-i686/PKGBUILD (from rev 86922, 
ndiswrapper/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-24 19:45:57 UTC (rev 86923)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:  Thorsten Töpper atsutane...@freethoughts.de
+# Contributor: SpepS dreamspepser at yahoo dot it
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+_extramodules=extramodules-3.8-ARCH
+pkgname=ndiswrapper
+pkgver=1.58
+pkgrel=3
+pkgdesc=Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.
+license=('GPL')
+arch=('i686' 'x86_64')
+url=http://ndiswrapper.sourceforge.net;
+install=ndiswrapper.install
+depends=('linux=3.8' 'linux3.9' 'wireless_tools' 'perl')
+makedepends=('linux-headers')
+provides=($pkgname-utils $pkgname-bin)
+replaces=($pkgname-utils $pkgname-bin)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;)
+options=('!strip')
+sha1sums=('a256812b3136648ed93e04146d2276a3ca70957c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  _kver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  # modinfo path fix
+  sed -i /modinfo/s/s/usr\// driver/Makefile
+
+  # make sure we point to the right build directory
+  sed -i /^KBUILD/ s,.*,KBUILD = $(readlink -f 
/usr/lib/modules/$_kver/build), driver/Makefile
+
+  make KVERS=$_kver
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  _kver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  make INST_DIR=usr/lib/modules/$_extramodules \
+KVERS=$_kver DESTDIR=$pkgdir/ install
+
+  gzip $pkgdir/usr/lib/modules/$_extramodules/$pkgname.ko
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/ndiswrapper.install
===
--- community-i686/ndiswrapper.install  2013-03-24 19:45:51 UTC (rev 86922)
+++ community-i686/ndiswrapper.install  2013-03-24 19:45:57 UTC (rev 86923)
@@ -1,17 +0,0 @@
-post_install()
-{
-  post_upgrade
-}
-
-post_upgrade()
-{
-  

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

2013-03-24 Thread Stéphane Gaudreault
Date: Sunday, March 24, 2013 @ 22:32:15
  Author: stephane
Revision: 180612

upgpkg: brltty 4.4-4

rebuild for icu 51.1

Modified:
  brltty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 17:51:00 UTC (rev 180611)
+++ PKGBUILD2013-03-24 21:32:15 UTC (rev 180612)
@@ -5,12 +5,12 @@
 
 pkgname=brltty
 pkgver=4.4
-pkgrel=3
+pkgrel=4
 pkgdesc=Braille display driver for Linux/Unix
 arch=('i686' 'x86_64')
 url=http://mielke.cc/brltty;
 license=('GPL' 'LGPL')
-depends=('libxaw' 'at-spi2-core' 'gpm' 'icu=50.1.2' 'tcl' 'atk' 'pyrex')
+depends=('libxaw' 'at-spi2-core' 'gpm' 'icu=51.1' 'tcl' 'atk' 'pyrex')
 makedepends=('bluez')
 optdepends=('bluez: bluetooth support')
 backup=(etc/brltty.conf etc/conf.d/brltty.conf)



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

2013-03-24 Thread Stéphane Gaudreault
Date: Sunday, March 24, 2013 @ 22:33:26
  Author: stephane
Revision: 180613

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

Added:
  brltty/repos/staging-i686/
  brltty/repos/staging-i686/PKGBUILD
(from rev 180612, brltty/trunk/PKGBUILD)
  brltty/repos/staging-i686/brltty
(from rev 180612, brltty/trunk/brltty)
  brltty/repos/staging-i686/brltty.conf
(from rev 180612, brltty/trunk/brltty.conf)
  brltty/repos/staging-i686/brltty.install
(from rev 180612, brltty/trunk/brltty.install)
  brltty/repos/staging-i686/brltty.service
(from rev 180612, brltty/trunk/brltty.service)
  brltty/repos/staging-x86_64/
  brltty/repos/staging-x86_64/PKGBUILD
(from rev 180612, brltty/trunk/PKGBUILD)
  brltty/repos/staging-x86_64/brltty
(from rev 180612, brltty/trunk/brltty)
  brltty/repos/staging-x86_64/brltty.conf
(from rev 180612, brltty/trunk/brltty.conf)
  brltty/repos/staging-x86_64/brltty.install
(from rev 180612, brltty/trunk/brltty.install)
  brltty/repos/staging-x86_64/brltty.service
(from rev 180612, brltty/trunk/brltty.service)

---+
 staging-i686/PKGBUILD |   49 
 staging-i686/brltty   |   68 
 staging-i686/brltty.conf  |2 +
 staging-i686/brltty.install   |   20 +++
 staging-i686/brltty.service   |   12 +++
 staging-x86_64/PKGBUILD   |   49 
 staging-x86_64/brltty |   68 
 staging-x86_64/brltty.conf|2 +
 staging-x86_64/brltty.install |   20 +++
 staging-x86_64/brltty.service |   12 +++
 10 files changed, 302 insertions(+)

Copied: brltty/repos/staging-i686/PKGBUILD (from rev 180612, 
brltty/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-03-24 21:33:26 UTC (rev 180613)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=brltty
+pkgver=4.4
+pkgrel=4
+pkgdesc=Braille display driver for Linux/Unix
+arch=('i686' 'x86_64')
+url=http://mielke.cc/brltty;
+license=('GPL' 'LGPL')
+depends=('libxaw' 'at-spi2-core' 'gpm' 'icu=51.1' 'tcl' 'atk' 'pyrex')
+makedepends=('bluez')
+optdepends=('bluez: bluetooth support')
+backup=(etc/brltty.conf etc/conf.d/brltty.conf)
+options=('!makeflags' '!emptydirs')
+install=brltty.install
+source=(http://mielke.cc/$pkgname/releases/$pkgname-$pkgver.tar.gz
+'brltty'
+'brltty.conf'
+'brltty.service')
+md5sums=('8ebe96efe679f5f6ccff08928fec5b26'
+ '831ebaf0c56091702929c68805d20c4f'
+ 'a8ab8b3dd059e96e1734bc9cdcf844fc'
+ '7acecd700b9f94d76fe4a6ad56cb0448')
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' Tables/latex-access.ctb
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--localstatedir=/var \
+--with-screen-driver=a2 \
+--enable-gpm \
+--disable-java-bindings \
+PYTHON=/usr/bin/python2
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make INSTALL_ROOT=$pkgdir install
+  install -D -m755 $srcdir/brltty $pkgdir/etc/rc.d/brltty
+  install -D -m644 $srcdir/brltty.conf $pkgdir/etc/conf.d/brltty.conf
+  install -D -m644 Documents/brltty.conf $pkgdir/etc/brltty.conf
+  install -D -m644 $srcdir/brltty.service 
$pkgdir/usr/lib/systemd/system/brltty.service
+}

Copied: brltty/repos/staging-i686/brltty (from rev 180612, brltty/trunk/brltty)
===
--- staging-i686/brltty (rev 0)
+++ staging-i686/brltty 2013-03-24 21:33:26 UTC (rev 180613)
@@ -0,0 +1,68 @@
+#!/bin/bash
+
+daemon_name=brltty
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+. /etc/conf.d/$daemon_name.conf
+
+get_pid() {
+   pidof -o %PPID $daemon_name
+}
+
+case $1 in
+  start)
+stat_busy Starting $daemon_name daemon
+
+PID=$(get_pid)
+if [ -z $PID ]; then
+  [ -f /var/run/$daemon_name.pid ]  rm -f /var/run/$daemon_name.pid
+  # RUN
+  $daemon_name $brltty_args
+  #
+  if [ $? -gt 0 ]; then
+stat_fail
+exit 1
+  else
+echo $(get_pid)  /var/run/$daemon_name.pid
+add_daemon $daemon_name
+stat_done
+  fi
+else
+  stat_fail
+  exit 1
+fi
+;;
+
+  stop)
+stat_busy Stopping $daemon_name daemon
+PID=$(get_pid)
+# KILL
+[ ! -z $PID ]  kill $PID  /dev/null
+#
+if [ $? -gt 0 ]; then
+  stat_fail
+  exit 1
+else
+  rm -f /var/run/$daemon_name.pid  /dev/null
+  rm_daemon $daemon_name
+  stat_done
+fi
+;;
+
+  restart)
+$0 stop
+sleep 3
+$0 start
+;;
+
+  status)
+stat_busy Checking $daemon_name status;
+ck_status 

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

2013-03-24 Thread Stéphane Gaudreault
Date: Sunday, March 24, 2013 @ 23:00:13
  Author: stephane
Revision: 180614

upgpkg: hwloc 1.6.2-1

upstream update

Modified:
  hwloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 21:33:26 UTC (rev 180613)
+++ PKGBUILD2013-03-24 22:00:13 UTC (rev 180614)
@@ -4,7 +4,7 @@
 # Contributor: Hervé YVIQUEL ellde...@gmail.com
 
 pkgname=hwloc
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('pkg-config')
 options=('!libtool' '!docs')
 
source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('9d02234d6abd5332675957506e4d8144c515e986')
+sha1sums=('f9d9938d427e65257d1745ffc1d10634251cdc09')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2013-03-24 Thread Stéphane Gaudreault
Date: Sunday, March 24, 2013 @ 23:00:59
  Author: stephane
Revision: 180615

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 180614, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 180614, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 180614, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-24 22:00:59 UTC (rev 180615)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f9d9938d427e65257d1745ffc1d10634251cdc09')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 180614, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-24 22:00:59 UTC (rev 180615)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('f9d9938d427e65257d1745ffc1d10634251cdc09')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2013-03-24 Thread Stéphane Gaudreault
Date: Sunday, March 24, 2013 @ 23:08:34
  Author: stephane
Revision: 180616

upgpkg: libffi 3.0.13-1

upstream update

Modified:
  libffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 22:00:59 UTC (rev 180615)
+++ PKGBUILD2013-03-24 22:08:34 UTC (rev 180616)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot j...@archlinux.org
 
 pkgname=libffi
-pkgver=3.0.12
+pkgver=3.0.13
 pkgrel=1
 pkgdesc=A portable, high level programming interface to various calling 
conventions
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 options=('!libtool')
 install=libffi.install
 source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
-sha1sums=('463dcb4ae9aea4c52bba12b67fbe4d91ed1e21fd')
+sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-03-24 Thread Stéphane Gaudreault
Date: Sunday, March 24, 2013 @ 23:09:11
  Author: stephane
Revision: 180617

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

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

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

Copied: libffi/repos/testing-i686/PKGBUILD (from rev 180616, 
libffi/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-24 22:09:11 UTC (rev 180617)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=libffi
+pkgver=3.0.13
+pkgrel=1
+pkgdesc=A portable, high level programming interface to various calling 
conventions
+arch=('i686' 'x86_64')
+url=http://sourceware.org/libffi/;
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+options=('!libtool')
+install=libffi.install
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
+sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libffi/repos/testing-i686/libffi.install (from rev 180616, 
libffi/trunk/libffi.install)
===
--- testing-i686/libffi.install (rev 0)
+++ testing-i686/libffi.install 2013-03-24 22:09:11 UTC (rev 180617)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libffi.info.gz)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}

Copied: libffi/repos/testing-x86_64/PKGBUILD (from rev 180616, 
libffi/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-24 22:09:11 UTC (rev 180617)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=libffi
+pkgver=3.0.13
+pkgrel=1
+pkgdesc=A portable, high level programming interface to various calling 
conventions
+arch=('i686' 'x86_64')
+url=http://sourceware.org/libffi/;
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+options=('!libtool')
+install=libffi.install
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
+sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libffi/repos/testing-x86_64/libffi.install (from rev 180616, 
libffi/trunk/libffi.install)
===
--- testing-x86_64/libffi.install   (rev 0)
+++ testing-x86_64/libffi.install   2013-03-24 22:09:11 UTC (rev 180617)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libffi.info.gz)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+  done
+}



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

2013-03-24 Thread Laurent Carlier
Date: Sunday, March 24, 2013 @ 23:25:41
  Author: lcarlier
Revision: 86924

upgpkg: playonlinux 4.2.0-1

Update to last release

Modified:
  playonlinux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 19:45:57 UTC (rev 86923)
+++ PKGBUILD2013-03-24 22:25:41 UTC (rev 86924)
@@ -3,19 +3,19 @@
 # Contributor: Skunnyk skun...@archlinux.fr
 
 pkgname=playonlinux
-pkgver=4.1.9
-pkgrel=2
+pkgver=4.2.0
+pkgrel=1
 pkgdesc=GUI for managing Windows programs under linux
 url=http://www.playonlinux.com/;
 license=('GPL')
 depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
  'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
 arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/$pkgver/PlayOnLinux_$pkgver.tar.gz
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz
 PlayOnLinux.desktop
 use-python2.patch)
 options=(!strip)
-md5sums=('958ef6e960b59593bb2189f3078e7e7c'
+md5sums=('d257235c548d70dc4a8820f06ee4d314'
  'c35b61fb168c4ef7740ad113996ea359'
  '39a97b77d69431429e6d9d80f826fd17')
 



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

2013-03-24 Thread Laurent Carlier
Date: Sunday, March 24, 2013 @ 23:25:48
  Author: lcarlier
Revision: 86925

archrelease: copy trunk to community-any

Added:
  playonlinux/repos/community-any/PKGBUILD
(from rev 86924, playonlinux/trunk/PKGBUILD)
  playonlinux/repos/community-any/PlayOnLinux.desktop
(from rev 86924, playonlinux/trunk/PlayOnLinux.desktop)
  playonlinux/repos/community-any/use-python2.patch
(from rev 86924, playonlinux/trunk/use-python2.patch)
Deleted:
  playonlinux/repos/community-any/PKGBUILD
  playonlinux/repos/community-any/PlayOnLinux.desktop
  playonlinux/repos/community-any/use-python2.patch

-+
 PKGBUILD|   74 -
 PlayOnLinux.desktop |   24 +-
 use-python2.patch   |  110 +-
 3 files changed, 104 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-24 22:25:41 UTC (rev 86924)
+++ PKGBUILD2013-03-24 22:25:48 UTC (rev 86925)
@@ -1,37 +0,0 @@
-# Maintainer: Laurent Carlier lordhea...@gmail.com
-# Contributor: K. Hampf kha...@users.sourceforge.net
-# Contributor: Skunnyk skun...@archlinux.fr
-
-pkgname=playonlinux
-pkgver=4.1.9
-pkgrel=2
-pkgdesc=GUI for managing Windows programs under linux
-url=http://www.playonlinux.com/;
-license=('GPL')
-depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
- 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
-arch=('any')
-source=(http://www.playonlinux.com/script_files/PlayOnLinux/$pkgver/PlayOnLinux_$pkgver.tar.gz
-PlayOnLinux.desktop
-use-python2.patch)
-options=(!strip)
-md5sums=('958ef6e960b59593bb2189f3078e7e7c'
- 'c35b61fb168c4ef7740ad113996ea359'
- '39a97b77d69431429e6d9d80f826fd17')
-
-package() {
-  cd $srcdir/$pkgname
-
-  patch -Np1 -i ../use-python2.patch
-
-  install -d $pkgdir/usr/share/$pkgname
-  install -d $pkgdir/usr/bin 
-  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
-
-  echo #!/bin/bash  $pkgdir/usr/bin/$pkgname 
-  echo /usr/share/$pkgname/$pkgname \\$@\  $pkgdir/usr/bin/$pkgname
-  chmod +x  $pkgdir/usr/bin/$pkgname
-
-  install -D -m644 $srcdir/$pkgname/etc/playonlinux32.png 
$pkgdir/usr/share/pixmaps/playonlinux32.png 
-  install -D -m644 $srcdir/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop 
-}

Copied: playonlinux/repos/community-any/PKGBUILD (from rev 86924, 
playonlinux/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-24 22:25:48 UTC (rev 86925)
@@ -0,0 +1,37 @@
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: K. Hampf kha...@users.sourceforge.net
+# Contributor: Skunnyk skun...@archlinux.fr
+
+pkgname=playonlinux
+pkgver=4.2.0
+pkgrel=1
+pkgdesc=GUI for managing Windows programs under linux
+url=http://www.playonlinux.com/;
+license=('GPL')
+depends=('wine' 'imagemagick' 'xterm' 'wxpython' 'cabextract' 'unzip' 
'mesa-demos' 'gnupg'
+ 'icoutils' 'xdg-user-dirs' 'libxmu' 'netcat' 'wget' 'p7zip')
+arch=('any')
+source=(http://www.playonlinux.com/script_files/PlayOnLinux/${pkgver/.0/}/PlayOnLinux_${pkgver/.0/}.tar.gz
+PlayOnLinux.desktop
+use-python2.patch)
+options=(!strip)
+md5sums=('d257235c548d70dc4a8820f06ee4d314'
+ 'c35b61fb168c4ef7740ad113996ea359'
+ '39a97b77d69431429e6d9d80f826fd17')
+
+package() {
+  cd $srcdir/$pkgname
+
+  patch -Np1 -i ../use-python2.patch
+
+  install -d $pkgdir/usr/share/$pkgname
+  install -d $pkgdir/usr/bin 
+  cp -r $srcdir/$pkgname/ $pkgdir/usr/share/
+
+  echo #!/bin/bash  $pkgdir/usr/bin/$pkgname 
+  echo /usr/share/$pkgname/$pkgname \\$@\  $pkgdir/usr/bin/$pkgname
+  chmod +x  $pkgdir/usr/bin/$pkgname
+
+  install -D -m644 $srcdir/$pkgname/etc/playonlinux32.png 
$pkgdir/usr/share/pixmaps/playonlinux32.png 
+  install -D -m644 $srcdir/PlayOnLinux.desktop 
$pkgdir/usr/share/applications/playonlinux.desktop 
+}

Deleted: PlayOnLinux.desktop
===
--- PlayOnLinux.desktop 2013-03-24 22:25:41 UTC (rev 86924)
+++ PlayOnLinux.desktop 2013-03-24 22:25:48 UTC (rev 86925)
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Encoding=UTF-8
-Name=PlayOnLinux
-GenericName=PlayOnLinux
-Comment=PlayOnLinux
-Type=Application
-Exec=playonlinux
-Icon=playonlinux32
-Categories=PlayOnLinux;
-Name[fr_FR]=PlayOnLinux
-Categories=Application;Game

Copied: playonlinux/repos/community-any/PlayOnLinux.desktop (from rev 86924, 
playonlinux/trunk/PlayOnLinux.desktop)
===
--- PlayOnLinux.desktop (rev 0)
+++ PlayOnLinux.desktop 2013-03-24 22:25:48 UTC (rev 86925)
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=PlayOnLinux
+GenericName=PlayOnLinux
+Comment=PlayOnLinux
+Type=Application

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

2013-03-24 Thread Laurent Carlier
Date: Sunday, March 24, 2013 @ 23:42:26
  Author: lcarlier
Revision: 86926

upgpkg: lib32-libffi 3.0.13-1

Sync with testing

Modified:
  lib32-libffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 22:25:48 UTC (rev 86925)
+++ PKGBUILD2013-03-24 22:42:26 UTC (rev 86926)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=lib32-libffi
-pkgver=3.0.12
+pkgver=3.0.13
 pkgrel=1
 pkgdesc=A portable, high level programming interface to various calling 
conventions (32-bit)
 arch=('x86_64')
@@ -12,7 +12,7 @@
 checkdepends=('dejagnu')
 options=('!libtool')
 source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
-sha1sums=('463dcb4ae9aea4c52bba12b67fbe4d91ed1e21fd')
+sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106')
 
 build() {
   cd ${srcdir}/libffi-${pkgver}



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

2013-03-24 Thread Laurent Carlier
Date: Sunday, March 24, 2013 @ 23:42:42
  Author: lcarlier
Revision: 86927

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libffi/repos/multilib-testing-x86_64/
  lib32-libffi/repos/multilib-testing-x86_64/PKGBUILD
(from rev 86926, lib32-libffi/trunk/PKGBUILD)

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

Copied: lib32-libffi/repos/multilib-testing-x86_64/PKGBUILD (from rev 86926, 
lib32-libffi/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-03-24 22:42:42 UTC (rev 86927)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=lib32-libffi
+pkgver=3.0.13
+pkgrel=1
+pkgdesc=A portable, high level programming interface to various calling 
conventions (32-bit)
+arch=('x86_64')
+license=('MIT')
+url=http://sourceware.org/libffi/;
+depends=('lib32-glibc')
+checkdepends=('dejagnu')
+options=('!libtool')
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
+sha1sums=('f5230890dc0be42fb5c58fbf793da253155de106')
+
+build() {
+  cd ${srcdir}/libffi-${pkgver}
+
+  export CC=gcc -m32
+
+  ./configure --prefix=/usr \
+--libdir=/usr/lib32 --libexecdir=/usr/lib32 \
+--disable-static
+
+  make
+}
+
+check() {
+  cd ${srcdir}/libffi-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${srcdir}/libffi-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
+  rm -r ${pkgdir}/usr/share/{info,man}
+}



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

2013-03-24 Thread Sébastien Luttringer
Date: Monday, March 25, 2013 @ 00:25:09
  Author: seblu
Revision: 86928

upgpkg: rxvt-unicode 9.18-1

Modified:
  rxvt-unicode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 22:42:42 UTC (rev 86927)
+++ PKGBUILD2013-03-24 23:25:09 UTC (rev 86928)
@@ -5,7 +5,7 @@
 # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
 
 pkgname=rxvt-unicode
-pkgver=9.17
+pkgver=9.18
 pkgrel=1
 pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
   'urxvtc.desktop'
   'urxvt-tabbed.desktop'
 )
-md5sums=('1270432bdc7ce17dbb07d41a607081e0'
+md5sums=('963ccc748fe5bca925e7b92c0404d68b'
  'c2b828d37d06cbf4c32937a2959f2fc2'
  '10e80aebaef042fb63d2585440dc3637'
  '830abe6f31fb926a1bcd2650731be15e')



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

2013-03-24 Thread Sébastien Luttringer
Date: Monday, March 25, 2013 @ 00:26:26
  Author: seblu
Revision: 86929

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

Added:
  rxvt-unicode/repos/community-i686/PKGBUILD
(from rev 86928, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/community-i686/urxvt-tabbed.desktop
(from rev 86928, rxvt-unicode/trunk/urxvt-tabbed.desktop)
  rxvt-unicode/repos/community-i686/urxvt.desktop
(from rev 86928, rxvt-unicode/trunk/urxvt.desktop)
  rxvt-unicode/repos/community-i686/urxvtc.desktop
(from rev 86928, rxvt-unicode/trunk/urxvtc.desktop)
  rxvt-unicode/repos/community-x86_64/PKGBUILD
(from rev 86928, rxvt-unicode/trunk/PKGBUILD)
  rxvt-unicode/repos/community-x86_64/urxvt-tabbed.desktop
(from rev 86928, rxvt-unicode/trunk/urxvt-tabbed.desktop)
  rxvt-unicode/repos/community-x86_64/urxvt.desktop
(from rev 86928, rxvt-unicode/trunk/urxvt.desktop)
  rxvt-unicode/repos/community-x86_64/urxvtc.desktop
(from rev 86928, rxvt-unicode/trunk/urxvtc.desktop)
Deleted:
  rxvt-unicode/repos/community-i686/PKGBUILD
  rxvt-unicode/repos/community-i686/urxvt-tabbed.desktop
  rxvt-unicode/repos/community-i686/urxvt.desktop
  rxvt-unicode/repos/community-i686/urxvtc.desktop
  rxvt-unicode/repos/community-x86_64/PKGBUILD
  rxvt-unicode/repos/community-x86_64/urxvt-tabbed.desktop
  rxvt-unicode/repos/community-x86_64/urxvt.desktop
  rxvt-unicode/repos/community-x86_64/urxvtc.desktop

---+
 /PKGBUILD |  152 
 /urxvt-tabbed.desktop |   18 +++
 /urxvt.desktop|   18 +++
 /urxvtc.desktop   |   18 +++
 community-i686/PKGBUILD   |   76 
 community-i686/urxvt-tabbed.desktop   |9 -
 community-i686/urxvt.desktop  |9 -
 community-i686/urxvtc.desktop |9 -
 community-x86_64/PKGBUILD |   76 
 community-x86_64/urxvt-tabbed.desktop |9 -
 community-x86_64/urxvt.desktop|9 -
 community-x86_64/urxvtc.desktop   |9 -
 12 files changed, 206 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-24 23:25:09 UTC (rev 86928)
+++ community-i686/PKGBUILD 2013-03-24 23:26:26 UTC (rev 86929)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: tobias tob...@archlinux.org
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-
-pkgname=rxvt-unicode
-pkgver=9.17
-pkgrel=1
-pkgdesc='An unicode enabled rxvt-clone terminal emulator (urxvt)'
-arch=('i686' 'x86_64')
-url='http://software.schmorp.de/pkg/rxvt-unicode.html'
-license=('GPL')
-depends=('libxft' 'gdk-pixbuf2' 'perl' 'startup-notification')
-optdepends=('gtk2-perl: to use the urxvt-tabbed')
-source=(
-  http://dist.schmorp.de/rxvt-unicode/$pkgname-$pkgver.tar.bz2;
-  'urxvt.desktop'
-  'urxvtc.desktop'
-  'urxvt-tabbed.desktop'
-)
-md5sums=('1270432bdc7ce17dbb07d41a607081e0'
- 'c2b828d37d06cbf4c32937a2959f2fc2'
- '10e80aebaef042fb63d2585440dc3637'
- '830abe6f31fb926a1bcd2650731be15e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---with-terminfo=/usr/share/terminfo \
---enable-256-color \
---enable-combining \
---enable-fading \
---enable-font-styles \
---enable-iso14755 \
---enable-keepscrolling \
---enable-lastlog \
---enable-mousewheel \
---enable-next-scroll \
---enable-perl \
---enable-pixbuf \
---enable-pointer-blank \
---enable-rxvt-scroll \
---enable-selectionscrolling \
---enable-slipwheeling \
---enable-smart-resize \
---enable-startup-notification \
---enable-transparency \
---enable-unicode3 \
---enable-utmp \
---enable-wtmp \
---enable-xft \
---enable-xim \
---enable-xterm-scroll \
---disable-frills
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  # workaround terminfo installation
-  export TERMINFO=$pkgdir/usr/share/terminfo
-  install -d $TERMINFO
-  make DESTDIR=$pkgdir install
-  # install the tabbing wrapper ( requires gtk2-perl! )
-  sed -i 's/\rxvt\/urxvt/' doc/rxvt-tabbed
-  install -Dm 755 doc/rxvt-tabbed $pkgdir/usr/bin/urxvt-tabbed
-  popd
-  # install freedesktop menu
-  for _f in urxvt urxvtc urxvt-tabbed; do
-install -Dm644 $_f.desktop $pkgdir/usr/share/applications/$_f.desktop
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rxvt-unicode/repos/community-i686/PKGBUILD (from rev 86928, 
rxvt-unicode/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-24 23:26:26 UTC (rev 86929)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Angel Velasquez 

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

2013-03-24 Thread Alexander Rødseth
Date: Monday, March 25, 2013 @ 00:46:07
  Author: arodseth
Revision: 86930

upgpkg: ruby-cairo 1.12.2-5

Modified:
  ruby-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 23:26:26 UTC (rev 86929)
+++ PKGBUILD2013-03-24 23:46:07 UTC (rev 86930)
@@ -4,7 +4,7 @@
 
 pkgname=ruby-cairo
 pkgver=1.12.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Ruby bindings for cairo'
 arch=('x86_64' 'i686')
 # http://cairographics.org/releases/



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

2013-03-24 Thread Alexander Rødseth
Date: Monday, March 25, 2013 @ 00:46:23
  Author: arodseth
Revision: 86931

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

Added:
  ruby-cairo/repos/community-i686/PKGBUILD
(from rev 86930, ruby-cairo/trunk/PKGBUILD)
  ruby-cairo/repos/community-x86_64/PKGBUILD
(from rev 86930, ruby-cairo/trunk/PKGBUILD)
Deleted:
  ruby-cairo/repos/community-i686/PKGBUILD
  ruby-cairo/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-24 23:46:07 UTC (rev 86930)
+++ community-i686/PKGBUILD 2013-03-24 23:46:23 UTC (rev 86931)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-
-pkgname=ruby-cairo
-pkgver=1.12.2
-pkgrel=4
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686')
-# http://cairographics.org/releases/
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
-sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
-
-build() {
-  cd $srcdir/rcairo-$pkgver
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd $srcdir/rcairo-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-cairo/repos/community-i686/PKGBUILD (from rev 86930, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-24 23:46:23 UTC (rev 86931)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+
+pkgname=ruby-cairo
+pkgver=1.12.2
+pkgrel=5
+pkgdesc='Ruby bindings for cairo'
+arch=('x86_64' 'i686')
+# http://cairographics.org/releases/
+url='http://cairographics.org/rcairo/'
+license=('GPL')
+depends=('ruby' 'cairo')
+makedepends=('ruby-pkgconfig')
+source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
+sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
+
+build() {
+  cd $srcdir/rcairo-$pkgver
+
+  ruby extconf.rb --vendor
+  make
+}
+
+package() {
+  cd $srcdir/rcairo-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-24 23:46:07 UTC (rev 86930)
+++ community-x86_64/PKGBUILD   2013-03-24 23:46:23 UTC (rev 86931)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Brad Fanella bradfane...@archlinux.us
-
-pkgname=ruby-cairo
-pkgver=1.12.2
-pkgrel=4
-pkgdesc='Ruby bindings for cairo'
-arch=('x86_64' 'i686')
-# http://cairographics.org/releases/
-url='http://cairographics.org/rcairo/'
-license=('GPL')
-depends=('ruby' 'cairo')
-makedepends=('ruby-pkgconfig')
-source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
-sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
-
-build() {
-  cd $srcdir/rcairo-$pkgver
-
-  ruby extconf.rb --vendor
-  make
-}
-
-package() {
-  cd $srcdir/rcairo-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ruby-cairo/repos/community-x86_64/PKGBUILD (from rev 86930, 
ruby-cairo/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-24 23:46:23 UTC (rev 86931)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Brad Fanella bradfane...@archlinux.us
+
+pkgname=ruby-cairo
+pkgver=1.12.2
+pkgrel=5
+pkgdesc='Ruby bindings for cairo'
+arch=('x86_64' 'i686')
+# http://cairographics.org/releases/
+url='http://cairographics.org/rcairo/'
+license=('GPL')
+depends=('ruby' 'cairo')
+makedepends=('ruby-pkgconfig')
+source=(http://cairographics.org/releases/rcairo-$pkgver.tar.gz;)
+sha256sums=('f071d6ccb12cb6dc1fc91eb086d6150ce779930fe5af38a6987e378c809362c5')
+
+build() {
+  cd $srcdir/rcairo-$pkgver
+
+  ruby extconf.rb --vendor
+  make
+}
+
+package() {
+  cd $srcdir/rcairo-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-03-24 Thread Stéphane Gaudreault
Date: Monday, March 25, 2013 @ 01:02:26
  Author: stephane
Revision: 180618

testing 2.7.4 rc1

Modified:
  python2/trunk/PKGBUILD

--+
 PKGBUILD |   38 +-
 1 file changed, 21 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 22:09:11 UTC (rev 180617)
+++ PKGBUILD2013-03-25 00:02:26 UTC (rev 180618)
@@ -4,8 +4,8 @@
 # Contributer: Jason Chu ja...@archlinux.org
 
 pkgname=python2
-pkgver=2.7.3
-pkgrel=4
+pkgver=2.7.4rc1
+pkgrel=1
 _pybasever=2.7
 pkgdesc=A high-level scripting language
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 conflicts=('python3')
 options=('!makeflags')
 source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz)
-sha1sums=('b2b0ada7ebed4a8204a855193afbdb3aa3308357')
+sha1sums=('e6bad3df94c13de68bec450a6a91eabee80a43f9')
 
 build() {
   cd ${srcdir}/Python-${pkgver}
@@ -32,6 +32,9 @@
   # FS#23997
   sed -i -e s|^#.* /usr/local/bin/python|#!/usr/bin/python2| Lib/cgi.py
 
+  sed -i s/python2.3/python2/g Lib/distutils/tests/test_build_scripts.py \
+ Lib/distutils/tests/test_install_scripts.py Tools/scripts/gprof2html.py
+
   # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
   # rather than copies shipped in the tarball
   rm -r Modules/expat
@@ -50,21 +53,23 @@
   cd ${srcdir}/Python-${pkgver}
   make DESTDIR=${pkgdir} altinstall maninstall
 
-  ln -sf python${_pybasever}${pkgdir}/usr/bin/python2
-  ln -sf python${_pybasever}-config ${pkgdir}/usr/bin/python2-config
-  ln -sf python${_pybasever}.1  ${pkgdir}/usr/share/man/man1/python2.1
+  rm ${pkgdir}/usr/share/man/man1/python.1
 
-  ln -sf ../../libpython${_pybasever}.so \
-${pkgdir}/usr/lib/python${_pybasever}/config/libpython${_pybasever}.so
+  ln -sf python${_pybasever}${pkgdir}/usr/bin/python2
+  ln -sf python${_pybasever}-config ${pkgdir}/usr/bin/python2-config
+  ln -sf python${_pybasever}.1  ${pkgdir}/usr/share/man/man1/python2.1
 
-  mv ${pkgdir}/usr/bin/smtpd.py ${pkgdir}/usr/lib/python${_pybasever}/
+  # FS#33954
+  ln -sf python-${_pybasever}.pc${pkgdir}/usr/lib/pkgconfig/python2.pc
 
+  ln -sf ../../libpython${_pybasever}.so 
${pkgdir}/usr/lib/python${_pybasever}/config/libpython${_pybasever}.so
+
+  mv ${pkgdir}/usr/bin/smtpd.py ${pkgdir}/usr/lib/python${_pybasever}/
+
   # some useful stuff
   install -dm755 ${pkgdir}/usr/lib/python${_pybasever}/Tools/{i18n,scripts}
-  install -m755 Tools/i18n/{msgfmt,pygettext}.py \
-${pkgdir}/usr/lib/python${_pybasever}/Tools/i18n/
-  install -m755 Tools/scripts/{README,*py} \
-${pkgdir}/usr/lib/python${_pybasever}/Tools/scripts/
+  install -m755 Tools/i18n/{msgfmt,pygettext}.py 
${pkgdir}/usr/lib/python${_pybasever}/Tools/i18n/
+  install -m755 Tools/scripts/{README,*py} 
${pkgdir}/usr/lib/python${_pybasever}/Tools/scripts/
 
   # fix conflicts with python
   mv ${pkgdir}/usr/bin/idle{,2}
@@ -72,13 +77,12 @@
   mv ${pkgdir}/usr/bin/2to3{,-2.7}
 
   # clean up #!s
-  find ${pkgdir}/usr/lib/python${_pybasever}/ -name '*.py' | \
+  find ${pkgdir}/usr/lib/python${_pybasever}/ -name '*.py' | \
 xargs sed -i s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|
 
   # clean-up reference to build directory
-  sed -i s#${srcdir}/Python-${pkgver}:## \
-${pkgdir}/usr/lib/python${_pybasever}/config/Makefile
+  sed -i s#${srcdir}/Python-${pkgver}:## 
${pkgdir}/usr/lib/python${_pybasever}/config/Makefile
 
   # license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 }



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

2013-03-24 Thread Sébastien Luttringer
Date: Monday, March 25, 2013 @ 02:19:32
  Author: seblu
Revision: 86932

upgpkg: ndisc6 1.0.2-6

Modified:
  ndisc6/trunk/PKGBUILD
  ndisc6/trunk/ndisc6.install

+
 PKGBUILD   |2 +-
 ndisc6.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-24 23:46:23 UTC (rev 86931)
+++ PKGBUILD2013-03-25 01:19:32 UTC (rev 86932)
@@ -5,7 +5,7 @@
 
 pkgname=ndisc6
 pkgver=1.0.2
-pkgrel=5
+pkgrel=6
 pkgdesc='Collection of IPv6 networking utilities'
 arch=('i686' 'x86_64')
 url='http://www.remlab.net/ndisc6/'

Modified: ndisc6.install
===
--- ndisc6.install  2013-03-24 23:46:23 UTC (rev 86931)
+++ ndisc6.install  2013-03-25 01:19:32 UTC (rev 86932)
@@ -2,7 +2,7 @@
 
 # arg 1:  the new package version
 post_install() {
-  systemd-tmpfiles --create usr/lib/tmpfiles.d/ndisc6.conf
+  systemd-tmpfiles --create ndisc6.conf
 }
 
 # vim:set ts=2 sw=2 ft=sh et:



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

2013-03-24 Thread Sébastien Luttringer
Date: Monday, March 25, 2013 @ 02:19:53
  Author: seblu
Revision: 86933

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

Added:
  ndisc6/repos/community-i686/PKGBUILD
(from rev 86932, ndisc6/trunk/PKGBUILD)
  ndisc6/repos/community-i686/ndisc6.install
(from rev 86932, ndisc6/trunk/ndisc6.install)
  ndisc6/repos/community-i686/rdnssd.service
(from rev 86932, ndisc6/trunk/rdnssd.service)
  ndisc6/repos/community-x86_64/PKGBUILD
(from rev 86932, ndisc6/trunk/PKGBUILD)
  ndisc6/repos/community-x86_64/ndisc6.install
(from rev 86932, ndisc6/trunk/ndisc6.install)
  ndisc6/repos/community-x86_64/rdnssd.service
(from rev 86932, ndisc6/trunk/rdnssd.service)
Deleted:
  ndisc6/repos/community-i686/PKGBUILD
  ndisc6/repos/community-i686/ndisc6.install
  ndisc6/repos/community-i686/rdnssd.service
  ndisc6/repos/community-x86_64/PKGBUILD
  ndisc6/repos/community-x86_64/ndisc6.install
  ndisc6/repos/community-x86_64/rdnssd.service

-+
 /PKGBUILD   |   76 ++
 /ndisc6.install |   16 
 /rdnssd.service |   24 
 community-i686/PKGBUILD |   38 ---
 community-i686/ndisc6.install   |8 
 community-i686/rdnssd.service   |   12 --
 community-x86_64/PKGBUILD   |   38 ---
 community-x86_64/ndisc6.install |8 
 community-x86_64/rdnssd.service |   12 --
 9 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-25 01:19:32 UTC (rev 86932)
+++ community-i686/PKGBUILD 2013-03-25 01:19:53 UTC (rev 86933)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Chris Brannon ch...@the-brannons.com
-# Contributor: Mark Smith markzzzsm...@yahoo.com.au
-
-pkgname=ndisc6
-pkgver=1.0.2
-pkgrel=5
-pkgdesc='Collection of IPv6 networking utilities'
-arch=('i686' 'x86_64')
-url='http://www.remlab.net/ndisc6/'
-license=('GPL')
-depends=('glibc' 'perl')
-makedepends=('glibc' 'gcc')
-options=(!emptydirs)
-install=ndisc6.install
-source=(http://www.remlab.net/files/ndisc6/$pkgname-$pkgver.tar.bz2;
- 'rdnssd.service')
-md5sums=('50cb4c19606cf6ff2b7388e71832f579'
- 'beeb4f033e9eb951e2de962f609c7c2a')
-
-build() {
-  cd $pkgname-$pkgver
-  # patch invalid path
-  sed -ri 's,PATH=/sbin:/bin,PATH=/sbin:/bin:/usr/sbin:/usr/bin,' 
rdnssd/merge-hook.in
-  ./configure --localstatedir=/var --sysconfdir=/etc --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -Dm644 $srcdir/rdnssd.service 
$pkgdir/usr/lib/systemd/system/rdnssd.service
-  install -Dm644 /dev/null $pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-  echo 'd /run/rdnssd 0755 nobody root'  
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ndisc6/repos/community-i686/PKGBUILD (from rev 86932, 
ndisc6/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-25 01:19:53 UTC (rev 86933)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Chris Brannon ch...@the-brannons.com
+# Contributor: Mark Smith markzzzsm...@yahoo.com.au
+
+pkgname=ndisc6
+pkgver=1.0.2
+pkgrel=6
+pkgdesc='Collection of IPv6 networking utilities'
+arch=('i686' 'x86_64')
+url='http://www.remlab.net/ndisc6/'
+license=('GPL')
+depends=('glibc' 'perl')
+makedepends=('glibc' 'gcc')
+options=(!emptydirs)
+install=ndisc6.install
+source=(http://www.remlab.net/files/ndisc6/$pkgname-$pkgver.tar.bz2;
+ 'rdnssd.service')
+md5sums=('50cb4c19606cf6ff2b7388e71832f579'
+ 'beeb4f033e9eb951e2de962f609c7c2a')
+
+build() {
+  cd $pkgname-$pkgver
+  # patch invalid path
+  sed -ri 's,PATH=/sbin:/bin,PATH=/sbin:/bin:/usr/sbin:/usr/bin,' 
rdnssd/merge-hook.in
+  ./configure --localstatedir=/var --sysconfdir=/etc --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm644 $srcdir/rdnssd.service 
$pkgdir/usr/lib/systemd/system/rdnssd.service
+  install -Dm644 /dev/null $pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+  echo 'd /run/rdnssd 0755 nobody root'  
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/ndisc6.install
===
--- community-i686/ndisc6.install   2013-03-25 01:19:32 UTC (rev 86932)
+++ community-i686/ndisc6.install   2013-03-25 01:19:53 UTC (rev 86933)
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# arg 1:  the new package version
-post_install() {
-  systemd-tmpfiles --create usr/lib/tmpfiles.d/ndisc6.conf
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: ndisc6/repos/community-i686/ndisc6.install (from rev 86932, 

[arch-commits] Commit in xdg-user-dirs-gtk/trunk (PKGBUILD)

2013-03-24 Thread Eric Bélanger
Date: Monday, March 25, 2013 @ 02:37:58
  Author: eric
Revision: 180619

upgpkg: xdg-user-dirs-gtk 0.10-1

Upstream update

Modified:
  xdg-user-dirs-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 00:02:26 UTC (rev 180618)
+++ PKGBUILD2013-03-25 01:37:58 UTC (rev 180619)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=xdg-user-dirs-gtk
-pkgver=0.9
+pkgver=0.10
 pkgrel=1
 pkgdesc=Creates user dirs and asks to relocalize them
 arch=(i686 x86_64)
@@ -12,8 +12,8 @@
 options=('!libtool' '!emptydirs')
 url=http://www.gnome.org;
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4b908252515eb95b27427ef7c6b0e096febde716c0c89e8f03a79d23882b79c8')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('739a1a89baf34aa7261e924a21d2ae646b0475b67b3db3daa84327a99132d83e')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in xdg-user-dirs-gtk/repos (4 files)

2013-03-24 Thread Eric Bélanger
Date: Monday, March 25, 2013 @ 02:38:50
  Author: eric
Revision: 180620

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

Added:
  xdg-user-dirs-gtk/repos/extra-i686/PKGBUILD
(from rev 180619, xdg-user-dirs-gtk/trunk/PKGBUILD)
  xdg-user-dirs-gtk/repos/extra-x86_64/PKGBUILD
(from rev 180619, xdg-user-dirs-gtk/trunk/PKGBUILD)
Deleted:
  xdg-user-dirs-gtk/repos/extra-i686/PKGBUILD
  xdg-user-dirs-gtk/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-25 01:37:58 UTC (rev 180619)
+++ extra-i686/PKGBUILD 2013-03-25 01:38:50 UTC (rev 180620)
@@ -1,27 +0,0 @@
-#  $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=xdg-user-dirs-gtk
-pkgver=0.9
-pkgrel=1
-pkgdesc=Creates user dirs and asks to relocalize them
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'xdg-user-dirs')
-makedepends=('intltool')
-options=('!libtool' '!emptydirs')
-url=http://www.gnome.org;
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4b908252515eb95b27427ef7c6b0e096febde716c0c89e8f03a79d23882b79c8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xdg-user-dirs-gtk/repos/extra-i686/PKGBUILD (from rev 180619, 
xdg-user-dirs-gtk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-25 01:38:50 UTC (rev 180620)
@@ -0,0 +1,27 @@
+#  $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=xdg-user-dirs-gtk
+pkgver=0.10
+pkgrel=1
+pkgdesc=Creates user dirs and asks to relocalize them
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'xdg-user-dirs')
+makedepends=('intltool')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('739a1a89baf34aa7261e924a21d2ae646b0475b67b3db3daa84327a99132d83e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-25 01:37:58 UTC (rev 180619)
+++ extra-x86_64/PKGBUILD   2013-03-25 01:38:50 UTC (rev 180620)
@@ -1,27 +0,0 @@
-#  $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=xdg-user-dirs-gtk
-pkgver=0.9
-pkgrel=1
-pkgdesc=Creates user dirs and asks to relocalize them
-arch=(i686 x86_64)
-license=('GPL')
-depends=('gtk3' 'xdg-user-dirs')
-makedepends=('intltool')
-options=('!libtool' '!emptydirs')
-url=http://www.gnome.org;
-groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4b908252515eb95b27427ef7c6b0e096febde716c0c89e8f03a79d23882b79c8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: xdg-user-dirs-gtk/repos/extra-x86_64/PKGBUILD (from rev 180619, 
xdg-user-dirs-gtk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-25 01:38:50 UTC (rev 180620)
@@ -0,0 +1,27 @@
+#  $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=xdg-user-dirs-gtk
+pkgver=0.10
+pkgrel=1
+pkgdesc=Creates user dirs and asks to relocalize them
+arch=(i686 x86_64)
+license=('GPL')
+depends=('gtk3' 'xdg-user-dirs')
+makedepends=('intltool')
+options=('!libtool' '!emptydirs')
+url=http://www.gnome.org;
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('739a1a89baf34aa7261e924a21d2ae646b0475b67b3db3daa84327a99132d83e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



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

2013-03-24 Thread Evangelos Foutras
Date: Monday, March 25, 2013 @ 05:06:24
  Author: foutrelis
Revision: 86934

upgpkg: murmur 1.2.3-12

Fix systemd-tmpfiles call in install script.

Modified:
  murmur/trunk/PKGBUILD
  murmur/trunk/murmur.install

+
 PKGBUILD   |2 +-
 murmur.install |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 01:19:53 UTC (rev 86933)
+++ PKGBUILD2013-03-25 04:06:24 UTC (rev 86934)
@@ -5,7 +5,7 @@
 
 pkgname=murmur
 pkgver=1.2.3
-pkgrel=11
+pkgrel=12
 pkgdesc=The voice chat application server for Mumble
 arch=('i686' 'x86_64')
 url=http://mumble.sourceforge.net;

Modified: murmur.install
===
--- murmur.install  2013-03-25 01:19:53 UTC (rev 86933)
+++ murmur.install  2013-03-25 04:06:24 UTC (rev 86934)
@@ -1,10 +1,10 @@
 post_install() {
-systemd-tmpfiles --create usr/lib/tmpfiles.d/murmur.conf
+systemd-tmpfiles --create murmur.conf
 
getent group murmur  /dev/null || groupadd -r -g 86 murmur 1/dev/null
getent passwd murmur  /dev/null || useradd -r -u 86 -d /var/lib/murmur 
-g murmur -s /bin/false murmur 1/dev/null
 
-   chown -R murmur:murmur /var/lib/murmur 
+   chown -R murmur:murmur /var/lib/murmur
chown -R murmur:murmur /var/log/murmur
 
echo You might have to reload dbus before launching murmur:



[arch-commits] Commit in murmur/repos (44 files)

2013-03-24 Thread Evangelos Foutras
Date: Monday, March 25, 2013 @ 05:07:12
  Author: foutrelis
Revision: 86935

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

Added:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
(from rev 86934, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-i686/0004-fix-username-validation.patch
(from rev 86934, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-i686/ChangeLog
(from rev 86934, murmur/trunk/ChangeLog)
  murmur/repos/community-i686/PKGBUILD
(from rev 86934, murmur/trunk/PKGBUILD)
  murmur/repos/community-i686/murmur.conf
(from rev 86934, murmur/trunk/murmur.conf)
  murmur/repos/community-i686/murmur.conf.d
(from rev 86934, murmur/trunk/murmur.conf.d)
  murmur/repos/community-i686/murmur.dbus.conf
(from rev 86934, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-i686/murmur.install
(from rev 86934, murmur/trunk/murmur.install)
  murmur/repos/community-i686/murmur.logrotate.d
(from rev 86934, murmur/trunk/murmur.logrotate.d)
  murmur/repos/community-i686/murmur.rc.d
(from rev 86934, murmur/trunk/murmur.rc.d)
  murmur/repos/community-i686/murmur.service
(from rev 86934, murmur/trunk/murmur.service)
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
(from rev 86934, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
(from rev 86934, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-x86_64/ChangeLog
(from rev 86934, murmur/trunk/ChangeLog)
  murmur/repos/community-x86_64/PKGBUILD
(from rev 86934, murmur/trunk/PKGBUILD)
  murmur/repos/community-x86_64/murmur.conf
(from rev 86934, murmur/trunk/murmur.conf)
  murmur/repos/community-x86_64/murmur.conf.d
(from rev 86934, murmur/trunk/murmur.conf.d)
  murmur/repos/community-x86_64/murmur.dbus.conf
(from rev 86934, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-x86_64/murmur.install
(from rev 86934, murmur/trunk/murmur.install)
  murmur/repos/community-x86_64/murmur.logrotate.d
(from rev 86934, murmur/trunk/murmur.logrotate.d)
  murmur/repos/community-x86_64/murmur.rc.d
(from rev 86934, murmur/trunk/murmur.rc.d)
  murmur/repos/community-x86_64/murmur.service
(from rev 86934, murmur/trunk/murmur.service)
Deleted:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
  murmur/repos/community-i686/0004-fix-username-validation.patch
  murmur/repos/community-i686/ChangeLog
  murmur/repos/community-i686/PKGBUILD
  murmur/repos/community-i686/murmur.conf
  murmur/repos/community-i686/murmur.conf.d
  murmur/repos/community-i686/murmur.dbus.conf
  murmur/repos/community-i686/murmur.install
  murmur/repos/community-i686/murmur.logrotate.d
  murmur/repos/community-i686/murmur.rc.d
  murmur/repos/community-i686/murmur.service
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
  murmur/repos/community-x86_64/ChangeLog
  murmur/repos/community-x86_64/PKGBUILD
  murmur/repos/community-x86_64/murmur.conf
  murmur/repos/community-x86_64/murmur.conf.d
  murmur/repos/community-x86_64/murmur.dbus.conf
  murmur/repos/community-x86_64/murmur.install
  murmur/repos/community-x86_64/murmur.logrotate.d
  murmur/repos/community-x86_64/murmur.rc.d
  murmur/repos/community-x86_64/murmur.service

-+
 /0003-fix-long-username-query.patch |   84 +++
 /0004-fix-username-validation.patch |   72 +
 /ChangeLog  |   72 +
 /PKGBUILD   |  132 ++
 /murmur.conf|2 
 /murmur.conf.d  |4 
 /murmur.dbus.conf   |   44 ++
 /murmur.install |   38 +
 /murmur.logrotate.d |   12 +
 /murmur.rc.d|   88 
 /murmur.service |   24 +++
 community-i686/0003-fix-long-username-query.patch   |   42 -
 community-i686/0004-fix-username-validation.patch   |   36 
 community-i686/ChangeLog|   36 
 community-i686/PKGBUILD |   66 -
 community-i686/murmur.conf  |1 
 community-i686/murmur.conf.d|2 
 community-i686/murmur.dbus.conf |   22 ---
 community-i686/murmur.install   |   19 --
 community-i686/murmur.logrotate.d   |6 
 community-i686/murmur.rc.d  |   44 --
 community-i686/murmur.service   |   12 -
 

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

2013-03-24 Thread Evangelos Foutras
Date: Monday, March 25, 2013 @ 05:16:45
  Author: foutrelis
Revision: 86936

upgpkg: dee 1.0.14-5

ICU 51.1 rebuild.

Modified:
  dee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 04:07:12 UTC (rev 86935)
+++ PKGBUILD2013-03-25 04:16:45 UTC (rev 86936)
@@ -3,7 +3,7 @@
 
 pkgname=dee
 pkgver=1.0.14
-pkgrel=4
+pkgrel=5
 pkgdesc=Library to provide objects allowing to create Model-View-Controller 
type programs across DBus
 arch=('i686' 'x86_64')
 url=https://launchpad.net/dee;



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

2013-03-24 Thread Evangelos Foutras
Date: Monday, March 25, 2013 @ 05:17:04
  Author: foutrelis
Revision: 86937

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

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

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

Copied: dee/repos/community-staging-i686/PKGBUILD (from rev 86936, 
dee/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-25 04:17:04 UTC (rev 86937)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=dee
+pkgver=1.0.14
+pkgrel=5
+pkgdesc=Library to provide objects allowing to create Model-View-Controller 
type programs across DBus
+arch=('i686' 'x86_64')
+url=https://launchpad.net/dee;
+license=('LGPL')
+depends=('glib2' 'icu')
+makedepends=('python2' 'gobject-introspection' 'vala')
+options=('!libtool')
+source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('473b4181e26538af0fb753255da7945c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  # Install GI overrides for python 3 as well
+  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
+  ln -s ../../../../python2.7/site-packages/gi/overrides/Dee.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Dee.py
+}

Copied: dee/repos/community-staging-x86_64/PKGBUILD (from rev 86936, 
dee/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-25 04:17:04 UTC (rev 86937)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=dee
+pkgver=1.0.14
+pkgrel=5
+pkgdesc=Library to provide objects allowing to create Model-View-Controller 
type programs across DBus
+arch=('i686' 'x86_64')
+url=https://launchpad.net/dee;
+license=('LGPL')
+depends=('glib2' 'icu')
+makedepends=('python2' 'gobject-introspection' 'vala')
+options=('!libtool')
+source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+md5sums=('473b4181e26538af0fb753255da7945c')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static \
+  PYTHON=python2
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  # Install GI overrides for python 3 as well
+  install -dm755 $pkgdir/usr/lib/python3.3/site-packages/gi/overrides
+  ln -s ../../../../python2.7/site-packages/gi/overrides/Dee.py 
$pkgdir/usr/lib/python3.3/site-packages/gi/overrides/Dee.py
+}



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

2013-03-24 Thread Evangelos Foutras
Date: Monday, March 25, 2013 @ 05:35:14
  Author: foutrelis
Revision: 86938

upgpkg: libfbclient 2.5.2.26539-3

ICU 51.1 rebuild.

Modified:
  libfbclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 04:17:04 UTC (rev 86937)
+++ PKGBUILD2013-03-25 04:35:14 UTC (rev 86938)
@@ -4,7 +4,7 @@
 
 pkgname=libfbclient
 pkgver=2.5.2.26539
-pkgrel=2
+pkgrel=3
 pkgdesc=Client library for Firebird.
 arch=('i686' 'x86_64')
 url=http://www.firebirdsql.org/;



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

2013-03-24 Thread Evangelos Foutras
Date: Monday, March 25, 2013 @ 05:35:35
  Author: foutrelis
Revision: 86939

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

Added:
  libfbclient/repos/community-staging-i686/
  libfbclient/repos/community-staging-i686/ChangeLog
(from rev 86938, libfbclient/trunk/ChangeLog)
  libfbclient/repos/community-staging-i686/LICENSE
(from rev 86938, libfbclient/trunk/LICENSE)
  libfbclient/repos/community-staging-i686/PKGBUILD
(from rev 86938, libfbclient/trunk/PKGBUILD)
  libfbclient/repos/community-staging-x86_64/
  libfbclient/repos/community-staging-x86_64/ChangeLog
(from rev 86938, libfbclient/trunk/ChangeLog)
  libfbclient/repos/community-staging-x86_64/LICENSE
(from rev 86938, libfbclient/trunk/LICENSE)
  libfbclient/repos/community-staging-x86_64/PKGBUILD
(from rev 86938, libfbclient/trunk/PKGBUILD)

+
 community-staging-i686/ChangeLog   |   26 +++
 community-staging-i686/LICENSE |   44 
 community-staging-i686/PKGBUILD|   47 +++
 community-staging-x86_64/ChangeLog |   26 +++
 community-staging-x86_64/LICENSE   |   44 
 community-staging-x86_64/PKGBUILD  |   47 +++
 6 files changed, 234 insertions(+)

Copied: libfbclient/repos/community-staging-i686/ChangeLog (from rev 86938, 
libfbclient/trunk/ChangeLog)
===
--- community-staging-i686/ChangeLog(rev 0)
+++ community-staging-i686/ChangeLog2013-03-25 04:35:35 UTC (rev 86939)
@@ -0,0 +1,26 @@
+
+2009-06-08  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Rebuilt for the new icu
+
+2009-04-09  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 2.1.2
+
+2008-08-10  Douglas Soares de Andrade  doug...@archlinux.org
+
+   * Updated for i686: 2.1.1
+
+2008-05-10  Mateusz Herych heni...@gmail.com
+
+   * Updated for x86_64 - 2.1.0
+
+2008-04-28  Douglas Soares de Andrade  d...@aur.archlinux.org
+
+   * Updated for i686 - 2.1.0
+   * Sure, firebird is the hell to build. Waiting contributions ;-)
+
+2007-07-06  tardo  ta...@nagi-fanboi.net
+   
+   * Built for x86_64
+   * This is the most fucked up pkg evar.

Copied: libfbclient/repos/community-staging-i686/LICENSE (from rev 86938, 
libfbclient/trunk/LICENSE)
===
--- community-staging-i686/LICENSE  (rev 0)
+++ community-staging-i686/LICENSE  2013-03-25 04:35:35 UTC (rev 86939)
@@ -0,0 +1,44 @@
+
+LICENSES
+
+
+The applicable and approved licenses for the source files
+of the Firebird RDBMS project are:
+
+  1) InterBase Public License (IPL), version 1.0
+ http://bdn.borland.com/article/0,1410,30198,00.html
+
+  2) Initial Developer's Public License (IDPL), version 1.0
+ http://www.ibphoenix.com/main.nfs?a=ibphoenixpage=ibp_idpl
+
+The IPL is copyright of Borland Corp., the other licenses are copyright
+by the source code authors and contributors.
+
+
+USAGE RULES
+---
+
+1) The source code which was released under the IPL must keep this license.
+   All modifications / adaptations of this code are still subjects of the IPL.
+
+2) The files that are derived from the IPL covered code, must also keep
+   this license. It means that if any new file contains some code covered by
+   the IPL, then this file should be released under the IPL too.
+
+3) The new files developed by the members of the Firebird project should
+   be released under the IDPL.
+
+4) The new files contributed by people who are not members of the Firebird
+   project should follow the rule #3. If an author (initial developer) doesn't
+   specify the license to be used, the person who applies the contributed code
+   to the CVS tree (a committer) becomes responsible for the license assigned
+   to the contributed code.
+
+5) Every non-binary file that exists in the CVS tree, should have a header
+   section which describes the license this code is released under. If a file
+   contains no header, it means that this code is freeware and nobody owns the
+   appropriate copyrights.
+
+
+You may find the exhibits for the approved licenses in /doc/license directory
+of the CVS tree.

Copied: libfbclient/repos/community-staging-i686/PKGBUILD (from rev 86938, 
libfbclient/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-25 04:35:35 UTC (rev 86939)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Carlier Laurent lordhea...@gmail.com
+# Contributor: Douglas Soares de Andrade d...@aur.archlinux.org
+
+pkgname=libfbclient
+pkgver=2.5.2.26539
+pkgrel=3
+pkgdesc=Client library for 

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

2013-03-24 Thread Evangelos Foutras
Date: Monday, March 25, 2013 @ 05:37:46
  Author: foutrelis
Revision: 86940

upgpkg: openttd 1.2.3-5

ICU 51.1 rebuild.

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 04:35:35 UTC (rev 86939)
+++ PKGBUILD2013-03-25 04:37:46 UTC (rev 86940)
@@ -3,7 +3,7 @@
 
 pkgname=openttd
 pkgver=1.2.3
-pkgrel=4
+pkgrel=5
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('i686' 'x86_64')
 url='http://www.openttd.org'



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

2013-03-24 Thread Evangelos Foutras
Date: Monday, March 25, 2013 @ 05:38:02
  Author: foutrelis
Revision: 86941

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

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

--+
 community-staging-i686/PKGBUILD  |   33 +
 community-staging-i686/openttd.install   |   17 ++
 community-staging-x86_64/PKGBUILD|   33 +
 community-staging-x86_64/openttd.install |   17 ++
 4 files changed, 100 insertions(+)

Copied: openttd/repos/community-staging-i686/PKGBUILD (from rev 86940, 
openttd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-25 04:38:02 UTC (rev 86941)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+pkgname=openttd
+pkgver=1.2.3
+pkgrel=5
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo2' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+install=openttd.install
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('d228798f7d4804b7ead186ec19082f0e6c83cfc2dbf625ddab1d22048117fd08')
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name=OpenTTD \
+--personal-dir=.${pkgname}
+
+  make
+  make install
+}

Copied: openttd/repos/community-staging-i686/openttd.install (from rev 86940, 
openttd/trunk/openttd.install)
===
--- community-staging-i686/openttd.install  (rev 0)
+++ community-staging-i686/openttd.install  2013-03-25 04:38:02 UTC (rev 
86941)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21
+  update-desktop-database  /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database  /dev/null 21
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21 
+  update-desktop-database  /dev/null 21
+}

Copied: openttd/repos/community-staging-x86_64/PKGBUILD (from rev 86940, 
openttd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-25 04:38:02 UTC (rev 86941)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta ve...@iki.fi
+
+pkgname=openttd
+pkgver=1.2.3
+pkgrel=5
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo2' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+install=openttd.install
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=(http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;)
+sha256sums=('d228798f7d4804b7ead186ec19082f0e6c83cfc2dbf625ddab1d22048117fd08')
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name=OpenTTD \
+--personal-dir=.${pkgname}
+
+  make
+  make install
+}

Copied: openttd/repos/community-staging-x86_64/openttd.install (from rev 86940, 
openttd/trunk/openttd.install)
===
--- community-staging-x86_64/openttd.install(rev 0)
+++ community-staging-x86_64/openttd.install2013-03-25 04:38:02 UTC (rev 
86941)
@@ -0,0 +1,17 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor  /dev/null 21
+  update-desktop-database  /dev/null 21
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  update-desktop-database  /dev/null 21
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f 

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

2013-03-24 Thread Evangelos Foutras
Date: Monday, March 25, 2013 @ 05:38:15
  Author: foutrelis
Revision: 86942

upgpkg: yaz 4.2.49-2

ICU 51.1 rebuild.

Modified:
  yaz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-25 04:38:02 UTC (rev 86941)
+++ PKGBUILD2013-03-25 04:38:15 UTC (rev 86942)
@@ -8,7 +8,7 @@
 
 pkgname=yaz
 pkgver=4.2.49
-pkgrel=1
+pkgrel=2
 pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
 arch=('i686' 'x86_64')
 url=http://www.indexdata.dk/yaz;



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

2013-03-24 Thread Evangelos Foutras
Date: Monday, March 25, 2013 @ 05:38:32
  Author: foutrelis
Revision: 86943

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

Added:
  yaz/repos/community-staging-i686/
  yaz/repos/community-staging-i686/PKGBUILD
(from rev 86942, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-i686/yaz.changelog
(from rev 86942, yaz/trunk/yaz.changelog)
  yaz/repos/community-staging-x86_64/
  yaz/repos/community-staging-x86_64/PKGBUILD
(from rev 86942, yaz/trunk/PKGBUILD)
  yaz/repos/community-staging-x86_64/yaz.changelog
(from rev 86942, yaz/trunk/yaz.changelog)

+
 community-staging-i686/PKGBUILD|   37 +++
 community-staging-i686/yaz.changelog   |2 +
 community-staging-x86_64/PKGBUILD  |   37 +++
 community-staging-x86_64/yaz.changelog |2 +
 4 files changed, 78 insertions(+)

Copied: yaz/repos/community-staging-i686/PKGBUILD (from rev 86942, 
yaz/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-25 04:38:32 UTC (rev 86943)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=4.2.49
+pkgrel=2
+pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
+arch=('i686' 'x86_64')
+url=http://www.indexdata.dk/yaz;
+license=('BSD')
+depends=('openssl' 'libxslt' 'icu')
+options=('!libtool')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('b4dd27100fdf18219a0e1fde53eaf385e426db6795ab4fbb4a01796d4c9056a1')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-shared=yaz \
+  --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: yaz/repos/community-staging-i686/yaz.changelog (from rev 86942, 
yaz/trunk/yaz.changelog)
===
--- community-staging-i686/yaz.changelog(rev 0)
+++ community-staging-i686/yaz.changelog2013-03-25 04:38:32 UTC (rev 
86943)
@@ -0,0 +1,2 @@
+2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.49-1

Copied: yaz/repos/community-staging-x86_64/PKGBUILD (from rev 86942, 
yaz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-03-25 04:38:32 UTC (rev 86943)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: Ray Rashif sc...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Stefan Husmann stefan-husm...@t-online.de
+# Contributor: William Rea sillywi...@gmail.com
+# Contributor: Robert Emil Berge filokte...@linuxophic.org
+
+pkgname=yaz
+pkgver=4.2.49
+pkgrel=2
+pkgdesc=A toolkit supporting the development of Z39.50/SRW/SRU clients and 
servers
+arch=('i686' 'x86_64')
+url=http://www.indexdata.dk/yaz;
+license=('BSD')
+depends=('openssl' 'libxslt' 'icu')
+options=('!libtool')
+changelog=$pkgname.changelog
+source=(http://ftp.indexdata.dk/pub/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('b4dd27100fdf18219a0e1fde53eaf385e426db6795ab4fbb4a01796d4c9056a1')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --enable-shared=yaz \
+  --with-openssl=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}

Copied: yaz/repos/community-staging-x86_64/yaz.changelog (from rev 86942, 
yaz/trunk/yaz.changelog)
===
--- community-staging-x86_64/yaz.changelog  (rev 0)
+++ community-staging-x86_64/yaz.changelog  2013-03-25 04:38:32 UTC (rev 
86943)
@@ -0,0 +1,2 @@
+2013-01-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * yaz 4.2.49-1