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

Jan de Groot jgc at archlinux.org
Mon Jan 23 13:58:59 UTC 2017


    Date: Monday, January 23, 2017 @ 13:58:57
  Author: jgc
Revision: 287213

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-01-23 13:58:45 UTC (rev 287212)
+++ extra-i686/PKGBUILD	2017-01-23 13:58:57 UTC (rev 287213)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org>  
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=python-cairo
-pkgver=1.10.0
-_waf_version=1.7.15
-pkgrel=7
-pkgdesc="Python bindings for the cairo graphics library"
-arch=('i686' 'x86_64')
-url="http://www.cairographics.org/pycairo"
-license=('LGPL3')
-depends=('python' 'cairo')
-source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2
-        https://waf.io/waf-${_waf_version})
-md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5'
-         '2ba0e10baf44db334e3baa39e59688db')
-
-build() {
-  cd pycairo-${pkgver}
-
-  # use newer waf
-  cp "$srcdir/waf-$_waf_version" ./waf
-
-  # fix compatibility with newer waf
-  # http://cgit.freedesktop.org/pycairo/commit/?id=c57cd129407c904f8c2f752a59d0183df7b01a5e
-  sed -e "s/ctx.\(tool_options\|check_tool\)(/ctx.load(/" -i wscript
-  
-  # Ensure that ./waf has created the cached unpacked version
-  # of the wafadmin source tree.
-  # This will be created to a subdirectory like
-  #    .waf3-1.5.18-a7b91e2a913ce55fa6ecdf310df95752
-  python3 ./waf --version
-
-  ./waf configure --prefix=/usr
-  ./waf build
-}
-
-package() {
-  cd pycairo-${pkgver}
-  ./waf install --destdir="${pkgdir}"
-}

Copied: python-cairo/repos/extra-i686/PKGBUILD (from rev 287212, python-cairo/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-01-23 13:58:57 UTC (rev 287213)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org>  
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=python-cairo
+pkgver=1.10.0
+_waf_version=1.9.7
+pkgrel=8
+pkgdesc="Python bindings for the cairo graphics library"
+arch=('i686' 'x86_64')
+url="https://www.cairographics.org/pycairo"
+license=('LGPL3')
+depends=('python' 'cairo')
+source=(https://www.cairographics.org/releases/pycairo-${pkgver}.tar.bz2
+        https://waf.io/waf-${_waf_version})
+md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5'
+         '36161654a112bd6a721835dc005ea069')
+sha1sums=('b4283aa1cc9aafd12fd72ad371303a486da1d014'
+          'f0b47d139d837eb247320495a535ba3aa24d0e3c')
+
+prepare() {
+  cd pycairo-${pkgver}
+
+  # use newer waf
+  cp "$srcdir/waf-$_waf_version" ./waf
+
+  # fix compatibility with newer waf
+  # http://cgit.freedesktop.org/pycairo/commit/?id=c57cd129407c904f8c2f752a59d0183df7b01a5e
+  sed -e "s/ctx.\(tool_options\|check_tool\)(/ctx.load(/" \
+      -e "s/\bcompiler_cc\b/compiler_c/g" \
+      -i wscript
+}
+
+build() {
+  cd pycairo-${pkgver}
+  # Ensure that ./waf has created the cached unpacked version
+  # of the wafadmin source tree.
+  # This will be created to a subdirectory like
+  #    .waf3-1.5.18-a7b91e2a913ce55fa6ecdf310df95752
+  python3 ./waf --version
+
+  ./waf configure --prefix=/usr --libdir=/usr/lib
+  ./waf build
+}
+
+package() {
+  cd pycairo-${pkgver}
+  ./waf install --destdir="${pkgdir}"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-01-23 13:58:45 UTC (rev 287212)
+++ extra-x86_64/PKGBUILD	2017-01-23 13:58:57 UTC (rev 287213)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org>  
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=python-cairo
-pkgver=1.10.0
-_waf_version=1.7.15
-pkgrel=7
-pkgdesc="Python bindings for the cairo graphics library"
-arch=('i686' 'x86_64')
-url="http://www.cairographics.org/pycairo"
-license=('LGPL3')
-depends=('python' 'cairo')
-source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2
-        https://waf.io/waf-${_waf_version})
-md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5'
-         '2ba0e10baf44db334e3baa39e59688db')
-
-build() {
-  cd pycairo-${pkgver}
-
-  # use newer waf
-  cp "$srcdir/waf-$_waf_version" ./waf
-
-  # fix compatibility with newer waf
-  # http://cgit.freedesktop.org/pycairo/commit/?id=c57cd129407c904f8c2f752a59d0183df7b01a5e
-  sed -e "s/ctx.\(tool_options\|check_tool\)(/ctx.load(/" -i wscript
-  
-  # Ensure that ./waf has created the cached unpacked version
-  # of the wafadmin source tree.
-  # This will be created to a subdirectory like
-  #    .waf3-1.5.18-a7b91e2a913ce55fa6ecdf310df95752
-  python3 ./waf --version
-
-  ./waf configure --prefix=/usr
-  ./waf build
-}
-
-package() {
-  cd pycairo-${pkgver}
-  ./waf install --destdir="${pkgdir}"
-}

Copied: python-cairo/repos/extra-x86_64/PKGBUILD (from rev 287212, python-cairo/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-01-23 13:58:57 UTC (rev 287213)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org>  
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=python-cairo
+pkgver=1.10.0
+_waf_version=1.9.7
+pkgrel=8
+pkgdesc="Python bindings for the cairo graphics library"
+arch=('i686' 'x86_64')
+url="https://www.cairographics.org/pycairo"
+license=('LGPL3')
+depends=('python' 'cairo')
+source=(https://www.cairographics.org/releases/pycairo-${pkgver}.tar.bz2
+        https://waf.io/waf-${_waf_version})
+md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5'
+         '36161654a112bd6a721835dc005ea069')
+sha1sums=('b4283aa1cc9aafd12fd72ad371303a486da1d014'
+          'f0b47d139d837eb247320495a535ba3aa24d0e3c')
+
+prepare() {
+  cd pycairo-${pkgver}
+
+  # use newer waf
+  cp "$srcdir/waf-$_waf_version" ./waf
+
+  # fix compatibility with newer waf
+  # http://cgit.freedesktop.org/pycairo/commit/?id=c57cd129407c904f8c2f752a59d0183df7b01a5e
+  sed -e "s/ctx.\(tool_options\|check_tool\)(/ctx.load(/" \
+      -e "s/\bcompiler_cc\b/compiler_c/g" \
+      -i wscript
+}
+
+build() {
+  cd pycairo-${pkgver}
+  # Ensure that ./waf has created the cached unpacked version
+  # of the wafadmin source tree.
+  # This will be created to a subdirectory like
+  #    .waf3-1.5.18-a7b91e2a913ce55fa6ecdf310df95752
+  python3 ./waf --version
+
+  ./waf configure --prefix=/usr --libdir=/usr/lib
+  ./waf build
+}
+
+package() {
+  cd pycairo-${pkgver}
+  ./waf install --destdir="${pkgdir}"
+}



More information about the arch-commits mailing list