[nutyx-dev] Re: Pagaille avec python-gobject |
[ Thread Index |
Date Index
| More nutyx.org/nutyx-dev Archives
]
- To: "nutyx-dev@xxxxxxxxx" <nutyx-dev@xxxxxxxxx>
- Subject: [nutyx-dev] Re: Pagaille avec python-gobject
- From: Thierry Nuttens <tnuttens@xxxxxxxxx>
- Date: Sun, 11 Sep 2016 12:02:24 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=4/rzgHk41AVwH0PUD23tirO9bVsfFGKYqmjVQSbIZxo=; b=gTe2BnhROTUAXpyILV/Rxy/LrhTy7pI19Nd4zqsyhhVgbsV/bf1xgjWus2PSxMF9H8 GDfaAFac2EZ9T2y3pEq43ftt1wua1o9YXr0esB2Lb6e0BwA1Rf3KMZbj2NcJXk4LCFGS OLj0mfbqjjD0qXMJv2lR9fLKEqG84AENx9tcudStBXI3toDBYNgrn6bhWC9YsqovAZba jMngrbExImFaMIadgb4ik8ykjr0VyK+DiPQAG3xDEfR/phmwAUsvzErIEJXdxNG9Kqj+ 36jt9Tx6yunf1tx/AZV48LelDbg1UrOaNFo9JSmAWBQgpAsNqCUkSYBGGbWRDtVqPKPo IJ7Q==
Le Sunday, September 11, 2016, pierre bouchet <pierre@xxxxxxxxxxxxxx> a écrit :
Bonjour,
Pour le problème de gobject, j'ai appliqué la même "recette" que pour qt5-webengine sur python3-gobject (comme ça on ne touche pas aux autres pythons gobject qui étaient déja dans gui et donc on ne met pas en danger le reste de nutyx) :
# Depends on: python3 python3-cairo gobject-introspection xorg-libxxf86vm libffi
description="provides the links of Python 3 for the class GObject of GLib."
url="" href="https://wiki.gnome.org/action/show/Projects/PyGObject?action="" target="_blank">https://wiki.gnome.org/action/show/Projects/PyGObject?action="">"
packager="fanch at nutyx dot org, tnut at nutyx dot org"
name=python3-gobject
version=3.20.1
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/pygobject/${version%.*}/pygobject-$version.tar.xz)
build() {
cd pygobject-$version
mkdir python3
pushd python3
../configure --prefix=/usr \
--with-python=/usr/bin/python3
make
popd
make DESTDIR=$PKG -C python3 install
}
devel() {
cd $PKG
bsdtar -cf \
$PKGMK_PACKAGE_DIR/$name.devel${PKGMK_BUILDVER}any.${PKGMK_PACKAGE_EXT} \
usr/include \
usr/lib/pkgconfig
rm -r usr/{include,lib/pkgconfig}
}
Et j'ai relancé la compil complète de gnome a partir de 0 et ça roule ...
Quanq ce sera fini je te dirais :p
Super boulot Pierre, merci. De mon côté j ai deux choses à finir
- upgrade dans l iso possible
- setup-nutyx -cw|--config-wireless
Thierry