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

Antonio Rojas arojas at archlinux.org
Sat Nov 9 12:59:56 UTC 2019


    Date: Saturday, November 9, 2019 @ 12:59:56
  Author: arojas
Revision: 367243

Drop unused python2 bindings

Modified:
  libgpod/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-09 12:38:51 UTC (rev 367242)
+++ PKGBUILD	2019-11-09 12:59:56 UTC (rev 367243)
@@ -3,14 +3,13 @@
 
 pkgname=libgpod
 pkgver=0.8.3
-pkgrel=7
+pkgrel=8
 pkgdesc="A shared library to access the contents of an iPod"
 arch=(x86_64)
 license=('LGPL')
-depends=('gdk-pixbuf2' 'python2-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')
+depends=('gdk-pixbuf2' 'sg3_utils' 'libimobiledevice' 'libplist')
+makedepends=('intltool' 'swig' 'docbook-xsl' 'gtk-sharp-2')
+optdepends=('gtk-sharp-2: Mono bindings')
 url="http://www.gtkpod.org/libgpod/"
 source=(https://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2
         libgpod-0.8.2-pkgconfig_overlinking.patch
@@ -31,8 +30,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  MCS=/usr/bin/mcs ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev \
-      --enable-udev --with-python=/usr/bin/python2
+  MCS=/usr/bin/mcs ./configure --prefix=/usr --with-udev-dir=/usr/lib/udev --enable-udev --with-python=no
   make PREFIX=/usr
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 }



More information about the arch-commits mailing list