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

Jan de Groot jgc at archlinux.org
Wed Jan 25 22:53:52 UTC 2017


    Date: Wednesday, January 25, 2017 @ 22:53:51
  Author: jgc
Revision: 287461

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-01-25 22:53:46 UTC (rev 287460)
+++ extra-i686/PKGBUILD	2017-01-25 22:53:51 UTC (rev 287461)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Sarah Hay <sarah at archlinux.org>
-
-pkgbase=gnome-python
-pkgname=('gnome-python' 'python2-bonobo' 'python2-gconf' 'python2-libgnome' 'python2-gnomecanvas' 'python2-gnomevfs')
-pkgver=2.28.1
-pkgrel=9
-arch=(i686 x86_64)
-license=('LGPL')
-makedepends=('pygtk' 'pyorbit' 'libgnomeui')
-url="http://www.pygtk.org/"
-source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python/2.28/gnome-python-${pkgver}.tar.bz2)
-sha256sums=('759ce9344cbf89cf7f8449d945822a0c9f317a494f56787782a901e4119b96d8')
-
-build() {
-    cd "${srcdir}/gnome-python-${pkgver}"
-    PYTHON=python2 ./configure --prefix=/usr
-    make
-}
-
-package_gnome-python() {
-    pkgdesc="PyGNOME Python extension module"
-    depends=('python2-bonobo' 'python2-gconf' 'python2-libgnome' 'python2-gnomecanvas' 'python2-gnomevfs')
-
-    cd "${srcdir}/gnome-python-${pkgver}"
-    make install-pkgconfigDATA DESTDIR="${pkgdir}"
-}
-
-package_python2-bonobo(){
-    pkgdesc="Python bindings for interacting with Bonobo"
-    depends=('pygtk' 'libbonoboui' 'pyorbit' 'python2-gnomecanvas')
-
-    cd "${srcdir}/gnome-python-${pkgver}"
-    make -C bonobo install DESTDIR="${pkgdir}"
-}
-
-package_python2-gconf(){
-    pkgdesc="Python bindings for interacting with GConf"
-    depends=('pygtk' 'gconf')
-
-    cd "${srcdir}/gnome-python-${pkgver}"
-    make -C gconf install DESTDIR="${pkgdir}"
-}
-
-package_python2-libgnome() {
-    pkgdesc="Python bindings for libgnome"
-    depends=('pygtk' 'libgnomeui' 'python2-gnomevfs' 'python2-gnomecanvas' 'python2-bonobo')
-
-    cd "${srcdir}/gnome-python-${pkgver}"
-    make -C gnome install DESTDIR="${pkgdir}"
-}
-
-package_python2-gnomecanvas() {
-    pkgdesc="Python bindings for the GNOME Canvas"
-    depends=('pygtk' 'libgnomecanvas')
-
-    cd "${srcdir}/gnome-python-${pkgver}"
-    make -C gnomecanvas install DESTDIR="${pkgdir}"
-}
-
-package_python2-gnomevfs() {
-    pkgdesc="Python bindings for interacting with gnome-vfs"
-    depends=('python2' 'libbonobo' 'gnome-vfs')
-
-    cd "${srcdir}/gnome-python-${pkgver}"
-    make -C gnomevfs install DESTDIR="${pkgdir}"
-}

