Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 33847 Details for
Bug 54752
gnustep-extra/artresources-0.1.2 (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.
artresources-0.1.2.ebuild (text/plain), 1.92 KB, created by
Armando Di Cianno (RETIRED)
on 2004-06-22 08:45:50 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:45:50 UTC
Size:
1.92 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="GNUstep ArtResources library for GNUstep Backend library" > >SRC_URI="http://w1.423.telia.com/~u42308495/alex/backart/ArtResources-${PV}.tar.bz2" >HOMEPAGE="http://w1.423.telia.com/~u42308495/" > >KEYWORDS="~x86" >SLOT="0" > >LICENSE="LGPL-2.1" >IUSE="" > >DEPEND="${DEPEND} > gnustep-base/gnustep-make > gnustep-base/gnustep-base > gnustep-base/gnustep-gui > =media-libs/libart_lgpl-2.3.16" >RDEPEND="" > >src_unpack() { > mkdir -p ${WORKDIR}/${P} > cd ${WORKDIR}/${P} > unpack ${A} >} > >src_compile() { > addwrite /root/GNUstep/Defaults/.GNUstepDefaults.lck > > cd ${S}/mknfonts > > mkdir -p $TMP/fakehome > mkdir -p $TMP/fakehome/GNUstep > > . /usr/GNUstep/System/Makefiles/GNUstep.sh > > make \ > HOME=$TMP/fakehome \ > GNUSTEP_USER_ROOT=$TMP/fakehome/GNUstep \ > messages=yes all || die "make died" >} > >src_install() { > addwrite /root/GNUstep/Defaults/.GNUstepDefaults.lck > addwrite /root/GNUstep/Library/Services/.GNUstepServices > addwrite /root/GNUstep/Library/Services/.GNUstepAppList > > cd ${S} > > . /usr/GNUstep/System/Makefiles/GNUstep.sh > > dodir ${GNUSTEP_SYSTEM_ROOT}/Library/Fonts > insinto ${GNUSTEP_SYSTEM_ROOT}/Library/Fonts > cp -a *.nfont ${D}${GNUSTEP_SYSTEM_ROOT}/Library/Fonts > > dodir ${GNUSTEP_SYSTEM_ROOT}/Tools/Gentoo > exeinto ${GNUSTEP_SYSTEM_ROOT}/Tools/Gentoo > doexe ${FILESDIR}/config-artresources.sh > > cd ${S}/mknfonts > > 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} >} > >pkg_postinst() { > ewarn "You will need to execute:" > ewarn " /usr/GNUstep/System/Tools/Gentoo/config-artresources.sh" > ewarn "as the -user- you will run GNUstep applications as." > >} >
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 54752
:
33847
|
33848
|
34300