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

Eric Bélanger eric at nymeria.archlinux.org
Sat May 24 21:28:05 UTC 2014


    Date: Saturday, May 24, 2014 @ 23:28:05
  Author: eric
Revision: 213564

archrelease: copy trunk to extra-x86_64

Added:
  wxpython/repos/extra-x86_64/PKGBUILD
    (from rev 213563, wxpython/trunk/PKGBUILD)
Deleted:
  wxpython/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-24 21:26:26 UTC (rev 213563)
+++ PKGBUILD	2014-05-24 21:28:05 UTC (rev 213564)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=wxpython
-pkgver=3.0.0.0
-_editraver=0.7.20
-pkgrel=2
-pkgdesc="A wxWidgets GUI toolkit for Python"
-arch=('i686' 'x86_64')
-license=('custom:wxWindows')
-url="http://www.wxpython.org"
-depends=('wxgtk' 'python2')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
-        http://editra.org/uploads/src/Editra-${_editraver}.tar.gz)
-sha1sums=('48451763275cfe4e5bbec49ccd75bc9652cba719'
-          'f439f4aa2cb90b8348cebb1670df9cf47ba341ab')
-
-prepare() {
-  cd "${srcdir}"
-  find . -type f -exec sed -i 's/env python/env python2/' {} \;
-  sed -i 's/sys.exit(1)//' Editra-${_editraver}/setup.py
-}
-
-build() {
-  cd "${srcdir}/wxPython-src-${pkgver}"
-  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \
-    --enable-graphics_ctx --enable-mediactrl --disable-precomp-headers \
-    --with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys
-  cd wxPython
-  python2 setup.py WXPORT=gtk2 UNICODE=1 build
-}
-
-package() {
-  cd "${srcdir}/wxPython-src-${pkgver}/wxPython"
-  python2 setup.py WXPORT=gtk2 UNICODE=1 install --root="${pkgdir}"
-  install -D -m644 ../docs/licence.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  cd "${srcdir}/Editra-${_editraver}"
-  python2 setup.py install --root="${pkgdir}"
-  rm -r "${pkgdir}/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/tools/Editra"
-}

Copied: wxpython/repos/extra-x86_64/PKGBUILD (from rev 213563, wxpython/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-24 21:28:05 UTC (rev 213564)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=wxpython
+pkgver=3.0.0.0
+_editraver=0.7.20
+pkgrel=2
+pkgdesc="A wxWidgets GUI toolkit for Python"
+arch=('i686' 'x86_64')
+license=('custom:wxWindows')
+url="http://www.wxpython.org"
+depends=('wxgtk' 'python2')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/wxpython/wxPython-src-${pkgver}.tar.bz2
+        http://editra.googlecode.com/files/Editra-${_editraver}.tar.gz)
+sha1sums=('48451763275cfe4e5bbec49ccd75bc9652cba719'
+          'f439f4aa2cb90b8348cebb1670df9cf47ba341ab')
+
+prepare() {
+  cd "${srcdir}"
+  find . -type f -exec sed -i 's/env python/env python2/' {} \;
+  sed -i 's/sys.exit(1)//' Editra-${_editraver}/setup.py
+}
+
+build() {
+  cd "${srcdir}/wxPython-src-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \
+    --enable-graphics_ctx --enable-mediactrl --disable-precomp-headers \
+    --with-regex=sys --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys
+  cd wxPython
+  python2 setup.py WXPORT=gtk2 UNICODE=1 build
+}
+
+package() {
+  cd "${srcdir}/wxPython-src-${pkgver}/wxPython"
+  python2 setup.py WXPORT=gtk2 UNICODE=1 install --root="${pkgdir}"
+  install -D -m644 ../docs/licence.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  cd "${srcdir}/Editra-${_editraver}"
+  python2 setup.py install --root="${pkgdir}"
+  rm -r "${pkgdir}/usr/lib/python2.7/site-packages/wx-3.0-gtk2/wx/tools/Editra"
+}




More information about the arch-commits mailing list