Copied: gnome-python/repos/extra-i686/PKGBUILD (from rev 287460, gnome-python/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-01-25 22:53:51 UTC (rev 287461)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sarah Hay <sarah at archlinux.org>
+
+pkgbase=gnome-python
+pkgname=('gnome-python' 'python2-gconf')
+pkgver=2.28.1
+pkgrel=10
+arch=(i686 x86_64)
+license=('LGPL')
+makedepends=('pygtk' 'gconf')
+url="http://www.pygtk.org/"
+source=(https://download.gnome.org/sources/gnome-python/2.28/gnome-python-${pkgver}.tar.bz2)
+sha256sums=('759ce9344cbf89cf7f8449d945822a0c9f317a494f56787782a901e4119b96d8')
+
+build() {
+    cd "${srcdir}/gnome-python-${pkgver}"
+    PYTHON=python2 ./configure --prefix=/usr --disable-gnome --disable-gnomeui --disable-gnomecanvas --disable-gnomevfs --disable-gnomevfsbonobo --disable-pyvfsmodule --disable-bonobo_activation --disable-bonobo --disable-bonoboui
+
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package_gnome-python() {
+    pkgdesc="PyGNOME Python extension module"
+    depends=('python2-gconf')
+
+    cd "${srcdir}/gnome-python-${pkgver}"
+    make install-pkgconfigDATA DESTDIR="${pkgdir}"
+}
+
+package_python2-gconf(){
+    pkgdesc="Python bindings for interacting with GConf"
+    depends=('pygtk' 'gconf')
+
+    cd "${srcdir}/gnome-python-${pkgver}"
+    make -C gconf install DESTDIR="${pkgdir}"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-01-25 22:53:46 UTC (rev 287460)
+++ extra-x86_64/PKGBUILD	2017-01-25 22:53:51 UTC (rev 287461)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Sarah Hay <sarah at archlinux.org>
-
-pkgbase=gnome-python
-pkgname=('gnome-python' 'python2-bonobo' 'python2-gconf' 'python2-libgnome' 'python2-gnomecanvas' 'python2-gnomevfs')
-pkgver=2.28.1
-pkgrel=9
-arch=(i686 x86_64)
-license=('LGPL')
-makedepends=('pygtk' 'pyorbit' 'libgnomeui')
-url="http://www.pygtk.org/"
-source=(http://ftp.gnome.org/pub/gnome/sources/gnome-python/2.28/gnome-python-${pkgver}.tar.bz2)
-sha256sums=('759ce9344cbf89cf7f8449d945822a0c9f317a494f56787782a901e4119b96d8')
-
-build() {
-    cd "${srcdir}/gnome-python-${pkgver}"
-    PYTHON=python2 ./configure --prefix=/usr
-    make
-}
-
-package_gnome-python() {
-    pkgdesc="PyGNOME Python extension module"
-    depends=('python2-bonobo' 'python2-gconf' 'python2-libgnome' 'python2-gnomecanvas' 'python2-gnomevfs')
-
-    cd "${srcdir}/gnome-python-${pkgver}"
-    make install-pkgconfigDATA DESTDIR="${pkgdir}"
-}
-
-package_python2-bonobo(){
-    pkgdesc="Python bindings for interacting with Bonobo"
-    depends=('pygtk' 'libbonoboui' 'pyorbit' 'python2-gnomecanvas')
-
-    cd "${srcdir}/gnome-python-${pkgver}"
-    make -C bonobo install DESTDIR="${pkgdir}"
-}
-
-package_python2-gconf(){
-    pkgdesc="Python bindings for interacting with GConf"
-    depends=('pygtk' 'gconf')
-
-    cd "${srcdir}/gnome-python-${pkgver}"
-    make -C gconf install DESTDIR="${pkgdir}"
-}
-
-package_python2-libgnome() {
-    pkgdesc="Python bindings for libgnome"
-    depends=('pygtk' 'libgnomeui' 'python2-gnomevfs' 'python2-gnomecanvas' 'python2-bonobo')
-
-    cd "${srcdir}/gnome-python-${pkgver}"
-    make -C gnome install DESTDIR="${pkgdir}"
-}
-
-package_python2-gnomecanvas() {
-    pkgdesc="Python bindings for the GNOME Canvas"
-    depends=('pygtk' 'libgnomecanvas')
-
-    cd "${srcdir}/gnome-python-${pkgver}"
-    make -C gnomecanvas install DESTDIR="${pkgdir}"
-}
-
-package_python2-gnomevfs() {
-    pkgdesc="Python bindings for interacting with gnome-vfs"
-    depends=('python2' 'libbonobo' 'gnome-vfs')
-
-    cd "${srcdir}/gnome-python-${pkgver}"
-    make -C gnomevfs install DESTDIR="${pkgdir}"
-}

Copied: gnome-python/repos/extra-x86_64/PKGBUILD (from rev 287460, gnome-python/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-01-25 22:53:51 UTC (rev 287461)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sarah Hay <sarah at archlinux.org>
+
+pkgbase=gnome-python
+pkgname=('gnome-python' 'python2-gconf')
+pkgver=2.28.1
+pkgrel=10
+arch=(i686 x86_64)
+license=('LGPL')
+makedepends=('pygtk' 'gconf')
+url="http://www.pygtk.org/"
+source=(https://download.gnome.org/sources/gnome-python/2.28/gnome-python-${pkgver}.tar.bz2)
+sha256sums=('759ce9344cbf89cf7f8449d945822a0c9f317a494f56787782a901e4119b96d8')
+
+build() {
+    cd "${srcdir}/gnome-python-${pkgver}"
+    PYTHON=python2 ./configure --prefix=/usr --disable-gnome --disable-gnomeui --disable-gnomecanvas --disable-gnomevfs --disable-gnomevfsbonobo --disable-pyvfsmodule --disable-bonobo_activation --disable-bonobo --disable-bonoboui
+
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    make
+}
+
+package_gnome-python() {
+    pkgdesc="PyGNOME Python extension module"
+    depends=('python2-gconf')
+
+    cd "${srcdir}/gnome-python-${pkgver}"
+    make install-pkgconfigDATA DESTDIR="${pkgdir}"
+}
+
+package_python2-gconf(){
+    pkgdesc="Python bindings for interacting with GConf"
+    depends=('pygtk' 'gconf')
+
+    cd "${srcdir}/gnome-python-${pkgver}"
+    make -C gconf install DESTDIR="${pkgdir}"
+}



More information about the arch-commits mailing list