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

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Jun 28 13:46:03 UTC 2013


    Date: Friday, June 28, 2013 @ 15:46:03
  Author: andrea
Revision: 189018

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

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

------------------------------+
 /PKGBUILD                    |  174 +++++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   87 --------------------
 kde-unstable-x86_64/PKGBUILD |   87 --------------------
 3 files changed, 174 insertions(+), 174 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2013-06-28 13:45:54 UTC (rev 189017)
+++ kde-unstable-i686/PKGBUILD	2013-06-28 13:46:03 UTC (rev 189018)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgbase=kdebindings-python
-pkgname=('kdebindings-python'
-         'kdebindings-python2'
-         'kdebindings-python-common')
-pkgver=4.10.80
-pkgrel=2
-url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
-             'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
-             source=("http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz")
-sha1sums=('bc86ea8658253e8e1da7e8f934587935893610b5')
-
-build() {
-  export PYTHONDONTWRITEBYTECODE="TRUE"
-
-  mkdir build
-  cd build
-  cmake ../pykde4-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DPYTHON_EXECUTABLE=/usr/bin/python3 \
-    -DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0 \
-    -DPYKDEUIC4_ALTINSTALL=TRUE
-  make
-  cd ..
-
-  mkdir build-python2
-  cd build-python2
-  cmake ../pykde4-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-    -DPYKDEUIC4_ALTINSTALL=TRUE
-  make
-}
-
-package_kdebindings-python() {
-  pkgdesc="A set of Python 3.x bindings for KDE"
-  depends=('kdepim-runtime' 'python-pyqt4' 'kdebindings-python-common')
-
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-  
-  # Provided by kdebindings-python-common
-  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
-  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
-
-  ln -s /usr/bin/pykdeuic4-3.3 "${pkgdir}"/usr/bin/pykdeuic4
-}
-
-package_kdebindings-python2() {
-  pkgdesc="A set of Python 2.x bindings for KDE"
-  depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common')
-  conflicts=('kdebindings-python<4.8.1-2')
- 
-  cd "${srcdir}"/build-python2
-  make DESTDIR="${pkgdir}" install
-
-  # Provided by kdebindings-python-common
-  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
-  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
-
-  # pykdeuic4 should point to the python3 version
-  #rm "${pkgdir}"/usr/bin/pykdeuic4
-
-  # Use the python2 executable
-  find "${pkgdir}" -name '*.py' | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|'
-}
-
-package_kdebindings-python-common() {
-  pkgdesc="Common files shared between python2 and python3 kdebindings"
-  depends=('qscintilla')
-  conflicts=('kdebindings-python<4.8.1-2')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}"/usr/{bin,lib}
-}

