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

2012-06-28 Thread Andrea Scarpino
Date: Thursday, June 28, 2012 @ 03:00:06
  Author: andrea
Revision: 162688

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-python/repos/kde-unstable-i686/PKGBUILD
(from rev 162687, kdebindings-python/kde-unstable/PKGBUILD)
  kdebindings-python/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162687, kdebindings-python/kde-unstable/PKGBUILD)
Deleted:
  kdebindings-python/repos/kde-unstable-i686/PKGBUILD
  kdebindings-python/repos/kde-unstable-x86_64/PKGBUILD

--+
 kde-unstable-i686/PKGBUILD   |  138 -
 kde-unstable-x86_64/PKGBUILD |  138 -
 2 files changed, 140 insertions(+), 136 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 22:24:21 UTC (rev 162687)
+++ kde-unstable-i686/PKGBUILD  2012-06-28 07:00:06 UTC (rev 162688)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kdebindings-python
-pkgname=('kdebindings-python'
- 'kdebindings-python2')
-pkgver=4.8.95
-pkgrel=1
-url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt' 
'qscintilla')
-source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('e0b674d266f679d9dc36b28bff46767cba97f280')
-
-build() {
-  export PYTHONDONTWRITEBYTECODE=TRUE
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../pykde4-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0
-  make
-  cd ..
-
-  mkdir build-python2
-  cd build-python2
-  cmake ../pykde4-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package_kdebindings-python() {
-  pkgdesc=A set of Python 3.x bindings for KDE
-  depends=('kdepim-runtime' 'pyqt' 'qscintilla')
-
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}
-
-package_kdebindings-python2() {
-  pkgdesc=A set of Python 2.x bindings for KDE
-  depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
-  conflicts=('kdebindings-python4.8.1-2')
- 
-  cd ${srcdir}/build-python2
-  make DESTDIR=${pkgdir} install
-
-  # Fix conflicts
-  rm ${pkgdir}/usr/bin/pykdeuic4
-  ln -sf /usr/lib/python2.7/site-packages/PyQt4/uic/pykdeuic4.py \
-${pkgdir}/usr/bin/python2-pykdeuic4
-
-  mv ${pkgdir}/usr/share/apps/pykde4/examples \
-${pkgdir}/usr/share/apps/pykde4/python2-examples
-
-  mv ${pkgdir}/usr/share/sip/PyKDE4 \
-${pkgdir}/usr/share/sip/python2-PyKDE4
-
-  # Use the python2 executable
-  find ${pkgdir} -name '*.py' | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
-}

Copied: kdebindings-python/repos/kde-unstable-i686/PKGBUILD (from rev 162687, 
kdebindings-python/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-28 07:00:06 UTC (rev 162688)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+ 'kdebindings-python2')
+pkgver=4.8.95
+pkgrel=2
+url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt'
+ 'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
+source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
+sha1sums=('e0b674d266f679d9dc36b28bff46767cba97f280')
+
+build() {
+  export PYTHONDONTWRITEBYTECODE=TRUE
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python \
+-DPYTHON_LIBRARY=/usr/lib/libpython3.2mu.so.1.0
+  make
+  cd ..
+
+  mkdir build-python2
+  cd build-python2
+  cmake ../pykde4-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package_kdebindings-python() {
+  pkgdesc=A set of Python 3.x bindings for KDE
+  depends=('kdepim-runtime' 'pyqt' 'qscintilla')
+
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebindings-python2() {
+  pkgdesc=A set of Python 2.x bindings for KDE
+  depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla')
+  conflicts=('kdebindings-python4.8.1-2')
+ 
+  cd ${srcdir}/build-python2
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm ${pkgdir}/usr/bin/pykdeuic4
+  ln -sf /usr/lib/python2.7/site-packages/PyQt4/uic/pykdeuic4.py \
+

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

2012-06-28 Thread Andrea Scarpino
Date: Thursday, June 28, 2012 @ 03:29:34
  Author: andrea
Revision: 162689

upgpkg: pyqt 4.9.4-1

Upstream release

Modified:
  pyqt/trunk/PKGBUILD
Deleted:
  pyqt/trunk/fix-qthelp-build.patch

+
 PKGBUILD   |   14 --
 fix-qthelp-build.patch |   11 ---
 2 files changed, 4 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-28 07:00:06 UTC (rev 162688)
+++ PKGBUILD2012-06-28 07:29:34 UTC (rev 162689)
@@ -5,23 +5,17 @@
 
 pkgbase=pyqt
 pkgname=('pyqt-common' 'pyqt' 'python2-pyqt')
-pkgver=4.9.3
-pkgrel=3
+pkgver=4.9.4
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
 makedepends=('qt' 'python-sip' 'python-dbus' 'python2-sip' 'phonon'
  'python-opengl' 'qt-assistant-compat' 'qtwebkit' 'python2-dbus')
-source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;
-'fix-qthelp-build.patch')
-md5sums=('223f75c55f1c38c46bd164cdd4996a43'
- '6acfe0a5a00779f946c29d5fac647ce1')
+ 
source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;)
+md5sums=('a0b6a820633366365af5124ddbd059c7')
 
 build() {
-  # Build QtHelp (FS#27665)
-  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
-  patch -p1 -i ${srcdir}/fix-qthelp-build.patch
-
   cd ${srcdir}
   cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
 

Deleted: fix-qthelp-build.patch
===
--- fix-qthelp-build.patch  2012-06-28 07:00:06 UTC (rev 162688)
+++ fix-qthelp-build.patch  2012-06-28 07:29:34 UTC (rev 162689)
@@ -1,11 +0,0 @@
 PyQt-x11-gpl-4.9.1/configure.py~   2012-02-13 20:16:11.418786488 +
-+++ PyQt-x11-gpl-4.9.1/configure.py2012-02-13 20:16:50.561809527 +
-@@ -1261,7 +1261,7 @@
- opengl = (mname == QtOpenGL)
- 
- qt = [mname]
--if mname in (QtOpenGL, QtWebKit):
-+if mname in (QtHelp, QtOpenGL, QtWebKit):
- qt.append(QtCore)
- 
- makefile = sipconfig.ProgramMakefile(sipcfg, console=1, qt=qt, warnings=0,



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

2012-06-28 Thread Andrea Scarpino
Date: Thursday, June 28, 2012 @ 03:30:01
  Author: andrea
Revision: 162690

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

Added:
  pyqt/repos/testing-i686/PKGBUILD
(from rev 162689, pyqt/trunk/PKGBUILD)
  pyqt/repos/testing-x86_64/PKGBUILD
(from rev 162689, pyqt/trunk/PKGBUILD)
Deleted:
  pyqt/repos/testing-i686/PKGBUILD
  pyqt/repos/testing-i686/fix-qthelp-build.patch
  pyqt/repos/testing-x86_64/PKGBUILD
  pyqt/repos/testing-x86_64/fix-qthelp-build.patch

---+
 testing-i686/PKGBUILD |  192 +++-
 testing-i686/fix-qthelp-build.patch   |   11 -
 testing-x86_64/PKGBUILD   |  192 +++-
 testing-x86_64/fix-qthelp-build.patch |   11 -
 4 files changed, 186 insertions(+), 220 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-06-28 07:29:34 UTC (rev 162689)
+++ testing-i686/PKGBUILD   2012-06-28 07:30:01 UTC (rev 162690)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-# Contributor: riai r...@bigfoot.com Ben b...@benmazer.net
-
-pkgbase=pyqt
-pkgname=('pyqt-common' 'pyqt' 'python2-pyqt')
-pkgver=4.9.3
-pkgrel=3
-arch=('i686' 'x86_64')
-url=http://riverbankcomputing.co.uk/software/pyqt/intro;
-license=('GPL')
-makedepends=('qt' 'python-sip' 'python-dbus' 'python2-sip' 'phonon'
- 'python-opengl' 'qt-assistant-compat' 'qtwebkit' 'python2-dbus')
-source=(http://riverbankcomputing.co.uk/static/Downloads/PyQt4/PyQt-x11-gpl-${pkgver}.tar.gz;
-'fix-qthelp-build.patch')
-md5sums=('223f75c55f1c38c46bd164cdd4996a43'
- '6acfe0a5a00779f946c29d5fac647ce1')
-
-build() {
-  # Build QtHelp (FS#27665)
-  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
-  patch -p1 -i ${srcdir}/fix-qthelp-build.patch
-
-  cd ${srcdir}
-  cp -r PyQt-x11-gpl-${pkgver} Py2Qt-x11-gpl-${pkgver}
-
-  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
-  python configure.py \
---confirm-license \
---qsci-api
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  ### Python2 version ###
-  cd ${srcdir}/Py2Qt-x11-gpl-${pkgver}
-  python2 configure.py \
---confirm-license \
--v /usr/share/sip \
---qsci-api
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt-common(){
-  pkgdesc=Common PyQt files shared between pyqt and python2-pyqt
-  
-  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
-  make -C pyrcc DESTDIR=${pkgdir} install
-  make -C pylupdate DESTDIR=${pkgdir} install
-  make -C designer INSTALL_ROOT=${pkgdir} install
-  
-  install -Dm644 PyQt4.api ${pkgdir}/usr/share/qt/qsci/api/python/PyQt4.api
-}
-
-package_pyqt(){
-  pkgdesc=A set of Python 3.x bindings for the Qt toolkit
-  depends=('qtwebkit' 'python-sip' 'python-dbus' 'pyqt-common')
-  optdepends=('phonon: enable audio and video in PyQt applications'
-  'qscintilla: QScintilla API'
-  'qt-assistant-compat: add PyQt online help in Qt Assistant')
-
-  cd ${srcdir}/PyQt-x11-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Provided by pyqt-common
-  rm ${pkgdir}/usr/bin/{pylupdate4,pyrcc4}
-  rm ${pkgdir}/usr/lib/qt/plugins/designer/libpythonplugin.so
-  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt4.api
-}
-
-package_python2-pyqt(){
-  pkgdesc=A set of Python 2.x bindings for the Qt toolkit
-  depends=('qtwebkit' 'python2-sip' 'python2-dbus' 'pyqt-common')
-  optdepends=('phonon: enable audio and video in PyQt applications'
-  'python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'qscintilla: QScintilla API'
-  'qt-assistant-compat: add PyQt online help in Qt Assistant')
-  provides=('python2-qt')
-
-  cd ${srcdir}/Py2Qt-x11-gpl-${pkgver}
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR=${pkgdir} INSTALL_ROOT=${pkgdir} install
-
-  # Fix conflicts with pyqt
-  mv ${pkgdir}/usr/bin/{,python2-}pyuic4
-  
-  # Provided by pyqt-common
-  rm ${pkgdir}/usr/bin/{pylupdate4,pyrcc4}
-  rm ${pkgdir}/usr/lib/qt/plugins/designer/libpythonplugin.so
-  rm ${pkgdir}/usr/share/qt/qsci/api/python/PyQt4.api
-}

Copied: pyqt/repos/testing-i686/PKGBUILD (from rev 162689, pyqt/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-28 07:30:01 UTC (rev 162690)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+# Contributor: 

[arch-commits] Commit in lensfun/trunk (2 files)

2012-06-28 Thread Tobias Powalowski
Date: Thursday, June 28, 2012 @ 06:32:50
  Author: tpowa
Revision: 162691

upgpkg: lensfun 0.2.6-1

bump to latest version

Modified:
  lensfun/trunk/PKGBUILD
Deleted:
  lensfun/trunk/runtime.cpu.detection.fix.backport.patch

--+
 PKGBUILD |   12 +
 runtime.cpu.detection.fix.backport.patch |   68 -
 2 files changed, 4 insertions(+), 76 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-28 07:30:01 UTC (rev 162690)
+++ PKGBUILD2012-06-28 10:32:50 UTC (rev 162691)
@@ -2,21 +2,19 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=lensfun
-pkgver=0.2.5
-pkgrel=2
+pkgver=0.2.6
+pkgrel=1
 pkgdesc=Database of photographic lenses and a library that allows advanced 
access to the database
 arch=(i686 x86_64)
 url=http://lensfun.berlios.de/;
 license=('LGPL3')
 depends=('glibc' 'glib2')
 makedepends=('python2' 'libpng' 'doxygen')
-source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-runtime.cpu.detection.fix.backport.patch)
+source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
 sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
-patch -p0 -i ${srcdir}/runtime.cpu.detection.fix.backport.patch
 ./configure \
 --prefix=/usr \
 --libdir=/usr/lib
@@ -27,6 +25,4 @@
 cd ${srcdir}/${pkgname}-${pkgver}
 make INSTALL_PREFIX=$pkgdir install
 }
-
-md5sums=('a10438dffae68a5988fc54b0393a3755'
- 'a2033928f263db319de78182ab12fb7d')
+md5sums=('740e4749db04da0a597630dd6339b966')

Deleted: runtime.cpu.detection.fix.backport.patch
===
--- runtime.cpu.detection.fix.backport.patch2012-06-28 07:30:01 UTC (rev 
162690)
+++ runtime.cpu.detection.fix.backport.patch2012-06-28 10:32:50 UTC (rev 
162691)
@@ -1,68 +0,0 @@
 libs/lensfun/cpuid.cpp.bak 2011-07-07 00:13:34.227910367 -0400
-+++ libs/lensfun/cpuid.cpp 2011-07-07 03:27:39.676452438 -0400
-@@ -25,17 +25,14 @@
- guint _lf_detect_cpu_features ()
- {
- #define cpuid(cmd) \
--asm ( \
-+__asm volatile ( \
- push %%R_BX\n \
- cpuid\n \
- pop %%R_BX\n \
-: =a (ax), =c (cx),  =d (dx) \
-: 0 (cmd))
- 
--register __SIZE_TYPE__ ax asm (R_AX);
--register __SIZE_TYPE__ bx asm (R_BX);
--register __SIZE_TYPE__ dx asm (R_DX);
--register __SIZE_TYPE__ cx asm (R_CX);
-+__SIZE_TYPE__ ax, cx, dx, tmp;
- static GStaticMutex lock = G_STATIC_MUTEX_INIT;
- static guint cpuflags = -1;
- 
-@@ -45,7 +42,7 @@
- cpuflags = 0;
- 
- /* Test cpuid presence by checking bit 21 of eflags */
--asm (
-+__asm volatile (
- pushf\n
- pop %0\n
- mov %0, %1\n
-@@ -57,7 +54,7 @@
- cmp %0, %1\n
- setne   %%al\n
- movzb   %%al, %0\n
--: =r (ax), =r (bx));
-+: =r (ax), =r (tmp));
- 
- if (ax)
- {
-@@ -88,12 +85,12 @@
- cpuflags |= LF_CPU_FLAG_SSE4_2;
- }
- 
--/* Is there extensions */
-+/* Are there extensions? */
- cpuid (0x8000);
- 
- if (ax)
- {
--/* Request for extensions */
-+/* Ask extensions */
- cpuid (0x8001);
- 
- if (dx  0x8000)
-@@ -112,12 +109,4 @@
- #undef cpuid
- }
- 
--#else
--
--guint
--rs_detect_cpu_features()
--{
--return 0;
--}
--
- #endif /* __i386__ || __x86_64__ */



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

2012-06-28 Thread Tobias Powalowski
Date: Thursday, June 28, 2012 @ 06:33:24
  Author: tpowa
Revision: 162692

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

Added:
  lensfun/repos/extra-i686/PKGBUILD
(from rev 162691, lensfun/trunk/PKGBUILD)
  lensfun/repos/extra-i686/lensfun-0.2.3-as-needed.patch
(from rev 162691, lensfun/trunk/lensfun-0.2.3-as-needed.patch)
  lensfun/repos/extra-i686/lensfun-0.2.3-glibc-2.10.patch
(from rev 162691, lensfun/trunk/lensfun-0.2.3-glibc-2.10.patch)
  lensfun/repos/extra-x86_64/PKGBUILD
(from rev 162691, lensfun/trunk/PKGBUILD)
  lensfun/repos/extra-x86_64/lensfun-0.2.3-as-needed.patch
(from rev 162691, lensfun/trunk/lensfun-0.2.3-as-needed.patch)
  lensfun/repos/extra-x86_64/lensfun-0.2.3-glibc-2.10.patch
(from rev 162691, lensfun/trunk/lensfun-0.2.3-glibc-2.10.patch)
Deleted:
  lensfun/repos/extra-i686/PKGBUILD
  lensfun/repos/extra-i686/lensfun-0.2.3-as-needed.patch
  lensfun/repos/extra-i686/lensfun-0.2.3-glibc-2.10.patch
  lensfun/repos/extra-x86_64/PKGBUILD
  lensfun/repos/extra-x86_64/lensfun-0.2.3-as-needed.patch
  lensfun/repos/extra-x86_64/lensfun-0.2.3-glibc-2.10.patch

-+
 extra-i686/PKGBUILD |   60 --
 extra-i686/lensfun-0.2.3-as-needed.patch|   26 +--
 extra-i686/lensfun-0.2.3-glibc-2.10.patch   |   22 -
 extra-x86_64/PKGBUILD   |   60 --
 extra-x86_64/lensfun-0.2.3-as-needed.patch  |   26 +--
 extra-x86_64/lensfun-0.2.3-glibc-2.10.patch |   22 -
 6 files changed, 104 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-28 10:32:50 UTC (rev 162691)
+++ extra-i686/PKGBUILD 2012-06-28 10:33:24 UTC (rev 162692)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=lensfun
-pkgver=0.2.5
-pkgrel=2
-pkgdesc=Database of photographic lenses and a library that allows advanced 
access to the database
-arch=(i686 x86_64)
-url=http://lensfun.berlios.de/;
-license=('LGPL3')
-depends=('glibc' 'glib2')
-makedepends=('python' 'libpng' 'doxygen')
-source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-runtime.cpu.detection.fix.backport.patch)
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
-patch -p0 -i ${srcdir}/runtime.cpu.detection.fix.backport.patch
-./configure \
---prefix=/usr \
---libdir=/usr/lib
-make all
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make INSTALL_PREFIX=$pkgdir install
-}
-
-md5sums=('a10438dffae68a5988fc54b0393a3755'
- 'a2033928f263db319de78182ab12fb7d')

Copied: lensfun/repos/extra-i686/PKGBUILD (from rev 162691, 
lensfun/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-28 10:33:24 UTC (rev 162692)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=lensfun
+pkgver=0.2.6
+pkgrel=1
+pkgdesc=Database of photographic lenses and a library that allows advanced 
access to the database
+arch=(i686 x86_64)
+url=http://lensfun.berlios.de/;
+license=('LGPL3')
+depends=('glibc' 'glib2')
+makedepends=('python2' 'libpng' 'doxygen')
+source=(http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' configure
+./configure \
+--prefix=/usr \
+--libdir=/usr/lib
+make all
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make INSTALL_PREFIX=$pkgdir install
+}
+md5sums=('740e4749db04da0a597630dd6339b966')

Deleted: extra-i686/lensfun-0.2.3-as-needed.patch
===
--- extra-i686/lensfun-0.2.3-as-needed.patch2012-06-28 10:32:50 UTC (rev 
162691)
+++ extra-i686/lensfun-0.2.3-as-needed.patch2012-06-28 10:33:24 UTC (rev 
162692)
@@ -1,13 +0,0 @@
-diff -ru lensfun-0.2.3.orig/build/mak/compiler/gcc.mak 
lensfun-0.2.3/build/mak/compiler/gcc.mak
 lensfun-0.2.3.orig/build/mak/compiler/gcc.mak  2009-03-15 
02:42:40.0 +0100
-+++ lensfun-0.2.3/build/mak/compiler/gcc.mak   2009-03-15 02:43:37.0 
+0100
-@@ -71,7 +71,7 @@
- endef
- 
- LINK.GCC.AR = $(GCC.AR) $(GCC.ARFLAGS) $@ $^
--LINK.GCC.EXEC = $(GCC.LD) -o $@ $(GCC.LDFLAGS) $(LDFLAGS) $1 $^ 
$(GCC.LDFLAGS.LIBS) $(LDFLAGS.LIBS) $2
-+LINK.GCC.EXEC = $(GCC.LD) $(LDFLAGS) $^ $2 $(GCC.LDFLAGS.LIBS) 
$(LDFLAGS.LIBS) $(GCC.LDFLAGS) $1 -o $@
- define LINK.GCC.SO
-   $(GCC.LD) -o $@.$(SHARED.$3) -Wl,-soname=$(notdir $@).$(basename 
$(basename $(SHARED.$3))) $(GCC.LDFLAGS.SHARED) $(GCC.LDFLAGS) $(LDFLAGS) $1 
$^ $(GCC.LDFLAGS.LIBS) $(LDFLAGS.LIBS) $2
-   ln -fs $(notdir 

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

2012-06-28 Thread Ionut Biru
Date: Thursday, June 28, 2012 @ 07:42:47
  Author: ibiru
Revision: 162693

update to 1.6.2

Modified:
  dbus-core/trunk/PKGBUILD

--+
 PKGBUILD |   36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-28 10:33:24 UTC (rev 162692)
+++ PKGBUILD2012-06-28 11:42:47 UTC (rev 162693)
@@ -3,29 +3,29 @@
 # Contributor: Link Dupont l...@subpop.net
 #
 pkgname=dbus-core
-pkgver=1.6.0
-pkgrel=5
+pkgver=1.6.2
+pkgrel=1
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
 license=('GPL' 'custom')
-depends=('expat=2.0.1' 'coreutils' 'filesystem' 'libsystemd' 'shadow' 
'systemd-tools') # shadow for install scriptlet FS#29341
+depends=('expat' 'coreutils' 'filesystem' 'libsystemd' 'shadow' 
'systemd-tools') # shadow for install scriptlet FS#29341
 makedepends=('libx11')
-conflicts=('dbus1.2.3-2')
 options=(!libtool)
 install=dbus.install
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz{,.asc}
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
 dbus)
-md5sums=('16dcae2dd0c76e398381601ac9acdec4'
- '0ebde9920bde83fe26ce32351a7d8954'
+md5sums=('7fbf877ed6ff7da6df90f07158373829'
+ '2cd74b6efca77e4e3aa2b7ccde770668'
  'f0364f3f5dc5f653bb05d39aa36e3264')
 
 build() {
-  cd ${srcdir}/dbus-${pkgver}
+  cd dbus-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
   --with-system-pid-file=/run/dbus/pid \
   --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console \
   --enable-inotify --disable-dnotify \
   --disable-verbose-mode --disable-static \
   --disable-tests --disable-asserts \
@@ -35,19 +35,19 @@
 }
 
 package(){
-  cd ${srcdir}/dbus-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd dbus-$pkgver
+  make DESTDIR=$pkgdir install
 
-  rm -f ${pkgdir}/usr/bin/dbus-launch
-  rm -f ${pkgdir}/usr/share/man/man1/dbus-launch.1
-  rm -rf ${pkgdir}/var/run
+  rm -f $pkgdir/usr/bin/dbus-launch
+  rm -f $pkgdir/usr/share/man/man1/dbus-launch.1
+  rm -rf $pkgdir/var/run
 
-  install -m755 -d ${pkgdir}/etc/rc.d
-  install -m755 ${srcdir}/dbus ${pkgdir}/etc/rc.d/
+  install -m755 -d $pkgdir/etc/rc.d
+  install -m755 ../dbus $pkgdir/etc/rc.d/
 
   #Fix configuration file
-  sed -i -e 's|user81/user|userdbus/user|' 
${pkgdir}/etc/dbus-1/system.conf
+  sed -i -e 's|user81/user|userdbus/user|' 
$pkgdir/etc/dbus-1/system.conf
 
-  install -dm755 ${pkgdir}/usr/share/licenses/dbus-core
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/dbus-core/
+  install -dm755 $pkgdir/usr/share/licenses/dbus-core
+  install -m644 COPYING $pkgdir/usr/share/licenses/dbus-core/
 }



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

2012-06-28 Thread Ionut Biru
Date: Thursday, June 28, 2012 @ 07:43:56
  Author: ibiru
Revision: 162694

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

Added:
  dbus-core/repos/testing-i686/
  dbus-core/repos/testing-i686/PKGBUILD
(from rev 162693, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-i686/dbus
(from rev 162693, dbus-core/trunk/dbus)
  dbus-core/repos/testing-i686/dbus.install
(from rev 162693, dbus-core/trunk/dbus.install)
  dbus-core/repos/testing-x86_64/
  dbus-core/repos/testing-x86_64/PKGBUILD
(from rev 162693, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-x86_64/dbus
(from rev 162693, dbus-core/trunk/dbus)
  dbus-core/repos/testing-x86_64/dbus.install
(from rev 162693, dbus-core/trunk/dbus.install)

-+
 testing-i686/PKGBUILD   |   53 ++
 testing-i686/dbus   |   51 
 testing-i686/dbus.install   |   23 ++
 testing-x86_64/PKGBUILD |   53 ++
 testing-x86_64/dbus |   51 
 testing-x86_64/dbus.install |   23 ++
 6 files changed, 254 insertions(+)

Copied: dbus-core/repos/testing-i686/PKGBUILD (from rev 162693, 
dbus-core/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-28 11:43:56 UTC (rev 162694)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus-core
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat' 'coreutils' 'filesystem' 'libsystemd' 'shadow' 
'systemd-tools') # shadow for install scriptlet FS#29341
+makedepends=('libx11')
+options=(!libtool)
+install=dbus.install
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
+dbus)
+md5sums=('7fbf877ed6ff7da6df90f07158373829'
+ '2cd74b6efca77e4e3aa2b7ccde770668'
+ 'f0364f3f5dc5f653bb05d39aa36e3264')
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+  make
+}
+
+package(){
+  cd dbus-$pkgver
+  make DESTDIR=$pkgdir install
+
+  rm -f $pkgdir/usr/bin/dbus-launch
+  rm -f $pkgdir/usr/share/man/man1/dbus-launch.1
+  rm -rf $pkgdir/var/run
+
+  install -m755 -d $pkgdir/etc/rc.d
+  install -m755 ../dbus $pkgdir/etc/rc.d/
+
+  #Fix configuration file
+  sed -i -e 's|user81/user|userdbus/user|' 
$pkgdir/etc/dbus-1/system.conf
+
+  install -dm755 $pkgdir/usr/share/licenses/dbus-core
+  install -m644 COPYING $pkgdir/usr/share/licenses/dbus-core/
+}


Property changes on: dbus-core/repos/testing-i686/PKGBUILD
___
Added: svn:mergeinfo
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Copied: dbus-core/repos/testing-i686/dbus (from rev 162693, 
dbus-core/trunk/dbus)
===
--- testing-i686/dbus   (rev 0)
+++ testing-i686/dbus   2012-06-28 11:43:56 UTC (rev 162694)
@@ -0,0 +1,51 @@
+#!/bin/bash
+
+# general config
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+start)
+stat_busy Starting D-BUS system messagebus
+if [[ ! -d /run/dbus ]] ; then
+install -m755 -g 81 -o 81 -d /run/dbus
+fi
+
+if ! dbus-daemon --system; then
+stat_fail
+else
+add_daemon dbus
+stat_done
+fi
+;;
+stop)
+stat_busy Stopping D-BUS system messagebus
+if ! { [[ -f /run/dbus/pid ]]  kill $(/run/dbus/pid); }; then
+stat_fail
+else
+rm -f /run/dbus/pid
+rm_daemon dbus
+stat_done
+fi
+;;
+restart)
+$0 stop
+sleep 1
+$0 start
+;;
+reload)
+stat_busy Reloading D-BUS configuration
+if ! { [[ -f /run/dbus/pid ]]  dbus-send \
+--system --type=method_call \
+--dest=org.freedesktop.DBus \
+/ org.freedesktop.DBus.ReloadConfig; }; then
+stat_fail
+else
+stat_done
+fi
+;;
+*)
+echo usage: $0 {start|stop|restart|reload}
+   

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

2012-06-28 Thread Ionut Biru
Date: Thursday, June 28, 2012 @ 07:57:34
  Author: ibiru
Revision: 162695

update to 1.6.2

Modified:
  dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-28 11:43:56 UTC (rev 162694)
+++ PKGBUILD2012-06-28 11:57:34 UTC (rev 162695)
@@ -3,21 +3,21 @@
 # Contributor: Link Dupont l...@subpop.net
 #
 pkgname=dbus
-pkgver=1.6.0
+pkgver=1.6.2
 pkgrel=1
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
 license=('GPL' 'custom')
-depends=(dbus-core=${pkgver} 'libx11')
-source=(http://dbus.freedesktop.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
+depends=(dbus-core=$pkgver 'libx11')
+source=(http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
 30-dbus)
-md5sums=('16dcae2dd0c76e398381601ac9acdec4'
- '0ebde9920bde83fe26ce32351a7d8954'
+md5sums=('7fbf877ed6ff7da6df90f07158373829'
+ '2cd74b6efca77e4e3aa2b7ccde770668'
  '9fafe8b28460aeaa6054309ef4c5ed92')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
   --with-system-pid-file=/var/run/dbus.pid \
@@ -28,15 +28,15 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  install -m755 -d ${pkgdir}/usr/bin
-  install -m755 -d ${pkgdir}/usr/share/man/man1
-  install -m755 tools/dbus-launch ${pkgdir}/usr/bin/
-  install -m644 doc/dbus-launch.1 ${pkgdir}/usr/share/man/man1/
+  cd $pkgname-$pkgver
+  install -m755 -d $pkgdir/usr/bin
+  install -m755 -d $pkgdir/usr/share/man/man1
+  install -m755 tools/dbus-launch $pkgdir/usr/bin/
+  install -m644 doc/dbus-launch.1 $pkgdir/usr/share/man/man1/
 
-  install -m755 -d ${pkgdir}/etc/X11/xinit/xinitrc.d
-  install -m755 ${srcdir}/30-dbus ${pkgdir}/etc/X11/xinit/xinitrc.d/
+  install -m755 -d $pkgdir/etc/X11/xinit/xinitrc.d
+  install -m755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/
 
-  install -d -m755 ${pkgdir}/usr/share/licenses/dbus
-  install -m644 COPYING ${pkgdir}/usr/share/licenses/dbus/
+  install -d -m755 $pkgdir/usr/share/licenses/dbus
+  install -m644 COPYING $pkgdir/usr/share/licenses/dbus/
 }



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

2012-06-28 Thread Ionut Biru
Date: Thursday, June 28, 2012 @ 07:58:24
  Author: ibiru
Revision: 162696

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

Added:
  dbus/repos/testing-i686/
  dbus/repos/testing-i686/30-dbus
(from rev 162695, dbus/trunk/30-dbus)
  dbus/repos/testing-i686/PKGBUILD
(from rev 162695, dbus/trunk/PKGBUILD)
  dbus/repos/testing-x86_64/
  dbus/repos/testing-x86_64/30-dbus
(from rev 162695, dbus/trunk/30-dbus)
  dbus/repos/testing-x86_64/PKGBUILD
(from rev 162695, dbus/trunk/PKGBUILD)

-+
 testing-i686/30-dbus|8 
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/30-dbus  |8 
 testing-x86_64/PKGBUILD |   42 ++
 4 files changed, 100 insertions(+)

Copied: dbus/repos/testing-i686/30-dbus (from rev 162695, dbus/trunk/30-dbus)
===
--- testing-i686/30-dbus(rev 0)
+++ testing-i686/30-dbus2012-06-28 11:58:24 UTC (rev 162696)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch=`which dbus-launch 2/dev/null`
+if [ -n $dbuslaunch ]  [ -x $dbuslaunch ]  [ -z 
$DBUS_SESSION_BUS_ADDRESS ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi

Copied: dbus/repos/testing-i686/PKGBUILD (from rev 162695, dbus/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-28 11:58:24 UTC (rev 162696)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=(dbus-core=$pkgver 'libx11')
+source=(http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
+30-dbus)
+md5sums=('7fbf877ed6ff7da6df90f07158373829'
+ '2cd74b6efca77e4e3aa2b7ccde770668'
+ '9fafe8b28460aeaa6054309ef4c5ed92')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --disable-verbose-mode --disable-static \
+  --enable-inotify --disable-dnotify \
+  --disable-tests --disable-asserts
+  make -C tools dbus-launch
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -m755 -d $pkgdir/usr/bin
+  install -m755 -d $pkgdir/usr/share/man/man1
+  install -m755 tools/dbus-launch $pkgdir/usr/bin/
+  install -m644 doc/dbus-launch.1 $pkgdir/usr/share/man/man1/
+
+  install -m755 -d $pkgdir/etc/X11/xinit/xinitrc.d
+  install -m755 ../30-dbus $pkgdir/etc/X11/xinit/xinitrc.d/
+
+  install -d -m755 $pkgdir/usr/share/licenses/dbus
+  install -m644 COPYING $pkgdir/usr/share/licenses/dbus/
+}

Copied: dbus/repos/testing-x86_64/30-dbus (from rev 162695, dbus/trunk/30-dbus)
===
--- testing-x86_64/30-dbus  (rev 0)
+++ testing-x86_64/30-dbus  2012-06-28 11:58:24 UTC (rev 162696)
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# launches a session dbus instance
+
+dbuslaunch=`which dbus-launch 2/dev/null`
+if [ -n $dbuslaunch ]  [ -x $dbuslaunch ]  [ -z 
$DBUS_SESSION_BUS_ADDRESS ]; then
+  eval `$dbuslaunch --sh-syntax --exit-with-session`
+fi

Copied: dbus/repos/testing-x86_64/PKGBUILD (from rev 162695, 
dbus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-28 11:58:24 UTC (rev 162696)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus
+pkgver=1.6.2
+pkgrel=1
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=(dbus-core=$pkgver 'libx11')
+source=(http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
+30-dbus)
+md5sums=('7fbf877ed6ff7da6df90f07158373829'
+ '2cd74b6efca77e4e3aa2b7ccde770668'
+ '9fafe8b28460aeaa6054309ef4c5ed92')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/var/run/dbus.pid \
+  --disable-verbose-mode --disable-static \
+  --enable-inotify --disable-dnotify \
+  --disable-tests --disable-asserts
+  make -C tools dbus-launch
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -m755 -d $pkgdir/usr/bin
+  install -m755 -d $pkgdir/usr/share/man/man1
+  install -m755 tools/dbus-launch $pkgdir/usr/bin/
+  

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

2012-06-28 Thread Tobias Powalowski
Date: Thursday, June 28, 2012 @ 09:42:55
  Author: tpowa
Revision: 162697

upgpkg: misdnuser 2.0.13_20120607-1

bump to latest version

Modified:
  misdnuser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-28 11:58:24 UTC (rev 162696)
+++ PKGBUILD2012-06-28 13:42:55 UTC (rev 162697)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=misdnuser
-pkgver=2.0.13_20120524
+pkgver=2.0.13_20120607
 pkgrel=1
 pkgdesc=Tools and library for mISDN
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
   #export CFLAGS+= -g -O0
   #export CXXFLAGS+= -g -O0
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-capi --enable-softdsp 
--with-mISDN_group=uucp
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-capi --enable-softdsp 
--with-mISDN_group=uucp
   make
 }
 
@@ -33,14 +33,11 @@
   mkdir -p ${pkgdir}/usr/lib/udev/rules.d
   mv ${pkgdir}/etc/udev/rules.d/45-misdn.rules ${pkgdir}/usr/lib/udev/rules.d
   rm -r ${pkgdir}/etc/udev/
-  # remove temporary dir /var/run/mISDNcapid
-  rm -r ${pkgdir}/var
   # add systemd files
   install -D -m644 ${srcdir}/mISDNcapid.service 
${pkgdir}/usr/lib/systemd/system/mISDNcapid.service
   install -D -m644 ${srcdir}/mISDNcapid.conf 
${pkgdir}/usr/lib/tmpfiles.d/mISDNcapid.conf
 }
-
-md5sums=('d9b400e9888042e75c14fb3a8c2885cb'
+md5sums=('10b370c2010c9239161095e5d2a1cb3f'
  '2009563b144de037ecb20f8d727a772e'
  '638b399f7e0937639960c4dfb3d5138e'
  '42c3b46880a68c3883ee1ed00af34b45')



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

2012-06-28 Thread Tobias Powalowski
Date: Thursday, June 28, 2012 @ 09:43:33
  Author: tpowa
Revision: 162698

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

Added:
  misdnuser/repos/extra-i686/PKGBUILD
(from rev 162697, misdnuser/trunk/PKGBUILD)
  misdnuser/repos/extra-i686/mISDNcapid.conf
(from rev 162697, misdnuser/trunk/mISDNcapid.conf)
  misdnuser/repos/extra-i686/mISDNcapid.service
(from rev 162697, misdnuser/trunk/mISDNcapid.service)
  misdnuser/repos/extra-i686/misdncapid.rc
(from rev 162697, misdnuser/trunk/misdncapid.rc)
  misdnuser/repos/extra-x86_64/PKGBUILD
(from rev 162697, misdnuser/trunk/PKGBUILD)
  misdnuser/repos/extra-x86_64/mISDNcapid.conf
(from rev 162697, misdnuser/trunk/mISDNcapid.conf)
  misdnuser/repos/extra-x86_64/mISDNcapid.service
(from rev 162697, misdnuser/trunk/mISDNcapid.service)
  misdnuser/repos/extra-x86_64/misdncapid.rc
(from rev 162697, misdnuser/trunk/misdncapid.rc)
Deleted:
  misdnuser/repos/extra-i686/PKGBUILD
  misdnuser/repos/extra-i686/mISDNcapid.conf
  misdnuser/repos/extra-i686/mISDNcapid.service
  misdnuser/repos/extra-i686/misdncapid.rc
  misdnuser/repos/extra-x86_64/PKGBUILD
  misdnuser/repos/extra-x86_64/mISDNcapid.conf
  misdnuser/repos/extra-x86_64/mISDNcapid.service
  misdnuser/repos/extra-x86_64/misdncapid.rc

-+
 extra-i686/PKGBUILD |   89 ++---
 extra-i686/mISDNcapid.conf  |2 
 extra-i686/mISDNcapid.service   |   20 
 extra-i686/misdncapid.rc|   90 +++---
 extra-x86_64/PKGBUILD   |   89 ++---
 extra-x86_64/mISDNcapid.conf|2 
 extra-x86_64/mISDNcapid.service |   20 
 extra-x86_64/misdncapid.rc  |   90 +++---
 8 files changed, 198 insertions(+), 204 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-28 13:42:55 UTC (rev 162697)
+++ extra-i686/PKGBUILD 2012-06-28 13:43:33 UTC (rev 162698)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-
-pkgname=misdnuser
-pkgver=2.0.13_20120524
-pkgrel=1
-pkgdesc=Tools and library for mISDN
-arch=('i686' 'x86_64')
-url=http://www.misdn.org;
-license=('GPL')
-depends=('isdn4k-utils' 'spandsp')
-backup=('etc/capi20.conf') 
-options=('!makeflags' '!libtool' '!strip')
-source=(ftp://ftp.archlinux.org/other/misdnuser/${pkgname}-${pkgver}.tar.gz
-misdncapid.rc
-mISDNcapid.service
-mISDNcapid.conf)
-
-build() {
-  # only enable for debugging!
-  #export CFLAGS+= -g -O0
-  #export CXXFLAGS+= -g -O0
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-capi --enable-softdsp 
--with-mISDN_group=uucp
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -D -m 755 ${srcdir}/misdncapid.rc ${pkgdir}/etc/rc.d/misdncapid
-  # fix udev rule
-  mkdir -p ${pkgdir}/usr/lib/udev/rules.d
-  mv ${pkgdir}/etc/udev/rules.d/45-misdn.rules ${pkgdir}/usr/lib/udev/rules.d
-  rm -r ${pkgdir}/etc/udev/
-  # remove temporary dir /var/run/mISDNcapid
-  rm -r ${pkgdir}/var
-  # add systemd files
-  install -D -m644 ${srcdir}/mISDNcapid.service 
${pkgdir}/usr/lib/systemd/system/mISDNcapid.service
-  install -D -m644 ${srcdir}/mISDNcapid.conf 
${pkgdir}/usr/lib/tmpfiles.d/mISDNcapid.conf
-}
-
-md5sums=('d9b400e9888042e75c14fb3a8c2885cb'
- '2009563b144de037ecb20f8d727a772e'
- '638b399f7e0937639960c4dfb3d5138e'
- '42c3b46880a68c3883ee1ed00af34b45')

Copied: misdnuser/repos/extra-i686/PKGBUILD (from rev 162697, 
misdnuser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-28 13:43:33 UTC (rev 162698)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=misdnuser
+pkgver=2.0.13_20120607
+pkgrel=1
+pkgdesc=Tools and library for mISDN
+arch=('i686' 'x86_64')
+url=http://www.misdn.org;
+license=('GPL')
+depends=('isdn4k-utils' 'spandsp')
+backup=('etc/capi20.conf') 
+options=('!makeflags' '!libtool' '!strip')
+source=(ftp://ftp.archlinux.org/other/misdnuser/${pkgname}-${pkgver}.tar.gz
+misdncapid.rc
+mISDNcapid.service
+mISDNcapid.conf)
+
+build() {
+  # only enable for debugging!
+  #export CFLAGS+= -g -O0
+  #export CXXFLAGS+= -g -O0
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-capi --enable-softdsp 
--with-mISDN_group=uucp
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m 755 ${srcdir}/misdncapid.rc ${pkgdir}/etc/rc.d/misdncapid
+  # fix udev rule
+  mkdir -p ${pkgdir}/usr/lib/udev/rules.d
+  mv ${pkgdir}/etc/udev/rules.d/45-misdn.rules ${pkgdir}/usr/lib/udev/rules.d
+  rm -r ${pkgdir}/etc/udev/
+  # add 

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

2012-06-28 Thread Ionut Biru
Date: Thursday, June 28, 2012 @ 10:04:37
  Author: ibiru
Revision: 162699

fix console auth dir path
the code doesn't handle a path without the ending /

Modified:
  dbus-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-28 13:43:33 UTC (rev 162698)
+++ PKGBUILD2012-06-28 14:04:37 UTC (rev 162699)
@@ -4,7 +4,7 @@
 #
 pkgname=dbus-core
 pkgver=1.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Freedesktop.org message bus system
 url=http://www.freedesktop.org/Software/dbus;
 arch=(i686 x86_64)
@@ -25,7 +25,7 @@
   --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
   --with-system-pid-file=/run/dbus/pid \
   --with-system-socket=/run/dbus/system_bus_socket \
-  --with-console-auth-dir=/run/console \
+  --with-console-auth-dir=/run/console/ \
   --enable-inotify --disable-dnotify \
   --disable-verbose-mode --disable-static \
   --disable-tests --disable-asserts \



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

2012-06-28 Thread Ionut Biru
Date: Thursday, June 28, 2012 @ 10:06:31
  Author: ibiru
Revision: 162700

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

Added:
  dbus-core/repos/testing-i686/PKGBUILD
(from rev 162699, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-i686/dbus
(from rev 162699, dbus-core/trunk/dbus)
  dbus-core/repos/testing-i686/dbus.install
(from rev 162699, dbus-core/trunk/dbus.install)
  dbus-core/repos/testing-x86_64/PKGBUILD
(from rev 162699, dbus-core/trunk/PKGBUILD)
  dbus-core/repos/testing-x86_64/dbus
(from rev 162699, dbus-core/trunk/dbus)
  dbus-core/repos/testing-x86_64/dbus.install
(from rev 162699, dbus-core/trunk/dbus.install)
Deleted:
  dbus-core/repos/testing-i686/PKGBUILD
  dbus-core/repos/testing-i686/dbus
  dbus-core/repos/testing-i686/dbus.install
  dbus-core/repos/testing-x86_64/PKGBUILD
  dbus-core/repos/testing-x86_64/dbus
  dbus-core/repos/testing-x86_64/dbus.install

-+
 testing-i686/PKGBUILD   |  106 +-
 testing-i686/dbus   |  102 
 testing-i686/dbus.install   |   46 +-
 testing-x86_64/PKGBUILD |  106 +-
 testing-x86_64/dbus |  102 
 testing-x86_64/dbus.install |   46 +-
 6 files changed, 254 insertions(+), 254 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-06-28 14:04:37 UTC (rev 162699)
+++ testing-i686/PKGBUILD   2012-06-28 14:06:31 UTC (rev 162700)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Link Dupont l...@subpop.net
-#
-pkgname=dbus-core
-pkgver=1.6.2
-pkgrel=1
-pkgdesc=Freedesktop.org message bus system
-url=http://www.freedesktop.org/Software/dbus;
-arch=(i686 x86_64)
-license=('GPL' 'custom')
-depends=('expat' 'coreutils' 'filesystem' 'libsystemd' 'shadow' 
'systemd-tools') # shadow for install scriptlet FS#29341
-makedepends=('libx11')
-options=(!libtool)
-install=dbus.install
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
-dbus)
-md5sums=('7fbf877ed6ff7da6df90f07158373829'
- '2cd74b6efca77e4e3aa2b7ccde770668'
- 'f0364f3f5dc5f653bb05d39aa36e3264')
-
-build() {
-  cd dbus-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
-  --with-system-pid-file=/run/dbus/pid \
-  --with-system-socket=/run/dbus/system_bus_socket \
-  --with-console-auth-dir=/run/console \
-  --enable-inotify --disable-dnotify \
-  --disable-verbose-mode --disable-static \
-  --disable-tests --disable-asserts \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --enable-systemd
-  make
-}
-
-package(){
-  cd dbus-$pkgver
-  make DESTDIR=$pkgdir install
-
-  rm -f $pkgdir/usr/bin/dbus-launch
-  rm -f $pkgdir/usr/share/man/man1/dbus-launch.1
-  rm -rf $pkgdir/var/run
-
-  install -m755 -d $pkgdir/etc/rc.d
-  install -m755 ../dbus $pkgdir/etc/rc.d/
-
-  #Fix configuration file
-  sed -i -e 's|user81/user|userdbus/user|' 
$pkgdir/etc/dbus-1/system.conf
-
-  install -dm755 $pkgdir/usr/share/licenses/dbus-core
-  install -m644 COPYING $pkgdir/usr/share/licenses/dbus-core/
-}

Copied: dbus-core/repos/testing-i686/PKGBUILD (from rev 162699, 
dbus-core/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-28 14:06:31 UTC (rev 162700)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Link Dupont l...@subpop.net
+#
+pkgname=dbus-core
+pkgver=1.6.2
+pkgrel=2
+pkgdesc=Freedesktop.org message bus system
+url=http://www.freedesktop.org/Software/dbus;
+arch=(i686 x86_64)
+license=('GPL' 'custom')
+depends=('expat' 'coreutils' 'filesystem' 'libsystemd' 'shadow' 
'systemd-tools') # shadow for install scriptlet FS#29341
+makedepends=('libx11')
+options=(!libtool)
+install=dbus.install
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-$pkgver.tar.gz{,.asc}
+dbus)
+md5sums=('7fbf877ed6ff7da6df90f07158373829'
+ '2cd74b6efca77e4e3aa2b7ccde770668'
+ 'f0364f3f5dc5f653bb05d39aa36e3264')
+
+build() {
+  cd dbus-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+  --with-system-pid-file=/run/dbus/pid \
+  --with-system-socket=/run/dbus/system_bus_socket \
+  --with-console-auth-dir=/run/console/ \
+  --enable-inotify --disable-dnotify \
+  --disable-verbose-mode --disable-static \
+  --disable-tests --disable-asserts \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --enable-systemd
+  make
+}
+
+package(){

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

2012-06-28 Thread Tobias Powalowski
Date: Thursday, June 28, 2012 @ 10:45:43
  Author: tpowa
Revision: 162701

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

Added:
  isdn4k-utils/repos/core-i686/PKGBUILD
(from rev 162700, isdn4k-utils/repos/testing-i686/PKGBUILD)
  isdn4k-utils/repos/core-i686/config
(from rev 162700, isdn4k-utils/repos/testing-i686/config)
  isdn4k-utils/repos/core-i686/isdn4k-utils-3.2p1-build.patch
(from rev 162700, 
isdn4k-utils/repos/testing-i686/isdn4k-utils-3.2p1-build.patch)
  isdn4k-utils/repos/core-x86_64/PKGBUILD
(from rev 162700, isdn4k-utils/repos/testing-x86_64/PKGBUILD)
  isdn4k-utils/repos/core-x86_64/config
(from rev 162700, isdn4k-utils/repos/testing-x86_64/config)
  isdn4k-utils/repos/core-x86_64/isdn4k-utils-3.2p1-build.patch
(from rev 162700, 
isdn4k-utils/repos/testing-x86_64/isdn4k-utils-3.2p1-build.patch)
Deleted:
  isdn4k-utils/repos/core-i686/PKGBUILD
  isdn4k-utils/repos/core-i686/config
  isdn4k-utils/repos/core-i686/isdn4k-utils-3.2p1-build.patch
  isdn4k-utils/repos/core-x86_64/PKGBUILD
  isdn4k-utils/repos/core-x86_64/config
  isdn4k-utils/repos/core-x86_64/isdn4k-utils-3.2p1-build.patch
  isdn4k-utils/repos/testing-i686/
  isdn4k-utils/repos/testing-x86_64/

+
 core-i686/PKGBUILD |   77 
 core-i686/config   |  203 -
 core-i686/isdn4k-utils-3.2p1-build.patch   | 4056 +--
 core-x86_64/PKGBUILD   |   77 
 core-x86_64/config |  203 -
 core-x86_64/isdn4k-utils-3.2p1-build.patch | 4056 +--
 6 files changed, 4338 insertions(+), 4334 deletions(-)

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


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

2012-06-28 Thread andyrtr
Date: Thursday, June 28, 2012 @ 13:12:15
  Author: andyrtr
Revision: 162702

upgpkg: nx 3.5.0.14-1

upstream update 3.5.0.14

Modified:
  nx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-28 14:45:43 UTC (rev 162701)
+++ PKGBUILD2012-06-28 17:12:15 UTC (rev 162702)
@@ -3,7 +3,7 @@
 
 pkgbase=nx
 pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'nx-headers')
-pkgver=3.5.0.13
+pkgver=3.5.0.14
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://wiki.x2go.org/;
@@ -14,7 +14,7 @@
  )
 
source=(http://code.x2go.org/releases/source/nx-libs/nx-libs_$pkgver-full.tar.gz
 nx-x11.ld.so.conf.d)
-md5sums=('2c80e570d35a25989f8606e1f3620026'
+md5sums=('f20f5a12e15849bae8a1f2d7b44830ab'
  'f2ec60c7e2d81bef2f7292d2b33681a6')
 
 build() {



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

2012-06-28 Thread andyrtr
Date: Thursday, June 28, 2012 @ 13:12:56
  Author: andyrtr
Revision: 162703

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

Added:
  nx/repos/extra-i686/PKGBUILD
(from rev 162702, nx/trunk/PKGBUILD)
  nx/repos/extra-i686/nx-x11.ld.so.conf.d
(from rev 162702, nx/trunk/nx-x11.ld.so.conf.d)
  nx/repos/extra-x86_64/PKGBUILD
(from rev 162702, nx/trunk/PKGBUILD)
  nx/repos/extra-x86_64/nx-x11.ld.so.conf.d
(from rev 162702, nx/trunk/nx-x11.ld.so.conf.d)
Deleted:
  nx/repos/extra-i686/PKGBUILD
  nx/repos/extra-i686/nx-x11.ld.so.conf.d
  nx/repos/extra-x86_64/PKGBUILD
  nx/repos/extra-x86_64/nx-x11.ld.so.conf.d

--+
 extra-i686/PKGBUILD  |  232 ++---
 extra-i686/nx-x11.ld.so.conf.d   |2 
 extra-x86_64/PKGBUILD|  232 ++---
 extra-x86_64/nx-x11.ld.so.conf.d |2 
 4 files changed, 234 insertions(+), 234 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-28 17:12:15 UTC (rev 162702)
+++ extra-i686/PKGBUILD 2012-06-28 17:12:56 UTC (rev 162703)
@@ -1,116 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=nx
-pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'nx-headers')
-pkgver=3.5.0.13
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://wiki.x2go.org/;
-license=('GPL')
-options=('!makeflags')
-makedepends=('libjpeg-turbo' 'libpng' 'bash' 'perl' # runtime dependencies 
from subpackages
- 'xproto' 'freetype2' 'libxaw' 'libxrender' 'libxp' 'libxpm' 
'libxdamage' 'libxrandr' 'libxcomposite' 'libxtst' 'xorg-sessreg' # makedepends
- )
-source=(http://code.x2go.org/releases/source/nx-libs/nx-libs_$pkgver-full.tar.gz
-nx-x11.ld.so.conf.d)
-md5sums=('2c80e570d35a25989f8606e1f3620026'
- 'f2ec60c7e2d81bef2f7292d2b33681a6')
-
-build() {
-  cd ${srcdir}/nx-libs_$pkgver
-  make CONFIGURE=./configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --includedir=/usr/include
-  # fake install
-  mkdir $srcdir/fakeinstall
-  make DESTDIR=$srcdir/fakeinstall install
-}
-
-package_libxcomp() {
-  
-  pkgdesc=NX X compression library
-  depends=('libjpeg-turbo' 'libpng' 'gcc-libs')
-   
-  install -dm755 ${pkgdir}/usr/lib/nx/lib
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcomp.so* ${pkgdir}/usr/lib/nx/lib
-  cd ${pkgdir}/usr/lib/
-  ln -sv /usr/lib/nx/lib/libXcomp.so{,.3,.3.5.0} .
-}
-
-package_nxproxy() {
-
-  pkgdesc=NX proxy
-  depends=('libxcomp')
-  
-  install -dm755 ${pkgdir}/usr/{bin,share/man/man1,lib/nx/bin}
-  cp -a ${srcdir}/fakeinstall/usr/bin/nxproxy ${pkgdir}/usr/lib/nx/bin
-  cd ${pkgdir}/usr/lib/nx
-  ln -sv /usr/lib/nx/bin/nxproxy .
-  
-  # the wrapper
-  cp -a ${srcdir}/nx-libs_$pkgver/bin/nxproxy ${pkgdir}/usr/bin
-  chmod +x ${pkgdir}/usr/bin/nxproxy
-  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxproxy.1 
${pkgdir}/usr/share/man/man1
-}
-
-package_nx-xcompext() {
-  
-  pkgdesc=Xcompext/Xcompshad library for NX
-  depends=('libxcomp' 'nx-x11')
-   
-  install -dm755 ${pkgdir}/usr/lib/nx
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompext.so.3.5.0 
${pkgdir}/usr/lib/nx
-  cd ${pkgdir}/usr/lib/nx
-  ln -sv libXcompext.so.3.5.0 libXcompext.so.3
-  ln -sv libXcompext.so.3.5.0 libXcompext.so
-  cd ${pkgdir}/usr/lib/
-  ln -sv /usr/lib/nx/libXcompext.so{,.3,.3.5.0} .
-}
-
-package_nx-x11() {
- 
-  pkgdesc=NX-X11 lib for the NX framework
-  depends=('libxcomp')
-   
-  install -dm755 ${pkgdir}/{etc/ld.so.conf.d,usr/bin,usr/lib/nx/bin}
-  cp -aR ${srcdir}/fakeinstall/usr/lib/NX3/lib*/nx/lib*.so* 
${pkgdir}/usr/lib/nx
-
-  cp -a ${srcdir}/fakeinstall/usr/lib/NX3/bin/nxauth ${pkgdir}/usr/lib/nx/bin
-  cd ${pkgdir}/usr/lib/nx
-  ln -sv /usr/lib/nx/bin/nxauth .
-  
-  # the wrapper
-  cp -a ${srcdir}/nx-libs_$pkgver/bin/nxauth ${pkgdir}/usr/bin
-  chmod +x ${pkgdir}/usr/bin/nxauth
-  
-  install -m 644 $srcdir/nx-x11.ld.so.conf.d 
$pkgdir/etc/ld.so.conf.d/nx.conf
-}
-
-package_nxagent() {
-  
-  pkgdesc=NX X server based on Xnest
-  depends=('nx-xcompext')
-   
-  install -dm755 ${pkgdir}/usr/{bin,lib/nx/bin}
-  cp -aR ${srcdir}/fakeinstall/usr/lib/NX3/bin/nxagent ${pkgdir}/usr/lib/nx/bin
-  cd ${pkgdir}/usr/lib/nx
-  ln -sv /usr/lib/nx/bin/nxagent .
-  
-  # the wrapper
-  cp -a ${srcdir}/nx-libs_$pkgver/bin/nxagent ${pkgdir}/usr/bin
-  chmod +x ${pkgdir}/usr/bin/nxagent
-  # required nxcompshad libs
-  cp -a ${srcdir}/nx-libs_$pkgver/nxcompshad/libXcompshad.so.3.5.0 
${pkgdir}/usr/lib/nx
-  cd ${pkgdir}/usr/lib/nx
-  ln -sv libXcompshad.so.3.5.0 libXcompshad.so.3
-  ln -sv libXcompshad.so.3.5.0 libXcompshad.so
-  cd ${pkgdir}/usr/lib/
-  ln -sv /usr/lib/nx/libXcompshad.so{,.3,.3.5.0} .
-}
-
-package_nx-headers() {
-
-  pkgdesc=NX headers
-  
-  install -dm755 ${pkgdir}/usr/include/nx
-  cp -aR ${srcdir}/fakeinstall/usr/include/nx/* ${pkgdir}/usr/include/nx
-}  

Copied: 

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

2012-06-28 Thread andyrtr
Date: Thursday, June 28, 2012 @ 13:16:06
  Author: andyrtr
Revision: 162704

upgpkg: getmail 4.30.2-1

upstream update 4.30.2

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-28 17:12:56 UTC (rev 162703)
+++ PKGBUILD2012-06-28 17:16:06 UTC (rev 162704)
@@ -3,7 +3,7 @@
 # Committer: Manolis Tzanidakis mano...@archlinux.org
 
 pkgname=getmail
-pkgver=4.30.1
+pkgver=4.30.2
 pkgrel=1
 pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=('python2')
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('1afc34620b574feaec65b61ba9859617')
+md5sums=('15b475c79ce2ffe0b588999a3a035f2d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-06-28 Thread andyrtr
Date: Thursday, June 28, 2012 @ 13:16:28
  Author: andyrtr
Revision: 162705

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 162704, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-06-28 17:16:06 UTC (rev 162704)
+++ PKGBUILD2012-06-28 17:16:28 UTC (rev 162705)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-# Committer: Manolis Tzanidakis mano...@archlinux.org
-
-pkgname=getmail
-pkgver=4.30.1
-pkgrel=1
-pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
-arch=(any)
-url=http://pyropus.ca/software/getmail;
-license=(GPL)
-depends=('python2')
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-md5sums=('1afc34620b574feaec65b61ba9859617')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-  # fix some broken shebang calls
-  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
-  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 162704, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-28 17:16:28 UTC (rev 162705)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Committer: Manolis Tzanidakis mano...@archlinux.org
+
+pkgname=getmail
+pkgver=4.30.2
+pkgrel=1
+pkgdesc=A POP3 mail retriever with reliable Maildir and command delivery.
+arch=(any)
+url=http://pyropus.ca/software/getmail;
+license=(GPL)
+depends=('python2')
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+md5sums=('15b475c79ce2ffe0b588999a3a035f2d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+  # fix some broken shebang calls
+  sed -i -e s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2| 
$pkgdir/usr/lib/python2.7/site-packages/getmailcore/__init__.py
+  sed -i -e s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2| $(find 
$pkgdir -name '*.py')
+}



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

2012-06-28 Thread andyrtr
Date: Thursday, June 28, 2012 @ 13:29:10
  Author: andyrtr
Revision: 162706

upgpkg: hplip 3.12.6-3

PyQT rebuild and fix optdep name python2-dbus

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-28 17:16:28 UTC (rev 162705)
+++ PKGBUILD2012-06-28 17:29:10 UTC (rev 162706)
@@ -5,7 +5,7 @@
 
 pkgname=hplip
 pkgver=3.12.6
-pkgrel=2
+pkgrel=3
 pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
 arch=('i686' 'x86_64')
 url=http://hplipopensource.com;
@@ -14,7 +14,7 @@
 'net-snmp=5.7.1')
 makedepends=('python2-pyqt' 'python2-gobject2' 'sane' 'rpcbind' 'cups' 
'libusbx')
 optdepends=('cups: for printing support'
-'dbus-python: for dbus support'
+'python2-dbus: for dbus support'
 'sane: for scanner support'
 'python-imaging: for commandline scanning support'
 'python-notify: for Desktop notification support'



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

2012-06-28 Thread andyrtr
Date: Thursday, June 28, 2012 @ 13:29:42
  Author: andyrtr
Revision: 162707

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

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

--+
 testing-i686/PKGBUILD|   86 +
 testing-i686/hplip.install   |   18 
 testing-x86_64/PKGBUILD  |   86 +
 testing-x86_64/hplip.install |   18 
 4 files changed, 208 insertions(+)

Copied: hplip/repos/testing-i686/PKGBUILD (from rev 162706, 
hplip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-28 17:29:42 UTC (rev 162707)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor : Rémy Oudompheng r...@archlinux.org
+# Contributor: Morgan LEFIEUX com...@archlinuxfr.org
+
+pkgname=hplip
+pkgver=3.12.6
+pkgrel=3
+pkgdesc=Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet
+arch=('i686' 'x86_64')
+url=http://hplipopensource.com;
+license=('GPL')
+depends=('python2' 'ghostscript=8.64-6' 'foomatic-db' 'foomatic-db-engine'
+'net-snmp=5.7.1')
+makedepends=('python2-pyqt' 'python2-gobject2' 'sane' 'rpcbind' 'cups' 
'libusbx')
+optdepends=('cups: for printing support'
+'python2-dbus: for dbus support'
+'sane: for scanner support'
+'python-imaging: for commandline scanning support'
+'python-notify: for Desktop notification support'
+'rpcbind: for network support'
+'python2-pyqt: for running hp-toolbox'
+'python2-gobject2: for running hp-toolbox'
+'hplip-plugin: binary blobs for specific devices'
+'libusbx: for advanced usb support')
+options=('!libtool')
+install=hplip.install
+source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('5303938e8630775ea6fb383af85775e5'
+ 'b562457e4c713d8609b3d6dd2be10baf')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ export PYTHON=python2
+ 
+ find . -type f -exec sed -i 's~^#.*env python~#!/usr/bin/env python2~' {} +
+ sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' setup.py makeuri.py 
base/magic.py
+ sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' ui/upgradeform.py 
uninstall.py upgrade.py config_usb_printer.py
+ sed -i 's|python ./print.py|python2 ./print.py|' scan.py
+ sed -i 's|python ./testpage.py|python2 ./testpage.py|' setup.py
+ sed -i 's|python ./setup.py|python2 ./setup.py|' ui4/devmgr5.py 
ui4/nodevicesdialog.py 
+ sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py
+ sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py
+ 
+
+ # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
+ # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
+ # The hpcups driver does not use foomatic-rip
+   local i
+   for i in ppd/hpijs/*.ppd.gz ; do
+   rm -f ${i}.temp
+   gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
+   gzip  ${i}.temp || return 1
+   mv ${i}.temp ${i}
+   done
+   
+ export AUTOMAKE='automake --foreign'
+ autoreconf --force --install
+
+ ./configure --prefix=/usr \
+ --enable-qt4 \
+ --disable-foomatic-rip-hplip-install \
+ --enable-foomatic-ppd-install \
+ --enable-hpcups-install \
+ --enable-new-hpcups \
+ --enable-cups-ppd-install \
+ --enable-cups-drv-install \
+ --enable-hpijs-install \
+ --enable-foomatic-drv-install \
+ --enable-pp-build \
+ --enable-udev-acl-rules #--help
+
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make rulesdir=/lib/udev/rules.d DESTDIR=$pkgdir/ install
+ # remove config provided by sane and autostart of hp-daemon
+ rm -rf $pkgdir/etc/{sane.d,xdg}
+ # remove HAL .fdi file because HAL is no longer used
+ rm -rf $pkgdir/usr/share/hal
+ # move to /usr
+ mv $pkgdir/lib/udev $pkgdir/usr/lib/
+ rm $pkgdir/lib -r
+}

Copied: hplip/repos/testing-i686/hplip.install (from rev 162706, 
hplip/trunk/hplip.install)
===
--- testing-i686/hplip.install  (rev 0)
+++ testing-i686/hplip.install  2012-06-28 17:29:42 UTC (rev 162707)
@@ -0,0 +1,18 @@
+post_install() {
+  cat  EOF
+
+NOTE
+
+# If you want to use this driver with sane:
+#  echo hpaio  /etc/sane.d/dll.conf
+
+EOF
+}
+

[arch-commits] Commit in grub2/repos (58 files)

2012-06-28 Thread Ronald van Haren
Date: Thursday, June 28, 2012 @ 13:44:39
  Author: ronald
Revision: 162708

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

Added:
  grub2/repos/extra-i686/05_archtheme
(from rev 162707, grub2/repos/testing-i686/05_archtheme)
  grub2/repos/extra-i686/20_memtest86+
(from rev 162707, grub2/repos/testing-i686/20_memtest86+)
  grub2/repos/extra-i686/PKGBUILD
(from rev 162707, grub2/repos/testing-i686/PKGBUILD)
  grub2/repos/extra-i686/archlinux_grub2_mkconfig_fixes.patch
(from rev 162707, 
grub2/repos/testing-i686/archlinux_grub2_mkconfig_fixes.patch)
  grub2/repos/extra-i686/archlinux_grub_mkconfig_fixes.patch
(from rev 162707, 
grub2/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch)
  grub2/repos/extra-i686/fix_stack_pointer_handling_16_relocator.patch
(from rev 162707, 
grub2/repos/testing-i686/fix_stack_pointer_handling_16_relocator.patch)
  grub2/repos/extra-i686/grub-install.fix
(from rev 162707, grub2/repos/testing-i686/grub-install.fix)
  grub2/repos/extra-i686/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch
(from rev 162707, 
grub2/repos/testing-i686/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch)
  grub2/repos/extra-i686/grub.cfg
(from rev 162707, grub2/repos/testing-i686/grub.cfg)
  grub2/repos/extra-i686/grub.default
(from rev 162707, grub2/repos/testing-i686/grub.default)
  grub2/repos/extra-i686/grub2.install
(from rev 162707, grub2/repos/testing-i686/grub2.install)
  grub2/repos/extra-i686/grub2_automake_1.11.2_pkglib_to_pkgdata.patch
(from rev 162707, 
grub2/repos/testing-i686/grub2_automake_1.11.2_pkglib_to_pkgdata.patch)
  grub2/repos/extra-i686/grub2_bzr_export.sh
(from rev 162707, grub2/repos/testing-i686/grub2_bzr_export.sh)
  grub2/repos/extra-i686/grub_extras_lua_args_fix.patch
(from rev 162707, grub2/repos/testing-i686/grub_extras_lua_args_fix.patch)
  grub2/repos/extra-x86_64/05_archtheme
(from rev 162707, grub2/repos/testing-x86_64/05_archtheme)
  grub2/repos/extra-x86_64/20_memtest86+
(from rev 162707, grub2/repos/testing-x86_64/20_memtest86+)
  grub2/repos/extra-x86_64/PKGBUILD
(from rev 162707, grub2/repos/testing-x86_64/PKGBUILD)
  grub2/repos/extra-x86_64/archlinux_grub2_mkconfig_fixes.patch
(from rev 162707, 
grub2/repos/testing-x86_64/archlinux_grub2_mkconfig_fixes.patch)
  grub2/repos/extra-x86_64/archlinux_grub_mkconfig_fixes.patch
(from rev 162707, 
grub2/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch)
  grub2/repos/extra-x86_64/fix_stack_pointer_handling_16_relocator.patch
(from rev 162707, 
grub2/repos/testing-x86_64/fix_stack_pointer_handling_16_relocator.patch)
  grub2/repos/extra-x86_64/grub-install.fix
(from rev 162707, grub2/repos/testing-x86_64/grub-install.fix)
  
grub2/repos/extra-x86_64/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch
(from rev 162707, 
grub2/repos/testing-x86_64/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch)
  grub2/repos/extra-x86_64/grub.cfg
(from rev 162707, grub2/repos/testing-x86_64/grub.cfg)
  grub2/repos/extra-x86_64/grub.default
(from rev 162707, grub2/repos/testing-x86_64/grub.default)
  grub2/repos/extra-x86_64/grub2.install
(from rev 162707, grub2/repos/testing-x86_64/grub2.install)
  grub2/repos/extra-x86_64/grub2_automake_1.11.2_pkglib_to_pkgdata.patch
(from rev 162707, 
grub2/repos/testing-x86_64/grub2_automake_1.11.2_pkglib_to_pkgdata.patch)
  grub2/repos/extra-x86_64/grub2_bzr_export.sh
(from rev 162707, grub2/repos/testing-x86_64/grub2_bzr_export.sh)
  grub2/repos/extra-x86_64/grub_extras_lua_args_fix.patch
(from rev 162707, grub2/repos/testing-x86_64/grub_extras_lua_args_fix.patch)
Deleted:
  grub2/repos/extra-i686/05_archtheme
  grub2/repos/extra-i686/20_memtest86+
  grub2/repos/extra-i686/PKGBUILD
  grub2/repos/extra-i686/archlinux_grub2_mkconfig_fixes.patch
  grub2/repos/extra-i686/archlinux_grub_mkconfig_fixes.patch
  grub2/repos/extra-i686/fix_stack_pointer_handling_16_relocator.patch
  grub2/repos/extra-i686/grub-install.fix
  grub2/repos/extra-i686/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch
  grub2/repos/extra-i686/grub.cfg
  grub2/repos/extra-i686/grub.default
  grub2/repos/extra-i686/grub2.install
  grub2/repos/extra-i686/grub2_automake_1.11.2_pkglib_to_pkgdata.patch
  grub2/repos/extra-i686/grub2_bzr_export.sh
  grub2/repos/extra-i686/grub_extras_lua_args_fix.patch
  grub2/repos/extra-x86_64/05_archtheme
  grub2/repos/extra-x86_64/20_memtest86+
  grub2/repos/extra-x86_64/PKGBUILD
  grub2/repos/extra-x86_64/archlinux_grub2_mkconfig_fixes.patch
  grub2/repos/extra-x86_64/archlinux_grub_mkconfig_fixes.patch
  grub2/repos/extra-x86_64/fix_stack_pointer_handling_16_relocator.patch
  grub2/repos/extra-x86_64/grub-install.fix
  
grub2/repos/extra-x86_64/grub-mkconfig-Use_outside_GRUB_PREFIX_if_defined.patch
  grub2/repos/extra-x86_64/grub.cfg
  grub2/repos/extra-x86_64/grub.default
  grub2/repos/extra-x86_64/grub2.install
  

[arch-commits] Commit in grub/trunk (14 files)

2012-06-28 Thread Ronald van Haren
Date: Thursday, June 28, 2012 @ 13:46:43
  Author: ronald
Revision: 162709

remove old grub1 files

Deleted:
  grub/trunk/040_all_grub-0.96-nxstack.patch
  grub/trunk/05-grub-0.97-initrdaddr.diff
  grub/trunk/PKGBUILD
  grub/trunk/ext4.patch
  grub/trunk/grub-0.97-gpt.patch
  grub/trunk/grub-0.97-ldflags-objcopy-remove-build-id.patch
  grub/trunk/grub-inode-size.patch
  grub/trunk/grub.install
  grub/trunk/i2o.patch
  grub/trunk/install-grub
  grub/trunk/intelmac.patch
  grub/trunk/menu.lst
  grub/trunk/more-raid.patch
  grub/trunk/special-devices.patch

-+
 040_all_grub-0.96-nxstack.patch |  623 --
 05-grub-0.97-initrdaddr.diff|   16 
 PKGBUILD|  104 ---
 ext4.patch  |  263 -
 grub-0.97-gpt.patch |  315 ---
 grub-0.97-ldflags-objcopy-remove-build-id.patch |  196 --
 grub-inode-size.patch   |  100 ---
 grub.install|   20 
 i2o.patch   |   45 -
 install-grub|  204 ---
 intelmac.patch  |   67 --
 menu.lst|   48 -
 more-raid.patch |  100 ---
 special-devices.patch   |   18 
 14 files changed, 2119 deletions(-)

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


[arch-commits] Commit in grub/trunk (7 files)

2012-06-28 Thread Ronald van Haren
Date: Thursday, June 28, 2012 @ 13:51:38
  Author: ronald
Revision: 162710

add grub 2.00 files

Added:
  grub/trunk/20_memtest86+
  grub/trunk/PKGBUILD
  grub/trunk/archlinux_grub_mkconfig_fixes.patch
  grub/trunk/grub.cfg
  grub/trunk/grub.default
  grub/trunk/grub.install
  grub/trunk/grub_bzr_export.sh

-+
 20_memtest86+   |   29 +++
 PKGBUILD|  249 ++
 archlinux_grub_mkconfig_fixes.patch |  143 +++
 grub.cfg|  139 ++
 grub.default|   47 ++
 grub.install|   33 
 grub_bzr_export.sh  |  113 +++
 7 files changed, 753 insertions(+)

Added: 20_memtest86+
===
--- 20_memtest86+   (rev 0)
+++ 20_memtest86+   2012-06-28 17:51:38 UTC (rev 162710)
@@ -0,0 +1,29 @@
+#! /bin/sh -e
+
+# This script generates a memtest86+ entry on grub.cfg #
+# if memtest is installed on the system.   #
+
+
+prefix=/usr
+exec_prefix=${prefix}
+
+datarootdir=/usr/share
+datadir=${datarootdir}
+
+. ${datadir}/grub/grub-mkconfig_lib
+
+MEMTEST86_IMAGE=/boot/memtest86+/memtest.bin
+CLASS=--class memtest86 --class gnu --class tool
+
+if [ -e $MEMTEST86_IMAGE ]  is_path_readable_by_grub $MEMTEST86_IMAGE; then
+  # image exists, create menu entry
+  echo Found memtest86+ image: $MEMTEST86_IMAGE 2
+  cat  EOF
+menuentry Memory test (memtest86+) $CLASS {
+EOF
+  prepare_grub_to_access_device `${grub_probe} --target=device 
$MEMTEST86_IMAGE` | sed -e s/^/  /
+  cat  EOF
+  linux16 (\$root)`make_system_path_relative_to_its_root $MEMTEST86_IMAGE`
+}
+EOF
+fi

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-06-28 17:51:38 UTC (rev 162710)
@@ -0,0 +1,249 @@
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+
+_grub_lua_ver=24
+_grub_ntldr_ver=21
+_grub_915_ver=9
+
+pkgname=('grub-common' 'grub-bios' 'grub-efi-i386')
+pkgbase=grub
+pkgver=2.00
+pkgrel=1
+url=https://www.gnu.org/software/grub/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+makedepends=('xz' 'bdf-unifont' 'ttf-dejavu' 'python' 'autogen'
+ 'texinfo' 'help2man' 'gettext' 'device-mapper' 'fuse')
+
+source=(http://ftp.gnu.org/gnu/grub/grub-${pkgver}.tar.xz;
+
ftp://ftp.archlinux.org/other/grub2/grub2_extras_lua_r${_grub_lua_ver}.tar.xz;
+
ftp://ftp.archlinux.org/other/grub2/grub2_extras_ntldr-img_r${_grub_ntldr_ver}.tar.xz;
+
ftp://ftp.archlinux.org/other/grub2/grub2_extras_915resolution_r${_grub_915_ver}.tar.xz;
+'archlinux_grub_mkconfig_fixes.patch'
+'grub.default'
+'grub.cfg'
+'20_memtest86+'
+'grub_bzr_export.sh')
+
+noextract=(grub2_extras_lua_r${_grub_lua_ver}.tar.xz
+   grub2_extras_ntldr-img_r${_grub_ntldr_ver}.tar.xz
+   grub2_extras_915resolution_r${_grub_915_ver}.tar.xz)
+
+sha1sums=('274d91e96b56a5b9dd0a07accff69dbb6dfb596b'
+  '89290031b974780c6df76893836d2477d4add895'
+  'eb4b35b4c36b64f9405cbcbc538cb205171c1c0a'
+  'd5ae2efec25616028a9d89e98b6e454f1c4c415f'
+  '26e4e946190bea1f03632658cf08ba90e11dec57'
+  'dbf493dec4722feb11f0b5c71ad453a18daf0fc5'
+  '76ae862a945a8848e6999adf8ad1847f0f7008b9'
+  'ce35d7ae75cd1b5b677e894e528f96add40e77b9'
+  '0cfd4e51cdb14a92f06cfd3c607f2aa21f3e55fc')
+
+_build_grub-common_and_bios() {
+
+   ## copy the source for building the common/bios package
+   cp -r ${srcdir}/grub-${pkgver} ${srcdir}/grub_bios-${pkgver}
+   cd ${srcdir}/grub_bios-${pkgver}
+
+   ## Apply Archlinux specific fixes to enable grub-mkconfig detect Arch 
kernels and initramfs
+   patch -Np1 -i ${srcdir}/archlinux_grub_mkconfig_fixes.patch
+   echo
+
+   ## fix unifont.bdf location so that grub-mkfont can create *.pf2 files
+   sed 's|/usr/share/fonts/unifont|/usr/share/fonts/unifont 
/usr/share/fonts/misc|g' -i ${srcdir}/grub_bios-${pkgver}/configure.ac
+
+   ## fix DejaVuSans.ttf location so that grub-mkfont can create *.pf2 
files for starfield theme
+   sed 's|/usr/share/fonts/dejavu|/usr/share/fonts/dejavu 
/usr/share/fonts/TTF|g' -i ${srcdir}/grub_bios-${pkgver}/configure.ac
+
+   ## add the grub-extra sources
+   export GRUB_CONTRIB=${srcdir}/grub_bios-${pkgver}/grub-extras/
+   install -d ${srcdir}/grub_bios-${pkgver}/grub-extras
+
+   bsdtar xf ${srcdir}/grub2_extras_lua_r${_grub_lua_ver}.tar.xz \
+   -C ${srcdir}/grub_bios-${pkgver}/grub-extras
+
+   bsdtar xf 

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

2012-06-28 Thread Ronald van Haren
Date: Thursday, June 28, 2012 @ 13:53:11
  Author: ronald
Revision: 162711

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

Added:
  grub/repos/testing-i686/
  grub/repos/testing-i686/20_memtest86+
(from rev 162710, grub/trunk/20_memtest86+)
  grub/repos/testing-i686/PKGBUILD
(from rev 162710, grub/trunk/PKGBUILD)
  grub/repos/testing-i686/archlinux_grub_mkconfig_fixes.patch
(from rev 162710, grub/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/testing-i686/grub.cfg
(from rev 162710, grub/trunk/grub.cfg)
  grub/repos/testing-i686/grub.default
(from rev 162710, grub/trunk/grub.default)
  grub/repos/testing-i686/grub.install
(from rev 162710, grub/trunk/grub.install)
  grub/repos/testing-i686/grub_bzr_export.sh
(from rev 162710, grub/trunk/grub_bzr_export.sh)
  grub/repos/testing-x86_64/
  grub/repos/testing-x86_64/20_memtest86+
(from rev 162710, grub/trunk/20_memtest86+)
  grub/repos/testing-x86_64/PKGBUILD
(from rev 162710, grub/trunk/PKGBUILD)
  grub/repos/testing-x86_64/archlinux_grub_mkconfig_fixes.patch
(from rev 162710, grub/trunk/archlinux_grub_mkconfig_fixes.patch)
  grub/repos/testing-x86_64/grub.cfg
(from rev 162710, grub/trunk/grub.cfg)
  grub/repos/testing-x86_64/grub.default
(from rev 162710, grub/trunk/grub.default)
  grub/repos/testing-x86_64/grub.install
(from rev 162710, grub/trunk/grub.install)
  grub/repos/testing-x86_64/grub_bzr_export.sh
(from rev 162710, grub/trunk/grub_bzr_export.sh)

+
 testing-i686/20_memtest86+ |   29 ++
 testing-i686/PKGBUILD  |  249 +++
 testing-i686/archlinux_grub_mkconfig_fixes.patch   |  143 ++
 testing-i686/grub.cfg  |  139 ++
 testing-i686/grub.default  |   47 +++
 testing-i686/grub.install  |   33 ++
 testing-i686/grub_bzr_export.sh|  113 
 testing-x86_64/20_memtest86+   |   29 ++
 testing-x86_64/PKGBUILD|  249 +++
 testing-x86_64/archlinux_grub_mkconfig_fixes.patch |  143 ++
 testing-x86_64/grub.cfg|  139 ++
 testing-x86_64/grub.default|   47 +++
 testing-x86_64/grub.install|   33 ++
 testing-x86_64/grub_bzr_export.sh  |  113 
 14 files changed, 1506 insertions(+)

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


[arch-commits] Commit in (4 files)

2012-06-28 Thread Ronald van Haren
Date: Thursday, June 28, 2012 @ 14:00:25
  Author: ronald
Revision: 162712

add grub-efi-x86_64 package

Added:
  grub-efi-x86_64/
  grub-efi-x86_64/repos/
  grub-efi-x86_64/trunk/
  grub-efi-x86_64/trunk/PKGBUILD

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

Added: grub-efi-x86_64/trunk/PKGBUILD
===
--- grub-efi-x86_64/trunk/PKGBUILD  (rev 0)
+++ grub-efi-x86_64/trunk/PKGBUILD  2012-06-28 18:00:25 UTC (rev 162712)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+
+_grub_lua_ver=24
+
+pkgname=grub-efi-x86_64
+pkgver=2.00
+pkgrel=1
+pkgdesc=GNU GRand Unified Bootloader (2) - x86_64 UEFI Modules
+url=https://www.gnu.org/software/grub/;
+arch=('any')
+license=('GPL3')
+makedepends=('xz' 'python' 'autogen' 'texinfo' 'help2man' 'gettext' 
'device-mapper' 'fuse')
+depends=(grub-common=${pkgver} 'dosfstools' 'efibootmgr')
+
+options=('!strip' '!emptydirs')
+replaces=('grub2-efi-x86_64')
+provides=('grub2-efi-x86_64')
+
+source=(http://ftp.gnu.org/gnu/grub/grub-${pkgver}.tar.xz;
+
ftp://ftp.archlinux.org/other/grub2/grub2_extras_lua_r${_grub_lua_ver}.tar.xz;)
+
+noextract=(grub2_extras_lua_r${_grub_lua_ver}.tar.xz)
+
+sha1sums=('274d91e96b56a5b9dd0a07accff69dbb6dfb596b'
+  '89290031b974780c6df76893836d2477d4add895')
+
+build() {
+
+   if [[ ${CARCH} == 'i686' ]]; then
+   echo This package can be built only in an x86_64 system. 
Exiting.
+   exit 1
+   fi
+
+   cd ${srcdir}/grub-${pkgver}
+
+   ## add grub-extras
+   export GRUB_CONTRIB=${srcdir}/grub-${pkgver}/grub-extras/ 
+   install -d ${srcdir}/grub-${pkgver}/grub-extras
+
+   bsdtar xf ${srcdir}/grub2_extras_lua_r${_grub_lua_ver}.tar.xz \
+   -C ${srcdir}/grub-${pkgver}/grub-extras
+
+   ## start the actual build process
+   cd ${srcdir}/grub-${pkgver}/
+   ./autogen.sh
+
+   CFLAGS= ./configure \
+   --with-platform=efi \
+   --target=x86_64 \
+   --host=${CARCH}-unknown-linux-gnu \
+   --disable-efiemu \
+   --enable-mm-debug \
+   --enable-nls \
+   --enable-device-mapper \
+   --enable-cache-stats \
+   --enable-grub-mkfont \
+   --enable-grub-mount \
+   --prefix=/usr \
+   --bindir=/usr/bin \
+   --sbindir=/usr/sbin \
+   --mandir=/usr/share/man \
+   --infodir=/usr/share/info \
+   --datarootdir=/usr/share \
+   --sysconfdir=/etc \
+   --program-prefix= \
+   --with-bootdir=/boot \
+   --with-grubdir=grub \
+   --disable-werror
+
+   CFLAGS= make
+
+}
+
+package() {
+
+   cd ${srcdir}/grub-${pkgver}
+   make DESTDIR=${pkgdir}/ install 
+
+   ## remove non platform-specific files
+   rm -rf ${pkgdir}/{boot,etc,usr/{share,bin,sbin}}
+
+   ## remove gdb debugging related files
+   rm -f ${pkgdir}/usr/lib/grub/x86_64-efi/*.module || true
+   rm -f ${pkgdir}/usr/lib/grub/x86_64-efi/*.image || true
+   rm -f 
${pkgdir}/usr/lib/grub/x86_64-efi/{kernel.exec,gdb_grub,gmodule.pl} || true
+
+}


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


[arch-commits] Commit in grub-efi-x86_64/repos (testing-any testing-any/PKGBUILD)

2012-06-28 Thread Ronald van Haren
Date: Thursday, June 28, 2012 @ 14:05:09
  Author: ronald
Revision: 162713

archrelease: copy trunk to testing-any

Added:
  grub-efi-x86_64/repos/testing-any/
  grub-efi-x86_64/repos/testing-any/PKGBUILD
(from rev 162712, grub-efi-x86_64/trunk/PKGBUILD)

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

Copied: grub-efi-x86_64/repos/testing-any/PKGBUILD (from rev 162712, 
grub-efi-x86_64/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-06-28 18:05:09 UTC (rev 162713)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
+
+_grub_lua_ver=24
+
+pkgname=grub-efi-x86_64
+pkgver=2.00
+pkgrel=1
+pkgdesc=GNU GRand Unified Bootloader (2) - x86_64 UEFI Modules
+url=https://www.gnu.org/software/grub/;
+arch=('any')
+license=('GPL3')
+makedepends=('xz' 'python' 'autogen' 'texinfo' 'help2man' 'gettext' 
'device-mapper' 'fuse')
+depends=(grub-common=${pkgver} 'dosfstools' 'efibootmgr')
+
+options=('!strip' '!emptydirs')
+replaces=('grub2-efi-x86_64')
+provides=('grub2-efi-x86_64')
+
+source=(http://ftp.gnu.org/gnu/grub/grub-${pkgver}.tar.xz;
+
ftp://ftp.archlinux.org/other/grub2/grub2_extras_lua_r${_grub_lua_ver}.tar.xz;)
+
+noextract=(grub2_extras_lua_r${_grub_lua_ver}.tar.xz)
+
+sha1sums=('274d91e96b56a5b9dd0a07accff69dbb6dfb596b'
+  '89290031b974780c6df76893836d2477d4add895')
+
+build() {
+
+   if [[ ${CARCH} == 'i686' ]]; then
+   echo This package can be built only in an x86_64 system. 
Exiting.
+   exit 1
+   fi
+
+   cd ${srcdir}/grub-${pkgver}
+
+   ## add grub-extras
+   export GRUB_CONTRIB=${srcdir}/grub-${pkgver}/grub-extras/ 
+   install -d ${srcdir}/grub-${pkgver}/grub-extras
+
+   bsdtar xf ${srcdir}/grub2_extras_lua_r${_grub_lua_ver}.tar.xz \
+   -C ${srcdir}/grub-${pkgver}/grub-extras
+
+   ## start the actual build process
+   cd ${srcdir}/grub-${pkgver}/
+   ./autogen.sh
+
+   CFLAGS= ./configure \
+   --with-platform=efi \
+   --target=x86_64 \
+   --host=${CARCH}-unknown-linux-gnu \
+   --disable-efiemu \
+   --enable-mm-debug \
+   --enable-nls \
+   --enable-device-mapper \
+   --enable-cache-stats \
+   --enable-grub-mkfont \
+   --enable-grub-mount \
+   --prefix=/usr \
+   --bindir=/usr/bin \
+   --sbindir=/usr/sbin \
+   --mandir=/usr/share/man \
+   --infodir=/usr/share/info \
+   --datarootdir=/usr/share \
+   --sysconfdir=/etc \
+   --program-prefix= \
+   --with-bootdir=/boot \
+   --with-grubdir=grub \
+   --disable-werror
+
+   CFLAGS= make
+
+}
+
+package() {
+
+   cd ${srcdir}/grub-${pkgver}
+   make DESTDIR=${pkgdir}/ install 
+
+   ## remove non platform-specific files
+   rm -rf ${pkgdir}/{boot,etc,usr/{share,bin,sbin}}
+
+   ## remove gdb debugging related files
+   rm -f ${pkgdir}/usr/lib/grub/x86_64-efi/*.module || true
+   rm -f ${pkgdir}/usr/lib/grub/x86_64-efi/*.image || true
+   rm -f 
${pkgdir}/usr/lib/grub/x86_64-efi/{kernel.exec,gdb_grub,gmodule.pl} || true
+
+}



[arch-commits] Commit in grub2-efi-x86_64/repos (7 files)

2012-06-28 Thread Ronald van Haren
Date: Thursday, June 28, 2012 @ 14:12:17
  Author: ronald
Revision: 162714

db-move: moved grub2-efi-x86_64 from [testing] to [extra] ( any)

Added:
  grub2-efi-x86_64/repos/extra-any/PKGBUILD
(from rev 162713, grub2-efi-x86_64/repos/testing-any/PKGBUILD)
  grub2-efi-x86_64/repos/extra-any/grub_extras_lua_args_fix.patch
(from rev 162713, 
grub2-efi-x86_64/repos/testing-any/grub_extras_lua_args_fix.patch)
  grub2-efi-x86_64/repos/extra-any/ldflags.patch
(from rev 162713, grub2-efi-x86_64/repos/testing-any/ldflags.patch)
Deleted:
  grub2-efi-x86_64/repos/extra-any/PKGBUILD
  grub2-efi-x86_64/repos/extra-any/grub_extras_lua_args_fix.patch
  grub2-efi-x86_64/repos/extra-any/ldflags.patch
  grub2-efi-x86_64/repos/testing-any/

+
 PKGBUILD   |  198 ++-
 grub_extras_lua_args_fix.patch |   26 ++---
 ldflags.patch  |   30 ++---
 3 files changed, 123 insertions(+), 131 deletions(-)

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-06-28 18:05:09 UTC (rev 162713)
+++ extra-any/PKGBUILD  2012-06-28 18:12:17 UTC (rev 162714)
@@ -1,103 +0,0 @@
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: Keshav P R (the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) 
(ccoomm)
-
-_grub_bzr_rev=4232
-_pkgver=2.00~beta6
-
-_grub_lua_ver=24
-_grub_gpxe_ver=12
-
-pkgname=grub2-efi-x86_64
-pkgver=2.00beta6
-pkgrel=1
-epoch=1
-pkgdesc=The GNU GRand Unified Bootloader version 2 - x86_64 UEFI version
-url=http://www.gnu.org/software/grub/;
-arch=('any')
-license=('GPL3')
-
-makedepends=('xz' 'python' 'autogen' 'texinfo' 'help2man' 'gettext' 
'device-mapper' 'fuse')
-depends=(grub2-common=${epoch}:${pkgver} 'dosfstools' 'efibootmgr')
-
-options=('!strip' '!emptydirs')
-
-# source=(ftp://ftp.archlinux.org/other/grub2/grub_r${_grub_bzr_rev}.tar.xz;
-source=(http://alpha.gnu.org/gnu/grub/grub-${_pkgver}.tar.xz
-
ftp://ftp.archlinux.org/other/grub2/grub2_extras_lua_r${_grub_lua_ver}.tar.xz; 
   
-   
ftp://ftp.archlinux.org/other/grub2/grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz;)
-
-noextract=(grub2_extras_lua_r${_grub_lua_ver}.tar.xz
-   grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz)
-
-sha1sums=('0ba5ccf6e6761911f9bf236e21f8f77a2d29ebdb'
-  '89290031b974780c6df76893836d2477d4add895'
-  'b04994c005910b4bf123f034b30109d5c8d6fd86')
-   
-build() {
-
-   if [[ ${CARCH} == 'i686' ]]; then
-   echo This package can be built only in a x86_64 system. 
Exiting.
-   exit 1
-   fi
-
-   cd ${srcdir}/grub-${_pkgver}
-
-   ## add grub-extras
-   export GRUB_CONTRIB=${srcdir}/grub-${_pkgver}/grub-extras/ 
-   install -d ${srcdir}/grub-${_pkgver}/grub-extras
-
-   bsdtar xf ${srcdir}/grub2_extras_lua_r${_grub_lua_ver}.tar.xz \
-   -C ${srcdir}/grub-${_pkgver}/grub-extras
-
-   bsdtar xf ${srcdir}/grub2_extras_gpxe_r${_grub_gpxe_ver}.tar.xz \
-   -C ${srcdir}/grub-${_pkgver}/grub-extras
-
-   ## Requires python2
-   # sed 's|python |python2 |g' -i ${srcdir}/grub-${_pkgver}/autogen.sh
-
-   ## start the actual build process
-   cd ${srcdir}/grub-${_pkgver}/
-   ./autogen.sh
-
-   CFLAGS= ./configure \
-   --with-platform=efi \
-   --target=x86_64 \
-   --host=${CARCH}-unknown-linux-gnu \
-   --disable-efiemu \
-   --enable-mm-debug \
-   --enable-nls \
-   --enable-device-mapper \
-   --enable-cache-stats \
-   --enable-grub-mkfont \
-   --enable-grub-mount \
-   --prefix=/usr \
-   --bindir=/usr/bin \
-   --sbindir=/usr/sbin \
-   --mandir=/usr/share/man \
-   --infodir=/usr/share/info \
-   --datarootdir=/usr/share \
-   --sysconfdir=/etc \
-   --program-prefix= \
-   --with-bootdir=/boot \
-   --with-grubdir=grub \
-   --disable-werror
-
-
-   CFLAGS= make
-
-}
-
-package() {
-
-   cd ${srcdir}/grub-${_pkgver}
-   make DESTDIR=${pkgdir}/ install 
-
-   ## remove non platform-specific files
-   rm -rf ${pkgdir}/{boot,etc,usr/{share,bin,sbin}}
-
-   ## remove gdb debugging related files
-   rm -f ${pkgdir}/usr/lib/grub/x86_64-efi/*.module || true
-   rm -f ${pkgdir}/usr/lib/grub/x86_64-efi/*.image || true
-   rm -f 
${pkgdir}/usr/lib/grub/x86_64-efi/{kernel.exec,gdb_grub,gmodule.pl} || true
-
-}

Copied: grub2-efi-x86_64/repos/extra-any/PKGBUILD (from rev 162713, 
grub2-efi-x86_64/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-06-28 18:12:17 UTC (rev 162714)
@@ -0,0 +1,95 @@
+# Maintainer: Ronald 

[arch-commits] Commit in netcfg/repos (3 files)

2012-06-28 Thread Florian Pritz
Date: Thursday, June 28, 2012 @ 15:10:39
  Author: bluewind
Revision: 162715

db-move: moved netcfg from [testing] to [core] ( any)

Added:
  netcfg/repos/core-any/PKGBUILD
(from rev 162714, netcfg/repos/testing-any/PKGBUILD)
Deleted:
  netcfg/repos/core-any/PKGBUILD
  netcfg/repos/testing-any/

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

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-06-28 18:12:17 UTC (rev 162714)
+++ core-any/PKGBUILD   2012-06-28 19:10:39 UTC (rev 162715)
@@ -1,32 +0,0 @@
-# Maintainer: Jouke Witteveen j.wittev...@gmail.com
-
-pkgname=netcfg
-pkgver=2.8.3
-pkgrel=1
-pkgdesc=Network configuration and profile scripts
-url=http://archlinux.org/netcfg/;
-license=(BSD)
-backup=(etc/iftab etc/conf.d/netcfg)
-depends=(coreutils dhcpcd iproute2)
-#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
-optdepends=('dialog: for the menu based profile and wifi selectors'
-'bridge-utils: for bridge connections'
-'wpa_supplicant: for wireless networking support'
-'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
-'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
-'wireless_tools: for interface renaming through net-rename'
-   )
-source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
-arch=(any)
-md5sums=('96a6bf67cfddf100ea2113be71775289')
-
-package() {
-  cd $srcdir/netcfg-${pkgver}
-  make DESTDIR=$pkgdir install
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
-
-  # Shell Completion
-  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
-  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
-}
-

Copied: netcfg/repos/core-any/PKGBUILD (from rev 162714, 
netcfg/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2012-06-28 19:10:39 UTC (rev 162715)
@@ -0,0 +1,33 @@
+# Maintainer: Jouke Witteveen j.wittev...@gmail.com
+
+pkgname=netcfg
+pkgver=2.8.5
+pkgrel=1
+pkgdesc=Network configuration and profile scripts
+url=http://archlinux.org/netcfg/;
+license=(BSD)
+backup=(etc/iftab etc/conf.d/netcfg)
+depends=(coreutils dhcpcd iproute2)
+#makedepends=('asciidoc')  # The source tarball includes pre-built 
documentation.
+optdepends=('dialog: for the menu based profile and wifi selectors'
+'wpa_supplicant: for wireless networking support'
+'ifplugd: for automatic wired connections through 
rc.d/net-auto-wired'
+'wpa_actiond: for automatic wireless connections through 
rc.d/net-auto-wireless'
+'wireless_tools: for interface renaming through net-rename'
+'ifenslave: for bond connections'
+'bridge-utils: for bridge connections'
+   )
+source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz)
+arch=(any)
+md5sums=('61019de518f430f421a6353ddb652549')
+
+package() {
+  cd $srcdir/netcfg-${pkgver}
+  make DESTDIR=$pkgdir install
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/netcfg/LICENSE
+
+  # Shell Completion
+  install -D -m644 contrib/bash-completion 
$pkgdir/usr/share/bash-completion/completions/netcfg
+  install -D -m644 contrib/zsh-completion 
$pkgdir/usr/share/zsh/site-functions/_netcfg
+}
+



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

2012-06-28 Thread Tobias Powalowski
Date: Thursday, June 28, 2012 @ 16:04:34
  Author: tpowa
Revision: 162716

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

Added:
  pciutils/repos/core-i686/PKGBUILD
(from rev 162715, pciutils/repos/testing-i686/PKGBUILD)
  pciutils/repos/core-x86_64/PKGBUILD
(from rev 162715, pciutils/repos/testing-x86_64/PKGBUILD)
Deleted:
  pciutils/repos/core-i686/PKGBUILD
  pciutils/repos/core-x86_64/PKGBUILD
  pciutils/repos/testing-i686/
  pciutils/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |   60 -
 core-x86_64/PKGBUILD |   60 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-06-28 19:10:39 UTC (rev 162715)
+++ core-i686/PKGBUILD  2012-06-28 20:04:34 UTC (rev 162716)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=pciutils
-pkgver=3.1.9
-pkgrel=2
-pkgdesc=PCI bus configuration space access library and tools
-arch=(i686 x86_64)
-license=('GPL2')
-groups=('base')
-url=http://mj.ucw.cz/sw/pciutils/;
-depends=('glibc' 'hwids')
-source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e958f5ffb93b12972964381c38f27eb3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make OPT=${CFLAGS} -fPIC -DPIC ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
-  cp lib/libpci.a ${srcdir}/
-  make clean
-  make OPT=${CFLAGS} ZLIB=no SHARED=yes PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make SHARED=yes PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man 
DESTDIR=${pkgdir} install install-lib
-  install -m644 ${srcdir}/libpci.a ${pkgdir}/usr/lib/
-  # this is now supplied by the hwids package
-  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8.gz,hwdata}}
-}

Copied: pciutils/repos/core-i686/PKGBUILD (from rev 162715, 
pciutils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-28 20:04:34 UTC (rev 162716)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pciutils
+pkgver=3.1.10
+pkgrel=1
+pkgdesc=PCI bus configuration space access library and tools
+arch=(i686 x86_64)
+license=('GPL2')
+groups=('base')
+url=http://mj.ucw.cz/sw/pciutils/;
+depends=('glibc' 'hwids')
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
+md5sums=('cdb1e5a95ab7ac67349f10c8f77a6d3c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make OPT=${CFLAGS} -fPIC -DPIC ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+  cp lib/libpci.a ${srcdir}/
+  make clean
+  make OPT=${CFLAGS} ZLIB=no SHARED=yes PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make SHARED=yes PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man 
DESTDIR=${pkgdir} install install-lib
+  install -m644 ${srcdir}/libpci.a ${pkgdir}/usr/lib/
+  # this is now supplied by the hwids package
+  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8,hwdata}}
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-06-28 19:10:39 UTC (rev 162715)
+++ core-x86_64/PKGBUILD2012-06-28 20:04:34 UTC (rev 162716)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=pciutils
-pkgver=3.1.9
-pkgrel=2
-pkgdesc=PCI bus configuration space access library and tools
-arch=(i686 x86_64)
-license=('GPL2')
-groups=('base')
-url=http://mj.ucw.cz/sw/pciutils/;
-depends=('glibc' 'hwids')
-source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e958f5ffb93b12972964381c38f27eb3')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make OPT=${CFLAGS} -fPIC -DPIC ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
-  cp lib/libpci.a ${srcdir}/
-  make clean
-  make OPT=${CFLAGS} ZLIB=no SHARED=yes PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make SHARED=yes PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man 
DESTDIR=${pkgdir} install install-lib
-  install -m644 ${srcdir}/libpci.a ${pkgdir}/usr/lib/
-  # this is now supplied by the hwids package
-  rm 

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

2012-06-28 Thread Tobias Powalowski
Date: Thursday, June 28, 2012 @ 16:58:26
  Author: tpowa
Revision: 162717

upgpkg: libusbx 1.0.12-2

disable static libs

Modified:
  libusbx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-28 20:04:34 UTC (rev 162716)
+++ PKGBUILD2012-06-28 20:58:26 UTC (rev 162717)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=libusbx
 pkgver=1.0.12
-pkgrel=1
+pkgrel=2
 depends=('glibc')
 pkgdesc=Library that provides generic access to USB device
 arch=(i686 x86_64)
@@ -17,7 +17,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr 
+  ./configure --prefix=/usr --disable-static
   make
 }
 



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

2012-06-28 Thread Tobias Powalowski
Date: Thursday, June 28, 2012 @ 16:58:52
  Author: tpowa
Revision: 162718

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

Added:
  libusbx/repos/testing-i686/
  libusbx/repos/testing-i686/PKGBUILD
(from rev 162717, libusbx/trunk/PKGBUILD)
  libusbx/repos/testing-x86_64/
  libusbx/repos/testing-x86_64/PKGBUILD
(from rev 162717, libusbx/trunk/PKGBUILD)

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

Copied: libusbx/repos/testing-i686/PKGBUILD (from rev 162717, 
libusbx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-28 20:58:52 UTC (rev 162718)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.12
+pkgrel=2
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('c41352ac755c7992edfcbb2ea4ad1349')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libusbx/repos/testing-x86_64/PKGBUILD (from rev 162717, 
libusbx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-28 20:58:52 UTC (rev 162718)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.12
+pkgrel=2
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('c41352ac755c7992edfcbb2ea4ad1349')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-06-28 Thread Allan McRae
Date: Thursday, June 28, 2012 @ 22:14:10
  Author: allan
Revision: 162719

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

Added:
  mlocate/repos/core-i686/PKGBUILD
(from rev 162718, mlocate/repos/testing-i686/PKGBUILD)
  mlocate/repos/core-i686/updatedb.conf
(from rev 162718, mlocate/repos/testing-i686/updatedb.conf)
  mlocate/repos/core-i686/updatedb.cron.daily
(from rev 162718, mlocate/repos/testing-i686/updatedb.cron.daily)
  mlocate/repos/core-x86_64/PKGBUILD
(from rev 162718, mlocate/repos/testing-x86_64/PKGBUILD)
  mlocate/repos/core-x86_64/updatedb.conf
(from rev 162718, mlocate/repos/testing-x86_64/updatedb.conf)
  mlocate/repos/core-x86_64/updatedb.cron.daily
(from rev 162718, mlocate/repos/testing-x86_64/updatedb.cron.daily)
Deleted:
  mlocate/repos/core-i686/PKGBUILD
  mlocate/repos/core-i686/mlocate.install
  mlocate/repos/core-i686/updatedb.conf
  mlocate/repos/core-i686/updatedb.cron.daily
  mlocate/repos/core-x86_64/PKGBUILD
  mlocate/repos/core-x86_64/mlocate.install
  mlocate/repos/core-x86_64/updatedb.conf
  mlocate/repos/core-x86_64/updatedb.cron.daily
  mlocate/repos/testing-i686/
  mlocate/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |  107 ++
 core-i686/mlocate.install   |   18 --
 core-i686/updatedb.conf |9 +--
 core-i686/updatedb.cron.daily   |   58 ++--
 core-x86_64/PKGBUILD|  107 ++
 core-x86_64/mlocate.install |   18 --
 core-x86_64/updatedb.conf   |9 +--
 core-x86_64/updatedb.cron.daily |   58 ++--
 8 files changed, 168 insertions(+), 216 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-06-28 20:58:52 UTC (rev 162718)
+++ core-i686/PKGBUILD  2012-06-29 02:14:10 UTC (rev 162719)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: lydgate
-
-pkgname=mlocate
-pkgver=0.25
-pkgrel=1
-pkgdesc=Faster merging drop-in for slocate
-arch=('i686' 'x86_64')
-url=http://carolina.mff.cuni.cz/~trmac/blog/mlocate;
-license=('GPL')
-conflicts=('slocate')
-provides=('slocate')
-replaces=('slocate')
-depends=('glibc' 'coreutils' 'sh')
-backup=('etc/updatedb.conf'
-'etc/cron.daily/updatedb')
-install=mlocate.install
-source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-$pkgver.tar.xz
-   updatedb.conf
-   updatedb.cron.daily)
-md5sums=('c6d043b170613b0e327a815b497f680a'
- 'c374ff223f2e07b5e602ba22359f2335'
- 'cde5da81bebad2de556ef2e43d895e13')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  sed -i '/^groupname /s/mlocate/locate/' Makefile.in
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
-  make
-
-}
-
-check() {
-  cd $srcdir/$pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  
-  # Set up a default updatedb.conf and a daily cronjob
-  install -Dm644 ${srcdir}/updatedb.conf $pkgdir/etc/updatedb.conf
-  install -Dm744 ${srcdir}/updatedb.cron.daily $pkgdir/etc/cron.daily/updatedb
-
-  # Install Mlocate
-  make DESTDIR=$pkgdir install
-
-  ln -sv locate $pkgdir/usr/bin/slocate
-  chgrp -v 21 $pkgdir/usr/bin/locate
-  chmod -v 2755 $pkgdir/usr/bin/locate
-
-  install -dm755 $pkgdir/var/lib
-  install -d -m750 -g21 $pkgdir/var/lib/locate
-}

Copied: mlocate/repos/core-i686/PKGBUILD (from rev 162718, 
mlocate/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-06-29 02:14:10 UTC (rev 162719)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: lydgate
+
+pkgname=mlocate
+pkgver=0.25
+pkgrel=2
+pkgdesc=Faster merging drop-in for slocate
+arch=('i686' 'x86_64')
+url=http://carolina.mff.cuni.cz/~trmac/blog/mlocate;
+license=('GPL')
+depends=('glibc' 'coreutils' 'sh')
+backup=('etc/updatedb.conf'
+'etc/cron.daily/updatedb')
+source=(https://fedorahosted.org/releases/m/l/mlocate/mlocate-$pkgver.tar.xz
+   updatedb.conf
+   updatedb.cron.daily)
+md5sums=('c6d043b170613b0e327a815b497f680a'
+ 'b56d81de17fe29b01b4b28861acb8fd4'
+ 'cde5da81bebad2de556ef2e43d895e13')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  sed -i '/^groupname /s/mlocate/locate/' Makefile.in
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
+  make
+
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  ln -s locate $pkgdir/usr/bin/slocate
+  chgrp 21 $pkgdir/usr/bin/locate
+  chmod 2755 $pkgdir/usr/bin/locate
+
+  install -dm755 $pkgdir/var/lib
+  install -dm750 -g21 $pkgdir/var/lib/locate
+  
+  # Set up a default updatedb.conf and a daily cronjob
+  install -Dm644 

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

2012-06-28 Thread Eric Bélanger
Date: Thursday, June 28, 2012 @ 22:41:21
  Author: eric
Revision: 162720

upgpkg: audacity 2.0.1-1

Upstream update

Modified:
  audacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-29 02:14:10 UTC (rev 162719)
+++ PKGBUILD2012-06-29 02:41:21 UTC (rev 162720)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=audacity
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc=A program that lets you manipulate digital audio waveforms
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 options=('!makeflags')
 install=audacity.install
 
source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.bz2)
-sha1sums=('0175474e63c51aaa97df9b45574f7f307f1d3bc8')
+sha1sums=('366a10f3bd71c4d84c29437fff1e27a8560f691b')
 
 build() {
   cd ${srcdir}/${pkgname}-src-${pkgver}



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

2012-06-28 Thread Eric Bélanger
Date: Thursday, June 28, 2012 @ 22:41:45
  Author: eric
Revision: 162721

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

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

---+
 extra-i686/PKGBUILD   |   66 
 extra-i686/audacity.install   |   26 +++
 extra-x86_64/PKGBUILD |   66 
 extra-x86_64/audacity.install |   26 +++
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-29 02:41:21 UTC (rev 162720)
+++ extra-i686/PKGBUILD 2012-06-29 02:41:45 UTC (rev 162721)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=audacity
-pkgver=2.0.0
-pkgrel=1
-pkgdesc=A program that lets you manipulate digital audio waveforms
-arch=('i686' 'x86_64')
-url=http://audacity.sourceforge.net/;
-license=('GPL')
-depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'hicolor-icon-theme'
-'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg')
-options=('!makeflags')
-install=audacity.install
-source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.bz2)
-sha1sums=('0175474e63c51aaa97df9b45574f7f307f1d3bc8')
-
-build() {
-  cd ${srcdir}/${pkgname}-src-${pkgver}
-  WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
---with-portaudio --with-libsamplerate \
---without-libresample --with-libmad \
---with-ffmpeg --with-id3tag --with-libflac \
---with-vorbis --with-libexpat \
---with-libsndfile --with-soundtouch \
---enable-unicode --without-taglib
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-src-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: audacity/repos/extra-i686/PKGBUILD (from rev 162720, 
audacity/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-29 02:41:45 UTC (rev 162721)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=audacity
+pkgver=2.0.1
+pkgrel=1
+pkgdesc=A program that lets you manipulate digital audio waveforms
+arch=('i686' 'x86_64')
+url=http://audacity.sourceforge.net/;
+license=('GPL')
+depends=('libmad' 'libid3tag' 'wxgtk' 'lame' 'hicolor-icon-theme'
+'desktop-file-utils' 'jack' 'soundtouch' 'ffmpeg')
+options=('!makeflags')
+install=audacity.install
+source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.bz2)
+sha1sums=('366a10f3bd71c4d84c29437fff1e27a8560f691b')
+
+build() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+  WX_CONFIG=/usr/bin/wx-config ./configure --prefix=/usr \
+--with-portaudio --with-libsamplerate \
+--without-libresample --with-libmad \
+--with-ffmpeg --with-id3tag --with-libflac \
+--with-vorbis --with-libexpat \
+--with-libsndfile --with-soundtouch \
+--enable-unicode --without-taglib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-src-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/audacity.install
===
--- extra-i686/audacity.install 2012-06-29 02:41:21 UTC (rev 162720)
+++ extra-i686/audacity.install 2012-06-29 02:41:45 UTC (rev 162721)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime  /dev/null
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: audacity/repos/extra-i686/audacity.install (from rev 162720, 
audacity/trunk/audacity.install)
===
--- extra-i686/audacity.install (rev 0)
+++ extra-i686/audacity.install 2012-06-29 02:41:45 UTC (rev 162721)
@@ -0,0 +1,13 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-06-29 02:41:21 UTC (rev 162720)
+++ extra-x86_64/PKGBUILD   2012-06-29 02:41:45 UTC (rev 162721)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Eric 

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

2012-06-28 Thread Evangelos Foutras
Date: Thursday, June 28, 2012 @ 23:22:13
  Author: foutrelis
Revision: 162722

upgpkg: chromium 20.0.1132.47-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-29 02:41:45 UTC (rev 162721)
+++ PKGBUILD2012-06-29 03:22:13 UTC (rev 162722)
@@ -9,7 +9,7 @@
 # build time.
 
 pkgname=chromium
-pkgver=20.0.1132.43
+pkgver=20.0.1132.47
 pkgrel=1
 pkgdesc=The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser
 arch=('i686' 'x86_64')
@@ -34,8 +34,8 @@
 chromium.sh
 chromium-gcc47.patch
 sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch)
-sha256sums=('c21bdee0ec136102e10c527a0d98e3a29e40406d8f7eb63e8e0ac23801722824'
-'aa836ba493e659f028e8624764ba7662ef4eccd609be4c6812a7901eaf63f6e4'
+sha256sums=('a34e87ae916c1146b506090d30ac901dbfa88a55db90f8b2250eb29eaca3a1e5'
+'ac371e9e8312f01856e892b29c788acfa03cbb79aaabe0b5a3ae0cd2f8399a91'
 '09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
 '478340d5760a9bd6c549e19b1b5d1c5b4933ebf5f8cfb2b3e2d70d07443fe232'
 '4999fded897af692f4974f0a3e3bbb215193519918a1fa9b31ed51e74a2dccb9'



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

2012-06-28 Thread Evangelos Foutras
Date: Thursday, June 28, 2012 @ 23:23:03
  Author: foutrelis
Revision: 162723

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 162722, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-gcc47.patch
(from rev 162722, chromium/trunk/chromium-gcc47.patch)
  chromium/repos/extra-i686/chromium.default
(from rev 162722, chromium/trunk/chromium.default)
  chromium/repos/extra-i686/chromium.desktop
(from rev 162722, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 162722, chromium/trunk/chromium.install)
  chromium/repos/extra-i686/chromium.sh
(from rev 162722, chromium/trunk/chromium.sh)
  
chromium/repos/extra-i686/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch
(from rev 162722, 
chromium/trunk/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 162722, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-gcc47.patch
(from rev 162722, chromium/trunk/chromium-gcc47.patch)
  chromium/repos/extra-x86_64/chromium.default
(from rev 162722, chromium/trunk/chromium.default)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 162722, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 162722, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/chromium.sh
(from rev 162722, chromium/trunk/chromium.sh)
  
chromium/repos/extra-x86_64/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch
(from rev 162722, 
chromium/trunk/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-gcc47.patch
  chromium/repos/extra-i686/chromium.default
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-i686/chromium.sh
  
chromium/repos/extra-i686/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-gcc47.patch
  chromium/repos/extra-x86_64/chromium.default
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install
  chromium/repos/extra-x86_64/chromium.sh
  
chromium/repos/extra-x86_64/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch

-+
 extra-i686/PKGBUILD |  274 
+-
 extra-i686/chromium-gcc47.patch |  106 +--
 extra-i686/chromium.default |8 
 extra-i686/chromium.desktop |  226 

 extra-i686/chromium.install |   24 
 extra-i686/chromium.sh  |   32 -
 extra-i686/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch   |   52 -
 extra-x86_64/PKGBUILD   |  274 
+-
 extra-x86_64/chromium-gcc47.patch   |  106 +--
 extra-x86_64/chromium.default   |8 
 extra-x86_64/chromium.desktop   |  226 

 extra-x86_64/chromium.install   |   24 
 extra-x86_64/chromium.sh|   32 -
 extra-x86_64/sqlite-3.7.6.3-fix-out-of-scope-memory-reference.patch |   52 -
 14 files changed, 722 insertions(+), 722 deletions(-)

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


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

2012-06-28 Thread Eric Bélanger
Date: Friday, June 29, 2012 @ 00:45:27
  Author: eric
Revision: 162724

upgpkg: imagemagick 6.7.7.10-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-06-29 03:23:03 UTC (rev 162723)
+++ PKGBUILD2012-06-29 04:45:27 UTC (rev 162724)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.7.7.7
+pkgver=6.7.7.10
 pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
@@ -12,7 +12,7 @@
  'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr')
 
source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
 perlmagick.rpath.patch)
-sha1sums=('d45a936b59afa3bc484c0ea1b512f8fc026c14e4'
+sha1sums=('289e539f7fd40ca9b06f94a3348641abf0e56a1f'
   '23405f80904b1de94ebd7bd6fe2a332471b8c283')
 
 build() {
@@ -33,7 +33,7 @@
 
 check() {
   cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
+  make check
 }
 
 package_imagemagick() {



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

2012-06-28 Thread Eric Bélanger
Date: Friday, June 29, 2012 @ 00:45:55
  Author: eric
Revision: 162725

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 162724, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 162724, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 162724, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 162724, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 extra-i686/PKGBUILD |  164 +-
 extra-i686/perlmagick.rpath.patch   |   20 ++--
 extra-x86_64/PKGBUILD   |  164 +-
 extra-x86_64/perlmagick.rpath.patch |   20 ++--
 4 files changed, 184 insertions(+), 184 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-29 04:45:27 UTC (rev 162724)
+++ extra-i686/PKGBUILD 2012-06-29 04:45:55 UTC (rev 162725)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.7.7.7
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr')
-source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
-perlmagick.rpath.patch)
-sha1sums=('d45a936b59afa3bc484c0ea1b512f8fc026c14e4'
-  '23405f80904b1de94ebd7bd6fe2a332471b8c283')
-
-build() {
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --install
-  patch -p0 -i ../perlmagick.rpath.patch
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
---disable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 
--with-jp2 \
---with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr \
---without-gvc --without-djvu --without-autotrace --without-webp \
---without-jbig --without-fpx --without-dps --without-fftw
-  make
-}
-
-check() {
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc=An image viewing/manipulation program
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr')
-  optdepends=('ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'jasper: for JPEG-2000 support' 
-  'libpng: for PNG support')
-  backup=('etc/ImageMagick/coder.xml'
-  'etc/ImageMagick/colors.xml'
-  'etc/ImageMagick/delegates.xml'
-  'etc/ImageMagick/log.xml'
-  'etc/ImageMagick/magic.xml'
-  'etc/ImageMagick/mime.xml'
-  'etc/ImageMagick/policy.xml'
-  'etc/ImageMagick/quantization-table.xml'
-  'etc/ImageMagick/thresholds.xml'
-  'etc/ImageMagick/type.xml'
-  'etc/ImageMagick/type-dejavu.xml'
-  'etc/ImageMagick/type-ghostscript.xml'
-  'etc/ImageMagick/type-windows.xml')
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install
-  chmod 755 ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Image/Magick/Magick.so 
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
-
-#Cleaning
-  find ${pkgdir} -name '*.bs' -delete
-  rm -f ${pkgdir}/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
-
-  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR=${pkgdir} install-data-html
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
-  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
-}

Copied: imagemagick/repos/extra-i686/PKGBUILD (from rev 162724, 
imagemagick/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-29 04:45:55 UTC (rev 162725)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.7.7.10
+pkgrel=1
+arch=('i686' 'x86_64')