Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33842 Details for
Bug 54749
gnustep-base/gnustep-back-art-0.9.3 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
This is the main ebuild for the software package.
gnustep-back-art-0.9.3.ebuild (text/plain), 2.23 KB, created by
Armando Di Cianno (RETIRED)
on 2004-06-22 08:12:29 UTC
(
hide
)
Description:
This is the main ebuild for the software package.
Filename:
MIME Type:
Creator:
Armando Di Cianno (RETIRED)
Created:
2004-06-22 08:12:29 UTC
Size:
2.23 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="libgpl_art based back-end component for the GNUstep GUI Library." > >HOMEPAGE="http://www.gnustep.org" >SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz" >KEYWORDS="~x86" >SLOT="0" >LICENSE="LGPL-2.1" > >PROVIDES="virtual/gnustep-back" > >IUSE="glx xim doc" >DEPEND="virtual/glibc > >=sys-devel/gcc-3.0.4 > virtual/xft > virtual/x11 > glx? ( virtual/opengl virtual/glu ) > sys-libs/zlib > gnustep-base/gnustep-make > gnustep-base/gnustep-base > gnustep-base/gnustep-gui > media-libs/freetype > media-libs/fontconfig > media-libs/libart_lgpl > gnustep-extra/artresources" >RDEPEND="${DEPEND}" > >S=${WORKDIR}/gnustep-back-${PV} > >src_compile() { > addwrite /root/GNUstep/Defaults/.GNUstepDefaults.lck > > cd ${S} > > mkdir -p $TMP/fakehome > mkdir -p $TMP/fakehome/GNUstep > > . /usr/GNUstep/System/Makefiles/GNUstep.sh > > myconf="`use_enable glx`" > myconf="$myconf `use_enable xim`" > myconf="$myconf --enable-server=x11" > myconf="$myconf --enable-graphics=art --with-name=art" > > econf $myconf || die "configure failed" > > make \ > HOME=$TMP/fakehome \ > GNUSTEP_USER_ROOT=$TMP/fakehome/GNUstep \ > messages=yes all || die "make died" >} > >src_install() { > addwrite /root/GNUstep/Defaults/.GNUstepDefaults.lck > > . /usr/GNUstep/System/Makefiles/GNUstep.sh > > make \ > HOME=$TMP/fakehome \ > GNUSTEP_USER_ROOT=$TMP/fakehome/GNUstep \ > GNUSTEP_INSTALLATION_DIR=${D}usr/GNUstep/System \ > INSTALL_ROOT_DIR=${D} \ > GNUSTEP_SYSTEM_ROOT=${D}usr/GNUstep/System \ > GNUSTEP_LOCAL_ROOT=${D}usr/GNUstep/Local \ > GNUSTEP_NETWORK_ROOT=${D}usr/GNUstep/Network \ > messages=yes install DESTDIR=${D} > > dodir /usr/GNUstep/System/Tools/Gentoo > exeinto /usr/GNUstep/System/Tools/Gentoo > doexe ${FILESDIR}/config-gnustep-back-art.sh > > if [ `use doc` ]; then > cd ${S}/Documentation > make all > > make \ > GNUSTEP_INSTALLATION_DIR=${D}usr/GNUstep/System \ > install DESTDIR=${D} > fi >} > >pkg_postinst() { > ewarn "You will need to execute:" > ewarn " /usr/GNUstep/System/Tools/Gentoo/config-gnustep-back-art.sh" > ewarn "as the -user- you will run GNUstep applications as," > ewarn "to switch to the art backend." > einfo "" > einfo "You may have multiple backends installed." >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 54749
:
33842
|
33843
|
34299