Copied: kdebindings-python/repos/kde-unstable-i686/PKGBUILD (from rev 189017, kdebindings-python/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-06-28 13:46:03 UTC (rev 189018)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+         'kdebindings-python2'
+         'kdebindings-python-common')
+pkgver=4.10.90
+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-pyqt4'
+             'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
+             source=("http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz")
+sha1sums=('73cb7b94ca2461fcf972b1b56fea261a3974fa16')
+
+build() {
+  export PYTHONDONTWRITEBYTECODE="TRUE"
+
+  mkdir build
+  cd build
+  cmake ../pykde4-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPYTHON_EXECUTABLE=/usr/bin/python3 \
+    -DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0 \
+    -DPYKDEUIC4_ALTINSTALL=TRUE
+  make
+  cd ..
+
+  mkdir build-python2
+  cd build-python2
+  cmake ../pykde4-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+    -DPYKDEUIC4_ALTINSTALL=TRUE
+  make
+}
+
+package_kdebindings-python() {
+  pkgdesc="A set of Python 3.x bindings for KDE"
+  depends=('kdepim-runtime' 'python-pyqt4' 'kdebindings-python-common')
+
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+  
+  # Provided by kdebindings-python-common
+  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
+  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
+
+  ln -s /usr/bin/pykdeuic4-3.3 "${pkgdir}"/usr/bin/pykdeuic4
+}
+
+package_kdebindings-python2() {
+  pkgdesc="A set of Python 2.x bindings for KDE"
+  depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common')
+  conflicts=('kdebindings-python<4.8.1-2')
+ 
+  cd "${srcdir}"/build-python2
+  make DESTDIR="${pkgdir}" install
+
+  # Provided by kdebindings-python-common
+  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
+  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
+
+  # pykdeuic4 should point to the python3 version
+  #rm "${pkgdir}"/usr/bin/pykdeuic4
+
+  # Use the python2 executable
+  find "${pkgdir}" -name '*.py' | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|'
+}
+
+package_kdebindings-python-common() {
+  pkgdesc="Common files shared between python2 and python3 kdebindings"
+  depends=('qscintilla')
+  conflicts=('kdebindings-python<4.8.1-2')
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "${pkgdir}"/usr/{bin,lib}
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2013-06-28 13:45:54 UTC (rev 189017)
+++ kde-unstable-x86_64/PKGBUILD	2013-06-28 13:46:03 UTC (rev 189018)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgbase=kdebindings-python
-pkgname=('kdebindings-python'
-         'kdebindings-python2'
-         'kdebindings-python-common')
-pkgver=4.10.80
-pkgrel=2
-url='https://projects.kde.org/projects/kde/kdebindings/pykde4'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'python2-pyqt4'
-             'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
-             source=("http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz")
-sha1sums=('bc86ea8658253e8e1da7e8f934587935893610b5')
-
-build() {
-  export PYTHONDONTWRITEBYTECODE="TRUE"
-
-  mkdir build
-  cd build
-  cmake ../pykde4-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DPYTHON_EXECUTABLE=/usr/bin/python3 \
-    -DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0 \
-    -DPYKDEUIC4_ALTINSTALL=TRUE
-  make
-  cd ..
-
-  mkdir build-python2
-  cd build-python2
-  cmake ../pykde4-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-    -DPYKDEUIC4_ALTINSTALL=TRUE
-  make
-}
-
-package_kdebindings-python() {
-  pkgdesc="A set of Python 3.x bindings for KDE"
-  depends=('kdepim-runtime' 'python-pyqt4' 'kdebindings-python-common')
-
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-  
-  # Provided by kdebindings-python-common
-  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
-  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
-
-  ln -s /usr/bin/pykdeuic4-3.3 "${pkgdir}"/usr/bin/pykdeuic4
-}
-
-package_kdebindings-python2() {
-  pkgdesc="A set of Python 2.x bindings for KDE"
-  depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common')
-  conflicts=('kdebindings-python<4.8.1-2')
- 
-  cd "${srcdir}"/build-python2
-  make DESTDIR="${pkgdir}" install
-
-  # Provided by kdebindings-python-common
-  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
-  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
-
-  # pykdeuic4 should point to the python3 version
-  #rm "${pkgdir}"/usr/bin/pykdeuic4
-
-  # Use the python2 executable
-  find "${pkgdir}" -name '*.py' | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|'
-}
-
-package_kdebindings-python-common() {
-  pkgdesc="Common files shared between python2 and python3 kdebindings"
-  depends=('qscintilla')
-  conflicts=('kdebindings-python<4.8.1-2')
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  rm -r "${pkgdir}"/usr/{bin,lib}
-}

Copied: kdebindings-python/repos/kde-unstable-x86_64/PKGBUILD (from rev 189017, kdebindings-python/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-06-28 13:46:03 UTC (rev 189018)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgbase=kdebindings-python
+pkgname=('kdebindings-python'
+         'kdebindings-python2'
+         'kdebindings-python-common')
+pkgver=4.10.90
+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-pyqt4'
+             'python-pyqt4' 'qscintilla' 'python2-sip' 'python-sip' 'mesa')
+             source=("http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.xz")
+sha1sums=('73cb7b94ca2461fcf972b1b56fea261a3974fa16')
+
+build() {
+  export PYTHONDONTWRITEBYTECODE="TRUE"
+
+  mkdir build
+  cd build
+  cmake ../pykde4-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPYTHON_EXECUTABLE=/usr/bin/python3 \
+    -DPYTHON_LIBRARY=/usr/lib/libpython3.3m.so.1.0 \
+    -DPYKDEUIC4_ALTINSTALL=TRUE
+  make
+  cd ..
+
+  mkdir build-python2
+  cd build-python2
+  cmake ../pykde4-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+    -DPYKDEUIC4_ALTINSTALL=TRUE
+  make
+}
+
+package_kdebindings-python() {
+  pkgdesc="A set of Python 3.x bindings for KDE"
+  depends=('kdepim-runtime' 'python-pyqt4' 'kdebindings-python-common')
+
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+  
+  # Provided by kdebindings-python-common
+  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
+  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
+
+  ln -s /usr/bin/pykdeuic4-3.3 "${pkgdir}"/usr/bin/pykdeuic4
+}
+
+package_kdebindings-python2() {
+  pkgdesc="A set of Python 2.x bindings for KDE"
+  depends=('kdepim-runtime' 'python2-pyqt4' 'kdebindings-python-common')
+  conflicts=('kdebindings-python<4.8.1-2')
+ 
+  cd "${srcdir}"/build-python2
+  make DESTDIR="${pkgdir}" install
+
+  # Provided by kdebindings-python-common
+  rm -r "${pkgdir}"/usr/share/apps/pykde4/examples
+  rm -r "${pkgdir}"/usr/share/sip/PyKDE4
+
+  # pykdeuic4 should point to the python3 version
+  #rm "${pkgdir}"/usr/bin/pykdeuic4
+
+  # Use the python2 executable
+  find "${pkgdir}" -name '*.py' | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|'
+}
+
+package_kdebindings-python-common() {
+  pkgdesc="Common files shared between python2 and python3 kdebindings"
+  depends=('qscintilla')
+  conflicts=('kdebindings-python<4.8.1-2')
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  rm -r "${pkgdir}"/usr/{bin,lib}
+}




More information about the arch-commits mailing list