[Lunar-commits] <moonbase-gnome3> pygobject: add vesion 3.8.3 to gnome3 repo.

Dennis Veatch dennisveatch at bellsouth.net
Tue Jul 23 23:54:16 CEST 2013


On 07/19/2013 09:23 AM, Florin Braescu wrote:
> commit 4fee2969ab7c8683056ebb9a850ec8e27f6c93e8
> Author: Florin Braescu <florin at lunar-linux.org>
> Date: Fri, 19 Jul 2013 07:23:31 -0700
> URL: https://github.com/lunar-linux/moonbase-gnome3/commit/4fee2969ab7c8683056ebb9a850ec8e27f6c93e8
>
> pygobject: add vesion 3.8.3 to gnome3 repo.
> ---
>    libs/pygobject/BUILD     | +8/-0
>    libs/pygobject/CONFIGURE | +1/-0
>    libs/pygobject/DEPENDS   | +4/-0
>    libs/pygobject/DETAILS   | +17/-0
>    4 files changed, 30 insertions(+)
>
> --- /dev/null
> +++ b/libs/pygobject/BUILD
> @@ -0,0 +1,8 @@
> +if [ "`get_module_config DOCS`" = "n" ] ; then
> +  sedit "s/SUBDIRS = docs codegen/SUBDIRS = codegen/g" Makefile.in
> +fi  &&
> +
> +# ignore unrecognized format function type warning
> +sedit 's:CFLAGS="$CFLAGS -Werror=format"::' configure &&
> +
> +default_build
> --- /dev/null
> +++ b/libs/pygobject/CONFIGURE
> @@ -0,0 +1 @@
> +mquery DOCS "Build docs?" n
> --- /dev/null
> +++ b/libs/pygobject/DEPENDS
> @@ -0,0 +1,4 @@
> +depends  glib-2
> +depends  Python
> +depends  pycairo
> +depends  gobject-introspection
> --- /dev/null
> +++ b/libs/pygobject/DETAILS
> @@ -0,0 +1,17 @@
> +          MODULE=pygobject
> +         VERSION=3.8.3
> +          SOURCE=$MODULE-$VERSION.tar.xz
> +      SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
> +      SOURCE_VFY=sha1:eac51d289f98b427db531b8fc719572f0d3b8ec0
> +        WEB_SITE=http://www.pygtk.org
> +         ENTERED=20050319
> +         UPDATED=20130719
> +           SHORT="Python bindings for GObject"
> +
> +cat << EOF
> +PyGObject provides a convenient wrapper for the GObject+ library for
> +use in Python programs, and takes care of many of the boring details
> +such as managing memory and type casting.  When combined with PyGTK,
> +PyORBit and gnome-python, it can be used to write full featured GNOME
> +applications.
> +EOF
>
>
> _______________________________________________
> Lunar-commits mailing list
> Lunar-commits at lunar-linux.org
> http://foo-projects.org/mailman/listinfo/lunar-commits
>
Please fix this;

checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether gcc and cc understand -c and -o together... yes
checking for a Python interpreter with version >= 2.6... python3
checking for python3... /usr/bin/python3
checking for python3 version... 3.3
checking for python3 platform... linux
checking for python3 script directory... 
${prefix}/lib/python3.3/site-packages
checking for python3 extension module directory... 
${exec_prefix}/lib/python3.3/site-packages
checking for /usr/bin/python3 >= 3.1... yes
checking for python version... (cached) 3.3
checking for python platform... (cached) linux
checking for python script directory... (cached) 
${prefix}/lib/python3.3/site-packages
checking for python extension module directory... (cached) 
${exec_prefix}/lib/python3.3/site-packages
checking for headers required to compile python extensions... not found
configure: error: Python headers not found
root at sidney /usr/src/pygobject-3.8.3 # ./configure --help



More information about the Lunar-dev mailing list