pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

enlightenment package update



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi list

today I try to update elightenment package to it's new version 0.16.8.4 from
todays 0.16.7.2 and I was successful with this Makefile ,new distinfo and
without old patches.


I also encountered error with imlib2.pc file where is line
Requires: @requirements@.
When I call pkg-config --exists imlib2 it ends with:

Package @requirements@ was not found in the pkg-config search path.
Perhaps you should add the directory containing `@requirements@.pc'
to the PKG_CONFIG_PATH environment variable
Package '@requirements@', required by 'imlib2', not found

After I removed Requires line from imlib2.pc file it works good.

I tested new enlightenment and works fine for my I have NetBSD-current and 
gcc-4.1.


Regards


P.S please cc me I'm not a member of this list.:D

- ---------------------------------------------------------------
Adam Hamsik
ICQ 249727910
jabber haad%jabber.org@localhost
- ---------------------------------------------------------------
There are 10 kinds of people in the world. Those who understand
binary numbers, and those who don't.
                                
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (NetBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFQTFx9Wt2FT7y228RAmHfAJ9b0TbIfo65PZJdL9sr6ONUWI/21QCfaamd
lRwn3rJmiO0CiZmYfpEpB9U=
=xnTk
-----END PGP SIGNATURE-----
# $NetBSD: Makefile,v 1.35 2006/07/10 08:50:23 rillig Exp $

DISTNAME=       e16-0.16.8.4
PKGREVISION=    3
CATEGORIES=     x11 gnome wm
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=enlightenment/}

MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
HOMEPAGE=       http://enlightenment.org.au/
COMMENT=        Highly themeable and configurable window manager

USE_TOOLS+=             bison perl:run pkg-config
USE_PKGLOCALEDIR=       YES
GNU_CONFIGURE=          YES
CONFIGURE_ARGS+=        --enable-fsstd
CONFIGURE_ARGS+=        --enable-xrandr
CONFIGURE_ARGS+=        --without-included-gettext
CONFIGURE_ARGS+=        --disable-hints-gnome
CONFIGURE_ARGS+=        --disable-hints-kde
#CONFIGURE_ARGS+=       --with-imlib-prefix=${BUILDLINK_PREFIX.imlib2}
MAKE_ENV+=              USER=${SHAREOWN}:${SHAREGRP}

INSTALL_MAKE_FLAGS+=    sesmdir=${WRKDIR}/.tmp
INSTALLATION_DIRS=      etc/X11/dm/Sessions
CONF_FILES+=            
${PREFIX}/share/enlightenment/misc/enlightenment.desktop \
                          ${PREFIX}/etc/X11/dm/Sessions/enlightenment.desktop

REPLACE_PERL=           sample-scripts/bouncingball.pl
REPLACE_PERL+=          sample-scripts/testroller.pl
REPLACE_PERL+=          sample-scripts/shade-pagers.pl
REPLACE_PERL+=          scripts/e_gen_menu

SUBST_CLASSES+=         paths
SUBST_STAGE.paths=      pre-configure
SUBST_FILES.paths=      scripts/e_gen_menu
SUBST_SED.paths=        -e 's,@LOCALBASE@,${LOCALBASE},g'
SUBST_SED.paths+=       -e 's,@PREFIX@,${PREFIX},g'
SUBST_SED.paths+=       -e 's,@X11BASE@,${X11BASE},g'

post-install:
        ${FIND} ${PREFIX}/share/enlightenment/themes -type d -print | \
        ${XARGS} ${CHMOD} ${BINMODE}
        ${FIND} ${PREFIX}/share/enlightenment/themes -type f -print | \
        ${XARGS} ${CHMOD} ${SHAREMODE}

.include "../../audio/esound/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/imlib2/buildlink3.mk"
.include "../../x11/Xrandr/buildlink3.mk"

.include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index