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

2013-03-30 Thread Felix Yan
Date: Saturday, March 30, 2013 @ 09:20:10
  Author: fyan
Revision: 87341

upgpkg: python-tornado 3.0.0-1

Modified:
  python-tornado/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 02:44:14 UTC (rev 87340)
+++ PKGBUILD2013-03-30 08:20:10 UTC (rev 87341)
@@ -3,14 +3,14 @@
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 
 pkgname=('python-tornado' 'python2-tornado')
-pkgver=2.4.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
 arch=('any')
 url='http://www.tornadoweb.org/'
 license=('Apache')
 makedepends=('python-distribute' 'python2-distribute')
-source=(https://github.com/downloads/facebook/tornado/tornado-${pkgver}.tar.gz;)
+source=(https://github.com/facebook/tornado/archive/v${pkgver}.tar.gz;)
 
 build() {
   cd $srcdir
@@ -43,4 +43,4 @@
 
   python2 setup.py install --root=${pkgdir} --optimize=1
 }
-md5sums=('9b7146cbe7cce015e35856b592707b9b')
+md5sums=('4fc45f969f69f89e5133714663072462')



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

2013-03-30 Thread Felix Yan
Date: Saturday, March 30, 2013 @ 09:23:31
  Author: fyan
Revision: 87342

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-30 08:20:10 UTC (rev 87341)
+++ PKGBUILD2013-03-30 08:23:31 UTC (rev 87342)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-
-pkgname=('python-tornado' 'python2-tornado')
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
-arch=('any')
-url='http://www.tornadoweb.org/'
-license=('Apache')
-makedepends=('python-distribute' 'python2-distribute')
-source=(https://github.com/downloads/facebook/tornado/tornado-${pkgver}.tar.gz;)
-
-build() {
-  cd $srcdir
-  cp -r tornado-${pkgver} python2-tornado-${pkgver}
-
-  cd tornado-${pkgver}
-
-  python setup.py build
-
-  cd ../python2-tornado-${pkgver}
-
-  # python - python2 rename
-  find -name '*py' -exec sed -e 's_#!/usr/bin/env python_2_' -i {} \;
-
-  python2 setup.py build
-}
-
-package_python-tornado() {
-  depends=('python')
-
-  cd $srcdir/tornado-${pkgver}
-
-  python setup.py install --root=${pkgdir} --optimize=1
-}
-
-package_python2-tornado() {
-  depends=('python2')
-
-  cd $srcdir/python2-tornado-${pkgver}
-
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}
-md5sums=('9b7146cbe7cce015e35856b592707b9b')

Copied: python-tornado/repos/community-any/PKGBUILD (from rev 87341, 
python-tornado/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-30 08:23:31 UTC (rev 87342)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+
+pkgname=('python-tornado' 'python2-tornado')
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
+arch=('any')
+url='http://www.tornadoweb.org/'
+license=('Apache')
+makedepends=('python-distribute' 'python2-distribute')
+source=(https://github.com/facebook/tornado/archive/v${pkgver}.tar.gz;)
+
+build() {
+  cd $srcdir
+  cp -r tornado-${pkgver} python2-tornado-${pkgver}
+
+  cd tornado-${pkgver}
+
+  python setup.py build
+
+  cd ../python2-tornado-${pkgver}
+
+  # python - python2 rename
+  find -name '*py' -exec sed -e 's_#!/usr/bin/env python_2_' -i {} \;
+
+  python2 setup.py build
+}
+
+package_python-tornado() {
+  depends=('python')
+
+  cd $srcdir/tornado-${pkgver}
+
+  python setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python2-tornado() {
+  depends=('python2')
+
+  cd $srcdir/python2-tornado-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+md5sums=('4fc45f969f69f89e5133714663072462')



[arch-commits] Commit in ibus-qt/trunk (1 file)

2013-03-30 Thread Felix Yan
Date: Saturday, March 30, 2013 @ 09:30:08
  Author: fyan
Revision: 87343

remove uneeded patch

Deleted:
  ibus-qt/trunk/0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch

---+
 0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch |   75 
 1 file changed, 75 deletions(-)

Deleted: 0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch
===
--- 0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch   2013-03-30 
08:23:31 UTC (rev 87342)
+++ 0001-Do-not-crash-on-missing-invalid-DISPLAY-envvar.patch   2013-03-30 
08:30:08 UTC (rev 87343)
@@ -1,75 +0,0 @@
-From fab6dc760edc39b9b4e561cfbf21b38c4fa86234 Mon Sep 17 00:00:00 2001
-From: Peter Wu lekenst...@gmail.com
-Date: Tue, 4 Sep 2012 19:40:08 +0200
-Subject: [PATCH] Do not crash on missing/invalid DISPLAY envvar.
-
-- Check whether the passed DISPLAY environment variable contains :.
-
-- Fallback to -display parameter passed to QApplication.

- src/CMakeLists.txt |  2 ++
- src/qibusbus.cpp   | 23 ---
- 2 files changed, 18 insertions(+), 7 deletions(-)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 2ad5588..8866ac0 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -92,9 +92,11 @@ set_target_properties(
- target_link_libraries(
- ibus-qt
- debug ${QT_QTCORE_LIBRARY_DEBUG}
-+debug ${QT_QTGUI_LIBRARY_DEBUG}
- debug ${QT_QTDBUS_LIBRARY_DEBUG}
- debug ${QT_QTXML_LIBRARY_DEBUG}
- optimized ${QT_QTCORE_LIBRARY_RELEASE}
-+optimized ${QT_QTGUI_LIBRARY_RELEASE}
- optimized ${QT_QTDBUS_LIBRARY_RELEASE}
- optimized ${QT_QTXML_LIBRARY_RELEASE}
- ${DBUS_LIBRARIES}
-diff --git a/src/qibusbus.cpp b/src/qibusbus.cpp
-index 6a45d65..ed8248a 100644
 a/src/qibusbus.cpp
-+++ b/src/qibusbus.cpp
-@@ -12,7 +12,8 @@
- #include qibusbus.h
- #include qibusibusproxy.h
- #include qibusdbusproxy.h
--
-+#include X11/Xlib.h
-+#include QX11Info
- 
- namespace IBus {
- /**
-@@ -121,15 +122,23 @@ QString
- Bus::getSocketPath (void)
- {
- QString display = getenv (DISPLAY);
--QStringList strs = display.split(:);
- QString hostname = unix;
- QString display_number = 0;
-+/* fallback when -display is passed to QApplication with no DISPLAY env */
-+if (display == NULL) {
-+Display * dpy = QX11Info::display();
-+if (dpy)
-+display = XDisplayString(dpy);
-+}
-+if (display != NULL  display.contains(':')) {
-+QStringList strs = display.split(:);
- 
--if (!strs[0].isEmpty())
--hostname = strs[0];
--strs = strs[1].split(.);
--if (!strs[0].isEmpty())
--display_number = strs[0];
-+if (!strs[0].isEmpty())
-+hostname = strs[0];
-+strs = strs[1].split(.);
-+if (!strs[0].isEmpty())
-+display_number = strs[0];
-+}
- 
- QString path =
- QDir::homePath() +
--- 
-1.7.12



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

2013-03-30 Thread Felix Yan
Date: Saturday, March 30, 2013 @ 09:50:26
  Author: fyan
Revision: 87344

upgpkg: fcitx-mozc 1.10.1390.102-1

Modified:
  fcitx-mozc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 08:30:08 UTC (rev 87343)
+++ PKGBUILD2013-03-30 08:50:26 UTC (rev 87344)
@@ -5,15 +5,15 @@
 ## Mozc compile option
 _bldtype=Release
 
-_zipcoderel=201302
-_protobuf_ver=2.4.1
+_zipcoderel=201303
+_protobuf_ver=2.5.0
 
 _pkgbase=mozc
 pkgname=fcitx-mozc
 pkgdesc=Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac 
and Linux (the Open Source Edition of Google Japanese Input)
-pkgver=1.6.1187.102
-_patchver=${pkgver}.3
-pkgrel=8
+pkgver=1.10.1390.102
+_patchver=${pkgver}.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/mozc/;
 license=('custom')
@@ -105,8 +105,8 @@
   install -m 644 data/images/unix/ui-tool.png 
${pkgdir}/usr/share/fcitx/mozc/icon/mozc-tool.png
 }
 
-md5sums=('e5246d17a81d2e942e9e8de0c3240c95'
- '0ce9bd1663e320dc63bd2afffc475ab9'
- 'e2a4bdf2d1384b124492a175d35b7867'
- 'ed436802019c9e1f40cc750eaf78f318'
- '3c947ef02d9bf3341192ba22916f3605')
+md5sums=('ff1611354703cbaa76cd562007ba57e9'
+ '63310f8bad30f528ba10a6574b807952'
+ 'bb9fa83c00dece4de5f92ca1773e2bc5'
+ 'a72001a9067a4c2c4e0e836d0f92ece4'
+ 'b3e15acd43b41cb5383508250707292b')



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

2013-03-30 Thread Felix Yan
Date: Saturday, March 30, 2013 @ 09:52:04
  Author: fyan
Revision: 87345

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

Added:
  fcitx-mozc/repos/community-testing-i686/
  fcitx-mozc/repos/community-testing-i686/PKGBUILD
(from rev 87344, fcitx-mozc/trunk/PKGBUILD)
  fcitx-mozc/repos/community-testing-x86_64/
  fcitx-mozc/repos/community-testing-x86_64/PKGBUILD
(from rev 87344, fcitx-mozc/trunk/PKGBUILD)

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

Copied: fcitx-mozc/repos/community-testing-i686/PKGBUILD (from rev 87344, 
fcitx-mozc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-30 08:52:04 UTC (rev 87345)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: ponsfoot cabezon dot hashimoto at gmail dot com
+
+## Mozc compile option
+_bldtype=Release
+
+_zipcoderel=201303
+_protobuf_ver=2.5.0
+
+_pkgbase=mozc
+pkgname=fcitx-mozc
+pkgdesc=Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac 
and Linux (the Open Source Edition of Google Japanese Input)
+pkgver=1.10.1390.102
+_patchver=${pkgver}.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/mozc/;
+license=('custom')
+depends=('qt4' 'fcitx' 'zinnia')
+makedepends=('pkg-config' 'python2' 'gtest' 'curl' 'gtk2' 'mesa')
+replaces=('mozc-fcitx')
+conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx')
+source=(http://mozc.googlecode.com/files/mozc-${pkgver}.tar.bz2
+http://downloads.sourceforge.net/pnsft-aur/ken_all-${_zipcoderel}.zip
+http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcoderel}.zip
+http://protobuf.googlecode.com/files/protobuf-${_protobuf_ver}.tar.bz2
+http://fcitx.googlecode.com/files/fcitx-mozc-${_patchver}.patch
+)
+
+build() {
+  cd $srcdir
+  ln -sf `which python2` ./python
+  PATH=${srcdir}:${PATH}
+
+  #source /etc/profile.d/qt4.sh
+  
+  # Update: Fix qt4 include path too
+  # Fix compatibility with google-glog 0.3.3 (symbol conflict)
+  #CFLAGS=${CFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir
+  #CXXFLAGS=${CXXFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir
+  CFLAGS=${CFLAGS} -I/usr/include/qt4 -fvisibility=hidden
+  CXXFLAGS=${CXXFLAGS} -I/usr/include/qt4 -fvisibility=hidden
+
+  cd ${srcdir}/${_pkgbase}-${pkgver}
+  
+  # Apply fcitx patch
+  rm unix/fcitx -rf
+  patch -Np2 -i ${srcdir}/fcitx-mozc-${_patchver}.patch
+
+  # Fix qt4 binary path
+  sed -i 's|(qt_dir)/bin|(qt_dir)/lib/qt4/bin|' gui/*.gyp{,i}
+  sed -i 's|(qt_dir_env)/bin|(qt_dir_env)/lib/qt4/bin|' gui/*.gyp{,i}
+
+  # Generate zip code seed
+  msg Generating zip code seed...
+  python2 dictionary/gen_zip_code_seed.py --zip_code=${srcdir}/KEN_ALL.CSV 
--jigyosyo=${srcdir}/JIGYOSYO.CSV  data/dictionary_oss/dictionary09.txt
+  msg Done.
+
+  # Copy protobuf to be linked statically
+  cp -rf ${srcdir}/protobuf-${_protobuf_ver} protobuf/files
+
+  msg Starting make...
+
+  _targets=server/server.gyp:mozc_server gui/gui.gyp:mozc_tool 
unix/fcitx/fcitx.gyp:fcitx-mozc
+
+  QTDIR=/usr python2 build_mozc.py gyp --channel_dev=0
+  python2 build_mozc.py build_tools -c $_bldtype
+  python2 build_mozc.py build -c $_bldtype $_targets
+
+  # Extract license part of mozc
+  head -n 28 server/mozc_server.cc  LICENSE
+}
+
+package() {
+  cd ${srcdir}/${_pkgbase}-${pkgver}
+  install -D -m 755 out_linux/${_bldtype}/mozc_server 
${pkgdir}/usr/lib/mozc/mozc_server
+  install-m 755 out_linux/${_bldtype}/mozc_tool   
${pkgdir}/usr/lib/mozc/mozc_tool
+  install -d ${pkgdir}/usr/lib/mozc/documents/
+  install-m 644 data/installer/*.html ${pkgdir}/usr/lib/mozc/documents/
+
+  install -D -m 644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  for mofile in out_linux/${_bldtype}/obj/gen/unix/fcitx/po/*.mo
+  do
+filename=`basename $mofile`
+lang=${filename/.mo/}
+install -D -m 644 $mofile 
${pkgdir}/usr/share/locale/$lang/LC_MESSAGES/fcitx-mozc.mo
+  done
+
+  install -D -m 755 out_linux/${_bldtype}/fcitx-mozc.so 
${pkgdir}/usr/lib/fcitx/fcitx-mozc.so
+  install -D -m 644 unix/fcitx/fcitx-mozc.conf 
${pkgdir}/usr/share/fcitx/addon/fcitx-mozc.conf
+  install -D -m 644 unix/fcitx/mozc.conf 
${pkgdir}/usr/share/fcitx/inputmethod/mozc.conf
+
+  install -d ${pkgdir}/usr/share/fcitx/mozc/icon
+  install -m 644 data/images/product_icon_32bpp-128.png 
${pkgdir}/usr/share/fcitx/mozc/icon/mozc.png
+  install -m 644 data/images/unix/ui-alpha_full.png 
${pkgdir}/usr/share/fcitx/mozc/icon/mozc-alpha_full.png
+  install -m 644 data/images/unix/ui-alpha_half.png 
${pkgdir}/usr/share/fcitx/mozc/icon/mozc-alpha_half.png
+  install -m 644 data/images/unix/ui-direct.png 

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

2013-03-30 Thread Andreas Radke
Date: Saturday, March 30, 2013 @ 10:19:33
  Author: andyrtr
Revision: 181031

upgpkg: xproto 7.0.24-1

upstream update 7.0.24

Modified:
  xproto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 22:54:51 UTC (rev 181030)
+++ PKGBUILD2013-03-30 09:19:33 UTC (rev 181031)
@@ -1,8 +1,9 @@
 # $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xproto
-pkgver=7.0.23
+pkgver=7.0.24
 pkgrel=1
 pkgdesc=X11 core wire protocol and auxiliary headers
 arch=(any)
@@ -10,7 +11,7 @@
 url=http://xorg.freedesktop.org/;
 makedepends=('xorg-util-macros')
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5d7f00d1dbe6cf8e725841ef663f0ee2491ba5b2')
+sha256sums=('3698a1c7e3b734bc1139a7eb694ed8c66188658d6b4dea3d567066fe4e88b2fc')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-03-30 Thread Andreas Radke
Date: Saturday, March 30, 2013 @ 10:19:46
  Author: andyrtr
Revision: 181032

archrelease: copy trunk to extra-any

Added:
  xproto/repos/extra-any/PKGBUILD
(from rev 181031, xproto/trunk/PKGBUILD)
Deleted:
  xproto/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-30 09:19:33 UTC (rev 181031)
+++ PKGBUILD2013-03-30 09:19:46 UTC (rev 181032)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=xproto
-pkgver=7.0.23
-pkgrel=1
-pkgdesc=X11 core wire protocol and auxiliary headers
-arch=(any)
-license=('custom')
-url=http://xorg.freedesktop.org/;
-makedepends=('xorg-util-macros')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5d7f00d1dbe6cf8e725841ef663f0ee2491ba5b2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: xproto/repos/extra-any/PKGBUILD (from rev 181031, xproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-30 09:19:46 UTC (rev 181032)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=xproto
+pkgver=7.0.24
+pkgrel=1
+pkgdesc=X11 core wire protocol and auxiliary headers
+arch=(any)
+license=('custom')
+url=http://xorg.freedesktop.org/;
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('3698a1c7e3b734bc1139a7eb694ed8c66188658d6b4dea3d567066fe4e88b2fc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2013-03-30 Thread Andreas Radke
Date: Saturday, March 30, 2013 @ 10:24:49
  Author: andyrtr
Revision: 181033

upgpkg: sqlite 3.7.16.1-1

upstream update 3.7.16.1

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 09:19:46 UTC (rev 181032)
+++ PKGBUILD2013-03-30 09:24:49 UTC (rev 181033)
@@ -4,10 +4,10 @@
 
 pkgbase=sqlite
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3071600
-#_docver=${_amalgamationver}
-_docver=3071600
-pkgver=3.7.16
+_amalgamationver=3071601
+_docver=${_amalgamationver}
+#_docver=3071601
+pkgver=3.7.16.1
 pkgrel=1
 pkgdesc=A C library that implements an SQL database engine
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip
license.txt)
 options=('!libtool' '!emptydirs')
-md5sums=('919aedd0c84e1d8fb07129251dbe05bf'
- 'fbf875524bd3af1cf0b0580d13cc665e'
- 'c1cdbc5544034d9012e421e75a5e4890')
+sha1sums=('b0d9b3e2ca3c50f72e5921e9532130787871b7ae'
+  '254dbed306ceb4e9017497dbafaa47280a2fc4ff'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 build() {
   export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE



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

2013-03-30 Thread Andreas Radke
Date: Saturday, March 30, 2013 @ 10:25:06
  Author: andyrtr
Revision: 181034

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

Added:
  sqlite/repos/extra-i686/PKGBUILD
(from rev 181033, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-i686/license.txt
(from rev 181033, sqlite/trunk/license.txt)
  sqlite/repos/extra-x86_64/PKGBUILD
(from rev 181033, sqlite/trunk/PKGBUILD)
  sqlite/repos/extra-x86_64/license.txt
(from rev 181033, sqlite/trunk/license.txt)
Deleted:
  sqlite/repos/extra-i686/PKGBUILD
  sqlite/repos/extra-i686/license.txt
  sqlite/repos/extra-x86_64/PKGBUILD
  sqlite/repos/extra-x86_64/license.txt

--+
 /PKGBUILD|  182 +
 /license.txt |   66 
 extra-i686/PKGBUILD  |   91 --
 extra-i686/license.txt   |   33 
 extra-x86_64/PKGBUILD|   91 --
 extra-x86_64/license.txt |   33 
 6 files changed, 248 insertions(+), 248 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-30 09:24:49 UTC (rev 181033)
+++ extra-i686/PKGBUILD 2013-03-30 09:25:06 UTC (rev 181034)
@@ -1,91 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgbase=sqlite
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
-_amalgamationver=3071600
-#_docver=${_amalgamationver}
-_docver=3071600
-pkgver=3.7.16
-pkgrel=1
-pkgdesc=A C library that implements an SQL database engine
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.sqlite.org/;
-makedepends=('tcl' 'readline')
-source=( # tarball containing the amalgamation for SQLite = 3.7.5 together 
with a configure script and makefile for building it; includes now also the Tcl 
Extension Architecture (TEA)
-   http://www.sqlite.org/2013/sqlite-autoconf-$_amalgamationver.tar.gz
-   http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip
-   license.txt)
-options=('!libtool' '!emptydirs')
-md5sums=('919aedd0c84e1d8fb07129251dbe05bf'
- 'fbf875524bd3af1cf0b0580d13cc665e'
- 'c1cdbc5544034d9012e421e75a5e4890')
-
-build() {
-  export CFLAGS=$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE
-
-  # build sqlite
-  cd $srcdir/sqlite-autoconf-$_amalgamationver
-  ./configure --prefix=/usr \
-   --disable-static
-  make
-  
-  # build the tcl extension
-  cd $srcdir/sqlite-autoconf-$_amalgamationver/tea
-  ./configure --prefix=/usr \
-   --with-system-sqlite
-  make
-
-}
-
-package_sqlite() {
- 
- pkgdesc=A C library that implements an SQL database engine
- depends=('readline')
- provides=(sqlite3=$pkgver)
- replaces=(sqlite3)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver
-  make DESTDIR=${pkgdir} install
-  
-  # license
-  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgname}/license.txt
-}
-
-package_sqlite-tcl() {
- 
- pkgdesc=sqlite Tcl Extension Architecture (TEA)
- depends=('sqlite')
- provides=(sqlite3-tcl=$pkgver)
- replaces=(sqlite3-tcl)
- 
-  cd ${srcdir}/sqlite-autoconf-$_amalgamationver/tea
-  make DESTDIR=${pkgdir} install
-}
-
-package_sqlite-doc() {
-
- pkgdesc=most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation
- #arch=('any') - not yet supported
- provides=(sqlite3-doc=$pkgver)
- replaces=(sqlite3-doc)
- 
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
-  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
-  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
-  
-  # fix permissions and remove obsolete files; 
https://bugs.archlinux.org/task/24605
-  find ${pkgdir} -type f -perm 755 -exec ls -lha {} \;
-  find ${pkgdir} -type f -perm 755 -exec chmod 644 {} \;
-
-  find ${pkgdir} -type f -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -type d -name '*~' -exec ls -lha {} \;
-  find ${pkgdir} -name '*~' -exec rm -f {} \;
-
-  find ${pkgdir} -type f -name '.~*' -exec ls -lha {} \; # 
/build/pkg/sqlite-doc/usr/share/doc/sqlite/images/fileformat/.~lock.indexpage.odg#
-  find ${pkgdir} -type d -name '.~*' -exec ls -lha {} \;
-  find ${pkgdir} -name '.~*' -exec rm -f {} \;
-}

Copied: sqlite/repos/extra-i686/PKGBUILD (from rev 181033, 
sqlite/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-30 09:25:06 UTC (rev 181034)
@@ -0,0 +1,91 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgbase=sqlite
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
+_amalgamationver=3071601
+_docver=${_amalgamationver}
+#_docver=3071601
+pkgver=3.7.16.1
+pkgrel=1
+pkgdesc=A C library that implements an SQL database 

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

2013-03-30 Thread Lukas Fleischer
Date: Saturday, March 30, 2013 @ 10:32:30
  Author: lfleischer
Revision: 87346

upgpkg: upx 3.09-1

Upstream update.

Modified:
  upx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 08:52:04 UTC (rev 87345)
+++ PKGBUILD2013-03-30 09:32:30 UTC (rev 87346)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths ghost1...@archlinux.us
 
 pkgname=upx
-pkgver=3.08
+pkgver=3.09
 pkgrel=1
 pkgdesc='Ultimate executable compressor.'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('ucl')
 source=(http://upx.sourceforge.net/download/${pkgname}-${pkgver}-src.tar.bz2;
 'http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2')
-md5sums=('54c76fa52cad578ff23ef98aee91e3f5'
+md5sums=('1253da46eac54a217eb73e2d44818e53'
  '29d5ffd03a5a3e51aef6a74e9eafb759')
 
 build() {



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

2013-03-30 Thread Lukas Fleischer
Date: Saturday, March 30, 2013 @ 10:32:46
  Author: lfleischer
Revision: 87347

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-30 09:32:30 UTC (rev 87346)
+++ community-i686/PKGBUILD 2013-03-30 09:32:46 UTC (rev 87347)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: bekks eduard.warken...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=upx
-pkgver=3.08
-pkgrel=1
-pkgdesc='Ultimate executable compressor.'
-arch=('i686' 'x86_64')
-url='http://upx.sourceforge.net/'
-license=('GPL')
-depends=('zlib')
-makedepends=('ucl')
-source=(http://upx.sourceforge.net/download/${pkgname}-${pkgver}-src.tar.bz2;
-'http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2')
-md5sums=('54c76fa52cad578ff23ef98aee91e3f5'
- '29d5ffd03a5a3e51aef6a74e9eafb759')
-
-build() {
-  cd ${pkgname}-${pkgver}-src
-  make UPX_LZMA_VERSION=0x465 UPX_LZMADIR=${srcdir} all
-}
-
-package() {
-  cd ${pkgname}-${pkgver}-src
-
-  install -Dm0755 src/upx.out ${pkgdir}/usr/bin/upx
-  install -Dm0644 doc/upx.1 ${pkgdir}/usr/share/man/man1/upx.1
-}

Copied: upx/repos/community-i686/PKGBUILD (from rev 87346, upx/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-30 09:32:46 UTC (rev 87347)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: bekks eduard.warken...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=upx
+pkgver=3.09
+pkgrel=1
+pkgdesc='Ultimate executable compressor.'
+arch=('i686' 'x86_64')
+url='http://upx.sourceforge.net/'
+license=('GPL')
+depends=('zlib')
+makedepends=('ucl')
+source=(http://upx.sourceforge.net/download/${pkgname}-${pkgver}-src.tar.bz2;
+'http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2')
+md5sums=('1253da46eac54a217eb73e2d44818e53'
+ '29d5ffd03a5a3e51aef6a74e9eafb759')
+
+build() {
+  cd ${pkgname}-${pkgver}-src
+  make UPX_LZMA_VERSION=0x465 UPX_LZMADIR=${srcdir} all
+}
+
+package() {
+  cd ${pkgname}-${pkgver}-src
+
+  install -Dm0755 src/upx.out ${pkgdir}/usr/bin/upx
+  install -Dm0644 doc/upx.1 ${pkgdir}/usr/share/man/man1/upx.1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-30 09:32:30 UTC (rev 87346)
+++ community-x86_64/PKGBUILD   2013-03-30 09:32:46 UTC (rev 87347)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: bekks eduard.warken...@gmail.com
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=upx
-pkgver=3.08
-pkgrel=1
-pkgdesc='Ultimate executable compressor.'
-arch=('i686' 'x86_64')
-url='http://upx.sourceforge.net/'
-license=('GPL')
-depends=('zlib')
-makedepends=('ucl')
-source=(http://upx.sourceforge.net/download/${pkgname}-${pkgver}-src.tar.bz2;
-'http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2')
-md5sums=('54c76fa52cad578ff23ef98aee91e3f5'
- '29d5ffd03a5a3e51aef6a74e9eafb759')
-
-build() {
-  cd ${pkgname}-${pkgver}-src
-  make UPX_LZMA_VERSION=0x465 UPX_LZMADIR=${srcdir} all
-}
-
-package() {
-  cd ${pkgname}-${pkgver}-src
-
-  install -Dm0755 src/upx.out ${pkgdir}/usr/bin/upx
-  install -Dm0644 doc/upx.1 ${pkgdir}/usr/share/man/man1/upx.1
-}

Copied: upx/repos/community-x86_64/PKGBUILD (from rev 87346, upx/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-30 09:32:46 UTC (rev 87347)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: bekks eduard.warken...@gmail.com
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=upx
+pkgver=3.09
+pkgrel=1
+pkgdesc='Ultimate executable compressor.'
+arch=('i686' 'x86_64')
+url='http://upx.sourceforge.net/'
+license=('GPL')
+depends=('zlib')
+makedepends=('ucl')

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

2013-03-30 Thread Lukas Fleischer
Date: Saturday, March 30, 2013 @ 10:39:56
  Author: lfleischer
Revision: 87348

upgpkg: stunnel 4.56-1

Upstream update.

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 09:32:46 UTC (rev 87347)
+++ PKGBUILD2013-03-30 09:39:56 UTC (rev 87348)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche ke...@archlinux.org
 
 pkgname=stunnel
-pkgver=4.54
+pkgver=4.56
 pkgrel=1
 pkgdesc=A program that allows you to encrypt arbitrary TCP connections inside 
SSL
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 'stunnel.rc.d'
 'stunnel.tmpfiles.conf')
 
-md5sums=('c2b1db99e3ed547214568959a8ed18ac'
- 'b7cd936bae7b56dae6fe1f06d90c4db1'
+md5sums=('ac4c4a30bd7a55b6687cbd62d864054c'
+ 'd68c7dd65d515c678cdde15bbf0ce344'
  'f15398497e10e080c2406d2fc541660c'
  '4c7e3634a9d4dc040102f5d4160fb123'
  '2e065a39998e57727ee79887bbd1751e')



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

2013-03-30 Thread Lukas Fleischer
Date: Saturday, March 30, 2013 @ 10:40:31
  Author: lfleischer
Revision: 87349

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

Added:
  stunnel/repos/community-i686/Makefile.patch
(from rev 87348, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-i686/PKGBUILD
(from rev 87348, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-i686/stunnel.install
(from rev 87348, stunnel/trunk/stunnel.install)
  stunnel/repos/community-i686/stunnel.rc.d
(from rev 87348, stunnel/trunk/stunnel.rc.d)
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
(from rev 87348, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 87348, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 87348, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.install
(from rev 87348, stunnel/trunk/stunnel.install)
  stunnel/repos/community-x86_64/stunnel.rc.d
(from rev 87348, stunnel/trunk/stunnel.rc.d)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 87348, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-i686/Makefile.patch
  stunnel/repos/community-i686/PKGBUILD
  stunnel/repos/community-i686/stunnel.install
  stunnel/repos/community-i686/stunnel.rc.d
  stunnel/repos/community-i686/stunnel.tmpfiles.conf
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.rc.d
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

+
 /Makefile.patch|   42 ++
 /PKGBUILD  |  124 +++
 /stunnel.install   |   62 +++
 /stunnel.rc.d  |   88 ++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   21 -
 community-i686/PKGBUILD|   62 ---
 community-i686/stunnel.install |   31 ---
 community-i686/stunnel.rc.d|   44 ---
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   21 -
 community-x86_64/PKGBUILD  |   62 ---
 community-x86_64/stunnel.install   |   31 ---
 community-x86_64/stunnel.rc.d  |   44 ---
 community-x86_64/stunnel.tmpfiles.conf |1 
 15 files changed, 318 insertions(+), 318 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2013-03-30 09:39:56 UTC (rev 87348)
+++ community-i686/Makefile.patch   2013-03-30 09:40:31 UTC (rev 87349)
@@ -1,21 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 
-@@ -377,7 +376,7 @@
-   clean-local distclean distclean-generic distclean-libtool \
-   distdir dvi dvi-am html html-am info info-am install \
-   install-am install-confDATA install-data install-data-am \
--  install-data-local install-dvi install-dvi-am \
-+  install-dvi install-dvi-am \
-   install-examplesDATA install-exec install-exec-am install-html \
-   install-html-am install-info install-info-am install-man \
-   install-pdf install-pdf-am install-ps install-ps-am \

Copied: stunnel/repos/community-i686/Makefile.patch (from rev 87348, 
stunnel/trunk/Makefile.patch)
===
--- community-i686/Makefile.patch   (rev 0)
+++ community-i686/Makefile.patch   2013-03-30 09:40:31 UTC (rev 87349)
@@ -0,0 +1,21 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 
+@@ -377,7 +376,7 @@
+   clean-local distclean distclean-generic distclean-libtool \
+   distdir dvi dvi-am html html-am info info-am install \
+   install-am install-confDATA install-data install-data-am \
+-  install-data-local install-dvi install-dvi-am \
++  install-dvi install-dvi-am \
+   install-examplesDATA install-exec install-exec-am install-html \
+   install-html-am install-info install-info-am install-man \
+   install-pdf install-pdf-am install-ps install-ps-am \

Deleted: community-i686/PKGBUILD
===

[arch-commits] Commit in abcde/trunk (PKGBUILD python2-eyed3-0.7.0.patch)

2013-03-30 Thread Jakob Gruber
Date: Saturday, March 30, 2013 @ 11:43:10
  Author: schuay
Revision: 87350

abcde 2.5.4-5

Modified:
  abcde/trunk/PKGBUILD
  abcde/trunk/python2-eyed3-0.7.0.patch

---+
 PKGBUILD  |4 ++--
 python2-eyed3-0.7.0.patch |3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 09:40:31 UTC (rev 87349)
+++ PKGBUILD2013-03-30 10:43:10 UTC (rev 87350)
@@ -6,7 +6,7 @@
 
 pkgname=abcde
 pkgver=2.5.4
-pkgrel=4
+pkgrel=5
 pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
 arch=('any')
 url='http://code.google.com/p/abcde/'
@@ -41,4 +41,4 @@
 
 md5sums=('d761c5a07854ce24748be9aa10100e74'
  'c3975dc8389ff2edba6684bbc378d97d'
- 'a438c9bc47da917884b18255bc1ffe0d')
+ '2d0d28069d0e42ef55232427214a665f')

Modified: python2-eyed3-0.7.0.patch
===
--- python2-eyed3-0.7.0.patch   2013-03-30 09:40:31 UTC (rev 87349)
+++ python2-eyed3-0.7.0.patch   2013-03-30 10:43:10 UTC (rev 87350)
@@ -5,8 +5,9 @@
-G $GENREID -n 
${TRACKNUM:-$1} \
${TRACKNUM:+-N $TRACKS} \
 -  
${ENCODING:+--set-encoding=$ENCODING} \
+-  
${TPE2:+--set-text-frame=TPE2:$TPE2} \
 +  ${ENCODING:+--encoding 
$ENCODING} \
-   
${TPE2:+--set-text-frame=TPE2:$TPE2} \
++  
${TPE2:+--text-frame=TPE2:$TPE2} \
$ABCDETEMPDIR/track$1.$OUTPUT
;;
 @@ -3879,7 +3879,7 @@



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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 11:43:42
  Author: bgyorgy
Revision: 87351

upgpkg: libcryptui 3.8.0-1

Update to version 3.8.0

Modified:
  libcryptui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 10:43:10 UTC (rev 87350)
+++ PKGBUILD2013-03-30 10:43:42 UTC (rev 87351)
@@ -2,18 +2,18 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=libcryptui
-pkgver=3.6.0
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=Library for OpenPGP prompts
 arch=('i686' 'x86_64')
 url=http://git.gnome.org/browse/libcryptui/;
 license=('GPL')
-depends=('gtk3' 'libsm' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 
'dconf')
+depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf')
 makedepends=('intltool' 'gobject-introspection')
 options=('!libtool')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0a4a747fff33acd03d1381d27454f8aa5eaca026b7475e24c4b8f8272bbe1c87')
+sha256sums=('10eed96e33b6d7286795a7c678a5655a86ae099fb98d1f7211aa28aa636c0837')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-03-30 Thread Jakob Gruber
Date: Saturday, March 30, 2013 @ 11:43:49
  Author: schuay
Revision: 87352

archrelease: copy trunk to community-any

Added:
  abcde/repos/community-any/PKGBUILD
(from rev 87351, abcde/trunk/PKGBUILD)
  abcde/repos/community-any/fix-mp3-tagging.patch
(from rev 87351, abcde/trunk/fix-mp3-tagging.patch)
  abcde/repos/community-any/python2-eyed3-0.7.0.patch
(from rev 87351, abcde/trunk/python2-eyed3-0.7.0.patch)
Deleted:
  abcde/repos/community-any/PKGBUILD
  abcde/repos/community-any/fix-mp3-tagging.patch
  abcde/repos/community-any/python2-eyed3-0.7.0.patch

---+
 PKGBUILD  |   88 ++--
 fix-mp3-tagging.patch |   40 ++--
 python2-eyed3-0.7.0.patch |   41 ++--
 3 files changed, 85 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-30 10:43:42 UTC (rev 87351)
+++ PKGBUILD2013-03-30 10:43:49 UTC (rev 87352)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen j.kos...@home.nl
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Maintainer: schuay jakob.gru...@gmail.com
-
-pkgname=abcde
-pkgver=2.5.4
-pkgrel=4
-pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
-arch=('any')
-url='http://code.google.com/p/abcde/'
-license=('GPL')
-depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
-optdepends=('eject: Eject support'
-'cdparanoia: Paranoia ripping support'
-'cdrkit: icedax ripping support'
-'lame: MP3 encoding support'
-'flac: FLAC encoding support'
-'id3: ID3 v1 tag support'
-'perl-musicbrainz-discid: musicbrainz support'
-'perl-webservice-musicbrainz: musicbrainz support')
-backup=(etc/${pkgname}.conf)
-source=(http://abcde.googlecode.com/files/abcde-${pkgver}.tar.gz;
-'fix-mp3-tagging.patch'
-'python2-eyed3-0.7.0.patch')
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-patch -Np2  ${srcdir}/python2-eyed3-0.7.0.patch
-patch -Np0  ${srcdir}/fix-mp3-tagging.patch
-sed -e s:normalize-audio:normalize:g -i ${pkgname}
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-
-make DESTDIR=${pkgdir} install
-}
-
-md5sums=('d761c5a07854ce24748be9aa10100e74'
- 'c3975dc8389ff2edba6684bbc378d97d'
- 'a438c9bc47da917884b18255bc1ffe0d')

Copied: abcde/repos/community-any/PKGBUILD (from rev 87351, 
abcde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-30 10:43:49 UTC (rev 87352)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Jochem Kossen j.kos...@home.nl
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: schuay jakob.gru...@gmail.com
+
+pkgname=abcde
+pkgver=2.5.4
+pkgrel=5
+pkgdesc='A frontend command-line utility that grabs tracks off a CD, encodes 
them to ogg or mp3 format, and tags them, all in one go.'
+arch=('any')
+url='http://code.google.com/p/abcde/'
+license=('GPL')
+depends=('bash' 'cd-discid' 'wget' 'vorbis-tools' 'python2-eyed3')
+optdepends=('eject: Eject support'
+'cdparanoia: Paranoia ripping support'
+'cdrkit: icedax ripping support'
+'lame: MP3 encoding support'
+'flac: FLAC encoding support'
+'id3: ID3 v1 tag support'
+'perl-musicbrainz-discid: musicbrainz support'
+'perl-webservice-musicbrainz: musicbrainz support')
+backup=(etc/${pkgname}.conf)
+source=(http://abcde.googlecode.com/files/abcde-${pkgver}.tar.gz;
+'fix-mp3-tagging.patch'
+'python2-eyed3-0.7.0.patch')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+patch -Np2  ${srcdir}/python2-eyed3-0.7.0.patch
+patch -Np0  ${srcdir}/fix-mp3-tagging.patch
+sed -e s:normalize-audio:normalize:g -i ${pkgname}
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make DESTDIR=${pkgdir} install
+}
+
+md5sums=('d761c5a07854ce24748be9aa10100e74'
+ 'c3975dc8389ff2edba6684bbc378d97d'
+ '2d0d28069d0e42ef55232427214a665f')

Deleted: fix-mp3-tagging.patch
===
--- fix-mp3-tagging.patch   2013-03-30 10:43:42 UTC (rev 87351)
+++ fix-mp3-tagging.patch   2013-03-30 10:43:49 UTC (rev 87352)
@@ -1,20 +0,0 @@
-*** abcde  2010-02-15 16:04:40.0 -0600
 abcde  2010-02-15 14:41:25.0 -0600
-***
-*** 835,841 
-   -A $DALBUM -a $TRACKARTIST 
-t $TRACKNAME \
-   -y $CDYEAR -g $GENREID \
-   -T 

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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 11:43:50
  Author: bgyorgy
Revision: 87353

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

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

-+
 /PKGBUILD   |   60 ++
 /libcryptui.install |   22 
 community-i686/PKGBUILD |   30 -
 community-i686/libcryptui.install   |   11 --
 community-x86_64/PKGBUILD   |   30 -
 community-x86_64/libcryptui.install |   11 --
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-30 10:43:49 UTC (rev 87352)
+++ community-i686/PKGBUILD 2013-03-30 10:43:50 UTC (rev 87353)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libcryptui
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=Library for OpenPGP prompts
-arch=('i686' 'x86_64')
-url=http://git.gnome.org/browse/libcryptui/;
-license=('GPL')
-depends=('gtk3' 'libsm' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 
'dconf')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('0a4a747fff33acd03d1381d27454f8aa5eaca026b7475e24c4b8f8272bbe1c87')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: libcryptui/repos/community-i686/PKGBUILD (from rev 87351, 
libcryptui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-30 10:43:50 UTC (rev 87353)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libcryptui
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Library for OpenPGP prompts
+arch=('i686' 'x86_64')
+url=http://git.gnome.org/browse/libcryptui/;
+license=('GPL')
+depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('10eed96e33b6d7286795a7c678a5655a86ae099fb98d1f7211aa28aa636c0837')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/libcryptui.install
===
--- community-i686/libcryptui.install   2013-03-30 10:43:49 UTC (rev 87352)
+++ community-i686/libcryptui.install   2013-03-30 10:43:50 UTC (rev 87353)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libcryptui/repos/community-i686/libcryptui.install (from rev 87351, 
libcryptui/trunk/libcryptui.install)
===
--- community-i686/libcryptui.install   (rev 0)
+++ community-i686/libcryptui.install   2013-03-30 10:43:50 UTC (rev 87353)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-30 10:43:49 UTC (rev 87352)
+++ community-x86_64/PKGBUILD   2013-03-30 10:43:50 UTC (rev 87353)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=libcryptui
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=Library for OpenPGP prompts
-arch=('i686' 'x86_64')
-url=http://git.gnome.org/browse/libcryptui/;
-license=('GPL')
-depends=('gtk3' 'libsm' 'gpgme' 'dbus-glib' 'libnotify' 

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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 11:44:09
  Author: foutrelis
Revision: 87354

upgpkg: bbswitch 0.6-2

Linux 3.8.5 rebuild.

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 10:43:50 UTC (rev 87353)
+++ PKGBUILD2013-03-30 10:44:09 UTC (rev 87354)
@@ -5,7 +5,7 @@
 pkgname=bbswitch
 pkgver=0.6
 _extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install
-pkgrel=1
+pkgrel=2
 pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
 arch=('i686' 'x86_64')
 url=(http://github.com/Bumblebee-Project/bbswitch;)



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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 11:44:20
  Author: foutrelis
Revision: 87355

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

Added:
  bbswitch/repos/community-testing-i686/
  bbswitch/repos/community-testing-i686/PKGBUILD
(from rev 87354, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-i686/bbswitch.install
(from rev 87354, bbswitch/trunk/bbswitch.install)
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 87354, bbswitch/trunk/PKGBUILD)
  bbswitch/repos/community-testing-x86_64/bbswitch.install
(from rev 87354, bbswitch/trunk/bbswitch.install)

---+
 community-testing-i686/PKGBUILD   |   32 
 community-testing-i686/bbswitch.install   |   12 ++
 community-testing-x86_64/PKGBUILD |   32 
 community-testing-x86_64/bbswitch.install |   12 ++
 4 files changed, 88 insertions(+)

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 87354, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-30 10:44:20 UTC (rev 87355)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.6
+_extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install
+pkgrel=2
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.8' 'linux3.9')
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('c5496e3225c8e70d02a24bfd8a50faf6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+   
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 87354, 
bbswitch/trunk/bbswitch.install)
===
--- community-testing-i686/bbswitch.install (rev 0)
+++ community-testing-i686/bbswitch.install 2013-03-30 10:44:20 UTC (rev 
87355)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 87354, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-30 10:44:20 UTC (rev 87355)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: M0Rf30
+# Contributor: Samsagax samsa...@gmail.com
+
+pkgname=bbswitch
+pkgver=0.6
+_extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install
+pkgrel=2
+pkgdesc=Kernel module allowing to switch dedicated graphics card on Optimus 
laptops
+arch=('i686' 'x86_64')
+url=(http://github.com/Bumblebee-Project/bbswitch;)
+license=('GPL')
+depends=('linux=3.8' 'linux3.9')
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
+install=bbswitch.install
+source=(https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('c5496e3225c8e70d02a24bfd8a50faf6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+   
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip ${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko
  
+}

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
87354, bbswitch/trunk/bbswitch.install)
===
--- community-testing-x86_64/bbswitch.install   (rev 0)
+++ community-testing-x86_64/bbswitch.install   2013-03-30 10:44:20 UTC (rev 
87355)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 11:55:17
  Author: bgyorgy
Revision: 87356

upgpkg: simutrans 112.2-1

Update to version 112.2

Modified:
  simutrans/trunk/PKGBUILD
Deleted:
  simutrans/trunk/fix-build.patch

-+
 PKGBUILD|   14 +-
 fix-build.patch |   11 ---
 2 files changed, 5 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 10:44:20 UTC (rev 87355)
+++ PKGBUILD2013-03-30 10:55:17 UTC (rev 87356)
@@ -6,9 +6,9 @@
 # Contributor: JD Steffen jd at steffennet dot org
 
 pkgname=simutrans
-pkgver=112.1
-_pkgver=112-1
-pkgrel=2
+pkgver=112.2
+_pkgver=112-2
+pkgrel=1
 pkgdesc=An open source transportation simulation game
 arch=('i686' 'x86_64')
 url=http://simutrans.com/;
@@ -21,14 +21,12 @@
 settings-folder.patch
 path-for-game-data.patch
 config.patch
-   fix-build.patch
 simutrans.desktop)
-md5sums=('926b31ec7f4f0a9e0c987b59f1c96743'
- '3b994ce2203d616d4e0aac2a998e6006'
+md5sums=('26258680f53419b05d4e1d255acbc7d9'
+ '6484d70fa8a0b88ca1b9cb5c3e372b5c'
  'c87d9a9910bc371df5d50f7f1ec298bb'
  '4648680290b44775b9c47d3758d3bd6c'
  'd11bc8ee33a34e33341f6ccd90a44dba'
- '7d6329f7db821e3cc22fde5c5c138e2d'
  'f41f7a08ad517ef2b60412859eb49963')
 
 build() {
@@ -38,9 +36,7 @@
   patch -Np0 -i $srcdir/settings-folder.patch
   patch -Np1 -i $srcdir/path-for-game-data.patch
   patch -Np0 -i $srcdir/config.patch
-  patch -Np0 -i $srcdir/fix-build.patch
   convert simutrans.ico -alpha on simutrans.png
-  chmod 644 simsys_opengl.cc
 
   make
 }

Deleted: fix-build.patch
===
--- fix-build.patch 2013-03-30 10:44:20 UTC (rev 87355)
+++ fix-build.patch 2013-03-30 10:55:17 UTC (rev 87356)
@@ -1,11 +0,0 @@
-diff -Naur utils/csv.cc utils/csv.cc
 utils/csv.cc   2012-03-18 21:10:39.0 +
-+++ utils/csv.cc   2012-05-04 11:06:50.228842822 +
-@@ -8,6 +8,7 @@
- #include cstring
- #include stdio.h
- #include assert.h
-+#include stdlib.h
- 
- #include csv.h
- #include simstring.h



[arch-commits] Commit in simutrans/repos (22 files)

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 11:55:36
  Author: bgyorgy
Revision: 87357

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

Added:
  simutrans/repos/community-i686/PKGBUILD
(from rev 87356, simutrans/trunk/PKGBUILD)
  simutrans/repos/community-i686/config.patch
(from rev 87356, simutrans/trunk/config.patch)
  simutrans/repos/community-i686/path-for-game-data.patch
(from rev 87356, simutrans/trunk/path-for-game-data.patch)
  simutrans/repos/community-i686/settings-folder.patch
(from rev 87356, simutrans/trunk/settings-folder.patch)
  simutrans/repos/community-i686/simutrans.desktop
(from rev 87356, simutrans/trunk/simutrans.desktop)
  simutrans/repos/community-x86_64/PKGBUILD
(from rev 87356, simutrans/trunk/PKGBUILD)
  simutrans/repos/community-x86_64/config.patch
(from rev 87356, simutrans/trunk/config.patch)
  simutrans/repos/community-x86_64/path-for-game-data.patch
(from rev 87356, simutrans/trunk/path-for-game-data.patch)
  simutrans/repos/community-x86_64/settings-folder.patch
(from rev 87356, simutrans/trunk/settings-folder.patch)
  simutrans/repos/community-x86_64/simutrans.desktop
(from rev 87356, simutrans/trunk/simutrans.desktop)
Deleted:
  simutrans/repos/community-i686/PKGBUILD
  simutrans/repos/community-i686/config.patch
  simutrans/repos/community-i686/fix-build.patch
  simutrans/repos/community-i686/path-for-game-data.patch
  simutrans/repos/community-i686/settings-folder.patch
  simutrans/repos/community-i686/simutrans.desktop
  simutrans/repos/community-x86_64/PKGBUILD
  simutrans/repos/community-x86_64/config.patch
  simutrans/repos/community-x86_64/fix-build.patch
  simutrans/repos/community-x86_64/path-for-game-data.patch
  simutrans/repos/community-x86_64/settings-folder.patch
  simutrans/repos/community-x86_64/simutrans.desktop

---+
 /PKGBUILD |  114 
 /config.patch |  104 +
 /path-for-game-data.patch |   36 
 /settings-folder.patch|   24 +
 /simutrans.desktop|   18 
 community-i686/PKGBUILD   |   61 --
 community-i686/config.patch   |   52 
 community-i686/fix-build.patch|   11 --
 community-i686/path-for-game-data.patch   |   18 
 community-i686/settings-folder.patch  |   12 --
 community-i686/simutrans.desktop  |9 --
 community-x86_64/PKGBUILD |   61 --
 community-x86_64/config.patch |   52 
 community-x86_64/fix-build.patch  |   11 --
 community-x86_64/path-for-game-data.patch |   18 
 community-x86_64/settings-folder.patch|   12 --
 community-x86_64/simutrans.desktop|9 --
 17 files changed, 296 insertions(+), 326 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-30 10:55:17 UTC (rev 87356)
+++ community-i686/PKGBUILD 2013-03-30 10:55:36 UTC (rev 87357)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: Gilles Gagniard gil...@gagniard.org
-# Contributor: JD Steffen jd at steffennet dot org
-
-pkgname=simutrans
-pkgver=112.1
-_pkgver=112-1
-pkgrel=2
-pkgdesc=An open source transportation simulation game
-arch=('i686' 'x86_64')
-url=http://simutrans.com/;
-license=('PerlArtistic')
-depends=('gcc-libs' 'zlib' 'sdl_mixer' 'bzip2' 'simutrans-pak64')
-makedepends=('imagemagick')
-optdepends=('timidity++: play MIDI music')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-src-$_pkgver.zip
-http://downloads.sourceforge.net/$pkgname/simulinux-$_pkgver.zip
-settings-folder.patch
-path-for-game-data.patch
-config.patch
-   fix-build.patch
-simutrans.desktop)
-md5sums=('926b31ec7f4f0a9e0c987b59f1c96743'
- '3b994ce2203d616d4e0aac2a998e6006'
- 'c87d9a9910bc371df5d50f7f1ec298bb'
- '4648680290b44775b9c47d3758d3bd6c'
- 'd11bc8ee33a34e33341f6ccd90a44dba'
- '7d6329f7db821e3cc22fde5c5c138e2d'
- 'f41f7a08ad517ef2b60412859eb49963')
-
-build() {
-  cd $srcdir
-
-  cp config.template config.default
-  patch -Np0 -i $srcdir/settings-folder.patch
-  patch -Np1 -i $srcdir/path-for-game-data.patch
-  patch -Np0 -i $srcdir/config.patch
-  patch -Np0 -i $srcdir/fix-build.patch
-  convert simutrans.ico -alpha on simutrans.png
-  chmod 644 simsys_opengl.cc
-
-  make
-}
-
-package() {
-  cd $srcdir
-
-  #binary
-  install -Dm755 build/default/sim $pkgdir/usr/bin/simutrans
-
-  #data
-  mkdir -p $pkgdir/usr/share/games/$pkgname
-  cp -r $pkgname/{config,font,music,skin,text} 

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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 11:58:24
  Author: bgyorgy
Revision: 87358

upgpkg: simutrans-pak64 112.2-1

Update to version 112.2

Modified:
  simutrans-pak64/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 10:55:36 UTC (rev 87357)
+++ PKGBUILD2013-03-30 10:58:24 UTC (rev 87358)
@@ -4,16 +4,16 @@
 # Contributor: JD Steffen jd at steffennet dot org
 
 pkgname=simutrans-pak64
-pkgver=112.1
-_pkgver=112-1
+pkgver=112.2
+_pkgver=112-2
 pkgrel=1
-pkgdesc=A low resolution graphics set for Simutrans
+pkgdesc=Low resolution graphics set for Simutrans
 arch=('any')
 url=http://simutrans.com/;
 license=('PerlArtistic')
 options=('!strip')
 source=(http://downloads.sourceforge.net/simutrans/simupak64-$_pkgver.zip)
-md5sums=('b5f301e9d793dac893c8a18dd8e58abb')
+md5sums=('de775b110a4861a865c7c62c9649f3e1')
 
 package() {
   cd $srcdir



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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 11:58:32
  Author: bgyorgy
Revision: 87359

archrelease: copy trunk to community-any

Added:
  simutrans-pak64/repos/community-any/PKGBUILD
(from rev 87358, simutrans-pak64/trunk/PKGBUILD)
Deleted:
  simutrans-pak64/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-30 10:58:24 UTC (rev 87358)
+++ PKGBUILD2013-03-30 10:58:32 UTC (rev 87359)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Anton Bazhenov anton.bazhenov at gmail
-# Contributor: JD Steffen jd at steffennet dot org
-
-pkgname=simutrans-pak64
-pkgver=112.1
-_pkgver=112-1
-pkgrel=1
-pkgdesc=A low resolution graphics set for Simutrans
-arch=('any')
-url=http://simutrans.com/;
-license=('PerlArtistic')
-options=('!strip')
-source=(http://downloads.sourceforge.net/simutrans/simupak64-$_pkgver.zip)
-md5sums=('b5f301e9d793dac893c8a18dd8e58abb')
-
-package() {
-  cd $srcdir
-  chmod -R 644 simutrans
-
-  #data
-  mkdir -p $pkgdir/usr/share/games/simutrans
-  cp -r simutrans/pak $pkgdir/usr/share/games/simutrans
-
-  find $pkgdir -type f -exec chmod 644 {} \;
-  find $pkgdir -type d -exec chmod 755 {} \;
-}

Copied: simutrans-pak64/repos/community-any/PKGBUILD (from rev 87358, 
simutrans-pak64/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-30 10:58:32 UTC (rev 87359)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Anton Bazhenov anton.bazhenov at gmail
+# Contributor: JD Steffen jd at steffennet dot org
+
+pkgname=simutrans-pak64
+pkgver=112.2
+_pkgver=112-2
+pkgrel=1
+pkgdesc=Low resolution graphics set for Simutrans
+arch=('any')
+url=http://simutrans.com/;
+license=('PerlArtistic')
+options=('!strip')
+source=(http://downloads.sourceforge.net/simutrans/simupak64-$_pkgver.zip)
+md5sums=('de775b110a4861a865c7c62c9649f3e1')
+
+package() {
+  cd $srcdir
+  chmod -R 644 simutrans
+
+  #data
+  mkdir -p $pkgdir/usr/share/games/simutrans
+  cp -r simutrans/pak $pkgdir/usr/share/games/simutrans
+
+  find $pkgdir -type f -exec chmod 644 {} \;
+  find $pkgdir -type d -exec chmod 755 {} \;
+}



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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:05:19
  Author: foutrelis
Revision: 87360

upgpkg: cdfs 2.6.27-39

Linux 3.8.5 rebuild.

Modified:
  cdfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 10:58:32 UTC (rev 87359)
+++ PKGBUILD2013-03-30 11:05:19 UTC (rev 87360)
@@ -4,11 +4,13 @@
 
 pkgname=cdfs
 pkgver=2.6.27
-pkgrel=38
+_extramodules=extramodules-3.8-ARCH # Don't forget to update cdfs.install
+pkgrel=39
 pkgdesc=File system module that 'exports' all tracks and boot images on a CD 
as normal files.
 arch=(i686 x86_64)
 url=http://www.elis.UGent.be/~ronsse/cdfs/;
 license=('GPL')
+depends=('linux=3.8' 'linux3.9')
 makedepends=('linux-headers')
 install=cdfs.install
 
source=(http://www.elis.UGent.be/~ronsse/cdfs/download/$pkgname-$pkgver.tar.bz2;
@@ -22,22 +24,19 @@
  '9215e7bdac728bd2f889fb525e543454'
  'b036fd72b033294605bec2b60a73e3bd')
 
-_kernver=`pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -`
-_kernverfull=`cat /usr/lib/modules/extramodules-3.${_kernver}-ARCH/version`
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
 
-build() {
   cd $srcdir/$pkgname-$pkgver
   patch -p1 $srcdir/cdfs-3.0.patch
   patch -p1 $srcdir/cdfs-3.2.patch
   patch -p1 $srcdir/cdfs-3.4.patch
   patch -p1 $srcdir/cdfs-3.8.patch
-  make KDIR=/usr/lib/modules/${_kernverfull}/build
-  sed -i s|extramodules-.*-ARCH|extramodules-3.${_kernver}-ARCH| 
$startdir/cdfs.install
+  make KDIR=/usr/lib/modules/${_kernver}/build
+  sed -i s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/ 
$startdir/cdfs.install
 }
 
 package() {
-  depends=(linux=3.${_kernver} linux3.`expr ${_kernver} + 1`)
-
   cd $srcdir/$pkgname-$pkgver
-  install -Dm0644 cdfs.ko 
$pkgdir/usr/lib/modules/extramodules-3.${_kernver}-ARCH/cdfs.ko
+  install -Dm0644 cdfs.ko $pkgdir/usr/lib/modules/$_extramodules/cdfs.ko
 }



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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:05:44
  Author: foutrelis
Revision: 87361

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

Added:
  cdfs/repos/community-testing-i686/
  cdfs/repos/community-testing-i686/PKGBUILD
(from rev 87360, cdfs/trunk/PKGBUILD)
  cdfs/repos/community-testing-i686/cdfs-3.0.patch
(from rev 87360, cdfs/trunk/cdfs-3.0.patch)
  cdfs/repos/community-testing-i686/cdfs-3.2.patch
(from rev 87360, cdfs/trunk/cdfs-3.2.patch)
  cdfs/repos/community-testing-i686/cdfs-3.4.patch
(from rev 87360, cdfs/trunk/cdfs-3.4.patch)
  cdfs/repos/community-testing-i686/cdfs-3.8.patch
(from rev 87360, cdfs/trunk/cdfs-3.8.patch)
  cdfs/repos/community-testing-i686/cdfs.install
(from rev 87360, cdfs/trunk/cdfs.install)
  cdfs/repos/community-testing-x86_64/
  cdfs/repos/community-testing-x86_64/PKGBUILD
(from rev 87360, cdfs/trunk/PKGBUILD)
  cdfs/repos/community-testing-x86_64/cdfs-3.0.patch
(from rev 87360, cdfs/trunk/cdfs-3.0.patch)
  cdfs/repos/community-testing-x86_64/cdfs-3.2.patch
(from rev 87360, cdfs/trunk/cdfs-3.2.patch)
  cdfs/repos/community-testing-x86_64/cdfs-3.4.patch
(from rev 87360, cdfs/trunk/cdfs-3.4.patch)
  cdfs/repos/community-testing-x86_64/cdfs-3.8.patch
(from rev 87360, cdfs/trunk/cdfs-3.8.patch)
  cdfs/repos/community-testing-x86_64/cdfs.install
(from rev 87360, cdfs/trunk/cdfs.install)

-+
 community-testing-i686/PKGBUILD |   42 
 community-testing-i686/cdfs-3.0.patch   |  274 ++
 community-testing-i686/cdfs-3.2.patch   |   12 +
 community-testing-i686/cdfs-3.4.patch   |   12 +
 community-testing-i686/cdfs-3.8.patch   |   42 
 community-testing-i686/cdfs.install |   14 +
 community-testing-x86_64/PKGBUILD   |   42 
 community-testing-x86_64/cdfs-3.0.patch |  274 ++
 community-testing-x86_64/cdfs-3.2.patch |   12 +
 community-testing-x86_64/cdfs-3.4.patch |   12 +
 community-testing-x86_64/cdfs-3.8.patch |   42 
 community-testing-x86_64/cdfs.install   |   14 +
 12 files changed, 792 insertions(+)

Copied: cdfs/repos/community-testing-i686/PKGBUILD (from rev 87360, 
cdfs/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-30 11:05:44 UTC (rev 87361)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: J. Santiago Hirschfeld jsantia...@yahoo.com.ar
+
+pkgname=cdfs
+pkgver=2.6.27
+_extramodules=extramodules-3.8-ARCH # Don't forget to update cdfs.install
+pkgrel=39
+pkgdesc=File system module that 'exports' all tracks and boot images on a CD 
as normal files.
+arch=(i686 x86_64)
+url=http://www.elis.UGent.be/~ronsse/cdfs/;
+license=('GPL')
+depends=('linux=3.8' 'linux3.9')
+makedepends=('linux-headers')
+install=cdfs.install
+source=(http://www.elis.UGent.be/~ronsse/cdfs/download/$pkgname-$pkgver.tar.bz2;
+   cdfs-3.0.patch
+   cdfs-3.2.patch
+   cdfs-3.4.patch
+   cdfs-3.8.patch)
+md5sums=('ac64c014a90e3c488394832ea29605b3'
+ 'aba7da94a9dcbb8a93ea423cb6958fef'
+ 'e934407b3460257a301822ffc4ab3933'
+ '9215e7bdac728bd2f889fb525e543454'
+ 'b036fd72b033294605bec2b60a73e3bd')
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  cd $srcdir/$pkgname-$pkgver
+  patch -p1 $srcdir/cdfs-3.0.patch
+  patch -p1 $srcdir/cdfs-3.2.patch
+  patch -p1 $srcdir/cdfs-3.4.patch
+  patch -p1 $srcdir/cdfs-3.8.patch
+  make KDIR=/usr/lib/modules/${_kernver}/build
+  sed -i s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/ 
$startdir/cdfs.install
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  install -Dm0644 cdfs.ko $pkgdir/usr/lib/modules/$_extramodules/cdfs.ko
+}

Copied: cdfs/repos/community-testing-i686/cdfs-3.0.patch (from rev 87360, 
cdfs/trunk/cdfs-3.0.patch)
===
--- community-testing-i686/cdfs-3.0.patch   (rev 0)
+++ community-testing-i686/cdfs-3.0.patch   2013-03-30 11:05:44 UTC (rev 
87361)
@@ -0,0 +1,274 @@
+diff -wbBur cdfs-2.6.27/cddata.c cdfs-2.6.27.my/cddata.c
+--- cdfs-2.6.27/cddata.c   2009-12-21 17:04:03.0 +0300
 cdfs-2.6.27.my/cddata.c2011-07-24 21:18:44.0 +0400
+@@ -83,7 +83,7 @@
+ #else
+   .mmap = generic_file_readonly_mmap,
+ #if LINUX_VERSION_CODE  KERNEL_VERSION(2,6,27)
+-  .sendfile = generic_file_sendfile
++//  .sendfile = generic_file_sendfile
+ #else
+   .splice_read  = generic_file_splice_read
+ #endif
+diff -wbBur cdfs-2.6.27/root.c cdfs-2.6.27.my/root.c
+--- cdfs-2.6.27/root.c 2009-12-21 16:38:31.0 +0300
 cdfs-2.6.27.my/root.c  2011-07-25 13:16:59.0 +0400
+@@ -32,19 +30,14 @@
+  *Added code to transform /proc/cdfs into a 

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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 12:07:02
  Author: bgyorgy
Revision: 87362

upgpkg: simutrans-pak128 2.3.0-1

Update to version 2.3.0

Modified:
  simutrans-pak128/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 11:05:44 UTC (rev 87361)
+++ PKGBUILD2013-03-30 11:07:02 UTC (rev 87362)
@@ -3,17 +3,17 @@
 # Contributor: JD Steffen jd at steffennet dot org
 
 pkgname=simutrans-pak128
-pkgver=2.2.0
-_pkgver=112.0
+pkgver=2.3.0
+_pkgver=112.2
 pkgrel=1
-pkgdesc=A high resolution graphics set for Simutrans
+pkgdesc=High resolution graphics set for Simutrans
 arch=('any')
 url=http://simutrans.com/;
 license=('Artistic2.0')
 provides=('simutrans-pak64')
 options=('!strip')
 
source=(http://downloads.sourceforge.net/simutrans/pak128-$pkgver--$_pkgver.zip)
-md5sums=('d7bb87e252bfa9e315928e43fb7678d7')
+md5sums=('84d7d151fe4a6d748d29907da805d904')
 
 package() {
   cd $srcdir



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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 12:07:08
  Author: bgyorgy
Revision: 87363

archrelease: copy trunk to community-any

Added:
  simutrans-pak128/repos/community-any/PKGBUILD
(from rev 87362, simutrans-pak128/trunk/PKGBUILD)
Deleted:
  simutrans-pak128/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-30 11:07:02 UTC (rev 87362)
+++ PKGBUILD2013-03-30 11:07:08 UTC (rev 87363)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: JD Steffen jd at steffennet dot org
-
-pkgname=simutrans-pak128
-pkgver=2.2.0
-_pkgver=112.0
-pkgrel=1
-pkgdesc=A high resolution graphics set for Simutrans
-arch=('any')
-url=http://simutrans.com/;
-license=('Artistic2.0')
-provides=('simutrans-pak64')
-options=('!strip')
-source=(http://downloads.sourceforge.net/simutrans/pak128-$pkgver--$_pkgver.zip)
-md5sums=('d7bb87e252bfa9e315928e43fb7678d7')
-
-package() {
-  cd $srcdir
-
-  #data
-  mkdir -p $pkgdir/usr/share/games/simutrans
-  cp -r simutrans/pak128 $pkgdir/usr/share/games/simutrans
-}

Copied: simutrans-pak128/repos/community-any/PKGBUILD (from rev 87362, 
simutrans-pak128/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-30 11:07:08 UTC (rev 87363)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: JD Steffen jd at steffennet dot org
+
+pkgname=simutrans-pak128
+pkgver=2.3.0
+_pkgver=112.2
+pkgrel=1
+pkgdesc=High resolution graphics set for Simutrans
+arch=('any')
+url=http://simutrans.com/;
+license=('Artistic2.0')
+provides=('simutrans-pak64')
+options=('!strip')
+source=(http://downloads.sourceforge.net/simutrans/pak128-$pkgver--$_pkgver.zip)
+md5sums=('84d7d151fe4a6d748d29907da805d904')
+
+package() {
+  cd $srcdir
+
+  #data
+  mkdir -p $pkgdir/usr/share/games/simutrans
+  cp -r simutrans/pak128 $pkgdir/usr/share/games/simutrans
+}



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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:08:08
  Author: foutrelis
Revision: 87364

upgpkg: ndiswrapper 1.58-4

Linux 3.8.5 rebuild.

Modified:
  ndiswrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 11:07:08 UTC (rev 87363)
+++ PKGBUILD2013-03-30 11:08:08 UTC (rev 87364)
@@ -6,7 +6,7 @@
 _extramodules=extramodules-3.8-ARCH
 pkgname=ndiswrapper
 pkgver=1.58
-pkgrel=3
+pkgrel=4
 pkgdesc=Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.
 license=('GPL')
 arch=('i686' 'x86_64')



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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:08:20
  Author: foutrelis
Revision: 87365

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

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

--+
 community-testing-i686/PKGBUILD  |   48 +
 community-testing-i686/ndiswrapper.install   |   17 
 community-testing-x86_64/PKGBUILD|   48 +
 community-testing-x86_64/ndiswrapper.install |   17 
 4 files changed, 130 insertions(+)

Copied: ndiswrapper/repos/community-testing-i686/PKGBUILD (from rev 87364, 
ndiswrapper/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-30 11:08:20 UTC (rev 87365)
@@ -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=4
+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-testing-i686/ndiswrapper.install (from rev 
87364, ndiswrapper/trunk/ndiswrapper.install)
===
--- community-testing-i686/ndiswrapper.install  (rev 0)
+++ community-testing-i686/ndiswrapper.install  2013-03-30 11:08:20 UTC (rev 
87365)
@@ -0,0 +1,17 @@
+post_install()
+{
+  post_upgrade
+}
+
+post_upgrade()
+{
+  EXTRAMODULES='extramodules-3.8-ARCH'
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove()
+{
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ndiswrapper/repos/community-testing-x86_64/PKGBUILD (from rev 87364, 
ndiswrapper/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-30 11:08:20 UTC (rev 87365)
@@ -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=4
+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 

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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 12:14:23
  Author: bgyorgy
Revision: 87366

upgpkg: seahorse-nautilus 3.8.0-1

Update to version 3.8.0

Modified:
  seahorse-nautilus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 11:08:20 UTC (rev 87365)
+++ PKGBUILD2013-03-30 11:14:23 UTC (rev 87366)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=seahorse-nautilus
-pkgver=3.6.1
+pkgver=3.8.0
 pkgrel=1
 pkgdesc=PGP encryption and signing for nautilus
 arch=('i686' 'x86_64')
@@ -10,11 +10,10 @@
 license=('GPL')
 depends=('libcryptui' 'gcr' 'nautilus')
 makedepends=('intltool')
-replaces=('seahorse-plugins')
 options=('!libtool')
 install=$pkgname.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('912d9c1e84ad1e24af6308b84d622a72d9e1bdae71284ddbd6277fdb459c31d2')
+sha256sums=('8173ef08a700ff254fb5637a7f2138ba7625b19ed2102a82fd69f1ecb8072863')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 12:14:30
  Author: bgyorgy
Revision: 87367

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

Added:
  seahorse-nautilus/repos/community-i686/PKGBUILD
(from rev 87366, seahorse-nautilus/trunk/PKGBUILD)
  seahorse-nautilus/repos/community-i686/seahorse-nautilus.install
(from rev 87366, seahorse-nautilus/trunk/seahorse-nautilus.install)
  seahorse-nautilus/repos/community-x86_64/PKGBUILD
(from rev 87366, seahorse-nautilus/trunk/PKGBUILD)
  seahorse-nautilus/repos/community-x86_64/seahorse-nautilus.install
(from rev 87366, seahorse-nautilus/trunk/seahorse-nautilus.install)
Deleted:
  seahorse-nautilus/repos/community-i686/PKGBUILD
  seahorse-nautilus/repos/community-i686/seahorse-nautilus.install
  seahorse-nautilus/repos/community-x86_64/PKGBUILD
  seahorse-nautilus/repos/community-x86_64/seahorse-nautilus.install

+
 /PKGBUILD  |   60 +++
 /seahorse-nautilus.install |   24 ++
 community-i686/PKGBUILD|   31 -
 community-i686/seahorse-nautilus.install   |   12 -
 community-x86_64/PKGBUILD  |   31 -
 community-x86_64/seahorse-nautilus.install |   12 -
 6 files changed, 84 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-30 11:14:23 UTC (rev 87366)
+++ community-i686/PKGBUILD 2013-03-30 11:14:30 UTC (rev 87367)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=seahorse-nautilus
-pkgver=3.6.1
-pkgrel=1
-pkgdesc=PGP encryption and signing for nautilus
-arch=('i686' 'x86_64')
-url=http://git.gnome.org/browse/seahorse-nautilus/;
-license=('GPL')
-depends=('libcryptui' 'gcr' 'nautilus')
-makedepends=('intltool')
-replaces=('seahorse-plugins')
-options=('!libtool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('912d9c1e84ad1e24af6308b84d622a72d9e1bdae71284ddbd6277fdb459c31d2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: seahorse-nautilus/repos/community-i686/PKGBUILD (from rev 87366, 
seahorse-nautilus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-30 11:14:30 UTC (rev 87367)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=seahorse-nautilus
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=PGP encryption and signing for nautilus
+arch=('i686' 'x86_64')
+url=http://git.gnome.org/browse/seahorse-nautilus/;
+license=('GPL')
+depends=('libcryptui' 'gcr' 'nautilus')
+makedepends=('intltool')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8173ef08a700ff254fb5637a7f2138ba7625b19ed2102a82fd69f1ecb8072863')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: community-i686/seahorse-nautilus.install
===
--- community-i686/seahorse-nautilus.install2013-03-30 11:14:23 UTC (rev 
87366)
+++ community-i686/seahorse-nautilus.install2013-03-30 11:14:30 UTC (rev 
87367)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: seahorse-nautilus/repos/community-i686/seahorse-nautilus.install (from 
rev 87366, seahorse-nautilus/trunk/seahorse-nautilus.install)
===
--- community-i686/seahorse-nautilus.install(rev 0)
+++ community-i686/seahorse-nautilus.install2013-03-30 11:14:30 UTC (rev 
87367)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-30 11:14:23 UTC (rev 87366)
+++ community-x86_64/PKGBUILD   2013-03-30 11:14:30 UTC (rev 87367)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Balló György 

[arch-commits] Commit in open-vm-tools-modules/trunk (PKGBUILD)

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:14:42
  Author: foutrelis
Revision: 87368

upgpkg: open-vm-tools-modules 1:9.2.2-8

Linux 3.8.5 rebuild.

Modified:
  open-vm-tools-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 11:14:30 UTC (rev 87367)
+++ PKGBUILD2013-03-30 11:14:42 UTC (rev 87368)
@@ -6,13 +6,13 @@
 epoch=1
 pkgver=9.2.2
 _pkgsubver=893683
-pkgrel=7
+pkgrel=8
 pkgdesc=kernel modules for the open source implementation of VMware Tools
 arch=('i686' 'x86_64')
 url=http://open-vm-tools.sourceforge.net/;
 license=('GPL')
-makedepends=('libdnet' 'icu' 'uriparser' 'linux-headers')
-depends=(linux)
+makedepends=('libdnet' 'procps' 'icu' 'uriparser' 'linux-headers')
+depends=('linux')
 install=$pkgname.install
 options=('!strip' '!makeflags')
 
source=(http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz;



[arch-commits] Commit in open-vm-tools-modules/repos (10 files)

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:15:06
  Author: foutrelis
Revision: 87369

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

Added:
  open-vm-tools-modules/repos/community-testing-i686/
  open-vm-tools-modules/repos/community-testing-i686/PKGBUILD
(from rev 87368, open-vm-tools-modules/trunk/PKGBUILD)
  open-vm-tools-modules/repos/community-testing-i686/linux-3.8.patch
(from rev 87368, open-vm-tools-modules/trunk/linux-3.8.patch)
  open-vm-tools-modules/repos/community-testing-i686/modprobe.conf
(from rev 87368, open-vm-tools-modules/trunk/modprobe.conf)
  
open-vm-tools-modules/repos/community-testing-i686/open-vm-tools-modules.install
(from rev 87368, open-vm-tools-modules/trunk/open-vm-tools-modules.install)
  open-vm-tools-modules/repos/community-testing-x86_64/
  open-vm-tools-modules/repos/community-testing-x86_64/PKGBUILD
(from rev 87368, open-vm-tools-modules/trunk/PKGBUILD)
  open-vm-tools-modules/repos/community-testing-x86_64/linux-3.8.patch
(from rev 87368, open-vm-tools-modules/trunk/linux-3.8.patch)
  open-vm-tools-modules/repos/community-testing-x86_64/modprobe.conf
(from rev 87368, open-vm-tools-modules/trunk/modprobe.conf)
  
open-vm-tools-modules/repos/community-testing-x86_64/open-vm-tools-modules.install
(from rev 87368, open-vm-tools-modules/trunk/open-vm-tools-modules.install)

+
 community-testing-i686/PKGBUILD|   60 +++
 community-testing-i686/linux-3.8.patch |   53 +
 community-testing-i686/modprobe.conf   |1 
 community-testing-i686/open-vm-tools-modules.install   |   23 +
 community-testing-x86_64/PKGBUILD  |   60 +++
 community-testing-x86_64/linux-3.8.patch   |   53 +
 community-testing-x86_64/modprobe.conf |1 
 community-testing-x86_64/open-vm-tools-modules.install |   23 +
 8 files changed, 274 insertions(+)

Copied: open-vm-tools-modules/repos/community-testing-i686/PKGBUILD (from rev 
87368, open-vm-tools-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-30 11:15:06 UTC (rev 87369)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Krzysztof Raczkowski racz...@gmail.com
+
+pkgname=open-vm-tools-modules
+epoch=1
+pkgver=9.2.2
+_pkgsubver=893683
+pkgrel=8
+pkgdesc=kernel modules for the open source implementation of VMware Tools
+arch=('i686' 'x86_64')
+url=http://open-vm-tools.sourceforge.net/;
+license=('GPL')
+makedepends=('libdnet' 'procps' 'icu' 'uriparser' 'linux-headers')
+depends=('linux')
+install=$pkgname.install
+options=('!strip' '!makeflags')
+source=(http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz;
+   modprobe.conf
+   linux-3.8.patch)
+md5sums=('7af505681d736d4c9ee6493b1166689f'
+ 'bc5518489077e91655489bd04b868584'
+ 'ff757686649404db0c2c9761eb293174')
+
+build() {
+  _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+  KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.${_kernver}-ARCH/version)
+
+  cd $srcdir/open-vm-tools-${pkgver}-${_pkgsubver}
+
+  patch -Np1 -i ${srcdir}/linux-3.8.patch
+
+  sed -i 's|proc-3.2.8|procps|g' configure
+  sed -i 's|putname(name);|__putname(name);|' 
modules/linux/vmblock/linux/control.c
+
+  [ $NOEXTRACT -eq 1 ] || ./configure \
+  --prefix=/usr \
+  --without-x \
+  --with-linuxdir=/usr/lib/modules/$KERNEL_RELEASE
+
+  make -C modules modules
+}
+
+package() {
+  _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+  depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+  KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.${_kernver}-ARCH/version)
+  msg Kernel = $KERNEL_VERSION
+
+  cd $srcdir/open-vm-tools-${pkgver}-${_pkgsubver}
+  mkdir -p $pkgdir/usr/lib/modules/extramodules-3.${_kernver}-ARCH/
+
+  find -type f -name '*.ko' \
+-exec install -t $pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH 
{} +
+
+  gzip $pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/*.ko
+
+  install -D -m 644 ${srcdir}/modprobe.conf 
${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf
+  sed -i s|extramodules-.*-ARCH|extramodules-3.${_kernver}-ARCH| 
$startdir/$pkgname.install
+}

Copied: open-vm-tools-modules/repos/community-testing-i686/linux-3.8.patch 
(from rev 87368, open-vm-tools-modules/trunk/linux-3.8.patch)
===
--- community-testing-i686/linux-3.8.patch  (rev 0)
+++ community-testing-i686/linux-3.8.patch  2013-03-30 11:15:06 UTC (rev 
87369)
@@ -0,0 +1,53 @@
+diff -upr open-vm-tools-9.2.2-893683.orig/modules/linux/shared/compat_mm.h 

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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:17:03
  Author: foutrelis
Revision: 87370

upgpkg: r8168 8.035.00-7

Linux 3.8.5 rebuild.

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 11:15:06 UTC (rev 87369)
+++ PKGBUILD2013-03-30 11:17:03 UTC (rev 87370)
@@ -5,7 +5,7 @@
 
 pkgname=r8168
 pkgver=8.035.00
-pkgrel=6
+pkgrel=7
 pkgdesc=A kernel module for Realtek 8168 network cards
 url=http://www.realtek.com.tw;
 license=(GPL)



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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:17:18
  Author: foutrelis
Revision: 87371

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

Added:
  r8168/repos/community-testing-i686/
  r8168/repos/community-testing-i686/PKGBUILD
(from rev 87370, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-i686/linux-3.8.patch
(from rev 87370, r8168/trunk/linux-3.8.patch)
  r8168/repos/community-testing-i686/r8168.install
(from rev 87370, r8168/trunk/r8168.install)
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 87370, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/linux-3.8.patch
(from rev 87370, r8168/trunk/linux-3.8.patch)
  r8168/repos/community-testing-x86_64/r8168.install
(from rev 87370, r8168/trunk/r8168.install)

--+
 community-testing-i686/PKGBUILD  |   49 +
 community-testing-i686/linux-3.8.patch   |   48 
 community-testing-i686/r8168.install |   17 ++
 community-testing-x86_64/PKGBUILD|   49 +
 community-testing-x86_64/linux-3.8.patch |   48 
 community-testing-x86_64/r8168.install   |   17 ++
 6 files changed, 228 insertions(+)

Copied: r8168/repos/community-testing-i686/PKGBUILD (from rev 87370, 
r8168/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-30 11:17:18 UTC (rev 87371)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: Bob Fanger  bfanger(at)gmail 
+# Contributor: Filip fila pruda com, Det  nimetonmaili(at)gmail 
+
+pkgname=r8168
+pkgver=8.035.00
+pkgrel=7
+pkgdesc=A kernel module for Realtek 8168 network cards
+url=http://www.realtek.com.tw;
+license=(GPL)
+arch=('i686' 'x86_64')
+depends=('glibc' 'linux')
+makedepends=('linux-headers')
+source=(http://r8168.googlecode.com/files/$pkgname-$pkgver.tar.bz2
+linux-3.8.patch)
+install=$pkgname.install
+
+build() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+
+   cd $pkgname-$pkgver
+
+   patch -Np1 -i $srcdir/linux-3.8.patch
+
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/lib/modules/$KERNEL_RELEASE/build \
+   SUBDIRS=$srcdir/$pkgname-$pkgver/src \
+   EXTRA_CFLAGS=-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN \
+   modules
+}
+
+package() {
+   _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
+   depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
+   KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.$_kernver-ARCH/version)
+   msg Kernel = $KERNEL_VERSION
+
+   cd $pkgname-$pkgver
+   install -Dm644 src/$pkgname.ko 
$pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/$pkgname.ko
+   find $pkgdir -name '*.ko' -exec gzip -9 {} +
+
+   sed -i s|extramodules-.*-ARCH|extramodules-3.$_kernver-ARCH| 
$startdir/$pkgname.install
+}
+
+sha256sums=('b904d31fc9bd6c97cc34479a0eba0e3a9bba5351a43b56dd5fff6b7dc1a5df73'
+'fcf49d6147a7db3e739e6798b41230c13403cdba8ef8db93e7691c4c1e4617c3')

Copied: r8168/repos/community-testing-i686/linux-3.8.patch (from rev 87370, 
r8168/trunk/linux-3.8.patch)
===
--- community-testing-i686/linux-3.8.patch  (rev 0)
+++ community-testing-i686/linux-3.8.patch  2013-03-30 11:17:18 UTC (rev 
87371)
@@ -0,0 +1,48 @@
+diff -upr r8168-8.035.00.orig/src/r8168_n.c r8168-8.035.00/src/r8168_n.c
+--- r8168-8.035.00.orig/src/r8168_n.c  2013-02-21 03:31:04.0 +0200
 r8168-8.035.00/src/r8168_n.c   2013-02-21 03:31:56.0 +0200
+@@ -14541,7 +14541,7 @@ rtl8168_phy_power_down (struct net_devic
+   spin_unlock_irqrestore(tp-phy_lock, flags);
+ }
+ 
+-static int __devinit
++static int
+ rtl8168_init_board(struct pci_dev *pdev,
+  struct net_device **dev_out,
+  void __iomem **ioaddr_out)
+@@ -14711,7 +14711,7 @@ err_out:
+   goto out;
+ }
+ 
+-static void __devinit
++static void
+ rtl8168_init_sequence(struct rtl8168_private *tp)
+ {
+   void __iomem *ioaddr = tp-mmio_addr;
+@@ -14964,7 +14964,7 @@ static const struct net_device_ops rtl81
+ };
+ #endif
+ 
+-static int __devinit
++static int
+ rtl8168_init_one(struct pci_dev *pdev,
+const struct pci_device_id *ent)
+ {
+@@ -15128,7 +15128,7 @@ rtl8168_init_one(struct pci_dev *pdev,
+   return 0;
+ }
+ 
+-static void __devexit
++static void
+ rtl8168_remove_one(struct pci_dev *pdev)
+ {
+  

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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:19:32
  Author: foutrelis
Revision: 87372

upgpkg: rt3562sta 2.4.1.1-25

Linux 3.8.5 rebuild.

Modified:
  rt3562sta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 11:17:18 UTC (rev 87371)
+++ PKGBUILD2013-03-30 11:19:32 UTC (rev 87372)
@@ -4,7 +4,7 @@
 
 pkgname=rt3562sta
 pkgver=2.4.1.1
-pkgrel=24
+pkgrel=25
 pkgdesc=Ralink RT3562 PCI WLAN adaptors kernel module
 arch=(i686 x86_64)
 url=http://www.mediatek.com/en/Products/support.php?sn=501;



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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:20:15
  Author: foutrelis
Revision: 87373

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

Added:
  rt3562sta/repos/community-testing-i686/
  rt3562sta/repos/community-testing-i686/PKGBUILD
(from rev 87372, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-i686/linux-3.8.patch
(from rev 87372, rt3562sta/trunk/linux-3.8.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 87372, rt3562sta/trunk/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-config.patch
(from rev 87372, rt3562sta/trunk/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 87372, 
rt3562sta/trunk/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 87372, 
rt3562sta/trunk/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 87372, 
rt3562sta/trunk/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 87372, 
rt3562sta/trunk/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  
rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 87372, rt3562sta/trunk/rt3562sta-2.4.1.1-remove_date_time.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 87372, rt3562sta/trunk/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-testing-i686/rt3562sta.install
(from rev 87372, rt3562sta/trunk/rt3562sta.install)
  rt3562sta/repos/community-testing-x86_64/
  rt3562sta/repos/community-testing-x86_64/PKGBUILD
(from rev 87372, rt3562sta/trunk/PKGBUILD)
  rt3562sta/repos/community-testing-x86_64/linux-3.8.patch
(from rev 87372, rt3562sta/trunk/linux-3.8.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-WPA-mixed.patch
(from rev 87372, rt3562sta/trunk/rt3562sta-2.4.1.1-WPA-mixed.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-config.patch
(from rev 87372, rt3562sta/trunk/rt3562sta-2.4.1.1-config.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch
(from rev 87372, 
rt3562sta/trunk/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch
(from rev 87372, 
rt3562sta/trunk/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-reduce_debug_output.patch
(from rev 87372, 
rt3562sta/trunk/rt3562sta-2.4.1.1-reduce_debug_output.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
(from rev 87372, 
rt3562sta/trunk/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-remove_date_time.patch
(from rev 87372, rt3562sta/trunk/rt3562sta-2.4.1.1-remove_date_time.patch)
  
rt3562sta/repos/community-testing-x86_64/rt3562sta-2.4.1.1-return_nonvoid.patch
(from rev 87372, rt3562sta/trunk/rt3562sta-2.4.1.1-return_nonvoid.patch)
  rt3562sta/repos/community-testing-x86_64/rt3562sta.install
(from rev 87372, rt3562sta/trunk/rt3562sta.install)

+
 community-testing-i686/PKGBUILD
|   88 
 community-testing-i686/linux-3.8.patch 
|   50 +
 community-testing-i686/rt3562sta-2.4.1.1-WPA-mixed.patch   
|   11 +
 community-testing-i686/rt3562sta-2.4.1.1-config.patch  
|   98 ++
 community-testing-i686/rt3562sta-2.4.1.1-convert-devicename-to-wlanX.patch 
|   13 +
 community-testing-i686/rt3562sta-2.4.1.1-gcc-warnings-x86_64.patch 
|   14 +
 community-testing-i686/rt3562sta-2.4.1.1-reduce_debug_output.patch 
|   15 +
 
community-testing-i686/rt3562sta-2.4.1.1-remove-potential-conflicts-with-rt2860sta.patch
   |   47 
 community-testing-i686/rt3562sta-2.4.1.1-remove_date_time.patch
|   11 +
 community-testing-i686/rt3562sta-2.4.1.1-return_nonvoid.patch  
|   11 +
 community-testing-i686/rt3562sta.install   
|   16 +
 community-testing-x86_64/PKGBUILD  
|   88 
 

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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:23:19
  Author: foutrelis
Revision: 87374

upgpkg: tp_smapi 0.41-16

Linux 3.8.5 rebuild.

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 11:20:15 UTC (rev 87373)
+++ PKGBUILD2013-03-30 11:23:19 UTC (rev 87374)
@@ -10,7 +10,7 @@
 
 pkgname=tp_smapi
 pkgver=0.41
-pkgrel=15
+pkgrel=16
 pkgdesc=Modules for ThinkPad's SMAPI functionality
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:23:34
  Author: foutrelis
Revision: 87375

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

Added:
  tp_smapi/repos/community-testing-i686/
  tp_smapi/repos/community-testing-i686/PKGBUILD
(from rev 87374, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-i686/tp_smapi.install
(from rev 87374, tp_smapi/trunk/tp_smapi.install)
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 87374, tp_smapi/trunk/PKGBUILD)
  tp_smapi/repos/community-testing-x86_64/tp_smapi.install
(from rev 87374, tp_smapi/trunk/tp_smapi.install)

---+
 community-testing-i686/PKGBUILD   |   59 
 community-testing-i686/tp_smapi.install   |   13 ++
 community-testing-x86_64/PKGBUILD |   59 
 community-testing-x86_64/tp_smapi.install |   13 ++
 4 files changed, 144 insertions(+)

Copied: tp_smapi/repos/community-testing-i686/PKGBUILD (from rev 87374, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-30 11:23:34 UTC (rev 87375)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=16
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.8' 'linux3.9')
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
+install=${pkgname}.install
+source=(https://github.com/downloads/evgeni/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  sed -ri -e s/^(KVER\s*:=).*$/\1 ${_kernver}/ \
+ -e s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}# Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=${_kernver:-$(uname -r)}
+  _extramodules=$(readlink -f /usr/lib/modules/${_kernver}/extramodules || 
true)
+  _kernver=$( ${_extramodules}/version)
+
+  make -C ${_extramodules%/*}/${_kernver}/build \
+INSTALL_MOD_PATH=${pkgdir}/${_extramodules%%/lib/*} \
+M=${srcdir}/${pkgname}-${pkgver} modules_install
+
+  cd ${pkgdir}/${_extramodules%/*}
+  mv ${_kernver}/extra ${_extramodules##*/}
+  rmdir ${_kernver}
+
+  # compress kernel modules
+  find ${pkgdir} -name *.ko -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi  ${srcdir}/${pkgname}.conf
+  install -Dm644 ${srcdir}/${pkgname}.conf 
${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf
+
+  # update kernel version in install file
+  sed -ri s#^(extramodules=).*\$#\1${_extramodules}# 
${startdir}/${pkgname}.install
+}

Copied: tp_smapi/repos/community-testing-i686/tp_smapi.install (from rev 87374, 
tp_smapi/trunk/tp_smapi.install)
===
--- community-testing-i686/tp_smapi.install (rev 0)
+++ community-testing-i686/tp_smapi.install 2013-03-30 11:23:34 UTC (rev 
87375)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.8-ARCH
+
+post_install() {
+  depmod -v $( $extramodules/version) /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 87374, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-30 11:23:34 UTC (rev 87375)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Lukas Fleischer archlinux at cryptocrack dot de
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz steviedizzle ð gmail đ com
+# Contributor: Nick B Shirakawasuna ð gmail đ com
+# Contributor: Christof Musik christof ð senfdax đ de
+# Contributor: Stefan Rupp archlinux ð stefanrupp đ de
+# Contributor: Ignas Anikevicius anikevicius ð gmail đ com
+
+pkgname=tp_smapi
+pkgver=0.41
+pkgrel=16
+pkgdesc=Modules for ThinkPad's SMAPI functionality
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux=3.8' 'linux3.9')
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
+install=${pkgname}.install

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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:25:02
  Author: foutrelis
Revision: 87376

upgpkg: vhba-module 20120422-19

Linux 3.8.5 rebuild.

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 11:23:34 UTC (rev 87375)
+++ PKGBUILD2013-03-30 11:25:02 UTC (rev 87376)
@@ -6,7 +6,7 @@
 pkgname=vhba-module
 pkgver=20120422
 _extramodules=extramodules-3.8-ARCH
-pkgrel=18
+pkgrel=19
 pkgdesc=Kernel module that emulates SCSI devices
 arch=('i686' 'x86_64')
 url=http://cdemu.sourceforge.net/;



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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:25:18
  Author: foutrelis
Revision: 87377

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

Added:
  vhba-module/repos/community-testing-i686/
  vhba-module/repos/community-testing-i686/60-vhba.rules
(from rev 87376, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-i686/PKGBUILD
(from rev 87376, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-i686/vhba-module.install
(from rev 87376, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 87376, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 87376, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/vhba-module.install
(from rev 87376, vhba-module/trunk/vhba-module.install)

--+
 community-testing-i686/60-vhba.rules |   13 +++
 community-testing-i686/PKGBUILD  |   44 +
 community-testing-i686/vhba-module.install   |   21 +++
 community-testing-x86_64/60-vhba.rules   |   13 +++
 community-testing-x86_64/PKGBUILD|   44 +
 community-testing-x86_64/vhba-module.install |   21 +++
 6 files changed, 156 insertions(+)

Copied: vhba-module/repos/community-testing-i686/60-vhba.rules (from rev 87376, 
vhba-module/trunk/60-vhba.rules)
===
--- community-testing-i686/60-vhba.rules(rev 0)
+++ community-testing-i686/60-vhba.rules2013-03-30 11:25:18 UTC (rev 
87377)
@@ -0,0 +1,13 @@
+ACTION==remove, GOTO=vhba_end
+KERNEL!=vhba_ctl, GOTO=vhba_end
+
+NAME=vhba_ctl, MODE=0660, OWNER=root, GROUP=cdemu
+
+TEST==/sys/fs/cgroup/systemd, GOTO=vhba_uaccess
+TAG+=udev-acl
+GOTO=vhba_end
+
+LABEL=vhba_uaccess
+TAG+=uaccess
+
+LABEL=vhba_end

Copied: vhba-module/repos/community-testing-i686/PKGBUILD (from rev 87376, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-30 11:25:18 UTC (rev 87377)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Mateusz Herych heni...@gmail.com
+# Contributor: Charles Lindsay char...@chaoslizard.org
+
+pkgname=vhba-module
+pkgver=20120422
+_extramodules=extramodules-3.8-ARCH
+pkgrel=19
+pkgdesc=Kernel module that emulates SCSI devices
+arch=('i686' 'x86_64')
+url=http://cdemu.sourceforge.net/;
+license=('GPL')
+depends=('linux=3.8' 'linux3.9')
+makedepends=('linux-headers')
+options=(!makeflags)
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/cdemu/$pkgname-$pkgver.tar.bz2;
+'60-vhba.rules')
+md5sums=('d97372da1d270d1605742b2995fb6678'
+ 'b5e82d0160e7a181219b67c1794d5c27')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+
+  make KDIR=/usr/lib/modules/$_kernver/build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  install -Dm644 vhba.ko \
+$pkgdir/usr/lib/modules/$_extramodules/vhba.ko
+
+  sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/ \
+$startdir/vhba-module.install
+
+  install -Dm644 $srcdir/60-vhba.rules \
+ $pkgdir/usr/lib/udev/rules.d/60-vhba.rules
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-i686/vhba-module.install (from rev 
87376, vhba-module/trunk/vhba-module.install)
===
--- community-testing-i686/vhba-module.install  (rev 0)
+++ community-testing-i686/vhba-module.install  2013-03-30 11:25:18 UTC (rev 
87377)
@@ -0,0 +1,21 @@
+_updatemod() {
+  echoUpdating module dependencies...
+  EXTRAMODULES='extramodules-3.8-ARCH'
+  depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_upgrade() {
+  getent group cdemu /dev/null || groupadd -r cdemu
+  _updatemod
+}
+
+post_remove() {
+  _updatemod
+  groupdel cdemu
+}
+
+# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
87376, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2013-03-30 11:25:18 UTC (rev 
87377)
@@ -0,0 +1,13 @@
+ACTION==remove, GOTO=vhba_end
+KERNEL!=vhba_ctl, GOTO=vhba_end
+
+NAME=vhba_ctl, MODE=0660, OWNER=root, GROUP=cdemu
+
+TEST==/sys/fs/cgroup/systemd, GOTO=vhba_uaccess
+TAG+=udev-acl
+GOTO=vhba_end
+
+LABEL=vhba_uaccess
+TAG+=uaccess
+
+LABEL=vhba_end

Copied: 

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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:27:14
  Author: foutrelis
Revision: 87378

upgpkg: virtualbox-modules 4.2.10-3

Linux 3.8.5 rebuild.

Modified:
  virtualbox-modules/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 11:25:18 UTC (rev 87377)
+++ PKGBUILD2013-03-30 11:27:14 UTC (rev 87378)
@@ -6,7 +6,7 @@
 pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
 pkgver=4.2.10
 _extramodules=extramodules-3.8-ARCH
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')



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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:27:33
  Author: foutrelis
Revision: 87379

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

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

---+
 community-testing-i686/PKGBUILD   |   66 
 community-testing-i686/build.sh   |   25 
 community-testing-i686/virtualbox-guest-modules.install   |   17 +++
 community-testing-i686/virtualbox-host-modules.install|   19 +++
 community-testing-x86_64/PKGBUILD |   66 
 community-testing-x86_64/build.sh |   25 
 community-testing-x86_64/virtualbox-guest-modules.install |   17 +++
 community-testing-x86_64/virtualbox-host-modules.install  |   19 +++
 8 files changed, 254 insertions(+)

Copied: virtualbox-modules/repos/community-testing-i686/PKGBUILD (from rev 
87378, virtualbox-modules/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-30 11:27:33 UTC (rev 87379)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+# Maintainer: Sébastien Luttringer
+
+pkgbase=virtualbox-modules
+pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
+pkgver=4.2.10
+_extramodules=extramodules-3.8-ARCH
+pkgrel=3
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-headers'
+ virtualbox-host-dkms=$pkgver
+ virtualbox-guest-dkms=$pkgver
+ 'expac'
+ 'bc')
+
+build() {
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo dkms_tree='$srcdir/dkms'  dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build vboxhost/$pkgver -k $_kernver
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build vboxguest/$pkgver -k $_kernver
+}
+
+package_virtualbox-host-modules(){
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=(linux=${_kernver%.*} linux$(echo ${_kernver%.*}+0.1|bc))
+  replaces=('virtualbox-modules')
+  conflicts=('virtualbox-modules')
+  install=virtualbox-host-modules.install
+
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules
+  cd dkms/vboxhost/$pkgver/$_kernver/$CARCH/module
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+  sed -ie s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/ 
$startdir/virtualbox-host-modules.install
+}
+
+package_virtualbox-guest-modules(){
+  _kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=(linux=${_kernver%.*} linux$(echo ${_kernver%.*}+0.1|bc))
+  replaces=('virtualbox-archlinux-modules')
+  conflicts=('virtualbox-archlinux-modules')
+  install=virtualbox-guest-modules.install
+
+  install -dm755 $pkgdir/usr/lib/modules/$_extramodules
+  cd dkms/vboxguest/$pkgver/$_kernver/$CARCH/module
+  install -m644 * $pkgdir/usr/lib/modules/$_extramodules
+  find $pkgdir -name '*.ko' -exec gzip -9 {} +
+  sed -ie s/EXTRAMODULES='.*'/EXTRAMODULES='$_extramodules'/ 
$startdir/virtualbox-guest-modules.install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: virtualbox-modules/repos/community-testing-i686/build.sh (from rev 
87378, virtualbox-modules/trunk/build.sh)
===
--- community-testing-i686/build.sh (rev 0)
+++ 

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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:31:35
  Author: foutrelis
Revision: 181035

upgpkg: lirc 1:0.9.0-40

Linux 3.8.5 rebuild.

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 09:25:06 UTC (rev 181034)
+++ PKGBUILD2013-03-30 11:31:35 UTC (rev 181035)
@@ -4,7 +4,7 @@
 pkgbase=lirc
 pkgname=('lirc' 'lirc-utils')
 pkgver=0.9.0
-pkgrel=39
+pkgrel=40
 epoch=1
 _extramodules=extramodules-3.8-ARCH
 arch=('i686' 'x86_64')



[arch-commits] Commit in lirc/repos (38 files)

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:32:41
  Author: foutrelis
Revision: 181036

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

Added:
  lirc/repos/testing-i686/
  lirc/repos/testing-i686/PKGBUILD
(from rev 181035, lirc/trunk/PKGBUILD)
  lirc/repos/testing-i686/irexec.conf
(from rev 181035, lirc/trunk/irexec.conf)
  lirc/repos/testing-i686/irexec.service
(from rev 181035, lirc/trunk/irexec.service)
  lirc/repos/testing-i686/irexecd
(from rev 181035, lirc/trunk/irexecd)
  lirc/repos/testing-i686/kernel-2.6.39.patch
(from rev 181035, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-i686/linux-3.8.patch
(from rev 181035, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-i686/lirc-utils.install
(from rev 181035, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-i686/lirc.install
(from rev 181035, lirc/trunk/lirc.install)
  lirc/repos/testing-i686/lirc.logrotate
(from rev 181035, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-i686/lirc.service
(from rev 181035, lirc/trunk/lirc.service)
  lirc/repos/testing-i686/lirc.tmpfiles
(from rev 181035, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-i686/lirc_atiusb-kfifo.patch
(from rev 181035, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-i686/lirc_wpc8769l.patch
(from rev 181035, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-i686/lircd
(from rev 181035, lirc/trunk/lircd)
  lirc/repos/testing-i686/lircd-handle-large-config.patch
(from rev 181035, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-i686/lircd.conf
(from rev 181035, lirc/trunk/lircd.conf)
  lirc/repos/testing-i686/lircm.service
(from rev 181035, lirc/trunk/lircm.service)
  lirc/repos/testing-i686/lircmd
(from rev 181035, lirc/trunk/lircmd)
  lirc/repos/testing-x86_64/
  lirc/repos/testing-x86_64/PKGBUILD
(from rev 181035, lirc/trunk/PKGBUILD)
  lirc/repos/testing-x86_64/irexec.conf
(from rev 181035, lirc/trunk/irexec.conf)
  lirc/repos/testing-x86_64/irexec.service
(from rev 181035, lirc/trunk/irexec.service)
  lirc/repos/testing-x86_64/irexecd
(from rev 181035, lirc/trunk/irexecd)
  lirc/repos/testing-x86_64/kernel-2.6.39.patch
(from rev 181035, lirc/trunk/kernel-2.6.39.patch)
  lirc/repos/testing-x86_64/linux-3.8.patch
(from rev 181035, lirc/trunk/linux-3.8.patch)
  lirc/repos/testing-x86_64/lirc-utils.install
(from rev 181035, lirc/trunk/lirc-utils.install)
  lirc/repos/testing-x86_64/lirc.install
(from rev 181035, lirc/trunk/lirc.install)
  lirc/repos/testing-x86_64/lirc.logrotate
(from rev 181035, lirc/trunk/lirc.logrotate)
  lirc/repos/testing-x86_64/lirc.service
(from rev 181035, lirc/trunk/lirc.service)
  lirc/repos/testing-x86_64/lirc.tmpfiles
(from rev 181035, lirc/trunk/lirc.tmpfiles)
  lirc/repos/testing-x86_64/lirc_atiusb-kfifo.patch
(from rev 181035, lirc/trunk/lirc_atiusb-kfifo.patch)
  lirc/repos/testing-x86_64/lirc_wpc8769l.patch
(from rev 181035, lirc/trunk/lirc_wpc8769l.patch)
  lirc/repos/testing-x86_64/lircd
(from rev 181035, lirc/trunk/lircd)
  lirc/repos/testing-x86_64/lircd-handle-large-config.patch
(from rev 181035, lirc/trunk/lircd-handle-large-config.patch)
  lirc/repos/testing-x86_64/lircd.conf
(from rev 181035, lirc/trunk/lircd.conf)
  lirc/repos/testing-x86_64/lircm.service
(from rev 181035, lirc/trunk/lircm.service)
  lirc/repos/testing-x86_64/lircmd
(from rev 181035, lirc/trunk/lircmd)

+
 testing-i686/PKGBUILD  |  121 +++
 testing-i686/irexec.conf   |5 
 testing-i686/irexec.service|   11 ++
 testing-i686/irexecd   |   38 +++
 testing-i686/kernel-2.6.39.patch   |   54 ++
 testing-i686/linux-3.8.patch   |   80 +++
 testing-i686/lirc-utils.install|7 +
 testing-i686/lirc.install  |   16 +++
 testing-i686/lirc.logrotate|5 
 testing-i686/lirc.service  |   11 ++
 testing-i686/lirc.tmpfiles |1 
 testing-i686/lirc_atiusb-kfifo.patch   |   31 +
 testing-i686/lirc_wpc8769l.patch   |   88 
 testing-i686/lircd |   52 +
 testing-i686/lircd-handle-large-config.patch   |   39 +++
 testing-i686/lircd.conf|8 +
 testing-i686/lircm.service |   11 ++
 testing-i686/lircmd|   36 ++
 testing-x86_64/PKGBUILD|  121 +++
 testing-x86_64/irexec.conf |5 
 testing-x86_64/irexec.service  |   11 ++
 testing-x86_64/irexecd |   38 +++
 testing-x86_64/kernel-2.6.39.patch |   54 ++
 testing-x86_64/linux-3.8.patch  

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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:38:53
  Author: foutrelis
Revision: 181037

upgpkg: nvidia 313.26-3

Linux 3.8.5 rebuild.

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 11:32:41 UTC (rev 181036)
+++ PKGBUILD2013-03-30 11:38:53 UTC (rev 181037)
@@ -4,7 +4,7 @@
 pkgname=nvidia
 pkgver=313.26
 _extramodules=extramodules-3.8-ARCH
-pkgrel=2
+pkgrel=3
 pkgdesc=NVIDIA drivers for linux.
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:39:05
  Author: foutrelis
Revision: 181038

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

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

---+
 testing-i686/PKGBUILD |   45 
 testing-i686/nvidia.install   |   18 
 testing-x86_64/PKGBUILD   |   45 
 testing-x86_64/nvidia.install |   18 
 4 files changed, 126 insertions(+)

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 181037, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-03-30 11:39:05 UTC (rev 181038)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=313.26
+_extramodules=extramodules-3.8-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.8' 'linux3.9' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('3c2f5138d0fec58b27e26c5b37d845b8')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('2d35124fa5a4b009f170fe893b5d07e3')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+cd ${_pkg}/kernel
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+install -D -m644 ${srcdir}/${_pkg}/kernel/nvidia.ko \
+${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+install -d -m755 ${pkgdir}/usr/lib/modprobe.d
+echo blacklist nouveau  ${pkgdir}/usr/lib/modprobe.d/nvidia.conf
+sed -i -e s/EXTRAMODULES='.*'/EXTRAMODULES='${_extramodules}'/ 
${startdir}/nvidia.install
+gzip ${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko
+}

Copied: nvidia/repos/testing-i686/nvidia.install (from rev 181037, 
nvidia/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2013-03-30 11:39:05 UTC (rev 181038)
@@ -0,0 +1,18 @@
+post_install() {
+EXTRAMODULES='extramodules-3.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+if  [ $(vercmp $2 310.19-2) -lt 0 ]; then
+echo 'If your card is from the 7xxx series or earlier, install 
nvidia-304xx'
+fi
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 181037, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-30 11:39:05 UTC (rev 181038)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia
+pkgver=313.26
+_extramodules=extramodules-3.8-ARCH
+pkgrel=3
+pkgdesc=NVIDIA drivers for linux.
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.8' 'linux3.9' nvidia-utils=${pkgver})
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
+conflicts=('nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('3c2f5138d0fec58b27e26c5b37d845b8')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums=('2d35124fa5a4b009f170fe893b5d07e3')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+sh ${_pkg}.run --extract-only
+

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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:46:04
  Author: foutrelis
Revision: 181039

upgpkg: nvidia-304xx 304.84-2

Linux 3.8.5 rebuild.

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 11:39:05 UTC (rev 181038)
+++ PKGBUILD2013-03-30 11:46:04 UTC (rev 181039)
@@ -4,7 +4,7 @@
 pkgname=nvidia-304xx
 pkgver=304.84
 _extramodules=extramodules-3.8-ARCH
-pkgrel=1
+pkgrel=2
 pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
 arch=('i686' 'x86_64')
 url=http://www.nvidia.com/;



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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 12:46:15
  Author: foutrelis
Revision: 181040

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

Added:
  nvidia-304xx/repos/testing-i686/
  nvidia-304xx/repos/testing-i686/PKGBUILD
(from rev 181039, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-i686/nvidia.install
(from rev 181039, nvidia-304xx/trunk/nvidia.install)
  nvidia-304xx/repos/testing-x86_64/
  nvidia-304xx/repos/testing-x86_64/PKGBUILD
(from rev 181039, nvidia-304xx/trunk/PKGBUILD)
  nvidia-304xx/repos/testing-x86_64/nvidia.install
(from rev 181039, nvidia-304xx/trunk/nvidia.install)

---+
 testing-i686/PKGBUILD |   46 
 testing-i686/nvidia.install   |   15 +
 testing-x86_64/PKGBUILD   |   46 
 testing-x86_64/nvidia.install |   15 +
 4 files changed, 122 insertions(+)

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

Copied: nvidia-304xx/repos/testing-i686/nvidia.install (from rev 181039, 
nvidia-304xx/trunk/nvidia.install)
===
--- testing-i686/nvidia.install (rev 0)
+++ testing-i686/nvidia.install 2013-03-30 11:46:15 UTC (rev 181040)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.8-ARCH'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx/repos/testing-x86_64/PKGBUILD (from rev 181039, 
nvidia-304xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-03-30 11:46:15 UTC (rev 181040)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Thomas Baechler tho...@archlinux.org
+
+pkgname=nvidia-304xx
+pkgver=304.84
+_extramodules=extramodules-3.8-ARCH
+pkgrel=2
+pkgdesc=NVIDIA drivers for linux, 304xx legacy branch
+arch=('i686' 'x86_64')
+url=http://www.nvidia.com/;
+depends=('linux=3.8' 'linux3.9' nvidia-304xx-utils=${pkgver})
+makedepends=('linux-headers=3.8' 'linux-headers3.9')
+conflicts=('nvidia' 'nvidia-96xx' 'nvidia-173xx')
+license=('custom')
+install=nvidia.install
+options=(!strip)
+
+if [ $CARCH = i686 ]; then
+_arch='x86'
+_pkg=NVIDIA-Linux-${_arch}-${pkgver}
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('3f9f724c5448e5b6952ad22092bdda83')
+elif [ $CARCH = x86_64 ]; then
+_arch='x86_64'
+   _pkg=NVIDIA-Linux-${_arch}-${pkgver}-no-compat32
+
source+=(ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run;)
+md5sums+=('c26461c11170d8447d1464c37ff7c66b')
+fi
+
+build() {
+_kernver=$(cat /usr/lib/modules/${_extramodules}/version)
+cd ${srcdir}
+ 

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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 13:59:40
  Author: bgyorgy
Revision: 87380

Add libcoverart as a new depenency of goobox

Added:
  libcoverart/
  libcoverart/trunk/
  libcoverart/trunk/PKGBUILD

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

Added: libcoverart/trunk/PKGBUILD
===
--- libcoverart/trunk/PKGBUILD  (rev 0)
+++ libcoverart/trunk/PKGBUILD  2013-03-30 12:59:40 UTC (rev 87380)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libcoverart
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=C/C++ library for accessing the MusicBrainz Cover Art Archive
+arch=('i686' 'x86_64')
+url=http://musicbrainz.org/doc/libcoverart;
+license=('LGPL')
+depends=('neon' 'jansson')
+makedepends=('cmake')
+source=(https://github.com/downloads/metabrainz/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6380056bb4bc1a69790e706b4d506f50')
+
+build() {
+  cd $srcdir/$pkgname-{PROJECT_VERSION}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-{PROJECT_VERSION}
+
+  make DESTDIR=$pkgdir install
+}


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


[arch-commits] Commit in libcoverart (5 files)

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 14:00:20
  Author: bgyorgy
Revision: 87381

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

Added:
  libcoverart/repos/
  libcoverart/repos/community-i686/
  libcoverart/repos/community-i686/PKGBUILD
(from rev 87380, libcoverart/trunk/PKGBUILD)
  libcoverart/repos/community-x86_64/
  libcoverart/repos/community-x86_64/PKGBUILD
(from rev 87380, libcoverart/trunk/PKGBUILD)

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

Copied: libcoverart/repos/community-i686/PKGBUILD (from rev 87380, 
libcoverart/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2013-03-30 13:00:20 UTC (rev 87381)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libcoverart
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=C/C++ library for accessing the MusicBrainz Cover Art Archive
+arch=('i686' 'x86_64')
+url=http://musicbrainz.org/doc/libcoverart;
+license=('LGPL')
+depends=('neon' 'jansson')
+makedepends=('cmake')
+source=(https://github.com/downloads/metabrainz/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6380056bb4bc1a69790e706b4d506f50')
+
+build() {
+  cd $srcdir/$pkgname-{PROJECT_VERSION}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-{PROJECT_VERSION}
+
+  make DESTDIR=$pkgdir install
+}

Copied: libcoverart/repos/community-x86_64/PKGBUILD (from rev 87380, 
libcoverart/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2013-03-30 13:00:20 UTC (rev 87381)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=libcoverart
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=C/C++ library for accessing the MusicBrainz Cover Art Archive
+arch=('i686' 'x86_64')
+url=http://musicbrainz.org/doc/libcoverart;
+license=('LGPL')
+depends=('neon' 'jansson')
+makedepends=('cmake')
+source=(https://github.com/downloads/metabrainz/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('6380056bb4bc1a69790e706b4d506f50')
+
+build() {
+  cd $srcdir/$pkgname-{PROJECT_VERSION}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-{PROJECT_VERSION}
+
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in goobox/trunk (PKGBUILD fix-notifications.patch)

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 14:01:05
  Author: bgyorgy
Revision: 87382

upgpkg: goobox 3.2.0-1

Update to version 3.2.0

Modified:
  goobox/trunk/PKGBUILD
Deleted:
  goobox/trunk/fix-notifications.patch

-+
 PKGBUILD|   21 +
 fix-notifications.patch |   25 -
 2 files changed, 9 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 13:00:20 UTC (rev 87381)
+++ PKGBUILD2013-03-30 13:01:05 UTC (rev 87382)
@@ -2,29 +2,26 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=goobox
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc=CD player and ripper for GNOME
 arch=('i686' 'x86_64')
 url=http://people.gnome.org/~paobac/goobox/;
 license=('GPL')
-depends=('brasero' 'gstreamer0.10-base-plugins' 'libmusicbrainz3' 'libnotify' 
'xdg-utils')
-makedepends=('gconf' 'intltool' 'gnome-doc-utils')
-optdepends=('gstreamer0.10-good-plugins: rip CDs into flac and wav format')
+depends=('gst-plugins-base' 'brasero' 'libmusicbrainz5' 'libdiscid' 
'libcoverart' 'libnotify' 'xdg-utils')
+makedepends=('intltool' 'itstool')
+optdepends=('gst-plugins-good: rip CDs into flac and wav formats')
 install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-fix-notifications.patch)
-sha256sums=('344351ab8a9aee9e1c7f490e84c972a0df57eec5b44d31247c7ef268bf4cb60e'
-'41f1307c271ee003d2e7435d6e9a7c5f72d3668ce0cc50842769c34f97c7fe99')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0bd5c31d53635588f46ad4d254866ff74356caee5edb45c1a3bce9c754cc6cb6')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # https://bugzilla.gnome.org/show_bug.cgi?id=674121
-  patch -Np1 -i $srcdir/fix-notifications.patch
+  sed -i 's/LIBCOVERART_REQUIRED=1.0.0beta1/LIBCOVERART_REQUIRED=1.0.0/' 
configure{,.ac}
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-scrollkeeper --disable-schemas-compile
+  --disable-static --disable-schemas-compile
   make
 }
 

Deleted: fix-notifications.patch
===
--- fix-notifications.patch 2013-03-30 13:00:20 UTC (rev 87381)
+++ fix-notifications.patch 2013-03-30 13:01:05 UTC (rev 87382)
@@ -1,25 +0,0 @@
-diff -Naur goobox-3.0.1.orig/src/main.c goobox-3.0.1/src/main.c
 goobox-3.0.1.orig/src/main.c   2011-08-22 19:55:45.0 +0200
-+++ goobox-3.0.1/src/main.c2012-04-15 02:59:34.476683867 +0200
-@@ -729,15 +729,15 @@
-   window,
-   NULL);
- 
--  notify_notification_set_hint_byte (notification,
-- action-icons,
-- TRUE);
-+  notify_notification_set_hint (notification,
-+action-icons,
-+g_variant_new_boolean (TRUE));
-   }
- 
-   if (notification_supports_persistence)
--  notify_notification_set_hint_byte (notification,
--  resident /* transient 
*/,
--  TRUE);
-+  notify_notification_set_hint (notification,
-+resident /* transient */,
-+g_variant_new_boolean (TRUE));
- 
-   notify_notification_show (notification, NULL);
- 



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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 14:01:13
  Author: bgyorgy
Revision: 87383

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

Added:
  goobox/repos/community-i686/PKGBUILD
(from rev 87382, goobox/trunk/PKGBUILD)
  goobox/repos/community-i686/goobox.install
(from rev 87382, goobox/trunk/goobox.install)
  goobox/repos/community-x86_64/PKGBUILD
(from rev 87382, goobox/trunk/PKGBUILD)
  goobox/repos/community-x86_64/goobox.install
(from rev 87382, goobox/trunk/goobox.install)
Deleted:
  goobox/repos/community-i686/PKGBUILD
  goobox/repos/community-i686/fix-notifications.patch
  goobox/repos/community-i686/goobox.install
  goobox/repos/community-x86_64/PKGBUILD
  goobox/repos/community-x86_64/fix-notifications.patch
  goobox/repos/community-x86_64/goobox.install

--+
 /PKGBUILD|   64 +
 /goobox.install  |   26 +++
 community-i686/PKGBUILD  |   35 ---
 community-i686/fix-notifications.patch   |   25 ---
 community-i686/goobox.install|   13 -
 community-x86_64/PKGBUILD|   35 ---
 community-x86_64/fix-notifications.patch |   25 ---
 community-x86_64/goobox.install  |   13 -
 8 files changed, 90 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-30 13:01:05 UTC (rev 87382)
+++ community-i686/PKGBUILD 2013-03-30 13:01:13 UTC (rev 87383)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=goobox
-pkgver=3.0.1
-pkgrel=2
-pkgdesc=CD player and ripper for GNOME
-arch=('i686' 'x86_64')
-url=http://people.gnome.org/~paobac/goobox/;
-license=('GPL')
-depends=('brasero' 'gstreamer0.10-base-plugins' 'libmusicbrainz3' 'libnotify' 
'xdg-utils')
-makedepends=('gconf' 'intltool' 'gnome-doc-utils')
-optdepends=('gstreamer0.10-good-plugins: rip CDs into flac and wav format')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-fix-notifications.patch)
-sha256sums=('344351ab8a9aee9e1c7f490e84c972a0df57eec5b44d31247c7ef268bf4cb60e'
-'41f1307c271ee003d2e7435d6e9a7c5f72d3668ce0cc50842769c34f97c7fe99')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=674121
-  patch -Np1 -i $srcdir/fix-notifications.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --disable-static --disable-scrollkeeper --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: goobox/repos/community-i686/PKGBUILD (from rev 87382, 
goobox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-30 13:01:13 UTC (rev 87383)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=goobox
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=CD player and ripper for GNOME
+arch=('i686' 'x86_64')
+url=http://people.gnome.org/~paobac/goobox/;
+license=('GPL')
+depends=('gst-plugins-base' 'brasero' 'libmusicbrainz5' 'libdiscid' 
'libcoverart' 'libnotify' 'xdg-utils')
+makedepends=('intltool' 'itstool')
+optdepends=('gst-plugins-good: rip CDs into flac and wav formats')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0bd5c31d53635588f46ad4d254866ff74356caee5edb45c1a3bce9c754cc6cb6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i 's/LIBCOVERART_REQUIRED=1.0.0beta1/LIBCOVERART_REQUIRED=1.0.0/' 
configure{,.ac}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/fix-notifications.patch
===
--- community-i686/fix-notifications.patch  2013-03-30 13:01:05 UTC (rev 
87382)
+++ community-i686/fix-notifications.patch  2013-03-30 13:01:13 UTC (rev 
87383)
@@ -1,25 +0,0 @@
-diff -Naur goobox-3.0.1.orig/src/main.c goobox-3.0.1/src/main.c
 goobox-3.0.1.orig/src/main.c   2011-08-22 19:55:45.0 +0200
-+++ goobox-3.0.1/src/main.c2012-04-15 02:59:34.476683867 +0200
-@@ -729,15 +729,15 @@
-   window,
-   NULL);
- 
--  notify_notification_set_hint_byte (notification,
-- action-icons,
-- TRUE);
-+  

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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 15:36:20
  Author: bgyorgy
Revision: 87384

upgpkg: deja-dup 26.0-1

Update to version 26.0

Added:
  deja-dup/trunk/libsecret-1.vapi
Modified:
  deja-dup/trunk/PKGBUILD
Deleted:
  deja-dup/trunk/new-u1backend-support.patch
  deja-dup/trunk/update-u1-pythonchecker.patch

---+
 PKGBUILD  |   23 +--
 libsecret-1.vapi  |   79 
 new-u1backend-support.patch   |   50 -
 update-u1-pythonchecker.patch |   13 --
 4 files changed, 89 insertions(+), 76 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 13:01:13 UTC (rev 87383)
+++ PKGBUILD2013-03-30 14:36:20 UTC (rev 87384)
@@ -2,13 +2,13 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=deja-dup
-pkgver=24.0
-pkgrel=3
+pkgver=26.0
+pkgrel=1
 pkgdesc=Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend
 arch=('i686' 'x86_64')
 url=https://launchpad.net/deja-dup;
 license=('GPL')
-depends=('duplicity' 'libgnome-keyring' 'libpeas' 'libnotify' 
'python2-gobject' 'gvfs' 'dconf' 'xdg-utils')
+depends=('duplicity' 'libpeas' 'libnotify' 'python2-gobject' 'gvfs' 
'xdg-utils')
 makedepends=('vala' 'intltool' 'itstool' 'nautilus')
 optdepends=('nautilus: backup extension'
 'python2-boto: Amazon S3 backend'
@@ -17,22 +17,19 @@
 options=('!libtool')
 install=$pkgname.install
 
source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
-new-u1backend-support.patch
-update-u1-pythonchecker.patch)
-md5sums=('335131d1f3c85615339fa8b212db50ae'
- '944a4c62f042b240feba98f8d9a893b2'
- 'd0893c17e3e61c3ada065a002a9ab419')
+libsecret-1.vapi)
+md5sums=('0430bbf03deac852651599a979a4cc32'
+ '27ca0a3c9efbe93e86ef563c77f6ddf3')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+
+  # Python2 fix
   sed -i 's/\python\, \-c\/\python2\, \-c\/' common/PythonChecker.vala
 
-  # Add support for the new Ubuntu One backend
-  patch -Np0 -i $srcdir/new-u1backend-support.patch
+  # Add missing Vala API file
+  cp $srcdir/libsecret-1.vapi vapi/libsecret-1.vapi
 
-  # And update the PythonChecker check for the new U1 backend too
-  patch -Np0 -i $srcdir/update-u1-pythonchecker.patch
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
   --disable-static --disable-schemas-compile --without-unity
   make

Added: libsecret-1.vapi
===
--- libsecret-1.vapi(rev 0)
+++ libsecret-1.vapi2013-03-30 14:36:20 UTC (rev 87384)
@@ -0,0 +1,79 @@
+/* libsecret-1.vapi generated by vapigen-0.20, do not modify. */
+
+[CCode (cprefix = Secret, gir_namespace = Secret, gir_version = 1, 
lower_case_cprefix = secret_)]
+namespace Secret {
+   [CCode (cheader_filename = libsecret/secret.h, copy_function = 
g_boxed_copy, free_function = g_boxed_free, type_id = 
secret_schema_get_type ())]
+   [Compact]
+   public class Schema {
+   [CCode (array_length = false, array_null_terminated = true)]
+   public weak Secret.SchemaAttribute[] attributes;
+   public Secret.SchemaFlags flags;
+   public weak string name;
+   [CCode (has_construct_function = false)]
+   public Schema (string name, Secret.SchemaFlags flags, ...);
+   [CCode (cname = secret_schema_newv, has_construct_function = 
false)]
+   public Schema.newv (string name, Secret.SchemaFlags flags, 
GLib.HashTablestring,Secret.SchemaAttributeType attribute_names_and_types);
+   public Secret.Schema @ref ();
+   public void unref ();
+   }
+   [CCode (cheader_filename = libsecret/secret.h, copy_function = 
g_boxed_copy, free_function = g_boxed_free, type_id = 
secret_schema_attribute_get_type ())]
+   [Compact]
+   public class SchemaAttribute {
+   public weak string name;
+   public Secret.SchemaAttributeType type;
+   }
+   [CCode (cheader_filename = libsecret/secret.h, cprefix = 
SECRET_ERROR_, has_type_id = false)]
+   public enum Error {
+   PROTOCOL,
+   IS_LOCKED,
+   NO_SUCH_OBJECT,
+   ALREADY_EXISTS;
+   public static GLib.Quark get_quark ();
+   }
+   [CCode (cheader_filename = libsecret/secret.h, cprefix = 
SECRET_SCHEMA_ATTRIBUTE_, has_type_id = false)]
+   public enum SchemaAttributeType {
+   STRING,
+   INTEGER,
+   BOOLEAN
+   }
+   [CCode (cheader_filename = libsecret/secret.h, cprefix = 
SECRET_SCHEMA_, has_type_id = false)]
+   [Flags]
+   public enum SchemaFlags {
+   NONE,
+ 

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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 15:36:30
  Author: bgyorgy
Revision: 87385

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

Added:
  deja-dup/repos/community-i686/PKGBUILD
(from rev 87384, deja-dup/trunk/PKGBUILD)
  deja-dup/repos/community-i686/deja-dup.install
(from rev 87384, deja-dup/trunk/deja-dup.install)
  deja-dup/repos/community-i686/libsecret-1.vapi
(from rev 87384, deja-dup/trunk/libsecret-1.vapi)
  deja-dup/repos/community-x86_64/PKGBUILD
(from rev 87384, deja-dup/trunk/PKGBUILD)
  deja-dup/repos/community-x86_64/deja-dup.install
(from rev 87384, deja-dup/trunk/deja-dup.install)
  deja-dup/repos/community-x86_64/libsecret-1.vapi
(from rev 87384, deja-dup/trunk/libsecret-1.vapi)
Deleted:
  deja-dup/repos/community-i686/PKGBUILD
  deja-dup/repos/community-i686/deja-dup.install
  deja-dup/repos/community-i686/new-u1backend-support.patch
  deja-dup/repos/community-i686/update-u1-pythonchecker.patch
  deja-dup/repos/community-x86_64/PKGBUILD
  deja-dup/repos/community-x86_64/deja-dup.install
  deja-dup/repos/community-x86_64/new-u1backend-support.patch
  deja-dup/repos/community-x86_64/update-u1-pythonchecker.patch

+
 /PKGBUILD  |   84 +++
 /deja-dup.install  |   24 ++
 community-i686/PKGBUILD|   45 
 community-i686/deja-dup.install|   12 ---
 community-i686/libsecret-1.vapi|   79 +
 community-i686/new-u1backend-support.patch |   50 -
 community-i686/update-u1-pythonchecker.patch   |   13 ---
 community-x86_64/PKGBUILD  |   45 
 community-x86_64/deja-dup.install  |   12 ---
 community-x86_64/libsecret-1.vapi  |   79 +
 community-x86_64/new-u1backend-support.patch   |   50 -
 community-x86_64/update-u1-pythonchecker.patch |   13 ---
 12 files changed, 266 insertions(+), 240 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-30 14:36:20 UTC (rev 87384)
+++ community-i686/PKGBUILD 2013-03-30 14:36:30 UTC (rev 87385)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=deja-dup
-pkgver=24.0
-pkgrel=3
-pkgdesc=Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend
-arch=('i686' 'x86_64')
-url=https://launchpad.net/deja-dup;
-license=('GPL')
-depends=('duplicity' 'libgnome-keyring' 'libpeas' 'libnotify' 
'python2-gobject' 'gvfs' 'dconf' 'xdg-utils')
-makedepends=('vala' 'intltool' 'itstool' 'nautilus')
-optdepends=('nautilus: backup extension'
-'python2-boto: Amazon S3 backend'
-'python2-oauthlib: Ubuntu One backend'
-'ubuntuone-client: Ubuntu One backend')
-options=('!libtool')
-install=$pkgname.install
-source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz
-new-u1backend-support.patch
-update-u1-pythonchecker.patch)
-md5sums=('335131d1f3c85615339fa8b212db50ae'
- '944a4c62f042b240feba98f8d9a893b2'
- 'd0893c17e3e61c3ada065a002a9ab419')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's/\python\, \-c\/\python2\, \-c\/' common/PythonChecker.vala
-
-  # Add support for the new Ubuntu One backend
-  patch -Np0 -i $srcdir/new-u1backend-support.patch
-
-  # And update the PythonChecker check for the new U1 backend too
-  patch -Np0 -i $srcdir/update-u1-pythonchecker.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static --disable-schemas-compile --without-unity
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: deja-dup/repos/community-i686/PKGBUILD (from rev 87384, 
deja-dup/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-30 14:36:30 UTC (rev 87385)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=deja-dup
+pkgver=26.0
+pkgrel=1
+pkgdesc=Simple backup tool, that hides the complexity of backing up the Right 
Way and uses duplicity as the backend
+arch=('i686' 'x86_64')
+url=https://launchpad.net/deja-dup;
+license=('GPL')
+depends=('duplicity' 'libpeas' 'libnotify' 'python2-gobject' 'gvfs' 
'xdg-utils')
+makedepends=('vala' 'intltool' 'itstool' 'nautilus')
+optdepends=('nautilus: backup extension'
+'python2-boto: Amazon S3 backend'
+'python2-oauthlib: Ubuntu One backend'
+'ubuntuone-client: Ubuntu One backend')
+options=('!libtool')
+install=$pkgname.install

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

2013-03-30 Thread Daniel Wallace
Date: Saturday, March 30, 2013 @ 15:43:16
  Author: dwallace
Revision: 87386

upgpkg: dwb 2013.03.30-1

upgpkg: dwb 2013.03.30-1

Modified:
  dwb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 14:36:30 UTC (rev 87385)
+++ PKGBUILD2013-03-30 14:43:16 UTC (rev 87386)
@@ -3,7 +3,7 @@
 # Contributor: portix portix at gmx.net
 
 pkgname=dwb
-pkgver=2012.12.03
+pkgver=2013.03.30
 pkgrel=1
 pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
 url=http://portix.bitbucket.org/dwb/;
@@ -11,8 +11,9 @@
 install=dwb.install
 license=('GPL')
 depends=('libwebkit' 'desktop-file-utils')
+makedepends=('json-c')
 
source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cf2e0c8cbd852203deb322c14952756c')
+sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9)
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -20,5 +21,6 @@
 }
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  export BASHCOMPLETION=/usr/share/bash-completion/completions
   make DESTDIR=${pkgdir} install
 }



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

2013-03-30 Thread Daniel Wallace
Date: Saturday, March 30, 2013 @ 15:43:49
  Author: dwallace
Revision: 87387

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

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

--+
 /PKGBUILD|   52 +
 /dwb.install |   22 +
 community-i686/PKGBUILD  |   24 --
 community-i686/dwb.install   |   11 
 community-x86_64/PKGBUILD|   24 --
 community-x86_64/dwb.install |   11 
 6 files changed, 74 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-30 14:43:16 UTC (rev 87386)
+++ community-i686/PKGBUILD 2013-03-30 14:43:49 UTC (rev 87387)
@@ -1,24 +0,0 @@
-#$Id$ 
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: portix portix at gmx.net
-
-pkgname=dwb
-pkgver=2012.12.03
-pkgrel=1
-pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
-url=http://portix.bitbucket.org/dwb/;
-arch=('i686' 'x86_64')
-install=dwb.install
-license=('GPL')
-depends=('libwebkit' 'desktop-file-utils')
-source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cf2e0c8cbd852203deb322c14952756c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: dwb/repos/community-i686/PKGBUILD (from rev 87386, dwb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-30 14:43:49 UTC (rev 87387)
@@ -0,0 +1,26 @@
+#$Id$ 
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: portix portix at gmx.net
+
+pkgname=dwb
+pkgver=2013.03.30
+pkgrel=1
+pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
+url=http://portix.bitbucket.org/dwb/;
+arch=('i686' 'x86_64')
+install=dwb.install
+license=('GPL')
+depends=('libwebkit' 'desktop-file-utils')
+makedepends=('json-c')
+source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export BASHCOMPLETION=/usr/share/bash-completion/completions
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/dwb.install
===
--- community-i686/dwb.install  2013-03-30 14:43:16 UTC (rev 87386)
+++ community-i686/dwb.install  2013-03-30 14:43:49 UTC (rev 87387)
@@ -1,11 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-
-post_upgrade(){
-post_install
-}
-
-post_remove(){
-post_install
-}

Copied: dwb/repos/community-i686/dwb.install (from rev 87386, 
dwb/trunk/dwb.install)
===
--- community-i686/dwb.install  (rev 0)
+++ community-i686/dwb.install  2013-03-30 14:43:49 UTC (rev 87387)
@@ -0,0 +1,11 @@
+post_install(){
+update-desktop-database -q
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove(){
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-30 14:43:16 UTC (rev 87386)
+++ community-x86_64/PKGBUILD   2013-03-30 14:43:49 UTC (rev 87387)
@@ -1,24 +0,0 @@
-#$Id$ 
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: portix portix at gmx.net
-
-pkgname=dwb
-pkgver=2012.12.03
-pkgrel=1
-pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
-url=http://portix.bitbucket.org/dwb/;
-arch=('i686' 'x86_64')
-install=dwb.install
-license=('GPL')
-depends=('libwebkit' 'desktop-file-utils')
-source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cf2e0c8cbd852203deb322c14952756c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: dwb/repos/community-x86_64/PKGBUILD (from rev 87386, dwb/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 

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

2013-03-30 Thread Daniel Wallace
Date: Saturday, March 30, 2013 @ 15:49:02
  Author: dwallace
Revision: 87388

upgpkg: dwb 2013.03.30-2

upgpkg: dwb 2013.03.30-2

Modified:
  dwb/trunk/PKGBUILD
  dwb/trunk/dwb.install

-+
 PKGBUILD|2 +-
 dwb.install |2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 14:43:49 UTC (rev 87387)
+++ PKGBUILD2013-03-30 14:49:02 UTC (rev 87388)
@@ -4,7 +4,7 @@
 
 pkgname=dwb
 pkgver=2013.03.30
-pkgrel=1
+pkgrel=2
 pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
 url=http://portix.bitbucket.org/dwb/;
 arch=('i686' 'x86_64')

Modified: dwb.install
===
--- dwb.install 2013-03-30 14:43:49 UTC (rev 87387)
+++ dwb.install 2013-03-30 14:49:02 UTC (rev 87388)
@@ -1,5 +1,7 @@
 post_install(){
 update-desktop-database -q
+echo == If you are using extensions you should update the extensions 
with 
+echo == dwbem -u or dwbem -Nu
 }
 
 post_upgrade(){



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

2013-03-30 Thread Daniel Wallace
Date: Saturday, March 30, 2013 @ 15:49:30
  Author: dwallace
Revision: 87389

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

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

--+
 /PKGBUILD|   52 +
 /dwb.install |   26 
 community-i686/PKGBUILD  |   26 
 community-i686/dwb.install   |   11 
 community-x86_64/PKGBUILD|   26 
 community-x86_64/dwb.install |   11 
 6 files changed, 78 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-30 14:49:02 UTC (rev 87388)
+++ community-i686/PKGBUILD 2013-03-30 14:49:30 UTC (rev 87389)
@@ -1,26 +0,0 @@
-#$Id$ 
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: portix portix at gmx.net
-
-pkgname=dwb
-pkgver=2013.03.30
-pkgrel=1
-pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
-url=http://portix.bitbucket.org/dwb/;
-arch=('i686' 'x86_64')
-install=dwb.install
-license=('GPL')
-depends=('libwebkit' 'desktop-file-utils')
-makedepends=('json-c')
-source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export BASHCOMPLETION=/usr/share/bash-completion/completions
-  make DESTDIR=${pkgdir} install
-}

Copied: dwb/repos/community-i686/PKGBUILD (from rev 87388, dwb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-30 14:49:30 UTC (rev 87389)
@@ -0,0 +1,26 @@
+#$Id$ 
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: portix portix at gmx.net
+
+pkgname=dwb
+pkgver=2013.03.30
+pkgrel=2
+pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
+url=http://portix.bitbucket.org/dwb/;
+arch=('i686' 'x86_64')
+install=dwb.install
+license=('GPL')
+depends=('libwebkit' 'desktop-file-utils')
+makedepends=('json-c')
+source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
+sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make
+}
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export BASHCOMPLETION=/usr/share/bash-completion/completions
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/dwb.install
===
--- community-i686/dwb.install  2013-03-30 14:49:02 UTC (rev 87388)
+++ community-i686/dwb.install  2013-03-30 14:49:30 UTC (rev 87389)
@@ -1,11 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-
-post_upgrade(){
-post_install
-}
-
-post_remove(){
-post_install
-}

Copied: dwb/repos/community-i686/dwb.install (from rev 87388, 
dwb/trunk/dwb.install)
===
--- community-i686/dwb.install  (rev 0)
+++ community-i686/dwb.install  2013-03-30 14:49:30 UTC (rev 87389)
@@ -0,0 +1,13 @@
+post_install(){
+update-desktop-database -q
+echo == If you are using extensions you should update the extensions 
with 
+echo == dwbem -u or dwbem -Nu
+}
+
+post_upgrade(){
+post_install
+}
+
+post_remove(){
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-30 14:49:02 UTC (rev 87388)
+++ community-x86_64/PKGBUILD   2013-03-30 14:49:30 UTC (rev 87389)
@@ -1,26 +0,0 @@
-#$Id$ 
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: portix portix at gmx.net
-
-pkgname=dwb
-pkgver=2013.03.30
-pkgrel=1
-pkgdesc=A webkit web browser with vi-like keyboard shortcuts, stable 
snapshot 
-url=http://portix.bitbucket.org/dwb/;
-arch=('i686' 'x86_64')
-install=dwb.install
-license=('GPL')
-depends=('libwebkit' 'desktop-file-utils')
-makedepends=('json-c')
-source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
-sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9)
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make
-}
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}

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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 16:19:17
  Author: foutrelis
Revision: 181041

upgpkg: smplayer 0.8.4-1

New upstream release.

Modified:
  smplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 11:46:15 UTC (rev 181040)
+++ PKGBUILD2013-03-30 15:19:17 UTC (rev 181041)
@@ -5,8 +5,8 @@
 # Contributor: shamrok szam...@gmail.com
 
 pkgname=smplayer
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.8.4
+pkgrel=1
 pkgdesc=A complete front-end for MPlayer
 arch=('i686' 'x86_64')
 url=http://smplayer.sourceforge.net/;
@@ -14,12 +14,12 @@
 depends=('qt4' 'mplayer')
 install=smplayer.install
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('48755bffdff3878df32d8c047d7a3d52')
+md5sums=('4691b569c4209d7e5a2c1386d9319881')
 
 build() {
   cd $pkgname-$pkgver
   sed -i 's:#\(DEFINES += NO_DEBUG_ON_CONSOLE\):\1:' src/smplayer.pro
-  make PREFIX=/usr
+  make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
 }
 
 package() {



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

2013-03-30 Thread Evangelos Foutras
Date: Saturday, March 30, 2013 @ 16:19:33
  Author: foutrelis
Revision: 181042

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

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

---+
 /PKGBUILD |   58 
 /smplayer.install |   24 
 extra-i686/PKGBUILD   |   29 
 extra-i686/smplayer.install   |   12 
 extra-x86_64/PKGBUILD |   29 
 extra-x86_64/smplayer.install |   12 
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-30 15:19:17 UTC (rev 181041)
+++ extra-i686/PKGBUILD 2013-03-30 15:19:33 UTC (rev 181042)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
-# Contributor: shamrok szam...@gmail.com
-
-pkgname=smplayer
-pkgver=0.8.3
-pkgrel=2
-pkgdesc=A complete front-end for MPlayer
-arch=('i686' 'x86_64')
-url=http://smplayer.sourceforge.net/;
-license=('GPL')
-depends=('qt4' 'mplayer')
-install=smplayer.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('48755bffdff3878df32d8c047d7a3d52')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i 's:#\(DEFINES += NO_DEBUG_ON_CONSOLE\):\1:' src/smplayer.pro
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX=$pkgdir/usr install
-}
-

Copied: smplayer/repos/extra-i686/PKGBUILD (from rev 181041, 
smplayer/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-30 15:19:33 UTC (rev 181042)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
+# Contributor: shamrok szam...@gmail.com
+
+pkgname=smplayer
+pkgver=0.8.4
+pkgrel=1
+pkgdesc=A complete front-end for MPlayer
+arch=('i686' 'x86_64')
+url=http://smplayer.sourceforge.net/;
+license=('GPL')
+depends=('qt4' 'mplayer')
+install=smplayer.install
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('4691b569c4209d7e5a2c1386d9319881')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i 's:#\(DEFINES += NO_DEBUG_ON_CONSOLE\):\1:' src/smplayer.pro
+  make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=$pkgdir/usr install
+}
+

Deleted: extra-i686/smplayer.install
===
--- extra-i686/smplayer.install 2013-03-30 15:19:17 UTC (rev 181041)
+++ extra-i686/smplayer.install 2013-03-30 15:19:33 UTC (rev 181042)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor  /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: smplayer/repos/extra-i686/smplayer.install (from rev 181041, 
smplayer/trunk/smplayer.install)
===
--- extra-i686/smplayer.install (rev 0)
+++ extra-i686/smplayer.install 2013-03-30 15:19:33 UTC (rev 181042)
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor  /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-30 15:19:17 UTC (rev 181041)
+++ extra-x86_64/PKGBUILD   2013-03-30 15:19:33 UTC (rev 181042)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Alessio 'mOLOk' Bolognino themo...@gmail.com
-# Contributor: shamrok szam...@gmail.com
-
-pkgname=smplayer
-pkgver=0.8.3
-pkgrel=2
-pkgdesc=A complete front-end for MPlayer
-arch=('i686' 'x86_64')
-url=http://smplayer.sourceforge.net/;
-license=('GPL')
-depends=('qt4' 'mplayer')
-install=smplayer.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)

[arch-commits] Commit in (4 files)

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 17:21:26
  Author: bgyorgy
Revision: 87390

Move emerillon from unsupported with 10 votes

Added:
  emerillon/
  emerillon/trunk/
  emerillon/trunk/PKGBUILD
  emerillon/trunk/emerillon.install

---+
 PKGBUILD  |   29 +
 emerillon.install |   11 +++
 2 files changed, 40 insertions(+)

Added: emerillon/trunk/PKGBUILD
===
--- emerillon/trunk/PKGBUILD(rev 0)
+++ emerillon/trunk/PKGBUILD2013-03-30 16:21:26 UTC (rev 87390)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=emerillon
+pkgver=0.1.90
+pkgrel=3
+pkgdesc=Map viewer for OpenStreetMap
+arch=('i686' 'x86_64')
+url=http://projects.gnome.org/emerillon/;
+license=('GPL')
+depends=('libchamplain' 'geoclue' 'libpeas' 'rest')
+makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0648c70bc19d3bd334a5403938aba3855eb644ee337c29aeecd5ce57ea0bf085')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}


Property changes on: emerillon/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: emerillon/trunk/emerillon.install
===
--- emerillon/trunk/emerillon.install   (rev 0)
+++ emerillon/trunk/emerillon.install   2013-03-30 16:21:26 UTC (rev 87390)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



[arch-commits] Commit in emerillon (7 files)

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 17:34:08
  Author: bgyorgy
Revision: 87391

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

Added:
  emerillon/repos/
  emerillon/repos/community-i686/
  emerillon/repos/community-i686/PKGBUILD
(from rev 87390, emerillon/trunk/PKGBUILD)
  emerillon/repos/community-i686/emerillon.install
(from rev 87390, emerillon/trunk/emerillon.install)
  emerillon/repos/community-x86_64/
  emerillon/repos/community-x86_64/PKGBUILD
(from rev 87390, emerillon/trunk/PKGBUILD)
  emerillon/repos/community-x86_64/emerillon.install
(from rev 87390, emerillon/trunk/emerillon.install)

+
 community-i686/PKGBUILD|   29 +
 community-i686/emerillon.install   |   11 +++
 community-x86_64/PKGBUILD  |   29 +
 community-x86_64/emerillon.install |   11 +++
 4 files changed, 80 insertions(+)

Copied: emerillon/repos/community-i686/PKGBUILD (from rev 87390, 
emerillon/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2013-03-30 16:34:08 UTC (rev 87391)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=emerillon
+pkgver=0.1.90
+pkgrel=3
+pkgdesc=Map viewer for OpenStreetMap
+arch=('i686' 'x86_64')
+url=http://projects.gnome.org/emerillon/;
+license=('GPL')
+depends=('libchamplain' 'geoclue' 'libpeas' 'rest')
+makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0648c70bc19d3bd334a5403938aba3855eb644ee337c29aeecd5ce57ea0bf085')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Copied: emerillon/repos/community-i686/emerillon.install (from rev 87390, 
emerillon/trunk/emerillon.install)
===
--- repos/community-i686/emerillon.install  (rev 0)
+++ repos/community-i686/emerillon.install  2013-03-30 16:34:08 UTC (rev 
87391)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: emerillon/repos/community-x86_64/PKGBUILD (from rev 87390, 
emerillon/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2013-03-30 16:34:08 UTC (rev 87391)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=emerillon
+pkgver=0.1.90
+pkgrel=3
+pkgdesc=Map viewer for OpenStreetMap
+arch=('i686' 'x86_64')
+url=http://projects.gnome.org/emerillon/;
+license=('GPL')
+depends=('libchamplain' 'geoclue' 'libpeas' 'rest')
+makedepends=('gobject-introspection' 'gnome-doc-utils' 'intltool' 'vala')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0648c70bc19d3bd334a5403938aba3855eb644ee337c29aeecd5ce57ea0bf085')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Copied: emerillon/repos/community-x86_64/emerillon.install (from rev 87390, 
emerillon/trunk/emerillon.install)
===
--- repos/community-x86_64/emerillon.install(rev 0)
+++ repos/community-x86_64/emerillon.install2013-03-30 16:34:08 UTC (rev 
87391)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 18:15:09
  Author: bgyorgy
Revision: 87392

upgpkg: signon 8.49-1

Update to version 8.49

Modified:
  signon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 16:34:08 UTC (rev 87391)
+++ PKGBUILD2013-03-30 17:15:09 UTC (rev 87392)
@@ -3,8 +3,8 @@
 
 pkgbase=signon
 pkgname=('signon' 'signon-doc')
-pkgver=8.46
-pkgrel=2
+pkgver=8.49
+pkgrel=1
 pkgdesc=Framework to provide credential storage and authentication service
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/accounts-sso/;
@@ -15,7 +15,7 @@
 install=$pkgname.install
 source=(http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2
 use_keyring.patch)
-sha1sums=('3524fe1427de397c7b355e86e50a901b55298976'
+sha1sums=('349d700eed718977463020f252269786883bc4c6'
   'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1')
 
 build() {
@@ -24,7 +24,10 @@
   # Use gnome-keyring secrets storage if signon-keyring-extension is available
   patch -Np1 -i $srcdir/use_keyring.patch
 
-  qmake PREFIX=/usr LIBDIR=/usr/lib
+  # qt4 fix
+  sed -i 's/qdbusxml2cpp/qdbusxml2cpp-qt4/' src/signond/signond.pro
+
+  qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
   make
 }
 



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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 18:15:21
  Author: bgyorgy
Revision: 87393

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

Added:
  signon/repos/community-i686/PKGBUILD
(from rev 87392, signon/trunk/PKGBUILD)
  signon/repos/community-i686/signon.install
(from rev 87392, signon/trunk/signon.install)
  signon/repos/community-i686/use_keyring.patch
(from rev 87392, signon/trunk/use_keyring.patch)
  signon/repos/community-x86_64/PKGBUILD
(from rev 87392, signon/trunk/PKGBUILD)
  signon/repos/community-x86_64/signon.install
(from rev 87392, signon/trunk/signon.install)
  signon/repos/community-x86_64/use_keyring.patch
(from rev 87392, signon/trunk/use_keyring.patch)
Deleted:
  signon/repos/community-i686/PKGBUILD
  signon/repos/community-i686/signon.install
  signon/repos/community-i686/use_keyring.patch
  signon/repos/community-x86_64/PKGBUILD
  signon/repos/community-x86_64/signon.install
  signon/repos/community-x86_64/use_keyring.patch

+
 /PKGBUILD  |  104 +++
 /signon.install|   12 
 /use_keyring.patch |   24 
 community-i686/PKGBUILD|   49 
 community-i686/signon.install  |6 --
 community-i686/use_keyring.patch   |   12 
 community-x86_64/PKGBUILD  |   49 
 community-x86_64/signon.install|6 --
 community-x86_64/use_keyring.patch |   12 
 9 files changed, 140 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-30 17:15:09 UTC (rev 87392)
+++ community-i686/PKGBUILD 2013-03-30 17:15:21 UTC (rev 87393)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgbase=signon
-pkgname=('signon' 'signon-doc')
-pkgver=8.46
-pkgrel=2
-pkgdesc=Framework to provide credential storage and authentication service
-arch=('i686' 'x86_64')
-url=http://code.google.com/p/accounts-sso/;
-license=('LGPL')
-depends=('qt4' 'libproxy')
-makedepends=('doxygen' 'graphviz' 'ttf-dejavu')
-backup=(etc/signond.conf)
-install=$pkgname.install
-source=(http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2
-use_keyring.patch)
-sha1sums=('3524fe1427de397c7b355e86e50a901b55298976'
-  'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1')
-
-build() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  # Use gnome-keyring secrets storage if signon-keyring-extension is available
-  patch -Np1 -i $srcdir/use_keyring.patch
-
-  qmake PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package_signon() {
-  cd $srcdir/$pkgbase-$pkgver
-
-  make INSTALL_ROOT=$pkgdir install
-
-  # Split out documentation
-  mv $pkgdir/usr/share/doc $srcdir
-}
-
-package_signon-doc() {
-  pkgdesc=Developer documention of signon
-  depends=()
-  options=('!emptydirs')
-  backup=()
-  install=
-
-  mkdir -p $pkgdir/usr/share
-  mv $srcdir/doc $pkgdir/usr/share
-}

Copied: signon/repos/community-i686/PKGBUILD (from rev 87392, 
signon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-30 17:15:21 UTC (rev 87393)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgbase=signon
+pkgname=('signon' 'signon-doc')
+pkgver=8.49
+pkgrel=1
+pkgdesc=Framework to provide credential storage and authentication service
+arch=('i686' 'x86_64')
+url=http://code.google.com/p/accounts-sso/;
+license=('LGPL')
+depends=('qt4' 'libproxy')
+makedepends=('doxygen' 'graphviz' 'ttf-dejavu')
+backup=(etc/signond.conf)
+install=$pkgname.install
+source=(http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2
+use_keyring.patch)
+sha1sums=('349d700eed718977463020f252269786883bc4c6'
+  'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1')
+
+build() {
+  cd $srcdir/$pkgbase-$pkgver
+
+  # Use gnome-keyring secrets storage if signon-keyring-extension is available
+  patch -Np1 -i $srcdir/use_keyring.patch
+
+  # qt4 fix
+  sed -i 's/qdbusxml2cpp/qdbusxml2cpp-qt4/' src/signond/signond.pro
+
+  qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
+  make
+}
+
+package_signon() {
+  cd $srcdir/$pkgbase-$pkgver
+
+  make INSTALL_ROOT=$pkgdir install
+
+  # Split out documentation
+  mv $pkgdir/usr/share/doc $srcdir
+}
+
+package_signon-doc() {
+  pkgdesc=Developer documention of signon
+  depends=()
+  options=('!emptydirs')
+  backup=()
+  install=
+
+  mkdir -p $pkgdir/usr/share
+  mv $srcdir/doc $pkgdir/usr/share
+}

Deleted: community-i686/signon.install
===
--- community-i686/signon.install   2013-03-30 17:15:09 UTC (rev 87392)
+++ community-i686/signon.install   2013-03-30 17:15:21 UTC (rev 87393)
@@ -1,6 +0,0 @@
-post_upgrade() {
-  if [ $(vercmp 

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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 18:58:49
  Author: bgyorgy
Revision: 87394

upgpkg: signon-ui 0.14-1

Update to version 0.14

Modified:
  signon-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 17:15:21 UTC (rev 87393)
+++ PKGBUILD2013-03-30 17:58:49 UTC (rev 87394)
@@ -2,29 +2,30 @@
 # Maintainer: Balló György ballogyor+arch at gmail dot com
 
 pkgname=signon-ui
-pkgver=0.12
+pkgver=0.14
+_pkgver=0.14+bzr85
 pkgrel=1
 pkgdesc=UI component that responsible for handling the user interactions 
which can happen during the login process of an online account
 arch=('i686' 'x86_64')
 url=https://launchpad.net/online-accounts-signon-ui;
 license=('GPL')
-depends=('libaccounts-qt' 'qtwebkit' 'libproxy')
-makedepends=('signon' 'libnotify')
-source=(https://launchpad.net/online-accounts-signon-ui/13.04/$pkgver/+download/$pkgname-$pkgver.tar.bz2
+depends=('libaccounts-qt' 'qtwebkit' 'signon' 'libnotify')
+source=(https://launchpad.net/online-accounts-signon-ui/13.04/$_pkgver/+download/$pkgname-$_pkgver.tar.bz2
 Makefile)
-md5sums=('dca78c25d2d5303a1479403fec334e27'
+md5sums=('5857a1b9ed957a5de72863c3868049da'
  'c73ecd27c76a9060862512b7678ae4f1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
   # Do not install tests
-  echo 'INSTALLS =' tests/unit/unit.pro
+  echo 'INSTALLS =' tests/unit/tst_inactivity_timer.pro
+  echo 'INSTALLS =' tests/unit/tst_signon_ui.pro
 
   # Fix build
   cp $srcdir/Makefile po/Makefile
 
-  qmake PREFIX=/usr LIBDIR=/usr/lib
+  qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
   make
 }
 



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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 18:58:57
  Author: bgyorgy
Revision: 87395

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

Added:
  signon-ui/repos/community-i686/Makefile
(from rev 87394, signon-ui/trunk/Makefile)
  signon-ui/repos/community-i686/PKGBUILD
(from rev 87394, signon-ui/trunk/PKGBUILD)
  signon-ui/repos/community-x86_64/Makefile
(from rev 87394, signon-ui/trunk/Makefile)
  signon-ui/repos/community-x86_64/PKGBUILD
(from rev 87394, signon-ui/trunk/PKGBUILD)
Deleted:
  signon-ui/repos/community-i686/Makefile
  signon-ui/repos/community-i686/PKGBUILD
  signon-ui/repos/community-x86_64/Makefile
  signon-ui/repos/community-x86_64/PKGBUILD

---+
 /Makefile |   62 +
 /PKGBUILD |   72 
 community-i686/Makefile   |   31 --
 community-i686/PKGBUILD   |   35 -
 community-x86_64/Makefile |   31 --
 community-x86_64/PKGBUILD |   35 -
 6 files changed, 134 insertions(+), 132 deletions(-)

Deleted: community-i686/Makefile
===
--- community-i686/Makefile 2013-03-30 17:58:49 UTC (rev 87394)
+++ community-i686/Makefile 2013-03-30 17:58:57 UTC (rev 87395)
@@ -1,31 +0,0 @@
-# Add here the language codes for the translated .po files:
-LINGUAS =
-
-I18N_DOMAIN = signon-ui
-
-PO_FILES = $(addsuffix .po, $(LINGUAS))
-MO_FILES = $(addsuffix .mo, $(LINGUAS))
-
-DEL_FILE = rm -f
-INSTALL = /usr/bin/install -c -m 644
-MKDIR = mkdir -p
-
-all: $(MO_FILES)
-
-install: all
-   for lang in $(LINGUAS); do \
-   dir=$(INSTALL_ROOT)/usr/share/locale/$$lang/LC_MESSAGES; \
-   $(MKDIR) $$dir; \
-   $(INSTALL) $$lang.mo $$dir/$(I18N_DOMAIN).mo; \
-   done
-
-%.mo: %.po
-   msgfmt -o $@ $
-
-clean:
-   -$(DEL_FILE) $(MO_FILES)
-
-distclean: clean
-
-check: all
-

Copied: signon-ui/repos/community-i686/Makefile (from rev 87394, 
signon-ui/trunk/Makefile)
===
--- community-i686/Makefile (rev 0)
+++ community-i686/Makefile 2013-03-30 17:58:57 UTC (rev 87395)
@@ -0,0 +1,31 @@
+# Add here the language codes for the translated .po files:
+LINGUAS =
+
+I18N_DOMAIN = signon-ui
+
+PO_FILES = $(addsuffix .po, $(LINGUAS))
+MO_FILES = $(addsuffix .mo, $(LINGUAS))
+
+DEL_FILE = rm -f
+INSTALL = /usr/bin/install -c -m 644
+MKDIR = mkdir -p
+
+all: $(MO_FILES)
+
+install: all
+   for lang in $(LINGUAS); do \
+   dir=$(INSTALL_ROOT)/usr/share/locale/$$lang/LC_MESSAGES; \
+   $(MKDIR) $$dir; \
+   $(INSTALL) $$lang.mo $$dir/$(I18N_DOMAIN).mo; \
+   done
+
+%.mo: %.po
+   msgfmt -o $@ $
+
+clean:
+   -$(DEL_FILE) $(MO_FILES)
+
+distclean: clean
+
+check: all
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-30 17:58:49 UTC (rev 87394)
+++ community-i686/PKGBUILD 2013-03-30 17:58:57 UTC (rev 87395)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=signon-ui
-pkgver=0.12
-pkgrel=1
-pkgdesc=UI component that responsible for handling the user interactions 
which can happen during the login process of an online account
-arch=('i686' 'x86_64')
-url=https://launchpad.net/online-accounts-signon-ui;
-license=('GPL')
-depends=('libaccounts-qt' 'qtwebkit' 'libproxy')
-makedepends=('signon' 'libnotify')
-source=(https://launchpad.net/online-accounts-signon-ui/13.04/$pkgver/+download/$pkgname-$pkgver.tar.bz2
-Makefile)
-md5sums=('dca78c25d2d5303a1479403fec334e27'
- 'c73ecd27c76a9060862512b7678ae4f1')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Do not install tests
-  echo 'INSTALLS =' tests/unit/unit.pro
-
-  # Fix build
-  cp $srcdir/Makefile po/Makefile
-
-  qmake PREFIX=/usr LIBDIR=/usr/lib
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make INSTALL_ROOT=$pkgdir install
-}

Copied: signon-ui/repos/community-i686/PKGBUILD (from rev 87394, 
signon-ui/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-30 17:58:57 UTC (rev 87395)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=signon-ui
+pkgver=0.14
+_pkgver=0.14+bzr85
+pkgrel=1
+pkgdesc=UI component that responsible for handling the user interactions 
which can happen during the login process of an online account
+arch=('i686' 'x86_64')
+url=https://launchpad.net/online-accounts-signon-ui;
+license=('GPL')
+depends=('libaccounts-qt' 'qtwebkit' 'signon' 'libnotify')

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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 22:57:45
  Author: bgyorgy
Revision: 87396

upgpkg: credentials-preferences 0.1.5-1

Update to version 0.1.5

Modified:
  credentials-preferences/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 17:58:57 UTC (rev 87395)
+++ PKGBUILD2013-03-30 21:57:45 UTC (rev 87396)
@@ -3,31 +3,31 @@
 
 pkgname=credentials-preferences
 _pkgname=credentials-control-center
-pkgver=0.1.1
+pkgver=0.1.5
 pkgrel=1
 pkgdesc=Control panel for configuring online account credentials and settings
 arch=('i686' 'x86_64')
-url=https://launchpad.net/online-accounts-gnome-control-center;
+url=https://launchpad.net/gnome-control-center-signon;
 license=('GPL' 'LGPL')
 depends=('libaccounts-glib' 'libsignon-glib' 'gtk3')
 makedepends=('gobject-introspection' 'vala' 'intltool' 'itstool')
 options=('!libtool')
 install=$pkgname.install
-source=(https://launchpad.net/online-accounts-gnome-control-center/13.04/$pkgver/+download/$_pkgname-$pkgver.tar.bz2
+source=(https://launchpad.net/gnome-control-center-signon/13.04/$pkgver/+download/$_pkgname-$pkgver.tar.xz
 
http://pkgbuild.com/~bgyorgy/sources/$_pkgname-translations-20121018.tar.gz)
-md5sums=('4e42fb2350393c6f8661e38f07d0b765'
+md5sums=('deaa290c89dffee5198f3f0f6f2e1fe1'
  '702d6b39136e10ba6dfad0afd300b2af')
 
 build() {
   cd $srcdir/$_pkgname-$pkgver
 
-  # Install language files
-  echo 'af ar ast bn bs ca cy cs da de el en_AU en_GB eo es eu fa fi fr gd gl 
gu he hu it ja ko lt lv ms my nb nl oc pl pt pt_BR ro ru se sk sl sq sv tr ug 
uk vi zh_CN zh_HK zh_TW' po/LINGUAS
+  # Install updated language files
   rename $_pkgname- '' ../po/$_pkgname-*.po
   mv -f -t po ../po/*
+  printf %s\n po/*.po | sed -e 's/po\///g' -e 's/\.po//g' po/LINGUAS
 
-  # Fix desktop file
-  sed -i 's/X-GNOME-Settings-Panel;//' 
data/credentials-preferences.desktop.in.in
+  # Fix helper script
+  sed -i 's/test/test -e/' online-accounts-preferences.in
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
   --disable-static



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

2013-03-30 Thread Balló György
Date: Saturday, March 30, 2013 @ 22:57:57
  Author: bgyorgy
Revision: 87397

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

Added:
  credentials-preferences/repos/community-i686/PKGBUILD
(from rev 87396, credentials-preferences/trunk/PKGBUILD)
  credentials-preferences/repos/community-i686/credentials-preferences.install
(from rev 87396, 
credentials-preferences/trunk/credentials-preferences.install)
  credentials-preferences/repos/community-x86_64/PKGBUILD
(from rev 87396, credentials-preferences/trunk/PKGBUILD)
  credentials-preferences/repos/community-x86_64/credentials-preferences.install
(from rev 87396, 
credentials-preferences/trunk/credentials-preferences.install)
Deleted:
  credentials-preferences/repos/community-i686/PKGBUILD
  credentials-preferences/repos/community-i686/credentials-preferences.install
  credentials-preferences/repos/community-x86_64/PKGBUILD
  credentials-preferences/repos/community-x86_64/credentials-preferences.install

--+
 /PKGBUILD|   82 +
 /credentials-preferences.install |   22 +
 community-i686/PKGBUILD  |   41 --
 community-i686/credentials-preferences.install   |   11 --
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/credentials-preferences.install |   11 --
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-30 21:57:45 UTC (rev 87396)
+++ community-i686/PKGBUILD 2013-03-30 21:57:57 UTC (rev 87397)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-
-pkgname=credentials-preferences
-_pkgname=credentials-control-center
-pkgver=0.1.1
-pkgrel=1
-pkgdesc=Control panel for configuring online account credentials and settings
-arch=('i686' 'x86_64')
-url=https://launchpad.net/online-accounts-gnome-control-center;
-license=('GPL' 'LGPL')
-depends=('libaccounts-glib' 'libsignon-glib' 'gtk3')
-makedepends=('gobject-introspection' 'vala' 'intltool' 'itstool')
-options=('!libtool')
-install=$pkgname.install
-source=(https://launchpad.net/online-accounts-gnome-control-center/13.04/$pkgver/+download/$_pkgname-$pkgver.tar.bz2
-
http://pkgbuild.com/~bgyorgy/sources/$_pkgname-translations-20121018.tar.gz)
-md5sums=('4e42fb2350393c6f8661e38f07d0b765'
- '702d6b39136e10ba6dfad0afd300b2af')
-
-build() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  # Install language files
-  echo 'af ar ast bn bs ca cy cs da de el en_AU en_GB eo es eu fa fi fr gd gl 
gu he hu it ja ko lt lv ms my nb nl oc pl pt pt_BR ro ru se sk sl sq sv tr ug 
uk vi zh_CN zh_HK zh_TW' po/LINGUAS
-  rename $_pkgname- '' ../po/$_pkgname-*.po
-  mv -f -t po ../po/*
-
-  # Fix desktop file
-  sed -i 's/X-GNOME-Settings-Panel;//' 
data/credentials-preferences.desktop.in.in
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-  --disable-static
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: credentials-preferences/repos/community-i686/PKGBUILD (from rev 87396, 
credentials-preferences/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-30 21:57:57 UTC (rev 87397)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+
+pkgname=credentials-preferences
+_pkgname=credentials-control-center
+pkgver=0.1.5
+pkgrel=1
+pkgdesc=Control panel for configuring online account credentials and settings
+arch=('i686' 'x86_64')
+url=https://launchpad.net/gnome-control-center-signon;
+license=('GPL' 'LGPL')
+depends=('libaccounts-glib' 'libsignon-glib' 'gtk3')
+makedepends=('gobject-introspection' 'vala' 'intltool' 'itstool')
+options=('!libtool')
+install=$pkgname.install
+source=(https://launchpad.net/gnome-control-center-signon/13.04/$pkgver/+download/$_pkgname-$pkgver.tar.xz
+
http://pkgbuild.com/~bgyorgy/sources/$_pkgname-translations-20121018.tar.gz)
+md5sums=('deaa290c89dffee5198f3f0f6f2e1fe1'
+ '702d6b39136e10ba6dfad0afd300b2af')
+
+build() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  # Install updated language files
+  rename $_pkgname- '' ../po/$_pkgname-*.po
+  mv -f -t po ../po/*
+  printf %s\n po/*.po | sed -e 's/po\///g' -e 's/\.po//g' po/LINGUAS
+
+  # Fix helper script
+  sed -i 's/test/test -e/' online-accounts-preferences.in
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+  --disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/credentials-preferences.install

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

2013-03-30 Thread Gerardo Pozzi
Date: Sunday, March 31, 2013 @ 00:50:35
  Author: djgera
Revision: 181043

upgpkg: archiso 7-1

Modified:
  archiso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 15:19:33 UTC (rev 181042)
+++ PKGBUILD2013-03-30 23:50:35 UTC (rev 181043)
@@ -3,7 +3,7 @@
 # Maintainer: Pierre Schmitz pie...@archlinux.de
 
 pkgname=archiso
-pkgver=6
+pkgver=7
 pkgrel=1
 pkgdesc='Tools for creating Arch Linux live and install iso images'
 arch=('any')
@@ -12,8 +12,8 @@
 depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'patch' 'lynx')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('b3487c23191dfa73e002e6aba2bc07f6'
- '161b76b40da40b31b5373133cf7c341c')
+md5sums=('dae32b4804053d29e6c8bfd82b2cca1a'
+ 'afa66601649b07b93dc48a50d75d9956')
 
 package() {
cd ${srcdir}/${pkgname}-${pkgver}



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

2013-03-30 Thread Gerardo Pozzi
Date: Sunday, March 31, 2013 @ 00:51:23
  Author: djgera
Revision: 181044

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/PKGBUILD
(from rev 181043, archiso/trunk/PKGBUILD)
Deleted:
  archiso/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-30 23:50:35 UTC (rev 181043)
+++ PKGBUILD2013-03-30 23:51:23 UTC (rev 181044)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=archiso
-pkgver=6
-pkgrel=1
-pkgdesc='Tools for creating Arch Linux live and install iso images'
-arch=('any')
-license=('GPL')
-url='https://projects.archlinux.org/archiso.git/'
-depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'patch' 'lynx')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-md5sums=('b3487c23191dfa73e002e6aba2bc07f6'
- '161b76b40da40b31b5373133cf7c341c')
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 181043, 
archiso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-30 23:51:23 UTC (rev 181044)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=archiso
+pkgver=7
+pkgrel=1
+pkgdesc='Tools for creating Arch Linux live and install iso images'
+arch=('any')
+license=('GPL')
+url='https://projects.archlinux.org/archiso.git/'
+depends=('make' 'squashfs-tools' 'libisoburn' 'dosfstools' 'patch' 'lynx')
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+md5sums=('dae32b4804053d29e6c8bfd82b2cca1a'
+ 'afa66601649b07b93dc48a50d75d9956')
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in brasero/trunk (PKGBUILD use-mpegaudioparse.patch)

2013-03-30 Thread Jan Steffens
Date: Sunday, March 31, 2013 @ 07:25:48
  Author: heftig
Revision: 181045

3.8.0

Modified:
  brasero/trunk/PKGBUILD
Deleted:
  brasero/trunk/use-mpegaudioparse.patch

--+
 PKGBUILD |   20 +---
 use-mpegaudioparse.patch |   53 -
 2 files changed, 11 insertions(+), 62 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-30 23:51:23 UTC (rev 181044)
+++ PKGBUILD2013-03-31 05:25:48 UTC (rev 181045)
@@ -4,29 +4,31 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=brasero
-pkgver=3.6.1
-pkgrel=2
+pkgver=3.8.0
+pkgrel=1
 pkgdesc=A disc burning application for Gnome
 arch=('i686' 'x86_64')
 url=http://www.gnome.org/projects/brasero;
 license=('GPL')
 options=('!libtool' '!emptydirs')
-depends=('gtk3' 'gst-plugins-good' 'totem-plparser' 'cdrkit' 'cdrdao' 
'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  'libcanberra' 
'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql')
-makedepends=('gtk-doc' 'intltool' 'libburn' 'libisofs' 'nautilus' 
'gobject-introspection' 'gconf' 'itstool' 'docbook-xsl')
+depends=('gtk3' 'gst-plugins-good' 'totem-plparser' 'cdrkit' 'cdrdao' 
'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  'libcanberra' 
'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql' 'libnotify')
+makedepends=('gtk-doc' 'yelp-tools' 'gnome-common' 'intltool' 'libburn' 
'libisofs' 'libnautilus-extension' 'gobject-introspection' 'gconf' 'itstool' 
'docbook-xsl')
 optdepends=('libburn: alternative back-end'
 'libisofs: libburn back-end'
 'dvdauthor: video project'
 'vcdimager: video project')
 replaces=('nautilus-cd-burner')
 install=brasero.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-use-mpegaudioparse.patch)
-sha256sums=('d293eb28dc45af3535f09cf91aa6ccc523f3f3d8b7ad3339b5e79b4acc19b932'
-'c75331d130c248edeaa68211cf96f386d86905510d09b104e4e0cd0ff4c92218')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d98a368a6129e50681e8243c5e0833c32cca699bd50b839c6a551d52b396bce4')
 
 build() {
   cd $pkgname-$pkgver
-  patch -Np1 -i ../use-mpegaudioparse.patch
+
+  # Update tracker dep
+  sed -i '/tracker/s/0\.14/0.16/' configure.ac
+  autoreconf -f -v -i
+
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-caches \
   --disable-schemas-compile

Deleted: use-mpegaudioparse.patch
===
--- use-mpegaudioparse.patch2013-03-30 23:51:23 UTC (rev 181044)
+++ use-mpegaudioparse.patch2013-03-31 05:25:48 UTC (rev 181045)
@@ -1,53 +0,0 @@
-From 895777890485428a23f2e0da0e8ccd2edf624f6e Mon Sep 17 00:00:00 2001
-From: Jeremy Bicha jbi...@ubuntu.com
-Date: Fri, 25 Jan 2013 03:26:10 +
-Subject: use mpegaudioparse gstreamer plugin instead of mp3parse
-
-Fix not suitable for audio or video media error when
-attempting to create a mp3 audio project
-The plugin was basically renamed for gstreamer 1.0.
-Thanks tuxor for identifying the problem!
-
-https://bugzilla.gnome.org/show_bug.cgi?id=687886

-diff --git a/libbrasero-utils/brasero-metadata.c 
b/libbrasero-utils/brasero-metadata.c
-index 1088121..7f10088 100644
 a/libbrasero-utils/brasero-metadata.c
-+++ b/libbrasero-utils/brasero-metadata.c
-@@ -1200,12 +1200,12 @@ brasero_metadata_create_mp3_pipeline (BraseroMetadata 
*self)
-   }
-   gst_bin_add (GST_BIN (priv-pipeline_mp3), source);
- 
--  parse = gst_element_factory_make (mp3parse, NULL);
-+  parse = gst_element_factory_make (mpegaudioparse, NULL);
-   if (!parse) {
-   priv-error = g_error_new (BRASERO_UTILS_ERROR,
-  BRASERO_UTILS_ERROR_GENERAL,
-  _(%s element could not be created),
-- \mp3parse\);
-+ \mpegaudioparse\);
- 
-   g_object_unref (priv-pipeline_mp3);
-   priv-pipeline_mp3 = NULL;
-diff --git a/plugins/transcode/burn-transcode.c 
b/plugins/transcode/burn-transcode.c
-index a6a0f40..6861168 100644
 a/plugins/transcode/burn-transcode.c
-+++ b/plugins/transcode/burn-transcode.c
-@@ -284,13 +284,13 @@ brasero_transcode_create_pipeline_size_mp3 
(BraseroTranscode *transcode,
- 
-   BRASERO_JOB_LOG (transcode, Creating specific pipeline for MP3s);
- 
--  parse = gst_element_factory_make (mp3parse, NULL);
-+  parse = gst_element_factory_make (mpegaudioparse, NULL);
-   if (!parse) {
-   g_set_error (error,
-BRASERO_BURN_ERROR,
-BRASERO_BURN_ERROR_GENERAL,
-_(%s element could not be created),
--  

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

2013-03-30 Thread Jan Steffens
Date: Sunday, March 31, 2013 @ 07:27:19
  Author: heftig
Revision: 181046

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  brasero/repos/gnome-unstable-i686/
  brasero/repos/gnome-unstable-i686/PKGBUILD
(from rev 181045, brasero/trunk/PKGBUILD)
  brasero/repos/gnome-unstable-i686/brasero.install
(from rev 181045, brasero/trunk/brasero.install)
  brasero/repos/gnome-unstable-x86_64/
  brasero/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181045, brasero/trunk/PKGBUILD)
  brasero/repos/gnome-unstable-x86_64/brasero.install
(from rev 181045, brasero/trunk/brasero.install)

---+
 gnome-unstable-i686/PKGBUILD  |   42 
 gnome-unstable-i686/brasero.install   |   14 ++
 gnome-unstable-x86_64/PKGBUILD|   42 
 gnome-unstable-x86_64/brasero.install |   14 ++
 4 files changed, 112 insertions(+)

Copied: brasero/repos/gnome-unstable-i686/PKGBUILD (from rev 181045, 
brasero/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-31 05:27:19 UTC (rev 181046)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=brasero
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A disc burning application for Gnome
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/brasero;
+license=('GPL')
+options=('!libtool' '!emptydirs')
+depends=('gtk3' 'gst-plugins-good' 'totem-plparser' 'cdrkit' 'cdrdao' 
'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  'libcanberra' 
'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql' 'libnotify')
+makedepends=('gtk-doc' 'yelp-tools' 'gnome-common' 'intltool' 'libburn' 
'libisofs' 'libnautilus-extension' 'gobject-introspection' 'gconf' 'itstool' 
'docbook-xsl')
+optdepends=('libburn: alternative back-end'
+'libisofs: libburn back-end'
+'dvdauthor: video project'
+'vcdimager: video project')
+replaces=('nautilus-cd-burner')
+install=brasero.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d98a368a6129e50681e8243c5e0833c32cca699bd50b839c6a551d52b396bce4')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Update tracker dep
+  sed -i '/tracker/s/0\.14/0.16/' configure.ac
+  autoreconf -f -v -i
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-caches \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+

Copied: brasero/repos/gnome-unstable-i686/brasero.install (from rev 181045, 
brasero/trunk/brasero.install)
===
--- gnome-unstable-i686/brasero.install (rev 0)
+++ gnome-unstable-i686/brasero.install 2013-03-31 05:27:19 UTC (rev 181046)
@@ -0,0 +1,14 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database /usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: brasero/repos/gnome-unstable-x86_64/PKGBUILD (from rev 181045, 
brasero/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-31 05:27:19 UTC (rev 181046)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=brasero
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=A disc burning application for Gnome
+arch=('i686' 'x86_64')
+url=http://www.gnome.org/projects/brasero;
+license=('GPL')
+options=('!libtool' '!emptydirs')
+depends=('gtk3' 'gst-plugins-good' 'totem-plparser' 'cdrkit' 'cdrdao' 
'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  'libcanberra' 
'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql' 'libnotify')
+makedepends=('gtk-doc' 'yelp-tools' 'gnome-common' 'intltool' 'libburn' 
'libisofs' 'libnautilus-extension' 'gobject-introspection' 'gconf' 'itstool' 
'docbook-xsl')
+optdepends=('libburn: alternative back-end'
+'libisofs: libburn back-end'
+'dvdauthor: video project'
+'vcdimager: video project')
+replaces=('nautilus-cd-burner')
+install=brasero.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d98a368a6129e50681e8243c5e0833c32cca699bd50b839c6a551d52b396bce4')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Update tracker dep
+  sed -i 

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

2013-03-30 Thread Jan Steffens
Date: Sunday, March 31, 2013 @ 07:50:15
  Author: heftig
Revision: 181047

3.2.0

Modified:
  gthumb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-31 05:27:19 UTC (rev 181046)
+++ PKGBUILD2013-03-31 05:50:15 UTC (rev 181047)
@@ -4,26 +4,26 @@
 # Contributor: Tobias Kieslich tob...@justdreams.de
 
 pkgname=gthumb
-pkgver=3.1.2
+pkgver=3.2.0
 pkgrel=1
 pkgdesc=Image browser and viewer for the GNOME Desktop
 arch=(i686 x86_64)
-license=('GPL')
+license=(GPL)
 url=http://live.gnome.org/gthumb;
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'dconf' 'librsvg' 
'clutter-gtk'
- 'gstreamer0.10-base' 'gsettings-desktop-schemas' 'libwebp')
-makedepends=('intltool' 'gnome-doc-utils' 'libchamplain' 'libopenraw' 'exiv2' 
'libsoup-gnome'
- 'brasero' 'librsvg' 'libopenraw' 'liboauth')
+depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
+ gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
+ libsoup webkitgtk3 json-glib)
+makedepends=(intltool gnome-doc-utils libchamplain libopenraw exiv2
+ brasero librsvg libopenraw liboauth)
 optdepends=('libopenraw: read RAW files'
 'exiv2: metadata support'
 'libchamplain: map viewer'
 'brasero: burn discs'
-'libsoup-gnome: web albums'
 'liboauth: web albums')
 options=('!libtool' '!emptydirs')
 install=gthumb.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5e7f80b3ffa8a6e06b9f1bf0cfa869f772af4163b842a7f457c9dc68ff7e6f8f')
+sha256sums=('d48db6ab9d3ab052bdeb0e43f17afef90db1329111941d289e7be4b11ec0cbbf')
 
 build() {
   cd $pkgname-$pkgver
@@ -37,6 +37,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install



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

2013-03-30 Thread Jan Steffens
Date: Sunday, March 31, 2013 @ 07:51:44
  Author: heftig
Revision: 181048

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gthumb/repos/gnome-unstable-i686/
  gthumb/repos/gnome-unstable-i686/PKGBUILD
(from rev 181047, gthumb/trunk/PKGBUILD)
  gthumb/repos/gnome-unstable-i686/gthumb.install
(from rev 181047, gthumb/trunk/gthumb.install)
  gthumb/repos/gnome-unstable-x86_64/
  gthumb/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181047, gthumb/trunk/PKGBUILD)
  gthumb/repos/gnome-unstable-x86_64/gthumb.install
(from rev 181047, gthumb/trunk/gthumb.install)

--+
 gnome-unstable-i686/PKGBUILD |   48 +
 gnome-unstable-i686/gthumb.install   |   19 +
 gnome-unstable-x86_64/PKGBUILD   |   48 +
 gnome-unstable-x86_64/gthumb.install |   19 +
 4 files changed, 134 insertions(+)

Copied: gthumb/repos/gnome-unstable-i686/PKGBUILD (from rev 181047, 
gthumb/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-31 05:51:44 UTC (rev 181048)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gthumb
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Image browser and viewer for the GNOME Desktop
+arch=(i686 x86_64)
+license=(GPL)
+url=http://live.gnome.org/gthumb;
+depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
+ gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
+ libsoup webkitgtk3 json-glib)
+makedepends=(intltool gnome-doc-utils libchamplain libopenraw exiv2
+ brasero librsvg libopenraw liboauth)
+optdepends=('libopenraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+options=('!libtool' '!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d48db6ab9d3ab052bdeb0e43f17afef90db1329111941d289e7be4b11ec0cbbf')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-libchamplain --enable-libopenraw
+  
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gthumb/repos/gnome-unstable-i686/gthumb.install (from rev 181047, 
gthumb/trunk/gthumb.install)
===
--- gnome-unstable-i686/gthumb.install  (rev 0)
+++ gnome-unstable-i686/gthumb.install  2013-03-31 05:51:44 UTC (rev 181048)
@@ -0,0 +1,19 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.1)  0 )); then
+gconfpkg --uninstall gthumb
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gthumb/repos/gnome-unstable-x86_64/PKGBUILD (from rev 181047, 
gthumb/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-31 05:51:44 UTC (rev 181048)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Kieslich tob...@justdreams.de
+
+pkgname=gthumb
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=Image browser and viewer for the GNOME Desktop
+arch=(i686 x86_64)
+license=(GPL)
+url=http://live.gnome.org/gthumb;
+depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
+ gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
+ libsoup webkitgtk3 json-glib)
+makedepends=(intltool gnome-doc-utils libchamplain libopenraw exiv2
+ brasero librsvg libopenraw liboauth)
+optdepends=('libopenraw: read RAW files'
+'exiv2: metadata support'
+'libchamplain: map viewer'
+'brasero: burn discs'
+'liboauth: web albums')
+options=('!libtool' '!emptydirs')
+install=gthumb.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)