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

2012-07-31 Thread Eric Bélanger
Date: Tuesday, July 31, 2012 @ 05:58:57
  Author: eric
Revision: 164349

upgpkg: python-lxml 2.3.5-1

Upstream update

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-31 04:47:30 UTC (rev 164348)
+++ PKGBUILD2012-07-31 09:58:57 UTC (rev 164349)
@@ -2,16 +2,16 @@
 # Maintainer:
 
 pkgname=('python-lxml' 'python2-lxml')
-pkgver=2.3.4
-pkgrel=2
+pkgver=2.3.5
+pkgrel=1
 pkgdesc=Python binding for the libxml2 and libxslt libraries
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
 url=http://lxml.de/;
 makedepends=('python2' 'python' 'libxslt')
 
source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-sha1sums=('90a226d8a2ee38de47fc3351445dab6df0e33a20'
-  '7962be7794d7f4c87d2fce0104c27990f48f1ce1')
+sha1sums=('4fec0ca5054a8d6220d3dc7230a5066850192848'
+  'd74ad6509a0048ea0e979985e12869f2e1126b78')
 
 check() {
   cd ${srcdir}/lxml-$pkgver



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

2012-07-31 Thread Eric Bélanger
Date: Tuesday, July 31, 2012 @ 05:59:25
  Author: eric
Revision: 164350

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

Added:
  python-lxml/repos/extra-i686/PKGBUILD
(from rev 164349, python-lxml/trunk/PKGBUILD)
  python-lxml/repos/extra-x86_64/PKGBUILD
(from rev 164349, python-lxml/trunk/PKGBUILD)
Deleted:
  python-lxml/repos/extra-i686/PKGBUILD
  python-lxml/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   98 
 extra-x86_64/PKGBUILD |   98 
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-31 09:58:57 UTC (rev 164349)
+++ extra-i686/PKGBUILD 2012-07-31 09:59:25 UTC (rev 164350)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=('python-lxml' 'python2-lxml')
-pkgver=2.3.4
-pkgrel=2
-pkgdesc=Python binding for the libxml2 and libxslt libraries
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url=http://lxml.de/;
-makedepends=('python2' 'python' 'libxslt')
-source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-sha1sums=('90a226d8a2ee38de47fc3351445dab6df0e33a20'
-  '7962be7794d7f4c87d2fce0104c27990f48f1ce1')
-
-check() {
-  cd ${srcdir}/lxml-$pkgver
-  make PYTHON=python2 test
-  make PYTHON=python test
-}
-
-package_python2-lxml() {
-  depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML')
-
-  cd ${srcdir}/lxml-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml() {
-  depends=('python' 'libxslt')
-
-  cd ${srcdir}/lxml-$pkgver
-  python setup.py install --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/extra-i686/PKGBUILD (from rev 164349, 
python-lxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-31 09:59:25 UTC (rev 164350)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:
+
+pkgname=('python-lxml' 'python2-lxml')
+pkgver=2.3.5
+pkgrel=1
+pkgdesc=Python binding for the libxml2 and libxslt libraries
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url=http://lxml.de/;
+makedepends=('python2' 'python' 'libxslt')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+sha1sums=('4fec0ca5054a8d6220d3dc7230a5066850192848'
+  'd74ad6509a0048ea0e979985e12869f2e1126b78')
+
+check() {
+  cd ${srcdir}/lxml-$pkgver
+  make PYTHON=python2 test
+  make PYTHON=python test
+}
+
+package_python2-lxml() {
+  depends=('python2' 'libxslt')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML')
+
+  cd ${srcdir}/lxml-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml() {
+  depends=('python' 'libxslt')
+
+  cd ${srcdir}/lxml-$pkgver
+  python setup.py install --root=${pkgdir} --optimize=1
+
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-31 09:58:57 UTC (rev 164349)
+++ extra-x86_64/PKGBUILD   2012-07-31 09:59:25 UTC (rev 164350)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=('python-lxml' 'python2-lxml')
-pkgver=2.3.4
-pkgrel=2
-pkgdesc=Python binding for the libxml2 and libxslt libraries
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url=http://lxml.de/;
-makedepends=('python2' 'python' 'libxslt')
-source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-sha1sums=('90a226d8a2ee38de47fc3351445dab6df0e33a20'
-  '7962be7794d7f4c87d2fce0104c27990f48f1ce1')
-
-check() {
-  cd ${srcdir}/lxml-$pkgver
-  make 

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

2012-07-31 Thread Andrea Scarpino
Date: Tuesday, July 31, 2012 @ 09:27:13
  Author: andrea
Revision: 164351

New tarball

Modified:
  nepomuk-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-31 09:59:25 UTC (rev 164350)
+++ PKGBUILD2012-07-31 13:27:13 UTC (rev 164351)
@@ -11,7 +11,7 @@
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4' 'doxygen')
 
source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('aaeea69c7246050ceb02c0361d9260224a406ef1')
+sha1sums=('55dc228d5155220052c4a5d38984092a90a9cae7')
 
 build() {
   cd ${srcdir}



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

2012-07-31 Thread Andrea Scarpino
Date: Tuesday, July 31, 2012 @ 09:31:57
  Author: andrea
Revision: 164352

New tarball

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-31 13:27:13 UTC (rev 164351)
+++ PKGBUILD2012-07-31 13:31:57 UTC (rev 164352)
@@ -17,7 +17,7 @@
 'gdb: drkonq crash handler')
 install=${pkgname}.install
 
source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('88dc502e3b058cb1c442b2a5ca5441b6a85e44a6')
+sha1sums=('89a9e5c7e52cb925217b45a568a354cc041bc28d')
 
 build() {
 cd ${srcdir}



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

2012-07-31 Thread Stéphane Gaudreault
Date: Tuesday, July 31, 2012 @ 10:15:16
  Author: stephane
Revision: 164353

upgpkg: pyxdg 0.23-1

Modified:
  pyxdg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-31 13:31:57 UTC (rev 164352)
+++ PKGBUILD2012-07-31 14:15:16 UTC (rev 164353)
@@ -4,7 +4,7 @@
 
 pkgbase=pyxdg
 pkgname=('python2-xdg' 'python-xdg')
-pkgver=0.20
+pkgver=0.23
 pkgrel=1
 pkgdesc=Python library to access freedesktop.org standards
 arch=('any')
@@ -12,7 +12,7 @@
 license=(LGPL)
 makedepends=('python2' 'python')
 source=(http://www.freedesktop.org/~takluyver/${pkgbase}-${pkgver}.tar.gz;)
-sha1sums=('fdb6237428b18019787babe12dfa1860b38da02e')
+sha1sums=('5fc80b0f1f475dbcb9874b1b20adb261002eb673')
 
 package_python2-xdg() {
   depends=('python2')
@@ -28,5 +28,5 @@
   depends=('python')
 
   cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py install --prefix=/usr --root=${pkgdir}
+  python setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
 }



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

2012-07-31 Thread Stéphane Gaudreault
Date: Tuesday, July 31, 2012 @ 10:16:28
  Author: stephane
Revision: 164354

archrelease: copy trunk to extra-any

Added:
  pyxdg/repos/extra-any/PKGBUILD
(from rev 164353, pyxdg/trunk/PKGBUILD)
Deleted:
  pyxdg/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-31 14:15:16 UTC (rev 164353)
+++ PKGBUILD2012-07-31 14:16:28 UTC (rev 164354)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Hugo Doria h...@archlinux.org
-# Contributor: Mario A. Vazquez mario_v...@hotmail.com
-
-pkgbase=pyxdg
-pkgname=('python2-xdg' 'python-xdg')
-pkgver=0.20
-pkgrel=1
-pkgdesc=Python library to access freedesktop.org standards
-arch=('any')
-url=http://freedesktop.org/Software/pyxdg;
-license=(LGPL)
-makedepends=('python2' 'python')
-source=(http://www.freedesktop.org/~takluyver/${pkgbase}-${pkgver}.tar.gz;)
-sha1sums=('fdb6237428b18019787babe12dfa1860b38da02e')
-
-package_python2-xdg() {
-  depends=('python2')
-  conflicts=('pyxdg')
-  provides=('pyxdg')
-  replaces=('pyxdg')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python2 setup.py install --prefix=/usr --root=${pkgdir}
-}
-
-package_python-xdg() {
-  depends=('python')
-
-  cd ${srcdir}/${pkgbase}-${pkgver}
-  python setup.py install --prefix=/usr --root=${pkgdir}
-}

Copied: pyxdg/repos/extra-any/PKGBUILD (from rev 164353, pyxdg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-31 14:16:28 UTC (rev 164354)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Hugo Doria h...@archlinux.org
+# Contributor: Mario A. Vazquez mario_v...@hotmail.com
+
+pkgbase=pyxdg
+pkgname=('python2-xdg' 'python-xdg')
+pkgver=0.23
+pkgrel=1
+pkgdesc=Python library to access freedesktop.org standards
+arch=('any')
+url=http://freedesktop.org/Software/pyxdg;
+license=(LGPL)
+makedepends=('python2' 'python')
+source=(http://www.freedesktop.org/~takluyver/${pkgbase}-${pkgver}.tar.gz;)
+sha1sums=('5fc80b0f1f475dbcb9874b1b20adb261002eb673')
+
+package_python2-xdg() {
+  depends=('python2')
+  conflicts=('pyxdg')
+  provides=('pyxdg')
+  replaces=('pyxdg')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python2 setup.py install --prefix=/usr --root=${pkgdir}
+}
+
+package_python-xdg() {
+  depends=('python')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  python setup.py install --prefix=/usr --root=${pkgdir} --skip-build 
--optimize=1
+}



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

2012-07-31 Thread andyrtr
Date: Tuesday, July 31, 2012 @ 12:13:38
  Author: andyrtr
Revision: 164355

upgpkg: opennx 0.16.0.719-1

upstream update 0.16.0.719

Modified:
  opennx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-31 14:16:28 UTC (rev 164354)
+++ PKGBUILD2012-07-31 16:13:38 UTC (rev 164355)
@@ -4,7 +4,7 @@
 # Original opennx PKGBUILD: Tomas Groth tomasgroth.at.yahoo.dk
 
 pkgname=opennx
-pkgver=0.16.0.713
+pkgver=0.16.0.719
 pkgrel=1
 pkgdesc=A GPL replacement for the NoMachine client, patched to always show 
the session chooser
 url=http://opennx.sf.net/;
@@ -14,7 +14,7 @@
 makedepends=('zip' 'opensc' 'libpulse' 'smbclient' 'libusb-compat')
 #optdepends=('cups: for full local printing support')
 
source=(http://downloads.sourceforge.net/project/opennx/opennx/CI-source/opennx-$pkgver.tar.gz)
-md5sums=('9699fd2d9b19b8d0fb37959ace84')
+md5sums=('bb0ca1df36f4d9246c6f88d734be937b')
 
 build() {
   cd $srcdir/opennx*



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

2012-07-31 Thread andyrtr
Date: Tuesday, July 31, 2012 @ 12:14:21
  Author: andyrtr
Revision: 164356

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

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

---+
 extra-i686/PKGBUILD   |   74 
 extra-x86_64/PKGBUILD |   74 
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-31 16:13:38 UTC (rev 164355)
+++ extra-i686/PKGBUILD 2012-07-31 16:14:21 UTC (rev 164356)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Armin Luntzer
-# Original opennx PKGBUILD: Tomas Groth tomasgroth.at.yahoo.dk
-
-pkgname=opennx
-pkgver=0.16.0.713
-pkgrel=1
-pkgdesc=A GPL replacement for the NoMachine client, patched to always show 
the session chooser
-url=http://opennx.sf.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('wxgtk' 'libcups' 'libxext' 'libxft' 'xorg-xauth' 'curl')
-makedepends=('zip' 'opensc' 'libpulse' 'smbclient' 'libusb-compat')
-#optdepends=('cups: for full local printing support')
-source=(http://downloads.sourceforge.net/project/opennx/opennx/CI-source/opennx-$pkgver.tar.gz)
-md5sums=('9699fd2d9b19b8d0fb37959ace84')
-
-build() {
-  cd $srcdir/opennx*
-  ./configure --prefix=/usr \
---enable-usbip
-  make
-}
-
-package() {
-  cd $srcdir/opennx*
-  make DESTDIR=${pkgdir} install
-  make DESTDIR=${pkgdir} install-man
-  
-  # fix some file locations
-  install -dm755 ${pkgdir}/usr/share/applications
-  cp -aR ${pkgdir}/usr/share/applnk/xdg/* ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/share/applnk
-  
-  sed -i -e s:Exec=/usr/NX/bin/opennx:Exec=/usr/bin/opennx: 
${pkgdir}/usr/share/applications/*.desktop
-}

Copied: opennx/repos/extra-i686/PKGBUILD (from rev 164355, 
opennx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-31 16:14:21 UTC (rev 164356)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Armin Luntzer
+# Original opennx PKGBUILD: Tomas Groth tomasgroth.at.yahoo.dk
+
+pkgname=opennx
+pkgver=0.16.0.719
+pkgrel=1
+pkgdesc=A GPL replacement for the NoMachine client, patched to always show 
the session chooser
+url=http://opennx.sf.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('wxgtk' 'libcups' 'libxext' 'libxft' 'xorg-xauth' 'curl')
+makedepends=('zip' 'opensc' 'libpulse' 'smbclient' 'libusb-compat')
+#optdepends=('cups: for full local printing support')
+source=(http://downloads.sourceforge.net/project/opennx/opennx/CI-source/opennx-$pkgver.tar.gz)
+md5sums=('bb0ca1df36f4d9246c6f88d734be937b')
+
+build() {
+  cd $srcdir/opennx*
+  ./configure --prefix=/usr \
+--enable-usbip
+  make
+}
+
+package() {
+  cd $srcdir/opennx*
+  make DESTDIR=${pkgdir} install
+  make DESTDIR=${pkgdir} install-man
+  
+  # fix some file locations
+  install -dm755 ${pkgdir}/usr/share/applications
+  cp -aR ${pkgdir}/usr/share/applnk/xdg/* ${pkgdir}/usr/share/applications
+  rm -rf ${pkgdir}/usr/share/applnk
+  
+  sed -i -e s:Exec=/usr/NX/bin/opennx:Exec=/usr/bin/opennx: 
${pkgdir}/usr/share/applications/*.desktop
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-31 16:13:38 UTC (rev 164355)
+++ extra-x86_64/PKGBUILD   2012-07-31 16:14:21 UTC (rev 164356)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Armin Luntzer
-# Original opennx PKGBUILD: Tomas Groth tomasgroth.at.yahoo.dk
-
-pkgname=opennx
-pkgver=0.16.0.713
-pkgrel=1
-pkgdesc=A GPL replacement for the NoMachine client, patched to always show 
the session chooser
-url=http://opennx.sf.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('wxgtk' 'libcups' 'libxext' 'libxft' 'xorg-xauth' 'curl')
-makedepends=('zip' 'opensc' 'libpulse' 'smbclient' 'libusb-compat')
-#optdepends=('cups: for full local printing support')
-source=(http://downloads.sourceforge.net/project/opennx/opennx/CI-source/opennx-$pkgver.tar.gz)
-md5sums=('9699fd2d9b19b8d0fb37959ace84')
-
-build() {
-  cd $srcdir/opennx*
-  ./configure --prefix=/usr \
---enable-usbip
-  make
-}
-
-package() {
-  cd $srcdir/opennx*
-  make DESTDIR=${pkgdir} install
-  make DESTDIR=${pkgdir} install-man
-  
-  # fix some file locations
-  install -dm755 ${pkgdir}/usr/share/applications
-  cp -aR ${pkgdir}/usr/share/applnk/xdg/* ${pkgdir}/usr/share/applications
-  rm -rf ${pkgdir}/usr/share/applnk
-  
-  sed -i -e s:Exec=/usr/NX/bin/opennx:Exec=/usr/bin/opennx: 

[arch-commits] Commit in krb5/trunk (MITKRB5-SA-2012-001.patch PKGBUILD)

2012-07-31 Thread Stéphane Gaudreault
Date: Tuesday, July 31, 2012 @ 14:56:05
  Author: stephane
Revision: 164357

upgpkg: krb5 1.10.2-3

Security update : Fix KDC heap corruption and crash vulnerabilities
http://web.mit.edu/kerberos/advisories/MITKRB5-SA-2012-001.txt

Added:
  krb5/trunk/MITKRB5-SA-2012-001.patch
Modified:
  krb5/trunk/PKGBUILD

---+
 MITKRB5-SA-2012-001.patch |   61 
 PKGBUILD  |   11 +--
 2 files changed, 69 insertions(+), 3 deletions(-)

Added: MITKRB5-SA-2012-001.patch
===
--- MITKRB5-SA-2012-001.patch   (rev 0)
+++ MITKRB5-SA-2012-001.patch   2012-07-31 18:56:05 UTC (rev 164357)
@@ -0,0 +1,61 @@
+diff --git a/src/kdc/do_as_req.c b/src/kdc/do_as_req.c
+index 23623fe..8ada9d0 100644
+--- a/src/kdc/do_as_req.c
 b/src/kdc/do_as_req.c
+@@ -463,7 +463,7 @@ process_as_req(krb5_kdc_req *request, krb5_data *req_pkt,
+ krb5_enctype useenctype;
+ struct as_req_state *state;
+ 
+-state = malloc(sizeof(*state));
++state = calloc(sizeof(*state), 1);
+ if (!state) {
+ (*respond)(arg, ENOMEM, NULL);
+ return;
+@@ -486,6 +486,7 @@ process_as_req(krb5_kdc_req *request, krb5_data *req_pkt,
+ state-authtime = 0;
+ state-c_flags = 0;
+ state-req_pkt = req_pkt;
++state-inner_body = NULL;
+ state-rstate = NULL;
+ state-sname = 0;
+ state-cname = 0;
+diff --git a/src/kdc/kdc_preauth.c b/src/kdc/kdc_preauth.c
+index 9d8cb34..d4ece3f 100644
+--- a/src/kdc/kdc_preauth.c
 b/src/kdc/kdc_preauth.c
+@@ -1438,7 +1438,8 @@ etype_info_helper(krb5_context context, krb5_kdc_req 
*request,
+ continue;
+ 
+ }
+-if (request_contains_enctype(context, request, db_etype)) {
++if (krb5_is_permitted_enctype(context, db_etype) 
++request_contains_enctype(context, request, db_etype)) {
+ retval = _make_etype_info_entry(context, client-princ,
+ client_key, db_etype,
+ entry[i], etype_info2);
+diff --git a/src/kdc/kdc_util.c b/src/kdc/kdc_util.c
+index a43b291..94dad3a 100644
+--- a/src/kdc/kdc_util.c
 b/src/kdc/kdc_util.c
+@@ -2461,6 +2461,7 @@ kdc_handle_protected_negotiation(krb5_data *req_pkt, 
krb5_kdc_req *request,
+ return 0;
+ pa.magic = KV5M_PA_DATA;
+ pa.pa_type = KRB5_ENCPADATA_REQ_ENC_PA_REP;
++memset(checksum, 0, sizeof(checksum));
+ retval = krb5_c_make_checksum(kdc_context,0, reply_key,
+   KRB5_KEYUSAGE_AS_REQ, req_pkt, checksum);
+ if (retval != 0)
+diff --git a/src/lib/kdb/kdb_default.c b/src/lib/kdb/kdb_default.c
+index c4bf92e..367c894 100644
+--- a/src/lib/kdb/kdb_default.c
 b/src/lib/kdb/kdb_default.c
+@@ -61,6 +61,9 @@ krb5_dbe_def_search_enctype(kcontext, dbentp, start, ktype, 
stype, kvno, kdatap)
+ krb5_booleansaw_non_permitted = FALSE;
+ 
+ ret = 0;
++if (ktype != -1  !krb5_is_permitted_enctype(kcontext, ktype))
++return KRB5_KDB_NO_PERMITTED_KEY;
++
+ if (kvno == -1  stype == -1  ktype == -1)
+ kvno = 0;
+ 

Modified: PKGBUILD
===
--- PKGBUILD2012-07-31 16:14:21 UTC (rev 164356)
+++ PKGBUILD2012-07-31 18:56:05 UTC (rev 164357)
@@ -3,7 +3,7 @@
 
 pkgname=krb5
 pkgver=1.10.2
-pkgrel=2
+pkgrel=3
 pkgdesc=The Kerberos network authentication system
 arch=('i686' 'x86_64')
 url=http://web.mit.edu/kerberos/;
@@ -20,7 +20,8 @@
 krb5-kpropd
 krb5-kpropd.service
 krb5-kpropd@.service
-krb5-kpropd.socket)
+krb5-kpropd.socket
+MITKRB5-SA-2012-001.patch)
 sha1sums=('8b6e2c5bf0c65aacd368b3698add7888f2a7332d'
   '78b759d566b1fdefd9bbcd06df14f07f12effe96'
   '2aa229369079ed1bbb201a1ef72c47bf143f4dbe'
@@ -30,7 +31,8 @@
   '7f402078fa65bb9ff1beb6c017450df78560'
   '614401dd4ac18e310153240bb26eb32ff1e8cf5b'
   '023a8164f8ee7066ac814486a68bc605e79f6101'
-  'f3677d30dbbd7106c581379c2c6ebb1bf7738912')
+  'f3677d30dbbd7106c581379c2c6ebb1bf7738912'
+  '7b32dd24e68dc801efb8be280083e4d8067e392a')
 options=('!emptydirs')
 
 build() {
@@ -46,6 +48,9 @@
# FS#25384
sed -i /KRB5ROOT=/s/\/local// util/ac_check_krb5.m4
 
+   # Fix KDC heap corruption and crash vulnerabilities
+   patch -Np2 -i ../../MITKRB5-SA-2012-001.patch
+
export CFLAGS+= -fPIC -fno-strict-aliasing -fstack-protector-all
export CPPFLAGS+= -I/usr/include/et
./configure --prefix=/usr \



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

2012-07-31 Thread Stéphane Gaudreault
Date: Tuesday, July 31, 2012 @ 14:56:29
  Author: stephane
Revision: 164358

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

Added:
  krb5/repos/testing-i686/
  krb5/repos/testing-i686/MITKRB5-SA-2012-001.patch
(from rev 164357, krb5/trunk/MITKRB5-SA-2012-001.patch)
  krb5/repos/testing-i686/PKGBUILD
(from rev 164357, krb5/trunk/PKGBUILD)
  krb5/repos/testing-i686/krb5-1.10.1-gcc47.patch
(from rev 164357, krb5/trunk/krb5-1.10.1-gcc47.patch)
  krb5/repos/testing-i686/krb5-kadmind
(from rev 164357, krb5/trunk/krb5-kadmind)
  krb5/repos/testing-i686/krb5-kadmind.service
(from rev 164357, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-i686/krb5-kdc
(from rev 164357, krb5/trunk/krb5-kdc)
  krb5/repos/testing-i686/krb5-kdc.service
(from rev 164357, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-i686/krb5-kpropd
(from rev 164357, krb5/trunk/krb5-kpropd)
  krb5/repos/testing-i686/krb5-kpropd.service
(from rev 164357, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-i686/krb5-kpropd.socket
(from rev 164357, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-i686/krb5-kpropd@.service
(from rev 164357, krb5/trunk/krb5-kpropd@.service)
  krb5/repos/testing-x86_64/
  krb5/repos/testing-x86_64/MITKRB5-SA-2012-001.patch
(from rev 164357, krb5/trunk/MITKRB5-SA-2012-001.patch)
  krb5/repos/testing-x86_64/PKGBUILD
(from rev 164357, krb5/trunk/PKGBUILD)
  krb5/repos/testing-x86_64/krb5-1.10.1-gcc47.patch
(from rev 164357, krb5/trunk/krb5-1.10.1-gcc47.patch)
  krb5/repos/testing-x86_64/krb5-kadmind
(from rev 164357, krb5/trunk/krb5-kadmind)
  krb5/repos/testing-x86_64/krb5-kadmind.service
(from rev 164357, krb5/trunk/krb5-kadmind.service)
  krb5/repos/testing-x86_64/krb5-kdc
(from rev 164357, krb5/trunk/krb5-kdc)
  krb5/repos/testing-x86_64/krb5-kdc.service
(from rev 164357, krb5/trunk/krb5-kdc.service)
  krb5/repos/testing-x86_64/krb5-kpropd
(from rev 164357, krb5/trunk/krb5-kpropd)
  krb5/repos/testing-x86_64/krb5-kpropd.service
(from rev 164357, krb5/trunk/krb5-kpropd.service)
  krb5/repos/testing-x86_64/krb5-kpropd.socket
(from rev 164357, krb5/trunk/krb5-kpropd.socket)
  krb5/repos/testing-x86_64/krb5-kpropd@.service
(from rev 164357, krb5/trunk/krb5-kpropd@.service)

--+
 testing-i686/MITKRB5-SA-2012-001.patch   |   61 ++
 testing-i686/PKGBUILD|   97 +
 testing-i686/krb5-1.10.1-gcc47.patch |   11 +++
 testing-i686/krb5-kadmind|   40 +++
 testing-i686/krb5-kadmind.service|8 ++
 testing-i686/krb5-kdc|   40 +++
 testing-i686/krb5-kdc.service|9 ++
 testing-i686/krb5-kpropd |   40 +++
 testing-i686/krb5-kpropd.service |8 ++
 testing-i686/krb5-kpropd.socket  |9 ++
 testing-i686/krb5-kpropd@.service|8 ++
 testing-x86_64/MITKRB5-SA-2012-001.patch |   61 ++
 testing-x86_64/PKGBUILD  |   97 +
 testing-x86_64/krb5-1.10.1-gcc47.patch   |   11 +++
 testing-x86_64/krb5-kadmind  |   40 +++
 testing-x86_64/krb5-kadmind.service  |8 ++
 testing-x86_64/krb5-kdc  |   40 +++
 testing-x86_64/krb5-kdc.service  |9 ++
 testing-x86_64/krb5-kpropd   |   40 +++
 testing-x86_64/krb5-kpropd.service   |8 ++
 testing-x86_64/krb5-kpropd.socket|9 ++
 testing-x86_64/krb5-kpropd@.service  |8 ++
 22 files changed, 662 insertions(+)

Copied: krb5/repos/testing-i686/MITKRB5-SA-2012-001.patch (from rev 164357, 
krb5/trunk/MITKRB5-SA-2012-001.patch)
===
--- testing-i686/MITKRB5-SA-2012-001.patch  (rev 0)
+++ testing-i686/MITKRB5-SA-2012-001.patch  2012-07-31 18:56:29 UTC (rev 
164358)
@@ -0,0 +1,61 @@
+diff --git a/src/kdc/do_as_req.c b/src/kdc/do_as_req.c
+index 23623fe..8ada9d0 100644
+--- a/src/kdc/do_as_req.c
 b/src/kdc/do_as_req.c
+@@ -463,7 +463,7 @@ process_as_req(krb5_kdc_req *request, krb5_data *req_pkt,
+ krb5_enctype useenctype;
+ struct as_req_state *state;
+ 
+-state = malloc(sizeof(*state));
++state = calloc(sizeof(*state), 1);
+ if (!state) {
+ (*respond)(arg, ENOMEM, NULL);
+ return;
+@@ -486,6 +486,7 @@ process_as_req(krb5_kdc_req *request, krb5_data *req_pkt,
+ state-authtime = 0;
+ state-c_flags = 0;
+ state-req_pkt = req_pkt;
++state-inner_body = NULL;
+ state-rstate = NULL;
+ state-sname = 0;
+ state-cname = 0;
+diff --git a/src/kdc/kdc_preauth.c b/src/kdc/kdc_preauth.c
+index 9d8cb34..d4ece3f 100644
+--- a/src/kdc/kdc_preauth.c
 b/src/kdc/kdc_preauth.c
+@@ -1438,7 +1438,8 @@ etype_info_helper(krb5_context context, krb5_kdc_req 
*request,
+ 

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

2012-07-31 Thread Tom Gundersen
Date: Tuesday, July 31, 2012 @ 15:25:50
  Author: tomegun
Revision: 164359

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

Added:
  cryptsetup/repos/core-i686/PKGBUILD
(from rev 164358, cryptsetup/repos/testing-i686/PKGBUILD)
  cryptsetup/repos/core-i686/encrypt_hook
(from rev 164358, cryptsetup/repos/testing-i686/encrypt_hook)
  cryptsetup/repos/core-i686/encrypt_install
(from rev 164358, cryptsetup/repos/testing-i686/encrypt_install)
  cryptsetup/repos/core-x86_64/PKGBUILD
(from rev 164358, cryptsetup/repos/testing-x86_64/PKGBUILD)
  cryptsetup/repos/core-x86_64/encrypt_hook
(from rev 164358, cryptsetup/repos/testing-x86_64/encrypt_hook)
  cryptsetup/repos/core-x86_64/encrypt_install
(from rev 164358, cryptsetup/repos/testing-x86_64/encrypt_install)
Deleted:
  cryptsetup/repos/core-i686/PKGBUILD
  cryptsetup/repos/core-i686/encrypt_hook
  cryptsetup/repos/core-i686/encrypt_install
  cryptsetup/repos/core-x86_64/PKGBUILD
  cryptsetup/repos/core-x86_64/encrypt_hook
  cryptsetup/repos/core-x86_64/encrypt_install
  cryptsetup/repos/testing-i686/
  cryptsetup/repos/testing-x86_64/

-+
 core-i686/PKGBUILD  |   69 +-
 core-i686/encrypt_hook  |  276 +-
 core-i686/encrypt_install   |   88 ++---
 core-x86_64/PKGBUILD|   69 +-
 core-x86_64/encrypt_hook|  276 +-
 core-x86_64/encrypt_install |   88 ++---
 6 files changed, 432 insertions(+), 434 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-31 18:56:29 UTC (rev 164358)
+++ core-i686/PKGBUILD  2012-07-31 19:25:50 UTC (rev 164359)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler tho...@archlinux.org
-pkgname=cryptsetup
-pkgver=1.4.3
-pkgrel=1
-pkgdesc=Userspace setup tool for transparent encryption of block devices 
using dm-crypt
-arch=(i686 x86_64)
-license=('GPL')
-url=http://code.google.com/p/cryptsetup/;
-groups=('base')
-depends=('device-mapper=2.02.85-2' 'libgcrypt' 'popt' 'util-linux')
-conflicts=('mkinitcpio0.7')
-options=('!libtool' '!emptydirs')
-source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
-http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
-encrypt_hook
-encrypt_install)
-sha256sums=('d5ff2c00f6f791d77fa5636a02ae43ddbb46c6c793bdeafdec5e38fd15f99d0a'
-'ad610fe77d78bf7e91b7473f9d9c84de46ed1cc21f006fe3ae4791b0b6f42f3a'
-'e0cbcabb81233b4d465833dca0faf1e762dc3cb6611597a25fe24e5d7209f316'
-'cfe465bdad3d958bb2332a05e04f2e1e884422a5714dfd1a0a3b9b74bf7dc6ae')
-
-build() {
-  cd ${srcdir}/$pkgname-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-${pkgver}
-  make DESTDIR=${pkgdir} install
-  # install hook
-  install -D -m644 ${srcdir}/encrypt_hook 
${pkgdir}/usr/lib/initcpio/hooks/encrypt
-  install -D -m644 ${srcdir}/encrypt_install 
${pkgdir}/usr/lib/initcpio/install/encrypt
-}

Copied: cryptsetup/repos/core-i686/PKGBUILD (from rev 164358, 
cryptsetup/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-31 19:25:50 UTC (rev 164359)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Thomas Bächler tho...@archlinux.org
+pkgname=cryptsetup
+pkgver=1.5.0
+pkgrel=1
+pkgdesc=Userspace setup tool for transparent encryption of block devices 
using dm-crypt
+arch=(i686 x86_64)
+license=('GPL')
+url=http://code.google.com/p/cryptsetup/;
+groups=('base')
+depends=('device-mapper' 'libgcrypt' 'popt' 'util-linux')
+options=('!libtool' '!emptydirs')
+source=(http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2
+http://cryptsetup.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2.asc
+encrypt_hook
+encrypt_install)
+
+build() {
+  cd ${srcdir}/$pkgname-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-${pkgver}
+  make DESTDIR=${pkgdir} install
+  # install hook
+  install -D -m644 ${srcdir}/encrypt_hook 
${pkgdir}/usr/lib/initcpio/hooks/encrypt
+  install -D -m644 ${srcdir}/encrypt_install 
${pkgdir}/usr/lib/initcpio/install/encrypt
+}
+md5sums=('0fa7ba8923b0ce8eed2aa65f2cb9950c'
+ 'efe1b74dfadf37726397fd27ad0df965'
+ '4dab1b0e23d81907b79b49c2d8d719b5'
+ '21c45f9cab3e0b5165f68358884fbd0f')

Deleted: core-i686/encrypt_hook
===
--- core-i686/encrypt_hook  2012-07-31 18:56:29 UTC (rev 164358)
+++ core-i686/encrypt_hook  2012-07-31 19:25:50 UTC (rev 164359)
@@ -1,138 +0,0 @@
-#!/usr/bin/ash
-
-run_hook() {
-modprobe -a -q dm-crypt /dev/null 21
-[ ${quiet} = y ]  CSQUIET=/dev/null
-
-# Get 

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

2012-07-31 Thread Eric Bélanger
Date: Tuesday, July 31, 2012 @ 15:42:02
  Author: eric
Revision: 164360

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

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

---+
 extra-i686/PKGBUILD   |   70 
 extra-x86_64/PKGBUILD |   70 
 2 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-31 19:25:50 UTC (rev 164359)
+++ extra-i686/PKGBUILD 2012-07-31 19:42:02 UTC (rev 164360)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Kevin Piche ke...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=bzflag
-pkgver=2.4.0
-pkgrel=3
-pkgdesc='Multiplayer 3D tank battle game'
-url='http://bzflag.org/'
-license=('LGPL')
-options=('!libtool')
-arch=('i686' 'x86_64')
-depends=('curl' 'glew' 'mesa' 'sdl')
-source=(http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
-sha1sums=('af469d63af7143479176ea0ac91ce2eaa6e4561f')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --prefix=/usr
-   make
-
-   cd misc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 misc/bzflag.desktop 
${pkgdir}/usr/share/applications/bzflag.desktop
-   install -Dm644 data/bzflag-48x48.png 
${pkgdir}/usr/share/pixmaps/bzflag-48x48.png
-}

Copied: bzflag/repos/extra-i686/PKGBUILD (from rev 164359, 
bzflag/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-31 19:42:02 UTC (rev 164360)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Kevin Piche ke...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=bzflag
+pkgver=2.4.0
+pkgrel=4
+pkgdesc='Multiplayer 3D tank battle game'
+url='http://bzflag.org/'
+license=('LGPL')
+options=('!libtool')
+arch=('i686' 'x86_64')
+depends=('curl' 'glew' 'mesa' 'sdl')
+source=(http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
+sha1sums=('af469d63af7143479176ea0ac91ce2eaa6e4561f')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure --prefix=/usr
+   make
+
+   cd misc
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 misc/bzflag.desktop 
${pkgdir}/usr/share/applications/bzflag.desktop
+   install -Dm644 data/bzflag-48x48.png 
${pkgdir}/usr/share/pixmaps/bzflag-48x48.png
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-31 19:25:50 UTC (rev 164359)
+++ extra-x86_64/PKGBUILD   2012-07-31 19:42:02 UTC (rev 164360)
@@ -1,35 +0,0 @@
-# $Id$
-# Contributor: Damir Perisa damir.per...@bluewin.ch
-# Contributor: Kevin Piche ke...@archlinux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=bzflag
-pkgver=2.4.0
-pkgrel=3
-pkgdesc='Multiplayer 3D tank battle game'
-url='http://bzflag.org/'
-license=('LGPL')
-options=('!libtool')
-arch=('i686' 'x86_64')
-depends=('curl' 'glew' 'mesa' 'sdl')
-source=(http://downloads.sourceforge.net/project/bzflag/bzflag%20source/${pkgver}/bzflag-${pkgver}.tar.bz2;)
-sha1sums=('af469d63af7143479176ea0ac91ce2eaa6e4561f')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   ./configure --prefix=/usr
-   make
-
-   cd misc
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 misc/bzflag.desktop 
${pkgdir}/usr/share/applications/bzflag.desktop
-   install -Dm644 data/bzflag-48x48.png 
${pkgdir}/usr/share/pixmaps/bzflag-48x48.png
-}

Copied: bzflag/repos/extra-x86_64/PKGBUILD (from rev 164359, 
bzflag/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-31 19:42:02 UTC (rev 164360)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Kevin Piche ke...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=bzflag
+pkgver=2.4.0
+pkgrel=4
+pkgdesc='Multiplayer 3D tank battle game'
+url='http://bzflag.org/'
+license=('LGPL')

[arch-commits] Commit in calligra/repos (54 files)

2012-07-31 Thread Eric Bélanger
Date: Tuesday, July 31, 2012 @ 15:42:30
  Author: eric
Revision: 164361

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

Added:
  calligra/repos/extra-i686/PKGBUILD
(from rev 164359, calligra/repos/testing-i686/PKGBUILD)
  calligra/repos/extra-i686/calligra-braindump.install
(from rev 164359, calligra/repos/testing-i686/calligra-braindump.install)
  calligra/repos/extra-i686/calligra-filters.install
(from rev 164359, calligra/repos/testing-i686/calligra-filters.install)
  calligra/repos/extra-i686/calligra-flow.install
(from rev 164359, calligra/repos/testing-i686/calligra-flow.install)
  calligra/repos/extra-i686/calligra-karbon.install
(from rev 164359, calligra/repos/testing-i686/calligra-karbon.install)
  calligra/repos/extra-i686/calligra-kexi.install
(from rev 164359, calligra/repos/testing-i686/calligra-kexi.install)
  calligra/repos/extra-i686/calligra-krita.install
(from rev 164359, calligra/repos/testing-i686/calligra-krita.install)
  calligra/repos/extra-i686/calligra-plan.install
(from rev 164359, calligra/repos/testing-i686/calligra-plan.install)
  calligra/repos/extra-i686/calligra-sheets.install
(from rev 164359, calligra/repos/testing-i686/calligra-sheets.install)
  calligra/repos/extra-i686/calligra-stage.install
(from rev 164359, calligra/repos/testing-i686/calligra-stage.install)
  calligra/repos/extra-i686/calligra-tools.install
(from rev 164359, calligra/repos/testing-i686/calligra-tools.install)
  calligra/repos/extra-i686/calligra-words.install
(from rev 164359, calligra/repos/testing-i686/calligra-words.install)
  calligra/repos/extra-i686/calligra.install
(from rev 164359, calligra/repos/testing-i686/calligra.install)
  calligra/repos/extra-x86_64/PKGBUILD
(from rev 164359, calligra/repos/testing-x86_64/PKGBUILD)
  calligra/repos/extra-x86_64/calligra-braindump.install
(from rev 164359, calligra/repos/testing-x86_64/calligra-braindump.install)
  calligra/repos/extra-x86_64/calligra-filters.install
(from rev 164359, calligra/repos/testing-x86_64/calligra-filters.install)
  calligra/repos/extra-x86_64/calligra-flow.install
(from rev 164359, calligra/repos/testing-x86_64/calligra-flow.install)
  calligra/repos/extra-x86_64/calligra-karbon.install
(from rev 164359, calligra/repos/testing-x86_64/calligra-karbon.install)
  calligra/repos/extra-x86_64/calligra-kexi.install
(from rev 164359, calligra/repos/testing-x86_64/calligra-kexi.install)
  calligra/repos/extra-x86_64/calligra-krita.install
(from rev 164359, calligra/repos/testing-x86_64/calligra-krita.install)
  calligra/repos/extra-x86_64/calligra-plan.install
(from rev 164359, calligra/repos/testing-x86_64/calligra-plan.install)
  calligra/repos/extra-x86_64/calligra-sheets.install
(from rev 164359, calligra/repos/testing-x86_64/calligra-sheets.install)
  calligra/repos/extra-x86_64/calligra-stage.install
(from rev 164359, calligra/repos/testing-x86_64/calligra-stage.install)
  calligra/repos/extra-x86_64/calligra-tools.install
(from rev 164359, calligra/repos/testing-x86_64/calligra-tools.install)
  calligra/repos/extra-x86_64/calligra-words.install
(from rev 164359, calligra/repos/testing-x86_64/calligra-words.install)
  calligra/repos/extra-x86_64/calligra.install
(from rev 164359, calligra/repos/testing-x86_64/calligra.install)
Deleted:
  calligra/repos/extra-i686/PKGBUILD
  calligra/repos/extra-i686/calligra-braindump.install
  calligra/repos/extra-i686/calligra-filters.install
  calligra/repos/extra-i686/calligra-flow.install
  calligra/repos/extra-i686/calligra-karbon.install
  calligra/repos/extra-i686/calligra-kexi.install
  calligra/repos/extra-i686/calligra-krita.install
  calligra/repos/extra-i686/calligra-plan.install
  calligra/repos/extra-i686/calligra-sheets.install
  calligra/repos/extra-i686/calligra-stage.install
  calligra/repos/extra-i686/calligra-tools.install
  calligra/repos/extra-i686/calligra-words.install
  calligra/repos/extra-i686/calligra.install
  calligra/repos/extra-x86_64/PKGBUILD
  calligra/repos/extra-x86_64/calligra-braindump.install
  calligra/repos/extra-x86_64/calligra-filters.install
  calligra/repos/extra-x86_64/calligra-flow.install
  calligra/repos/extra-x86_64/calligra-karbon.install
  calligra/repos/extra-x86_64/calligra-kexi.install
  calligra/repos/extra-x86_64/calligra-krita.install
  calligra/repos/extra-x86_64/calligra-plan.install
  calligra/repos/extra-x86_64/calligra-sheets.install
  calligra/repos/extra-x86_64/calligra-stage.install
  calligra/repos/extra-x86_64/calligra-tools.install
  calligra/repos/extra-x86_64/calligra-words.install
  calligra/repos/extra-x86_64/calligra.install
  calligra/repos/testing-i686/
  calligra/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |  528 +++---
 extra-i686/calligra-braindump.install   |   24 -
 extra-i686/calligra-filters.install   

[arch-commits] Commit in enblend-enfuse/repos (18 files)

2012-07-31 Thread Eric Bélanger
Date: Tuesday, July 31, 2012 @ 15:42:40
  Author: eric
Revision: 164362

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

Added:
  enblend-enfuse/repos/extra-i686/PKGBUILD
(from rev 164359, enblend-enfuse/repos/testing-i686/PKGBUILD)
  enblend-enfuse/repos/extra-i686/enblend-4.0-libpng15.patch
(from rev 164359, 
enblend-enfuse/repos/testing-i686/enblend-4.0-libpng15.patch)
  enblend-enfuse/repos/extra-i686/enblend-enfuse.install
(from rev 164359, enblend-enfuse/repos/testing-i686/enblend-enfuse.install)
  enblend-enfuse/repos/extra-i686/libpng-1.4.patch
(from rev 164359, enblend-enfuse/repos/testing-i686/libpng-1.4.patch)
  enblend-enfuse/repos/extra-x86_64/PKGBUILD
(from rev 164359, enblend-enfuse/repos/testing-x86_64/PKGBUILD)
  enblend-enfuse/repos/extra-x86_64/enblend-4.0-libpng15.patch
(from rev 164359, 
enblend-enfuse/repos/testing-x86_64/enblend-4.0-libpng15.patch)
  enblend-enfuse/repos/extra-x86_64/enblend-enfuse.install
(from rev 164359, 
enblend-enfuse/repos/testing-x86_64/enblend-enfuse.install)
  enblend-enfuse/repos/extra-x86_64/libpng-1.4.patch
(from rev 164359, enblend-enfuse/repos/testing-x86_64/libpng-1.4.patch)
Deleted:
  enblend-enfuse/repos/extra-i686/PKGBUILD
  enblend-enfuse/repos/extra-i686/enblend-4.0-libpng15.patch
  enblend-enfuse/repos/extra-i686/enblend-enfuse.install
  enblend-enfuse/repos/extra-i686/libpng-1.4.patch
  enblend-enfuse/repos/extra-x86_64/PKGBUILD
  enblend-enfuse/repos/extra-x86_64/enblend-4.0-libpng15.patch
  enblend-enfuse/repos/extra-x86_64/enblend-enfuse.install
  enblend-enfuse/repos/extra-x86_64/libpng-1.4.patch
  enblend-enfuse/repos/testing-i686/
  enblend-enfuse/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   78 ++---
 extra-i686/enblend-4.0-libpng15.patch   |  440 +++---
 extra-i686/enblend-enfuse.install   |   44 +--
 extra-i686/libpng-1.4.patch |   28 -
 extra-x86_64/PKGBUILD   |   78 ++---
 extra-x86_64/enblend-4.0-libpng15.patch |  440 +++---
 extra-x86_64/enblend-enfuse.install |   44 +--
 extra-x86_64/libpng-1.4.patch   |   28 -
 8 files changed, 590 insertions(+), 590 deletions(-)

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


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

2012-07-31 Thread Eric Bélanger
Date: Tuesday, July 31, 2012 @ 15:42:44
  Author: eric
Revision: 164363

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-31 19:42:40 UTC (rev 164362)
+++ extra-i686/PKGBUILD 2012-07-31 19:42:44 UTC (rev 164363)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: SleepyDog
-
-pkgname=glew
-pkgver=1.7.0
-pkgrel=2
-pkgdesc=The OpenGL Extension Wrangler Library
-arch=('i686' 'x86_64')
-url=http://glew.sourceforge.net;
-license=('BSD' 'MIT' 'GPL')
-depends=('libxmu' 'libxi' 'mesa')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
-sha1sums=('9266f2360c1687a96f2ea06419671d370b2928d1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|lib64|lib|' config/Makefile.linux
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GLEW_DEST=${pkgdir}/usr install.all
-  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  rm ${pkgdir}/usr/lib/{libGLEW,libGLEWmx}.a
-  chmod 0755 ${pkgdir}/usr/lib/libGLEW*.so.${pkgver}
-}

Copied: glew/repos/extra-i686/PKGBUILD (from rev 164359, 
glew/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-31 19:42:44 UTC (rev 164363)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: SleepyDog
+
+pkgname=glew
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=The OpenGL Extension Wrangler Library
+arch=('i686' 'x86_64')
+url=http://glew.sourceforge.net;
+license=('BSD' 'MIT' 'GPL')
+depends=('libxmu' 'libxi' 'mesa')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
+sha1sums=('641c6bb3f924ec786e1e6cf2b1b230f594e0f0e4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|lib64|lib|' config/Makefile.linux
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GLEW_DEST=${pkgdir}/usr install.all
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  rm ${pkgdir}/usr/lib/{libGLEW,libGLEWmx}.a
+  chmod 0755 ${pkgdir}/usr/lib/libGLEW*.so.${pkgver}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-31 19:42:40 UTC (rev 164362)
+++ extra-x86_64/PKGBUILD   2012-07-31 19:42:44 UTC (rev 164363)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: SleepyDog
-
-pkgname=glew
-pkgver=1.7.0
-pkgrel=2
-pkgdesc=The OpenGL Extension Wrangler Library
-arch=('i686' 'x86_64')
-url=http://glew.sourceforge.net;
-license=('BSD' 'MIT' 'GPL')
-depends=('libxmu' 'libxi' 'mesa')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
-sha1sums=('9266f2360c1687a96f2ea06419671d370b2928d1')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|lib64|lib|' config/Makefile.linux
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make GLEW_DEST=${pkgdir}/usr install.all
-  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  rm ${pkgdir}/usr/lib/{libGLEW,libGLEWmx}.a
-  chmod 0755 ${pkgdir}/usr/lib/libGLEW*.so.${pkgver}
-}

Copied: glew/repos/extra-x86_64/PKGBUILD (from rev 164359, 
glew/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-31 19:42:44 UTC (rev 164363)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: SleepyDog
+
+pkgname=glew
+pkgver=1.8.0
+pkgrel=1
+pkgdesc=The OpenGL Extension Wrangler Library
+arch=('i686' 'x86_64')
+url=http://glew.sourceforge.net;
+license=('BSD' 'MIT' 'GPL')
+depends=('libxmu' 'libxi' 'mesa')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
+sha1sums=('641c6bb3f924ec786e1e6cf2b1b230f594e0f0e4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|lib64|lib|' config/Makefile.linux
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GLEW_DEST=${pkgdir}/usr install.all
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  

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

2012-07-31 Thread Eric Bélanger
Date: Tuesday, July 31, 2012 @ 15:42:49
  Author: eric
Revision: 164364

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

Added:
  gtkpod/repos/extra-i686/PKGBUILD
(from rev 164359, gtkpod/repos/testing-i686/PKGBUILD)
  gtkpod/repos/extra-i686/gtkpod.install
(from rev 164359, gtkpod/repos/testing-i686/gtkpod.install)
  gtkpod/repos/extra-x86_64/PKGBUILD
(from rev 164359, gtkpod/repos/testing-x86_64/PKGBUILD)
  gtkpod/repos/extra-x86_64/gtkpod.install
(from rev 164359, gtkpod/repos/testing-x86_64/gtkpod.install)
Deleted:
  gtkpod/repos/extra-i686/PKGBUILD
  gtkpod/repos/extra-i686/gtkpod.install
  gtkpod/repos/extra-x86_64/PKGBUILD
  gtkpod/repos/extra-x86_64/gtkpod.install
  gtkpod/repos/testing-i686/
  gtkpod/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   68 +-
 extra-i686/gtkpod.install   |   24 +++---
 extra-x86_64/PKGBUILD   |   68 +-
 extra-x86_64/gtkpod.install |   24 +++---
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-31 19:42:44 UTC (rev 164363)
+++ extra-i686/PKGBUILD 2012-07-31 19:42:49 UTC (rev 164364)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=gtkpod
-pkgver=2.1.2
-pkgrel=1
-pkgdesc=A platform independent GUI for Apple's iPod using GTK3
-arch=('i686' 'x86_64')
-url=http://gtkpod.sourceforge.net;
-license=('GPL')
-depends=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk')
-makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
-optdepends=('libmp4v2: MP4/h264 support'
-'vorbis-tools: OGG support'
-   'libvorbis: OGG support'
-'id3v2: mp3 conversion support'
-'faad2: m4a conversion support')
-install=gtkpod.install
-options=('!libtool')
-source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('88fef3f947cbb7ae6b714080733a3b6b')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: gtkpod/repos/extra-i686/PKGBUILD (from rev 164359, 
gtkpod/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-31 19:42:49 UTC (rev 164364)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=gtkpod
+pkgver=2.1.2
+pkgrel=2
+pkgdesc=A platform independent GUI for Apple's iPod using GTK3
+arch=('i686' 'x86_64')
+url=http://gtkpod.sourceforge.net;
+license=('GPL')
+depends=('anjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk')
+makedepends=('flex' 'intltool' 'libvorbis' 'faad2')
+optdepends=('libmp4v2: MP4/h264 support'
+'vorbis-tools: OGG support'
+   'libvorbis: OGG support'
+'id3v2: mp3 conversion support'
+'faad2: m4a conversion support')
+install=gtkpod.install
+options=('!libtool')
+source=(http://downloads.sourceforge.net/gtkpod/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('88fef3f947cbb7ae6b714080733a3b6b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's#python#python2#' scripts/sync-palm-jppy.py
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/gtkpod.install
===
--- extra-i686/gtkpod.install   2012-07-31 19:42:44 UTC (rev 164363)
+++ extra-i686/gtkpod.install   2012-07-31 19:42:49 UTC (rev 164364)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: gtkpod/repos/extra-i686/gtkpod.install (from rev 164359, 
gtkpod/repos/testing-i686/gtkpod.install)
===
--- extra-i686/gtkpod.install   (rev 0)
+++ extra-i686/gtkpod.install   2012-07-31 19:42:49 UTC (rev 164364)
@@ -0,0 +1,12 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-31 19:42:44 UTC (rev 164363)
+++ extra-x86_64/PKGBUILD   2012-07-31 19:42:49 UTC (rev 164364)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Kevin 

[arch-commits] Commit in gvfs/repos (18 files)

2012-07-31 Thread Eric Bélanger
Date: Tuesday, July 31, 2012 @ 15:42:58
  Author: eric
Revision: 164365

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

Added:
  gvfs/repos/extra-i686/PKGBUILD
(from rev 164359, gvfs/repos/testing-i686/PKGBUILD)
  gvfs/repos/extra-i686/gvfs-module.install
(from rev 164359, gvfs/repos/testing-i686/gvfs-module.install)
  gvfs/repos/extra-i686/gvfs-smb.install
(from rev 164359, gvfs/repos/testing-i686/gvfs-smb.install)
  gvfs/repos/extra-i686/gvfs.install
(from rev 164359, gvfs/repos/testing-i686/gvfs.install)
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 164359, gvfs/repos/testing-x86_64/PKGBUILD)
  gvfs/repos/extra-x86_64/gvfs-module.install
(from rev 164359, gvfs/repos/testing-x86_64/gvfs-module.install)
  gvfs/repos/extra-x86_64/gvfs-smb.install
(from rev 164359, gvfs/repos/testing-x86_64/gvfs-smb.install)
  gvfs/repos/extra-x86_64/gvfs.install
(from rev 164359, gvfs/repos/testing-x86_64/gvfs.install)
Deleted:
  gvfs/repos/extra-i686/PKGBUILD
  gvfs/repos/extra-i686/gvfs-module.install
  gvfs/repos/extra-i686/gvfs-smb.install
  gvfs/repos/extra-i686/gvfs.install
  gvfs/repos/extra-x86_64/PKGBUILD
  gvfs/repos/extra-x86_64/gvfs-module.install
  gvfs/repos/extra-x86_64/gvfs-smb.install
  gvfs/repos/extra-x86_64/gvfs.install
  gvfs/repos/testing-i686/
  gvfs/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  224 ++---
 extra-i686/gvfs-module.install   |   14 +-
 extra-i686/gvfs-smb.install  |   24 +--
 extra-i686/gvfs.install  |   28 ++--
 extra-x86_64/PKGBUILD|  224 ++---
 extra-x86_64/gvfs-module.install |   14 +-
 extra-x86_64/gvfs-smb.install|   24 +--
 extra-x86_64/gvfs.install|   28 ++--
 8 files changed, 290 insertions(+), 290 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-31 19:42:49 UTC (rev 164364)
+++ extra-i686/PKGBUILD 2012-07-31 19:42:58 UTC (rev 164365)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgbase=gvfs
-pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
-pkgver=1.12.3
-pkgrel=2
-arch=('i686' 'x86_64')
-license=('LGPL')
-makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio' 'libgphoto2' 'libimobiledevice' 'libsoup-gnome' 'smbclient' 'udisks2')
-url=http://www.gnome.org;
-options=(!libtool)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
   
-sha256sums=('38f69ec92083f86a51e7814e98d2861151f16dfb3abe4b3b39488408e12fd9c2')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/gvfs \
-  --with-bash-completion-dir=/usr/share/bash-completion/completions
-  make
-}
-
-package_gvfs() {
-  pkgdesc=Userspace virtual filesystem implemented as a pluggable module for 
gio
-  depends=('avahi' 'dconf' 'fuse' 'libarchive' 'libcdio' 'libsoup-gnome' 
'udisks2')
-  optdepends=('gvfs-afc: AFC (mobile devices) support'
-  'gvfs-smb: SMB/CIFS (Windows client) support'
-  'gvfs-gphoto2: gphoto2 (PTP camera/MTP media player) support'
-  'gvfs-obexftp: ObexFTP (bluetooth) support'
-  'gvfs-afp: Apple Filing Protocol (AFP) support')
-  install=gvfs.install
-
-  cd $pkgbase-$pkgver
-  sed -e 's/^am__append_4/#am__append_4/' \
-  -e 's/^am__append_5/#am__append_5/' \
-  -i monitor/Makefile
-  make DESTDIR=$pkgdir install
-
-  cd $pkgdir
-  rm usr/lib/gvfs/gvfsd-{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}
-  rm 
usr/share/gvfs/mounts/{smb,smb-browse,afc,afp,afp-browse,gphoto2,obexftp}.mount
-  rm usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  rm usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-smb() {
-  pkgdesc=SMB/CIFS (Windows client) backend for gvfs
-  depends=(gvfs=$pkgver 'smbclient' 'libgnome-keyring')
-  install=gvfs-smb.install
-
-  cd $pkgbase-$pkgver/daemon
-  install -m755 -d $pkgdir/usr/lib/gvfs
-  install -m755 -d $pkgdir/usr/share/gvfs/mounts
-
-  install -m755 .libs/gvfsd-smb{,-browse} $pkgdir/usr/lib/gvfs/
-  install -m644 smb{,-browse}.mount $pkgdir/usr/share/gvfs/mounts/
-
-  install -Dm644 org.gnome.system.smb.gschema.xml \
-$pkgdir/usr/share/glib-2.0/schemas/org.gnome.system.smb.gschema.xml
-  install -Dm644 gvfs-smb.convert \
-$pkgdir/usr/share/GConf/gsettings/gvfs-smb.convert
-}
-
-package_gvfs-afc() {
-  pkgdesc=AFC (mobile devices) backend for gvfs
-  depends=(gvfs=$pkgver 'libimobiledevice')
-  install=gvfs-module.install
-
-  cd $pkgbase-$pkgver/daemon
-  install -D .libs/gvfsd-afc $pkgdir/usr/lib/gvfs/gvfsd-afc
-  install -Dm644 afc.mount $pkgdir/usr/share/gvfs/mounts/afc.mount
-
-  cd $srcdir/$pkgbase-$pkgver/monitor/afc
-  make DESTDIR=$pkgdir install
-}
-

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

2012-07-31 Thread Eric Bélanger
Date: Tuesday, July 31, 2012 @ 15:43:06
  Author: eric
Revision: 164366

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

Added:
  hugin/repos/extra-i686/PKGBUILD
(from rev 164359, hugin/repos/testing-i686/PKGBUILD)
  hugin/repos/extra-i686/gcc47.patch
(from rev 164359, hugin/repos/testing-i686/gcc47.patch)
  hugin/repos/extra-i686/hugin.install
(from rev 164359, hugin/repos/testing-i686/hugin.install)
  hugin/repos/extra-x86_64/PKGBUILD
(from rev 164359, hugin/repos/testing-x86_64/PKGBUILD)
  hugin/repos/extra-x86_64/gcc47.patch
(from rev 164359, hugin/repos/testing-x86_64/gcc47.patch)
  hugin/repos/extra-x86_64/hugin.install
(from rev 164359, hugin/repos/testing-x86_64/hugin.install)
Deleted:
  hugin/repos/extra-i686/PKGBUILD
  hugin/repos/extra-i686/gcc47.patch
  hugin/repos/extra-i686/hugin.install
  hugin/repos/extra-x86_64/PKGBUILD
  hugin/repos/extra-x86_64/gcc47.patch
  hugin/repos/extra-x86_64/hugin.install
  hugin/repos/testing-i686/
  hugin/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   78 +--
 extra-i686/gcc47.patch |   22 ++--
 extra-i686/hugin.install   |   30 
 extra-x86_64/PKGBUILD  |   78 +--
 extra-x86_64/gcc47.patch   |   22 ++--
 extra-x86_64/hugin.install |   30 
 6 files changed, 130 insertions(+), 130 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-31 19:42:58 UTC (rev 164365)
+++ extra-i686/PKGBUILD 2012-07-31 19:43:06 UTC (rev 164366)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Tobias Kieslich tob...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-# Contributor: Dominik Ryba domr...@post.pl
-
-pkgname=hugin
-pkgver=2011.4.0
-pkgrel=3
-pkgdesc=A frontend to the panorama-tools
-arch=('i686' 'x86_64')
-url=http://hugin.sourceforge.net/;
-license=('GPL')
-depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
- 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
-makedepends=('zip' 'cmake' 'boost' 'tclap')
-install=hugin.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
-gcc47.patch)
-sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b'
-  'aa0fc9425bd7a4b5e270412f4ca72258fac77298')
-
-build() {
-  cd ${srcdir}
-  patch -Np0 -i gcc47.patch
-  mkdir build
-  cd build
-  export CXXFLAGS+= -fpermissive 
-  cmake ${srcdir}/${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_EXE_LINKER_FLAGS=-lpthread \
--DENABLE_LAPACK=yes
-  make
-}
-
-package(){
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: hugin/repos/extra-i686/PKGBUILD (from rev 164359, 
hugin/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-31 19:43:06 UTC (rev 164366)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=4
+pkgdesc=A frontend to the panorama-tools
+arch=('i686' 'x86_64')
+url=http://hugin.sourceforge.net/;
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap')
+install=hugin.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+gcc47.patch)
+sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b'
+  'aa0fc9425bd7a4b5e270412f4ca72258fac77298')
+
+build() {
+  cd ${srcdir}
+  patch -Np0 -i gcc47.patch
+  mkdir build
+  cd build
+  export CXXFLAGS+= -fpermissive 
+  cmake ${srcdir}/${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_EXE_LINKER_FLAGS=-lpthread \
+-DENABLE_LAPACK=yes
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/gcc47.patch
===
--- extra-i686/gcc47.patch  2012-07-31 19:42:58 UTC (rev 164365)
+++ extra-i686/gcc47.patch  2012-07-31 19:43:06 UTC (rev 164366)
@@ -1,11 +0,0 @@
-diff -Nur hugin-2011.4.0.orig/src/celeste/Utilities.cpp 
hugin-2011.4.0/src/celeste/Utilities.cpp
 hugin-2011.4.0.orig/src/celeste/Utilities.cpp  2012-07-08 
15:18:16.864454043 +
-+++ hugin-2011.4.0/src/celeste/Utilities.cpp   2012-07-08 15:18:20.341089422 
+
-@@ -27,6 +27,7 @@
- 
- #include math.h
- #include stdlib.h
-+#include unistd.h
- #include Utilities.h
- 
- using namespace std; 

Copied: hugin/repos/extra-i686/gcc47.patch (from rev 164359, 

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

2012-07-31 Thread Eric Bélanger
Date: Tuesday, July 31, 2012 @ 15:43:09
  Author: eric
Revision: 164367

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-31 19:43:06 UTC (rev 164366)
+++ extra-i686/PKGBUILD 2012-07-31 19:43:09 UTC (rev 164367)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libgpod
-pkgver=0.8.2
-pkgrel=5
-pkgdesc=A shared library to access the contents of an iPod
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice')
-makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
-optdepends=('gtk-sharp-2: Mono bindings'
-'python2-gobject2: python bindings')
-url=http://www.gtkpod.org/libgpod/;
-source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
-options=('!libtool' '!emptydirs')
-md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
-  --enable-udev --with-python=/usr/bin/python2
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-

Copied: libgpod/repos/extra-i686/PKGBUILD (from rev 164359, 
libgpod/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-31 19:43:09 UTC (rev 164367)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libgpod
+pkgver=0.8.2
+pkgrel=6
+pkgdesc=A shared library to access the contents of an iPod
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice' 'libplist')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings'
+'python2-gobject2: python bindings')
+url=http://www.gtkpod.org/libgpod/;
+source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool' '!emptydirs')
+md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
+  --enable-udev --with-python=/usr/bin/python2
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+}
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-31 19:43:06 UTC (rev 164366)
+++ extra-x86_64/PKGBUILD   2012-07-31 19:43:09 UTC (rev 164367)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann dan...@archlinux.org
-# Contributor: William Rea sillywi...@gmail.com
-
-pkgname=libgpod
-pkgver=0.8.2
-pkgrel=5
-pkgdesc=A shared library to access the contents of an iPod
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'mutagen' 'sg3_utils' 'libimobiledevice')
-makedepends=('intltool' 'swig' 'docbook-xsl' 'pygobject2-devel' 'gtk-sharp-2')
-optdepends=('gtk-sharp-2: Mono bindings'
-'python2-gobject2: python bindings')
-url=http://www.gtkpod.org/libgpod/;
-source=(http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2)
-options=('!libtool' '!emptydirs')
-md5sums=('ff0fd875fa08f2a6a49dec57ce3367ab')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
-  --enable-udev --with-python=/usr/bin/python2
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-}
-

Copied: libgpod/repos/extra-x86_64/PKGBUILD (from rev 164359, 
libgpod/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-31 19:43:09 UTC (rev 164367)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Contributor: William Rea sillywi...@gmail.com
+
+pkgname=libgpod
+pkgver=0.8.2
+pkgrel=6
+pkgdesc=A shared library to access the 

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

2012-07-31 Thread Eric Bélanger
Date: Tuesday, July 31, 2012 @ 15:43:16
  Author: eric
Revision: 164368

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

Added:
  libimobiledevice/repos/extra-i686/PKGBUILD
(from rev 164359, libimobiledevice/repos/testing-i686/PKGBUILD)
  libimobiledevice/repos/extra-i686/swig-version-check.patch
(from rev 164359, 
libimobiledevice/repos/testing-i686/swig-version-check.patch)
  libimobiledevice/repos/extra-x86_64/PKGBUILD
(from rev 164359, libimobiledevice/repos/testing-x86_64/PKGBUILD)
  libimobiledevice/repos/extra-x86_64/swig-version-check.patch
(from rev 164359, 
libimobiledevice/repos/testing-x86_64/swig-version-check.patch)
Deleted:
  libimobiledevice/repos/extra-i686/PKGBUILD
  libimobiledevice/repos/extra-i686/swig-version-check.patch
  libimobiledevice/repos/extra-x86_64/PKGBUILD
  libimobiledevice/repos/extra-x86_64/swig-version-check.patch
  libimobiledevice/repos/testing-i686/
  libimobiledevice/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   60 ++--
 extra-i686/swig-version-check.patch   |   28 +++---
 extra-x86_64/PKGBUILD |   60 ++--
 extra-x86_64/swig-version-check.patch |   28 +++---
 4 files changed, 82 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-31 19:43:09 UTC (rev 164367)
+++ extra-i686/PKGBUILD 2012-07-31 19:43:16 UTC (rev 164368)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Gabriel Martinez  reitaka at gmail dot com 
-
-pkgname=libimobiledevice
-pkgver=1.1.1
-pkgrel=3
-pkgdesc=Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux
-url=http://libimobiledevice.org/;
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-depends=('usbmuxd' 'libplist' 'gnutls' 'libgcrypt')
-makedepends=('python2' 'swig')
-options=('!libtool')
-source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2
-swig-version-check.patch)
-md5sums=('cdc13037e822d9ac2e109536701d153a'
- '8bb215e36fe0e08a72332c108c7842cc')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # SWIG version check is wrong (still not fixed upstream)
-  patch -p1 -i ../swig-version-check.patch
-
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: libimobiledevice/repos/extra-i686/PKGBUILD (from rev 164359, 
libimobiledevice/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-31 19:43:16 UTC (rev 164368)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=libimobiledevice
+pkgver=1.1.4
+pkgrel=1
+pkgdesc=Is a software library that talks the protocols to support iPhone and 
iPod Touch devices on Linux
+url=http://libimobiledevice.org/;
+arch=('i686' 'x86_64')
+license=('GPL2' 'LGPL2.1')
+depends=('usbmuxd' 'gnutls' 'libgcrypt')
+options=('!libtool')
+source=(http://libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2)
+
+build() {
+  cd $pkgname-$pkgver
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('3f28cbc6a2e30d34685049c0abde5183')

Deleted: extra-i686/swig-version-check.patch
===
--- extra-i686/swig-version-check.patch 2012-07-31 19:43:09 UTC (rev 164367)
+++ extra-i686/swig-version-check.patch 2012-07-31 19:43:16 UTC (rev 164368)
@@ -1,14 +0,0 @@
-diff -Nur libimobiledevice-1.0.3.old/configure libimobiledevice-1.0.3/configure
 libimobiledevice-1.0.3.old/configure   2010-10-04 07:38:37.0 
-0700
-+++ libimobiledevice-1.0.3/configure   2010-10-08 05:43:05.466686656 -0700
-@@ -3477,9 +3477,7 @@
- if test -z $available_patch ; then
- available_patch=0
- fi
--if test $available_major -ne $required_major \
---o $available_minor -ne $required_minor \
---o $available_patch -lt $required_patch ; then
-+if test $available_major -lt $required_major ; then
- { $as_echo $as_me:${as_lineno-$LINENO}: 
WARNING: SWIG version = 1.3.21 is required.  You have $swig_version.  You 
should look at http://www.swig.org; 5
- $as_echo $as_me: WARNING: SWIG version = 1.3.21 is required.  You have 
$swig_version.  You should look at http://www.swig.org; 2;}
- SWIG=false

Copied: 

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

2012-07-31 Thread Eric Bélanger
Date: Tuesday, July 31, 2012 @ 15:43:21
  Author: eric
Revision: 164369

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

Added:
  rhythmbox/repos/extra-i686/PKGBUILD
(from rev 164359, rhythmbox/repos/testing-i686/PKGBUILD)
  rhythmbox/repos/extra-i686/rhythmbox.install
(from rev 164359, rhythmbox/repos/testing-i686/rhythmbox.install)
  rhythmbox/repos/extra-x86_64/PKGBUILD
(from rev 164359, rhythmbox/repos/testing-x86_64/PKGBUILD)
  rhythmbox/repos/extra-x86_64/rhythmbox.install
(from rev 164359, rhythmbox/repos/testing-x86_64/rhythmbox.install)
Deleted:
  rhythmbox/repos/extra-i686/PKGBUILD
  rhythmbox/repos/extra-i686/rhythmbox.install
  rhythmbox/repos/extra-x86_64/PKGBUILD
  rhythmbox/repos/extra-x86_64/rhythmbox.install
  rhythmbox/repos/testing-i686/
  rhythmbox/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   82 +++
 extra-i686/rhythmbox.install   |   26 ++--
 extra-x86_64/PKGBUILD  |   82 +++
 extra-x86_64/rhythmbox.install |   26 ++--
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-31 19:43:16 UTC (rev 164368)
+++ extra-i686/PKGBUILD 2012-07-31 19:43:21 UTC (rev 164369)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=rhythmbox
-pkgver=2.97
-pkgrel=1
-pkgdesc=An iTunes-like music playback and management application
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.rhythmbox.org;
-depends=('clutter' 'clutter-gtk' 'clutter-gst' 'dconf' 'desktop-file-utils' 
'grilo'
- 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gvfs-afc' 
'json-glib'
- 'libdmapsharing' 'libgpod' 'libmtp' 'libmusicbrainz4' 'libnotify' 
'libpeas' 'libwebkit3'
- 'lirc-utils' 'media-player-info' 'mx' 'python2-gobject' 
'python2-mako' 'totem-plparser'
- 'tdb' 'libdiscid')
-makedepends=('gnome-doc-utils' 'intltool' 'brasero' 'gobject-introspection' 
'vala')
-optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
-'gstreamer0.10-bad-plugins: Extra media codecs'
-'gstreamer0.10-ffmpeg: Extra media codecs'
-'brasero: cd burning')
-options=('!libtool' '!emptydirs')
-install=rhythmbox.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('b52567cf45bf13c0452593da7f907920bd4cf31916ca8dcd15d555336b4947e4')
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/rhythmbox \
-  --localstatedir=/var --disable-static \
-  --enable-daap --enable-python --enable-musicbrainz \
-  --with-mdns=avahi --disable-scrollkeeper
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: rhythmbox/repos/extra-i686/PKGBUILD (from rev 164359, 
rhythmbox/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-31 19:43:21 UTC (rev 164369)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=rhythmbox
+pkgver=2.97
+pkgrel=2
+pkgdesc=An iTunes-like music playback and management application
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.rhythmbox.org;
+depends=('clutter' 'clutter-gtk' 'clutter-gst' 'dconf' 'desktop-file-utils' 
'grilo'
+ 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'gvfs-afc' 
'json-glib'
+ 'libdmapsharing' 'libgpod' 'libmtp' 'libmusicbrainz4' 'libnotify' 
'libpeas' 'libwebkit3'
+ 'lirc-utils' 'media-player-info' 'mx' 'python2-gobject' 
'python2-mako' 'totem-plparser'
+ 'tdb' 'libdiscid')
+makedepends=('gnome-doc-utils' 'intltool' 'brasero' 'gobject-introspection' 
'vala')
+optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
+'gstreamer0.10-bad-plugins: Extra media codecs'
+'gstreamer0.10-ffmpeg: Extra media codecs'
+'brasero: cd burning')
+options=('!libtool' '!emptydirs')
+install=rhythmbox.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('b52567cf45bf13c0452593da7f907920bd4cf31916ca8dcd15d555336b4947e4')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/rhythmbox \
+  --localstatedir=/var --disable-static \
+  --enable-daap --enable-python --enable-musicbrainz \
+  --with-mdns=avahi --disable-scrollkeeper
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: 

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

2012-07-31 Thread Eric Bélanger
Date: Tuesday, July 31, 2012 @ 15:43:25
  Author: eric
Revision: 164370

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

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

---+
 extra-i686/PKGBUILD   |   68 
 extra-x86_64/PKGBUILD |   68 
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-31 19:43:21 UTC (rev 164369)
+++ extra-i686/PKGBUILD 2012-07-31 19:43:25 UTC (rev 164370)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=upower
-pkgver=0.9.17
-pkgrel=1
-pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
-arch=('i686' 'x86_64')
-url=http://upower.freedesktop.org;
-license=('GPL')
-depends=('systemd-tools' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
-options=('!libtool')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-
-build() {
-  cd $pkgname-$pkgver
-
-  # put udev files in /usr/lib
-  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib/upower \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('9ef7fc8ec438542f014f3a34552822aa')

Copied: upower/repos/extra-i686/PKGBUILD (from rev 164359, 
upower/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-31 19:43:25 UTC (rev 164370)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.9.17
+pkgrel=2
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')
+url=http://upower.freedesktop.org;
+license=('GPL')
+depends=('systemd-tools' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
+makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+
+build() {
+  cd $pkgname-$pkgver
+
+  # put udev files in /usr/lib
+  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib/upower \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+md5sums=('9ef7fc8ec438542f014f3a34552822aa')

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-31 19:43:21 UTC (rev 164369)
+++ extra-x86_64/PKGBUILD   2012-07-31 19:43:25 UTC (rev 164370)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=upower
-pkgver=0.9.17
-pkgrel=1
-pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
-arch=('i686' 'x86_64')
-url=http://upower.freedesktop.org;
-license=('GPL')
-depends=('systemd-tools' 'libusb' 'polkit' 'pm-utils' 'dbus-glib' 
'libimobiledevice')
-makedepends=('intltool' 'docbook-xsl' 'gobject-introspection')
-options=('!libtool')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-
-build() {
-  cd $pkgname-$pkgver
-
-  # put udev files in /usr/lib
-  sed -i /slashlibdir=/s#/lib#/usr/lib# configure
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib/upower \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-md5sums=('9ef7fc8ec438542f014f3a34552822aa')

Copied: upower/repos/extra-x86_64/PKGBUILD (from rev 164359, 
upower/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-31 19:43:25 UTC (rev 164370)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=upower
+pkgver=0.9.17
+pkgrel=2
+pkgdesc=Abstraction for enumerating power devices, listening to device events 
and querying history and statistics
+arch=('i686' 'x86_64')

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

2012-07-31 Thread Eric Bélanger
Date: Tuesday, July 31, 2012 @ 15:43:35
  Author: eric
Revision: 164371

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

Added:
  usbmuxd/repos/extra-i686/85-usbmuxd.rules
(from rev 164359, usbmuxd/repos/testing-i686/85-usbmuxd.rules)
  usbmuxd/repos/extra-i686/PKGBUILD
(from rev 164359, usbmuxd/repos/testing-i686/PKGBUILD)
  usbmuxd/repos/extra-i686/usbmuxd.install
(from rev 164359, usbmuxd/repos/testing-i686/usbmuxd.install)
  usbmuxd/repos/extra-i686/usbmuxd.service
(from rev 164359, usbmuxd/repos/testing-i686/usbmuxd.service)
  usbmuxd/repos/extra-x86_64/85-usbmuxd.rules
(from rev 164359, usbmuxd/repos/testing-x86_64/85-usbmuxd.rules)
  usbmuxd/repos/extra-x86_64/PKGBUILD
(from rev 164359, usbmuxd/repos/testing-x86_64/PKGBUILD)
  usbmuxd/repos/extra-x86_64/usbmuxd.install
(from rev 164359, usbmuxd/repos/testing-x86_64/usbmuxd.install)
  usbmuxd/repos/extra-x86_64/usbmuxd.service
(from rev 164359, usbmuxd/repos/testing-x86_64/usbmuxd.service)
Deleted:
  usbmuxd/repos/extra-i686/PKGBUILD
  usbmuxd/repos/extra-i686/usbmuxd-udevuser.patch
  usbmuxd/repos/extra-i686/usbmuxd.install
  usbmuxd/repos/extra-x86_64/PKGBUILD
  usbmuxd/repos/extra-x86_64/usbmuxd-udevuser.patch
  usbmuxd/repos/extra-x86_64/usbmuxd.install
  usbmuxd/repos/testing-i686/
  usbmuxd/repos/testing-x86_64/

-+
 extra-i686/85-usbmuxd.rules |9 +++
 extra-i686/PKGBUILD |   78 ++
 extra-i686/usbmuxd-udevuser.patch   |   12 -
 extra-i686/usbmuxd.install  |   38 
 extra-i686/usbmuxd.service  |5 ++
 extra-x86_64/85-usbmuxd.rules   |9 +++
 extra-x86_64/PKGBUILD   |   78 ++
 extra-x86_64/usbmuxd-udevuser.patch |   12 -
 extra-x86_64/usbmuxd.install|   38 
 extra-x86_64/usbmuxd.service|5 ++
 10 files changed, 150 insertions(+), 134 deletions(-)

Copied: usbmuxd/repos/extra-i686/85-usbmuxd.rules (from rev 164359, 
usbmuxd/repos/testing-i686/85-usbmuxd.rules)
===
--- extra-i686/85-usbmuxd.rules (rev 0)
+++ extra-i686/85-usbmuxd.rules 2012-07-31 19:43:35 UTC (rev 164371)
@@ -0,0 +1,9 @@
+# usbmuxd (Apple Mobile Device muxer listening on /var/run/usbmuxd)
+
+# Forces iDevices to the last USB configuration and runs usbmuxd
+TEST==/sys/fs/cgroup/systemd, ACTION==add, SUBSYSTEM==usb, 
ATTR{idVendor}==05ac, ATTR{idProduct}==12[9a][0-9a-f], 
ENV{USBMUX_SUPPORTED}=1, 
ATTR{bConfigurationValue}!=$attr{bNumConfigurations}, 
ATTR{bConfigurationValue}=$attr{bNumConfigurations}, OWNER=usbmux, 
TAG+=systemd, ENV{SYSTEMD_WANTS}=usbmuxd.service, GOTO=usbmuxd_systemd_end
+ACTION==add, SUBSYSTEM==usb, ATTR{idVendor}==05ac, 
ATTR{idProduct}==12[9a][0-9a-f], ENV{USBMUX_SUPPORTED}=1, 
ATTR{bConfigurationValue}!=$attr{bNumConfigurations}, 
ATTR{bConfigurationValue}=$attr{bNumConfigurations}, OWNER=usbmux, 
RUN+=/usr/sbin/usbmuxd -u -U usbmux
+LABEL=usbmuxd_systemd_end
+
+# Exit usbmuxd when the last device is removed
+ACTION==remove, SUBSYSTEM==usb, ENV{PRODUCT}==5ac/12[9a][0-9a-f]/*, 
ENV{INTERFACE}==255/*, RUN+=/usr/sbin/usbmuxd -x

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-31 19:43:25 UTC (rev 164370)
+++ extra-i686/PKGBUILD 2012-07-31 19:43:35 UTC (rev 164371)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Gabriel Martinez  reitaka at gmail dot com 
-
-pkgname=usbmuxd
-pkgver=1.0.7
-pkgrel=3
-pkgdesc=USB Multiplex Daemon
-url=http://marcansoft.com/blog/iphonelinux/usbmuxd/;
-arch=('i686' 'x86_64')
-license=('GPL2' 'GPL3' 'LGPL2.1')
-depends=('libusb=1.0.8')
-makedepends=('cmake')
-install=usbmuxd.install
-source=(http://marcansoft.com/uploads/${pkgname}/${pkgname}-${pkgver}.tar.bz2
-usbmuxd-udevuser.patch)
-md5sums=('6f431541f3177fa06aa6df9ceecb2da0'
- '8526f24f4ad16cd6b2a7321c0b59592c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/usbmuxd-udevuser.patch
-  mkdir build
-  cd build
-  cmake ../ -DCMAKE_INSTALL_PREFIX:PATH=/usr -DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/build
-  make DESTDIR=${pkgdir} install
-
-  # fix udev dir being hardcoded
-  mv ${pkgdir}/lib/udev ${pkgdir}/usr/lib/
-  rmdir ${pkgdir}/lib
-}

Copied: usbmuxd/repos/extra-i686/PKGBUILD (from rev 164359, 
usbmuxd/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-31 19:43:35 UTC (rev 164371)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Gabriel Martinez  reitaka at gmail dot com 
+
+pkgname=usbmuxd
+pkgver=1.0.8
+pkgrel=1
+pkgdesc=USB Multiplex Daemon

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

2012-07-31 Thread Ronald van Haren
Date: Tuesday, July 31, 2012 @ 15:53:01
  Author: ronald
Revision: 164372

upgpkg: netcdf 4.2.1-1

update to 4.2.1; upstream removed fortran and c++ bindings from the main 
package 

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-31 19:43:35 UTC (rev 164371)
+++ PKGBUILD2012-07-31 19:53:01 UTC (rev 164372)
@@ -3,16 +3,17 @@
 # Contributor: damir da...@archlinux.org
 
 pkgname=netcdf
-pkgver=4.1.3
-pkgrel=2
+pkgver=4.2.1
+pkgrel=1
 pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
 arch=(i686 x86_64)
 url=http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
-depends=('gcc-libs' 'hdf5' 'gcc-fortran' 'curl')
+depends=('gcc-libs' 'hdf5' 'curl')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
 options=('!libtool' '!makeflags')
 license=('custom')
 
source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('e600322478276f51612e17cca3cda38489003f81')
+sha1sums=('dfb6b10ef8dd20e785efa5e29b448383090f144d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-07-31 Thread Ronald van Haren
Date: Tuesday, July 31, 2012 @ 15:53:39
  Author: ronald
Revision: 164373

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

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

---+
 extra-i686/PKGBUILD   |   67 
 extra-x86_64/PKGBUILD |   67 
 2 files changed, 68 insertions(+), 66 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-07-31 19:53:01 UTC (rev 164372)
+++ extra-i686/PKGBUILD 2012-07-31 19:53:39 UTC (rev 164373)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=netcdf
-pkgver=4.1.3
-pkgrel=2
-pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
-arch=(i686 x86_64)
-url=http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
-depends=('gcc-libs' 'hdf5' 'gcc-fortran' 'curl')
-options=('!libtool' '!makeflags')
-license=('custom')
-source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('e600322478276f51612e17cca3cda38489003f81')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
-  make
-#  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -m755 -d ${pkgdir}/usr/lib
-  install -m755 -d ${pkgdir}/usr/share/man
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
-   ${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
-}

Copied: netcdf/repos/extra-i686/PKGBUILD (from rev 164372, 
netcdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-31 19:53:39 UTC (rev 164373)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=netcdf
+pkgver=4.2.1
+pkgrel=1
+pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
+arch=(i686 x86_64)
+url=http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
+depends=('gcc-libs' 'hdf5' 'curl')
+optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
+options=('!libtool' '!makeflags')
+license=('custom')
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
+sha1sums=('dfb6b10ef8dd20e785efa5e29b448383090f144d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
+  make
+#  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
+   ${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-07-31 19:53:01 UTC (rev 164372)
+++ extra-x86_64/PKGBUILD   2012-07-31 19:53:39 UTC (rev 164373)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=netcdf
-pkgver=4.1.3
-pkgrel=2
-pkgdesc=network Common Data Form interface for array-oriented data access and 
corresponding library
-arch=(i686 x86_64)
-url=http://www.unidata.ucar.edu/downloads/netcdf/index.jsp;
-depends=('gcc-libs' 'hdf5' 'gcc-fortran' 'curl')
-options=('!libtool' '!makeflags')
-license=('custom')
-source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${pkgver}.tar.gz)
-sha1sums=('e600322478276f51612e17cca3cda38489003f81')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-shared --enable-netcdf-4 
--enable-dap-netcdf
-  make
-#  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  install -m755 -d ${pkgdir}/usr/lib
-  install -m755 -d ${pkgdir}/usr/share/man
-  make DESTDIR=${pkgdir} install
-
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
-   ${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
-}

Copied: netcdf/repos/extra-x86_64/PKGBUILD (from rev 164372, 
netcdf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-31 19:53:39 UTC (rev 164373)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=netcdf
+pkgver=4.2.1
+pkgrel=1
+pkgdesc=network 

[arch-commits] Commit in (10 files)

2012-07-31 Thread Ronald van Haren
Date: Tuesday, July 31, 2012 @ 15:58:06
  Author: ronald
Revision: 164374

add netcdf-fortran and netcdf-cxx packages

Added:
  netcdf-cxx/
  netcdf-cxx/repos/
  netcdf-cxx/trunk/
  netcdf-cxx/trunk/PKGBUILD
  netcdf-fortran/
  netcdf-fortran/repos/
  netcdf-fortran/trunk/
  netcdf-fortran/trunk/PKGBUILD
  netcdf-fortran/trunk/netcdf-fortran.install
Modified:
  ktorrent/trunk/PKGBUILD

-+
 ktorrent/trunk/PKGBUILD |8 +++--
 netcdf-cxx/trunk/PKGBUILD   |   34 +
 netcdf-fortran/trunk/PKGBUILD   |   35 ++
 netcdf-fortran/trunk/netcdf-fortran.install |   19 ++
 4 files changed, 93 insertions(+), 3 deletions(-)

Modified: ktorrent/trunk/PKGBUILD
===
--- ktorrent/trunk/PKGBUILD 2012-07-31 19:53:39 UTC (rev 164373)
+++ ktorrent/trunk/PKGBUILD 2012-07-31 19:58:06 UTC (rev 164374)
@@ -5,7 +5,7 @@
 
 pkgname=ktorrent
 pkgver=4.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A powerful BitTorrent client for KDE
 arch=('i686' 'x86_64')
 url='http://ktorrent.org/'
@@ -13,16 +13,18 @@
 depends=('libktorrent' 'kdebase-workspace' 'taglib')
 makedepends=('automoc4' 'cmake' 'boost')
 source=(http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'httpserver.patch')
+'httpserver.patch' 'magnet.patch')
 install=${pkgname}.install
 sha1sums=('3f52c4a10011a49d304c08a3bb1290a022e0c53f'
-  'cef22b24af540e1bfcf13da60e4846ade106c303')
+  'cef22b24af540e1bfcf13da60e4846ade106c303'
+  'f0156489364e5590b0b539cfe2abc929c1922ef8')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
# build time patch
patch -p0 -i ${srcdir}/httpserver.patch
+   patch -p1 -i ${srcdir}/magnet.patch
 
cd ${srcdir}
mkdir build

Added: netcdf-cxx/trunk/PKGBUILD
===
--- netcdf-cxx/trunk/PKGBUILD   (rev 0)
+++ netcdf-cxx/trunk/PKGBUILD   2012-07-31 19:58:06 UTC (rev 164374)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=netcdf-cxx
+pkgver=4.2
+pkgrel=1
+pkgdesc=NetCDF c++ bindings
+arch=(i686 x86_64)
+url=http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp;
+depends=('gcc-libs' 'netcdf' 'curl')
+options=('!libtool' '!makeflags')
+license=('custom')
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-cxx4-${pkgver}.tar.gz)
+sha1sums=('59628c9f06c211a47517fc00d8b068da159ffa9d')
+
+build() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+#  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}4-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}


Property changes on: netcdf-cxx/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: netcdf-fortran/trunk/PKGBUILD
===
--- netcdf-fortran/trunk/PKGBUILD   (rev 0)
+++ netcdf-fortran/trunk/PKGBUILD   2012-07-31 19:58:06 UTC (rev 164374)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=netcdf-fortran
+pkgver=4.2
+pkgrel=1
+pkgdesc=NetCDF fortran bindings
+arch=(i686 x86_64)
+url=http://www.unidata.ucar.edu/downloads/netcdf/netcdf-fortran/index.jsp;
+depends=('gcc-libs' 'netcdf' 'curl' 'gcc-fortran')
+options=('!libtool' '!makeflags')
+license=('custom')
+install=${pkgname}.install
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-${pkgver}.tar.gz)
+sha1sums=('f1887314455330f4057bc8eab432065f8f6f74ef')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+#  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}


Property changes on: netcdf-fortran/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: netcdf-fortran/trunk/netcdf-fortran.install
===
--- netcdf-fortran/trunk/netcdf-fortran.install (rev 0)
+++ netcdf-fortran/trunk/netcdf-fortran.install 2012-07-31 19:58:06 UTC (rev 

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

2012-07-31 Thread Ronald van Haren
Date: Tuesday, July 31, 2012 @ 16:02:04
  Author: ronald
Revision: 164375

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

Added:
  netcdf-cxx/repos/extra-i686/
  netcdf-cxx/repos/extra-i686/PKGBUILD
(from rev 164374, netcdf-cxx/trunk/PKGBUILD)
  netcdf-cxx/repos/extra-x86_64/
  netcdf-cxx/repos/extra-x86_64/PKGBUILD
(from rev 164374, netcdf-cxx/trunk/PKGBUILD)

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

Copied: netcdf-cxx/repos/extra-i686/PKGBUILD (from rev 164374, 
netcdf-cxx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-31 20:02:04 UTC (rev 164375)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=netcdf-cxx
+pkgver=4.2
+pkgrel=1
+pkgdesc=NetCDF c++ bindings
+arch=(i686 x86_64)
+url=http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp;
+depends=('gcc-libs' 'netcdf' 'curl')
+options=('!libtool' '!makeflags')
+license=('custom')
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-cxx4-${pkgver}.tar.gz)
+sha1sums=('59628c9f06c211a47517fc00d8b068da159ffa9d')
+
+build() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+#  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}4-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}

Copied: netcdf-cxx/repos/extra-x86_64/PKGBUILD (from rev 164374, 
netcdf-cxx/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-31 20:02:04 UTC (rev 164375)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=netcdf-cxx
+pkgver=4.2
+pkgrel=1
+pkgdesc=NetCDF c++ bindings
+arch=(i686 x86_64)
+url=http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp;
+depends=('gcc-libs' 'netcdf' 'curl')
+options=('!libtool' '!makeflags')
+license=('custom')
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-cxx4-${pkgver}.tar.gz)
+sha1sums=('59628c9f06c211a47517fc00d8b068da159ffa9d')
+
+build() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+#  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}4-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}



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

2012-07-31 Thread Ronald van Haren
Date: Tuesday, July 31, 2012 @ 16:07:54
  Author: ronald
Revision: 164376

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

Added:
  netcdf-fortran/repos/extra-i686/
  netcdf-fortran/repos/extra-i686/PKGBUILD
(from rev 164375, netcdf-fortran/trunk/PKGBUILD)
  netcdf-fortran/repos/extra-i686/netcdf-fortran.install
(from rev 164375, netcdf-fortran/trunk/netcdf-fortran.install)
  netcdf-fortran/repos/extra-x86_64/
  netcdf-fortran/repos/extra-x86_64/PKGBUILD
(from rev 164375, netcdf-fortran/trunk/PKGBUILD)
  netcdf-fortran/repos/extra-x86_64/netcdf-fortran.install
(from rev 164375, netcdf-fortran/trunk/netcdf-fortran.install)

-+
 extra-i686/PKGBUILD |   35 ++
 extra-i686/netcdf-fortran.install   |   19 ++
 extra-x86_64/PKGBUILD   |   35 ++
 extra-x86_64/netcdf-fortran.install |   19 ++
 4 files changed, 108 insertions(+)

Copied: netcdf-fortran/repos/extra-i686/PKGBUILD (from rev 164375, 
netcdf-fortran/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-07-31 20:07:54 UTC (rev 164376)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=netcdf-fortran
+pkgver=4.2
+pkgrel=1
+pkgdesc=NetCDF fortran bindings
+arch=(i686 x86_64)
+url=http://www.unidata.ucar.edu/downloads/netcdf/netcdf-fortran/index.jsp;
+depends=('gcc-libs' 'netcdf' 'curl' 'gcc-fortran')
+options=('!libtool' '!makeflags')
+license=('custom')
+install=${pkgname}.install
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-${pkgver}.tar.gz)
+sha1sums=('f1887314455330f4057bc8eab432065f8f6f74ef')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+#  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}

Copied: netcdf-fortran/repos/extra-i686/netcdf-fortran.install (from rev 
164375, netcdf-fortran/trunk/netcdf-fortran.install)
===
--- extra-i686/netcdf-fortran.install   (rev 0)
+++ extra-i686/netcdf-fortran.install   2012-07-31 20:07:54 UTC (rev 164376)
@@ -0,0 +1,19 @@
+info_dir=/usr/share/info
+info_files=(netcdf-f77.info netcdf-f77.info-1 netcdf-f77.info-2 
netcdf-f90.info)
+
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+  for f in ${info_files[@]}; do
+install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}

Copied: netcdf-fortran/repos/extra-x86_64/PKGBUILD (from rev 164375, 
netcdf-fortran/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-07-31 20:07:54 UTC (rev 164376)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=netcdf-fortran
+pkgver=4.2
+pkgrel=1
+pkgdesc=NetCDF fortran bindings
+arch=(i686 x86_64)
+url=http://www.unidata.ucar.edu/downloads/netcdf/netcdf-fortran/index.jsp;
+depends=('gcc-libs' 'netcdf' 'curl' 'gcc-fortran')
+options=('!libtool' '!makeflags')
+license=('custom')
+install=${pkgname}.install
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-${pkgver}.tar.gz)
+sha1sums=('f1887314455330f4057bc8eab432065f8f6f74ef')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+#  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}

Copied: netcdf-fortran/repos/extra-x86_64/netcdf-fortran.install (from rev 
164375, netcdf-fortran/trunk/netcdf-fortran.install)
===
--- extra-x86_64/netcdf-fortran.install (rev 0)
+++ extra-x86_64/netcdf-fortran.install 2012-07-31 20:07:54 UTC (rev 164376)
@@ -0,0 +1,19 @@
+info_dir=/usr/share/info
+info_files=(netcdf-f77.info netcdf-f77.info-1 netcdf-f77.info-2 
netcdf-f90.info)
+
+
+post_install() {
+  for f in ${info_files[@]}; do
+install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
+  done
+}
+
+post_upgrade() {

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

2012-07-31 Thread Ronald van Haren
Date: Tuesday, July 31, 2012 @ 16:15:24
  Author: ronald
Revision: 164377

upgpkg: iptables 1.4.15-1

update to 1.4.15; remove patch that is now upstream

Modified:
  iptables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-31 20:07:54 UTC (rev 164376)
+++ PKGBUILD2012-07-31 20:15:24 UTC (rev 164377)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Baechler tho...@archlinux.org
 
 pkgname=iptables
-pkgver=1.4.14
-pkgrel=3
+pkgver=1.4.15
+pkgrel=1
 pkgdesc='Linux kernel packet control tool'
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -24,12 +24,11 @@
 empty-raw.rules
 empty-security.rules
 0503-extension_cppflags.patch
-iptables-1.4.12-fixresore.patch
 iptables.service
 ip6tables.service
 iptables-flush)
 backup=(etc/conf.d/iptables)
-sha1sums=('daf2972b81e52f562a644798013e946c88319ea3'
+sha1sums=('56ab3b143af2ad443c9652db3a38ef8869cd2207'
   '5bb6fa526665cdd728c26f0f282f5a51f220cf88'
   '2db68906b603e5268736f48c8e251f3a49da1d75'
   '83b3363878e3660ce23b2ad325b53cbd6c796ecf'
@@ -41,7 +40,6 @@
   '7db53bb882f62f6c677cc8559cff83d8bae2ef73'
   'ebbd1424a1564fd45f455a81c61ce348f0a14c2e'
   '44626980a52e49f345a0b1e1ca03060f3a35763c'
-  '7c018d48445ae41c0b9f345747e54b94cb0997b3'
   '5c4eb4ea88c302e8ff98f435a11dd59b00f4d8b9'
   'f1f16f44c6a5547b6f251d13007fe6585761e8b0'
   'e7abda09c61142121b6695928d3b71ccd8fdf73a')
@@ -54,11 +52,6 @@
 
   patch -Np1 -i ${srcdir}/0503-extension_cppflags.patch
 
-  # Fix scope issue exposed by gcc 4.7 (patch by fryasu)
-  # http://bugzilla.netfilter.org/show_bug.cgi?id=774
-  # (This will most likely be fixed in iptables 1.4.15)
-  patch -Np1 -i ${srcdir}/iptables-1.4.12-fixresore.patch
-
  ./configure --prefix=/usr \
  --libexecdir=/usr/lib/iptables --sysconfdir=/etc \
  --with-xtlibdir=/usr/lib/iptables \



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

2012-07-31 Thread Ronald van Haren
Date: Tuesday, July 31, 2012 @ 16:17:23
  Author: ronald
Revision: 164378

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

Added:
  iptables/repos/testing-i686/
  iptables/repos/testing-i686/0503-extension_cppflags.patch
(from rev 164377, iptables/trunk/0503-extension_cppflags.patch)
  iptables/repos/testing-i686/PKGBUILD
(from rev 164377, iptables/trunk/PKGBUILD)
  iptables/repos/testing-i686/empty-filter.rules
(from rev 164377, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-i686/empty-mangle.rules
(from rev 164377, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-i686/empty-nat.rules
(from rev 164377, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-i686/empty-raw.rules
(from rev 164377, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-i686/empty-security.rules
(from rev 164377, iptables/trunk/empty-security.rules)
  iptables/repos/testing-i686/empty.rules
(from rev 164377, iptables/trunk/empty.rules)
  iptables/repos/testing-i686/ip6tables
(from rev 164377, iptables/trunk/ip6tables)
  iptables/repos/testing-i686/ip6tables.service
(from rev 164377, iptables/trunk/ip6tables.service)
  iptables/repos/testing-i686/iptables
(from rev 164377, iptables/trunk/iptables)
  iptables/repos/testing-i686/iptables-1.4.12-fixresore.patch
(from rev 164377, iptables/trunk/iptables-1.4.12-fixresore.patch)
  iptables/repos/testing-i686/iptables-flush
(from rev 164377, iptables/trunk/iptables-flush)
  iptables/repos/testing-i686/iptables.conf.d
(from rev 164377, iptables/trunk/iptables.conf.d)
  iptables/repos/testing-i686/iptables.service
(from rev 164377, iptables/trunk/iptables.service)
  iptables/repos/testing-i686/simple_firewall.rules
(from rev 164377, iptables/trunk/simple_firewall.rules)
  iptables/repos/testing-x86_64/
  iptables/repos/testing-x86_64/0503-extension_cppflags.patch
(from rev 164377, iptables/trunk/0503-extension_cppflags.patch)
  iptables/repos/testing-x86_64/PKGBUILD
(from rev 164377, iptables/trunk/PKGBUILD)
  iptables/repos/testing-x86_64/empty-filter.rules
(from rev 164377, iptables/trunk/empty-filter.rules)
  iptables/repos/testing-x86_64/empty-mangle.rules
(from rev 164377, iptables/trunk/empty-mangle.rules)
  iptables/repos/testing-x86_64/empty-nat.rules
(from rev 164377, iptables/trunk/empty-nat.rules)
  iptables/repos/testing-x86_64/empty-raw.rules
(from rev 164377, iptables/trunk/empty-raw.rules)
  iptables/repos/testing-x86_64/empty-security.rules
(from rev 164377, iptables/trunk/empty-security.rules)
  iptables/repos/testing-x86_64/empty.rules
(from rev 164377, iptables/trunk/empty.rules)
  iptables/repos/testing-x86_64/ip6tables
(from rev 164377, iptables/trunk/ip6tables)
  iptables/repos/testing-x86_64/ip6tables.service
(from rev 164377, iptables/trunk/ip6tables.service)
  iptables/repos/testing-x86_64/iptables
(from rev 164377, iptables/trunk/iptables)
  iptables/repos/testing-x86_64/iptables-1.4.12-fixresore.patch
(from rev 164377, iptables/trunk/iptables-1.4.12-fixresore.patch)
  iptables/repos/testing-x86_64/iptables-flush
(from rev 164377, iptables/trunk/iptables-flush)
  iptables/repos/testing-x86_64/iptables.conf.d
(from rev 164377, iptables/trunk/iptables.conf.d)
  iptables/repos/testing-x86_64/iptables.service
(from rev 164377, iptables/trunk/iptables.service)
  iptables/repos/testing-x86_64/simple_firewall.rules
(from rev 164377, iptables/trunk/simple_firewall.rules)

+
 testing-i686/0503-extension_cppflags.patch |   13 +++
 testing-i686/PKGBUILD  |   84 +++
 testing-i686/empty-filter.rules|6 +
 testing-i686/empty-mangle.rules|8 ++
 testing-i686/empty-nat.rules   |7 +
 testing-i686/empty-raw.rules   |5 +
 testing-i686/empty-security.rules  |6 +
 testing-i686/empty.rules   |6 +
 testing-i686/ip6tables |   69 ++
 testing-i686/ip6tables.service |   11 +++
 testing-i686/iptables  |   68 ++
 testing-i686/iptables-1.4.12-fixresore.patch   |   28 +++
 testing-i686/iptables-flush|   18 
 testing-i686/iptables.conf.d   |   12 +++
 testing-i686/iptables.service  |   11 +++
 testing-i686/simple_firewall.rules |   11 +++
 testing-x86_64/0503-extension_cppflags.patch   |   13 +++
 testing-x86_64/PKGBUILD|   84 +++
 testing-x86_64/empty-filter.rules  |6 +
 testing-x86_64/empty-mangle.rules  |8 ++
 testing-x86_64/empty-nat.rules |7 +
 testing-x86_64/empty-raw.rules |5 +
 testing-x86_64/empty-security.rules|

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

2012-07-31 Thread Ronald van Haren
Date: Tuesday, July 31, 2012 @ 16:33:37
  Author: ronald
Revision: 164379

upgpkg: dhcpcd 5.6.0-1

update to 5.6.0; add systemd file

Added:
  dhcpcd/trunk/dhcpcd.service
Modified:
  dhcpcd/trunk/PKGBUILD

+
 PKGBUILD   |   14 +-
 dhcpcd.service |   13 +
 2 files changed, 22 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-31 20:17:23 UTC (rev 164378)
+++ PKGBUILD2012-07-31 20:33:37 UTC (rev 164379)
@@ -4,10 +4,10 @@
 # Contributor: Judd Vinet jvinet.zeroflux.org
 
 pkgname=dhcpcd
-pkgver=5.5.6
+pkgver=5.6.0
 pkgrel=1
 pkgdesc=RFC2131 compliant DHCP client daemon
-url=http://roy.marples.name/dhcpcd/;
+url=http://roy.marples.name/projects/dhcpcd/;
 arch=('i686' 'x86_64')
 license=('BSD')
 groups=('base')
@@ -15,9 +15,10 @@
 backup=('etc/conf.d/dhcpcd' 'etc/dhcpcd.conf')
 options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
 source=(http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2; \
-'dhcpcd.conf.d')
-sha1sums=('7f9ca207bce051252c0acb6a6cae3de22babcb20'
-  'b67b9ce6a2faaca75fea356966a16be2283b7db0')
+'dhcpcd.conf.d' 'dhcpcd.service')
+sha1sums=('28ad6931393420a72da307ee173466a9e00cd952'
+  'b67b9ce6a2faaca75fea356966a16be2283b7db0'
+  '3d0542eab1b89a88d56ca427128228ac72c40d1f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -48,4 +49,7 @@
 
   # Set Options in /etc/dhcpcd.conf
   echo noipv4ll  ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall
+
+  # install systemd files
+  install -Dm644 ${srcdir}/dhcpcd.service 
${pkgdir}/usr/lib/systemd/system/dhcpcd@.service
 }

Added: dhcpcd.service
===
--- dhcpcd.service  (rev 0)
+++ dhcpcd.service  2012-07-31 20:33:37 UTC (rev 164379)
@@ -0,0 +1,13 @@
+[Unit]
+Description=dhcpcd on %I
+Wants=network.target
+Before=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/dhcpcd-%I.pid
+ExecStart=/sbin/dhcpcd -A -q -w %I
+ExecStop=/sbin/dhcpcd -k %I
+
+[Install]
+Alias=multi-user.target.wants/dhcpcd@eth0.service



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

2012-07-31 Thread Ronald van Haren
Date: Tuesday, July 31, 2012 @ 16:34:32
  Author: ronald
Revision: 164380

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

Added:
  dhcpcd/repos/testing-i686/
  
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 164379, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 164379, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/testing-i686/PKGBUILD
(from rev 164379, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-i686/dhcpcd.conf.d
(from rev 164379, dhcpcd/trunk/dhcpcd.conf.d)
  dhcpcd/repos/testing-i686/dhcpcd.service
(from rev 164379, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-i686/remove_ifconfig.patch
(from rev 164379, dhcpcd/trunk/remove_ifconfig.patch)
  dhcpcd/repos/testing-x86_64/
  
dhcpcd/repos/testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch
(from rev 164379, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
  dhcpcd/repos/testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch
(from rev 164379, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
  dhcpcd/repos/testing-x86_64/PKGBUILD
(from rev 164379, dhcpcd/trunk/PKGBUILD)
  dhcpcd/repos/testing-x86_64/dhcpcd.conf.d
(from rev 164379, dhcpcd/trunk/dhcpcd.conf.d)
  dhcpcd/repos/testing-x86_64/dhcpcd.service
(from rev 164379, dhcpcd/trunk/dhcpcd.service)
  dhcpcd/repos/testing-x86_64/remove_ifconfig.patch
(from rev 164379, dhcpcd/trunk/remove_ifconfig.patch)

--+
 testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch   |   33 
+
 testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch   |   61 
++
 testing-i686/PKGBUILD|   55 
+
 testing-i686/dhcpcd.conf.d   |6 
 testing-i686/dhcpcd.service  |   13 ++
 testing-i686/remove_ifconfig.patch   |   20 +++
 testing-x86_64/0001-Set-hostname-via-proc-if-file-is-available.patch |   33 
+
 testing-x86_64/0001-set-MTU-via-sysfs-if-file-is-available.patch |   61 
++
 testing-x86_64/PKGBUILD  |   55 
+
 testing-x86_64/dhcpcd.conf.d |6 
 testing-x86_64/dhcpcd.service|   13 ++
 testing-x86_64/remove_ifconfig.patch |   20 +++
 12 files changed, 376 insertions(+)

Copied: 
dhcpcd/repos/testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch 
(from rev 164379, 
dhcpcd/trunk/0001-Set-hostname-via-proc-if-file-is-available.patch)
===
--- testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch  
(rev 0)
+++ testing-i686/0001-Set-hostname-via-proc-if-file-is-available.patch  
2012-07-31 20:34:32 UTC (rev 164380)
@@ -0,0 +1,33 @@
+From d345b36b483fec8fb2def5f3acdc2d3c5faa94eb Mon Sep 17 00:00:00 2001
+From: Dan McGee d...@archlinux.org
+Date: Sun, 19 Jun 2011 16:04:25 -0500
+Subject: [PATCH] Set hostname via /proc if file is available
+
+On Linux, the hostname can be set via this file if available, precluding
+the need for a `hostname` binary.
+
+Signed-off-by: Dan McGee d...@archlinux.org
+---
+ dhcpcd-hooks/30-hostname |6 +-
+ 1 files changed, 5 insertions(+), 1 deletions(-)
+
+diff --git a/dhcpcd-hooks/30-hostname b/dhcpcd-hooks/30-hostname
+index 65d1a13..af94262 100644
+--- a/dhcpcd-hooks/30-hostname
 b/dhcpcd-hooks/30-hostname
+@@ -21,7 +21,11 @@ need_hostname()
+ try_hostname()
+ {
+   if valid_domainname $1; then
+-  hostname $1
++  if [ -w /proc/sys/kernel/hostname ]; then
++  echo $1  /proc/sys/kernel/hostname
++  else
++  hostname $1
++  fi
+   else
+   syslog err Invalid hostname: $1
+   fi
+-- 
+1.7.5.4
+

Copied: 
dhcpcd/repos/testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch 
(from rev 164379, 
dhcpcd/trunk/0001-set-MTU-via-sysfs-if-file-is-available.patch)
===
--- testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch  
(rev 0)
+++ testing-i686/0001-set-MTU-via-sysfs-if-file-is-available.patch  
2012-07-31 20:34:32 UTC (rev 164380)
@@ -0,0 +1,61 @@
+From 950c00d1b183796034d227ef47a90eb248d79b72 Mon Sep 17 00:00:00 2001
+From: Dave Reisner d...@falconindy.com
+Date: Tue, 21 Jun 2011 09:32:47 -0400
+Subject: [PATCH] set MTU via sysfs if file is available
+
+On Linux, a network interface's MTU can be set by 

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

2012-07-31 Thread Ronald van Haren
Date: Tuesday, July 31, 2012 @ 16:38:35
  Author: ronald
Revision: 164381

upgpkg: e2fsprogs 1.42.5-1

update to 1.42.5

Modified:
  e2fsprogs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-31 20:34:32 UTC (rev 164380)
+++ PKGBUILD2012-07-31 20:38:35 UTC (rev 164381)
@@ -3,7 +3,7 @@
 # Contributor: judd jvi...@zeroflux.org
 
 pkgname=e2fsprogs
-pkgver=1.42.4
+pkgver=1.42.5
 pkgrel=1
 pkgdesc=Ext2/3/4 filesystem utilities
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 'MIT-LICENSE')
 backup=('etc/mke2fs.conf')
 install=${pkgname}.install
-sha1sums=('944002c1f8f1f87e7d2d53263346b001962bc1f9'
+sha1sums=('41bc6d247238eac65864193e6de941956da493cb'
   'f4a0d5b0cdb980e3fedd6f5e7dde0b0ffb7bbdfb')
 
 build() {



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

2012-07-31 Thread Ronald van Haren
Date: Tuesday, July 31, 2012 @ 16:39:10
  Author: ronald
Revision: 164382

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

Added:
  e2fsprogs/repos/testing-i686/
  e2fsprogs/repos/testing-i686/MIT-LICENSE
(from rev 164381, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-i686/PKGBUILD
(from rev 164381, e2fsprogs/trunk/PKGBUILD)
  e2fsprogs/repos/testing-i686/e2fsprogs.install
(from rev 164381, e2fsprogs/trunk/e2fsprogs.install)
  e2fsprogs/repos/testing-i686/mke2fs.conf
(from rev 164381, e2fsprogs/trunk/mke2fs.conf)
  e2fsprogs/repos/testing-x86_64/
  e2fsprogs/repos/testing-x86_64/MIT-LICENSE
(from rev 164381, e2fsprogs/trunk/MIT-LICENSE)
  e2fsprogs/repos/testing-x86_64/PKGBUILD
(from rev 164381, e2fsprogs/trunk/PKGBUILD)
  e2fsprogs/repos/testing-x86_64/e2fsprogs.install
(from rev 164381, e2fsprogs/trunk/e2fsprogs.install)
  e2fsprogs/repos/testing-x86_64/mke2fs.conf
(from rev 164381, e2fsprogs/trunk/mke2fs.conf)

--+
 testing-i686/MIT-LICENSE |   25 +++
 testing-i686/PKGBUILD|   48 +
 testing-i686/e2fsprogs.install   |   20 +++
 testing-i686/mke2fs.conf |   26 
 testing-x86_64/MIT-LICENSE   |   25 +++
 testing-x86_64/PKGBUILD  |   48 +
 testing-x86_64/e2fsprogs.install |   20 +++
 testing-x86_64/mke2fs.conf   |   26 
 8 files changed, 238 insertions(+)

Copied: e2fsprogs/repos/testing-i686/MIT-LICENSE (from rev 164381, 
e2fsprogs/trunk/MIT-LICENSE)
===
--- testing-i686/MIT-LICENSE(rev 0)
+++ testing-i686/MIT-LICENSE2012-07-31 20:39:10 UTC (rev 164382)
@@ -0,0 +1,25 @@
+Copyright (c) 2003-2007 Theodore Ts'o ty...@mit.edu
+Copyright (c) 1997-2003 Yann Dirson dir...@debian.org
+Copyright (c) 2001 Alcove http://www.alcove.com/
+Copyright (c) 1997 Klee Dienes
+Copyright (c) 1995-1996 Michael Nonweiler mr...@cam.ac.uk
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+Software), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject
+to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY
+KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

Copied: e2fsprogs/repos/testing-i686/PKGBUILD (from rev 164381, 
e2fsprogs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-31 20:39:10 UTC (rev 164382)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org 
+# Contributor: judd jvi...@zeroflux.org
+
+pkgname=e2fsprogs
+pkgver=1.42.5
+pkgrel=1
+pkgdesc=Ext2/3/4 filesystem utilities
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'MIT')
+url=http://e2fsprogs.sourceforge.net;
+groups=('base')
+depends=('sh' 'util-linux')
+makedepends=('bc')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'MIT-LICENSE')
+backup=('etc/mke2fs.conf')
+install=${pkgname}.install
+sha1sums=('41bc6d247238eac65864193e6de941956da493cb'
+  'f4a0d5b0cdb980e3fedd6f5e7dde0b0ffb7bbdfb')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Remove unnecessary init.d directory
+  sed -i '/init\.d/s|^|#|' misc/Makefile.in
+
+  ./configure --prefix=/usr --with-root-prefix= --libdir=/usr/lib \
+  --enable-elf-shlibs --disable-fsck --disable-uuidd \
+  --disable-libuuid --disable-libblkid
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install install-libs
+
+  sed -i -e 's/^AWK=.*/AWK=awk/' ${pkgdir}/usr/bin/compile_et
+  
+  # remove references to build directory
+  sed -i -e 's#^SS_DIR=.*#SS_DIR=/usr/share/ss#' ${pkgdir}/usr/bin/mk_cmds
+  sed -i -e 's#^ET_DIR=.*#ET_DIR=/usr/share/et#' 
${pkgdir}/usr/bin/compile_et
+
+  # install MIT license
+  install -Dm644 ${srcdir}/MIT-LICENSE \
+${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE
+}

Copied: e2fsprogs/repos/testing-i686/e2fsprogs.install 

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

2012-07-31 Thread Dan McGee
Date: Tuesday, July 31, 2012 @ 19:15:13
  Author: dan
Revision: 164383

upgpkg: python-virtualenv 1.7.2-1

Modified:
  python-virtualenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-31 20:39:10 UTC (rev 164382)
+++ PKGBUILD2012-07-31 23:15:13 UTC (rev 164383)
@@ -3,7 +3,7 @@
 # Contributor: Daniele Paolella d...@mcrservice.it
 
 pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=1.7.1.2
+pkgver=1.7.2
 pkgrel=1
 pkgdesc=Virtual Python Environment builder
 url=http://www.virtualenv.org/;
@@ -47,5 +47,5 @@
 $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('3be8a014c27340f48b56465f9109d9fa')
-sha256sums=('9f23c47e167f127268cf6777caf613280cf066b32c0183581bf79eab5ccc907e')
+md5sums=('b5d63b05373a4344ae099a68875aae78')
+sha256sums=('8cbbe308ab0f446a4ceacf24b2656bedd33ea22825b0750fd079766cc6e91bf4')



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

2012-07-31 Thread Dan McGee
Date: Tuesday, July 31, 2012 @ 19:15:30
  Author: dan
Revision: 164384

archrelease: copy trunk to extra-any

Added:
  python-virtualenv/repos/extra-any/PKGBUILD
(from rev 164383, python-virtualenv/trunk/PKGBUILD)
  python-virtualenv/repos/extra-any/python-virtualenv.install
(from rev 164383, python-virtualenv/trunk/python-virtualenv.install)
Deleted:
  python-virtualenv/repos/extra-any/PKGBUILD
  python-virtualenv/repos/extra-any/python-virtualenv.install

---+
 PKGBUILD  |  102 ++--
 python-virtualenv.install |   10 ++--
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-31 23:15:13 UTC (rev 164383)
+++ PKGBUILD2012-07-31 23:15:30 UTC (rev 164384)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-# Contributor: Daniele Paolella d...@mcrservice.it
-
-pkgname=('python-virtualenv' 'python2-virtualenv')
-pkgver=1.7.1.2
-pkgrel=1
-pkgdesc=Virtual Python Environment builder
-url=http://www.virtualenv.org/;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
-replaces=('virtualenv')
-conflicts=('virtualenv')
-source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
-
-package_python-virtualenv() {
-  depends=('python' 'python-distribute')
-  install=python-virtualenv.install
-
-  cd $srcdir/virtualenv-$pkgver
-  LANG='en_US.UTF-8' python setup.py build
-  LANG='en_US.UTF-8' python setup.py install --prefix=/usr --root=$pkgdir
-
-  # link to a version with 3 suffix as well
-  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
-
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-virtualenv() {
-  depends=('python2' 'python2-distribute')
-
-  cd $srcdir/virtualenv-$pkgver
-  python2 setup.py build
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-
-  # move this old version out of the way
-  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
-
-  # should report this upstream as still not fixed...
-  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
-$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
- 
-  install -D -m644 LICENSE.txt \
-$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('3be8a014c27340f48b56465f9109d9fa')
-sha256sums=('9f23c47e167f127268cf6777caf613280cf066b32c0183581bf79eab5ccc907e')

Copied: python-virtualenv/repos/extra-any/PKGBUILD (from rev 164383, 
python-virtualenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-31 23:15:30 UTC (rev 164384)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+# Contributor: Daniele Paolella d...@mcrservice.it
+
+pkgname=('python-virtualenv' 'python2-virtualenv')
+pkgver=1.7.2
+pkgrel=1
+pkgdesc=Virtual Python Environment builder
+url=http://www.virtualenv.org/;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
+replaces=('virtualenv')
+conflicts=('virtualenv')
+source=(http://pypi.python.org/packages/source/v/virtualenv/virtualenv-$pkgver.tar.gz;)
+
+package_python-virtualenv() {
+  depends=('python' 'python-distribute')
+  install=python-virtualenv.install
+
+  cd $srcdir/virtualenv-$pkgver
+  LANG='en_US.UTF-8' python setup.py build
+  LANG='en_US.UTF-8' python setup.py install --prefix=/usr --root=$pkgdir
+
+  # link to a version with 3 suffix as well
+  ln $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv3
+
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-virtualenv() {
+  depends=('python2' 'python2-distribute')
+
+  cd $srcdir/virtualenv-$pkgver
+  python2 setup.py build
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+
+  # move this old version out of the way
+  mv $pkgdir/usr/bin/virtualenv $pkgdir/usr/bin/virtualenv2
+
+  # should report this upstream as still not fixed...
+  sed -i s|#!/usr/bin/env python$|#!/usr/bin/env python2| \
+$pkgdir/usr/lib/python2.7/site-packages/virtualenv.py
+ 
+  install -D -m644 LICENSE.txt \
+$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('b5d63b05373a4344ae099a68875aae78')
+sha256sums=('8cbbe308ab0f446a4ceacf24b2656bedd33ea22825b0750fd079766cc6e91bf4')

Deleted: python-virtualenv.install
===
--- python-virtualenv.install   2012-07-31 23:15:13 UTC (rev 164383)
+++ python-virtualenv.install   2012-07-31 23:15:30 UTC (rev 164384)
@@ -1,5 +0,0 @@
-post_upgrade() {
-  if [ $(vercmp $2 1.6.1) -lt 0 ]; then
-echo Note: Install python2-virtualenv for continued python2 support.
-  fi
-}

Copied: python-virtualenv/repos/extra-any/python-virtualenv.install (from rev 
164383, 

[arch-commits] Commit in mkinitcpio/repos (7 files)

2012-07-31 Thread Dave Reisner
Date: Tuesday, July 31, 2012 @ 21:04:59
  Author: dreisner
Revision: 164385

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

Added:
  mkinitcpio/repos/core-any/PKGBUILD
(from rev 164384, mkinitcpio/repos/testing-any/PKGBUILD)
  mkinitcpio/repos/core-any/mkinitcpio.install
(from rev 164384, mkinitcpio/repos/testing-any/mkinitcpio.install)
Deleted:
  
mkinitcpio/repos/core-any/0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
  mkinitcpio/repos/core-any/0002-shutdown-don-t-alert-udev-on-disable-VGs.patch
  mkinitcpio/repos/core-any/PKGBUILD
  mkinitcpio/repos/core-any/mkinitcpio.install
  mkinitcpio/repos/testing-any/

-+
 0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch |   29 
 0002-shutdown-don-t-alert-udev-on-disable-VGs.patch |   28 
 PKGBUILD|   66 
--
 mkinitcpio.install  |   16 +-
 4 files changed, 35 insertions(+), 104 deletions(-)

Deleted: 
core-any/0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
===
--- core-any/0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
2012-07-31 23:15:30 UTC (rev 164384)
+++ core-any/0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
2012-08-01 01:04:59 UTC (rev 164385)
@@ -1,29 +0,0 @@
-From 7cf7ac4eb2c29a2b1aa748dae7658da5fbbc3a18 Mon Sep 17 00:00:00 2001
-From: Brian Parsons br...@pmex.com
-Date: Mon, 11 Jun 2012 17:30:10 -0400
-Subject: [PATCH 1/2] Update module filter to be aware of hyphens in the
- MODULES array
-
-[dave: fix whitespace and re-add needed quoting]
-
-Signed-off-by: Dave Reisner dreis...@archlinux.org

- functions |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/functions b/functions
-index 4a62d8e..e9fb81a 100644
 a/functions
-+++ b/functions
-@@ -590,7 +590,7 @@ write_image_config() {
- . $CONFIG
- 
- # sanitize of any extra whitespace
--read -ra modules  $MODULES
-+read -ra modules ${MODULES//-/_}
- for mod in ${modules[@]}; do
- in_array ${mod%\?} ${ADDED_MODULES[@]} || continue
- add+=(${mod%\?})
--- 
-1.7.10.4
-

Deleted: core-any/0002-shutdown-don-t-alert-udev-on-disable-VGs.patch
===
--- core-any/0002-shutdown-don-t-alert-udev-on-disable-VGs.patch
2012-07-31 23:15:30 UTC (rev 164384)
+++ core-any/0002-shutdown-don-t-alert-udev-on-disable-VGs.patch
2012-08-01 01:04:59 UTC (rev 164385)
@@ -1,28 +0,0 @@
-From c257b0d7b4dd1c3f9b63c6a27b68a27bc246acea Mon Sep 17 00:00:00 2001
-From: Dave Reisner dreis...@archlinux.org
-Date: Tue, 12 Jun 2012 19:18:18 -0400
-Subject: [PATCH 2/2] shutdown: don't alert udev on disable VGs
-
-Fixes FS#30271.
-
-Signed-off-by: Dave Reisner dreis...@archlinux.org

- shutdown |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/shutdown b/shutdown
-index ce7de23..fd88105 100644
 a/shutdown
-+++ b/shutdown
-@@ -25,7 +25,7 @@ stop_device() {
- read devname $1/dm/name
- lvm lvdisplay -c /dev/mapper/$devname | {
- IFS=: read _ vgname _
--lvm vgchange -an $vgname
-+lvm vgchange --noudevsync -an $vgname
- }
- ;;
- raid*)
--- 
-1.7.10.4
-

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2012-07-31 23:15:30 UTC (rev 164384)
+++ core-any/PKGBUILD   2012-08-01 01:04:59 UTC (rev 164385)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner dreis...@archlinux.org
-# Maintainer: Thomas Bächler tho...@archlinux.org
-
-pkgname=mkinitcpio
-pkgver=0.9.2
-pkgrel=2
-pkgdesc=Modular initramfs image creation utility
-arch=('any')
-url=http://www.archlinux.org/;
-license=('GPL')
-depends=('awk' 'mkinitcpio-busybox=1.19.4-2' 'kmod=3' 'util-linux=2.21' 
'libarchive' 'coreutils'
- 'bash' 'findutils' 'grep' 'filesystem=2011.10-1' 'file' 'gzip' 
'systemd-tools')
-optdepends=('xz: Use lzma or xz compression for the initramfs image'
-'bzip2: Use bzip2 compression for the initramfs image'
-'lzop: Use lzo compression for the initramfs image'
-'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
-backup=('etc/mkinitcpio.conf')
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz;
-0001-Update-module-filter-to-be-aware-of-hyphens-in-the-M.patch
-0002-shutdown-don-t-alert-udev-on-disable-VGs.patch)
-install=mkinitcpio.install
-sha256sums=('1c388ab1df4ecdf6204602c66220a79adc2c564956fdf68deb7dde9bab331c28'
-'5e5f83a2f9805ce1b09602f31fd4aca93fa7085a40c74bc559cf25c29506b057'
-

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

2012-07-31 Thread Allan McRae
Date: Tuesday, July 31, 2012 @ 21:21:23
  Author: allan
Revision: 164386

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

Added:
  bison/repos/core-i686/PKGBUILD
(from rev 164385, bison/repos/testing-i686/PKGBUILD)
  bison/repos/core-i686/bison.install
(from rev 164385, bison/repos/testing-i686/bison.install)
  bison/repos/core-x86_64/PKGBUILD
(from rev 164385, bison/repos/testing-x86_64/PKGBUILD)
  bison/repos/core-x86_64/bison.install
(from rev 164385, bison/repos/testing-x86_64/bison.install)
Deleted:
  bison/repos/core-i686/PKGBUILD
  bison/repos/core-i686/bison.install
  bison/repos/core-x86_64/PKGBUILD
  bison/repos/core-x86_64/bison.install
  bison/repos/testing-i686/
  bison/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|   66 ++--
 core-i686/bison.install   |   32 ++---
 core-x86_64/PKGBUILD  |   66 ++--
 core-x86_64/bison.install |   32 ++---
 4 files changed, 98 insertions(+), 98 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-08-01 01:04:59 UTC (rev 164385)
+++ core-i686/PKGBUILD  2012-08-01 01:21:23 UTC (rev 164386)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-
-pkgname=bison
-pkgver=2.6
-pkgrel=1
-pkgdesc=The GNU general-purpose parser generator
-arch=('i686' 'x86_64')
-license=('GPL3')
-url=http://www.gnu.org/software/bison/bison.html;
-depends=('glibc' 'm4' 'sh')
-groups=('base-devel')
-install=bison.install
-source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('f96a16e79daaef71c797ed88f52e59d1'
- 'd67a1a075ab0cccfb53ab23692be1a02')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}  
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: bison/repos/core-i686/PKGBUILD (from rev 164385, 
bison/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-08-01 01:21:23 UTC (rev 164386)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+
+pkgname=bison
+pkgver=2.6.1
+pkgrel=1
+pkgdesc=The GNU general-purpose parser generator
+arch=('i686' 'x86_64')
+license=('GPL3')
+url=http://www.gnu.org/software/bison/bison.html;
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+install=bison.install
+source=(ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('1fc1b9bc689e7fc5622d32c93cce746f'
+ '44d571e9b271fbcf283c1795c28f70aa')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}  
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-i686/bison.install
===
--- core-i686/bison.install 2012-08-01 01:04:59 UTC (rev 164385)
+++ core-i686/bison.install 2012-08-01 01:21:23 UTC (rev 164386)
@@ -1,16 +0,0 @@
-infodir=usr/share/info
-file=bison.info.gz
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info $infodir/$file $infodir/dir 2 /dev/null
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  install-info --delete $infodir/$file $infodir/dir 2 /dev/null
-}

Copied: bison/repos/core-i686/bison.install (from rev 164385, 
bison/repos/testing-i686/bison.install)
===
--- core-i686/bison.install (rev 0)
+++ core-i686/bison.install 2012-08-01 01:21:23 UTC (rev 164386)
@@ -0,0 +1,16 @@
+infodir=usr/share/info
+file=bison.info.gz
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info $infodir/$file $infodir/dir 2 /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  install-info --delete $infodir/$file $infodir/dir 2 /dev/null
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2012-08-01 01:04:59 UTC (rev 164385)
+++ core-x86_64/PKGBUILD2012-08-01 01:21:23 UTC (rev 164386)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-
-pkgname=bison
-pkgver=2.6
-pkgrel=1
-pkgdesc=The GNU general-purpose parser generator
-arch=('i686' 'x86_64')
-license=('GPL3')

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

2012-07-31 Thread Allan McRae
Date: Tuesday, July 31, 2012 @ 21:21:35
  Author: allan
Revision: 164387

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

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

---+
 extra-i686/PKGBUILD   |  104 
 extra-x86_64/PKGBUILD |  104 
 2 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-01 01:21:23 UTC (rev 164386)
+++ extra-i686/PKGBUILD 2012-08-01 01:21:35 UTC (rev 164387)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-
-pkgname=tcl
-pkgver=8.5.11
-pkgrel=1
-pkgdesc=The Tcl scripting language
-arch=('i686' 'x86_64')
-url=http://tcl.sourceforge.net/;
-license=('custom')
-source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
-md5sums=('b01a9691c83990b3db0ce62d1012ca67')
-
-build() {
-  cd ${srcdir}/tcl${pkgver}/unix
-  
-  if [ $CARCH = x86_64 ]; then
-./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--enable-64bit
-  else
-./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-64bit
-  fi
-  
-  make
-}
-
-#check() {
-#  cd ${srcdir}/tcl${pkgver}/unix
-#  make test
-#}
-
-package()
-{
-  cd ${srcdir}/tcl${pkgver}/unix
-  
-  make INSTALL_ROOT=${pkgdir} install install-private-headers
-  ln -sf tclsh8.5 ${pkgdir}/usr/bin/tclsh
-  
-  # install license
-  install -Dm644 ../license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # remove buildroot traces
-  sed -i \
--e s,^TCL_BUILD_LIB_SPEC='-L.*/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib, \
--e s,^TCL_SRC_DIR='.*',TCL_SRC_DIR='/usr/include', \
--e 
s,^TCL_BUILD_STUB_LIB_SPEC='-L.*/unix,TCL_BUILD_STUB_LIB_SPEC='-L/usr/lib, \
--e 
s,^TCL_BUILD_STUB_LIB_PATH='.*/unix,TCL_BUILD_STUB_LIB_PATH='/usr/lib, \
--e 
s,^TCL_LIB_FILE='libtcl8.5..TCL_DBGX..so',TCL_LIB_FILE=\libtcl8.5\$\{TCL_DBGX\}.so\,
 \
--e s,^TCL_CC_SEARCH_FLAGS='\(.*\)',TCL_CC_SEARCH_FLAGS='\1:/usr/lib', \
--e s,^TCL_LD_SEARCH_FLAGS='\(.*\)',TCL_LD_SEARCH_FLAGS='\1:/usr/lib', \
-${pkgdir}/usr/lib/tclConfig.sh
-}

Copied: tcl/repos/extra-i686/PKGBUILD (from rev 164386, 
tcl/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-01 01:21:35 UTC (rev 164387)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Committer: Judd Vinet jvi...@zeroflux.org
+
+pkgname=tcl
+pkgver=8.5.12
+pkgrel=1
+pkgdesc=The Tcl scripting language
+arch=('i686' 'x86_64')
+url=http://tcl.sourceforge.net/;
+license=('custom')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
+md5sums=('174b2b4c619ba8f96875d8a051917703')
+
+build() {
+  cd ${srcdir}/tcl${pkgver}/unix
+  
+  if [ $CARCH = x86_64 ]; then
+./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--enable-64bit
+  else
+./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-64bit
+  fi
+  
+  make
+}
+
+check() {
+  cd ${srcdir}/tcl${pkgver}/unix
+  make test
+}
+
+package()
+{
+  cd ${srcdir}/tcl${pkgver}/unix
+  
+  make INSTALL_ROOT=${pkgdir} install install-private-headers
+  ln -sf tclsh8.5 ${pkgdir}/usr/bin/tclsh
+  
+  # install license
+  install -Dm644 ../license.terms 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove buildroot traces
+  sed -i \
+-e s,^TCL_BUILD_LIB_SPEC='-L.*/unix,TCL_BUILD_LIB_SPEC='-L/usr/lib, \
+-e s,^TCL_SRC_DIR='.*',TCL_SRC_DIR='/usr/include', \
+-e 
s,^TCL_BUILD_STUB_LIB_SPEC='-L.*/unix,TCL_BUILD_STUB_LIB_SPEC='-L/usr/lib, \
+-e 
s,^TCL_BUILD_STUB_LIB_PATH='.*/unix,TCL_BUILD_STUB_LIB_PATH='/usr/lib, \
+-e 
s,^TCL_LIB_FILE='libtcl8.5..TCL_DBGX..so',TCL_LIB_FILE=\libtcl8.5\$\{TCL_DBGX\}.so\,
 \
+-e s,^TCL_CC_SEARCH_FLAGS='\(.*\)',TCL_CC_SEARCH_FLAGS='\1:/usr/lib', \
+-e s,^TCL_LD_SEARCH_FLAGS='\(.*\)',TCL_LD_SEARCH_FLAGS='\1:/usr/lib', \
+${pkgdir}/usr/lib/tclConfig.sh
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-01 01:21:23 UTC (rev 164386)
+++ extra-x86_64/PKGBUILD   2012-08-01 01:21:35 UTC (rev 164387)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Committer: Judd Vinet jvi...@zeroflux.org
-
-pkgname=tcl
-pkgver=8.5.11
-pkgrel=1
-pkgdesc=The Tcl scripting language
-arch=('i686' 'x86_64')
-url=http://tcl.sourceforge.net/;

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

2012-07-31 Thread Allan McRae
Date: Tuesday, July 31, 2012 @ 21:21:39
  Author: allan
Revision: 164388

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

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

---+
 extra-i686/PKGBUILD   |  112 
 extra-x86_64/PKGBUILD |  112 
 2 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-01 01:21:35 UTC (rev 164387)
+++ extra-i686/PKGBUILD 2012-08-01 01:21:39 UTC (rev 164388)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=tk
-pkgver=8.5.11
-pkgrel=1
-pkgdesc=A windowing toolkit for use with tcl
-arch=('i686' 'x86_64')
-url=http://tcl.sourceforge.net/;
-license=('custom')
-depends=(tcl=${pkgver} 'libxss' 'libxft')
-source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
-md5sums=('b61b72f0aad230091b100746f078b8f1')
-
-build() {
-  cd ${srcdir}/tk${pkgver}/unix
-
-  if [ $CARCH = x86_64 ]; then
-./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--enable-64bit
-  else
-./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-64bit
-  fi
-  
-  make
-}
-
-#check() {
-#  cd ${srcdir}/tk${pkgver}/unix
-#  make test
-#}
-
-package() {
-  cd ${srcdir}/tk${pkgver}/unix
-
-  make INSTALL_ROOT=${pkgdir} install install-private-headers
-  ln -sf wish8.5 ${pkgdir}/usr/bin/wish
-  
-  # install private headers (FS#14388)
-  cd ${srcdir}/tk${pkgver}
-  for dir in compat generic generic/ttk unix; do
-install -dm755 ${pkgdir}/usr/include/tk-private/$dir
-install -m644 -t ${pkgdir}/usr/include/tk-private/$dir $dir/*.h
-  done
-
-  # install license
-  install -Dm644 license.terms ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # remove buildroot traces
-  sed -i \
--e s,^TK_BUILD_LIB_SPEC='-L.*/unix,TK_BUILD_LIB_SPEC='-L/usr/lib, \
--e s,^TK_SRC_DIR='.*',TK_SRC_DIR='/usr/include', \
--e 
s,^TK_BUILD_STUB_LIB_SPEC='-L.*/unix,TK_BUILD_STUB_LIB_SPEC='-L/usr/lib, \
--e s,^TK_BUILD_STUB_LIB_PATH='.*/unix,TK_BUILD_STUB_LIB_PATH='/usr/lib, \
-${pkgdir}/usr/lib/tkConfig.sh
-}

Copied: tk/repos/extra-i686/PKGBUILD (from rev 164386, 
tk/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-01 01:21:39 UTC (rev 164388)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Judd Vinet jvi...@zeroflux.org
+
+pkgname=tk
+pkgver=8.5.12
+pkgrel=1
+pkgdesc=A windowing toolkit for use with tcl
+arch=('i686' 'x86_64')
+url=http://tcl.sourceforge.net/;
+license=('custom')
+depends=(tcl=${pkgver} 'libxss' 'libxft')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
+md5sums=('a01640176845c1f654a412cfc9bab13b')
+
+build() {
+  cd ${srcdir}/tk${pkgver}/unix
+
+  if [ $CARCH = x86_64 ]; then
+./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--enable-64bit
+  else
+./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-64bit
+  fi
+  
+  make
+}
+
+#check() {
+#  cd ${srcdir}/tk${pkgver}/unix
+#  make test
+#}
+
+package() {
+  cd ${srcdir}/tk${pkgver}/unix
+
+  make INSTALL_ROOT=${pkgdir} install install-private-headers
+  ln -sf wish8.5 ${pkgdir}/usr/bin/wish
+  
+  # install private headers (FS#14388)
+  cd ${srcdir}/tk${pkgver}
+  for dir in compat generic generic/ttk unix; do
+install -dm755 ${pkgdir}/usr/include/tk-private/$dir
+install -m644 -t ${pkgdir}/usr/include/tk-private/$dir $dir/*.h
+  done
+
+  # install license
+  install -Dm644 license.terms ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # remove buildroot traces
+  sed -i \
+-e s,^TK_BUILD_LIB_SPEC='-L.*/unix,TK_BUILD_LIB_SPEC='-L/usr/lib, \
+-e s,^TK_SRC_DIR='.*',TK_SRC_DIR='/usr/include', \
+-e 
s,^TK_BUILD_STUB_LIB_SPEC='-L.*/unix,TK_BUILD_STUB_LIB_SPEC='-L/usr/lib, \
+-e s,^TK_BUILD_STUB_LIB_PATH='.*/unix,TK_BUILD_STUB_LIB_PATH='/usr/lib, \
+${pkgdir}/usr/lib/tkConfig.sh
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-08-01 01:21:35 UTC (rev 164387)
+++ extra-x86_64/PKGBUILD   2012-08-01 01:21:39 UTC (rev 164388)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Judd Vinet jvi...@zeroflux.org
-
-pkgname=tk
-pkgver=8.5.11
-pkgrel=1
-pkgdesc=A windowing toolkit for use with 

[arch-commits] Commit in rssh/trunk (PKGBUILD env-breach.patch rsync.patch)

2012-07-31 Thread Gaetan Bisson
Date: Wednesday, August 1, 2012 @ 00:00:10
  Author: bisson
Revision: 164389

fix FS#30950

Added:
  rssh/trunk/env-breach.patch
Modified:
  rssh/trunk/PKGBUILD
  rssh/trunk/rsync.patch

--+
 PKGBUILD |9 +-
 env-breach.patch |  228 +
 rsync.patch  |   33 +++
 3 files changed, 249 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-01 01:21:39 UTC (rev 164388)
+++ PKGBUILD2012-08-01 04:00:10 UTC (rev 164389)
@@ -4,7 +4,7 @@
 
 pkgname=rssh
 pkgver=2.3.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Restricted shell for use with OpenSSH, allowing only scp and/or sftp'
 url='http://www.pizzashack.org/rssh/'
 license=('custom:rssh')
@@ -12,17 +12,20 @@
 backup=('etc/rssh.conf')
 depends=('openssh')
 
source=(http://downloads.sourceforge.net/sourceforge/rssh/rssh-${pkgver}.tar.gz;
+'env-breach.patch'
 'destdir.patch'
 'rsync.patch')
 sha1sums=('0a6dd80b5e6059e0db12c9f1276121dd966b610a'
+  '434712f82f24c60834a10142ca5c49b8a57555a7'
   '85bd1694decae5872cbeeafd578b147eb13313c6'
-  '41f32f8a77b3a2b924ede6044ab67846e06b5d20')
+  '86564eab4493f4b4502a022e5938babb31450a00')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
+   patch -p1 -i ../env-breach.patch # FS#30950
+   patch -p1 -i ../rsync.patch # FS#21783
patch -p1 -i ../destdir.patch
-   patch -p1 -i ../rsync.patch # FS#21783, debian patch
 
./configure \
--prefix=/usr \

Added: env-breach.patch
===
--- env-breach.patch(rev 0)
+++ env-breach.patch2012-08-01 04:00:10 UTC (rev 164389)
@@ -0,0 +1,228 @@
+--- rssh-2.3.3/main.c.in   2010-08-01 15:43:30.0 -0400
 rssh-2.3.3/main.c.in   2012-05-11 16:44:39.0 -0400
+@@ -184,7 +184,7 @@
+* determine if the command in cmdline is acceptable to run, and store
+* name of program to exec in cmd
+*/
+-  if ( !(*cmd = check_command_line(cmdline, opts)) ) return NULL;
++  if ( !(*cmd = get_command(cmdline, opts)) ) return NULL;
+ 
+   /* if we need to do chroot processing, do it */
+   if ( opts-shell_flags  RSSH_USE_CHROOT ){
+@@ -252,7 +252,9 @@
+   }
+ 
+   /* return vector of pointers to command line arguments */
+-  return build_arg_vector(cmdline, 0);
++  argvec = build_arg_vector(cmdline, 0);
++  if (check_command_line(argvec, opts)) return argvec;
++  else return NULL;
+ }
+ 
+ void vers_info( void )
+--- rssh-2.3.3/util.c  2010-08-01 09:07:00.0 -0400
 rssh-2.3.3/util.c  2012-05-11 16:43:10.0 -0400
+@@ -106,7 +106,7 @@
+   /* print error message to user and log attempt */
+   fprintf(stderr, \nThis account is restricted by rssh.\n
+   %s\n\nIf you believe this is in error, please contact 
+-  your system administrator.\n\n, cmd);
++  your system administrator.\n\n, cmd);
+   if ( argc  3 )
+   log_msg(user %s attempted to log in with a shell,
+   username);
+@@ -132,31 +132,35 @@
+  */
+ bool opt_exist(char *cl, char opt)
+ {
+-  int i = 0;
++  int i = 1;
+   int len;
+-  char*token;
+-  booloptstring = FALSE;
+-
+ 
+   len = strlen(cl);
+ 
+   /* process command line character by character */
+-  while ( i  (len - 2) ){
+-  if ( cl[i] == ' ' || cl[i] == '\t' ){
+-  if ( cl[i+1] == '-' ){ 
+-  optstring = TRUE;
+-  i+=2;
+-  }
+-  }
+-  if ( cl[i] == opt  optstring ) return TRUE;
+-  if ( cl[i] == ' ' || cl[i] == '\t' || cl[i] == '-' ) 
+-  optstring = FALSE;
++  if (!(cl[0] == '-')) return FALSE;
++  while ( i  (len) ){
++  if ( cl[i] == opt ) return TRUE;
+   i++;
+   }
+   return FALSE;
+ }
+ 
+ 
++bool opt_filter(char **vec, const char opt)
++{
++  while (vec  *vec){
++  if (opt_exist(*vec, opt)){
++  fprintf(stderr, \nillegal insecure %c option, opt);
++  log_msg(insecure %c option in scp command line!, opt);
++  return TRUE;
++  }
++  vec++;
++  }
++  return FALSE;
++}
++
++
+ bool check_command( char *cl, ShellOptions_t *opts, char *cmd, int cmdflag )
+ {
+   int cl_len; /* length of command line */
+@@ -186,69 +190,78 @@
+   return FALSE;
+ }
+ 
++
+ /*
+  * check_command_line() - take the command line passed to rssh, and verify
+- *  that the specified command is one the user is
+- *  allowed to run.  Return the path of the command
+- *   

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

2012-07-31 Thread Gaetan Bisson
Date: Wednesday, August 1, 2012 @ 00:02:33
  Author: bisson
Revision: 164390

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

Added:
  rssh/repos/extra-i686/PKGBUILD
(from rev 164389, rssh/trunk/PKGBUILD)
  rssh/repos/extra-i686/destdir.patch
(from rev 164389, rssh/trunk/destdir.patch)
  rssh/repos/extra-i686/env-breach.patch
(from rev 164389, rssh/trunk/env-breach.patch)
  rssh/repos/extra-i686/rsync.patch
(from rev 164389, rssh/trunk/rsync.patch)
  rssh/repos/extra-x86_64/PKGBUILD
(from rev 164389, rssh/trunk/PKGBUILD)
  rssh/repos/extra-x86_64/destdir.patch
(from rev 164389, rssh/trunk/destdir.patch)
  rssh/repos/extra-x86_64/env-breach.patch
(from rev 164389, rssh/trunk/env-breach.patch)
  rssh/repos/extra-x86_64/rsync.patch
(from rev 164389, rssh/trunk/rsync.patch)
Deleted:
  rssh/repos/extra-i686/PKGBUILD
  rssh/repos/extra-i686/destdir.patch
  rssh/repos/extra-i686/rsync.patch
  rssh/repos/extra-x86_64/PKGBUILD
  rssh/repos/extra-x86_64/destdir.patch
  rssh/repos/extra-x86_64/rsync.patch

---+
 extra-i686/PKGBUILD   |   83 +++---
 extra-i686/destdir.patch  |   48 
 extra-i686/env-breach.patch   |  228 
 extra-i686/rsync.patch|  111 +--
 extra-x86_64/PKGBUILD |   83 +++---
 extra-x86_64/destdir.patch|   48 
 extra-x86_64/env-breach.patch |  228 
 extra-x86_64/rsync.patch  |  111 +--
 8 files changed, 698 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-08-01 04:00:10 UTC (rev 164389)
+++ extra-i686/PKGBUILD 2012-08-01 04:02:33 UTC (rev 164390)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Judd Vinet jvi...@zeroflux.org
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-
-pkgname=rssh
-pkgver=2.3.3
-pkgrel=3
-pkgdesc='Restricted shell for use with OpenSSH, allowing only scp and/or sftp'
-url='http://www.pizzashack.org/rssh/'
-license=('custom:rssh')
-arch=('i686' 'x86_64')
-backup=('etc/rssh.conf')
-depends=('openssh')
-source=(http://downloads.sourceforge.net/sourceforge/rssh/rssh-${pkgver}.tar.gz;
-'destdir.patch'
-'rsync.patch')
-sha1sums=('0a6dd80b5e6059e0db12c9f1276121dd966b610a'
-  '85bd1694decae5872cbeeafd578b147eb13313c6'
-  '41f32f8a77b3a2b924ede6044ab67846e06b5d20')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   patch -p1 -i ../destdir.patch
-   patch -p1 -i ../rsync.patch # FS#21783, debian patch
-
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/rssh \
-   --mandir=/usr/share/man \
-   --sysconfdir=/etc \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/rssh/LICENSE
-}

Copied: rssh/repos/extra-i686/PKGBUILD (from rev 164389, rssh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-08-01 04:02:33 UTC (rev 164390)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Judd Vinet jvi...@zeroflux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=rssh
+pkgver=2.3.3
+pkgrel=4
+pkgdesc='Restricted shell for use with OpenSSH, allowing only scp and/or sftp'
+url='http://www.pizzashack.org/rssh/'
+license=('custom:rssh')
+arch=('i686' 'x86_64')
+backup=('etc/rssh.conf')
+depends=('openssh')
+source=(http://downloads.sourceforge.net/sourceforge/rssh/rssh-${pkgver}.tar.gz;
+'env-breach.patch'
+'destdir.patch'
+'rsync.patch')
+sha1sums=('0a6dd80b5e6059e0db12c9f1276121dd966b610a'
+  '434712f82f24c60834a10142ca5c49b8a57555a7'
+  '85bd1694decae5872cbeeafd578b147eb13313c6'
+  '86564eab4493f4b4502a022e5938babb31450a00')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   patch -p1 -i ../env-breach.patch # FS#30950
+   patch -p1 -i ../rsync.patch # FS#21783
+   patch -p1 -i ../destdir.patch
+
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib/rssh \
+   --mandir=/usr/share/man \
+   --sysconfdir=/etc \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/rssh/LICENSE
+}

Deleted: extra-i686/destdir.patch
===
--- extra-i686/destdir.patch2012-08-01 04:00:10 UTC (rev 164389)
+++ extra-i686/destdir.patch2012-08-01 04:02:33 UTC (rev 164390)
@@ -1,24 +0,0 @@
-diff -aur old//Makefile.am new//Makefile.am
 old//Makefile.am   2006-12-21 23:22:37.0 +0100
-+++ new//Makefile.am   

[arch-commits] Commit in kdelibs (21 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:41:00
  Author: andrea
Revision: 164391

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

Added:
  kdelibs/repos/kde-unstable-i686/PKGBUILD
(from rev 164390, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/kde-unstable-i686/archlinux-menu.patch
(from rev 164390, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-i686/kde-applications-menu.patch
(from rev 164390, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-i686/kdelibs.install
(from rev 164390, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/kde-unstable-i686/use-pythondontwritebytecode.patch
(from rev 164390, kdelibs/trunk/use-pythondontwritebytecode.patch)
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164390, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch
(from rev 164390, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
(from rev 164390, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
(from rev 164390, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/kde-unstable-x86_64/use-pythondontwritebytecode.patch
(from rev 164390, kdelibs/trunk/use-pythondontwritebytecode.patch)
Deleted:
  kdelibs/kde-unstable/
  kdelibs/repos/kde-unstable-i686/PKGBUILD
  kdelibs/repos/kde-unstable-i686/archlinux-menu.patch
  kdelibs/repos/kde-unstable-i686/kde-applications-menu.patch
  kdelibs/repos/kde-unstable-i686/kdelibs.install
  kdelibs/repos/kde-unstable-i686/use-pythondontwritebytecode.patch
  kdelibs/repos/kde-unstable-x86_64/PKGBUILD
  kdelibs/repos/kde-unstable-x86_64/archlinux-menu.patch
  kdelibs/repos/kde-unstable-x86_64/kde-applications-menu.patch
  kdelibs/repos/kde-unstable-x86_64/kdelibs.install
  kdelibs/repos/kde-unstable-x86_64/use-pythondontwritebytecode.patch

---+
 kde-unstable-i686/PKGBUILD|  124 ++--
 kde-unstable-i686/archlinux-menu.patch|   44 ++--
 kde-unstable-i686/kde-applications-menu.patch |   44 ++--
 kde-unstable-i686/kdelibs.install |   26 +-
 kde-unstable-i686/use-pythondontwritebytecode.patch   |  160 
 kde-unstable-x86_64/PKGBUILD  |  124 ++--
 kde-unstable-x86_64/archlinux-menu.patch  |   44 ++--
 kde-unstable-x86_64/kde-applications-menu.patch   |   44 ++--
 kde-unstable-x86_64/kdelibs.install   |   26 +-
 kde-unstable-x86_64/use-pythondontwritebytecode.patch |  160 
 10 files changed, 398 insertions(+), 398 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:02:33 UTC (rev 164390)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:41:00 UTC (rev 164391)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdelibs
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=KDE Core Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdelibs'
-license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
-'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
-'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
-'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit'
-'media-player-info')
-makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;
-'kde-applications-menu.patch' 'archlinux-menu.patch'
-'use-pythondontwritebytecode.patch')
-sha1sums=('adbbc70a2e0d243f3875469cafe22b63b0625a7e'
-  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'bbacbbe2194f3961cd7557d98a9ddef158ca11aa')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # avoid file conflict with gnome-menus
-   patch -p1 -i ${srcdir}/kde-applications-menu.patch
-   # add Archlinux menu entry
-   patch -p1 -i ${srcdir}/archlinux-menu.patch
-
-   # Set PYTHONDONTWRITEBYTECODE (KDEBUG#276151)
-   patch -p0 -i ${srcdir}/use-pythondontwritebytecode.patch
-   
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONF_INSTALL_DIR=/etc \
-   -DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-   -DKDE_DEFAULT_HOME='.kde4' \
-   -DWITH_FAM=OFF \
-   -DWITH_HUpnp=OFF
-   make
-}

[arch-commits] Commit in kdepimlibs (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:42:01
  Author: andrea
Revision: 164392

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

Added:
  kdepimlibs/repos/kde-unstable-i686/PKGBUILD
(from rev 164391, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install
(from rev 164391, kdepimlibs/trunk/kdepimlibs.install)
  kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164391, kdepimlibs/trunk/PKGBUILD)
  kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install
(from rev 164391, kdepimlibs/trunk/kdepimlibs.install)
Deleted:
  kdepimlibs/kde-unstable/
  kdepimlibs/repos/kde-unstable-i686/PKGBUILD
  kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install
  kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD
  kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install

+
 kde-unstable-i686/PKGBUILD |   62 +++
 kde-unstable-i686/kdepimlibs.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD   |   62 +++
 kde-unstable-x86_64/kdepimlibs.install |   22 +--
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:41:00 UTC (rev 164391)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:42:01 UTC (rev 164392)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepimlibs
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=KDE PIM Libraries
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepimlibs'
-license=('GPL' 'LGPL')
-depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
-makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
-install='kdepimlibs.install'
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5d8cfed6f902b101a78372ff1b4220dc21a65ed0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdepimlibs/repos/kde-unstable-i686/PKGBUILD (from rev 164391, 
kdepimlibs/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:42:01 UTC (rev 164392)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepimlibs
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=KDE PIM Libraries
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepimlibs'
+license=('GPL' 'LGPL')
+depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison')
+makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl')
+install='kdepimlibs.install'
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a5c3d362561320832f2e796e0f167f047bab4a98')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdepimlibs.install
===
--- repos/kde-unstable-i686/kdepimlibs.install  2012-08-01 04:41:00 UTC (rev 
164391)
+++ repos/kde-unstable-i686/kdepimlibs.install  2012-08-01 04:42:01 UTC (rev 
164392)
@@ -1,11 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}
\ No newline at end of file

Copied: kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install (from rev 164391, 
kdepimlibs/trunk/kdepimlibs.install)
===
--- repos/kde-unstable-i686/kdepimlibs.install  (rev 0)
+++ repos/kde-unstable-i686/kdepimlibs.install  2012-08-01 04:42:01 UTC (rev 
164392)
@@ -0,0 +1,11 @@
+post_install() {
+   update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}
\ No newline at end of file

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:41:00 UTC (rev 164391)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:42:01 UTC (rev 164392)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepimlibs
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=KDE PIM Libraries
-arch=('i686' 'x86_64')

[arch-commits] Commit in oxygen-icons (3 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:42:35
  Author: andrea
Revision: 164393

archrelease: copy trunk to kde-unstable-any

Added:
  oxygen-icons/repos/kde-unstable-any/PKGBUILD
(from rev 164392, oxygen-icons/trunk/PKGBUILD)
Deleted:
  oxygen-icons/kde-unstable/
  oxygen-icons/repos/kde-unstable-any/PKGBUILD

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

Deleted: repos/kde-unstable-any/PKGBUILD
===
--- repos/kde-unstable-any/PKGBUILD 2012-08-01 04:42:01 UTC (rev 164392)
+++ repos/kde-unstable-any/PKGBUILD 2012-08-01 04:42:35 UTC (rev 164393)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=oxygen-icons
-pkgname=('oxygen-icons'
- 'oxygen-icons-svg')
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=The Oxygen Icon Theme
-arch=('any')
-url='http://www.oxygen-icons.org/'
-license=('LGPL')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f87a6f800cdb2a1948c382f3f421ed2fde1fe932')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_oxygen-icons() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}
-
-package_oxygen-icons-svg() {
-   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
-   cd $srcdir/${pkgbase}-${pkgver}
-   find scalable -type f ! -name '*.sh' -exec \
-   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
-}

Copied: oxygen-icons/repos/kde-unstable-any/PKGBUILD (from rev 164392, 
oxygen-icons/trunk/PKGBUILD)
===
--- repos/kde-unstable-any/PKGBUILD (rev 0)
+++ repos/kde-unstable-any/PKGBUILD 2012-08-01 04:42:35 UTC (rev 164393)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=oxygen-icons
+pkgname=('oxygen-icons'
+ 'oxygen-icons-svg')
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=The Oxygen Icon Theme
+arch=('any')
+url='http://www.oxygen-icons.org/'
+license=('LGPL')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('079506b51f0aa7c004052d72ca5098a5f26b1dc1')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_oxygen-icons() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}
+
+package_oxygen-icons-svg() {
+   pkgdesc=The Oxygen Icon Theme (Scalable Vector Graphics)
+   cd $srcdir/${pkgbase}-${pkgver}
+   find scalable -type f ! -name '*.sh' -exec \
+   install -D -m644 {} ${pkgdir}/usr/share/icons/oxygen/{} \;
+}



[arch-commits] Commit in nepomuk-core (5 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:47:56
  Author: andrea
Revision: 164394

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

Added:
  nepomuk-core/repos/kde-unstable-i686/PKGBUILD
(from rev 164393, nepomuk-core/trunk/PKGBUILD)
  nepomuk-core/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164393, nepomuk-core/trunk/PKGBUILD)
Deleted:
  nepomuk-core/kde-unstable/
  nepomuk-core/repos/kde-unstable-i686/PKGBUILD
  nepomuk-core/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:42:35 UTC (rev 164393)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:47:56 UTC (rev 164394)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=nepomuk-core
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries
-url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-core;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'doxygen')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6d456fd2de9daa8b97c730346b7377b8df265e56')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-
-  # Fix the python shebang
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-${pkgdir}/usr/bin/nepomuk-simpleresource-rcgen
-}

Copied: nepomuk-core/repos/kde-unstable-i686/PKGBUILD (from rev 164393, 
nepomuk-core/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:47:56 UTC (rev 164394)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=nepomuk-core
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries
+url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-core;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'doxygen')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('55dc228d5155220052c4a5d38984092a90a9cae7')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+
+  # Fix the python shebang
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/bin/nepomuk-simpleresource-rcgen
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:42:35 UTC (rev 164393)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:47:56 UTC (rev 164394)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=nepomuk-core
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Contains the central Nepomuk services like file indexing, file system 
monitoring, query, storage, client libraries
-url=https://projects.kde.org/projects/kde/kdelibs/nepomuk-core;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4' 'doxygen')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6d456fd2de9daa8b97c730346b7377b8df265e56')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-
-  # Fix the python shebang
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-${pkgdir}/usr/bin/nepomuk-simpleresource-rcgen
-}

Copied: nepomuk-core/repos/kde-unstable-x86_64/PKGBUILD (from rev 164393, 
nepomuk-core/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:47:56 UTC (rev 164394)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=nepomuk-core
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Contains the central Nepomuk services like file indexing, file system 

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

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:48:31
  Author: andrea
Revision: 164395

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

Added:
  kactivities/repos/kde-unstable-i686/PKGBUILD
(from rev 164394, kactivities/trunk/PKGBUILD)
  kactivities/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164394, kactivities/trunk/PKGBUILD)
Deleted:
  kactivities/kde-unstable/
  kactivities/repos/kde-unstable-i686/PKGBUILD
  kactivities/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:47:56 UTC (rev 164394)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:48:31 UTC (rev 164395)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kactivities
-pkgver=4.8.97
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='API for using and interacting with the Activity Manager'
-url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
-license=('GPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('46ceae20db381c0e4de77f46246ff0db6fdd43a4')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kactivities/repos/kde-unstable-i686/PKGBUILD (from rev 164394, 
kactivities/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:48:31 UTC (rev 164395)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kactivities
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with the Activity Manager'
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d7c3b9bd2d4ec4b64e208d02571eb62f9ac4ee90')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:47:56 UTC (rev 164394)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:48:31 UTC (rev 164395)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kactivities
-pkgver=4.8.97
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='API for using and interacting with the Activity Manager'
-url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
-license=('GPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('46ceae20db381c0e4de77f46246ff0db6fdd43a4')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kactivities/repos/kde-unstable-x86_64/PKGBUILD (from rev 164394, 
kactivities/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:48:31 UTC (rev 164395)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kactivities
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with the Activity Manager'
+url='https://projects.kde.org/projects/kde/kdelibs/kactivities'
+license=('GPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d7c3b9bd2d4ec4b64e208d02571eb62f9ac4ee90')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in kdebase-runtime (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:49:02
  Author: andrea
Revision: 164396

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

Added:
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 164395, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
(from rev 164395, kdebase-runtime/trunk/kdebase-runtime.install)
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164395, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install
(from rev 164395, kdebase-runtime/trunk/kdebase-runtime.install)
Deleted:
  kdebase-runtime/kde-unstable/
  kdebase-runtime/repos/kde-unstable-i686/PKGBUILD
  kdebase-runtime/repos/kde-unstable-i686/kdebase-runtime.install
  kdebase-runtime/repos/kde-unstable-x86_64/PKGBUILD
  kdebase-runtime/repos/kde-unstable-x86_64/kdebase-runtime.install

-+
 kde-unstable-i686/PKGBUILD  |   82 +-
 kde-unstable-i686/kdebase-runtime.install   |   26 
 kde-unstable-x86_64/PKGBUILD|   82 +-
 kde-unstable-x86_64/kdebase-runtime.install |   26 
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:48:31 UTC (rev 164395)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:49:02 UTC (rev 164396)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdebase-runtime
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Plugins and applications necessary for the running of KDE 
applications
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kde-runtime'
-license=('GPL' 'LGPL')
-depends=('kdepimlibs' 'nepomuk-core' 'smbclient' 'libssh' 'libcanberra' 
'oxygen-icons'
-'xorg-xauth' 'kactivities')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager')
-optdepends=('htdig: to build the search index in khelpcenter'
-'rarian: needed by khelpcenter'
-'gdb: drkonq crash handler')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
-sha1sums=('5eff74a293c9adf8e76fb45f5a085726c083c179')
-
-build() {
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../kde-runtime-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_QNtrack=OFF \
--DWITH_Xine=OFF
-   make
-}
-
-package() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
-
-ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
-}

Copied: kdebase-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 164395, 
kdebase-runtime/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:49:02 UTC (rev 164396)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdebase-runtime
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Plugins and applications necessary for the running of KDE 
applications
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kde-runtime'
+license=('GPL' 'LGPL')
+depends=('kdepimlibs' 'nepomuk-core' 'smbclient' 'libssh' 'libcanberra' 
'oxygen-icons'
+'xorg-xauth' 'kactivities')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 
'networkmanager')
+optdepends=('htdig: to build the search index in khelpcenter'
+'rarian: needed by khelpcenter'
+'gdb: drkonq crash handler')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kde-runtime-${pkgver}.tar.xz;)
+sha1sums=('89a9e5c7e52cb925217b45a568a354cc041bc28d')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../kde-runtime-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DWITH_Xine=OFF
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+   rm -f ${pkgdir}/usr/share/icons/hicolor/index.theme
+
+ln -sf /usr/lib/kde4/libexec/kdesu ${pkgdir}/usr/bin/
+}

Deleted: repos/kde-unstable-i686/kdebase-runtime.install
===
--- repos/kde-unstable-i686/kdebase-runtime.install 2012-08-01 04:48:31 UTC 
(rev 164395)
+++ repos/kde-unstable-i686/kdebase-runtime.install 2012-08-01 04:49:02 UTC 
(rev 

[arch-commits] Commit in kdepim-runtime (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:49:59
  Author: andrea
Revision: 164397

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

Added:
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
(from rev 164396, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
(from rev 164396, kdepim-runtime/trunk/kdepim-runtime.install)
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164396, kdepim-runtime/trunk/PKGBUILD)
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install
(from rev 164396, kdepim-runtime/trunk/kdepim-runtime.install)
Deleted:
  kdepim-runtime/kde-unstable/
  kdepim-runtime/repos/kde-unstable-i686/PKGBUILD
  kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
  kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install

+
 kde-unstable-i686/PKGBUILD |   62 +--
 kde-unstable-i686/kdepim-runtime.install   |   26 +--
 kde-unstable-x86_64/PKGBUILD   |   62 +--
 kde-unstable-x86_64/kdepim-runtime.install |   26 +--
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:49:02 UTC (rev 164396)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:49:59 UTC (rev 164397)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgname=kdepim-runtime
-pkgver=4.8.97
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkgapi')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c31f09b734e558f0c8e279270058ec0cc62fed3c')
-
-build() {
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/build
-   make DESTDIR=${pkgdir} install
-}

Copied: kdepim-runtime/repos/kde-unstable-i686/PKGBUILD (from rev 164396, 
kdepim-runtime/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:49:59 UTC (rev 164397)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgname=kdepim-runtime
+pkgver=4.9.0
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdepim-runtime'
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'libkgapi')
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4358e9f39e22040d617a112c8a66a7fee93a62db')
+
+build() {
+cd ${srcdir}
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/build
+   make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdepim-runtime.install
===
--- repos/kde-unstable-i686/kdepim-runtime.install  2012-08-01 04:49:02 UTC 
(rev 164396)
+++ repos/kde-unstable-i686/kdepim-runtime.install  2012-08-01 04:49:59 UTC 
(rev 164397)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-mime-database usr/share/mime  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install (from rev 
164396, kdepim-runtime/trunk/kdepim-runtime.install)
===
--- repos/kde-unstable-i686/kdepim-runtime.install  
(rev 0)
+++ repos/kde-unstable-i686/kdepim-runtime.install  2012-08-01 04:49:59 UTC 
(rev 164397)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD

[arch-commits] Commit in kdebindings-smokegen (5 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:50:42
  Author: andrea
Revision: 164398

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

Added:
  kdebindings-smokegen/repos/kde-unstable-i686/PKGBUILD
(from rev 164397, kdebindings-smokegen/trunk/PKGBUILD)
  kdebindings-smokegen/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164397, kdebindings-smokegen/trunk/PKGBUILD)
Deleted:
  kdebindings-smokegen/kde-unstable/
  kdebindings-smokegen/repos/kde-unstable-i686/PKGBUILD
  kdebindings-smokegen/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:49:59 UTC (rev 164397)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:50:42 UTC (rev 164398)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokegen
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=A general purpose C++ parser with a plugin infrastructure
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
-sha1sums=('8348e0f3b7bb5acbb6646e6c08dbdf5d17fa32dc')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokegen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokegen/repos/kde-unstable-i686/PKGBUILD (from rev 164397, 
kdebindings-smokegen/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:50:42 UTC (rev 164398)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokegen
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=A general purpose C++ parser with a plugin infrastructure
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('7470301b856703a365cf8bbd43d0f297ef4fff08')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokegen-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:49:59 UTC (rev 164397)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:50:42 UTC (rev 164398)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokegen
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=A general purpose C++ parser with a plugin infrastructure
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/unstable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
-sha1sums=('8348e0f3b7bb5acbb6646e6c08dbdf5d17fa32dc')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokegen-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokegen/repos/kde-unstable-x86_64/PKGBUILD (from rev 
164397, kdebindings-smokegen/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:50:42 UTC (rev 164398)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokegen
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=A general purpose C++ parser with a plugin infrastructure
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokegen;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz;)
+sha1sums=('7470301b856703a365cf8bbd43d0f297ef4fff08')
+
+build() {
+  cd ${srcdir}
+  mkdir 

[arch-commits] Commit in kdebindings-smokeqt (5 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:51:18
  Author: andrea
Revision: 164399

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

Added:
  kdebindings-smokeqt/repos/kde-unstable-i686/PKGBUILD
(from rev 164398, kdebindings-smokeqt/trunk/PKGBUILD)
  kdebindings-smokeqt/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164398, kdebindings-smokeqt/trunk/PKGBUILD)
Deleted:
  kdebindings-smokeqt/kde-unstable/
  kdebindings-smokeqt/repos/kde-unstable-i686/PKGBUILD
  kdebindings-smokeqt/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:50:42 UTC (rev 164398)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:51:18 UTC (rev 164399)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokeqt
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Language independent library for Qt bindings
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('bec234f07c2f2c126bc73b163fc5f4052954d228')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokeqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Qwt5=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokeqt/repos/kde-unstable-i686/PKGBUILD (from rev 164398, 
kdebindings-smokeqt/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:51:18 UTC (rev 164399)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Language independent library for Qt bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
+sha1sums=('d9c0b21882263e038cdb3de9d0e99ecbf2df7986')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokeqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:50:42 UTC (rev 164398)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:51:18 UTC (rev 164399)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokeqt
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Language independent library for Qt bindings
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz;)
-sha1sums=('bec234f07c2f2c126bc73b163fc5f4052954d228')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokeqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Qwt5=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokeqt/repos/kde-unstable-x86_64/PKGBUILD (from rev 
164398, kdebindings-smokeqt/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:51:18 UTC (rev 164399)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokeqt
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Language independent library for Qt bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 

[arch-commits] Commit in kdegraphics-okular (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:51:56
  Author: andrea
Revision: 164400

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

Added:
  kdegraphics-okular/repos/kde-unstable-i686/PKGBUILD
(from rev 164399, kdegraphics-okular/trunk/PKGBUILD)
  kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install
(from rev 164399, kdegraphics-okular/trunk/kdegraphics-okular.install)
  kdegraphics-okular/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164399, kdegraphics-okular/trunk/PKGBUILD)
  kdegraphics-okular/repos/kde-unstable-x86_64/kdegraphics-okular.install
(from rev 164399, kdegraphics-okular/trunk/kdegraphics-okular.install)
Deleted:
  kdegraphics-okular/kde-unstable/
  kdegraphics-okular/repos/kde-unstable-i686/PKGBUILD
  kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install
  kdegraphics-okular/repos/kde-unstable-x86_64/PKGBUILD
  kdegraphics-okular/repos/kde-unstable-x86_64/kdegraphics-okular.install

+
 kde-unstable-i686/PKGBUILD |   66 +++
 kde-unstable-i686/kdegraphics-okular.install   |   24 
 kde-unstable-x86_64/PKGBUILD   |   66 +++
 kde-unstable-x86_64/kdegraphics-okular.install |   24 
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:51:18 UTC (rev 164399)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:51:56 UTC (rev 164400)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdegraphics-okular
-pkgver=4.8.97
-pkgrel=1
-pkgdesc='Document Viewer'
-arch=('i686' 'x86_64')
-url=http://kde.org/applications/graphics/okular/;
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegraphics')
-depends=('kdebase-runtime' 'qimageblitz' 'poppler-qt' 'chmlib' 'djvulibre'
- 'ebook-tools' 'libspectre')
-makedepends=('cmake' 'automoc4')
-optdepends=('kdegraphics-mobipocket: mobipocket support')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/okular-${pkgver}.tar.xz;)
-sha1sums=('a31da767627783ee4d27e4a9bf2bacd893fcb467')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../okular-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdegraphics-okular/repos/kde-unstable-i686/PKGBUILD (from rev 164399, 
kdegraphics-okular/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:51:56 UTC (rev 164400)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-okular
+pkgver=4.9.0
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=('i686' 'x86_64')
+url=http://kde.org/applications/graphics/okular/;
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegraphics')
+depends=('kdebase-runtime' 'qimageblitz' 'poppler-qt' 'chmlib' 'djvulibre'
+ 'ebook-tools' 'libspectre')
+makedepends=('cmake' 'automoc4')
+optdepends=('kdegraphics-mobipocket: mobipocket support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/okular-${pkgver}.tar.xz;)
+sha1sums=('c2e70c106de3af3a7e2e4cc77e80da736d9abe39')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../okular-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdegraphics-okular.install
===
--- repos/kde-unstable-i686/kdegraphics-okular.install  2012-08-01 04:51:18 UTC 
(rev 164399)
+++ repos/kde-unstable-i686/kdegraphics-okular.install  2012-08-01 04:51:56 UTC 
(rev 164400)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdegraphics-okular/repos/kde-unstable-i686/kdegraphics-okular.install 
(from rev 164399, kdegraphics-okular/trunk/kdegraphics-okular.install)
===
--- repos/kde-unstable-i686/kdegraphics-okular.install  
(rev 0)
+++ repos/kde-unstable-i686/kdegraphics-okular.install  2012-08-01 04:51:56 UTC 
(rev 164400)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD

[arch-commits] Commit in kdesdk-kate (21 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:52:49
  Author: andrea
Revision: 164401

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

Added:
  kdesdk-kate/repos/kde-unstable-i686/PKGBUILD
(from rev 164400, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/kde-unstable-i686/kdebase-katepart.install
(from rev 164400, kdesdk-kate/trunk/kdebase-katepart.install)
  kdesdk-kate/repos/kde-unstable-i686/kdebase-kwrite.install
(from rev 164400, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/kde-unstable-i686/kdesdk-kate.install
(from rev 164400, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/kde-unstable-i686/pkgbuild-syntax-highlight.patch
(from rev 164400, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
  kdesdk-kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164400, kdesdk-kate/trunk/PKGBUILD)
  kdesdk-kate/repos/kde-unstable-x86_64/kdebase-katepart.install
(from rev 164400, kdesdk-kate/trunk/kdebase-katepart.install)
  kdesdk-kate/repos/kde-unstable-x86_64/kdebase-kwrite.install
(from rev 164400, kdesdk-kate/trunk/kdebase-kwrite.install)
  kdesdk-kate/repos/kde-unstable-x86_64/kdesdk-kate.install
(from rev 164400, kdesdk-kate/trunk/kdesdk-kate.install)
  kdesdk-kate/repos/kde-unstable-x86_64/pkgbuild-syntax-highlight.patch
(from rev 164400, kdesdk-kate/trunk/pkgbuild-syntax-highlight.patch)
Deleted:
  kdesdk-kate/kde-unstable/
  kdesdk-kate/repos/kde-unstable-i686/PKGBUILD
  kdesdk-kate/repos/kde-unstable-i686/kdebase-katepart.install
  kdesdk-kate/repos/kde-unstable-i686/kdebase-kwrite.install
  kdesdk-kate/repos/kde-unstable-i686/kdesdk-kate.install
  kdesdk-kate/repos/kde-unstable-i686/pkgbuild-syntax-highlight.patch
  kdesdk-kate/repos/kde-unstable-x86_64/PKGBUILD
  kdesdk-kate/repos/kde-unstable-x86_64/kdebase-katepart.install
  kdesdk-kate/repos/kde-unstable-x86_64/kdebase-kwrite.install
  kdesdk-kate/repos/kde-unstable-x86_64/kdesdk-kate.install
  kdesdk-kate/repos/kde-unstable-x86_64/pkgbuild-syntax-highlight.patch

-+
 kde-unstable-i686/PKGBUILD  |  136 +-
 kde-unstable-i686/kdebase-katepart.install  |   22 +-
 kde-unstable-i686/kdebase-kwrite.install|   24 +--
 kde-unstable-i686/kdesdk-kate.install   |   26 +--
 kde-unstable-i686/pkgbuild-syntax-highlight.patch   |   22 +-
 kde-unstable-x86_64/PKGBUILD|  136 +-
 kde-unstable-x86_64/kdebase-katepart.install|   22 +-
 kde-unstable-x86_64/kdebase-kwrite.install  |   24 +--
 kde-unstable-x86_64/kdesdk-kate.install |   26 +--
 kde-unstable-x86_64/pkgbuild-syntax-highlight.patch |   22 +-
 10 files changed, 230 insertions(+), 230 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:51:56 UTC (rev 164400)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:52:49 UTC (rev 164401)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kdesdk-kate
-pkgname=('kdebase-katepart'
- 'kdebase-kwrite'
- 'kdesdk-kate')
-pkgver=4.8.97
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-makedepends=('kdelibs ''cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/kate-${pkgver}.tar.xz;
-'pkgbuild-syntax-highlight.patch')
-sha1sums=('2f5481aff6802057ce2b46c6d421c8f5657926b3'
-  '0a928253bd2077f0264d96a6c8823c69c47b6a8d')
-
-build() {
-  cd ${srcdir}/kate-${pkgver}
-  patch -p1 -i ${srcdir}/pkgbuild-syntax-highlight.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kate-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package_kdebase-katepart() {
-  pkgdesc=A fast and feature-rich text editor component
-  depends=('kdelibs')
-  url=http://kate-editor.org/about-katepart/;
-  install='kdebase-katepart.install'
-
-  cd ${srcdir}/build/part
-  make DESTDIR=${pkgdir} install
-}
-
-package_kdebase-kwrite() {
-  pkgdesc=Text Editor
-  depends=('kdebase-runtime' 'kdebase-katepart')
-  groups=('kde' 'kdebase')
-  url=http://www.kde.org/applications/utilities/kwrite/;
-  install='kdebase-kwrite.install'
-
-  cd ${srcdir}/build/kwrite
-  make DESTDIR=${pkgdir} install
-
-  cd ${srcdir}/build/doc/kwrite
-  make DESTDIR=${pkgdir} install
-}
-
-package_kdesdk-kate() {
-  pkgdesc=Advanced Text Editor
-  depends=('kdebase-runtime' 'kdebase-katepart')
-  groups=('kde' 'kdesdk')
-  url=http://www.kde.org/applications/utilities/kate/;
-  install='kdesdk-kate.install'
-  optdepends=('kdebase-konsole: open a terminal in Kate')
-
-  cd ${srcdir}/build/kate
-  make DESTDIR=${pkgdir} install
-
-  cd ${srcdir}/build/doc/kate
-  make DESTDIR=${pkgdir} install
-}

Copied: kdesdk-kate/repos/kde-unstable-i686/PKGBUILD (from rev 164400, 

[arch-commits] Commit in kdebindings-smokekde (5 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:53:29
  Author: andrea
Revision: 164402

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

Added:
  kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD
(from rev 164401, kdebindings-smokekde/trunk/PKGBUILD)
  kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164401, kdebindings-smokekde/trunk/PKGBUILD)
Deleted:
  kdebindings-smokekde/kde-unstable/
  kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD
  kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:52:49 UTC (rev 164401)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:53:29 UTC (rev 164402)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Language independent library for KDE bindings
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-optdepends=('kdesdk-kate: Kate bindings'
-'kdegraphics-okular: Okular bindings')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('04961b5a81728393995bc40e31a777012774078f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokekde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD (from rev 164401, 
kdebindings-smokekde/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:53:29 UTC (rev 164402)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-smokekde
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Language independent library for KDE bindings
+url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+optdepends=('kdesdk-kate: Kate bindings'
+'kdegraphics-okular: Okular bindings')
+conflicts=('kdebindings-smoke')
+source=(http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
+sha1sums=('ab796e48995560a59d1f741e9e2125eaa4263aa5')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:52:49 UTC (rev 164401)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:53:29 UTC (rev 164402)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-smokekde
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Language independent library for KDE bindings
-url=https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-optdepends=('kdesdk-kate: Kate bindings'
-'kdegraphics-okular: Okular bindings')
-conflicts=('kdebindings-smoke')
-source=(http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz;)
-sha1sums=('04961b5a81728393995bc40e31a777012774078f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../smokekde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD (from rev 
164401, kdebindings-smokekde/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:53:29 UTC 

[arch-commits] Commit in kdebindings-perlqt (5 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:54:07
  Author: andrea
Revision: 164403

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

Added:
  kdebindings-perlqt/repos/kde-unstable-i686/PKGBUILD
(from rev 164402, kdebindings-perlqt/trunk/PKGBUILD)
  kdebindings-perlqt/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164402, kdebindings-perlqt/trunk/PKGBUILD)
Deleted:
  kdebindings-perlqt/kde-unstable/
  kdebindings-perlqt/repos/kde-unstable-i686/PKGBUILD
  kdebindings-perlqt/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:53:29 UTC (rev 164402)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:54:07 UTC (rev 164403)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-perlqt
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Perl bindings for the Qt libraries
-url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'perl-list-moreutils')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-source=(http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
-sha1sums=('387afb6746d55fa4d63ee5885e91cd12b6161f5e')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../perlqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-perlqt/repos/kde-unstable-i686/PKGBUILD (from rev 164402, 
kdebindings-perlqt/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:54:07 UTC (rev 164403)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlqt
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Perl bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=(http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
+sha1sums=('c51a788cee16f6222e70c96361083581fad1fb51')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../perlqt-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:53:29 UTC (rev 164402)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:54:07 UTC (rev 164403)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-perlqt
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Perl bindings for the Qt libraries
-url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'perl-list-moreutils')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-source=(http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.xz;)
-sha1sums=('387afb6746d55fa4d63ee5885e91cd12b6161f5e')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../perlqt-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-perlqt/repos/kde-unstable-x86_64/PKGBUILD (from rev 164402, 
kdebindings-perlqt/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:54:07 UTC (rev 164403)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlqt
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Perl bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/perl/perlqt;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'perl-list-moreutils')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')

[arch-commits] Commit in kdebindings-python (5 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:54:44
  Author: andrea
Revision: 164404

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

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

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:54:07 UTC (rev 164403)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:54:44 UTC (rev 164404)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kdebindings-python
-pkgname=('kdebindings-python'
- 'kdebindings-python2')
-pkgver=4.8.97
-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'
- 'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
-source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
-sha1sums=('734f97218bb867bd36ac9d25bac89c5d8b0b60cd')
-
-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 \
-${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 164403, 
kdebindings-python/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:54:44 UTC (rev 164404)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+ 'kdebindings-python2')
+pkgver=4.9.0
+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'
+ 'pyqt' 'qscintilla' 'python2-sip' 'python-sip')
+source=(http://download.kde.org/stable/${pkgver}/src/pykde4-${pkgver}.tar.xz;)
+sha1sums=('eb51fcadd14a184895195be822e4ed704e74d3ed')
+
+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 

[arch-commits] Commit in kdebindings-qyoto (5 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:55:35
  Author: andrea
Revision: 164405

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

Added:
  kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD
(from rev 164404, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164404, kdebindings-qyoto/trunk/PKGBUILD)
Deleted:
  kdebindings-qyoto/kde-unstable/
  kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD
  kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:54:44 UTC (rev 164404)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:55:35 UTC (rev 164405)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=.NET/Mono bindings for the Qt libraries
-url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'mono')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-conflicts=('kdebindings-csharp')
-source=(http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('6c5699a81e5ed76a808e4ca08844cfa49e92df7f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 164404, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:55:35 UTC (rev 164405)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('91e43ce4a1860e186fd93fdfec0bbe2da10133ac')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:54:44 UTC (rev 164404)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:55:35 UTC (rev 164405)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=.NET/Mono bindings for the Qt libraries
-url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'mono')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-conflicts=('kdebindings-csharp')
-source=(http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('6c5699a81e5ed76a808e4ca08844cfa49e92df7f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 164404, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:55:35 UTC (rev 164405)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=(http://download.kde.org/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)

[arch-commits] Commit in kdebindings-qtruby (5 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:56:12
  Author: andrea
Revision: 164406

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

Added:
  kdebindings-qtruby/repos/kde-unstable-i686/PKGBUILD
(from rev 164405, kdebindings-qtruby/trunk/PKGBUILD)
  kdebindings-qtruby/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164405, kdebindings-qtruby/trunk/PKGBUILD)
Deleted:
  kdebindings-qtruby/kde-unstable/
  kdebindings-qtruby/repos/kde-unstable-i686/PKGBUILD
  kdebindings-qtruby/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:55:35 UTC (rev 164405)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:56:12 UTC (rev 164406)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qtruby
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Ruby bindings for the Qt libraries
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'ruby')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
-sha1sums=('9b553519fcc65348d2c2c87bb36fb2c74490f058')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qtruby-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qtruby/repos/kde-unstable-i686/PKGBUILD (from rev 164405, 
kdebindings-qtruby/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 04:56:12 UTC (rev 164406)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qtruby
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Ruby bindings for the Qt libraries
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'ruby')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
+sha1sums=('04146719f7e6e2001a1f2318b5a45d47f58ac0b3')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qtruby-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:55:35 UTC (rev 164405)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:56:12 UTC (rev 164406)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qtruby
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Ruby bindings for the Qt libraries
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'ruby')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz;)
-sha1sums=('9b553519fcc65348d2c2c87bb36fb2c74490f058')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qtruby-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qtruby/repos/kde-unstable-x86_64/PKGBUILD (from rev 164405, 
kdebindings-qtruby/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 04:56:12 UTC (rev 164406)
@@ -0,0 +1,33 @@
+# $Id$
+# 

[arch-commits] Commit in kde-base-artwork (3 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:56:38
  Author: andrea
Revision: 164407

archrelease: copy trunk to kde-unstable-any

Added:
  kde-base-artwork/repos/kde-unstable-any/PKGBUILD
(from rev 164406, kde-base-artwork/trunk/PKGBUILD)
Deleted:
  kde-base-artwork/kde-unstable/
  kde-base-artwork/repos/kde-unstable-any/PKGBUILD

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

Deleted: repos/kde-unstable-any/PKGBUILD
===
--- repos/kde-unstable-any/PKGBUILD 2012-08-01 04:56:12 UTC (rev 164406)
+++ repos/kde-unstable-any/PKGBUILD 2012-08-01 04:56:38 UTC (rev 164407)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kde-base-artwork
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=KDE KSplash theme
-arch=('any')
-url='http://www.kde.org/'
-license=('LGPL')
-makedepends=('kdelibs' 'cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f219c91586ff9b9c8540512588f553b6660ca282')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgname}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd $srcdir/build
-   make DESTDIR=$pkgdir install
-}

Copied: kde-base-artwork/repos/kde-unstable-any/PKGBUILD (from rev 164406, 
kde-base-artwork/trunk/PKGBUILD)
===
--- repos/kde-unstable-any/PKGBUILD (rev 0)
+++ repos/kde-unstable-any/PKGBUILD 2012-08-01 04:56:38 UTC (rev 164407)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kde-base-artwork
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=KDE KSplash theme
+arch=('any')
+url='http://www.kde.org/'
+license=('LGPL')
+makedepends=('kdelibs' 'cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('3985dc77e449ef553e74bc64babe48d38184181b')
+
+build() {
+   cd $srcdir
+   mkdir build
+   cd build
+   cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd $srcdir/build
+   make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in kdebase-workspace (41 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 00:58:24
  Author: andrea
Revision: 164408

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

Added:
  kdebase-workspace/repos/kde-unstable-i686/PKGBUILD
(from rev 164407, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/kde-unstable-i686/fixpath.patch
(from rev 164407, kdebase-workspace/trunk/fixpath.patch)
  kdebase-workspace/repos/kde-unstable-i686/kde-np.pam
(from rev 164407, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/kde-unstable-i686/kde.pam
(from rev 164407, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/kde-unstable-i686/kdebase-workspace.install
(from rev 164407, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/kde-unstable-i686/kdm
(from rev 164407, kdebase-workspace/trunk/kdm)
  kdebase-workspace/repos/kde-unstable-i686/kdm-xinitrd.patch
(from rev 164407, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/kde-unstable-i686/kdm.service
(from rev 164407, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/kde-unstable-i686/kscreensaver.pam
(from rev 164407, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/kde-unstable-i686/terminate-server.patch
(from rev 164407, kdebase-workspace/trunk/terminate-server.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164407, kdebase-workspace/trunk/PKGBUILD)
  kdebase-workspace/repos/kde-unstable-x86_64/fixpath.patch
(from rev 164407, kdebase-workspace/trunk/fixpath.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/kde-np.pam
(from rev 164407, kdebase-workspace/trunk/kde-np.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/kde.pam
(from rev 164407, kdebase-workspace/trunk/kde.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/kdebase-workspace.install
(from rev 164407, kdebase-workspace/trunk/kdebase-workspace.install)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm
(from rev 164407, kdebase-workspace/trunk/kdm)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm-xinitrd.patch
(from rev 164407, kdebase-workspace/trunk/kdm-xinitrd.patch)
  kdebase-workspace/repos/kde-unstable-x86_64/kdm.service
(from rev 164407, kdebase-workspace/trunk/kdm.service)
  kdebase-workspace/repos/kde-unstable-x86_64/kscreensaver.pam
(from rev 164407, kdebase-workspace/trunk/kscreensaver.pam)
  kdebase-workspace/repos/kde-unstable-x86_64/terminate-server.patch
(from rev 164407, kdebase-workspace/trunk/terminate-server.patch)
Deleted:
  kdebase-workspace/kde-unstable/
  kdebase-workspace/repos/kde-unstable-i686/PKGBUILD
  kdebase-workspace/repos/kde-unstable-i686/fixpath.patch
  kdebase-workspace/repos/kde-unstable-i686/kde-np.pam
  kdebase-workspace/repos/kde-unstable-i686/kde.pam
  kdebase-workspace/repos/kde-unstable-i686/kdebase-workspace.install
  kdebase-workspace/repos/kde-unstable-i686/kdm
  kdebase-workspace/repos/kde-unstable-i686/kdm-xinitrd.patch
  kdebase-workspace/repos/kde-unstable-i686/kdm.service
  kdebase-workspace/repos/kde-unstable-i686/kscreensaver.pam
  kdebase-workspace/repos/kde-unstable-i686/terminate-server.patch
  kdebase-workspace/repos/kde-unstable-x86_64/PKGBUILD
  kdebase-workspace/repos/kde-unstable-x86_64/fixpath.patch
  kdebase-workspace/repos/kde-unstable-x86_64/kde-np.pam
  kdebase-workspace/repos/kde-unstable-x86_64/kde.pam
  kdebase-workspace/repos/kde-unstable-x86_64/kdebase-workspace.install
  kdebase-workspace/repos/kde-unstable-x86_64/kdm
  kdebase-workspace/repos/kde-unstable-x86_64/kdm-xinitrd.patch
  kdebase-workspace/repos/kde-unstable-x86_64/kdm.service
  kdebase-workspace/repos/kde-unstable-x86_64/kscreensaver.pam
  kdebase-workspace/repos/kde-unstable-x86_64/terminate-server.patch

---+
 kde-unstable-i686/PKGBUILD|  160 
 kde-unstable-i686/fixpath.patch   |   68 +-
 kde-unstable-i686/kde-np.pam  |   18 +-
 kde-unstable-i686/kde.pam |   18 +-
 kde-unstable-i686/kdebase-workspace.install   |   50 +++
 kde-unstable-i686/kdm |   72 +-
 kde-unstable-i686/kdm-xinitrd.patch   |   36 ++---
 kde-unstable-i686/kdm.service |   18 +-
 kde-unstable-i686/kscreensaver.pam|2 
 kde-unstable-i686/terminate-server.patch  |   22 +--
 kde-unstable-x86_64/PKGBUILD  |  160 
 kde-unstable-x86_64/fixpath.patch |   68 +-
 kde-unstable-x86_64/kde-np.pam|   18 +-
 kde-unstable-x86_64/kde.pam   |   18 +-
 kde-unstable-x86_64/kdebase-workspace.install |   50 +++
 kde-unstable-x86_64/kdm   |   72 +-
 kde-unstable-x86_64/kdm-xinitrd.patch |   36 ++---
 kde-unstable-x86_64/kdm.service   |   18 +-
 kde-unstable-x86_64/kscreensaver.pam

[arch-commits] Commit in kdebase (17 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:00:07
  Author: andrea
Revision: 164409

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

Added:
  kdebase/repos/kde-unstable-i686/PKGBUILD
(from rev 164408, kdebase/trunk/PKGBUILD)
  kdebase/repos/kde-unstable-i686/kdebase-dolphin.install
(from rev 164408, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-i686/kdebase-konqueror.install
(from rev 164408, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-i686/kdebase.install
(from rev 164408, kdebase/trunk/kdebase.install)
  kdebase/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164408, kdebase/trunk/PKGBUILD)
  kdebase/repos/kde-unstable-x86_64/kdebase-dolphin.install
(from rev 164408, kdebase/trunk/kdebase-dolphin.install)
  kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install
(from rev 164408, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/kde-unstable-x86_64/kdebase.install
(from rev 164408, kdebase/trunk/kdebase.install)
Deleted:
  kdebase/kde-unstable/
  kdebase/repos/kde-unstable-i686/PKGBUILD
  kdebase/repos/kde-unstable-i686/kdebase-dolphin.install
  kdebase/repos/kde-unstable-i686/kdebase-konqueror.install
  kdebase/repos/kde-unstable-i686/kdebase.install
  kdebase/repos/kde-unstable-x86_64/PKGBUILD
  kdebase/repos/kde-unstable-x86_64/kdebase-dolphin.install
  kdebase/repos/kde-unstable-x86_64/kdebase-konqueror.install
  kdebase/repos/kde-unstable-x86_64/kdebase.install

---+
 kde-unstable-i686/PKGBUILD|  240 
 kde-unstable-i686/kdebase-dolphin.install |   22 +-
 kde-unstable-i686/kdebase-konqueror.install   |   24 +-
 kde-unstable-i686/kdebase.install |   22 +-
 kde-unstable-x86_64/PKGBUILD  |  240 
 kde-unstable-x86_64/kdebase-dolphin.install   |   22 +-
 kde-unstable-x86_64/kdebase-konqueror.install |   24 +-
 kde-unstable-x86_64/kdebase.install   |   22 +-
 8 files changed, 308 insertions(+), 308 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 04:58:24 UTC (rev 164408)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:00:07 UTC (rev 164409)
@@ -1,120 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdebase
-pkgname=('kdebase-dolphin'
- 'kdebase-kdepasswd'
- 'kdebase-kdialog'
- 'kdebase-keditbookmarks'
- 'kdebase-kfind'
- 'kdebase-konq-plugins'
- 'kdebase-konqueror'
- 'kdebase-lib'
- 'kdebase-plasma')
-pkgver=4.8.97
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
-source=(http://download.kde.org/unstable/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
-sha1sums=('acaff6f33648b3c39d9af402d24c9197e8b179e4')
-
-build() {
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../kde-baseapps-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdebase-dolphin() {
-   pkgdesc='File Manager'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   optdepends=('kdegraphics-svgpart: thumbailers for SVG files'
-'kdegraphics-thumbnailers: thumbnailers for graphics file'
-'ruby: servicemenu installation')
-   url=http://kde.org/applications/system/dolphin/;
-install=kdebase-dolphin.install
-   cd $srcdir/build/dolphin
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/dolphin
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdepasswd() {
-   pkgdesc='Change Password'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   cd $srcdir/build/kdepasswd
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kdepasswd
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kdialog() {
-   pkgdesc='A utility for displaying dialog boxes from shell scripts'
-   depends=('kdebase-runtime')
-   cd $srcdir/build/kdialog
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-keditbookmarks() {
-   pkgdesc='Bookmark Organizer and Editor'
-   depends=('kdebase-runtime')
-   cd $srcdir/build/keditbookmarks
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-kfind() {
-   pkgdesc='Find Files/Folders'
-   depends=('kdebase-runtime' 'kdebase-lib')
-   url=http://kde.org/applications/utilities/kfind/;
-   install='kdebase.install'
-   cd $srcdir/build/kfind
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kfind
-   make DESTDIR=$pkgdir install
-}
-
-package_kdebase-konq-plugins() {
-   

[arch-commits] Commit in libkdeedu (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:00:46
  Author: andrea
Revision: 164410

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

Added:
  libkdeedu/repos/kde-unstable-i686/PKGBUILD
(from rev 164409, libkdeedu/trunk/PKGBUILD)
  libkdeedu/repos/kde-unstable-i686/libkdeedu.install
(from rev 164409, libkdeedu/trunk/libkdeedu.install)
  libkdeedu/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164409, libkdeedu/trunk/PKGBUILD)
  libkdeedu/repos/kde-unstable-x86_64/libkdeedu.install
(from rev 164409, libkdeedu/trunk/libkdeedu.install)
Deleted:
  libkdeedu/kde-unstable/
  libkdeedu/repos/kde-unstable-i686/PKGBUILD
  libkdeedu/repos/kde-unstable-i686/libkdeedu.install
  libkdeedu/repos/kde-unstable-x86_64/PKGBUILD
  libkdeedu/repos/kde-unstable-x86_64/libkdeedu.install

---+
 kde-unstable-i686/PKGBUILD|   62 
 kde-unstable-i686/libkdeedu.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD  |   62 
 kde-unstable-x86_64/libkdeedu.install |   22 +--
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:00:07 UTC (rev 164409)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:00:46 UTC (rev 164410)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkdeedu
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Libraries used by KDE Education applications
-url=https://projects.kde.org/projects/kde/kdeedu/libkdeedu;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-replaces=('kdeedu-libkdeedu' 'kdeedu-data')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('65e9a0054eac02b0232b647a82d9a4f72a0644a2')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkdeedu/repos/kde-unstable-i686/PKGBUILD (from rev 164409, 
libkdeedu/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:00:46 UTC (rev 164410)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdeedu
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Libraries used by KDE Education applications
+url=https://projects.kde.org/projects/kde/kdeedu/libkdeedu;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+replaces=('kdeedu-libkdeedu' 'kdeedu-data')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('cf98e194c8d7230120e15c27f72efeec392ff4f9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/libkdeedu.install
===
--- repos/kde-unstable-i686/libkdeedu.install   2012-08-01 05:00:07 UTC (rev 
164409)
+++ repos/kde-unstable-i686/libkdeedu.install   2012-08-01 05:00:46 UTC (rev 
164410)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkdeedu/repos/kde-unstable-i686/libkdeedu.install (from rev 164409, 
libkdeedu/trunk/libkdeedu.install)
===
--- repos/kde-unstable-i686/libkdeedu.install   (rev 0)
+++ repos/kde-unstable-i686/libkdeedu.install   2012-08-01 05:00:46 UTC (rev 
164410)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:00:07 UTC (rev 164409)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:00:46 UTC (rev 164410)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkdeedu
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Libraries used by KDE Education applications
-url=https://projects.kde.org/projects/kde/kdeedu/libkdeedu;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')

[arch-commits] Commit in kdeedu-marble (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:01:25
  Author: andrea
Revision: 164411

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

Added:
  kdeedu-marble/repos/kde-unstable-i686/PKGBUILD
(from rev 164410, kdeedu-marble/trunk/PKGBUILD)
  kdeedu-marble/repos/kde-unstable-i686/kdeedu-marble.install
(from rev 164410, kdeedu-marble/trunk/kdeedu-marble.install)
  kdeedu-marble/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164410, kdeedu-marble/trunk/PKGBUILD)
  kdeedu-marble/repos/kde-unstable-x86_64/kdeedu-marble.install
(from rev 164410, kdeedu-marble/trunk/kdeedu-marble.install)
Deleted:
  kdeedu-marble/kde-unstable/
  kdeedu-marble/repos/kde-unstable-i686/PKGBUILD
  kdeedu-marble/repos/kde-unstable-i686/kdeedu-marble.install
  kdeedu-marble/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-marble/repos/kde-unstable-x86_64/kdeedu-marble.install

---+
 kde-unstable-i686/PKGBUILD|   64 ++--
 kde-unstable-i686/kdeedu-marble.install   |   24 +-
 kde-unstable-x86_64/PKGBUILD  |   64 ++--
 kde-unstable-x86_64/kdeedu-marble.install |   24 +-
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:00:46 UTC (rev 164410)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:01:25 UTC (rev 164411)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-marble
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Desktop Globe
-url=http://kde.org/applications/education/marble/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4' 'gpsd')
-optdepends=('gpsd: gps support')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/marble-${pkgver}.tar.xz;)
-sha1sums=('218cb42ccb8946ee1bb8f35b770e0f8b7c9b5ebb')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../marble-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-marble/repos/kde-unstable-i686/PKGBUILD (from rev 164410, 
kdeedu-marble/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:01:25 UTC (rev 164411)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-marble
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Desktop Globe
+url=http://kde.org/applications/education/marble/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4' 'gpsd')
+optdepends=('gpsd: gps support')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/marble-${pkgver}.tar.xz;)
+sha1sums=('2eb264123f487629399d807151e1ae6ea1c6c8bb')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../marble-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-marble.install
===
--- repos/kde-unstable-i686/kdeedu-marble.install   2012-08-01 05:00:46 UTC 
(rev 164410)
+++ repos/kde-unstable-i686/kdeedu-marble.install   2012-08-01 05:01:25 UTC 
(rev 164411)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-marble/repos/kde-unstable-i686/kdeedu-marble.install (from rev 
164410, kdeedu-marble/trunk/kdeedu-marble.install)
===
--- repos/kde-unstable-i686/kdeedu-marble.install   
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-marble.install   2012-08-01 05:01:25 UTC 
(rev 164411)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:00:46 UTC (rev 164410)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:01:25 UTC (rev 164411)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-marble
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Desktop Globe

[arch-commits] Commit in libkdcraw (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:02:37
  Author: andrea
Revision: 164412

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

Added:
  libkdcraw/repos/kde-unstable-i686/PKGBUILD
(from rev 164411, libkdcraw/trunk/PKGBUILD)
  libkdcraw/repos/kde-unstable-i686/libkdcraw.install
(from rev 164411, libkdcraw/trunk/libkdcraw.install)
  libkdcraw/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164411, libkdcraw/trunk/PKGBUILD)
  libkdcraw/repos/kde-unstable-x86_64/libkdcraw.install
(from rev 164411, libkdcraw/trunk/libkdcraw.install)
Deleted:
  libkdcraw/kde-unstable/
  libkdcraw/repos/kde-unstable-i686/PKGBUILD
  libkdcraw/repos/kde-unstable-i686/libkdcraw.install
  libkdcraw/repos/kde-unstable-x86_64/PKGBUILD
  libkdcraw/repos/kde-unstable-x86_64/libkdcraw.install

---+
 kde-unstable-i686/PKGBUILD|   64 
 kde-unstable-i686/libkdcraw.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD  |   64 
 kde-unstable-x86_64/libkdcraw.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:01:25 UTC (rev 164411)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:02:37 UTC (rev 164412)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkdcraw
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=A C++ interface used to decode RAW picture
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'lcms')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('2e64db1b96b48e2f52baa1e66d8914b75640602c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkdcraw/repos/kde-unstable-i686/PKGBUILD (from rev 164411, 
libkdcraw/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:02:37 UTC (rev 164412)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkdcraw
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=A C++ interface used to decode RAW picture
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'lcms')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4f23263c1f38374fcfa482de8a79b0c85e2fb250')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/libkdcraw.install
===
--- repos/kde-unstable-i686/libkdcraw.install   2012-08-01 05:01:25 UTC (rev 
164411)
+++ repos/kde-unstable-i686/libkdcraw.install   2012-08-01 05:02:37 UTC (rev 
164412)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkdcraw/repos/kde-unstable-i686/libkdcraw.install (from rev 164411, 
libkdcraw/trunk/libkdcraw.install)
===
--- repos/kde-unstable-i686/libkdcraw.install   (rev 0)
+++ repos/kde-unstable-i686/libkdcraw.install   2012-08-01 05:02:37 UTC (rev 
164412)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:01:25 UTC (rev 164411)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:02:37 UTC (rev 164412)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkdcraw
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=A C++ interface used to decode RAW picture
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw;
-arch=('i686' 'x86_64')
-license=('GPL' 

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

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:03:11
  Author: andrea
Revision: 164413

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

Added:
  libkexiv2/repos/kde-unstable-i686/PKGBUILD
(from rev 164412, libkexiv2/trunk/PKGBUILD)
  libkexiv2/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164412, libkexiv2/trunk/PKGBUILD)
Deleted:
  libkexiv2/kde-unstable/
  libkexiv2/repos/kde-unstable-i686/PKGBUILD
  libkexiv2/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:02:37 UTC (rev 164412)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:03:11 UTC (rev 164413)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkexiv2
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=A library to manipulate pictures metadata
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6d93848eae11495ced6a93891b8f1e09310237ce')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkexiv2/repos/kde-unstable-i686/PKGBUILD (from rev 164412, 
libkexiv2/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:03:11 UTC (rev 164413)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('121c63ebf328ca87e67b7cf0cf72d0f276e4ae2c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:02:37 UTC (rev 164412)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:03:11 UTC (rev 164413)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkexiv2
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=A library to manipulate pictures metadata
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6d93848eae11495ced6a93891b8f1e09310237ce')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkexiv2/repos/kde-unstable-x86_64/PKGBUILD (from rev 164412, 
libkexiv2/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:03:11 UTC (rev 164413)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkexiv2
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=A library to manipulate pictures metadata
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('121c63ebf328ca87e67b7cf0cf72d0f276e4ae2c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make

[arch-commits] Commit in libkipi (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:03:43
  Author: andrea
Revision: 164414

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

Added:
  libkipi/repos/kde-unstable-i686/PKGBUILD
(from rev 164413, libkipi/trunk/PKGBUILD)
  libkipi/repos/kde-unstable-i686/libkipi.install
(from rev 164413, libkipi/trunk/libkipi.install)
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164413, libkipi/trunk/PKGBUILD)
  libkipi/repos/kde-unstable-x86_64/libkipi.install
(from rev 164413, libkipi/trunk/libkipi.install)
Deleted:
  libkipi/kde-unstable/
  libkipi/repos/kde-unstable-i686/PKGBUILD
  libkipi/repos/kde-unstable-i686/libkipi.install
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
  libkipi/repos/kde-unstable-x86_64/libkipi.install

-+
 kde-unstable-i686/PKGBUILD  |   64 +-
 kde-unstable-i686/libkipi.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD|   64 +-
 kde-unstable-x86_64/libkipi.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:03:11 UTC (rev 164413)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:03:43 UTC (rev 164414)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkipi
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=An interface to use kipi-plugins from a KDE application
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('bce6a8783f36db958890f5b162441a7f550e1a6a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkipi/repos/kde-unstable-i686/PKGBUILD (from rev 164413, 
libkipi/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:03:43 UTC (rev 164414)
@@ -0,0 +1,32 @@
+# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkipi
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=An interface to use kipi-plugins from a KDE application
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libkipi;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('a50fe30343f720f7402b42edbe7f6b59b2add19a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/libkipi.install
===
--- repos/kde-unstable-i686/libkipi.install 2012-08-01 05:03:11 UTC (rev 
164413)
+++ repos/kde-unstable-i686/libkipi.install 2012-08-01 05:03:43 UTC (rev 
164414)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libkipi/repos/kde-unstable-i686/libkipi.install (from rev 164413, 
libkipi/trunk/libkipi.install)
===
--- repos/kde-unstable-i686/libkipi.install (rev 0)
+++ repos/kde-unstable-i686/libkipi.install 2012-08-01 05:03:43 UTC (rev 
164414)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:03:11 UTC (rev 164413)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:03:43 UTC (rev 164414)
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 145371 2011-12-22 07:58:59Z andrea $
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkipi
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=An interface to use kipi-plugins from a KDE application

[arch-commits] Commit in libksane (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:04:13
  Author: andrea
Revision: 164415

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

Added:
  libksane/repos/kde-unstable-i686/PKGBUILD
(from rev 164414, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-i686/libksane.install
(from rev 164414, libksane/trunk/libksane.install)
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164414, libksane/trunk/PKGBUILD)
  libksane/repos/kde-unstable-x86_64/libksane.install
(from rev 164414, libksane/trunk/libksane.install)
Deleted:
  libksane/kde-unstable/
  libksane/repos/kde-unstable-i686/PKGBUILD
  libksane/repos/kde-unstable-i686/libksane.install
  libksane/repos/kde-unstable-x86_64/PKGBUILD
  libksane/repos/kde-unstable-x86_64/libksane.install

--+
 kde-unstable-i686/PKGBUILD   |   64 -
 kde-unstable-i686/libksane.install   |   22 +--
 kde-unstable-x86_64/PKGBUILD |   64 -
 kde-unstable-x86_64/libksane.install |   22 +--
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:03:43 UTC (rev 164414)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:04:13 UTC (rev 164415)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('221dd7e63335f23682e61ab6c3cde471ad06282d')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libksane/repos/kde-unstable-i686/PKGBUILD (from rev 164414, 
libksane/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:04:13 UTC (rev 164415)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libksane
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=An image scanning library
+url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'sane')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0a7a18454d78a5c3c4cf22696163c2383bf6e333')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/libksane.install
===
--- repos/kde-unstable-i686/libksane.install2012-08-01 05:03:43 UTC (rev 
164414)
+++ repos/kde-unstable-i686/libksane.install2012-08-01 05:04:13 UTC (rev 
164415)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: libksane/repos/kde-unstable-i686/libksane.install (from rev 164414, 
libksane/trunk/libksane.install)
===
--- repos/kde-unstable-i686/libksane.install(rev 0)
+++ repos/kde-unstable-i686/libksane.install2012-08-01 05:04:13 UTC (rev 
164415)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:03:43 UTC (rev 164414)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:04:13 UTC (rev 164415)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libksane
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=An image scanning library
-url=https://projects.kde.org/projects/kde/kdegraphics/libs/libksane;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'sane')
-makedepends=('cmake' 'automoc4')

[arch-commits] Commit in kdeedu-analitza (5 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:04:48
  Author: andrea
Revision: 164416

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

Added:
  kdeedu-analitza/repos/kde-unstable-i686/PKGBUILD
(from rev 164415, kdeedu-analitza/trunk/PKGBUILD)
  kdeedu-analitza/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164415, kdeedu-analitza/trunk/PKGBUILD)
Deleted:
  kdeedu-analitza/kde-unstable/
  kdeedu-analitza/repos/kde-unstable-i686/PKGBUILD
  kdeedu-analitza/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:04:13 UTC (rev 164415)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:04:48 UTC (rev 164416)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-analitza
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=A library to add mathematical features to your program
-url=https://projects.kde.org/projects/kde/kdeedu/analitza;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
-sha1sums=('8a91b68ed179c0f36c40aaddb54fa5b90bd6684f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../analitza-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-analitza/repos/kde-unstable-i686/PKGBUILD (from rev 164415, 
kdeedu-analitza/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:04:48 UTC (rev 164416)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-analitza
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('942057e56709288ade435f37f9cd2d63a1496e06')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:04:13 UTC (rev 164415)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:04:48 UTC (rev 164416)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-analitza
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=A library to add mathematical features to your program
-url=https://projects.kde.org/projects/kde/kdeedu/analitza;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
-sha1sums=('8a91b68ed179c0f36c40aaddb54fa5b90bd6684f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../analitza-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-analitza/repos/kde-unstable-x86_64/PKGBUILD (from rev 164415, 
kdeedu-analitza/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:04:48 UTC (rev 164416)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-analitza
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=A library to add mathematical features to your program
+url=https://projects.kde.org/projects/kde/kdeedu/analitza;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/analitza-${pkgver}.tar.xz;)
+sha1sums=('942057e56709288ade435f37f9cd2d63a1496e06')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../analitza-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build

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

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:05:23
  Author: andrea
Revision: 164417

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

Added:
  libkcddb/repos/kde-unstable-i686/PKGBUILD
(from rev 164416, libkcddb/trunk/PKGBUILD)
  libkcddb/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164416, libkcddb/trunk/PKGBUILD)
Deleted:
  libkcddb/kde-unstable/
  libkcddb/repos/kde-unstable-i686/PKGBUILD
  libkcddb/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:04:48 UTC (rev 164416)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:05:23 UTC (rev 164417)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkcddb
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=KDE CDDB library
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'libmusicbrainz5')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5ca224e3debf8d48358d32c69bce488753ba47c2')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkcddb/repos/kde-unstable-i686/PKGBUILD (from rev 164416, 
libkcddb/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:05:23 UTC (rev 164417)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcddb
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=KDE CDDB library
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4a2639ca08cdbaf6eee28b7145c46718f685a651')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:04:48 UTC (rev 164416)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:05:23 UTC (rev 164417)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkcddb
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=KDE CDDB library
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'libmusicbrainz5')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('5ca224e3debf8d48358d32c69bce488753ba47c2')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkcddb/repos/kde-unstable-x86_64/PKGBUILD (from rev 164416, 
libkcddb/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:05:23 UTC (rev 164417)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcddb
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=KDE CDDB library
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcddb'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'libmusicbrainz5')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('4a2639ca08cdbaf6eee28b7145c46718f685a651')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+

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

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:05:58
  Author: andrea
Revision: 164418

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

Added:
  libkcompactdisc/repos/kde-unstable-i686/PKGBUILD
(from rev 164417, libkcompactdisc/trunk/PKGBUILD)
  libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164417, libkcompactdisc/trunk/PKGBUILD)
Deleted:
  libkcompactdisc/kde-unstable/
  libkcompactdisc/repos/kde-unstable-i686/PKGBUILD
  libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:05:23 UTC (rev 164417)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:05:58 UTC (rev 164418)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkcompactdisc
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=A library for interfacing with CDs
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('9e5acb7c8017f3ed0698a633683ef0c30d258312')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkcompactdisc/repos/kde-unstable-i686/PKGBUILD (from rev 164417, 
libkcompactdisc/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:05:58 UTC (rev 164418)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcompactdisc
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=A library for interfacing with CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('70c10ce02960c8eb00cb126471831a50b7d6262e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:05:23 UTC (rev 164417)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:05:58 UTC (rev 164418)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkcompactdisc
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=A library for interfacing with CDs
-url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdemultimedia-kioslave')
-conflicts=('kdemultimedia-kioslave')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('9e5acb7c8017f3ed0698a633683ef0c30d258312')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD (from rev 164417, 
libkcompactdisc/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:05:58 UTC (rev 164418)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkcompactdisc
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=A library for interfacing with CDs
+url='https://projects.kde.org/projects/kde/kdemultimedia/libkcompactdisc'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdemultimedia-kioslave')
+conflicts=('kdemultimedia-kioslave')
+source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('70c10ce02960c8eb00cb126471831a50b7d6262e')
+
+build() {
+  cd ${srcdir}
+  mkdir 

[arch-commits] Commit in kdeaccessibility-jovie (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:06:29
  Author: andrea
Revision: 164419

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

Added:
  kdeaccessibility-jovie/repos/kde-unstable-i686/PKGBUILD
(from rev 164418, kdeaccessibility-jovie/trunk/PKGBUILD)
  kdeaccessibility-jovie/repos/kde-unstable-i686/kdeaccessibility-jovie.install
(from rev 164418, 
kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
  kdeaccessibility-jovie/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164418, kdeaccessibility-jovie/trunk/PKGBUILD)
  
kdeaccessibility-jovie/repos/kde-unstable-x86_64/kdeaccessibility-jovie.install
(from rev 164418, 
kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
Deleted:
  kdeaccessibility-jovie/kde-unstable/
  kdeaccessibility-jovie/repos/kde-unstable-i686/PKGBUILD
  kdeaccessibility-jovie/repos/kde-unstable-i686/kdeaccessibility-jovie.install
  kdeaccessibility-jovie/repos/kde-unstable-x86_64/PKGBUILD
  
kdeaccessibility-jovie/repos/kde-unstable-x86_64/kdeaccessibility-jovie.install

+
 kde-unstable-i686/PKGBUILD |   68 +--
 kde-unstable-i686/kdeaccessibility-jovie.install   |   22 +++---
 kde-unstable-x86_64/PKGBUILD   |   68 +--
 kde-unstable-x86_64/kdeaccessibility-jovie.install |   22 +++---
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:05:58 UTC (rev 164418)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:06:29 UTC (rev 164419)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeaccessibility-jovie
-pkgver=4.8.97
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A text to speech application'
-url='http://kde.org/applications/utilities/jovie/'
-license=('GPL' 'FDL')
-groups=('kde' 'kdeaccessibility')
-depends=('kdebase-runtime' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-replaces=('kdeaccessibility-kttsd')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/jovie-${pkgver}.tar.xz;)
-sha1sums=('ac2759c78ba1ed0a10bf71e65a3b12fea3fb8cf6')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../jovie-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-jovie/repos/kde-unstable-i686/PKGBUILD (from rev 
164418, kdeaccessibility-jovie/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:06:29 UTC (rev 164419)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-jovie
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A text to speech application'
+url='http://kde.org/applications/utilities/jovie/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+replaces=('kdeaccessibility-kttsd')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/jovie-${pkgver}.tar.xz;)
+sha1sums=('2e5218951425e32d725001f4836283a2d2ac412f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../jovie-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: repos/kde-unstable-i686/kdeaccessibility-jovie.install
===
--- repos/kde-unstable-i686/kdeaccessibility-jovie.install  2012-08-01 
05:05:58 UTC (rev 164418)
+++ repos/kde-unstable-i686/kdeaccessibility-jovie.install  2012-08-01 
05:06:29 UTC (rev 164419)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-jovie/repos/kde-unstable-i686/kdeaccessibility-jovie.install 
(from rev 164418, kdeaccessibility-jovie/trunk/kdeaccessibility-jovie.install)
===
--- repos/kde-unstable-i686/kdeaccessibility-jovie.install  
(rev 0)
+++ repos/kde-unstable-i686/kdeaccessibility-jovie.install  2012-08-01 
05:06:29 UTC (rev 164419)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: 

[arch-commits] Commit in kdeaccessibility-kaccessible (5 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:07:04
  Author: andrea
Revision: 164420

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

Added:
  kdeaccessibility-kaccessible/repos/kde-unstable-i686/PKGBUILD
(from rev 164419, kdeaccessibility-kaccessible/trunk/PKGBUILD)
  kdeaccessibility-kaccessible/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164419, kdeaccessibility-kaccessible/trunk/PKGBUILD)
Deleted:
  kdeaccessibility-kaccessible/kde-unstable/
  kdeaccessibility-kaccessible/repos/kde-unstable-i686/PKGBUILD
  kdeaccessibility-kaccessible/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:06:29 UTC (rev 164419)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:07:04 UTC (rev 164420)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeaccessibility-kaccessible
-pkgver=4.8.97
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
-url='http://accessibility.kde.org/'
-license=('GPL' 'FDL')
-groups=('kde' 'kdeaccessibility')
-depends=('kdelibs' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
-sha1sums=('ad70cb9c3d11a4cc3881d689ec7329585a725e60')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kaccessible-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kaccessible/repos/kde-unstable-i686/PKGBUILD (from rev 
164419, kdeaccessibility-kaccessible/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:07:04 UTC (rev 164420)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
+url='http://accessibility.kde.org/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdelibs' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
+sha1sums=('a13180088fae411aa03ec3f2125ed766cd807160')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kaccessible-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:06:29 UTC (rev 164419)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:07:04 UTC (rev 164420)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeaccessibility-kaccessible
-pkgver=4.8.97
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
-url='http://accessibility.kde.org/'
-license=('GPL' 'FDL')
-groups=('kde' 'kdeaccessibility')
-depends=('kdelibs' 'speech-dispatcher')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)
-sha1sums=('ad70cb9c3d11a4cc3881d689ec7329585a725e60')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kaccessible-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kaccessible/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 164419, kdeaccessibility-kaccessible/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:07:04 UTC (rev 164420)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kaccessible
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Provides accessibility services like focus tracking and a 
screenreader'
+url='http://accessibility.kde.org/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdelibs' 'speech-dispatcher')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/kaccessible-${pkgver}.tar.xz;)

[arch-commits] Commit in kdeaccessibility-kmag (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:07:41
  Author: andrea
Revision: 164421

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

Added:
  kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD
(from rev 164420, kdeaccessibility-kmag/trunk/PKGBUILD)
  kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install
(from rev 164420, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164420, kdeaccessibility-kmag/trunk/PKGBUILD)
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/kdeaccessibility-kmag.install
(from rev 164420, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
Deleted:
  kdeaccessibility-kmag/kde-unstable/
  kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD
  kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/PKGBUILD
  kdeaccessibility-kmag/repos/kde-unstable-x86_64/kdeaccessibility-kmag.install

---+
 kde-unstable-i686/PKGBUILD|   66 ++--
 kde-unstable-i686/kdeaccessibility-kmag.install   |   22 +++---
 kde-unstable-x86_64/PKGBUILD  |   66 ++--
 kde-unstable-x86_64/kdeaccessibility-kmag.install |   22 +++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:07:04 UTC (rev 164420)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:07:41 UTC (rev 164421)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeaccessibility-kmag
-pkgver=4.8.97
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Screen Magnifier'
-url='http://kde.org/applications/utilities/kmag/'
-license=('GPL' 'FDL')
-groups=('kde' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kmag-${pkgver}.tar.xz;)
-sha1sums=('fc25e930cdd1c9b03553a2fb6923ead410793c6a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kmag-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmag/repos/kde-unstable-i686/PKGBUILD (from rev 
164420, kdeaccessibility-kmag/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:07:41 UTC (rev 164421)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmag
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Screen Magnifier'
+url='http://kde.org/applications/utilities/kmag/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmag-${pkgver}.tar.xz;)
+sha1sums=('32a2b02c78f3f3dac33df72dbeaf0c18ddf91269')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmag-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: repos/kde-unstable-i686/kdeaccessibility-kmag.install
===
--- repos/kde-unstable-i686/kdeaccessibility-kmag.install   2012-08-01 
05:07:04 UTC (rev 164420)
+++ repos/kde-unstable-i686/kdeaccessibility-kmag.install   2012-08-01 
05:07:41 UTC (rev 164421)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmag/repos/kde-unstable-i686/kdeaccessibility-kmag.install 
(from rev 164420, kdeaccessibility-kmag/trunk/kdeaccessibility-kmag.install)
===
--- repos/kde-unstable-i686/kdeaccessibility-kmag.install   
(rev 0)
+++ repos/kde-unstable-i686/kdeaccessibility-kmag.install   2012-08-01 
05:07:41 UTC (rev 164421)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:07:04 UTC (rev 164420)
+++ 

[arch-commits] Commit in kdeaccessibility-kmousetool (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:08:13
  Author: andrea
Revision: 164422

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

Added:
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
(from rev 164421, kdeaccessibility-kmousetool/trunk/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
(from rev 164421, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164421, kdeaccessibility-kmousetool/trunk/PKGBUILD)
  
kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install
(from rev 164421, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
Deleted:
  kdeaccessibility-kmousetool/kde-unstable/
  kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD
  
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
  kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/PKGBUILD
  
kdeaccessibility-kmousetool/repos/kde-unstable-x86_64/kdeaccessibility-kmousetool.install

-+
 kde-unstable-i686/PKGBUILD  |   66 +++---
 kde-unstable-i686/kdeaccessibility-kmousetool.install   |   22 ++--
 kde-unstable-x86_64/PKGBUILD|   66 +++---
 kde-unstable-x86_64/kdeaccessibility-kmousetool.install |   22 ++--
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:07:41 UTC (rev 164421)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:08:13 UTC (rev 164422)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeaccessibility-kmousetool
-pkgver=4.8.97
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
-url='http://kde.org/applications/utilities/kmousetool/'
-license=('GPL' 'FDL')
-groups=('kde' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
-sha1sums=('c5f413aeb0ff01d574e66bc310c8b074dd952cf5')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kmousetool-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmousetool/repos/kde-unstable-i686/PKGBUILD (from rev 
164421, kdeaccessibility-kmousetool/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:08:13 UTC (rev 164422)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmousetool
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Clicks the mouse for you, reducing the effects of RSI'
+url='http://kde.org/applications/utilities/kmousetool/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmousetool-${pkgver}.tar.xz;)
+sha1sums=('ea14b338f3f078fdffb3f7b0f69ebbddcc4b016d')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmousetool-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
===
--- repos/kde-unstable-i686/kdeaccessibility-kmousetool.install 2012-08-01 
05:07:41 UTC (rev 164421)
+++ repos/kde-unstable-i686/kdeaccessibility-kmousetool.install 2012-08-01 
05:08:13 UTC (rev 164422)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmousetool/repos/kde-unstable-i686/kdeaccessibility-kmousetool.install
 (from rev 164421, 
kdeaccessibility-kmousetool/trunk/kdeaccessibility-kmousetool.install)
===
--- repos/kde-unstable-i686/kdeaccessibility-kmousetool.install 
(rev 0)
+++ repos/kde-unstable-i686/kdeaccessibility-kmousetool.install 2012-08-01 
05:08:13 UTC (rev 164422)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  

[arch-commits] Commit in kdeaccessibility-kmouth (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:08:46
  Author: andrea
Revision: 164423

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

Added:
  kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD
(from rev 164422, kdeaccessibility-kmouth/trunk/PKGBUILD)
  
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install
(from rev 164422, 
kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
  kdeaccessibility-kmouth/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164422, kdeaccessibility-kmouth/trunk/PKGBUILD)
  
kdeaccessibility-kmouth/repos/kde-unstable-x86_64/kdeaccessibility-kmouth.install
(from rev 164422, 
kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
Deleted:
  kdeaccessibility-kmouth/kde-unstable/
  kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD
  
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install
  kdeaccessibility-kmouth/repos/kde-unstable-x86_64/PKGBUILD
  
kdeaccessibility-kmouth/repos/kde-unstable-x86_64/kdeaccessibility-kmouth.install

-+
 kde-unstable-i686/PKGBUILD  |   66 +-
 kde-unstable-i686/kdeaccessibility-kmouth.install   |   22 +++---
 kde-unstable-x86_64/PKGBUILD|   66 +-
 kde-unstable-x86_64/kdeaccessibility-kmouth.install |   22 +++---
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:08:13 UTC (rev 164422)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:08:46 UTC (rev 164423)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeaccessibility-kmouth
-pkgver=4.8.97
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Speech Synthesizer Frontend'
-url='http://kde.org/applications/utilities/kmouth/'
-license=('GPL' 'FDL')
-groups=('kde' 'kdeaccessibility')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
-sha1sums=('1d553d6c2a0fac255a21616b8b0fe87348862adf')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kmouth-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-  cd $srcdir/build/doc
-  make DESTDIR=$pkgdir install
-}

Copied: kdeaccessibility-kmouth/repos/kde-unstable-i686/PKGBUILD (from rev 
164422, kdeaccessibility-kmouth/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:08:46 UTC (rev 164423)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeaccessibility-kmouth
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Speech Synthesizer Frontend'
+url='http://kde.org/applications/utilities/kmouth/'
+license=('GPL' 'FDL')
+groups=('kde' 'kdeaccessibility')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmouth-${pkgver}.tar.xz;)
+sha1sums=('cfd00c317c5928b355ef095c3d46ed7ed581afeb')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmouth-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+  cd $srcdir/build/doc
+  make DESTDIR=$pkgdir install
+}

Deleted: repos/kde-unstable-i686/kdeaccessibility-kmouth.install
===
--- repos/kde-unstable-i686/kdeaccessibility-kmouth.install 2012-08-01 
05:08:13 UTC (rev 164422)
+++ repos/kde-unstable-i686/kdeaccessibility-kmouth.install 2012-08-01 
05:08:46 UTC (rev 164423)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeaccessibility-kmouth/repos/kde-unstable-i686/kdeaccessibility-kmouth.install 
(from rev 164422, kdeaccessibility-kmouth/trunk/kdeaccessibility-kmouth.install)
===
--- repos/kde-unstable-i686/kdeaccessibility-kmouth.install 
(rev 0)
+++ repos/kde-unstable-i686/kdeaccessibility-kmouth.install 2012-08-01 
05:08:46 UTC (rev 164423)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD

[arch-commits] Commit in kdeadmin (13 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:09:30
  Author: andrea
Revision: 164424

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

Added:
  kdeadmin/repos/kde-unstable-i686/PKGBUILD
(from rev 164423, kdeadmin/trunk/PKGBUILD)
  kdeadmin/repos/kde-unstable-i686/kdeadmin.install
(from rev 164423, kdeadmin/trunk/kdeadmin.install)
  kdeadmin/repos/kde-unstable-i686/syslog-path.patch
(from rev 164423, kdeadmin/trunk/syslog-path.patch)
  kdeadmin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164423, kdeadmin/trunk/PKGBUILD)
  kdeadmin/repos/kde-unstable-x86_64/kdeadmin.install
(from rev 164423, kdeadmin/trunk/kdeadmin.install)
  kdeadmin/repos/kde-unstable-x86_64/syslog-path.patch
(from rev 164423, kdeadmin/trunk/syslog-path.patch)
Deleted:
  kdeadmin/kde-unstable/
  kdeadmin/repos/kde-unstable-i686/PKGBUILD
  kdeadmin/repos/kde-unstable-i686/kdeadmin.install
  kdeadmin/repos/kde-unstable-i686/syslog-path.patch
  kdeadmin/repos/kde-unstable-x86_64/PKGBUILD
  kdeadmin/repos/kde-unstable-x86_64/kdeadmin.install
  kdeadmin/repos/kde-unstable-x86_64/syslog-path.patch

---+
 kde-unstable-i686/PKGBUILD|  160 
 kde-unstable-i686/kdeadmin.install|   22 ++--
 kde-unstable-i686/syslog-path.patch   |   22 ++--
 kde-unstable-x86_64/PKGBUILD  |  160 
 kde-unstable-x86_64/kdeadmin.install  |   22 ++--
 kde-unstable-x86_64/syslog-path.patch |   22 ++--
 6 files changed, 204 insertions(+), 204 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:08:46 UTC (rev 164423)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:09:30 UTC (rev 164424)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeadmin
-pkgname=('kdeadmin-kcron'
- 'kdeadmin-ksystemlog'
- 'kdeadmin-kuser'
- 'kdeadmin-system-config-printer-kde')
-pkgver=4.8.97
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeadmin')
-makedepends=('cmake' 'automoc4' 'kdebindings-python2' 
'system-config-printer-common')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;
-'syslog-path.patch')
-sha1sums=('f118b707c2f1d0d64ee321992f14da9e3b5518f9'
-  '20095ce6e0f3e5b6800a7c6e52de6fddba62c031')
-
-build() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-   patch -p1 -i ${srcdir}/syslog-path.patch
-
-   cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DBUILD_strigi-analyzer=OFF \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-   make
-}
-
-package_kdeadmin-kcron() {
-   pkgdesc='Configure and schedule tasks'
-   depends=('kdelibs')
-   cd $srcdir/build/kcron
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kcron
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeadmin-ksystemlog() {
-   pkgdesc='System log viewer tool'
-   depends=('kdebase-runtime')
-   url=http://kde.org/applications/system/ksystemlog/;
-   cd $srcdir/build/ksystemlog
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/ksystemlog
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeadmin-kuser() {
-   pkgdesc='User Manager'
-   depends=('kdebase-runtime' 'kdepimlibs')
-   url=http://kde.org/applications/system/kuser/;
-   install='kdeadmin.install'
-   cd $srcdir/build/kuser
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/doc/kuser
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeadmin-system-config-printer-kde() {
-   pkgdesc='Configure local and remote Printers'
-   depends=('kdebindings-python2' 'system-config-printer-common' 'cups' 
'python2-gobject2')
-   url=http://kde.org/applications/system/printerapplet/;
-   cd $srcdir/build/system-config-printer-kde
-   make DESTDIR=$pkgdir install
-
-# Use the python2 executable
-sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-
${pkgdir}/usr/share/apps/system-config-printer-kde/{system-config-printer-kde,authconn}.py
-sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' \
-${pkgdir}/usr/share/apps/system-config-printer-kde/pysmb.py
-}

Copied: kdeadmin/repos/kde-unstable-i686/PKGBUILD (from rev 164423, 
kdeadmin/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:09:30 UTC (rev 164424)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# 

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

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:10:21
  Author: andrea
Revision: 164425

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

Added:
  kdeartwork/repos/kde-unstable-i686/PKGBUILD
(from rev 164424, kdeartwork/trunk/PKGBUILD)
  kdeartwork/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164424, kdeartwork/trunk/PKGBUILD)
Deleted:
  kdeartwork/kde-unstable/
  kdeartwork/repos/kde-unstable-i686/PKGBUILD
  kdeartwork/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:09:30 UTC (rev 164424)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:10:21 UTC (rev 164425)
@@ -1,104 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdeartwork
-pkgname=('kdeartwork-aurorae'
- 'kdeartwork-colorschemes'
- 'kdeartwork-desktopthemes'
- 'kdeartwork-emoticons'
- 'kdeartwork-iconthemes'
- 'kdeartwork-kscreensaver'
- 'kdeartwork-sounds'
- 'kdeartwork-styles'
- 'kdeartwork-wallpapers'
- 'kdeartwork-weatherwallpapers')
-pkgver=4.8.97
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeartwork')
-makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace'
- 'libkexiv2')
-source=(http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('b8f2d992b5aa8b54300df27d180f33db849cf708')
-
-build() {
-   cd $srcdir
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package_kdeartwork-aurorae() {
-   pkgdesc='An Aurorae theme based on the Oxygen plasma theme'
-   cd $srcdir/build/aurorae
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-colorschemes() {
-   pkgdesc='KDE color schemes'
-replaces=('kdeaccessibility-colorschemes')
-   cd $srcdir/build/ColorSchemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-desktopthemes() {
-   pkgdesc='KDE desktop themes'
-   cd $srcdir/build/desktopthemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-emoticons() {
-   pkgdesc='KDE emoticons'
-   cd $srcdir/build/emoticons
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-iconthemes() {
-   pkgdesc='KDE icon themes'
-replaces=('kdeaccessibility-iconthemes')
-   cd $srcdir/build/IconThemes
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-kscreensaver() {
-   pkgdesc='KDE screensaver'
-   depends=('kdebase-workspace' 'libkexiv2')
-   cd $srcdir/build/kscreensaver
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-sounds() {
-   pkgdesc='KDE sounds'
-   cd $srcdir/build/sounds
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-styles() {
-   pkgdesc='KDE styles'
-   depends=('kdebase-workspace')
-   cd $srcdir/build/styles
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/kwin-styles
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-wallpapers() {
-   pkgdesc='KDE wallpapers'
-   cd $srcdir/build/wallpapers
-   make DESTDIR=$pkgdir install
-   cd $srcdir/build/HighResolutionWallpapers
-   make DESTDIR=$pkgdir install
-}
-
-package_kdeartwork-weatherwallpapers() {
-   pkgdesc='KDE weather wallpapers'
-   cd $srcdir/build/WeatherWallpapers
-   make DESTDIR=$pkgdir install
-}

Copied: kdeartwork/repos/kde-unstable-i686/PKGBUILD (from rev 164424, 
kdeartwork/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:10:21 UTC (rev 164425)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+
+pkgbase=kdeartwork
+pkgname=('kdeartwork-aurorae'
+ 'kdeartwork-colorschemes'
+ 'kdeartwork-desktopthemes'
+ 'kdeartwork-emoticons'
+ 'kdeartwork-iconthemes'
+ 'kdeartwork-kscreensaver'
+ 'kdeartwork-sounds'
+ 'kdeartwork-styles'
+ 'kdeartwork-wallpapers'
+ 'kdeartwork-weatherwallpapers')
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeartwork')
+makedepends=('cmake' 'automoc4' 'xscreensaver' 'eigen' 'kdebase-workspace'
+ 

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

2012-07-31 Thread Eric Bélanger
Date: Wednesday, August 1, 2012 @ 01:12:05
  Author: eric
Revision: 164426

upgpkg: gnome-color-manager 3.4.2-2

Rebuild against exiv2 0.23

Modified:
  gnome-color-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-08-01 05:10:21 UTC (rev 164425)
+++ PKGBUILD2012-08-01 05:12:05 UTC (rev 164426)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-color-manager
 pkgver=3.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Color profile manager for the GNOME desktop
 arch=(i686 x86_64)
 url=http://projects.gnome.org/gnome-color-manager/;



[arch-commits] Commit in gnome-color-manager/repos (6 files)

2012-07-31 Thread Eric Bélanger
Date: Wednesday, August 1, 2012 @ 01:12:33
  Author: eric
Revision: 164427

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

Added:
  gnome-color-manager/repos/staging-i686/
  gnome-color-manager/repos/staging-i686/PKGBUILD
(from rev 164426, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/staging-i686/gnome-color-manager.install
(from rev 164426, gnome-color-manager/trunk/gnome-color-manager.install)
  gnome-color-manager/repos/staging-x86_64/
  gnome-color-manager/repos/staging-x86_64/PKGBUILD
(from rev 164426, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/staging-x86_64/gnome-color-manager.install
(from rev 164426, gnome-color-manager/trunk/gnome-color-manager.install)

+
 staging-i686/PKGBUILD  |   35 +++
 staging-i686/gnome-color-manager.install   |   19 ++
 staging-x86_64/PKGBUILD|   35 +++
 staging-x86_64/gnome-color-manager.install |   19 ++
 4 files changed, 108 insertions(+)

Copied: gnome-color-manager/repos/staging-i686/PKGBUILD (from rev 164426, 
gnome-color-manager/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-08-01 05:12:33 UTC (rev 164427)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-color-manager
+pkgver=3.4.2
+pkgrel=2
+pkgdesc=Color profile manager for the GNOME desktop
+arch=(i686 x86_64)
+url=http://projects.gnome.org/gnome-color-manager/;
+license=(GPL2)
+depends=('libcanberra' 'vte3' 'exiv2' 'hicolor-icon-theme' 
'desktop-file-utils' 'clutter-gtk'
+ 'mash' 'shared-color-profiles' 'shared-color-targets' 'gnome-desktop')
+makedepends=('intltool' 'gtk-doc')
+install=gnome-color-manager.install
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ad69ac0ac242be0ad5b7966e0c2978a9a1440e52ee816993e4a8eb2cf6f0c922')
+
+build(){
+  cd $pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
$export_dynamic = yes  test -n $export_dynamic_flag_spec; then/  
func_append compile_command  -Wl,-O1,--as-needed\n  func_append 
finalize_command  -Wl,-O1,--as-needed\n\0/' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: gnome-color-manager/repos/staging-i686/gnome-color-manager.install 
(from rev 164426, gnome-color-manager/trunk/gnome-color-manager.install)
===
--- staging-i686/gnome-color-manager.install(rev 0)
+++ staging-i686/gnome-color-manager.install2012-08-01 05:12:33 UTC (rev 
164427)
@@ -0,0 +1,19 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall gnome-color-manager
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-color-manager/repos/staging-x86_64/PKGBUILD (from rev 164426, 
gnome-color-manager/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-08-01 05:12:33 UTC (rev 164427)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-color-manager
+pkgver=3.4.2
+pkgrel=2
+pkgdesc=Color profile manager for the GNOME desktop
+arch=(i686 x86_64)
+url=http://projects.gnome.org/gnome-color-manager/;
+license=(GPL2)
+depends=('libcanberra' 'vte3' 'exiv2' 'hicolor-icon-theme' 
'desktop-file-utils' 'clutter-gtk'
+ 'mash' 'shared-color-profiles' 'shared-color-targets' 'gnome-desktop')
+makedepends=('intltool' 'gtk-doc')
+install=gnome-color-manager.install
+options=('!libtool' '!emptydirs')
+groups=('gnome-extra')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ad69ac0ac242be0ad5b7966e0c2978a9a1440e52ee816993e4a8eb2cf6f0c922')
+
+build(){
+  cd $pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 

[arch-commits] Commit in kdebase-konsole (5 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:15:53
  Author: andrea
Revision: 164428

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

Added:
  kdebase-konsole/repos/kde-unstable-i686/PKGBUILD
(from rev 164427, kdebase-konsole/trunk/PKGBUILD)
  kdebase-konsole/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164427, kdebase-konsole/trunk/PKGBUILD)
Deleted:
  kdebase-konsole/kde-unstable/
  kdebase-konsole/repos/kde-unstable-i686/PKGBUILD
  kdebase-konsole/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:12:33 UTC (rev 164427)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:15:53 UTC (rev 164428)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebase-konsole
-pkgver=4.8.97
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc=Terminal
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-depends=('kdebase-runtime' 'kdebase-lib')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.xz;)
-sha1sums=('f644fbe162d1f852396898f11ae52765da356ecb')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebase-konsole/repos/kde-unstable-i686/PKGBUILD (from rev 164427, 
kdebase-konsole/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:15:53 UTC (rev 164428)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebase-konsole
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc=Terminal
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.xz;)
+sha1sums=('4ee3d7da93512788959f4d52e58d7a98c646e854')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:12:33 UTC (rev 164427)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:15:53 UTC (rev 164428)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebase-konsole
-pkgver=4.8.97
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://kde.org/applications/system/konsole/'
-pkgdesc=Terminal
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
-depends=('kdebase-runtime' 'kdebase-lib')
-makedepends=('cmake' 'automoc4')
-source=(http://download.kde.org/unstable/${pkgver}/src/konsole-${pkgver}.tar.xz;)
-sha1sums=('f644fbe162d1f852396898f11ae52765da356ecb')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../konsole-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebase-konsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 164427, 
kdebase-konsole/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:15:53 UTC (rev 164428)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebase-konsole
+pkgver=4.9.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc=Terminal
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdebase')
+depends=('kdebase-runtime' 'kdebase-lib')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgver}/src/konsole-${pkgver}.tar.xz;)
+sha1sums=('4ee3d7da93512788959f4d52e58d7a98c646e854')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in kdebindings-kimono (5 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:16:28
  Author: andrea
Revision: 164429

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

Added:
  kdebindings-kimono/repos/kde-unstable-i686/PKGBUILD
(from rev 164428, kdebindings-kimono/trunk/PKGBUILD)
  kdebindings-kimono/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164428, kdebindings-kimono/trunk/PKGBUILD)
Deleted:
  kdebindings-kimono/kde-unstable/
  kdebindings-kimono/repos/kde-unstable-i686/PKGBUILD
  kdebindings-kimono/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:15:53 UTC (rev 164428)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:16:28 UTC (rev 164429)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-kimono
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=.NET/Mono bindings for the KDE libraries
-url=https://projects.kde.org/projects/kde/kdebindings/csharp/kimono;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qyoto' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
-conflicts=('kdebindings-csharp')
-source=(http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.xz;)
-sha1sums=('e2f5d0a97364fc74844bfb5c443008502f82b9d0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kimono-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Soprano=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-kimono/repos/kde-unstable-i686/PKGBUILD (from rev 164428, 
kdebindings-kimono/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:16:28 UTC (rev 164429)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-kimono
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the KDE libraries
+url=https://projects.kde.org/projects/kde/kdebindings/csharp/kimono;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qyoto' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
+conflicts=('kdebindings-csharp')
+source=(http://download.kde.org/stable/${pkgver}/src/kimono-${pkgver}.tar.xz;)
+sha1sums=('5c196ced2b07e58ecdc66e779f21e4c412da8b4b')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kimono-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Soprano=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:15:53 UTC (rev 164428)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:16:28 UTC (rev 164429)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-kimono
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=.NET/Mono bindings for the KDE libraries
-url=https://projects.kde.org/projects/kde/kdebindings/csharp/kimono;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qyoto' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
-conflicts=('kdebindings-csharp')
-source=(http://download.kde.org/unstable/${pkgver}/src/kimono-${pkgver}.tar.xz;)
-sha1sums=('e2f5d0a97364fc74844bfb5c443008502f82b9d0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kimono-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Soprano=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-kimono/repos/kde-unstable-x86_64/PKGBUILD (from rev 164428, 
kdebindings-kimono/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:16:28 UTC (rev 164429)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-kimono
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the KDE libraries
+url=https://projects.kde.org/projects/kde/kdebindings/csharp/kimono;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')

[arch-commits] Commit in kdebindings-korundum (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:17:00
  Author: andrea
Revision: 164430

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

Added:
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
(from rev 164429, kdebindings-korundum/trunk/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
(from rev 164429, kdebindings-korundum/trunk/ruby19.patch)
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164429, kdebindings-korundum/trunk/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch
(from rev 164429, kdebindings-korundum/trunk/ruby19.patch)
Deleted:
  kdebindings-korundum/kde-unstable/
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch

--+
 kde-unstable-i686/PKGBUILD   |   83 ++---
 kde-unstable-i686/ruby19.patch   |   60 +-
 kde-unstable-x86_64/PKGBUILD |   83 ++---
 kde-unstable-x86_64/ruby19.patch |   60 +-
 4 files changed, 142 insertions(+), 144 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:16:28 UTC (rev 164429)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:17:00 UTC (rev 164430)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-korundum
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Ruby bindings for libraries created by the KDE community
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-conflicts=('kdebindings-ruby')
-options=('!makeflags')
-source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
-'ruby19.patch')
-sha1sums=('432655321eefb8b3635c03c55e02175163340131'
-  '73299f56a891d8a5475ac07dd485619859312f70')
-
-build() {
-  cd ${srcdir}/korundum-${pkgver}
-  patch -p1 -i ${srcdir}/ruby19.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD (from rev 164429, 
kdebindings-korundum/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:17:00 UTC (rev 164430)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'ruby19.patch')
+sha1sums=('7c97b549bb6958223fc0b28f657fec09bb95b7e5'
+  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/ruby19.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/ruby19.patch
===
--- repos/kde-unstable-i686/ruby19.patch2012-08-01 05:16:28 UTC (rev 
164429)
+++ repos/kde-unstable-i686/ruby19.patch2012-08-01 05:17:00 UTC (rev 
164430)
@@ -1,30 +0,0 @@
-diff -up korundum-4.8.0/src/krubypluginfactory.cpp.ruby19 
korundum-4.8.0/src/krubypluginfactory.cpp
 korundum-4.8.0/src/krubypluginfactory.cpp.ruby19   2011-07-27 
13:37:29.0 -0500
-+++ 

[arch-commits] Commit in kdebindings-kross (5 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:17:34
  Author: andrea
Revision: 164431

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

Added:
  kdebindings-kross/repos/kde-unstable-i686/PKGBUILD
(from rev 164430, kdebindings-kross/trunk/PKGBUILD)
  kdebindings-kross/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164430, kdebindings-kross/trunk/PKGBUILD)
Deleted:
  kdebindings-kross/kde-unstable/
  kdebindings-kross/repos/kde-unstable-i686/PKGBUILD
  kdebindings-kross/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:17:00 UTC (rev 164430)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:17:34 UTC (rev 164431)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kdebindings-kross
-pkgname=('kdebindings-kross-python'
-# 'kdebindings-kross-ruby'
- 'kdebindings-kross-java')
-pkgver=4.8.97
-pkgrel=1
-url=https://projects.kde.org/projects/kde/kdebindings/kross-interpreters;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'java-environment')
-source=(http://download.kde.org/unstable/${pkgver}/src/kross-interpreters-${pkgver}.tar.xz;)
-sha1sums=('ab041689b0e1386997f5dc062eb791c17ed5987b')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kross-interpreters-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_ruby=OFF \
--DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package_kdebindings-kross-python() {
-  pkgdesc=Python2 language interpreters to enable in-process scripting with 
Kross
-  depends=('kdelibs' 'python2')
-
-  cd ${srcdir}/build/python
-  make DESTDIR=${pkgdir} install
-}
-
-package_kdebindings-kross-java() {
-  pkgdesc=Java language interpreters to enable in-process scripting with 
Kross
-  depends=('kdelibs' 'java-environment')
-
-  cd ${srcdir}/build/java
-  make DESTDIR=${pkgdir} install
-}
-
-package_kdebindings-kross-ruby() {
-  pkgdesc=Ruby language interpreters to enable in-process scripting with 
Kross
-  depends=('kdelibs' 'ruby')
-
-  cd ${srcdir}/build/ruby
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-kross/repos/kde-unstable-i686/PKGBUILD (from rev 164430, 
kdebindings-kross/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:17:34 UTC (rev 164431)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgbase=kdebindings-kross
+pkgname=('kdebindings-kross-python'
+# 'kdebindings-kross-ruby'
+ 'kdebindings-kross-java')
+pkgver=4.9.0
+pkgrel=1
+url=https://projects.kde.org/projects/kde/kdebindings/kross-interpreters;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'java-environment')
+source=(http://download.kde.org/stable/${pkgver}/src/kross-interpreters-${pkgver}.tar.xz;)
+sha1sums=('fb6bb9e50d9ec03a86f29f44e9433c521d29761c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kross-interpreters-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_ruby=OFF \
+-DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package_kdebindings-kross-python() {
+  pkgdesc=Python2 language interpreters to enable in-process scripting with 
Kross
+  depends=('kdelibs' 'python2')
+
+  cd ${srcdir}/build/python
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebindings-kross-java() {
+  pkgdesc=Java language interpreters to enable in-process scripting with 
Kross
+  depends=('kdelibs' 'java-environment')
+
+  cd ${srcdir}/build/java
+  make DESTDIR=${pkgdir} install
+}
+
+package_kdebindings-kross-ruby() {
+  pkgdesc=Ruby language interpreters to enable in-process scripting with 
Kross
+  depends=('kdelibs' 'ruby')
+
+  cd ${srcdir}/build/ruby
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:17:00 UTC (rev 164430)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:17:34 UTC (rev 164431)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=kdebindings-kross
-pkgname=('kdebindings-kross-python'
-# 'kdebindings-kross-ruby'
- 'kdebindings-kross-java')
-pkgver=4.8.97
-pkgrel=1

[arch-commits] Commit in kdebindings-perlkde (5 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:18:08
  Author: andrea
Revision: 164432

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

Added:
  kdebindings-perlkde/repos/kde-unstable-i686/PKGBUILD
(from rev 164431, kdebindings-perlkde/trunk/PKGBUILD)
  kdebindings-perlkde/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164431, kdebindings-perlkde/trunk/PKGBUILD)
Deleted:
  kdebindings-perlkde/kde-unstable/
  kdebindings-perlkde/repos/kde-unstable-i686/PKGBUILD
  kdebindings-perlkde/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:17:34 UTC (rev 164431)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:18:08 UTC (rev 164432)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-perlkde
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Perl bindings for the KDE libraries
-url=https://projects.kde.org/projects/kde/kdebindings/perl/perlkde;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-perlqt' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
-'kdegraphics-okular' 'kdesdk-kate')
-source=(http://download.kde.org/unstable/${pkgver}/src/perlkde-${pkgver}.tar.xz;)
-sha1sums=('e0577df7a98bb4c7e7c3be3cb124ff1553a76f85')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../perlkde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-perlkde/repos/kde-unstable-i686/PKGBUILD (from rev 164431, 
kdebindings-perlkde/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:18:08 UTC (rev 164432)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlkde
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Perl bindings for the KDE libraries
+url=https://projects.kde.org/projects/kde/kdebindings/perl/perlkde;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-perlqt' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
+'kdegraphics-okular' 'kdesdk-kate')
+source=(http://download.kde.org/stable/${pkgver}/src/perlkde-${pkgver}.tar.xz;)
+sha1sums=('cc716e7b285efc8c90a086d8881a7e9ff0d49263')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../perlkde-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:17:34 UTC (rev 164431)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:18:08 UTC (rev 164432)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-perlkde
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Perl bindings for the KDE libraries
-url=https://projects.kde.org/projects/kde/kdebindings/perl/perlkde;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-perlqt' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
-'kdegraphics-okular' 'kdesdk-kate')
-source=(http://download.kde.org/unstable/${pkgver}/src/perlkde-${pkgver}.tar.xz;)
-sha1sums=('e0577df7a98bb4c7e7c3be3cb124ff1553a76f85')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../perlkde-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-perlkde/repos/kde-unstable-x86_64/PKGBUILD (from rev 
164431, kdebindings-perlkde/trunk/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:18:08 UTC (rev 164432)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-perlkde
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Perl bindings for the KDE libraries
+url=https://projects.kde.org/projects/kde/kdebindings/perl/perlkde;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-perlqt' 'kdebindings-smokekde')

[arch-commits] Commit in kdeedu-blinken (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:18:40
  Author: andrea
Revision: 164433

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

Added:
  kdeedu-blinken/repos/kde-unstable-i686/PKGBUILD
(from rev 164432, kdeedu-blinken/trunk/PKGBUILD)
  kdeedu-blinken/repos/kde-unstable-i686/kdeedu-blinken.install
(from rev 164432, kdeedu-blinken/trunk/kdeedu-blinken.install)
  kdeedu-blinken/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164432, kdeedu-blinken/trunk/PKGBUILD)
  kdeedu-blinken/repos/kde-unstable-x86_64/kdeedu-blinken.install
(from rev 164432, kdeedu-blinken/trunk/kdeedu-blinken.install)
Deleted:
  kdeedu-blinken/kde-unstable/
  kdeedu-blinken/repos/kde-unstable-i686/PKGBUILD
  kdeedu-blinken/repos/kde-unstable-i686/kdeedu-blinken.install
  kdeedu-blinken/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-blinken/repos/kde-unstable-x86_64/kdeedu-blinken.install

+
 kde-unstable-i686/PKGBUILD |   62 +--
 kde-unstable-i686/kdeedu-blinken.install   |   22 -
 kde-unstable-x86_64/PKGBUILD   |   62 +--
 kde-unstable-x86_64/kdeedu-blinken.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:18:08 UTC (rev 164432)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:18:40 UTC (rev 164433)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-blinken
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Memory Enhancement Game
-url=http://kde.org/applications/education/blinken/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/blinken-${pkgver}.tar.xz;)
-sha1sums=('e7af7ad460cf160590c0401b865c49042bfd1bf8')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../blinken-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-blinken/repos/kde-unstable-i686/PKGBUILD (from rev 164432, 
kdeedu-blinken/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:18:40 UTC (rev 164433)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-blinken
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Memory Enhancement Game
+url=http://kde.org/applications/education/blinken/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/blinken-${pkgver}.tar.xz;)
+sha1sums=('5debedb870be8d4f2ee7a129c104c193864e907e')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../blinken-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-blinken.install
===
--- repos/kde-unstable-i686/kdeedu-blinken.install  2012-08-01 05:18:08 UTC 
(rev 164432)
+++ repos/kde-unstable-i686/kdeedu-blinken.install  2012-08-01 05:18:40 UTC 
(rev 164433)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-blinken/repos/kde-unstable-i686/kdeedu-blinken.install (from rev 
164432, kdeedu-blinken/trunk/kdeedu-blinken.install)
===
--- repos/kde-unstable-i686/kdeedu-blinken.install  
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-blinken.install  2012-08-01 05:18:40 UTC 
(rev 164433)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:18:08 UTC (rev 164432)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:18:40 UTC (rev 164433)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-blinken
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Memory Enhancement Game
-url=http://kde.org/applications/education/blinken/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 

[arch-commits] Commit in kdeedu-cantor (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:19:13
  Author: andrea
Revision: 164434

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

Added:
  kdeedu-cantor/repos/kde-unstable-i686/PKGBUILD
(from rev 164433, kdeedu-cantor/trunk/PKGBUILD)
  kdeedu-cantor/repos/kde-unstable-i686/kdeedu-cantor.install
(from rev 164433, kdeedu-cantor/trunk/kdeedu-cantor.install)
  kdeedu-cantor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164433, kdeedu-cantor/trunk/PKGBUILD)
  kdeedu-cantor/repos/kde-unstable-x86_64/kdeedu-cantor.install
(from rev 164433, kdeedu-cantor/trunk/kdeedu-cantor.install)
Deleted:
  kdeedu-cantor/kde-unstable/
  kdeedu-cantor/repos/kde-unstable-i686/PKGBUILD
  kdeedu-cantor/repos/kde-unstable-i686/kdeedu-cantor.install
  kdeedu-cantor/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-cantor/repos/kde-unstable-x86_64/kdeedu-cantor.install

---+
 kde-unstable-i686/PKGBUILD|   68 ++--
 kde-unstable-i686/kdeedu-cantor.install   |   24 -
 kde-unstable-x86_64/PKGBUILD  |   68 ++--
 kde-unstable-x86_64/kdeedu-cantor.install |   24 -
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:18:40 UTC (rev 164433)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:19:13 UTC (rev 164434)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-cantor
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=KDE Frontend to Mathematical Software
-url=http://kde.org/applications/education/cantor/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'libspectre' 'kdeedu-analitza' 'libqalculate')
-makedepends=('cmake' 'automoc4' 'r')
-optdepends=('maxima: Maxima backend'
-'octave: Octave backend'
-'r: R backend')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/cantor-${pkgver}.tar.xz;)
-sha1sums=('8e5ef8d42a71c3e7f8cbeae69de707e3580cb40c')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../cantor-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-cantor/repos/kde-unstable-i686/PKGBUILD (from rev 164433, 
kdeedu-cantor/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:19:13 UTC (rev 164434)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-cantor
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=KDE Frontend to Mathematical Software
+url=http://kde.org/applications/education/cantor/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libspectre' 'kdeedu-analitza' 'libqalculate')
+makedepends=('cmake' 'automoc4' 'r')
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/cantor-${pkgver}.tar.xz;)
+sha1sums=('2d97209780542b6d2081d2c6f855c3a3751dd0e1')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../cantor-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-cantor.install
===
--- repos/kde-unstable-i686/kdeedu-cantor.install   2012-08-01 05:18:40 UTC 
(rev 164433)
+++ repos/kde-unstable-i686/kdeedu-cantor.install   2012-08-01 05:19:13 UTC 
(rev 164434)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-cantor/repos/kde-unstable-i686/kdeedu-cantor.install (from rev 
164433, kdeedu-cantor/trunk/kdeedu-cantor.install)
===
--- repos/kde-unstable-i686/kdeedu-cantor.install   
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-cantor.install   2012-08-01 05:19:13 UTC 
(rev 164434)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 

[arch-commits] Commit in kdeedu-kalgebra (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:19:46
  Author: andrea
Revision: 164435

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

Added:
  kdeedu-kalgebra/repos/kde-unstable-i686/PKGBUILD
(from rev 164434, kdeedu-kalgebra/trunk/PKGBUILD)
  kdeedu-kalgebra/repos/kde-unstable-i686/kdeedu-kalgebra.install
(from rev 164434, kdeedu-kalgebra/trunk/kdeedu-kalgebra.install)
  kdeedu-kalgebra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164434, kdeedu-kalgebra/trunk/PKGBUILD)
  kdeedu-kalgebra/repos/kde-unstable-x86_64/kdeedu-kalgebra.install
(from rev 164434, kdeedu-kalgebra/trunk/kdeedu-kalgebra.install)
Deleted:
  kdeedu-kalgebra/kde-unstable/
  kdeedu-kalgebra/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kalgebra/repos/kde-unstable-i686/kdeedu-kalgebra.install
  kdeedu-kalgebra/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kalgebra/repos/kde-unstable-x86_64/kdeedu-kalgebra.install

-+
 kde-unstable-i686/PKGBUILD  |   62 +-
 kde-unstable-i686/kdeedu-kalgebra.install   |   24 +-
 kde-unstable-x86_64/PKGBUILD|   62 +-
 kde-unstable-x86_64/kdeedu-kalgebra.install |   24 +-
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:19:13 UTC (rev 164434)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:19:46 UTC (rev 164435)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kalgebra
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Graph Calculator
-url=http://kde.org/applications/education/kalgebra/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'libkdeedu' 'kdeedu-analitza')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
-sha1sums=('af8f692dcc58992e464acf39882eb069b615f1df')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kalgebra-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-kalgebra/repos/kde-unstable-i686/PKGBUILD (from rev 164434, 
kdeedu-kalgebra/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:19:46 UTC (rev 164435)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalgebra
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Graph Calculator
+url=http://kde.org/applications/education/kalgebra/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu' 'kdeedu-analitza')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kalgebra-${pkgver}.tar.xz;)
+sha1sums=('38a49f91dc4391868053efd1735582e86c879d01')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kalgebra-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-kalgebra.install
===
--- repos/kde-unstable-i686/kdeedu-kalgebra.install 2012-08-01 05:19:13 UTC 
(rev 164434)
+++ repos/kde-unstable-i686/kdeedu-kalgebra.install 2012-08-01 05:19:46 UTC 
(rev 164435)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kalgebra/repos/kde-unstable-i686/kdeedu-kalgebra.install (from 
rev 164434, kdeedu-kalgebra/trunk/kdeedu-kalgebra.install)
===
--- repos/kde-unstable-i686/kdeedu-kalgebra.install 
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-kalgebra.install 2012-08-01 05:19:46 UTC 
(rev 164435)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:19:13 UTC (rev 164434)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:19:46 UTC (rev 164435)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kalgebra

[arch-commits] Commit in kdeedu-kalzium (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:20:21
  Author: andrea
Revision: 164436

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

Added:
  kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD
(from rev 164435, kdeedu-kalzium/trunk/PKGBUILD)
  kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install
(from rev 164435, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
  kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164435, kdeedu-kalzium/trunk/PKGBUILD)
  kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install
(from rev 164435, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
Deleted:
  kdeedu-kalzium/kde-unstable/
  kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install
  kdeedu-kalzium/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kalzium/repos/kde-unstable-x86_64/kdeedu-kalzium.install

+
 kde-unstable-i686/PKGBUILD |   62 +--
 kde-unstable-i686/kdeedu-kalzium.install   |   22 -
 kde-unstable-x86_64/PKGBUILD   |   62 +--
 kde-unstable-x86_64/kdeedu-kalzium.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:19:46 UTC (rev 164435)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:20:21 UTC (rev 164436)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kalzium
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Periodic Table of Elements
-url=http://kde.org/applications/education/kalzium/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
-sha1sums=('c8e8989eb4bbf943d1183a55a45df074d5b68f17')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kalzium-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-kalzium/repos/kde-unstable-i686/PKGBUILD (from rev 164435, 
kdeedu-kalzium/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:20:21 UTC (rev 164436)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kalzium
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Periodic Table of Elements
+url=http://kde.org/applications/education/kalzium/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdelibs' 'avogadro' 'ocaml' 'facile')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz;)
+sha1sums=('da8c782a9e758a860a76204435aaeab15f5edd64')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kalzium-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-kalzium.install
===
--- repos/kde-unstable-i686/kdeedu-kalzium.install  2012-08-01 05:19:46 UTC 
(rev 164435)
+++ repos/kde-unstable-i686/kdeedu-kalzium.install  2012-08-01 05:20:21 UTC 
(rev 164436)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kalzium/repos/kde-unstable-i686/kdeedu-kalzium.install (from rev 
164435, kdeedu-kalzium/trunk/kdeedu-kalzium.install)
===
--- repos/kde-unstable-i686/kdeedu-kalzium.install  
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-kalzium.install  2012-08-01 05:20:21 UTC 
(rev 164436)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:19:46 UTC (rev 164435)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:20:21 UTC (rev 164436)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kalzium
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Periodic Table of Elements
-url=http://kde.org/applications/education/kalzium/;

[arch-commits] Commit in kdeedu-kanagram (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:21:02
  Author: andrea
Revision: 164437

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

Added:
  kdeedu-kanagram/repos/kde-unstable-i686/PKGBUILD
(from rev 164436, kdeedu-kanagram/trunk/PKGBUILD)
  kdeedu-kanagram/repos/kde-unstable-i686/kdeedu-kanagram.install
(from rev 164436, kdeedu-kanagram/trunk/kdeedu-kanagram.install)
  kdeedu-kanagram/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164436, kdeedu-kanagram/trunk/PKGBUILD)
  kdeedu-kanagram/repos/kde-unstable-x86_64/kdeedu-kanagram.install
(from rev 164436, kdeedu-kanagram/trunk/kdeedu-kanagram.install)
Deleted:
  kdeedu-kanagram/kde-unstable/
  kdeedu-kanagram/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kanagram/repos/kde-unstable-i686/kdeedu-kanagram.install
  kdeedu-kanagram/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kanagram/repos/kde-unstable-x86_64/kdeedu-kanagram.install

-+
 kde-unstable-i686/PKGBUILD  |   62 +-
 kde-unstable-i686/kdeedu-kanagram.install   |   22 -
 kde-unstable-x86_64/PKGBUILD|   62 +-
 kde-unstable-x86_64/kdeedu-kanagram.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:20:21 UTC (rev 164436)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:21:02 UTC (rev 164437)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kanagram
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Letter Order Game
-url=http://kde.org/applications/education/kanagram/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'libkdeedu')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kanagram-${pkgver}.tar.xz;)
-sha1sums=('4ae7de38749d23cb8aebbd351d0205ecd0315045')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kanagram-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-kanagram/repos/kde-unstable-i686/PKGBUILD (from rev 164436, 
kdeedu-kanagram/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:21:02 UTC (rev 164437)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kanagram
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Letter Order Game
+url=http://kde.org/applications/education/kanagram/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kanagram-${pkgver}.tar.xz;)
+sha1sums=('b7dba4d67a119039bf7eea1abfbcca079ff9c04c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kanagram-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-kanagram.install
===
--- repos/kde-unstable-i686/kdeedu-kanagram.install 2012-08-01 05:20:21 UTC 
(rev 164436)
+++ repos/kde-unstable-i686/kdeedu-kanagram.install 2012-08-01 05:21:02 UTC 
(rev 164437)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kanagram/repos/kde-unstable-i686/kdeedu-kanagram.install (from 
rev 164436, kdeedu-kanagram/trunk/kdeedu-kanagram.install)
===
--- repos/kde-unstable-i686/kdeedu-kanagram.install 
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-kanagram.install 2012-08-01 05:21:02 UTC 
(rev 164437)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:20:21 UTC (rev 164436)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:21:02 UTC (rev 164437)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kanagram
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Letter Order Game
-url=http://kde.org/applications/education/kanagram/;

[arch-commits] Commit in kdeedu-kbruch (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:21:35
  Author: andrea
Revision: 164438

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

Added:
  kdeedu-kbruch/repos/kde-unstable-i686/PKGBUILD
(from rev 164437, kdeedu-kbruch/trunk/PKGBUILD)
  kdeedu-kbruch/repos/kde-unstable-i686/kdeedu-kbruch.install
(from rev 164437, kdeedu-kbruch/trunk/kdeedu-kbruch.install)
  kdeedu-kbruch/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164437, kdeedu-kbruch/trunk/PKGBUILD)
  kdeedu-kbruch/repos/kde-unstable-x86_64/kdeedu-kbruch.install
(from rev 164437, kdeedu-kbruch/trunk/kdeedu-kbruch.install)
Deleted:
  kdeedu-kbruch/kde-unstable/
  kdeedu-kbruch/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kbruch/repos/kde-unstable-i686/kdeedu-kbruch.install
  kdeedu-kbruch/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kbruch/repos/kde-unstable-x86_64/kdeedu-kbruch.install

---+
 kde-unstable-i686/PKGBUILD|   62 ++--
 kde-unstable-i686/kdeedu-kbruch.install   |   22 -
 kde-unstable-x86_64/PKGBUILD  |   62 ++--
 kde-unstable-x86_64/kdeedu-kbruch.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:21:02 UTC (rev 164437)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:21:35 UTC (rev 164438)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kbruch
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Exercise Fractions
-url=http://kde.org/applications/education/kbruch/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kbruch-${pkgver}.tar.xz;)
-sha1sums=('4970be77ae5a9d059f5bf6aa94dbc120cf2312a5')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kbruch-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-kbruch/repos/kde-unstable-i686/PKGBUILD (from rev 164437, 
kdeedu-kbruch/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:21:35 UTC (rev 164438)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kbruch
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Exercise Fractions
+url=http://kde.org/applications/education/kbruch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kbruch-${pkgver}.tar.xz;)
+sha1sums=('177d4410ab596baf80c046caf1207b65a82944c8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kbruch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-kbruch.install
===
--- repos/kde-unstable-i686/kdeedu-kbruch.install   2012-08-01 05:21:02 UTC 
(rev 164437)
+++ repos/kde-unstable-i686/kdeedu-kbruch.install   2012-08-01 05:21:35 UTC 
(rev 164438)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kbruch/repos/kde-unstable-i686/kdeedu-kbruch.install (from rev 
164437, kdeedu-kbruch/trunk/kdeedu-kbruch.install)
===
--- repos/kde-unstable-i686/kdeedu-kbruch.install   
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-kbruch.install   2012-08-01 05:21:35 UTC 
(rev 164438)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:21:02 UTC (rev 164437)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:21:35 UTC (rev 164438)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kbruch
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Exercise Fractions
-url=http://kde.org/applications/education/kbruch/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')

[arch-commits] Commit in kdeedu-kgeography (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:22:08
  Author: andrea
Revision: 164439

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

Added:
  kdeedu-kgeography/repos/kde-unstable-i686/PKGBUILD
(from rev 164438, kdeedu-kgeography/trunk/PKGBUILD)
  kdeedu-kgeography/repos/kde-unstable-i686/kdeedu-kgeography.install
(from rev 164438, kdeedu-kgeography/trunk/kdeedu-kgeography.install)
  kdeedu-kgeography/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164438, kdeedu-kgeography/trunk/PKGBUILD)
  kdeedu-kgeography/repos/kde-unstable-x86_64/kdeedu-kgeography.install
(from rev 164438, kdeedu-kgeography/trunk/kdeedu-kgeography.install)
Deleted:
  kdeedu-kgeography/kde-unstable/
  kdeedu-kgeography/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kgeography/repos/kde-unstable-i686/kdeedu-kgeography.install
  kdeedu-kgeography/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kgeography/repos/kde-unstable-x86_64/kdeedu-kgeography.install

---+
 kde-unstable-i686/PKGBUILD|   62 
 kde-unstable-i686/kdeedu-kgeography.install   |   22 
 kde-unstable-x86_64/PKGBUILD  |   62 
 kde-unstable-x86_64/kdeedu-kgeography.install |   22 
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:21:35 UTC (rev 164438)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:22:08 UTC (rev 164439)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kgeography
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Geography Trainer
-url=http://kde.org/applications/education/kgeography/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kgeography-${pkgver}.tar.xz;)
-sha1sums=('77042de18753c2663de65e224337a91591a4b98e')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kgeography-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-kgeography/repos/kde-unstable-i686/PKGBUILD (from rev 164438, 
kdeedu-kgeography/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:22:08 UTC (rev 164439)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kgeography
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Geography Trainer
+url=http://kde.org/applications/education/kgeography/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kgeography-${pkgver}.tar.xz;)
+sha1sums=('5cedfb17606878dbc8900a11f846f6baa558bb66')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kgeography-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-kgeography.install
===
--- repos/kde-unstable-i686/kdeedu-kgeography.install   2012-08-01 05:21:35 UTC 
(rev 164438)
+++ repos/kde-unstable-i686/kdeedu-kgeography.install   2012-08-01 05:22:08 UTC 
(rev 164439)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kgeography/repos/kde-unstable-i686/kdeedu-kgeography.install 
(from rev 164438, kdeedu-kgeography/trunk/kdeedu-kgeography.install)
===
--- repos/kde-unstable-i686/kdeedu-kgeography.install   
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-kgeography.install   2012-08-01 05:22:08 UTC 
(rev 164439)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:21:35 UTC (rev 164438)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:22:08 UTC (rev 164439)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kgeography
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Geography Trainer

[arch-commits] Commit in kdeedu-khangman (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:22:55
  Author: andrea
Revision: 164440

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

Added:
  kdeedu-khangman/repos/kde-unstable-i686/PKGBUILD
(from rev 164439, kdeedu-khangman/trunk/PKGBUILD)
  kdeedu-khangman/repos/kde-unstable-i686/kdeedu-khangman.install
(from rev 164439, kdeedu-khangman/trunk/kdeedu-khangman.install)
  kdeedu-khangman/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164439, kdeedu-khangman/trunk/PKGBUILD)
  kdeedu-khangman/repos/kde-unstable-x86_64/kdeedu-khangman.install
(from rev 164439, kdeedu-khangman/trunk/kdeedu-khangman.install)
Deleted:
  kdeedu-khangman/kde-unstable/
  kdeedu-khangman/repos/kde-unstable-i686/PKGBUILD
  kdeedu-khangman/repos/kde-unstable-i686/kdeedu-khangman.install
  kdeedu-khangman/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-khangman/repos/kde-unstable-x86_64/kdeedu-khangman.install

-+
 kde-unstable-i686/PKGBUILD  |   62 +-
 kde-unstable-i686/kdeedu-khangman.install   |   22 -
 kde-unstable-x86_64/PKGBUILD|   62 +-
 kde-unstable-x86_64/kdeedu-khangman.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:22:08 UTC (rev 164439)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:22:55 UTC (rev 164440)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-khangman
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Hangman Game
-url=http://kde.org/applications/education/khangman/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'libkdeedu')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/khangman-${pkgver}.tar.xz;)
-sha1sums=('e242517e4f57e24086161cb1d4428b9852cbe8d6')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../khangman-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-khangman/repos/kde-unstable-i686/PKGBUILD (from rev 164439, 
kdeedu-khangman/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:22:55 UTC (rev 164440)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-khangman
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Hangman Game
+url=http://kde.org/applications/education/khangman/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/khangman-${pkgver}.tar.xz;)
+sha1sums=('a8a5f3250bcb73def0ddd670f27b30f2a4621b19')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../khangman-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-khangman.install
===
--- repos/kde-unstable-i686/kdeedu-khangman.install 2012-08-01 05:22:08 UTC 
(rev 164439)
+++ repos/kde-unstable-i686/kdeedu-khangman.install 2012-08-01 05:22:55 UTC 
(rev 164440)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-khangman/repos/kde-unstable-i686/kdeedu-khangman.install (from 
rev 164439, kdeedu-khangman/trunk/kdeedu-khangman.install)
===
--- repos/kde-unstable-i686/kdeedu-khangman.install 
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-khangman.install 2012-08-01 05:22:55 UTC 
(rev 164440)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:22:08 UTC (rev 164439)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:22:55 UTC (rev 164440)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-khangman
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Hangman Game
-url=http://kde.org/applications/education/khangman/;
-arch=('i686' 

[arch-commits] Commit in kdeedu-kig (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:23:29
  Author: andrea
Revision: 164441

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

Added:
  kdeedu-kig/repos/kde-unstable-i686/PKGBUILD
(from rev 164440, kdeedu-kig/trunk/PKGBUILD)
  kdeedu-kig/repos/kde-unstable-i686/kdeedu-kig.install
(from rev 164440, kdeedu-kig/trunk/kdeedu-kig.install)
  kdeedu-kig/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164440, kdeedu-kig/trunk/PKGBUILD)
  kdeedu-kig/repos/kde-unstable-x86_64/kdeedu-kig.install
(from rev 164440, kdeedu-kig/trunk/kdeedu-kig.install)
Deleted:
  kdeedu-kig/kde-unstable/
  kdeedu-kig/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kig/repos/kde-unstable-i686/kdeedu-kig.install
  kdeedu-kig/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kig/repos/kde-unstable-x86_64/kdeedu-kig.install

+
 kde-unstable-i686/PKGBUILD |   68 +++
 kde-unstable-i686/kdeedu-kig.install   |   24 +-
 kde-unstable-x86_64/PKGBUILD   |   68 +++
 kde-unstable-x86_64/kdeedu-kig.install |   24 +-
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:22:55 UTC (rev 164440)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:23:29 UTC (rev 164441)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kig
-pkgver=4.8.97
-pkgrel=2
-pkgdesc=Interactive Geometry
-url=http://kde.org/applications/education/kig/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kig-${pkgver}.tar.xz;)
-sha1sums=('c365608497df374d7ea0f31271cead02ffe2de89')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kig-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-
-  # Use the python2 executable
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/bin/pykig.py
-}

Copied: kdeedu-kig/repos/kde-unstable-i686/PKGBUILD (from rev 164440, 
kdeedu-kig/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:23:29 UTC (rev 164441)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kig
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Interactive Geometry
+url=http://kde.org/applications/education/kig/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kig-${pkgver}.tar.xz;)
+sha1sums=('170616856665f4a0ca8413f6bb9185ca54ee98d4')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kig-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+
+  # Use the python2 executable
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
${pkgdir}/usr/bin/pykig.py
+}

Deleted: repos/kde-unstable-i686/kdeedu-kig.install
===
--- repos/kde-unstable-i686/kdeedu-kig.install  2012-08-01 05:22:55 UTC (rev 
164440)
+++ repos/kde-unstable-i686/kdeedu-kig.install  2012-08-01 05:23:29 UTC (rev 
164441)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kig/repos/kde-unstable-i686/kdeedu-kig.install (from rev 164440, 
kdeedu-kig/trunk/kdeedu-kig.install)
===
--- repos/kde-unstable-i686/kdeedu-kig.install  (rev 0)
+++ repos/kde-unstable-i686/kdeedu-kig.install  2012-08-01 05:23:29 UTC (rev 
164441)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:22:55 UTC (rev 164440)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:23:29 UTC (rev 164441)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kig
-pkgver=4.8.97
-pkgrel=2

[arch-commits] Commit in kdeedu-kiten (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:24:04
  Author: andrea
Revision: 164442

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

Added:
  kdeedu-kiten/repos/kde-unstable-i686/PKGBUILD
(from rev 164441, kdeedu-kiten/trunk/PKGBUILD)
  kdeedu-kiten/repos/kde-unstable-i686/kdeedu-kiten.install
(from rev 164441, kdeedu-kiten/trunk/kdeedu-kiten.install)
  kdeedu-kiten/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164441, kdeedu-kiten/trunk/PKGBUILD)
  kdeedu-kiten/repos/kde-unstable-x86_64/kdeedu-kiten.install
(from rev 164441, kdeedu-kiten/trunk/kdeedu-kiten.install)
Deleted:
  kdeedu-kiten/kde-unstable/
  kdeedu-kiten/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kiten/repos/kde-unstable-i686/kdeedu-kiten.install
  kdeedu-kiten/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kiten/repos/kde-unstable-x86_64/kdeedu-kiten.install

--+
 kde-unstable-i686/PKGBUILD   |   62 ++---
 kde-unstable-i686/kdeedu-kiten.install   |   22 +-
 kde-unstable-x86_64/PKGBUILD |   62 ++---
 kde-unstable-x86_64/kdeedu-kiten.install |   22 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:23:29 UTC (rev 164441)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:24:04 UTC (rev 164442)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kiten
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Japanese Reference/Study Tool
-url=http://kde.org/applications/education/kiten/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kiten-${pkgver}.tar.xz;)
-sha1sums=('2b7061fd8f8c88acb6c0a9e05a514083165418e1')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kiten-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-kiten/repos/kde-unstable-i686/PKGBUILD (from rev 164441, 
kdeedu-kiten/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:24:04 UTC (rev 164442)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kiten
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Japanese Reference/Study Tool
+url=http://kde.org/applications/education/kiten/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kiten-${pkgver}.tar.xz;)
+sha1sums=('60729b6df981d6102266eb159359827a58d34c7f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kiten-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-kiten.install
===
--- repos/kde-unstable-i686/kdeedu-kiten.install2012-08-01 05:23:29 UTC 
(rev 164441)
+++ repos/kde-unstable-i686/kdeedu-kiten.install2012-08-01 05:24:04 UTC 
(rev 164442)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kiten/repos/kde-unstable-i686/kdeedu-kiten.install (from rev 
164441, kdeedu-kiten/trunk/kdeedu-kiten.install)
===
--- repos/kde-unstable-i686/kdeedu-kiten.install
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-kiten.install2012-08-01 05:24:04 UTC 
(rev 164442)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:23:29 UTC (rev 164441)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:24:04 UTC (rev 164442)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kiten
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Japanese Reference/Study Tool
-url=http://kde.org/applications/education/kiten/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')

[arch-commits] Commit in kdeedu-klettres (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:25:10
  Author: andrea
Revision: 164443

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

Added:
  kdeedu-klettres/repos/kde-unstable-i686/PKGBUILD
(from rev 164442, kdeedu-klettres/trunk/PKGBUILD)
  kdeedu-klettres/repos/kde-unstable-i686/kdeedu-klettres.install
(from rev 164442, kdeedu-klettres/trunk/kdeedu-klettres.install)
  kdeedu-klettres/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164442, kdeedu-klettres/trunk/PKGBUILD)
  kdeedu-klettres/repos/kde-unstable-x86_64/kdeedu-klettres.install
(from rev 164442, kdeedu-klettres/trunk/kdeedu-klettres.install)
Deleted:
  kdeedu-klettres/kde-unstable/
  kdeedu-klettres/repos/kde-unstable-i686/PKGBUILD
  kdeedu-klettres/repos/kde-unstable-i686/kdeedu-klettres.install
  kdeedu-klettres/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-klettres/repos/kde-unstable-x86_64/kdeedu-klettres.install

-+
 kde-unstable-i686/PKGBUILD  |   62 +-
 kde-unstable-i686/kdeedu-klettres.install   |   22 -
 kde-unstable-x86_64/PKGBUILD|   62 +-
 kde-unstable-x86_64/kdeedu-klettres.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:24:04 UTC (rev 164442)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:25:10 UTC (rev 164443)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-klettres
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Learn The Alphabet
-url=http://kde.org/applications/education/klettres/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/klettres-${pkgver}.tar.xz;)
-sha1sums=('d2af187dde78d992e55d0bc9bab31e9fee9bc300')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../klettres-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-klettres/repos/kde-unstable-i686/PKGBUILD (from rev 164442, 
kdeedu-klettres/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:25:10 UTC (rev 164443)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-klettres
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Learn The Alphabet
+url=http://kde.org/applications/education/klettres/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/klettres-${pkgver}.tar.xz;)
+sha1sums=('fef07c9bd7f0f0a7ffe96274e8d09fcddd06e691')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../klettres-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-klettres.install
===
--- repos/kde-unstable-i686/kdeedu-klettres.install 2012-08-01 05:24:04 UTC 
(rev 164442)
+++ repos/kde-unstable-i686/kdeedu-klettres.install 2012-08-01 05:25:10 UTC 
(rev 164443)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-klettres/repos/kde-unstable-i686/kdeedu-klettres.install (from 
rev 164442, kdeedu-klettres/trunk/kdeedu-klettres.install)
===
--- repos/kde-unstable-i686/kdeedu-klettres.install 
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-klettres.install 2012-08-01 05:25:10 UTC 
(rev 164443)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:24:04 UTC (rev 164442)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:25:10 UTC (rev 164443)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-klettres
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Learn The Alphabet
-url=http://kde.org/applications/education/klettres/;
-arch=('i686' 'x86_64')

[arch-commits] Commit in kdeedu-kmplot (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:25:47
  Author: andrea
Revision: 16

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

Added:
  kdeedu-kmplot/repos/kde-unstable-i686/PKGBUILD
(from rev 164443, kdeedu-kmplot/trunk/PKGBUILD)
  kdeedu-kmplot/repos/kde-unstable-i686/kdeedu-kmplot.install
(from rev 164443, kdeedu-kmplot/trunk/kdeedu-kmplot.install)
  kdeedu-kmplot/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164443, kdeedu-kmplot/trunk/PKGBUILD)
  kdeedu-kmplot/repos/kde-unstable-x86_64/kdeedu-kmplot.install
(from rev 164443, kdeedu-kmplot/trunk/kdeedu-kmplot.install)
Deleted:
  kdeedu-kmplot/kde-unstable/
  kdeedu-kmplot/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kmplot/repos/kde-unstable-i686/kdeedu-kmplot.install
  kdeedu-kmplot/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kmplot/repos/kde-unstable-x86_64/kdeedu-kmplot.install

---+
 kde-unstable-i686/PKGBUILD|   62 ++--
 kde-unstable-i686/kdeedu-kmplot.install   |   24 +-
 kde-unstable-x86_64/PKGBUILD  |   62 ++--
 kde-unstable-x86_64/kdeedu-kmplot.install |   24 +-
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:25:10 UTC (rev 164443)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:25:47 UTC (rev 16)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kmplot
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Mathematical Function Plotter
-url=http://kde.org/applications/education/kmplot/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
-sha1sums=('a13fcad49de1fb6583d86aa4d17d2330112f0c22')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kmplot-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-kmplot/repos/kde-unstable-i686/PKGBUILD (from rev 164443, 
kdeedu-kmplot/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:25:47 UTC (rev 16)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kmplot
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Mathematical Function Plotter
+url=http://kde.org/applications/education/kmplot/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kmplot-${pkgver}.tar.xz;)
+sha1sums=('fcae6ed767ea6effac98cda2f3be79c41a538ce8')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kmplot-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-kmplot.install
===
--- repos/kde-unstable-i686/kdeedu-kmplot.install   2012-08-01 05:25:10 UTC 
(rev 164443)
+++ repos/kde-unstable-i686/kdeedu-kmplot.install   2012-08-01 05:25:47 UTC 
(rev 16)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kmplot/repos/kde-unstable-i686/kdeedu-kmplot.install (from rev 
164443, kdeedu-kmplot/trunk/kdeedu-kmplot.install)
===
--- repos/kde-unstable-i686/kdeedu-kmplot.install   
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-kmplot.install   2012-08-01 05:25:47 UTC 
(rev 16)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:25:10 UTC (rev 164443)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:25:47 UTC (rev 16)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kmplot
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Mathematical Function Plotter
-url=http://kde.org/applications/education/kmplot/;

[arch-commits] Commit in kdeedu-kstars (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:26:20
  Author: andrea
Revision: 164445

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

Added:
  kdeedu-kstars/repos/kde-unstable-i686/PKGBUILD
(from rev 16, kdeedu-kstars/trunk/PKGBUILD)
  kdeedu-kstars/repos/kde-unstable-i686/kdeedu-kstars.install
(from rev 16, kdeedu-kstars/trunk/kdeedu-kstars.install)
  kdeedu-kstars/repos/kde-unstable-x86_64/PKGBUILD
(from rev 16, kdeedu-kstars/trunk/PKGBUILD)
  kdeedu-kstars/repos/kde-unstable-x86_64/kdeedu-kstars.install
(from rev 16, kdeedu-kstars/trunk/kdeedu-kstars.install)
Deleted:
  kdeedu-kstars/kde-unstable/
  kdeedu-kstars/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kstars/repos/kde-unstable-i686/kdeedu-kstars.install
  kdeedu-kstars/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kstars/repos/kde-unstable-x86_64/kdeedu-kstars.install

---+
 kde-unstable-i686/PKGBUILD|   64 ++--
 kde-unstable-i686/kdeedu-kstars.install   |   22 -
 kde-unstable-x86_64/PKGBUILD  |   64 ++--
 kde-unstable-x86_64/kdeedu-kstars.install |   22 -
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:25:47 UTC (rev 16)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:26:20 UTC (rev 164445)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kstars
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Desktop Planetarium
-url=http://kde.org/applications/education/kstars/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'libindi')
-makedepends=('cmake' 'automoc4' 'eigen')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
-sha1sums=('faf9b9701dadb2cd2458757c5f03861752eaadb5')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kstars-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Xplanet=OFF
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-kstars/repos/kde-unstable-i686/PKGBUILD (from rev 16, 
kdeedu-kstars/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:26:20 UTC (rev 164445)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kstars
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Desktop Planetarium
+url=http://kde.org/applications/education/kstars/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libindi')
+makedepends=('cmake' 'automoc4' 'eigen')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kstars-${pkgver}.tar.xz;)
+sha1sums=('ecb774bc2b946afd2fd3c4db48ae7109239272a0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kstars-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Xplanet=OFF
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-kstars.install
===
--- repos/kde-unstable-i686/kdeedu-kstars.install   2012-08-01 05:25:47 UTC 
(rev 16)
+++ repos/kde-unstable-i686/kdeedu-kstars.install   2012-08-01 05:26:20 UTC 
(rev 164445)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kstars/repos/kde-unstable-i686/kdeedu-kstars.install (from rev 
16, kdeedu-kstars/trunk/kdeedu-kstars.install)
===
--- repos/kde-unstable-i686/kdeedu-kstars.install   
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-kstars.install   2012-08-01 05:26:20 UTC 
(rev 164445)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:25:47 UTC (rev 16)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:26:20 UTC (rev 164445)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kstars
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Desktop Planetarium
-url=http://kde.org/applications/education/kstars/;

[arch-commits] Commit in kdeedu-ktouch (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:27:22
  Author: andrea
Revision: 164446

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

Added:
  kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD
(from rev 164445, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install
(from rev 164445, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
  kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164445, kdeedu-ktouch/trunk/PKGBUILD)
  kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install
(from rev 164445, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
Deleted:
  kdeedu-ktouch/kde-unstable/
  kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD
  kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install
  kdeedu-ktouch/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-ktouch/repos/kde-unstable-x86_64/kdeedu-ktouch.install

---+
 kde-unstable-i686/PKGBUILD|   62 ++--
 kde-unstable-i686/kdeedu-ktouch.install   |   22 -
 kde-unstable-x86_64/PKGBUILD  |   62 ++--
 kde-unstable-x86_64/kdeedu-ktouch.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:26:20 UTC (rev 164445)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:27:22 UTC (rev 164446)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-ktouch
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Touch Typing Tutor
-url=http://kde.org/applications/education/ktouch/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
-sha1sums=('fa545d6159f41e699b56f7a75afb980a781f169a')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../ktouch-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/PKGBUILD (from rev 164445, 
kdeedu-ktouch/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:27:22 UTC (rev 164446)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-ktouch
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Touch Typing Tutor
+url=http://kde.org/applications/education/ktouch/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/ktouch-${pkgver}.tar.xz;)
+sha1sums=('8a9d25044d9a33281bd982e32a3c6fd72f5d22fb')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../ktouch-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-ktouch.install
===
--- repos/kde-unstable-i686/kdeedu-ktouch.install   2012-08-01 05:26:20 UTC 
(rev 164445)
+++ repos/kde-unstable-i686/kdeedu-ktouch.install   2012-08-01 05:27:22 UTC 
(rev 164446)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-ktouch/repos/kde-unstable-i686/kdeedu-ktouch.install (from rev 
164445, kdeedu-ktouch/trunk/kdeedu-ktouch.install)
===
--- repos/kde-unstable-i686/kdeedu-ktouch.install   
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-ktouch.install   2012-08-01 05:27:22 UTC 
(rev 164446)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:26:20 UTC (rev 164445)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:27:22 UTC (rev 164446)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-ktouch
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Touch Typing Tutor
-url=http://kde.org/applications/education/ktouch/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')

[arch-commits] Commit in kdeedu-kturtle (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:27:57
  Author: andrea
Revision: 164447

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

Added:
  kdeedu-kturtle/repos/kde-unstable-i686/PKGBUILD
(from rev 164446, kdeedu-kturtle/trunk/PKGBUILD)
  kdeedu-kturtle/repos/kde-unstable-i686/kdeedu-kturtle.install
(from rev 164446, kdeedu-kturtle/trunk/kdeedu-kturtle.install)
  kdeedu-kturtle/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164446, kdeedu-kturtle/trunk/PKGBUILD)
  kdeedu-kturtle/repos/kde-unstable-x86_64/kdeedu-kturtle.install
(from rev 164446, kdeedu-kturtle/trunk/kdeedu-kturtle.install)
Deleted:
  kdeedu-kturtle/kde-unstable/
  kdeedu-kturtle/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kturtle/repos/kde-unstable-i686/kdeedu-kturtle.install
  kdeedu-kturtle/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kturtle/repos/kde-unstable-x86_64/kdeedu-kturtle.install

+
 kde-unstable-i686/PKGBUILD |   62 +--
 kde-unstable-i686/kdeedu-kturtle.install   |   22 -
 kde-unstable-x86_64/PKGBUILD   |   62 +--
 kde-unstable-x86_64/kdeedu-kturtle.install |   22 -
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:27:22 UTC (rev 164446)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:27:57 UTC (rev 164447)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kturtle
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Educational Programming Environment
-url=http://kde.org/applications/education/kturtle/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
-sha1sums=('59b192b9fd31568d63d6192c038530fe009f303f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kturtle-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-kturtle/repos/kde-unstable-i686/PKGBUILD (from rev 164446, 
kdeedu-kturtle/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:27:57 UTC (rev 164447)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kturtle
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Educational Programming Environment
+url=http://kde.org/applications/education/kturtle/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kturtle-${pkgver}.tar.xz;)
+sha1sums=('013d88bfd86183138eacf3129722efdfa0742064')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kturtle-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-kturtle.install
===
--- repos/kde-unstable-i686/kdeedu-kturtle.install  2012-08-01 05:27:22 UTC 
(rev 164446)
+++ repos/kde-unstable-i686/kdeedu-kturtle.install  2012-08-01 05:27:57 UTC 
(rev 164447)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kturtle/repos/kde-unstable-i686/kdeedu-kturtle.install (from rev 
164446, kdeedu-kturtle/trunk/kdeedu-kturtle.install)
===
--- repos/kde-unstable-i686/kdeedu-kturtle.install  
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-kturtle.install  2012-08-01 05:27:57 UTC 
(rev 164447)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:27:22 UTC (rev 164446)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:27:57 UTC (rev 164447)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kturtle
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Educational Programming Environment
-url=http://kde.org/applications/education/kturtle/;
-arch=('i686' 

[arch-commits] Commit in kdeedu-kwordquiz (9 files)

2012-07-31 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 01:28:28
  Author: andrea
Revision: 164448

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

Added:
  kdeedu-kwordquiz/repos/kde-unstable-i686/PKGBUILD
(from rev 164447, kdeedu-kwordquiz/trunk/PKGBUILD)
  kdeedu-kwordquiz/repos/kde-unstable-i686/kdeedu-kwordquiz.install
(from rev 164447, kdeedu-kwordquiz/trunk/kdeedu-kwordquiz.install)
  kdeedu-kwordquiz/repos/kde-unstable-x86_64/PKGBUILD
(from rev 164447, kdeedu-kwordquiz/trunk/PKGBUILD)
  kdeedu-kwordquiz/repos/kde-unstable-x86_64/kdeedu-kwordquiz.install
(from rev 164447, kdeedu-kwordquiz/trunk/kdeedu-kwordquiz.install)
Deleted:
  kdeedu-kwordquiz/kde-unstable/
  kdeedu-kwordquiz/repos/kde-unstable-i686/PKGBUILD
  kdeedu-kwordquiz/repos/kde-unstable-i686/kdeedu-kwordquiz.install
  kdeedu-kwordquiz/repos/kde-unstable-x86_64/PKGBUILD
  kdeedu-kwordquiz/repos/kde-unstable-x86_64/kdeedu-kwordquiz.install

--+
 kde-unstable-i686/PKGBUILD   |   62 -
 kde-unstable-i686/kdeedu-kwordquiz.install   |   24 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 kde-unstable-x86_64/kdeedu-kwordquiz.install |   24 -
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===
--- repos/kde-unstable-i686/PKGBUILD2012-08-01 05:27:57 UTC (rev 164447)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:28:28 UTC (rev 164448)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kwordquiz
-pkgver=4.8.97
-pkgrel=1
-pkgdesc=Flash Card Trainer
-url=http://kde.org/applications/education/kwordquiz/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'libkdeedu')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
-sha1sums=('659448fd9ad9bd22aed74e42a297e62346d94d38')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../kwordquiz-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdeedu-kwordquiz/repos/kde-unstable-i686/PKGBUILD (from rev 164447, 
kdeedu-kwordquiz/trunk/PKGBUILD)
===
--- repos/kde-unstable-i686/PKGBUILD(rev 0)
+++ repos/kde-unstable-i686/PKGBUILD2012-08-01 05:28:28 UTC (rev 164448)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdeedu-kwordquiz
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Flash Card Trainer
+url=http://kde.org/applications/education/kwordquiz/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdeedu')
+depends=('kdebase-runtime' 'libkdeedu')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/kwordquiz-${pkgver}.tar.xz;)
+sha1sums=('026fedf11d7392d30703b127325671978d03c1d7')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../kwordquiz-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: repos/kde-unstable-i686/kdeedu-kwordquiz.install
===
--- repos/kde-unstable-i686/kdeedu-kwordquiz.install2012-08-01 05:27:57 UTC 
(rev 164447)
+++ repos/kde-unstable-i686/kdeedu-kwordquiz.install2012-08-01 05:28:28 UTC 
(rev 164448)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeedu-kwordquiz/repos/kde-unstable-i686/kdeedu-kwordquiz.install (from 
rev 164447, kdeedu-kwordquiz/trunk/kdeedu-kwordquiz.install)
===
--- repos/kde-unstable-i686/kdeedu-kwordquiz.install
(rev 0)
+++ repos/kde-unstable-i686/kdeedu-kwordquiz.install2012-08-01 05:28:28 UTC 
(rev 164448)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===
--- repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:27:57 UTC (rev 164447)
+++ repos/kde-unstable-x86_64/PKGBUILD  2012-08-01 05:28:28 UTC (rev 164448)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdeedu-kwordquiz

  1   2   >