mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 23:17:16 +08:00
libgpod: use python3
This commit is contained in:
parent
6771d42dc9
commit
9414176aa5
@ -7,7 +7,7 @@ pkgdesc="libgpod is a shared library to access the contents of an iPod"
|
||||
arch=('x86_64')
|
||||
license=('LGPL')
|
||||
depends=('mutagen' 'sg3_utils' 'libplist' 'libimobiledevice' 'gdk-pixbuf2')
|
||||
makedepends=('intltool' 'swig' 'docbook-xsl' 'python2-gobject')
|
||||
makedepends=('intltool' 'swig' 'docbook-xsl' 'python3-gobject')
|
||||
url="http://www.gtkpod.org/libgpod.html"
|
||||
source=("http://downloads.sourceforge.net/sourceforge/gtkpod/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('f8a0b7a34e768e33a708e8dd172bd6f8')
|
||||
@ -18,7 +18,7 @@ build() {
|
||||
--sysconfdir=/etc \
|
||||
--with-udev-dir=/usr/lib/udev \
|
||||
--enable-udev \
|
||||
--with-python=/usr/bin/python2 \
|
||||
--with-python=/usr/bin/python3 \
|
||||
--disable-fast-install \
|
||||
--disable-static \
|
||||
--without-hal
|
||||
|
Loading…
Reference in New Issue
Block a user